

/* Start:/local/templates/template.cbs/components/ma/news.list/school-gallery/style.css?17530887661067*/
.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/bitrix/highloadblock.list/company-history/style.css?17530887665091*/
.company-history__wrapper {
    padding: 1px 0;
}

.company-history__inner {
    position: relative;
    height: 499px;
    /* background-image: url("data:image/svg+xml,%3Csvg width='1338' height='372' viewBox='0 0 1338 372' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 371L149.444 329.889L297.889 313.444L446.333 265.756L594.778 246.844L743.222 186L891.667 169.556L1040.11 107.067L1188.56 87.3333L1337 1' stroke='%23CAD5DB'/%3E%3C/svg%3E%0A"); */
    background-image: url("/local/templates/template.cbs/components/bitrix/highloadblock.list/company-history/images/vector.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
    margin-bottom: 120px;

    margin-left: 40px;
    margin-right: 40px;
    background-position-y: bottom;
}

.company-history__item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company-history__item--top {
    flex-direction: column-reverse;
}

.company-history__item--first {
    align-items: flex-start;
}

.company-history__item--first .company-history__text {
    text-align: left;
}

.company-history__item--last {
    align-items: flex-end;
}

.company-history__text {
    /* max-width: 200px; */
    text-align: center;
}

.company-history__item--last .company-history__text {
    max-width: unset;
    text-align: right;
}

.company-history__btn {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s;
    z-index: 100;
    /*     width: 25px;
    height: 25px;
    background-color: var(--site-accent-dark-blue-color);
    border-radius: 50%;
    border: 1px solid var(--site-white-color); */
}

/* .company-history__btn::before,
.company-history__btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: var(--site-white-color);
    content: "";
}

.company-history__btn::after {
    width: 1px;
    height: 11px;
}
 */
.company-history__btn.disabled {
    cursor: default;
}

.company-history__item--top .company-history__btn {
    margin-top: 16px;
    margin-bottom: 0;
}

.company-history__btn svg,
.company-history__btn circle,
.company-history__btn path {
    transition: 0.3s;
}

.company-history__item--active .company-history__btn svg {
    transform: rotate(225deg);
}

.company-history__item--active .company-history__btn circle {
    fill: var(--site-white-color);
}

.company-history__item--active .company-history__btn path {
    stroke: var(--site-accent-dark-blue-color);
}

.company-history__desc {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    z-index: 2;
    width: 360px;
    padding: 20px;
    border-radius: 8px;
    transform: translateX(-50%);
    background-color: var(--site-white-color);
    color: var(--site-default-color);
    font-size: 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 110;
}

.company-history__item--top .company-history__desc {
    bottom: unset;
    top: calc(100% + 12px);
}

.company-history__item--active .company-history__desc {
    opacity: 1;
    pointer-events: all;
}

.company-history__item--first .company-history__desc,
.company-history__item--first+.company-history__item .company-history__desc {
    left: 0;
    transform: none;
}

.company-history__item--last .company-history__desc,
.company-history__item:nth-last-child(2) .company-history__desc {
    left: unset;
    right: 0;
    transform: none;
}

.company-history__year {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.company-history__item--top .company-history__year {
    margin-bottom: 0;
    margin-top: 8px;
}

@media (max-width: 1440px) {
    .company-history__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.company-history__wrapper::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

.company-history__inner {
    min-width: 1360px;
}
}


@media (max-width: 1024px) {
    .school-page__history .school-page__history-title {
        margin-bottom: 30px;
    }

    .company-history__desc {
        width: 290px;
    }
}

@media (max-width: 720px) {
    .company-history__inner {
        background-position-y: 114px;
    }
}

@media(max-width: 415px) {
    .company-history__inner {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 414px) {

    .company-history__year {
        font-size: 22px;
    }

    .company-history__item--last {
        /* left: unset !important; */
        right: 0;
    }

    .company-history__item--last::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 100%;
    }
}
/* End */


/* Start:/local/templates/template.cbs/components/ma/news.list/teachers-slider/style.css?17530887662308*/
.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?17530887664520*/
.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?17530887661428*/
.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?17530887662345*/
.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?17530887661067 */
/* /local/templates/template.cbs/components/bitrix/highloadblock.list/company-history/style.css?17530887665091 */
/* /local/templates/template.cbs/components/ma/news.list/teachers-slider/style.css?17530887662308 */
/* /local/templates/template.cbs/components/ma/news.list/documents/style.css?17530887664520 */
/* /local/templates/template.cbs/components/ma/news.list/mass-media/style.css?17530887661428 */
/* /local/templates/template.cbs/components/ma/news.list/questions/style.css?17530887662345 */
