@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.Advantage_root__7SmOa {
    display: flex;
    flex-direction: column
}

.Advantage_root__7SmOa:first-of-type .Advantage_icon__Vr7GW {
    background-image: url(/images/advantage-icon-1.svg)
}

.Advantage_root__7SmOa:nth-of-type(2) .Advantage_icon__Vr7GW {
    background-image: url(/images/advantage-icon-2.svg)
}

.Advantage_root__7SmOa:nth-of-type(3) .Advantage_icon__Vr7GW {
    background-image: url(/images/advantage-icon-3.svg)
}

.Advantage_root__7SmOa:nth-of-type(4) .Advantage_icon__Vr7GW {
    background-image: url(/images/advantage-icon-4.svg)
}

.Advantage_icon__Vr7GW {
    width: clamp(48px, min(100/1920 * 100vw, 100 * 1.25 * 1px), 100px);
    height: clamp(48px, min(100/1920 * 100vw, 100 * 1.25 * 1px), 100px);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-bottom: clamp(18px, min(36/1920 * 100vw, 36 * 1.25 * 1px), 36px)
}

.Advantage_title__ytv64 {
    max-width: 345px;
    font-weight: 600;
    font-size: clamp(18px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    line-height: 130%;
    color: var(--text-color);
    margin-bottom: clamp(4px, min(8/1920 * 100vw, 8 * 1.25 * 1px), 8px)
}

.Advantage_text__D7x_J {
    font-weight: 300;
    font-size: clamp(14px, min(18/1920 * 100vw, 18 * 1.25 * 1px), 18px);
    line-height: 150%;
    white-space: pre-wrap;
    color: var(--text-color)
}

@media(max-width:700px) {
    .Advantage_root__7SmOa {
        display: grid;
        grid-template-columns: clamp(48px, min(100/1920 * 100vw, 100 * 1.25 * 1px), 100px) 1fr;
        column-gap: clamp(16px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px)
    }
    .Advantage_icon__Vr7GW {
        grid-row: 1/3;
        margin-bottom: 0
    }
    .Advantage_title__ytv64 {
        margin-top: 12px;
        margin-bottom: 4px
    }
    .Advantage_text__D7x_J {
        grid-column: 2
    }
}

.Advantages_root__BfQhC {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(28px, min(32/1920 * 100vw, 32 * 1.25 * 1px), 32px)
}

@media(max-width:1200px) {
    .Advantages_root__BfQhC {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:700px) {
    .Advantages_root__BfQhC {
        display: flex;
        flex-direction: column;
        gap: 28px
    }
}

.SliderBtn_root__O_mDH {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f9;
    border-radius: 100px;
    transition: .5s;
    border: none;
    cursor: pointer
}

.SliderBtn_root__O_mDH:hover {
    background: #ebecf4
}

.SliderBtn_root__O_mDH.SliderBtn_lightGreen__ghqgP {
    background: #334048
}

.SliderBtn_root__O_mDH.SliderBtn_lightGreen__ghqgP:hover {
    background: rgba(51, 64, 72, .6)
}

.SliderBtn_root__O_mDH.SliderBtn_lightGreen__ghqgP .SliderBtn_sliderControlsIcon__3Ovce path {
    stroke: var(--accent-color)
}

.SliderBtn_root__O_mDH.SliderBtn_gray__E95_7 {
    background: #ebecf4
}

.SliderBtn_nextBtn__yv9Nu {
    transform: rotate(180deg)
}

.SliderBtn_nextBtn__yv9Nu:hover,
.SliderBtn_prevBtn__b7Gyn:hover {
    background-color: #ebecf4
}

@media(max-width:1000px) {
    .SliderBtn_root__O_mDH {
        width: 60px;
        height: 60px
    }
    .SliderBtn_sliderControlsIcon__3Ovce {
        width: 8px
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.NavButtons_root__H5s2o {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, min(16/1920 * 100vw, 16 * 1.25 * 1px), 16px)
}

.NavButtons_button__hyMyq {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: clamp(11px, min(18/1920 * 100vw, 18 * 1.25 * 1px), 18px) clamp(18px, min(36/1920 * 100vw, 36 * 1.25 * 1px), 36px);
    font-weight: 600;
    font-size: clamp(14px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px);
    line-height: clamp(18px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    color: var(--accent-color);
    border: none;
    border-radius: 999px;
    background: #334048
}

.NavButtons_button__hyMyq:hover {
    background-color: var(--accent-color-opacity-28)
}

.NavButtons_buttonActive__FfAEU {
    color: var(--dark-color);
    background: var(--accent-color)
}

@media(max-width:900px) {
    .NavButtons_buttonActive__FfAEU:hover {
        background: var(--accent-color)
    }
}

.NavButtons_buttonBadge__A8Lw8:before {
    content: "НОВОЕ";
    position: absolute;
    top: -8px;
    right: 5px;
    background: #ff6229;
    color: #fff;
    padding: 3px 8px 2px;
    border-radius: 100px;
    font-size: clamp(10px, min(14/1920 * 100vw, 14 * 1.25 * 1px), 14px);
    font-weight: 600;
    line-height: 120%;
    z-index: 1;
    white-space: nowrap;
    pointer-events: none
}

@media(max-width:900px) {
    .NavButtons_root__H5s2o {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .NavButtons_root__H5s2o::-webkit-scrollbar {
        display: none
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.Tags_root__PmgLW {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(8px, min(8/1920 * 100vw, 8 * 1.25 * 1px), 8px)
}

.Tags_tag__m2dAr {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(12px, min(26/1920 * 100vw, 26 * 1.25 * 1px), 26px) clamp(16px, min(36/1920 * 100vw, 36 * 1.25 * 1px), 36px);
    font-size: clamp(14px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    line-height: clamp(14px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    color: var(--white-color);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 68px
}

.EducationProgram_root__Dsp3k {
    --root-x-padding: clamp(24px, min(102/1920 * 100vw, 102 * 1.25 * 1px), 102px);
    padding: clamp(38px, min(100/1920 * 100vw, 100 * 1.25 * 1px), 100px) var(--root-x-padding) clamp(28px, min(120/1920 * 100vw, 120 * 1.25 * 1px), 120px);
    position: relative
}

.EducationProgram_root__Dsp3k:before {
    top: -1px;
    right: -1px;
    background: url(/_next/static/media/big-corner-right.534e7f88.svg) no-repeat;
    background-size: contain
}

.EducationProgram_root__Dsp3k:after,
.EducationProgram_root__Dsp3k:before {
    content: "";
    position: absolute;
    width: clamp(100px, min(320/1920 * 100vw, 320 * 1.25 * 1px), 320px);
    height: clamp(80px, min(220/1920 * 100vw, 220 * 1.25 * 1px), 220px)
}

.EducationProgram_root__Dsp3k:after {
    bottom: -1px;
    left: -1px;
    background: url(/_next/static/media/bottom-left-corner.1520eefe.svg) no-repeat;
    background-size: contain;
    background-position: 0 100%
}

.EducationProgram_grid__SiID6 {
    display: grid;
    grid-template-columns: min(526/1920*100vw, 526*1.25*1px) 1fr;
    gap: clamp(32px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px)
}

.EducationProgram_gridCol1__5FiU8 {
    grid-column: 1
}

.EducationProgram_gridCol2__FSFMp {
    grid-column: 2
}

.EducationProgram_title__h3sXz {
    max-width: clamp(311px, min(1101/1920 * 100vw, 1101 * 1.25 * 1px), 1101px);
    margin-bottom: clamp(40px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px);
    font-size: clamp(28px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px);
    line-height: clamp(31px, min(66/1920 * 100vw, 66 * 1.25 * 1px), 66px)
}

.EducationProgram_navButtons__Fa54m {
    margin: 0 calc(var(--root-x-padding, 0px)*-1) clamp(32px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px);
    padding: 0 var(--root-x-padding, 0)
}

.EducationProgram_contentsSlider__OkxcA {
    display: flex;
    flex-direction: column;
    margin: 0 calc(var(--root-x-padding, 0px)*-1) clamp(48px, min(120/1920 * 100vw, 120 * 1.25 * 1px), 120px);
    padding: 0 var(--root-x-padding, 0)
}

.EducationProgram_contentsSliderNavigation__7oizo {
    display: flex;
    align-items: center;
    gap: min(12/1920*100vw, 12*1.25*1px);
    margin: 0 0 clamp(40px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px) auto
}

.EducationProgram_contentsSlide__AGKAy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: clamp(265px, min(520/1920 * 100vw, 520 * 1.25 * 1px), 520px)
}

.EducationProgram_contentsSlide__AGKAy:not(:last-child) {
    margin-right: clamp(20px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px)
}

.EducationProgram_contentsSlideTop__woTZc {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 0 clamp(35px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px);
    overflow: hidden
}

.EducationProgram_contentsSlideTitle__pDIUz {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: clamp(14px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px);
    height: clamp(30px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px);
    line-height: 100%;
    background: linear-gradient(106.44deg, #21A038, #A0E720 49%, #FAED00), linear-gradient(90deg, #36C5F0 0, #36C5F0);
    border-radius: 100px;
    padding: clamp(9px, min(16/1920 * 100vw, 16 * 1.25 * 1px), 16px) clamp(14px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px);
    margin-bottom: clamp(11px, min(22/1920 * 100vw, 22 * 1.25 * 1px), 22px)
}

.EducationProgram_contentsSlideBgTop__UaEzz {
    width: 100%;
    height: clamp(41px, min(82/1920 * 100vw, 82 * 1.25 * 1px), 82px);
    position: relative;
    border-radius: 0 clamp(23px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px) 0 0
}

.EducationProgram_contentsSlideBgTop__UaEzz:before {
    content: "";
    position: absolute;
    top: .5px;
    right: 100%;
    width: clamp(41px, min(82/1920 * 100vw, 82 * 1.25 * 1px), 82px);
    height: 110%;
    -webkit-mask-image: url(/_next/static/media/card-corner-82x82.fc0c75f1.svg);
    mask-image: url(/_next/static/media/card-corner-82x82.fc0c75f1.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(41, 164, 54, .1)
}

.EducationProgram_contentsSlideBgTop__UaEzz:after {
    content: "";
    position: absolute;
    top: .5px;
    width: 100%;
    height: 100%;
    background: rgba(41, 164, 54, .1);
    border-radius: 0 clamp(23px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px) 0 0
}

.EducationProgram_contentsSlideMain__zqDea {
    flex-grow: 1;
    padding: clamp(24px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px) clamp(24px, min(42/1920 * 100vw, 42 * 1.25 * 1px), 42px);
    background: linear-gradient(90deg, rgba(247, 237, 1, .1) 0, rgba(41, 164, 54, .1) 40%, rgba(41, 164, 54, .1));
    border-radius: clamp(23px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px) 0 clamp(23px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px) clamp(23px, min(40/1920 * 100vw, 40 * 1.25 * 1px), 40px)
}

.EducationProgram_contentsSlideText__wTSMS {
    font-weight: 400;
    font-size: clamp(14px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px);
    line-height: clamp(21px, min(30/1920 * 100vw, 30 * 1.25 * 1px), 30px);
    color: var(--white-color)
}

.EducationProgram_contentsSliderPagination__RSYpd {
    --swiper-pagination-color: var(--accent-color);
    --swiper-pagination-bullet-inactive-color: var(--accent-color);
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    position: static;
    margin-top: 20px
}

.EducationProgram_trainings__3jn4c {
    margin-bottom: clamp(36px, min(120/1920 * 100vw, 120 * 1.25 * 1px), 120px)
}

.EducationProgram_trainingsTitle__8cNVl {
    font-weight: 600;
    font-size: clamp(28px, min(60/1920 * 100vw, 60 * 1.25 * 1px), 60px);
    line-height: clamp(31px, min(66/1920 * 100vw, 66 * 1.25 * 1px), 66px)
}

.EducationProgram_trainingsItems__mRPL_ {
    display: flex;
    gap: clamp(24px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px)
}

.EducationProgram_trainingsItem__Czig1 {
    width: min(517/1920*100vw, 517*1.25*1px);
    display: flex;
    flex-direction: column
}

.EducationProgram_trainingsItemTop__o5HbP {
    display: flex;
    align-items: center;
    gap: clamp(20px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px);
    margin-bottom: clamp(16px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px)
}

.EducationProgram_trainingsItemIconWrapper__BVC2P {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(52px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px);
    height: clamp(52px, min(80/1920 * 100vw, 80 * 1.25 * 1px), 80px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%
}

.EducationProgram_trainingsItemTitle__LGtCR {
    font-weight: 600;
    font-size: clamp(20px, min(28/1920 * 100vw, 28 * 1.25 * 1px), 28px);
    line-height: clamp(26px, min(39/1920 * 100vw, 39 * 1.25 * 1px), 39px);
    color: var(--white-color)
}

.EducationProgram_trainingsItemText__Mv8H9 {
    font-weight: 300;
    font-size: clamp(14px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px);
    line-height: clamp(22px, min(30/1920 * 100vw, 30 * 1.25 * 1px), 30px);
    color: var(--white-color)
}

.EducationProgram_subdirections__bhRfs {
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, min(20/1920 * 100vw, 20 * 1.25 * 1px), 20px)
}

.EducationProgram_subdirectionsItem__ggQIQ {
    background: linear-gradient(rgba(247, 237, 1, .05), rgba(41, 164, 54, .05))
}

.EducationProgram_subdirectionsTitle__4imzv {
    flex: 0 0 auto;
    width: min(320/1920*100vw, 320*1.25*1px);
    font-size: clamp(18px, min(24/1920 * 100vw, 24 * 1.25 * 1px), 24px);
    line-height: clamp(22px, min(30/1920 * 100vw, 30 * 1.25 * 1px), 30px);
    color: var(--white-color)
}

@media(max-width:900px) {
    .EducationProgram_root__Dsp3k:after {
        display: none
    }
    .EducationProgram_navButtons__Fa54m {
        padding-top: 10px
    }
    .EducationProgram_grid__SiID6 {
        display: flex;
        flex-direction: column
    }
    .EducationProgram_contentsSliderNavigation__7oizo {
        display: none
    }
    .EducationProgram_trainingsTitle__8cNVl {
        width: auto
    }
    .EducationProgram_trainingsItems__mRPL_ {
        flex-direction: column
    }
    .EducationProgram_trainingsItem__Czig1 {
        width: auto
    }
    .EducationProgram_subdirections__bhRfs {
        flex-direction: column
    }
    .EducationProgram_subdirectionsTitle__4imzv {
        width: auto
    }
}

.Video_root__1aPbi.Video_isPopup__462j5 .Video_player__C8uFA div {
    background-size: contain !important;
    background-repeat: no-repeat
}

.Video_playerWrapper__NBp0S {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.Video_playIcon__KHmg0 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 90px
}

@media(max-width:1100px) {
    .Video_playIcon__KHmg0 {
        width: clamp(60px, min(140/1920 * 100vw, 140 * 1.25 * 1px), 140px);
        height: clamp(60px, min(140/1920 * 100vw, 140 * 1.25 * 1px), 140px)
    }
}