.custom-checkbox__field:checked+.custom-checkbox__content::after {
    opacity: 1
}

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

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

: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
}

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(.625rem + .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
}

.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-cancel-button,.input-reset::-webkit-search-decoration,.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: 0
}

.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%
}

.approach__title,.classes__title,.desc-block__title,.development__title,.education__title,.kindergarten__title,.price__title,.room-head__title,.slider-block__title {
    font-weight: 600;
    font-size: 3em;
    line-height: 130%;
    color: #222
}

.approach__title strong,.classes__title strong,.desc-block__title strong,.development__title strong,.education__title strong,.kindergarten__title strong,.price__title strong,.room-head__title strong,.slider-block__title strong {
    color: #3cc1f6;
    display: inline
}

.education.education_3,.kindergarten__outer {
    padding: 8.75em 0
}

@media (max-width: 48rem) {
    :root {
        --container-offset:1.25rem
    }

    .approach__title,.classes__title,.desc-block__title,.development__title,.education__title,.kindergarten__title,.price__title,.room-head__title,.slider-block__title {
        font-size: 1.5rem
    }

    .education.education_3,.kindergarten__outer {
        padding: 4rem 0
    }
}

.approach.approach_2,.development,.education.education_2,.rooms,.rooms+.price,.slider-block,.slider-block+.price {
    padding: 4.375em 0
}

@media (max-width: 48rem) {
    .approach.approach_2,.development,.education.education_2,.rooms,.rooms+.price,.slider-block,.slider-block+.price {
        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
}

.icon-item {
    font-size: 3rem;
    width: 1em;
    height: 1em;
    background: #e2f6fe;
    border-radius: .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: .3s;
    transition: .3s
}

.icon-item img,.icon-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: .5em;
    height: .5em;
    fill: currentColor
}

.icon-item_stroke img,.icon-item_stroke svg {
    fill: none;
    stroke: currentColor;
    stroke-width: .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: .5em;
    font-weight: 500;
    line-height: 130%
}

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

    .circle-list li {
        font-size: 1rem
    }
}

.circle-list li:before {
    content: "";
    border-radius: 50%;
    font-size: .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: .3s;
    transition: .3s
}

.btn span {
    font-family: Montserrat;
    font-size: 1.125rem;
    line-height: 1.2222em;
    font-weight: 500
}

@media (max-width: 48rem) {
    .btn {
        padding:1em 1.5em
    }

    .btn span,.btn_link span {
        font-size: 1rem
    }
}

.btn_white {
    background: #fff;
    color: #3cc1f6
}

.btn_link {
    padding: .5em;
    background: 0 0;
    color: #3cc1f6
}

.btn_link span {
    font-family: "Montserrat Alternates",sans-serif
}

.btn_big {
    padding: 1.5em 3em
}

.btn_big span {
    font-size: 1.375rem;
    line-height: 1.2273em
}

.btn_blue {
    background: #e2f6fe;
    color: #3cc1f6
}

@media (any-hover: hover) {
    .icon-item:hover {
        background:#3cc1f6;
        color: #e2f6fe
    }

    .btn:hover {
        background: rgba(60,193,246,.7)
    }

    .btn_white:hover {
        background: rgba(255,255,255,.8);
        color: #3cc1f6
    }

    .btn_link:hover span {
        text-decoration: underline
    }

    .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: .75em
}

.tick-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .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: .125rem;
    stroke-linecap: round;
    margin-top: .3em
}

.tick-list li span {
    font-size: 1.125em;
    line-height: 1.2222em
}

@media (max-width: 48rem) {
    .btn_big {
        padding:1.5em
    }

    .btn_big span {
        font-size: 1.125rem
    }

    .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: .25em;
    padding: .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: .5;
    background: #fff;
    height: .1875em;
    width: auto;
    border: none;
    border-radius: .375em;
    -webkit-transition: .3s;
    transition: .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,.2);
    -webkit-transition: .3s;
    transition: .3s
}

.play-icon img,.play-icon svg {
    font-size: .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: .625rem;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 1rem;
    padding: 1em 0
}

.link span {
    font-size: 1em;
    line-height: 1.25em
}

.link img,.link svg {
    font-size: .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: .3s;
    transition: .3s
}

@media (any-hover: hover) {
    .play-icon:hover {
        background:#3cc1f6
    }

    .link:hover {
        color: #3cc1f6
    }

    .link:hover img,.link:hover svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.tab-btn {
    font-size: calc(.875rem + .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,.03);
    border-radius: .5em;
    -webkit-transition: .3s;
    transition: .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,.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,.9);
    min-height: 2.875em;
    padding: .8125em .75em;
    background: #fff;
    border: .0625em solid rgba(0,0,0,.1);
    border-radius: .3125em
}

.input::-webkit-input-placeholder {
    color: rgba(0,0,0,.9);
    opacity: 1
}

.input::-moz-placeholder {
    color: rgba(0,0,0,.9);
    opacity: 1
}

.input:-ms-input-placeholder {
    color: rgba(0,0,0,.9);
    opacity: 1
}

.input::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0,0,0,.9)
}

.input::placeholder {
    color: rgba(0,0,0,.9);
    opacity: 1
}

.input.just-validate-error-field {
    border-color: #fd8383
}

.select {
    position: relative;
    color: rgba(0,0,0,.9);
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s
}

.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: .0625em solid rgba(0,0,0,.1);
    cursor: pointer;
    display: block;
    width: 100%;
    border-radius: .3125em;
    background: #fff;
    min-height: 2.875em;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0;
    font-size: 1em
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .8125em .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: .3s;
    transition: .3s;
    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% + .3125em);
    left: 0;
    width: 100%;
    background: #fff;
    border: .0625em solid rgba(0,0,0,.1);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: .3125em
}

.select__options {
    padding: 0;
    max-height: 11.25em;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.select__options::-webkit-scrollbar {
    -webkit-appearance: none;
    width: .4375em
}

.select__options::-webkit-scrollbar-track {
    border-radius: .25em;
    background-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.2)
}

.select__options::-webkit-scrollbar-thumb {
    border-radius: .25em;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)
}

.select__option {
    width: 100%;
    text-align: left;
    padding: .8125em .75em;
    margin: 0;
    border-radius: .3125em;
    font-size: 1em
}

.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>iframe,.video-item>img,.video-item>picture img,.video-item>svg,.video-item>video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

@media (any-hover: hover) {
    .select__option:hover {
        background:#f5f5f5
    }

    .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)
    }

    .socials-aside a:hover {
        opacity: .7
    }
}

.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: .3s;
    transition: .3s;
    z-index: 3
}

.video-item__play .play-icon {
    background: #3cc1f6
}

.video-item__desc {
    position: absolute;
    font-size: calc(.75rem + .25 * (100vw - 20rem)/ 100);
    bottom: .75em;
    right: .75em;
    padding: .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(.75rem + .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 img,.vbox-close svg {
    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) 100%/100% no-repeat
}

.vbox-child {
    border-radius: 34px;
    overflow: hidden
}

.vbox-child img {
    max-height: 90vh
}

.introduce {
    position: relative;
    color: #fff;
    margin-top: -1.9375rem;
    border-radius: 0 0 3em 3em;
    overflow: hidden
}

.introduce>iframe,.introduce>img,.introduce>picture img,.introduce>svg,.introduce>video {
    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,.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,.15);
    border-radius: .5em;
    padding: .75em;
    display: inline-block;
    margin-bottom: 1em
}

.introduce__top span {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 130%
}

.introduce__title {
    font-weight: 600;
    font-size: 3.625em;
    max-width: 69.3125rem;
    line-height: 120%;
    margin-bottom: .5517em
}

.introduce .circle-list {
    margin-bottom: 6em
}

@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: 48rem) {
    .introduce__top span {
        font-size:1rem
    }

    .introduce__title {
        font-size: 1.875rem
    }

    .introduce .circle-list {
        margin-bottom: 7.5rem
    }

    .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__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%
    }

    .introduce__sub-title {
        max-width: 17.5rem
    }
}

.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: .9375em;
    gap: .625em;
    background: #fff;
    -webkit-box-shadow: 0 .1875em 1.0625em .25em rgba(102,55,157,.2);
    box-shadow: 0 .1875em 1.0625em .25em rgba(102,55,157,.2);
    border-radius: .5em 0 0 .5em
}

@media (max-width: 67.5rem) {
    :root {
        --header-height:4.25rem
    }

    .socials-aside {
        display: none
    }
}

.socials-aside a {
    -webkit-transition: .3s;
    transition: .3s
}

.socials-aside img,.socials-aside svg {
    font-size: 1.5rem;
    width: 1em;
    height: 1em
}

.approach {
    color: #222
}

.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: .875rem;
    min-height: 17em;
    background: #fff;
    border: .0625em solid rgba(0,0,0,.1);
    border-radius: 1em;
    -webkit-transition: .3s;
    transition: .3s
}

@media (any-hover: hover) {
    .approach-item:hover {
        background:rgba(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)
    }

    .kid-item:hover {
        border-color: #6dd0f8
    }

    .kid-item:hover,.kid-item:hover .btn_link {
        color: #fff
    }

    .kid-item:hover:before,.kid-item:hover>iframe,.kid-item:hover>img,.kid-item:hover>picture img,.kid-item:hover>svg,.kid-item:hover>video {
        opacity: 1;
        visibility: visible
    }
}

.approach-item img,.approach-item svg {
    font-size: 4em;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    transition: .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
}

.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(-.99,.11,-.12,-.99,0,0);
    -ms-transform: matrix(-.99,.11,-.12,-.99,0,0);
    transform: matrix(-.99,.11,-.12,-.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(-.91,.42,-.42,-.91,0,0);
    -ms-transform: matrix(-.91,.42,-.42,-.91,0,0);
    transform: matrix(-.91,.42,-.42,-.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)
    }
}

.kid-item {
    position: relative;
    color: #222;
    background: #fff;
    border: .0625em solid rgba(0,0,0,.1);
    border-radius: 1rem
}

@media (max-width: 36rem) {
    .kid-grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .kid-item {
        font-size: .7rem
    }
}

.kid-item>iframe,.kid-item>img,.kid-item>picture img,.kid-item>svg,.kid-item>video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    border-radius: .875rem
}

.kid-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.45)),to(rgba(0,0,0,.45)));
    background: linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,.45));
    border-radius: .875rem
}

.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: .5em;
    margin-bottom: .25em
}

.kid-item__location img,.kid-item__location svg {
    -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: .5em 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kid-item__btn:not(.btn_link) {
    padding-top: 1em;
    padding-bottom: 1em
}

.price {
    color: #222;
    padding-top: 8.75em;
    padding-bottom: 4.375em
}

@media (max-width: 48rem) {
    .kid-item__btn {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .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)
    }

    .price__items {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@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 (max-width: 36rem) {
    .price__items {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.price__bottom-row {
    padding-top: 2em;
    border-top: .0625rem solid rgba(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
    }

    .price__additional {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

.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: .5625rem
}

@media (max-width: 36rem) {
    .price__bottom-row {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .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 {
        font-size:.9rem
    }

    .price__additional h3 {
        font-size: 1.125rem
    }
}

.price__additional p {
    font-size: 1em;
    line-height: 1.25em
}

.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__additional p {
        font-size:.875rem
    }

    .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: .0625rem solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .25em .375em rgba(0,0,0,.06);
    box-shadow: 0 .25em .375em rgba(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: .3s;
    transition: .3s;
    height: auto
}

.price-item .btn {
    color: #000
}

.price-item:nth-child(1), .price-item:nth-child(4), .price-item:nth-child(7) {
    background: -webkit-gradient(linear,left bottom,left top,from(#f263b7),to(#f263b7));
    background: linear-gradient(0deg,#f263b7,#f263b7)
}

.price-item:nth-child(2), .price-item:nth-child(5) {
    background: -webkit-gradient(linear,left bottom,left top,from(#1bb5f3),to(#1bb5f3));
    background: linear-gradient(0deg,#1bb5f3,#1bb5f3)
}

.price-item:nth-child(3), .price-item:nth-child(6) {
    background: -webkit-gradient(linear,left bottom,left top,from(#7947b8),to(#7947b8));
    background: linear-gradient(0deg,#7947b8,#7947b8)
}

.price-item__top-caption {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2083em;
    margin-bottom: .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: .5em;
    margin-bottom: 2em
}

.price-item__schedule img,.price-item__schedule svg {
    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,.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: #222
}

.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) {
    .price-item {
        padding:2rem 1.5rem
    }

    .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: .0625rem solid rgba(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: 1s infinite alternate forwards scale-play;
    animation: 1s infinite alternate forwards scale-play
}

@-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>iframe,.development-item__image .swiper-slide>img,.development-item__image .swiper-slide>picture img,.development-item__image .swiper-slide>svg,.development-item__image .swiper-slide>video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.development-item__image .swiper-slide.swiper-slide-active>iframe,.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>svg,.development-item__image .swiper-slide.swiper-slide-active>video {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.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: .375rem;
    right: .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: .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: #222
}

.education__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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__media {
        aspect-ratio: 1/1.3
    }
}

.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
}

.education__media {
    position: relative;
    border-radius: 1em;
    overflow: hidden
}

.education__media>iframe,.education__media>img,.education__media>picture img,.education__media>svg,.education__media>video {
    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: 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
    }
}

.education .tick-list {
    max-width: 36.3125rem
}

.education .tick-list svg {
    stroke: #3cc1f6
}

.education.education_2 .tick-list {
    max-width: 45rem
}

.education.education_2 .education__title {
    max-width: 55.4375rem
}

.education.education_3 .tick-list {
    max-width: 35.125rem
}

.education.education_3 .education__title {
    max-width: 40.625rem
}

@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__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.9375em;
        flex: 0 0 29.9375em
    }

    .education.education_3 .education__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .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_2 .education__media {
        aspect-ratio:1/1.398747
    }

    .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
}

.graph-modal {
    font-size: 1rem
}

.graph-modal__container {
    max-width: 33.625em;
    padding: 2.5em
}

@media (max-width: 48rem) {
    .education__sub-title {
        font-size:1rem
    }

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

    .graph-modal__container {
        padding: 1.875rem
    }
}

.graph-modal__close {
    font-size: calc(.75rem + .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: 0 0
}

@media (min-width: 120.0625rem) {
    .education__media .play-icon {
        font-size:5.25rem
    }

    .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: 0 0;
    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(.75rem + .25 * (100vw - 20rem)/ 100);
    z-index: 10;
    top: .5em;
    right: .5em;
    background: #fff;
    border-radius: 50%;
    padding: .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
}

.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(.625rem + .375 * (100vw - 20rem)/ 100);
    max-width: 47.0625rem;
    padding: 4.5em 2.5em 4em
}

@media (min-width: 120.0625rem) {
    .graph-modal__container_order,.graph-modal__container_pop .graph-modal__close {
        font-size:1rem
    }
}

.form {
    color: #222
}

.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: .5em
}

.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: .875em;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .4286em
}

.form__label span:nth-child(2) {
    font-size: .75em;
    line-height: 1.25em;
    color: rgba(0,0,0,.9);
    margin-right: .1667em
}

.form__label span:nth-child(3) {
    font-family: Roboto;
    font-size: .75em;
    line-height: 1.1667em;
    color: #d24e4e
}

.form__btn {
    width: 100%;
    margin-bottom: 1rem
}

.form__policy {
    font-size: .75em;
    line-height: 1.25em;
    color: rgba(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(.625rem + .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: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1em;
    overflow: hidden;
    background: #fff;
    margin: .625em
}

@media (max-width: 48rem) {
    .summer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .summer__media {
        display: none
    }
}

.summer__media {
    position: relative;
    z-index: 3;
    overflow: hidden
}

.summer__media>iframe,.summer__media>img,.summer__media>picture img,.summer__media>svg,.summer__media>video {
    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) {
    .btn-row__btn {
        min-width:22.1875em
    }

    .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
    }
}

.summer__content {
    padding: 4.5em 2.5em 4em 2em
}

.summer__title {
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2188em;
    margin-bottom: .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: .5em;
    margin-bottom: 2em;
    width: 100%
}

.summer__btn {
    width: 100%
}

@media (max-width: 36rem) {
    .summer__grid {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .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
    }

    .slider-block__button {
        width: 100%
    }
}

.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: #222
}

.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) {
    .summer__content {
        padding-right:2.5em;
        padding-left: 2.5em
    }

    .desc-block {
        padding-top: 2rem;
        padding-bottom: 4rem
    }

    .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 ol,.desc-block__content p,.desc-block__content ul {
    font-size: 1.125em;
    line-height: 1.2222em
}

@media (max-width: 48rem) {
    .desc-block__content ol,.desc-block__content p,.desc-block__content ul {
        font-size:.9375rem
    }
}

.desc-block__content h1,.desc-block__content h2,.desc-block__content h3,.desc-block__content h4 {
    line-height: 120%;
    font-weight: 500;
    margin: .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
}

.desc-block__content ol,.desc-block__content ul {
    padding-left: 1.1em;
    margin: .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-tab,.js_e-tabs:not(.js_o-tabs-cls)>div:first-child+div>div {
    display: none
}

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

.slider-block {
    color: #222
}

.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
}

.slider-block__sub-title {
    font-size: 1.125em;
    line-height: 1.2222em
}

@media (max-width: 48rem) {
    .desc-block__content h4 {
        font-size:1rem
    }

    .slider-block__top-row .auto-slider {
        width: 100%
    }

    .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)
    }

    .room-head__title {
        max-width: 37.5rem
    }
}

.slider-block__button {
    margin: 0 auto
}

.slider-block_gallery .mobile-slider .swiper-slide {
    aspect-ratio: .857488/1;
    position: relative;
    border-radius: 1em;
    overflow: hidden
}

.slider-block_gallery .mobile-slider .swiper-slide>iframe,.slider-block_gallery .mobile-slider .swiper-slide>img,.slider-block_gallery .mobile-slider .swiper-slide>picture img,.slider-block_gallery .mobile-slider .swiper-slide>svg,.slider-block_gallery .mobile-slider .swiper-slide>video {
    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: .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__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 {
        min-width: 14.375rem
    }

    .slider-block_news .slider-block__title {
        margin-bottom: 1.3333em
    }
}

.slider-block_employees .slider-block__title {
    max-width: 51.625rem;
    margin-bottom: 0
}

.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: .0625rem solid rgba(0,0,0,.1);
    height: auto
}

.news-item__media {
    position: relative;
    aspect-ratio: 1.536797/1;
    overflow: hidden
}

.news-item__media>iframe,.news-item__media>img,.news-item__media>picture img,.news-item__media>svg,.news-item__media>video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .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: .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: .5rem;
    width: 100%
}

.employee-item {
    font-size: 1rem;
    color: #222
}

@media (any-hover: hover) {
    .price-item:hover .btn {
        background:rgba(255,255,255,.4);
        color: #fff
    }

    .employee-item:hover .employee-item__image>iframe,.employee-item:hover .employee-item__image>img,.employee-item:hover .employee-item__image>picture img,.employee-item:hover .employee-item__image>svg,.employee-item:hover .employee-item__image>video,.news-item:hover .news-item__media>iframe,.news-item:hover .news-item__media>img,.news-item:hover .news-item__media>picture img,.news-item:hover .news-item__media>svg,.news-item:hover .news-item__media>video {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .class-item__text a:hover {
        text-decoration: underline
    }
}

.employee-item__image {
    border-radius: 1em;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1.166197;
    margin-bottom: 1.5em
}

.employee-item__image>iframe,.employee-item__image>img,.employee-item__image>picture img,.employee-item__image>svg,.employee-item__image>video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .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: .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_employees .slider-block__title {
        margin-bottom:1.3333em
    }

    .slider-block_partners {
        padding-top: 2rem;
        padding-bottom: 4rem
    }
}

.partners-item {
    border-bottom: 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 .3s;
    transition: color .3s
}

.partners-item__link:focus-visible,.partners-item__link:hover {
    color: #3cc1f6
}

.partners-item__icon {
    width: 7.5rem;
    height: 7.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.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 {
        border:0;
        border-right: 1px solid #d2d2d2
    }

    .partners-item__link {
        gap: 1.5rem;
        padding-right: 16px
    }

    .partners-item__icon {
        width: 5rem;
        height: 5rem
    }

    .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: .0625rem solid rgba(0,0,0,.1);
    border-radius: 1em;
    color: #222;
    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 {
        aspect-ratio: 1/.7
    }
}

.rooms-item__image {
    position: relative
}

@media (min-width: 36.0625rem) {
    .form__item_big {
        -ms-grid-column-span:2;
        grid-column: span 2
    }

    .summer .approach-item {
        padding-right: 0
    }

    .rooms-item__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }
}

.rooms-item__image>iframe,.rooms-item__image>img,.rooms-item__image>picture img,.rooms-item__image>svg,.rooms-item__image>video {
    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: #222;
    overflow: hidden
}

.room-head__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 2em
}

.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: #222;
    scroll-margin-top: var(--header-height)
}

.classes__title {
    margin-bottom: .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: .3s;
    transition: .3s;
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 0 0 1em 1em
}

.classes__nav-sticky .swiper-wrapper {
    position: relative;
    z-index: 2
}

.--sticky-classes .classes__nav-sticky: before {
    -webkit-box-shadow:0 .25em .375em rgba(0,0,0,.025);
    box-shadow: 0 .25em .375em rgba(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: #fff;
    border: .0625em solid rgba(0,0,0,.1);
    border-radius: 1em;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@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 {
        aspect-ratio: 1/.5
    }
}

.class-item__media {
    position: relative
}

@media (min-width: 43.8125rem) {
    .class-item {
        min-height:32em
    }

    .class-item__media {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.875em;
        flex: 0 0 29.875em
    }
}

.class-item__media>iframe,.class-item__media>img,.class-item__media>picture img,.class-item__media>svg,.class-item__media>video {
    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: .4688rem 0;
    border-bottom: .0625rem solid transparent;
    border-top: .0625rem solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.class-item__tab-btn.js_s-act-tab {
    color: #3cc1f6;
    border-bottom: .0625rem solid #3cc1f6
}

.class-item__tab-btn span {
    font-weight: 600;
    font-size: .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
}

.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__title {
        font-size:1.375rem
    }

    .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
}

.class-item__text strong {
    font-weight: 600
}

.class-item__text a {
    font-weight: 600;
    color: #3cc1f6
}

.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
}

.video-widget {
    border: 2px solid #008c68;
    border-radius: 15px;
    max-width: 150px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    position: fixed;
    z-index: 999;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    right: 50px;
    bottom: 50px
}

.video-widget:hover {
    max-width: 170px
}

.video-widget.active {
    max-width: 400px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media (max-width: 48rem) {
    .class-item__text {
        font-size:1rem
    }

    .video-widget {
        right: 1.25rem;
        bottom: 1.25rem
    }

    .video-widget.active {
        max-width: 360px
    }
}

.video-widget.remove {
    display: none!important
}

.video-widget video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.video-widget .buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 10px;
    right: 10px
}

.video-widget .buttons div {
    display: none;
    width: 22px;
    height: 22px;
    background: rgba(0,0,0,.35);
    border-radius: 100px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.video-widget.active .buttons div {
    display: block;
    width: 28px;
    height: 28px
}

.video-widget .buttons .close {
    margin-bottom: 10px
}

.video-widget:hover .buttons .close {
    display: block
}

.video-widget .buttons .mute:not(.muted) svg:first-child,.video-widget .buttons .muted svg:last-child {
    display: none
}

.video-widget__btn {
    padding: 1em;
    position: absolute;
    bottom: .5em;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.video-widget.active .video-widget__btn {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
    pointer-events: initial;
    -webkit-transition: opacity .3s .4s,visibility .3s .4s;
    transition: opacity .3s .4s,visibility .3s .4s
}
