

/* Start:/local/templates/template.cbs/components/ma/news.list/school-gallery/style.css?17267295451067*/
.school-gallery__bottom {
	overflow: hidden;
	width: 100%;
}

.school-gallery__list {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.school-gallery__photo {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.school-gallery__name {
	font-size: 15px;
	color: var(--site-grey-color);
}

.school-gallery__title {
	margin-top: 0;
	margin-bottom: 40px;
	margin-right: 32px;
	max-width: 420px;
}

.school-gallery__inner {
	max-width: calc(100% - 452px);
	flex-grow: 1;
}

.school-gallery {
	display: flex;
}

@media (max-width: 1024px) {
	.school-gallery {
		flex-direction: column;
	}

	.school-gallery__inner {
		max-width: unset;
		width: 100%;
	}

	.school-gallery__title {
		max-width: unset;
	}

	.school-gallery__list .swiper-button-next,
	.school-gallery__list .swiper-button-prev {
		display: none;
	}
}

@media (max-width: 575px) {
	.school-gallery__bottom {
		overflow: visible;
	}

	.school-gallery__list {
		overflow: visible;
		margin-bottom: 8px;
	}

	.school-gallery__name {
		font-size: 14px;
		line-height: 1.4;
	}
}
/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/teachers-slider/style.css?17267295452308*/
.teachers-slider__top-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.teachers-slider__title {
	margin: 0;
	margin-right: 20px;
	margin-bottom: 32px;
}

.teachers-slider__img {
	vertical-align: bottom;
}

.teachers-slider__list {
	width: calc(100% - 80px);
	overflow: hidden;
	position: relative;
	margin-bottom: 32px;
}

.teachers-slider__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% + 80px);
	margin: 0 -40px;
	overflow: hidden;
	min-width: 100%;
}

.teachers-slider__bottom {
	width: calc(100% - 80px);
	overflow: hidden;
}

.teachers-slider__link {
	margin-bottom: 32px;
}

.teachers-slider__name {
	margin: 0 0 8px;
}

.teachers-slider__position {
	color: var(--site-light-grey-color);
	font-size: 15px;
	line-height: 1.4;
}

.teachers-slider__list .swiper-button-next {
	right: -0px;
	background: linear-gradient(270deg, rgba(13, 46, 145, 0.4) 0%, rgba(13, 46, 145, 0.104) 47.42%, rgba(13, 46, 145, 0) 93.85%);
}

.teachers-slider__list .swiper-button-prev {
	left: -0px;
	background: linear-gradient(90deg, rgba(13, 46, 145, 0.4) 0%, rgba(13, 46, 145, 0.104) 47.42%, rgba(13, 46, 145, 0) 93.85%);
}

@media (max-width: 1459px) {
	.teachers-slider__list,
	.teachers-slider__bottom {
		width: 100%;
	}

	.teachers-slider__wrapper {
		display: block;
		overflow: visible;
		margin: 0;
		width: 100%;
	}

	/* .teachers-slider__list .swiper-button-next {
		background: none;
	}

	.teachers-slider__list .swiper-button-prev {
		background: none;
	} */
}

@media (max-width: 1024px) {
	.teachers-slider__wrapper .swiper-button-prev,
	.teachers-slider__wrapper .swiper-button-next {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-holder a.teachers-slider__link {
		order: 1;
		width: 100%;
		margin-top: 32px;
		margin-bottom: 0;
		text-align: left;
		font-size: 16px;
		line-height: 1;
		padding: 22px 24px;
	}

	.teachers-slider__title {
		margin-right: 0;
	}
	.teachers-slider__list,
	.teachers-slider__bottom {
		overflow: visible;
	}
}

@media (max-width: 575px) {
	.teachers-slider__title {
		margin-bottom: 24px;
	}

	.teachers-slider__list {
		margin-bottom: 24px;
	}

	.teachers-slider__name {
		font-size: 22px;
		line-height: 1.4;
	}

	.teachers-slider__position {
		font-size: 14px;
	}
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/documents/style.css?17267295454520*/
.documents__wrapper {
	display: flex;
	justify-content: space-between;
}

.documents__title {
	max-width: 420px;
	margin-top: 0;
	margin-bottom: 32px;
}

.documents__right {
	position: relative;
	max-width: 455px;
}

.documents__right--no-gradient::after {
	display: none;
	opacity: 0;
	animation: fadeEffect 0.4s;
}

.documents__right-inner {
	position: relative;
	/* max-height: 700px; */
	/* overflow-y: auto; */
	-ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
}
.documents__right-inner::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
	width: 0;
	height: 0;
}

.documents__right-inner-back {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% - 460px);
	content: '';
	background-color: transparent;
	z-index: 55;
	overflow: hidden;
}

.documents__right-inner-back::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background: linear-gradient(360deg, #F0F5F8 38.02%, rgba(240, 245, 248, 0) 100%);
	content: '';
	opacity: 1;
}
.dark-theme .documents__right-inner-back::before{
	background: linear-gradient(360deg, #182547 36.98%, rgba(24, 37, 71, 0) 100%);
}
.documents__right-inner-back::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(100% - 240px);
	width: 100%;
	background-color: var(--site-bg-light-color);
	content: '';
}
.dark-theme .documents__right-inner-back::after{
	background-color: var(--site-bg-blue-color);
}
.documents__right-inner::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.dark-theme .g-button-border, .dark-theme .g-button-border:visited{
	color: var(--site-white-color);
}
.documents__pic {
	width: 100%;
	padding: 11px;
	margin-bottom: 12px;
	background-color: var(--site-white-color);
	border: 1px solid var(--site-grey-color);
}

.documents__pic img {
	vertical-align: bottom;
}

.documents__name {
	color: var(--site-dark-grey-color);
}
.dark-theme .documents__name{
	color: var(--site-light-grey-color);
}
.documents__list {
	margin-top: -40px;
	opacity: 0;
	animation: fadeEffect 0.8s;
}

.documents__list.show {
	opacity: 1;
	animation: fadeEffect 0.8s;
}

.documents__item {
	margin-top: 40px;
}

.documents__section-button.active,
.documents__section-button.active:hover  {
	background-color: var(--site-accent-blue-color);
	color: var(--site-white-color);
	border-color: var(--site-accent-blue-color);
	cursor: default;
	outline: none;
}

.dark-theme .documents__section-button.active,
.dark-theme .documents__section-button.active:hover{
	background-color: var(--site-white-color);
	color: var(--site-bg-blue-color--card);
	border-color: var(--site-white-color);
}

.documents__section-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -12px;
	margin-left: -8px;
	margin-bottom: 32px;
}

.documents__section-button {
	margin-left: 8px;
	margin-top: 12px;
}

.documents__left {
	position: relative;
	flex-grow: 1;
}

.documents__left-wrap--absolute {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.documents__left-wrap--fixed {
	position: fixed;
	top: 100px;
}

@media (max-width: 1024px) {
	.documents__wrapper {
		flex-direction: column;
	}

	.documents__title {
		max-width: unset;
	}

	.documents__left {
		margin-bottom: 40px;
	}

	.documents__right-inner {
		overflow: visible;
		max-height: unset;
	}

	.documents__right {
		max-width: unset;
	}

	.documents__list {
		display: flex;
		overflow-x: auto;
		margin-left: -12px;
		margin-top: 0;
		-ms-overflow-style: none;  /* IE 10+ */
		scrollbar-width: none; /* Firefox */
	}

	.documents__list::-webkit-scrollbar {
		width: 0px;
		background: transparent;
	}
	.documents__list::-webkit-scrollbar {
		display: none;
		-webkit-appearance: none;
		width: 0;
		height: 0;
	}
	.documents__item {
		width: 84%;
		flex-shrink: 0;
		margin-top: 0;
		margin-left: 12px;
	}

	.documents__pic img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.documents__right::after {
		display: none;
	}

	/* .documents {
		margin-bottom: 80px;
	} */

	.documents__right-inner-back {
		display: none;
	}
}

@media (max-width: 575px) {
	.documents__title {
		margin-bottom: 24px;
	}

	.documents__section-list {
		margin-bottom: 24px;
	}
}

@media (max-width: 414px) {
	.documents__list {
		margin: 0 -20px;
	}

	.documents__item:first-child {
		margin-left: 20px;
	}

	.documents__item:last-child {
		margin-right: 20px;
	}
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/mass-media/style.css?17267295451428*/
.mass-media__title {
	margin-top: 0;
	margin-bottom: 32px;
}

.mass-media__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px;
}

.mass-media__item {
	position: relative;
	width: calc(100% / 3 - 20px);
	margin-left: 20px;
	margin-top: 20px;
	padding: 28px;
	background-color: var(--site-white-color);
	transition: 0.3s;
	letter-spacing: -0.2px;
}

.mass-media__item:hover {
	transform: scale(1.03);
}

.mass-media__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.mass-media__link:hover,
.mass-media__link:visited {
	border-color: transparent;
}

.mass-media__name {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 30px;
}

.mass-media__logo {
	margin-top: auto;
}

.mass-media__holder {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



@media (max-width: 1024px) {
	.mass-media__item {
		width: calc(100% / 2 - 20px);
	}
}

@media (max-width: 767px) {
	.mass-media__list {
		margin-left: 0;
	}

	.mass-media__item {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.mass-media__title {
		margin-bottom: 24px;
	}

	.mass-media__item {
		padding: 20px;
		min-height: 220px;
		margin-top: 12px;
		letter-spacing: -0.3px;
	}

	.mass-media__list {
		margin-top: -12px;
	}

	.mass-media__name {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.mass-media__logo {
		height: 32px;
		width: auto;
	}
}
/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/questions/style.css?17267295452345*/
.questions__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.questions__title {
	flex-shrink: 0;
}

.questions__inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: 908px;
	margin-top: -12px;
	margin-left: 20px;
}

.questions__inner .accordion__container {
	margin-top: 12px;
}

.questions__wrapper .accordion__btn {
	position: relative;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	padding: 39px 84px 39px 24px;
	width: 100%;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
}

.questions__wrapper .accordion__btn::after {
	/* position: relative; */
	display: block;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	margin-left: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 24H24V14' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M24 34V24H34' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	transition: 0.3s;
}
.questions__wrapper .accordion-content::before{
	content: unset;
}

.questions__wrapper .open .accordion__btn::after {
	transform: rotate(225deg);
}

.questions__wrapper .accordion__container {
	background-color: var(--site-bg-blue-color--card);
	border-radius: 20px;
}

.questions__wrapper .accordion-content>div {
	padding: 24px;
	padding-top: 0;
	color: var(--site-light-grey-color);
}

@media (max-width: 1024px) {
	.questions__wrapper {
		flex-direction: column;
	}

	.questions__wrapper .questions__title {
		margin-bottom: 32px;
	}

	.questions__inner {
		margin-left: 0;
		max-width: unset;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.questions__wrapper .accordion__btn {
		padding: 20px 70px 20px 20px;
		font-size: 22px;
	}
	.questions__wrapper .accordion__container.open  .accordion__btn{
		padding: 20px 70px 20px 20px;
	}
}
@media (max-width: 650px){
	.questions__wrapper .accordion__btn,
	.questions__wrapper .accordion__container.open  .accordion__btn{
		padding: 20px 50px 20px 20px;
	}
}
@media (max-width: 575px) {
	.questions__wrapper .questions__title {
		margin-bottom: 24px;
	}
}

/* End */
/* /local/templates/template.cbs/components/ma/news.list/school-gallery/style.css?17267295451067 */
/* /local/templates/template.cbs/components/ma/news.list/teachers-slider/style.css?17267295452308 */
/* /local/templates/template.cbs/components/ma/news.list/documents/style.css?17267295454520 */
/* /local/templates/template.cbs/components/ma/news.list/mass-media/style.css?17267295451428 */
/* /local/templates/template.cbs/components/ma/news.list/questions/style.css?17267295452345 */
