/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
    opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
    outline: 2px solid #f00;
    outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
    opacity: 0.4;
    pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
:root {
    --font-family: "Montserrat Alternates", sans-serif;
    --content-width: 91.875rem;
    --container-offset: 4rem;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --header-height: 5.25em;
}
@media (max-width: 48rem) {
    :root {
        --container-offset: 1.25rem;
    }
}
@media (max-width: 67.5rem) {
    :root {
        --header-height: 4.25rem;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    zoom: 90%;
    -ms-zoom: 90%;
}

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%;
}

.page__body {
    margin: 0;
    min-width: 20rem;
    min-height: 100%;
    font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 100);
}
@media (min-width: 120.0625rem) {
    .page__body {
        font-size: 1rem;
    }
}

.site-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

a {
    text-decoration: none;
}

.is-hidden {
    display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.centered {
    text-align: center;
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.page--ios .dis-scroll {
    position: relative;
}

[id] {
    scroll-margin-top: var(--header-height);
}

body.resize * {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.disable-scroll {
    position: relative;
    overflow: hidden !important;
    height: auto;
    top: 0 !important;
    left: 0;
    width: 100%;
}

.classes__title, .room-head__title, .slider-block__title, .desc-block__title, .education__title, .development__title, .price__title, .kindergarten__title, .approach__title {
    font-weight: 600;
    font-size: 3em;
    line-height: 130%;
    color: #222222;
}
@media (max-width: 48rem) {
    .classes__title, .room-head__title, .slider-block__title, .desc-block__title, .education__title, .development__title, .price__title, .kindergarten__title, .approach__title {
        font-size: 1.5rem;
    }
}
.classes__title strong, .room-head__title strong, .slider-block__title strong, .desc-block__title strong, .education__title strong, .development__title strong, .price__title strong, .kindergarten__title strong, .approach__title strong {
    color: #3cc1f6;
    display: inline;
}

.education.education_3, .kindergarten__outer {
    padding: 8.75em 0;
}
@media (max-width: 48rem) {
    .education.education_3, .kindergarten__outer {
        padding: 4rem 0;
    }
}

.rooms, .slider-block, .education.education_2, .development, .slider-block + .price,
.rooms + .price, .approach.approach_2 {
    padding: 4.375em 0;
}
@media (max-width: 48rem) {
    .rooms, .slider-block, .education.education_2, .development, .slider-block + .price,
    .rooms + .price, .approach.approach_2 {
        padding: 2rem 0;
    }
}

.approach {
    padding-top: 8.75em;
    padding-bottom: 4.375em;
}
@media (max-width: 48rem) {
    .approach {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
}

.classes, .education {
    padding-bottom: 8.75em;
    padding-top: 4.375em;
}
@media (max-width: 48rem) {
    .classes, .education {
        padding-bottom: 4rem;
        padding-top: 2rem;
    }
}

.icon-item {
    font-size: 3rem;
    width: 1em;
    height: 1em;
    background: #e2f6fe;
    border-radius: 0.3333em;
    color: #3cc1f6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .icon-item:hover {
        background: #3cc1f6;
        color: #e2f6fe;
    }
}
.icon-item svg,
.icon-item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.5em;
    height: 0.5em;
    fill: currentColor;
}
.icon-item_stroke svg,
.icon-item_stroke img {
    fill: none;
    stroke: currentColor;
    stroke-width: 0.1875rem;
    stroke-linecap: round;
}

.circle-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
}
.circle-list li {
    font-size: 1.5em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width: 48rem) {
    .circle-list li {
        font-size: 1rem;
    }
}
.circle-list li:before {
    content: "";
    border-radius: 50%;
    font-size: 0.6667em;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #3cc1f6;
}

.btn {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    padding: 1em 3em;
    background: #3cc1f6;
    border-radius: 6.25em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 48rem) {
    .btn {
        padding: 1em 1.5em;
    }
}
@media (any-hover: hover) {
    .btn:hover {
        background: rgba(60, 193, 246, 0.7);
    }
}
.btn span {
    font-family: "Montserrat";
    font-size: 1.125rem;
    line-height: 1.2222em;
    font-weight: 500;
}
@media (max-width: 48rem) {
    .btn span {
        font-size: 1rem;
    }
}
.btn_white {
    background: #fff;
    color: #3cc1f6;
}
@media (any-hover: hover) {
    .btn_white:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #3cc1f6;
    }
}
.btn_link {
    padding: 0.5em;
    background: transparent;
    color: #3cc1f6;
}
.btn_link span {
    font-family: "Montserrat Alternates", sans-serif;
}
@media (max-width: 48rem) {
    .btn_link span {
        font-size: 1rem;
    }
}
@media (any-hover: hover) {
    .btn_link:hover span {
        text-decoration: underline;
    }
}
.btn_big {
    padding: 1.5em 3em;
}
@media (max-width: 48rem) {
    .btn_big {
        padding: 1.5em;
    }
}
.btn_big span {
    font-size: 1.375rem;
    line-height: 1.2273em;
}
@media (max-width: 48rem) {
    .btn_big span {
        font-size: 1.125rem;
    }
}
.btn_blue {
    background: #e2f6fe;
    color: #3cc1f6;
}
@media (any-hover: hover) {
    .btn_blue:hover {
        color: #fff;
    }
}

.mobile-slider {
    overflow: visible;
}

.tick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75em;
}
.tick-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.75em;
}
.tick-list li img,
.tick-list li svg {
    font-size: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 0.125rem;
    stroke-linecap: round;
    margin-top: 0.3em;
}
.tick-list li span {
    font-size: 1.125em;
    line-height: 1.2222em;
}
@media (max-width: 48rem) {
    .tick-list li span {
        font-size: 1rem;
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    gap: 0.25em;
    padding: 0.5em 1.5em;
    position: relative;
    z-index: 3;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
}
.pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    opacity: 0.5;
    background: #fff;
    height: 0.1875em;
    width: auto;
    border: none;
    border-radius: 0.375em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 1.875rem);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pagination .swiper-pagination-bullet:after {
    display: none;
}
.pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.play-icon {
    font-size: 4.1875rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .play-icon:hover {
        background: #3cc1f6;
    }
}
.play-icon img,
.play-icon svg {
    font-size: 0.4179em;
    width: 1em;
    height: 1em;
    -webkit-transform: translateX(8%);
    -ms-transform: translateX(8%);
    transform: translateX(8%);
}

@media (max-width: 48rem) {
    .md_pc {
        display: none !important;
    }
}

@media (min-width: 48.0625rem) {
    .md_mob {
        display: none !important;
    }
}

.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1rem;
    padding: 1em 0;
}
.link span {
    font-size: 1em;
    line-height: 1.25em;
}
.link img,
.link svg {
    font-size: 0.8125em;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .link:hover {
        color: #3cc1f6;
    }
    .link:hover img,
    .link:hover svg {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.tab-btn {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 100);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    background: rgba(34, 34, 34, 0.03);
    border-radius: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 120.0625rem) {
    .tab-btn {
        font-size: 1rem;
    }
}
.tab-btn span {
    font-size: 1em;
    line-height: 1.25em;
}
.tab-btn.js_s-act-tab {
    background: rgba(60, 193, 246, 0.1);
    color: #3cc1f6;
}
@media (any-hover: hover) {
    .tab-btn:hover {
        background: #3cc1f6;
        color: #fff;
    }
}

.input {
    font-size: 1em;
    line-height: 1.25em;
    color: rgba(0, 0, 0, 0.9);
    min-height: 2.875em;
    padding: 0.8125em 0.75em;
    background: #fff;
    border: 0.0625em solid rgba(0, 0, 0, 0.1);
    border-radius: 0.3125em;
}
.input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
.input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
.input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
.input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
.input::placeholder {
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
.input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
}
.input.just-validate-error-field {
    border-color: #fd8383;
}

.select {
    position: relative;
    color: rgba(0, 0, 0, 0.9);
    z-index: 5;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.select.js_s-act-sel {
    z-index: 6;
}
.select:has(select.just-validate-error-field) .select__title {
    border-color: #fd8383;
}
.select__item {
    position: relative;
}
.select__title {
    border: 0.0625em solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    width: 100%;
    border-radius: 0.3125em;
    background: #fff;
    min-height: 2.875em;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 0;
    font-size: 1em;
}
.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8125em 0.75em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}
.select__value:after {
    content: "";
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 1em;
    min-height: 1em;
    background: url("../img/icons/select-arrow.svg") center/100% no-repeat;
}
.select.js_s-act-sel .select__value:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select__content {
    position: absolute;
    top: calc(100% + 0.3125em);
    left: 0;
    width: 100%;
    background: #fff;
    border: 0.0625em solid rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 0.3125em;
}
.select__options {
    padding: 0;
    max-height: 11.25em;
    overflow-y: auto;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.select__options::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.4375em;
}
.select__options::-webkit-scrollbar-track {
    border-radius: 0.25em;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}
.select__options::-webkit-scrollbar-thumb {
    border-radius: 0.25em;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.select__option {
    width: 100%;
    text-align: left;
    padding: 0.8125em 0.75em;
    margin: 0;
    border-radius: 0.3125em;
    font-size: 1em;
}
@media (any-hover: hover) {
    .select__option:hover {
        background: rgb(245, 245, 245);
    }
}
.select select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.video-item {
    position: relative;
    border-radius: 1em;
    overflow: hidden;
    cursor: pointer;
}
.video-item > img,
.video-item > picture img,
.video-item > video,
.video-item > svg,
.video-item > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
@media (any-hover: hover) {
    .video-item:hover .video-item__play {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
}
.video-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
}
.video-item__play .play-icon {
    background: #3cc1f6;
}
.video-item__desc {
    position: absolute;
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 100);
    bottom: 0.75em;
    right: 0.75em;
    padding: 0.75em 1.5em;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    z-index: 2;
    border-radius: 1em;
}
@media (min-width: 120.0625rem) {
    .video-item__desc {
        font-size: 1rem;
    }
}
.video-item__desc strong {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.2222em;
}
.video-item__desc p {
    font-size: 1.125em;
    line-height: 1.2222em;
}

.vbox-close {
    top: 7.5%;
    right: 7.5%;
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 100);
    width: 4em;
    height: 4em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
}
@media (min-width: 120.0625rem) {
    .vbox-close {
        font-size: 1rem;
    }
}
.vbox-close svg,
.vbox-close img {
    display: none;
}
.vbox-close:before {
    content: "";
    width: 3em;
    height: 3em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 1;
    background: url("../img/icons/cross.svg") no-repeat 100%/100%;
}

.vbox-child {
    border-radius: 34px;
    overflow: hidden;
}
.vbox-child img {
    max-height: 90vh;
}

.introduce {
    position: relative;
    color: #fff;
    margin-top: -1.9375rem;
    border-radius: 0em 0em 3em 3em;
    overflow: hidden;
}
.introduce > img,
.introduce > picture,
.introduce > picture img,
.introduce > video,
.introduce > svg,
.introduce > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.introduce:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(269.92deg, rgba(0, 0, 0, 0) -3.76%, rgba(0, 0, 0, 0.6) 56.84%);
    z-index: 2;
}
.introduce__body {
    position: relative;
    z-index: 3;
    padding-top: 7.9375em;
    padding-bottom: 9.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 48rem) {
    .introduce__body {
        padding-bottom: 3rem;
    }
}
.introduce__top {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0.5em;
    padding: 0.75em;
    display: inline-block;
    margin-bottom: 1em;
}
.introduce__top span {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 130%;
}
@media (max-width: 48rem) {
    .introduce__top span {
        font-size: 1rem;
    }
}
.introduce__title {
    font-weight: 600;
    font-size: 3.625em;
    max-width: 69.3125rem;
    line-height: 120%;
    margin-bottom: 0.5517em;
}
@media (max-width: 48rem) {
    .introduce__title {
        font-size: 1.875rem;
    }
}
.introduce .circle-list {
    margin-bottom: 6em;
}
@media (max-width: 48rem) {
    .introduce .circle-list {
        margin-bottom: 7.5rem;
    }
}
@media (max-width: 36rem) {
    .introduce__space {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.introduce__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 36rem) {
    .introduce__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 48rem) {
    .introduce__btn {
        min-width: 14.375rem;
    }
}
.introduce__sub-title {
    font-size: 1.5em;
    line-height: 130%;
    max-width: 19.75rem;
}
@media (max-width: 36rem) {
    .introduce__sub-title {
        max-width: 17.5rem;
    }
}
.introduce__description {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 24px;
    line-height: 140%;
}
.introduce__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}
.introduce__tags + .introduce__row {
    margin-top: 96px;
}
.introduce__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: rgba(0, 0, 0, 0.48);
    border-radius: 0.5em;
    padding: 0.75em;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 130%;
}
@media (max-width: 48rem) {
    .introduce__tag {
        font-size: 1rem;
    }
}
.introduce__tag.is-active {
    background-color: #F7941E;
}

.socials-aside {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.9375em;
    gap: 0.625em;
    background: #fff;
    -webkit-box-shadow: 0em 0.1875em 1.0625em 0.25em rgba(102, 55, 157, 0.2);
    box-shadow: 0em 0.1875em 1.0625em 0.25em rgba(102, 55, 157, 0.2);
    border-radius: 0.5em 0em 0em 0.5em;
}
@media (max-width: 67.5rem) {
    .socials-aside {
        display: none;
    }
}
.socials-aside a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .socials-aside a:hover {
        opacity: 0.7;
    }
}
.socials-aside svg,
.socials-aside img {
    font-size: 1.5rem;
    width: 1em;
    height: 1em;
}

.approach {
    color: #222222;
}
.approach__body {
    overflow: hidden;
}
.approach__title {
    margin-bottom: 1.3333em;
    max-width: 55.4375rem;
}

@media (min-width: 75rem) {
    .approach-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        font-size: 1rem;
        gap: 1em;
    }
}

.approach-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5em;
    gap: 0.875rem;
    min-height: 17em;
    background: #fff;
    border: 0.0625em solid rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .approach-item:hover {
        background: rgba(0, 0, 0, 0.01);
    }
    .approach-item:hover img,
    .approach-item:hover svg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.approach-item img,
.approach-item svg {
    font-size: 4em;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.approach-item p {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2083em;
}
@media (max-width: 48rem) {
    .approach-item p {
        font-size: 1.125rem;
    }
}
.approach-item_detailed {
    min-height: 23.375em;
}
.approach-item_detailed p {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.2222em;
}
@media (max-width: 48rem) {
    .approach-item_detailed p {
        font-size: 1rem;
    }
}
.approach-item_detailed p strong {
    font-weight: 500;
    display: inline;
}

.approach-item.approach-item--event {
    height: auto;
    gap: 16px;
}
.approach-item.approach-item--event .approach-item__title {
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 50px;
    line-height: 1.2083em;
}
@media (max-width: 48rem) {
    .approach-item.approach-item--event .approach-item__title {
        font-size: 1.125rem;
    }
}
.approach-item.approach-item--event .approach-item__excerpt {
    font-size: 1.125em;
    font-weight: 400;
}
@media (max-width: 48rem) {
    .approach-item.approach-item--event .approach-item__excerpt {
        font-size: 1rem;
    }
}
.approach-item.approach-item--event.is-num::before {
    content: attr(data-num);
    position: absolute;
    top: 6px;
    right: 6px;
    font-weight: 600;
    font-size: 1.5em;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 48rem) {
    .approach-item.approach-item--event.is-num::before {
        font-size: 1.125rem;
    }
}

.kindergarten {
    background: #6dd0f8;
    color: #fff;
}
.kindergarten__outer {
    position: relative;
    overflow: hidden;
}
.kindergarten__body {
    position: relative;
    z-index: 2;
}
.kindergarten__title {
    max-width: 45rem;
    margin-bottom: 1.3333em;
    color: #fff;
}
.kindergarten__decor {
    position: absolute;
    z-index: 1;
}
.kindergarten__decor span {
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
.kindergarten__decor_1 {
    right: 6%;
    top: 10%;
}
.kindergarten__decor_1 span {
    font-size: calc(11.25rem + 24.4375 * (100vw - 20rem) / 100);
    background: linear-gradient(157.76deg, #15b4f4 12.95%, #b0e8ff 112.83%);
    -webkit-transform: matrix(-0.99, 0.11, -0.12, -0.99, 0, 0);
    -ms-transform: matrix(-0.99, 0.11, -0.12, -0.99, 0, 0);
    transform: matrix(-0.99, 0.11, -0.12, -0.99, 0, 0);
}
@media (min-width: 120.0625rem) {
    .kindergarten__decor_1 span {
        font-size: 35.6875rem;
    }
}
.kindergarten__decor_2 {
    left: 5%;
    bottom: 10%;
}
.kindergarten__decor_2 span {
    font-size: calc(8.125rem + 17.0625 * (100vw - 20rem) / 100);
    background: linear-gradient(157.76deg, #15b4f4 12.95%, #b0e8ff 112.83%);
    -webkit-transform: matrix(-0.91, 0.42, -0.42, -0.91, 0, 0);
    -ms-transform: matrix(-0.91, 0.42, -0.42, -0.91, 0, 0);
    transform: matrix(-0.91, 0.42, -0.42, -0.91, 0, 0);
}
@media (min-width: 120.0625rem) {
    .kindergarten__decor_2 span {
        font-size: 25.1875rem;
    }
}

.kid-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
@media (max-width: 67.5rem) {
    .kid-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 36rem) {
    .kid-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.kid-item {
    position: relative;
    color: #222222;
    background: #fff;
    border: 0.0625em solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
@media (max-width: 36rem) {
    .kid-item {
        font-size: 0.7rem;
    }
}
.kid-item > img,
.kid-item > picture img,
.kid-item > video,
.kid-item > svg,
.kid-item > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: hidden;
    border-radius: 0.875rem;
    visibility: visible;
}
.kid-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    border-radius: 0.875rem;
}
@media (any-hover: hover) {
    .kid-item:hover {
        border-color: #6dd0f8;
    }
    .kid-item:hover .btn_link, .kid-item:hover {
        color: #fff;
    }
    .kid-item:hover > img,
    .kid-item:hover > picture img,
    .kid-item:hover > video,
    .kid-item:hover > svg,
    .kid-item:hover > iframe {
        opacity: 1;
        visibility: visible;
    }
    .kid-item:hover:before {
        opacity: 1;
        visibility: visible;
    }
}
.kid-item__body {
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 24.1875em;
    position: relative;
    z-index: 3;
}
.kid-item__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 4em;
}
.kid-item__title {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2083em;
}
.kid-item__location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.25em;
}
.kid-item__location svg,
.kid-item__location img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    fill: #d2d2d2;
}
.kid-item__location span {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.2222em;
}
.kid-item__sub-title {
    font-size: 1.125em;
    line-height: 1.2222em;
    margin-bottom: 1.3333em;
}
.kid-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kid-item__btn:not(.btn_link) {
    padding-top: 1em;
    padding-bottom: 1em;
}
@media (max-width: 48rem) {
    .kid-item__btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.kindergarten.kindergarten--form {
    border-radius: 48px;
}
.kindergarten.kindergarten--form .form__self {
    margin-top: 32px;
}

.kindergarten.kindergarten--form .kindergarten__form-wrap {
    padding: 64px;
    border-radius: 24px;
    background-color: #fff;
    max-width: 1470px;
    margin: 0 auto;
}
@media (max-width: 36rem) {
    .kindergarten.kindergarten--form .kindergarten__form-wrap {
        padding: 32px;
    }
}
.kindergarten.kindergarten--form .kindergarten__form-title {
    font-weight: 600;
    font-size: 3em;
    margin-bottom: 32px;
    line-height: 130%;
    color: #222222;
    text-align: center;
}
@media (max-width: 48rem) {
    .kindergarten.kindergarten--form .kindergarten__form-title {
        font-size: 1.5rem;
    }
}
.kindergarten.kindergarten--form .kindergarten__form-subtitle {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 24px;
    line-height: 140%;
    color: #000;
    text-align: center;
}
@media (max-width: 36rem) {
    .kindergarten.kindergarten--form .kindergarten__form-title,
    .kindergarten.kindergarten--form .kindergarten__form-subtitle,
    .kindergarten.kindergarten--form .form__grid {
        margin-bottom: 1.5em;
    }
}
.kindergarten.kindergarten--form .form__policy {
    text-align: center;
}
.kindergarten.kindergarten--form .form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 1rem;
}
@media (max-width: 36rem) {
    .kindergarten.kindergarten--form .form__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5em;
    }
}
.kindergarten.kindergarten--form .form__btn--ask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #222222;
}
.kindergarten.kindergarten--form .form__btn-socials-item img,
.kindergarten.kindergarten--form .form__btn-socials-item svg {
    width: 32px;
    height: 32px;
}
.kindergarten.kindergarten--form .form__policy {
    max-width: 100%;
}
.kindergarten.kindergarten--form .form__btn {
    border-radius: 8px;
    margin-bottom: 0;
}
@media (max-width: 36rem) {
    .kindergarten.kindergarten--form .form__btn {
        height: 57px;
    }
}
.kindergarten.kindergarten--form .social-item svg,
.kindergarten.kindergarten--form .social-item img {
    width: 32px;
    height: 32px;
}

.price {
    color: #222222;
    padding-top: 8.75em;
    padding-bottom: 4.375em;
}
@media (max-width: 48rem) {
    .price {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
}
.price__body {
    overflow: hidden;
}
.price__top-row {
    margin-bottom: 6em;
}
@media (min-width: 61.9375rem) {
    .price__top-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 61.875rem) {
    .price__top-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 4em;
    }
}
.price__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}
@media (min-width: 61.9375rem) {
    .price__items {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
@media (max-width: 36rem) {
    .price__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.price__bottom-row {
    padding-top: 2em;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
@media (max-width: 61.875rem) {
    .price__bottom-row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
    }
}
@media (max-width: 36rem) {
    .price__bottom-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.price__bottom-row .location-item__content {
    max-width: none;
    gap: 0;
}
.price__additional {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5625rem;
}
@media (max-width: 48rem) {
    .price__additional {
        font-size: 0.9rem;
    }
}
@media (max-width: 61.875rem) {
    .price__additional {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
@media (max-width: 36rem) {
    .price__additional {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
}
.price__additional h3 {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2083em;
}
@media (max-width: 48rem) {
    .price__additional h3 {
        font-size: 1.125rem;
    }
}
.price__additional p {
    font-size: 1em;
    line-height: 1.25em;
}
@media (max-width: 48rem) {
    .price__additional p {
        font-size: 0.875rem;
    }
}

.price-grid {
    display: -ms-grid;
    display: grid;
    gap: 1em;
    margin-bottom: 2em;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 48rem) {
    .price-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 36rem) {
    .price-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.price-item {
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0em 0.25em 0.375em rgba(0, 0, 0, 0.06);
    box-shadow: 0em 0.25em 0.375em rgba(0, 0, 0, 0.06);
    border-radius: 1em;
    padding: 1.5em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 42.125em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto;
}
.price-item .btn {
    color: #000;
}
@media (any-hover: hover) {
    .price-item:hover .btn {
        background: rgba(255, 255, 255, 0.4);
        color: #fff;
    }
}
.price-item:nth-child(1) {
    background: -webkit-gradient(linear, left bottom, left top, from(#f263b7), to(#f263b7));
    background: linear-gradient(0deg, #f263b7, #f263b7);
}
.price-item:nth-child(2) {
    background: -webkit-gradient(linear, left bottom, left top, from(#1bb5f3), to(#1bb5f3));
    background: linear-gradient(0deg, #1bb5f3, #1bb5f3);
}
.price-item:nth-child(3) {
    background: -webkit-gradient(linear, left bottom, left top, from(#7947b8), to(#7947b8));
    background: linear-gradient(0deg, #7947b8, #7947b8);
}
@media (max-width: 48rem) {
    .price-item {
        padding: 2rem 1.5rem;
    }
}
.price-item__top-caption {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2083em;
    margin-bottom: 0.3333em;
}
.price-item__schedule {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 2em;
}
.price-item__schedule svg,
.price-item__schedule img {
    font-size: 1.25em;
    width: 1em;
    height: 1em;
}
.price-item__schedule span {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 130%;
}
.price-item__price {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2083em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2em;
}
.price-item__price strong {
    font-size: 1.5em;
    line-height: 1.2222em;
    text-transform: uppercase;
    color: #fff;
    display: inline;
}
.price-item__btn {
    margin-bottom: 3em;
}
.price-item__list-title {
    font-weight: 500;
    font-size: 1.375em;
    line-height: 1.2273em;
    margin-bottom: 1.0909em;
}

.development {
    color: #222222;
}
.development__body {
    overflow: hidden;
}
.development__title {
    margin-bottom: 1.3333em;
    max-width: 29.9375rem;
}

.development-grid {
    display: -ms-grid;
    display: grid;
    min-width: 0;
    gap: 1.5em 1em;
}
@media (min-width: 75rem) {
    .development-grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 74.9375rem) {
    .development-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 48rem) {
    .development-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 36rem) {
    .development-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.development-item {
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    overflow: hidden;
    min-width: 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}
.development-item__image {
    position: relative;
    min-width: 0;
    width: 100%;
    aspect-ratio: 1.536797/1;
    min-height: 0;
}
.development-item__image .play-icon {
    font-size: 3.25rem;
}
.development-item__image .play-icon img,
.development-item__image .play-icon svg {
    font-size: 1.125rem;
    -webkit-animation: scale-play 1s ease infinite alternate 0s forwards;
    animation: scale-play 1s ease infinite alternate 0s forwards;
}
@-webkit-keyframes scale-play {
    from {
        -webkit-transform: translateX(8%) scale(1);
        transform: translateX(8%) scale(1);
    }
    to {
        -webkit-transform: translateX(8%) scale(1.15);
        transform: translateX(8%) scale(1.15);
    }
}
@keyframes scale-play {
    from {
        -webkit-transform: translateX(8%) scale(1);
        transform: translateX(8%) scale(1);
    }
    to {
        -webkit-transform: translateX(8%) scale(1.15);
        transform: translateX(8%) scale(1.15);
    }
}
.development-item__image .swiper-slide {
    position: relative;
}
.development-item__image .swiper-slide > img,
.development-item__image .swiper-slide > picture img,
.development-item__image .swiper-slide > video,
.development-item__image .swiper-slide > svg,
.development-item__image .swiper-slide > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.development-item__image .swiper-slide.swiper-slide-active > img,
.development-item__image .swiper-slide.swiper-slide-active > picture img,
.development-item__image .swiper-slide.swiper-slide-active > video,
.development-item__image .swiper-slide.swiper-slide-active > svg,
.development-item__image .swiper-slide.swiper-slide-active > iframe {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.development-item__image .pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.development-item__play {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    z-index: 5;
}
.development-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.development-item__title {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.2222em;
    margin-bottom: 0.4444em;
}
.development-item__sub-title {
    font-size: 1.125em;
    line-height: 1.2222em;
    margin-bottom: 1.1111em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.education {
    color: #222222;
}
.education__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem 1.5rem;
}
@media (max-width: 61.9375rem) {
    .education__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.education__grid {
    padding-top: 4em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
@media (max-width: 90rem) {
    .education__grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 64rem) {
    .education__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 36rem) {
    .education__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.education__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}
.education__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.education__title {
    max-width: 43.0625rem;
    margin-bottom: 1em;
}
.education__sub-title {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.2222em;
    margin-bottom: 1.7778em;
    max-width: 36.25rem;
}
@media (max-width: 48rem) {
    .education__sub-title {
        font-size: 1rem;
    }
}
.education__media {
    position: relative;
    border-radius: 1em;
    overflow: hidden;
}
.education__media > img,
.education__media > picture img,
.education__media > video,
.education__media > svg,
.education__media > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.education__media .play-icon {
    font-size: calc(4rem + 1.25 * (100vw - 20rem) / 100);
}
@media (min-width: 120.0625rem) {
    .education__media .play-icon {
        font-size: 5.25rem;
    }
}
@media (min-width: 62rem) {
    .education__media {
        min-height: 48.8125em;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25em;
        flex: 0 0 31.25em;
    }
}
@media (min-width: 80.0625rem) {
    .education__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.5625em;
        flex: 0 0 45.5625em;
    }
}
@media (max-width: 61.9375rem) {
    .education__media {
        aspect-ratio: 1/1.3;
    }
}
.education .tick-list {
    max-width: 36.3125rem;
}
.education .tick-list svg {
    stroke: #3cc1f6;
}

.education.education_2 .tick-list {
    max-width: 45rem;
}
@media (min-width: 62rem) {
    .education.education_2 .education__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.education.education_2 .education__title {
    max-width: 55.4375rem;
}
@media (min-width: 62rem) {
    .education.education_2 .education__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.9375em;
        flex: 0 0 29.9375em;
    }
}
@media (max-width: 61.9375rem) {
    .education.education_2 .education__media {
        aspect-ratio: 1/1.398747;
    }
}

.education.education_3 .tick-list {
    max-width: 35.125rem;
}
@media (min-width: 62rem) {
    .education.education_3 .education__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.education.education_3 .education__title {
    max-width: 40.625rem;
}
@media (min-width: 62rem) {
    .education.education_3 .education__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45.4375em;
        flex: 0 0 45.4375em;
        min-height: 36.5625em;
    }
}
@media (max-width: 61.9375rem) {
    .education.education_3 .education__media {
        aspect-ratio: 1.213689/1;
    }
}

.btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 48.0625rem) {
    .btn-row__btn {
        min-width: 22.1875em;
    }
}
@media (max-width: 48rem) {
    .btn-row__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.education.education--event .tick-list li img {
    width: 24px;
    height: 24px;
    margin-top: 0;
}
.education.education--event .tick-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.education.education--event .tick-list li span {
    line-height: 1.5;
}

.education__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: rgba(0, 0, 0, 0.1019607843);
    border-radius: 16px;
    padding: 1.5em;
    margin-top: 56px;
}
@media (max-width: 61.9375rem) {
    .education__event {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
}

.education__event-item:nth-child(2) {
    margin-left: auto;
}
@media (max-width: 61.9375rem) {
    .education__event-item:nth-child(2) {
        margin-left: 0;
    }
}

.education__event-item:nth-child(2),
.education__event-item:nth-child(3) {
    max-width: 300px;
    width: 100%;
}

.education__event-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.education__event-item-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}

.education__event-item-excerpt {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}

.graph-modal {
    font-size: 1rem;
}
.graph-modal__container {
    max-width: 33.625em;
    padding: 2.5em;
}
@media (max-width: 48rem) {
    .graph-modal__container {
        padding: 1.875rem;
    }
}
.graph-modal__close {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 100);
    z-index: 10;
    top: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
}
@media (min-width: 120.0625rem) {
    .graph-modal__close {
        font-size: 1rem;
    }
}
.graph-modal__close img {
    width: 2em;
    height: 2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.graph-modal__container_pop {
    padding: 0;
    background: none;
    max-width: 90%;
    width: 100%;
    max-height: 90vh;
}
.graph-modal__container_pop video {
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 1em;
    overflow: hidden;
}
.graph-modal__container_pop .graph-modal__close {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 100);
    z-index: 10;
    top: 0.5em;
    right: 0.5em;
    background: #fff;
    border-radius: 50%;
    padding: 0.3125em;
    width: 4em;
    height: 4em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 120.0625rem) {
    .graph-modal__container_pop .graph-modal__close {
        font-size: 1rem;
    }
}
.graph-modal__container_pop .graph-modal__close img {
    width: 3em;
    height: 3em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.graph-modal__container_pop .graph-modal__content {
    padding: 0;
}

.graph-modal__container_order {
    font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 100);
    max-width: 47.0625rem;
    padding: 0 2.5em;
    padding-top: 4.5em;
    padding-bottom: 4em;
}
@media (min-width: 120.0625rem) {
    .graph-modal__container_order {
        font-size: 1rem;
    }
}

.form {
    color: #222222;
}
.form_small .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_small .form__title {
    text-align: center;
}
.form_small .form__btn {
    min-width: 13.75rem;
    width: auto;
    margin: 0 auto;
    display: block;
}
.form__title {
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2188em;
    margin-bottom: 1em;
}
.form__self {
    font-size: 1rem;
}
.form__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
    margin-bottom: 2em;
}
@media (max-width: 36rem) {
    .form__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
}
@media (min-width: 36.0625rem) {
    .form__item_big {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
.form__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__label img {
    font-size: 0.875em;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.4286em;
}
.form__label span:nth-child(2) {
    font-size: 0.75em;
    line-height: 1.25em;
    color: rgba(0, 0, 0, 0.9);
    margin-right: 0.1667em;
}
.form__label span:nth-child(3) {
    font-family: "Roboto";
    font-size: 0.75em;
    line-height: 1.1667em;
    color: #d24e4e;
}
.form__btn {
    width: 100%;
    margin-bottom: 1rem;
}
.form__policy {
    font-size: 0.75em;
    line-height: 1.25em;
    color: rgba(0, 0, 0, 0.9);
    max-width: 31.25rem;
}
.form__policy a,
.form__policy button {
    color: #3cc1f6;
    font-weight: 500;
}

.graph-modal__container_summer {
    font-size: calc(0.625rem + 0.375 * (100vw - 20rem) / 100);
    max-width: 74.75rem;
    width: 100%;
    padding: 0;
    background-color: transparent;
}
@media (min-width: 120.0625rem) {
    .graph-modal__container_summer {
        font-size: 1rem;
    }
}

.summer {
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1em;
    overflow: hidden;
    background: #fff;
    margin: 0.625em;
}
@media (max-width: 48rem) {
    .summer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.summer__media {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.summer__media > img,
.summer__media > picture img,
.summer__media > video,
.summer__media > svg,
.summer__media > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
@media (min-width: 48.0625rem) {
    .summer__media {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25em;
        flex: 1 0 25em;
    }
}
@media (min-width: 62rem) {
    .summer__media {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 31.375em;
        flex: 1 0 31.375em;
    }
}
@media (max-width: 48rem) {
    .summer__media {
        display: none;
    }
}
.summer__content {
    padding-right: 2.5em;
    padding-left: 2em;
    padding-top: 4.5em;
    padding-bottom: 4em;
}
@media (max-width: 48rem) {
    .summer__content {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}
.summer__title {
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2188em;
    margin-bottom: 0.5em;
}
.summer__title strong {
    color: #3cc1f6;
}
.summer__sub-title {
    font-size: 1rem;
    line-height: 130%;
    margin-bottom: 2em;
}
.summer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
    margin-bottom: 2em;
    width: 100%;
}
@media (max-width: 36rem) {
    .summer__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.summer__btn {
    width: 100%;
}
@media (min-width: 36.0625rem) {
    .summer .approach-item {
        padding-right: 0;
    }
}
@media (max-width: 36rem) {
    .summer .approach-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        min-height: 0;
        text-align: left;
    }
}
.summer .approach-item p {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25em;
}

.desc-block {
    padding-top: 4.375em;
    padding-bottom: 8.75em;
    color: #222222;
}
@media (max-width: 48rem) {
    .desc-block {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
}
.desc-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}
@media (max-width: 48rem) {
    .desc-block__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 48.0625rem) {
    .desc-block__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 9.5833em;
        flex: 0 0 9.5833em;
    }
}
.desc-block__show-more {
    max-width: 60.9375rem;
}
.desc-block__show-more.js_s-act-sm > button > span:first-child {
    display: none;
}
.desc-block__show-more.js_s-act-sm > button > span:last-child {
    display: inline-block;
}
.desc-block__show-more > button > span:last-child {
    display: none;
}
.desc-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
}
.desc-block__content p,
.desc-block__content ul,
.desc-block__content ol {
    font-size: 1.125em;
    line-height: 1.2222em;
}
@media (max-width: 48rem) {
    .desc-block__content p,
    .desc-block__content ul,
    .desc-block__content ol {
        font-size: 0.9375rem;
    }
}
.desc-block__content h1,
.desc-block__content h2,
.desc-block__content h3,
.desc-block__content h4 {
    line-height: 120%;
    font-weight: 500;
    margin: 0.4em 0;
}
.desc-block__content h1 {
    font-size: 1.75em;
}
@media (max-width: 48rem) {
    .desc-block__content h1 {
        font-size: 1.375rem;
    }
}
.desc-block__content h2 {
    font-size: 1.5em;
}
@media (max-width: 48rem) {
    .desc-block__content h2 {
        font-size: 1.25rem;
    }
}
.desc-block__content h3 {
    font-size: 1.375em;
}
@media (max-width: 48rem) {
    .desc-block__content h3 {
        font-size: 1.125rem;
    }
}
.desc-block__content h4 {
    font-size: 1.25em;
}
@media (max-width: 48rem) {
    .desc-block__content h4 {
        font-size: 1rem;
    }
}
.desc-block__content ul,
.desc-block__content ol {
    padding-left: 1.1em;
    margin: 0.3em 0;
}
.desc-block__content ul li {
    list-style: disc;
}
.desc-block__content ol li {
    list-style: decimal;
}
.desc-block__link {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2222em;
    color: #3cc1f6;
    margin-top: 1.7778em;
}

.js_e-tabs:not(.js_o-tabs-cls) > div:first-child + div > div,
.js_e-tab {
    display: none;
}
.js_e-tabs:not(.js_o-tabs-cls) > div:first-child + div > div.js_s-act-tab,
.js_e-tab.js_s-act-tab {
    display: block;
}

.slider-block {
    color: #222222;
}
.slider-block__body {
    overflow: hidden;
}
.slider-block__title {
    margin-bottom: 1.3333em;
}
.slider-block__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.125em;
}
.slider-block__top-row .auto-slider {
    margin: 0;
    overflow: visible;
}
@media (max-width: 48rem) {
    .slider-block__top-row .auto-slider {
        width: 100%;
    }
}
.slider-block__sub-title {
    font-size: 1.125em;
    line-height: 1.2222em;
}
@media (max-width: 48rem) {
    .slider-block__sub-title {
        font-size: 1rem;
    }
}
.slider-block__nav .swiper-slide {
    width: auto;
}
@media (min-width: 67.5625rem) {
    .slider-block__grid {
        display: -ms-grid;
        display: grid;
        gap: 1rem;
    }
    .slider-block__grid_4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 48rem) {
    .slider-block__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 3rem;
    }
}
.slider-block__button {
    margin: 0 auto;
}
@media (max-width: 48rem) {
    .slider-block__button {
        min-width: 14.375rem;
    }
}
@media (max-width: 36rem) {
    .slider-block__button {
        width: 100%;
    }
}
.slider-block_gallery .mobile-slider .swiper-slide {
    aspect-ratio: 0.857488/1;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
}
.slider-block_gallery .mobile-slider .swiper-slide > img,
.slider-block_gallery .mobile-slider .swiper-slide > picture img,
.slider-block_gallery .mobile-slider .swiper-slide > video,
.slider-block_gallery .mobile-slider .swiper-slide > svg,
.slider-block_gallery .mobile-slider .swiper-slide > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.slider-block_parents .slider-block__title {
    max-width: 34.75rem;
    margin-bottom: 0.6667em;
}
.slider-block_parents .mobile-slider .swiper-slide {
    aspect-ratio: 1.079027/1;
}
.slider-block_news .slider-block__title {
    max-width: 37.5rem;
    margin-bottom: 0;
}
@media (max-width: 48rem) {
    .slider-block_news .slider-block__title {
        margin-bottom: 1.3333em;
    }
}
.slider-block_employees .slider-block__title {
    max-width: 51.625rem;
    margin-bottom: 0;
}
@media (max-width: 48rem) {
    .slider-block_employees .slider-block__title {
        margin-bottom: 1.3333em;
    }
}

.news-item {
    overflow: hidden;
    border-radius: 1em;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    height: auto;
}
@media (any-hover: hover) {
    .news-item:hover .news-item__media > img,
    .news-item:hover .news-item__media > picture img,
    .news-item:hover .news-item__media > video,
    .news-item:hover .news-item__media > svg,
    .news-item:hover .news-item__media > iframe {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.news-item__media {
    position: relative;
    aspect-ratio: 1.536797/1;
    overflow: hidden;
}
.news-item__media > img,
.news-item__media > picture img,
.news-item__media > video,
.news-item__media > svg,
.news-item__media > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.news-item__content {
    background: #fff;
    border-top: none;
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.news-item__date {
    font-size: 1.125em;
    line-height: 1.2222em;
}
.news-item__title {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.2222em;
}
.news-item__sub-title {
    font-size: 1.125em;
    line-height: 1.2222em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.news-item__btn {
    margin-top: 0.5rem;
    width: 100%;
}

.employee-item {
    font-size: 1rem;
    color: #222222;
}
@media (any-hover: hover) {
    .employee-item:hover .employee-item__image > img,
    .employee-item:hover .employee-item__image > picture img,
    .employee-item:hover .employee-item__image > video,
    .employee-item:hover .employee-item__image > svg,
    .employee-item:hover .employee-item__image > iframe {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.employee-item__image {
    border-radius: 1em;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1.166197;
    margin-bottom: 1.5em;
}
.employee-item__image > img,
.employee-item__image > picture img,
.employee-item__image > video,
.employee-item__image > svg,
.employee-item__image > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.employee-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
}
.employee-item__content h3 {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.2222em;
}
.employee-item__content p {
    font-size: 1.125em;
    line-height: 1.2222em;
}

.slider-block_partners {
    padding-top: 4.375em;
    padding-bottom: 8.75em;
}
@media (max-width: 48rem) {
    .slider-block_partners {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
}

.partners-item {
    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 80rem) {
    .partners-item {
        border: 0;
        border-right: 1px solid #d2d2d2;
    }
}
.partners-item__link {
    gap: 2.5rem;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media (max-width: 80rem) {
    .partners-item__link {
        gap: 1.5rem;
        padding-right: 16px;
    }
}
.partners-item__link:hover, .partners-item__link:focus-visible {
    color: #3cc1f6;
}
.partners-item__icon {
    width: 7.5rem;
    height: 7.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 80rem) {
    .partners-item__icon {
        width: 5rem;
        height: 5rem;
    }
}
.partners-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners-item__name {
    font-size: 22px;
}
@media (max-width: 80rem) {
    .partners-item__name {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .slider-block_partners .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    }
}
.rooms__body {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (max-width: 67.5rem) {
    .rooms__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.rooms-item {
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 33em;
    overflow: hidden;
}
@media (max-width: 36rem) {
    .rooms-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.rooms-item__image {
    position: relative;
}
@media (min-width: 36.0625rem) {
    .rooms-item__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
    }
}
@media (max-width: 36rem) {
    .rooms-item__image {
        aspect-ratio: 1/0.7;
    }
}
.rooms-item__image > img,
.rooms-item__image > picture img,
.rooms-item__image > video,
.rooms-item__image > svg,
.rooms-item__image > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.rooms-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
}
@media (min-width: 36.0625rem) {
    .rooms-item__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        padding-left: 2.5em;
    }
}
.rooms-item__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 1.5rem;
}
.rooms-item__title {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.2273em;
    text-transform: uppercase;
    text-wrap: balance;
}
@media (max-width: 84.375rem) {
    .rooms-item__title {
        font-size: 1.75em;
    }
}
@media (max-width: 48rem) {
    .rooms-item__title {
        font-size: 1.5rem;
    }
}
.rooms-item__text {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2222em;
    margin-bottom: 1rem;
}
@media (max-width: 84.375rem) {
    .rooms-item__text {
        font-size: 1rem;
    }
}
.rooms-item__btn {
    padding-right: 1rem;
    padding-left: 1rem;
}

.room-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #222222;
    overflow: hidden;
}
.room-head__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 2em;
}
@media (min-width: 67.5625rem) {
    .room-head__title {
        max-width: 37.5rem;
    }
}
.room-head .auto-slider {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.room-head .auto-slider:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(-90deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
}
.room-head__nav .swiper-slide {
    width: auto;
}
.classes {
    color: #222222;
    scroll-margin-top: var(--header-height);
}
.classes__title {
    margin-bottom: 0.8333em;
}
.classes__nav-sticky {
    overflow: unset;
    position: sticky;
    top: calc(var(--header-height) - 1px);
    left: 0;
    padding: 1.5em 0;
    z-index: 10;
}
.classes__nav-sticky:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 0em 0em 1em 1em;
}
.classes__nav-sticky .swiper-wrapper {
    position: relative;
    z-index: 2;
}
.--sticky-classes .classes__nav-sticky:before {
    -webkit-box-shadow: 0em 0.25em 0.375em rgba(0, 0, 0, 0.025);
    box-shadow: 0em 0.25em 0.375em rgba(0, 0, 0, 0.025);
}
.classes__nav .swiper-slide {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.classes__nav .swiper-slide:last-child {
    margin: 0 !important;
}
.classes__tabs {
    padding-top: 1.625em;
}
.classes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
}
.classes__link {
    margin: 0 auto;
    display: block;
    padding: 1.5em 4em;
    margin-top: calc(1.5rem + 2.5 * (100vw - 20rem) / 100);
}
@media (min-width: 120.0625rem) {
    .classes__link {
        margin-top: 4rem;
    }
}
@media (max-width: 48rem) {
    .classes__link {
        padding: 1.5em;
    }
}
@media (max-width: 36rem) {
    .classes__link {
        width: 100%;
    }
}
.js_s-act-sm .classes__link > span:first-child {
    display: none;
}
.js_s-act-sm .classes__link > span:last-child {
    display: inline-block;
}
.classes__link span:last-child {
    display: none;
}

.class-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border: 0.0625em solid rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 43.8125rem) {
    .class-item {
        min-height: 32em;
    }
}
@media (max-width: 43.75rem) {
    .class-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.class-item__media {
    position: relative;
}
@media (min-width: 43.8125rem) {
    .class-item__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.875em;
        flex: 0 0 29.875em;
    }
}
@media (max-width: 43.75rem) {
    .class-item__media {
        aspect-ratio: 1/0.5;
    }
}
.class-item__media > img,
.class-item__media > picture img,
.class-item__media > video,
.class-item__media > svg,
.class-item__media > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.class-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem;
    overflow-x: hidden;
}
@media (min-width: 43.8125rem) {
    .class-item__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 2.5em;
    }
}
.class-item__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 4em;
}
@media (max-width: 43.75rem) {
    .class-item__top {
        margin-bottom: 1.5rem;
    }
}
.class-item__top .swiper {
    overflow: visible;
}
.class-item__nav {
    margin-bottom: 1.5rem;
}
.class-item__nav .swiper-slide {
    width: auto;
}
.class-item__tab-btn {
    padding: 0.4688rem 0;
    border-bottom: 0.0625rem solid transparent;
    border-top: 0.0625rem solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.class-item__tab-btn.js_s-act-tab {
    color: #3cc1f6;
    border-bottom: 0.0625rem solid #3cc1f6;
}
.class-item__tab-btn span {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.25em;
    text-transform: uppercase;
}
.class-item__title {
    font-weight: 600;
    font-size: 2.75em;
    line-height: 1.2273em;
    text-transform: uppercase;
}
.class-item__title:has(+ div) {
    margin-bottom: 1.5rem;
}
@media (max-width: 64rem) {
    .class-item__title {
        font-size: 1.375rem;
    }
}
.class-item__items-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
@media (max-width: 64rem) {
    .class-item__items-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.class-item__text {
    font-size: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2222em;
    line-height: 1.2222em;
    margin-bottom: 1.3333em;
}
@media (max-width: 48rem) {
    .class-item__text {
        font-size: 1rem;
    }
}
.class-item__text strong {
    font-weight: 600;
}
.class-item__text a {
    font-weight: 600;
    color: #3cc1f6;
}
@media (any-hover: hover) {
    .class-item__text a:hover {
        text-decoration: underline;
    }
}
.class-item .btn-row__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.class-item__btn {
    width: 100%;
}
.class-item .location-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}