:root {
    --sectionIndent: 100px
}

@media screen and (max-width: 480px) {
    :root {
        --sectionIndent: 50px
    }
}

.flex-col-centered, .flex-row-centered {
    display: flex;
    justify-content: center
}

.flex-col-centered {
    flex-direction: column
}

.shadow {
    box-shadow: 0 12px 21px 0 rgba(46, 228, 255, .5)
}

.shadow-svg {
    -webkit-filter: drop-shadow(0 12px 21px rgba(46, 228, 255, .4));
    filter: drop-shadow(0 12px 21px rgba(46, 228, 255, .4))
}

.shadow-svg-pink {
    -webkit-filter: drop-shadow(0 10px 4px rgba(232, 62, 140, .6));
    filter: drop-shadow(0 10px 4px rgba(232, 62, 140, .6))
}

.navigation-arrow, .shadow-svg-arrow {
    -webkit-filter: drop-shadow(0 0 4px #2ee4ff);
    filter: drop-shadow(0 0 4px rgb(46, 228, 255))
}

.play-arrow, .shadow-svg-play {
    -webkit-filter: drop-shadow(0 0 12px #2ee4ff);
    filter: drop-shadow(0 0 12px rgb(46, 228, 255))
}

.trapezoid-out {
    perspective: 1000px;
    width: 40px;
    height: 32px
}

.trapezoid-in {
    width: inherit;
    height: inherit;
    transform: rotateX(65deg) scaleY(3);
    top: -2px
}

.trapezoid-in-invert {
    width: inherit;
    height: inherit;
    transform: rotateX(-65deg) scaleY(3)
}

.banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.navigation-arrow {
    background-image: url(/dist/images/src/images/navigation/navigation_arrow.svg)
}

.navigation-arrow, .play-arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.play-arrow {
    background-image: url(/dist/images/src/images/navigation/video_play.svg)
}

.play-arrow-background {
    background-image: url(/dist/images/src/images/navigation/video_play_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.chose-us {
    position: relative
}

.chose-us__wrap {
    max-width: 1115px;
    margin: 0 auto
}

.chose-us__title {
    color: #000;
    margin-bottom: 24px;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .chose-us__title {
        text-align: center;
        margin-bottom: 24px
    }
}

.chose-us__subtitle {
    margin-bottom: 48px;
    text-align: center;
    color: #747478;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 680px) {
    .chose-us__subtitle {
        text-align: left
    }
}

.chose-us__subtitle_desk {
    display: none
}

@media screen and (min-width: 768px) {
    .chose-us__subtitle_desk {
        display: block;
        color: #747478;
        margin: 0 auto 48px;
        text-align: center
    }
}

@media screen and (min-width: 1400px) {
    .chose-us__subtitle_desk {
        max-width: 1078px
    }
}

.chose-us__subtitle_mob p {
    text-align: left;
    padding-bottom: 26px;
    color: #747478
}

.chose-us__subtitle_mob p:last-of-type {
    padding-bottom: 0
}

@media screen and (min-width: 768px) {
    .chose-us__subtitle_mob {
        display: none
    }
}

.chose-us__information {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px 48px
}

@media screen and (min-width: 680px) {
    .chose-us__information {
        margin-bottom: 72px
    }
}

@media screen and (min-width: 768px) {
    .chose-us__information {
        justify-content: flex-start;
        margin-bottom: 45px
    }
}

@media screen and (min-width: 992px) {
    .chose-us__information {
        margin: 0 0 48px
    }
}

@media screen and (min-width: 1400px) {
    .chose-us__information {
        max-width: 1116px;
        margin: 0 auto 46px
    }
}

.chose-us__information-number {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    padding-bottom: 10px
}

@media screen and (min-width: 768px) {
    .chose-us__information-number {
        font-size: 36px;
        line-height: 44px
    }
}

@media screen and (min-width: 1200px) {
    .chose-us__information-number {
        font-size: 48px;
        line-height: 58px
    }
}

.chose-us__information-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #76767d
}

@media screen and (min-width: 1200px) {
    .chose-us__information-text {
        font-size: 20px;
        line-height: 29px
    }
}

.chose-us__information-item {
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column
}

.chose-us__information-item:first-of-type {
    flex: 0 0 28%
}

@media screen and (min-width: 768px) {
    .chose-us__information-item:first-of-type {
        flex: 0 0 13.5%
    }
}

@media screen and (min-width: 992px) {
    .chose-us__information-item:first-of-type {
        flex: 0 0 12%;
        align-items: flex-start
    }
}

@media screen and (min-width: 1200px) {
    .chose-us__information-item:first-of-type {
        flex: 0 0 11.5%
    }
}

.chose-us__information-item:nth-of-type(2) {
    flex: 0 0 35%
}

@media screen and (min-width: 768px) {
    .chose-us__information-item:nth-of-type(2) {
        flex: 0 0 17%
    }
}

@media screen and (min-width: 992px) {
    .chose-us__information-item:nth-of-type(2) {
        flex: 0 0 20%
    }
}

@media screen and (min-width: 1200px) {
    .chose-us__information-item:nth-of-type(2) {
        flex: 0 0 19%
    }
}

.chose-us__information-item:nth-of-type(3) {
    flex: 0 0 35%
}

@media screen and (min-width: 768px) {
    .chose-us__information-item:nth-of-type(3) {
        flex: 0 0 22%
    }
}

@media screen and (min-width: 992px) {
    .chose-us__information-item:nth-of-type(3) {
        flex: 0 0 23%
    }
}

@media screen and (min-width: 1200px) {
    .chose-us__information-item:nth-of-type(3) {
        flex: 0 0 23.5%
    }
}

.chose-us__information-item:nth-of-type(4) {
    flex: 0 0 53%;
    padding: 0 20px 0 0
}

@media screen and (min-width: 440px) {
    .chose-us__information-item:nth-of-type(4) {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .chose-us__information-item:nth-of-type(4) {
        flex: 0 0 23%
    }
}

@media screen and (min-width: 992px) {
    .chose-us__information-item:nth-of-type(4) {
        flex: 0 0 24.5%
    }
}

@media screen and (min-width: 1200px) {
    .chose-us__information-item:nth-of-type(4) {
        flex: 0 0 24%
    }
}

.chose-us__information-item:nth-of-type(5) {
    flex: 0 0 40%;
    align-items: flex-end;
    margin-right: 20px
}

@media screen and (min-width: 428px) {
    .chose-us__information-item:nth-of-type(5) {
        align-items: center
    }
}

@media screen and (min-width: 768px) {
    .chose-us__information-item:nth-of-type(5) {
        flex: 0 0 24%;
        margin: 0
    }
}

@media screen and (min-width: 992px) {
    .chose-us__information-item:nth-of-type(5) {
        flex: 0 0 20%;
        align-items: flex-end
    }
}

@media screen and (min-width: 1200px) {
    .chose-us__information-item:nth-of-type(5) {
        flex: 0 0 22%
    }
}

.chose-us__video-block {
    max-width: 1076px;
    width: 100%;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .chose-us__video-block {
        max-width: 100% !important
    }
}

.chose-us__image-box {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 50;
    border-radius: 16px;
    overflow: initial
}

@media screen and (max-width: 360px) {
    .chose-us__image-box {
        overflow: hidden
    }
}

.chose-us__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 360px) {
    .chose-us__image-box img {
        transform: scale(1.35)
    }
}

.chose-us__image-box-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: transparent;
    top: 50%;
    filter: blur(250px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.chose-us__frame {
    width: 100%;
    height: 100%;
    display: none
}

.chose-us__frame, .chose-us__img {
    position: relative;
    z-index: 2;
    border-radius: 16px
}

.chose-us__video-btn {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 82.7px;
    height: 82.7px;
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s
}

@media screen and (max-width: 680px) {
    .chose-us__video-btn {
        width: 64px;
        height: 64px
    }
}

.chose-us__video-btn:hover {
    background: rgba(57, 99, 255, .8)
}

.chose-us__video-btn:before {
    content: "";
    background: url(/dist/images/src/images/courses-adult/design-new/icons/btn-play.svg) no-repeat;
    position: absolute;
    top: 32%;
    left: 38%;
    padding: 20%;
    background-size: 85%
}

.chose-us .video-btn-poly:before {
    border: none
}

.chose-us .information-border {
    border-right: 2px solid #dde0eb
}

.chose-us .information-border:nth-of-type(3) {
    border: none
}

@media screen and (min-width: 768px) {
    .chose-us .information-border:nth-of-type(3) {
        border-right: 2px solid #dde0eb
    }
}

@media screen and (min-width: 1200px) {
    .chose-us .information-border, .chose-us .information-border:nth-of-type(3) {
        border-right: 2px solid rgba(221, 224, 235, .25)
    }
}

.chose-us.dark-theme {
    background: #000
}

.chose-us.dark-theme .chose-us__information-number, .chose-us.dark-theme .chose-us__title {
    color: #fff
}

.chose-us.dark-theme .chose-us__subtitle {
    color: #aeaeae
}

#academy_page.font_lang_ar .chose-us__subtitle_mob p {
    text-align: right
}

#academy_page.font_lang_ar .information-border {
    border-right: none;
    border-left: 2px solid #dde0eb
}

#academy_page.font_lang_ar .information-border:nth-of-type(3) {
    border: none
}

@media screen and (min-width: 768px) {
    #academy_page.font_lang_ar .information-border:nth-of-type(3) {
        border-right: none;
        border-left: 2px solid #dde0eb
    }
}

@media screen and (min-width: 1200px) {
    #academy_page.font_lang_ar .information-border, #academy_page.font_lang_ar .information-border:nth-of-type(3) {
        border-right: none;
        border-left: 2px solid rgba(221, 224, 235, .25)
    }
}

@media screen and (max-width: 680px) {
    #academy_page.font_lang_ar .chose-us__information-item {
        align-items: center
    }
}

.direction-new-for-whom {
    margin-bottom: 0 !important
}

.direction-new-for-whom__wrap {
    max-width: 1280px;
    margin: 0 auto
}

.direction-new-for-whom__title {
    color: #234262;
    margin-bottom: 24px
}

.direction-new-for-whom__subtitle {
    max-width: 1075px;
    text-align: center;
    margin: 0 auto 48px;
    font-size: 20px;
    line-height: 29px
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom__subtitle {
        margin-left: 0;
        text-align: left
    }
}

.direction-new-for-whom__content {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 72px auto -60px
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom__content {
        margin-top: 60px
    }
}

.direction-new-for-whom__content-item {
    width: 31%;
    margin-bottom: 60px
}

@media screen and (max-width: 1279px) {
    .direction-new-for-whom__content-item {
        width: 48%
    }
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom__content-item {
        width: 100%
    }
}

.direction-new-for-whom__content-item:nth-child(2n) {
    margin-left: 3%;
    margin-right: 3%
}

@media screen and (max-width: 1279px) {
    .direction-new-for-whom__content-item:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom__content-item:nth-child(2n) {
        margin-left: 0
    }
}

.direction-new-for-whom__content-item-top {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom__content-item-top {
        align-items: flex-start
    }
}

.direction-new-for-whom__content-icon {
    width: 90px;
    height: 94px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
    background-position: 50%
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom__content-icon {
        width: 70px;
        height: 80px;
        background-size: contain;
        margin-bottom: 12px
    }
}

.direction-new-for-whom__content-title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .01em;
    color: #234262;
    padding-bottom: 12px
}

@media screen and (max-width: 1199px) {
    .direction-new-for-whom__content-title {
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom__content-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .01em;
        color: #234262;
        padding-bottom: 6px;
        font-weight: 600
    }
}

.direction-new-for-whom__content-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #a7a7ac
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom__content-text {
        font-size: 16px;
        line-height: 26px
    }
}

.direction-new-for-whom .icon-item-1 {
    background-image: url(../icons/01.svg)
}

.direction-new-for-whom .icon-item-2 {
    background-image: url(for-whom-2.svg)
}

.direction-new-for-whom .icon-item-3 {
    background-image: url(static/for-whom-3.svg)
}

.direction-new-for-whom .icon-item-4 {
    background-image: url(/dist/images/src/images/courses-adult/3ds-max-new/student.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/3ds-max-new/student.webp) 1x, url(/dist/images/src/images/courses-adult/3ds-max-new/student@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-5 {
    background-image: url(/dist/images/src/images/courses-adult/3ds-max-new/designer.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/3ds-max-new/designer.webp) 1x, url(/dist/images/src/images/courses-adult/3ds-max-new/designer@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-6 {
    background-image: url(/dist/images/src/images/courses-adult/3ds-max-new/specialist.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/3ds-max-new/specialist.webp) 1x, url(/dist/images/src/images/courses-adult/3ds-max-new/specialist@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-7 {
    background-image: url(/dist/images/src/images/courses-adult/3ds-max-new/beginner.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/3ds-max-new/beginner.webp) 1x, url(/dist/images/src/images/courses-adult/3ds-max-new/beginner@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-8 {
    background-image: url(/dist/images/src/images/home/redesign/planet.png)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .direction-new-for-whom .icon-item-8 {
        background-image: url(/dist/images/src/images/home/redesign/planet@2x.png)
    }
}

.direction-new-for-whom .icon-item-9 {
    background-image: url(/dist/images/src/images/courses-adult/contextual-ads/icon3.png)
}

.direction-new-for-whom .icon-item-10 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon4.png)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .direction-new-for-whom .icon-item-10 {
        background-image: url(/dist/images/src/images/courses-adult/ai/icon4@2x.png)
    }
}

.direction-new-for-whom .icon-item-11 {
    background-image: url(/dist/images/src/images/courses-adult/ba-new/beginners.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ba-new/beginners.webp) 1x, url(/dist/images/src/images/courses-adult/ba-new/beginners@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-12 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon6.png)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .direction-new-for-whom .icon-item-12 {
        background-image: url(/dist/images/src/images/courses-adult/ai/icon6@2x.png)
    }
}

.direction-new-for-whom .icon-item-13 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon7.png)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .direction-new-for-whom .icon-item-13 {
        background-image: url(/dist/images/src/images/courses-adult/ai/icon7@2x.png)
    }
}

.direction-new-for-whom .icon-item-14 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon8.png)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .direction-new-for-whom .icon-item-14 {
        background-image: url(/dist/images/src/images/courses-adult/ai/icon8@2x.png)
    }
}

.direction-new-for-whom .icon-item-15 {
    background-image: url(/dist/images/src/images/courses-adult/ba-new/analytics.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ba-new/analytics.webp) 1x, url(/dist/images/src/images/courses-adult/ba-new/analytics@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-16 {
    background-image: url(/dist/images/src/images/courses-adult/ba-new/owners.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ba-new/owners.webp) 1x, url(/dist/images/src/images/courses-adult/ba-new/owners@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-17 {
    background-image: url(/dist/images/src/images/courses-adult/ba-new/specialists.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ba-new/specialists.webp) 1x, url(/dist/images/src/images/courses-adult/ba-new/specialists@2x.webp) 2x)
}

.direction-new-for-whom .icon-item-18 {
    background-image: url(/dist/images/src/images/courses-adult/marketing-new/beginners.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/marketing-new/beginners.webp) 1x, url(/dist/images/src/images/courses-adult/marketing-new/beginners@2x.webp) 2x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-19 {
    background-image: url(/dist/images/src/images/courses-adult/marketing-new/young_pro.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/marketing-new/young_pro.webp) 1x, url(/dist/images/src/images/courses-adult/marketing-new/young_pro@2x.webp) 2x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-20 {
    background-image: url(/dist/images/src/images/courses-adult/marketing-new/enterpreneurs.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/marketing-new/enterpreneurs.webp) 1x, url(/dist/images/src/images/courses-adult/marketing-new/enterpreneurs@2x.webp) 2x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-21 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon9.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon9.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-22 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon10.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon10.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-23 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon11.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon11.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-24 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon12.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon12.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-25 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon13.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon13.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-26 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon14.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon14.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-27 {
    background-image: url(/dist/images/src/images/courses-adult/ai/icon15.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/ai/icon15.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-28 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon1.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon1.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-29 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon2.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon2.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-30 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon3.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon3.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-31 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon4.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon4.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-32 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon5.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon5.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-33 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon6.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon6.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-34 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon7.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon7.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-35 {
    background-image: url(/dist/images/src/images/courses-adult/blender-teen/icon8.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/blender-teen/icon8.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-36 {
    background-image: url(/dist/images/src/images/courses-adult/graphic-design-md/artist-palette.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/graphic-design-md/artist-palette.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-37 {
    background-image: url(/dist/images/src/images/courses-adult/graphic-design-md/check-mark.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/graphic-design-md/check-mark.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom .icon-item-38 {
    background-image: url(/dist/images/src/images/courses-adult/graphic-design-md/eyes.png);
    background-image: -webkit-image-set(url(/dist/images/src/images/courses-adult/graphic-design-md/eyes.webp) 1x);
    margin-bottom: 12px
}

.direction-new-for-whom.four .direction-new-for-whom__content {
    justify-content: space-between
}

@media screen and (max-width: 1280px) {
    .direction-new-for-whom.four .direction-new-for-whom__content {
        max-width: 1076px
    }
}

.direction-new-for-whom.four .direction-new-for-whom__content-item {
    max-width: 23%;
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width: 1280px) {
    .direction-new-for-whom.four .direction-new-for-whom__content-item {
        max-width: 48%
    }
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom.four .direction-new-for-whom__content-item {
        max-width: 100%
    }
}

.direction-new-for-whom.five .direction-new-for-whom__content {
    margin-bottom: -40px
}

.direction-new-for-whom.five .direction-new-for-whom__content-item {
    margin-bottom: 48px
}

.direction-new-for-whom.cards .direction-new-for-whom__content {
    margin-bottom: -24px
}

.direction-new-for-whom.cards .direction-new-for-whom__content-item {
    margin-bottom: 24px;
    background: #181818;
    padding: 24px;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .12);
    border-radius: 24px
}

.direction-new-for-whom.cards .direction-new-for-whom__content-icon {
    width: 64px;
    height: 64px
}

.direction-new-for-whom.cards-many .direction-new-for-whom__content {
    position: relative;
    margin-bottom: -24px
}

.direction-new-for-whom.cards-many .direction-new-for-whom__content-title {
    color: #161736
}

.direction-new-for-whom.cards-many .direction-new-for-whom__content-item {
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 24px;
    box-shadow: none;
    background: rgba(163, 194, 255, .5)
}

.direction-new-for-whom.cards-many .direction-new-for-whom__content-item:nth-child(2n) {
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width: 1279px) {
    .direction-new-for-whom.cards-many .direction-new-for-whom__content-item:nth-child(2n) {
        margin-right: 0;
        margin-left: 3%
    }
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom.cards-many .direction-new-for-whom__content-item:nth-child(2n) {
        margin-left: 0
    }
}

@media screen and (min-width: 1280px) {
    .direction-new-for-whom.cards-many .direction-new-for-whom__content-item:nth-child(3n+2) {
        margin-left: 3%;
        margin-right: 3%
    }
}

.direction-new-for-whom.four-cards {
    background: #000
}

.direction-new-for-whom.four-cards .direction-new-for-whom__content {
    max-width: 1075px;
    justify-content: space-between
}

.direction-new-for-whom.four-cards .direction-new-for-whom__content-item {
    max-width: 48.5%;
    margin-left: 0;
    margin-right: 0;
    width: 48.5%
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom.four-cards .direction-new-for-whom__content-item {
        max-width: 100%;
        width: 100%
    }
}

.direction-new-for-whom.white-theme .direction-new-for-whom__content-text, .direction-new-for-whom.white-theme .direction-new-for-whom__content-title, .direction-new-for-whom.white-theme .direction-new-for-whom__title {
    color: #000
}

.direction-new-for-whom.white-theme .direction-new-for-whom__subtitle {
    color: #747478
}

.direction-new-for-whom.cards-white-theme, .direction-new-for-whom.cards-white-theme .direction-new-for-whom__content-item {
    background: #fff
}

.direction-new-for-whom.cards-white-theme .direction-new-for-whom__content-text {
    color: #747478
}

.direction-new-for-whom.cards-white-theme .direction-new-for-whom__content-title, .direction-new-for-whom.cards-white-theme .direction-new-for-whom__subtitle, .direction-new-for-whom.cards-white-theme .direction-new-for-whom__title {
    color: #000
}

.direction-new-for-whom.cards-grey-theme .direction-new-for-whom__content-item {
    background: #f7f7f8;
    border-radius: 16px;
    box-shadow: none
}

.direction-new-for-whom.cards-grey-theme .direction-new-for-whom__content-text {
    color: #747478
}

.direction-new-for-whom.cards-grey-theme .direction-new-for-whom__content-title, .direction-new-for-whom.cards-grey-theme .direction-new-for-whom__subtitle, .direction-new-for-whom.cards-grey-theme .direction-new-for-whom__title {
    color: #000
}

.direction-new-for-whom.small .direction-new-for-whom__content-item {
    width: 31%
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom.small .direction-new-for-whom__content-item {
        width: 48%
    }
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom.small .direction-new-for-whom__content-item {
        width: 100%
    }
}

.direction-new-for-whom.small .direction-new-for-whom__content-item:nth-child(2n) {
    margin-right: 3%;
    margin-left: 3%
}

@media screen and (max-width: 860px) {
    .direction-new-for-whom.small .direction-new-for-whom__content-item:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 680px) {
    .direction-new-for-whom.small .direction-new-for-whom__content-item:nth-child(2n) {
        margin-left: 0
    }
}

.direction-new-for-whom.small .direction-new-for-whom__content-title {
    font-weight: 600
}

@media screen and (max-width: 1024px) {
    .direction-new-for-whom.small .direction-new-for-whom__content-title {
        font-size: 20px;
        line-height: 29px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-for-whom.small .direction-new-for-whom__content-text {
        font-size: 16px;
        line-height: 25px
    }
}

@media screen and (max-width: 680px) {
    #academy_page.font_lang_ar .direction-new-for-whom__subtitle {
        text-align: right
    }
}

.direction-new-program {
    max-width: 1295px;
    margin: 0 auto;
    border-radius: 16px;
    background: #000;
    padding: 96px 48px
}

@media screen and (max-width: 1024px) {
    .direction-new-program {
        padding: 84px 36px
    }
}

@media screen and (max-width: 768px) {
    .direction-new-program {
        padding: 72px 24px
    }
}

@media screen and (max-width: 450px) {
    .direction-new-program {
        padding: 72px 18px
    }
}

.direction-new-program__title {
    margin-bottom: 24px;
    color: #fff
}

.direction-new-program__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: hsla(0, 0%, 100%, .8);
    max-width: 1076px;
    margin: 0 auto
}

@media screen and (max-width: 680px) {
    .direction-new-program__subtitle {
        text-align: left
    }
}

.direction-new-program__block {
    margin: 72px 0 96px
}

@media screen and (max-width: 680px) {
    .direction-new-program__block:first-of-type {
        margin-top: 52px
    }
}

.direction-new-program__block:last-of-type {
    margin-bottom: 0
}

.direction-new-program__block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-align: left;
    margin-bottom: 25px
}

.direction-new-program__item {
    margin-top: 48px
}

.direction-new-program__item:first-of-type {
    margin-top: 0
}

.direction-new-program .direction-new-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #fff;
    margin-bottom: 32px
}

@media screen and (max-width: 992px) {
    .direction-new-program .direction-new-item-title {
        font-size: 20px;
        line-height: 29px
    }
}

@media screen and (max-width: 680px) {
    .direction-new-program .direction-new-item-title {
        font-size: 18px;
        line-height: 27px
    }
}

.direction-new-program__title-wrap {
    position: relative
}

.direction-new-program .direction-rpo__btn-new {
    margin-top: 96px
}

@media screen and (max-width: 680px) {
    .direction-new-program .direction-rpo__btn-new {
        margin-top: 72px
    }
}

.direction-new-program .direction-new-text {
    animation: showBlock .3s linear forwards;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(221, 224, 235, .25)
}

@media screen and (max-width: 992px) {
    .direction-new-program .direction-new-text {
        font-size: 16px;
        line-height: 26px
    }
}

.direction-new-program .direction-new-text:first-of-type {
    padding-top: 0
}

.direction-new-program.arrow .direction-new-item-title:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 24px;
    height: 16px;
    background-image: url(/dist/images/src/images/courses-adult/design-new/icons/arrow-down.svg);
    background-size: cover;
    transition: .3s
}

.direction-new-program.arrow .show-program .direction-new-item-title:after {
    transform: scaleY(-1)
}

.direction-new-program.plus .direction-new-item-title:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #424343;
    border-radius: 25px;
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    transform: rotate(-90deg);
    transition: .3s
}

.direction-new-program.plus .direction-new-item-title:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #424343;
    border-radius: 25px;
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    z-index: 1
}

.direction-new-program.plus .show-program .direction-new-item-title:after {
    transform: rotate(0deg) !important
}

.direction-new-program .direction-new-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 32px;
    color: #252525
}

@media screen and (max-width: 1440px) {
    .direction-new-program .direction-new-title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 24px
    }
}

@media screen and (max-width: 680px) {
    .direction-new-program .direction-new-title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 23px
    }
}

.direction-new-program .direction-new-title span {
    color: #167bfc
}

.direction-new-program .direction-new-subtitle {
    color: #6b717d;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 64px
}

@media screen and (max-width: 680px) {
    .direction-new-program .direction-new-subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 28px
    }
}

.direction-new-program .direction-new-paragraph {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 12px
}

.direction-new-program .direction-new-paragraph__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.direction-new-program #line {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #4744c9;
    transition: all .15s ease-in-out
}

.direction-new-program_outcomes .direction-new-program__subtitle, .direction-new-program_outcomes .direction-new-program__title {
    text-align: center !important
}

.direction-new-program_outcomes .direction-new-program__diplom-subtitle {
    margin-top: 72px;
    margin-bottom: 72px;
    font-weight: 600;
    text-align: center !important;
    color: #1d1d1f
}

@media screen and (max-width: 680px) {
    .direction-new-program_outcomes .direction-new-program__diplom-subtitle {
        margin-top: 48px;
        margin-bottom: 48px;
        color: #747478
    }
}

.direction-new-program_outcomes .direction-new-program__diplom {
    max-width: 590px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover
}

@media screen and (max-width: 500px) {
    .direction-new-program_outcomes .direction-new-program__diplom {
        height: auto
    }
}

.direction-new-program_outcomes-bullets {
    background: #f5f5f7 !important;
    box-shadow: none !important
}

.direction-new-program_outcomes-bullets .show-program .direction-new-text {
    display: list-item !important;
    color: #000;
    padding: 0;
    margin-left: 16px;
    border: none !important
}

@media screen and (min-width: 768px) {
    .direction-new-program_outcomes-bullets .show-program .direction-new-text {
        font-size: 20px;
        line-height: 34px
    }
}

.direction-new-program.white-theme {
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .12)
}

.direction-new-program.white-theme .direction-new-item-title, .direction-new-program.white-theme .direction-new-program__block-title, .direction-new-program.white-theme .direction-new-program__title, .direction-new-program.white-theme .direction-new-text {
    color: #1d1d1f
}

.direction-new-program.white-theme .direction-new-text {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.direction-new-program.white-theme .direction-new-program__subtitle {
    color: #747478
}

.direction-new-program.white-theme.arrow .direction-new-item-title:after {
    background-image: url(/dist/images/src/images/courses-adult/design-new/icons/arrow-down-black.svg)
}

.hide-program .direction-new-program__paragraph-list, .hide-program .direction-new-text {
    display: none
}

.show-program {
    display: block
}

.show-program .direction-new-program__paragraph-list {
    display: flex
}

.show-program .direction-new-text {
    display: flex !important;
    animation: showBlock .3s linear forwards
}

.disable-item {
    pointer-events: none;
    cursor: default
}

.disable-item .direction-new-item-title:after, .disable-item .direction-new-item-title:before {
    content: none !important
}

.show-list {
    display: block !important
}

.ba-new-comment__wrap {
    max-width: 1296px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    transition: .5s
}

.ba-new-comment__preheader {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #5967ff;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 72px
}

@media screen and (max-width: 1433px) {
    .ba-new-comment__preheader {
        width: 1278px;
        margin: 0 auto 10px;
        padding-left: 0
    }
}

@media screen and (max-width: 1329px) {
    .ba-new-comment__preheader {
        width: 1104px
    }
}

@media screen and (max-width: 1199px) {
    .ba-new-comment__preheader {
        width: 1024px
    }
}

@media screen and (max-width: 969px) {
    .ba-new-comment__preheader {
        width: auto;
        padding: 0
    }
}

@media screen and (max-width: 500px) {
    .ba-new-comment__preheader {
        width: auto;
        padding: 0 12px
    }
}

.ba-new-comment__header {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #161736;
    text-align: left;
    max-width: 1278px;
    width: 100%;
    margin: 0 auto 44px
}

@media screen and (max-width: 992px) {
    .ba-new-comment__header {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width: 680px) {
    .ba-new-comment__header {
        font-size: 36px;
        line-height: 44px
    }
}

.ba-new-comment .ba-new-comment__button {
    padding: 16px 24px;
    margin: 0 auto;
    display: block
}

.ba-new-comment .ba-new-comment__gradient {
    height: 0;
    display: none;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2
}

@media screen and (min-width: 970px) {
    .ba-new-comment__row_mob {
        display: none
    }
}

.ba-new-comment__column {
    border: 1px solid #dde0eb;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 25px
}

.ba-new-comment__column:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 680px) {
    .ba-new-comment__column {
        padding: 22px;
        margin-bottom: 47px
    }
}

@media screen and (min-width: 992px) {
    .ba-new-comment__column {
        margin-bottom: 24px
    }
}

.ba-new-comment__column_p2 {
    padding: 11px;
    margin-bottom: 50px
}

.ba-new-comment__column_p2:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .ba-new-comment__column_p2 {
        margin-bottom: 24px;
        padding: 24px
    }
}

.ba-new-comment__image {
    width: 64px;
    height: 64px;
    position: relative
}

.ba-new-comment__image .social-links {
    position: absolute;
    right: -2px;
    bottom: -2px;
    display: flex;
    gap: 8px
}

.ba-new-comment__image .social-links .review-main-link {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover
}

.ba-new-comment__image .social-links .fb {
    background-image: url(/dist/images/src/images/common/facebook.svg)
}

.ba-new-comment__image .social-links .google {
    background-image: url(/dist/images/src/images/common/google.svg)
}

.ba-new-comment__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.ba-new-comment .info-comment__description {
    margin-bottom: 24px
}

.ba-new-comment .info-comment__description p {
    color: rgba(22, 23, 54, .8);
    font-size: 16px;
    line-height: 26px
}

@media screen and (min-width: 1024px) {
    .ba-new-comment .info-comment__description p {
        font-size: 18px;
        line-height: 28px
    }
}

.ba-new-comment .info-comment__description_big p {
    font-size: 18px;
    line-height: 28px;
    color: #76767d
}

.ba-new-comment .info-comment__bottom {
    display: flex;
    align-items: center
}

.ba-new-comment .info-comment__left {
    margin-right: 31px
}

.ba-new-comment .info-comment__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #161736;
    margin-bottom: 12px
}

@media screen and (min-width: 680px) {
    .ba-new-comment .info-comment__name {
        margin-bottom: 13px;
        line-height: 22px
    }
}

@media screen and (min-width: 992px) {
    .ba-new-comment .info-comment__name {
        font-size: 20px;
        line-height: 29px
    }
}

@media screen and (min-width: 1024px) {
    .ba-new-comment .info-comment__name {
        font-size: 24px
    }
}

.ba-new-comment .rating-mini span {
    background: url(/dist/images/src/images/common/yellowStar.svg) 50% no-repeat;
    padding: 3px 12px
}

.ba-new-comment .title-black-new {
    position: relative;
    z-index: 50;
    font-family: Inter, sans-serif;
    max-width: fit-content;
    max-width: -moz-max-content;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: .01em;
    text-align: center;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 680px) {
    .ba-new-comment .title-black-new {
        font-size: 36px;
        line-height: 44px;
        text-align: left
    }
}

.ba-new-comment .grid {
    width: 100% !important;
    display: none
}

@media screen and (min-width: 970px) {
    .ba-new-comment .grid {
        display: block;
        margin: 0 auto
    }
}

.ba-new-comment .grid:after {
    content: "";
    display: block;
    clear: both
}

.ba-new-comment .grid-item, .ba-new-comment .grid-sizer {
    width: calc(33% - 12px)
}

@media screen and (max-width: 1199px) {
    .ba-new-comment .grid-item, .ba-new-comment .grid-sizer {
        width: calc(50% - 12px)
    }
}

.ba-new-comment .grid-item {
    margin-bottom: 24px;
    position: absolute
}

.team__title {
    text-align: center
}

@media screen and (max-width: 1280px) {
    .team__title {
        padding: 0 43px
    }
}

@media screen and (max-width: 992px) {
    .team__title {
        padding: 0 28px
    }
}

@media screen and (max-width: 768px) {
    .team__title {
        padding: 0 36px;
        font-size: 36px !important;
        line-height: 44px !important
    }
}

@media screen and (max-width: 680px) {
    .team__title {
        padding: 0 12px;
        text-align: left;
        max-width: 380px;
        padding: 0
    }
}

.team__subtitle {
    text-align: center;
    max-width: 1076px;
    margin: 24px auto 0;
    color: #76767d
}

@media screen and (max-width: 1280px) {
    .team__subtitle {
        max-width: 1092px
    }
}

@media screen and (max-width: 992px) {
    .team__subtitle {
        max-width: 939px
    }
}

@media screen and (max-width: 680px) {
    .team__subtitle {
        margin: 24px auto 48px;
        text-align: left;
        padding: 0
    }
}

.team__wrap {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-template-rows:repeat(3, 189px);
    grid-gap: 24px;
    max-width: 1296px;
    margin: 96px auto 0
}

@media screen and (max-width: 1440px) {
    .team__wrap {
        margin: 96px 0 0;
        max-width: 100%
    }
}

@media screen and (max-width: 992px) {
    .team__wrap {
        grid-template-rows:repeat(3, 156px);
        margin-top: 50px
    }
}

@media screen and (max-width: 768px) {
    .team__wrap {
        grid-template-rows:repeat(3, 113px)
    }
}

@media screen and (max-width: 578px) {
    .team__wrap {
        display: none
    }
}

.team__wrap_mobile {
    display: none
}

@media screen and (max-width: 578px) {
    .team__wrap_mobile {
        display: block
    }
}

@media screen and (max-width: 578px) {
    .team__wrap img {
        display: none
    }
}

.team__img-box {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.team__img-box:first-of-type {
    grid-area: 1/1/3/3
}

.team__img-box:nth-of-type(2) {
    grid-area: 1/3/2/4
}

.team__img-box:nth-of-type(3) {
    grid-area: 1/4/2/5
}

.team__img-box:nth-of-type(4) {
    grid-area: 3/1/4/2
}

.team__img-box:nth-of-type(5) {
    grid-area: 3/2/4/3
}

.team__img-box:nth-of-type(6) {
    grid-area: 2/3/4/5
}

.team__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.team .swiper-wrapper {
    height: 236px
}

.team .swiper-container {
    height: 320px;
    position: relative
}

.team .swiper-button-next, .team .swiper-button-prev {
    background-image: url(/dist/images/src/images/courses-adult/motion/icons/arrow-right-circle.svg);
    width: 36px;
    height: 36px;
    background-size: cover;
    top: 307px
}

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

.team .swiper-button-next, .team .swiper-button-prev {
    background-image: url(/dist/images/src/images/courses-adult/devops-new/arrow-right-circle.svg)
}

.team .swiper-button-next:after, .team .swiper-button-prev:after {
    content: none
}

.team .swiper-button-prev {
    transform: rotate(180deg) translate(-50%);
    left: calc(50% - 65px);
    top: 305px
}

.team .swiper-button-next {
    right: calc(50% - 65px);
    top: 305px
}

.studyFormsNew-three {
    width: 100%;
    background: #030327
}

.studyFormsNew-three__wrapper {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto
}

.studyFormsNew-three__header {
    color: #234262;
    margin: 0 auto 64px;
    text-align: center
}

@media screen and (max-width: 680px) {
    .studyFormsNew-three__header {
        margin-bottom: 48px
    }
}

.studyFormsNew-three__header_deployed {
    display: none
}

.studyFormsNew-three__form {
    position: relative;
    width: 100%;
    padding: 32px;
    background-color: #1c1c3c;
    margin-bottom: 64px;
    border-radius: 16px
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__form {
        max-width: 740px;
        margin: 0 auto 64px
    }
}

@media screen and (max-width: 710px) {
    .studyFormsNew-three__form {
        max-width: 100%
    }
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three__form {
        padding: 16px
    }
}

.studyFormsNew-three__form:last-child {
    margin-bottom: 0
}

.studyFormsNew-three__name {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 40px
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__name {
        text-align: center;
        font-size: 29px
    }
}

@media screen and (max-width: 710px) {
    .studyFormsNew-three__name {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-align: left;
        max-width: calc(100% - 54px)
    }
}

.studyFormsNew-three__description {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__description {
        justify-content: space-around;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 710px) {
    .studyFormsNew-three__description {
        margin-bottom: 35px;
        justify-content: space-between
    }
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three__description {
        flex-direction: column
    }
}

.studyFormsNew-three__description-item {
    max-width: 30%
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__description-item {
        width: 50%;
        max-width: 50%;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 710px) {
    .studyFormsNew-three__description-item {
        width: 45%
    }
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three__description-item {
        width: 100%
    }
}

.studyFormsNew-three__description-item-header {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #a8b3c1
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three__description-item-header {
        font-size: 17px
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__description-item-header {
        font-size: 18px
    }
}

.studyFormsNew-three__description-item-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #fff
}

.studyFormsNew-three__buttons {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0 0 0 auto
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three__buttons {
        min-width: auto
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__buttons {
        min-width: 248px;
        max-width: 100%;
        height: auto;
        width: 100%;
        flex-direction: row;
        margin-top: 16px
    }

    .studyFormsNew-three__buttons a:first-child {
        margin-right: 16px !important
    }
}

@media screen and (max-width: 680px) {
    .studyFormsNew-three__buttons {
        flex-direction: column;
        margin-bottom: 24px
    }
}

.studyFormsNew-three__cards {
    display: flex;
    justify-content: flex-start
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__cards {
        justify-content: space-around;
        flex-wrap: wrap
    }
}

.studyFormsNew-three__cards .direction-rpo__btn-new {
    width: 235px;
    margin: 0 0 0 auto;
    text-align: center;
    border-radius: 4px;
    padding: 14.2px 0
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three__cards .direction-rpo__btn-new {
        width: 200px
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__cards .direction-rpo__btn-new {
        width: 100%
    }
}

.studyFormsNew-three__cards .direction-rpo__btn-new:last-child {
    margin-top: 24px
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__cards .direction-rpo__btn-new:last-child {
        margin-top: 0
    }
}

@media screen and (max-width: 680px) {
    .studyFormsNew-three__cards .direction-rpo__btn-new:last-child {
        margin-top: 24px
    }
}

@media screen and (max-width: 710px) {
    .studyFormsNew-three__cards .direction-rpo__btn-new {
        margin-top: 0
    }
}

.studyFormsNew-three__card {
    min-width: 248px;
    padding: 22px;
    background: #32324f;
    border-radius: 8px;
    position: relative;
    max-width: 394px;
    flex-grow: 1;
    margin-right: 2%
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three__card {
        min-width: 214px;
        padding: 13px 13px 20px
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__card {
        min-width: 248px;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 16px;
        margin-right: 0
    }
}

.studyFormsNew-three__card_active {
    background: rgba(57, 99, 255, .35)
}

.studyFormsNew-three__card_popular {
    display: none;
    width: 156px;
    height: 20px;
    color: #fff;
    background: #3963ff;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-51%);
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__card_popular {
        display: none !important
    }
}

.studyFormsNew-three__card-header {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 16px
}

.studyFormsNew-three__card-price {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 16px
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three__card-price {
        font-size: 37px
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__card-price {
        font-size: 48px
    }
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three__card-price {
        font-size: 36px;
        line-height: 44px
    }
}

.studyFormsNew-three__card-price-old, .studyFormsNew-three__card-price-old .studyFormsNew-three__card-currency {
    color: #fa8111 !important;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through
}

.studyFormsNew-three__card-currency {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    color: #fff
}

.studyFormsNew-three__card-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #a8b3c1
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three__card-description {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three__card-description {
        font-size: 18px;
        line-height: 26px
    }
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three__card-description {
        font-size: 16px;
        line-height: 21px
    }
}

.studyFormsNew-three__card-description_one-constant {
    display: none
}

@media screen and (max-width: 1024px) {
    .studyFormsNew-three__card_small {
        max-width: 100%
    }
}

.studyFormsNew-three__fee {
    margin-bottom: 24px;
    margin-top: -25px;
    color: #fff;
    font-size: 18px;
    line-height: 26px
}

.studyFormsNew-three__fee span {
    font-weight: 600
}

.studyFormsNew-three.white-theme {
    background: #f5f5f7
}

.studyFormsNew-three.white-theme .studyFormsNew-three__card-currency, .studyFormsNew-three.white-theme .studyFormsNew-three__card-header, .studyFormsNew-three.white-theme .studyFormsNew-three__card-price, .studyFormsNew-three.white-theme .studyFormsNew-three__description-item-text, .studyFormsNew-three.white-theme .studyFormsNew-three__header, .studyFormsNew-three.white-theme .studyFormsNew-three__name {
    color: #000
}

.studyFormsNew-three.white-theme .studyFormsNew-three__form {
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .12);
    border-radius: 24px
}

.studyFormsNew-three.white-theme .studyFormsNew-three__description-item-header {
    color: rgba(0, 0, 0, .5)
}

.studyFormsNew-three.white-theme .studyFormsNew-three__card {
    background: #f5f5f7
}

.studyFormsNew-three.white-theme .studyFormsNew-three__card-description {
    color: #747478
}

.studyFormsNew-three.white-theme .studyFormsNew-three__card-price-old, .studyFormsNew-three.white-theme .studyFormsNew-three__card-price-old .studyFormsNew-three__card-currency {
    color: #fa8111 !important;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through
}

.studyFormsNew-three.white-theme .direction-rpo__btn-new_transparent {
    background: #ecf0ff;
    color: #3963ff
}

.studyFormsNew-three.white-theme .studyFormsNew-three__fee {
    color: #76767d
}

.studyFormsNew-three.blue-btn .direction-rpo__btn-new_transparent {
    background: #3963ff;
    color: #fff
}

.studyFormsNew-three-discountEl {
    background: #fa8111;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    margin: 54px -32px -32px;
    border-radius: 0 0 16px 16px
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three-discountEl {
        margin: 12px -16px -16px
    }
}

.studyFormsNew-three-instalment {
    width: 235px;
    margin-bottom: 50px
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three-instalment {
        width: 200px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three-instalment {
        width: 100%
    }
}

.studyFormsNew-three .studyFormsNew-three__cards-brazil .studyFormsNew-three__card-description br {
    display: none
}

.studyFormsNew-three .studyFormsNew-three__cards-brazil .studyFormsNew-three__buttons .direction-rpo__btn-new {
    width: 245px
}

@media screen and (max-width: 1279px) {
    .studyFormsNew-three .studyFormsNew-three__cards-brazil .studyFormsNew-three__buttons .direction-rpo__btn-new {
        width: 200px
    }
}

@media screen and (max-width: 1023px) {
    .studyFormsNew-three .studyFormsNew-three__cards-brazil .studyFormsNew-three__buttons .direction-rpo__btn-new {
        width: 100%
    }
}

.studyFormsNew-three.jakarta-study-form .studyFormsNew-three__card-price {
    font-size: 36px
}

@media screen and (max-width: 460px) {
    .studyFormsNew-three.jakarta-study-form .studyFormsNew-three__card-price {
        font-size: 32px;
        line-height: 44px
    }
}

.students-in-companies__container {
    max-width: 1296px;
    margin: 0 auto
}

.students-in-companies__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
    position: relative
}

.students-in-companies__title .students-in-companies_small-span {
    color: #3963ff
}

@media screen and (max-width: 680px) {
    .students-in-companies__title {
        max-width: 400px;
        margin: 0 auto 16px
    }
}

@media screen and (min-width: 768px) {
    .students-in-companies__title {
        font-size: 48px;
        line-height: 69px;
        max-width: 80%;
        margin: 0 auto 20px
    }
}

@media screen and (min-width: 992px) {
    .students-in-companies__title {
        max-width: 60%
    }
}

@media screen and (min-width: 1200px) {
    .students-in-companies__title {
        max-width: 100%
    }
}

.students-in-companies_hidden {
    display: none
}

.students-in-companies_big-title .students-in-companies__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    margin: 0 auto 48px;
    text-align: left
}

.students-in-companies_big-title .students-in-companies__title span {
    color: #000
}

@media screen and (max-width: 680px) {
    .students-in-companies_big-title .students-in-companies__title {
        max-width: 420px;
        margin-left: 0
    }
}

@media screen and (max-width: 414px) {
    .students-in-companies_big-title .students-in-companies__title {
        max-width: 320px
    }
}

@media screen and (min-width: 768px) {
    .students-in-companies_big-title .students-in-companies__title {
        text-align: center;
        max-width: 100%
    }
}

@media screen and (min-width: 992px) {
    .students-in-companies_big-title .students-in-companies__title {
        max-width: 80%
    }
}

@media screen and (min-width: 1024px) {
    .students-in-companies_big-title .students-in-companies__title {
        max-width: 950px;
        margin-bottom: 72px;
        font-size: 48px;
        line-height: 58px
    }
}

.students-in-companies_big-title .students-companies-fix__header {
    display: none
}

.students-in-companies_big-title .students-in-companies_hidden {
    display: inline
}

.students-in-companies_big-title .students-in-companies__title-img {
    display: none
}

.students-in-companies__title-img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    margin-top: 0;
    position: relative;
    top: 6px;
    right: -3px
}

@media screen and (min-width: 768px) {
    .students-in-companies__title-img {
        top: 8px;
        right: -6px;
        width: 48px;
        height: 48px
    }
}

.students-companies-fix__header {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #76767d;
    text-align: center;
    margin-bottom: 52px
}

@media screen and (min-width: 768px) {
    .students-companies-fix__header {
        margin-bottom: 72px;
        font-size: 24px;
        line-height: 34px
    }
}

.students-companies-fix__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    transition: .3s;
    margin: auto
}

@media screen and (min-width: 768px) {
    .students-companies-fix__wrapper {
        margin: 0 auto
    }
}

.students-companies-fix__company {
    padding: 0 2px;
    height: 25px;
    margin-bottom: 31px;
    display: block
}

.students-companies-fix__company img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .students-companies-fix__company {
        height: 31px;
        margin-bottom: 46px;
        padding: 0 12px
    }
}

@media screen and (min-width: 1200px) {
    .students-companies-fix__company {
        padding: 0 30px
    }
}

@media screen and (min-width: 1400px) {
    .students-companies-fix__company {
        padding: 0 20px
    }
}

.students-companies-fix__btn {
    margin: 42px auto 0;
    background: transparent;
    box-sizing: border-box;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid #dde0eb;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: block;
    cursor: pointer;
    transition: .3s
}

.students-companies-fix__btn:hover {
    transform: scale(1.05)
}

.questions-popup__container {
    max-width: 1296px;
    margin: 0 auto
}

.questions-popup__wrap {
    overflow: hidden;
    background: #101010;
    border-radius: 16px;
    padding-bottom: 0
}

@media screen and (min-width: 992px) {
    .questions-popup__wrap {
        display: flex;
        align-items: center;
        padding-bottom: 65px
    }
}

@media screen and (min-width: 1200px) {
    .questions-popup__wrap {
        padding-bottom: 25px
    }
}

@media screen and (min-width: 1400px) {
    .questions-popup__wrap {
        padding-bottom: 69px
    }
}

.questions-popup__left {
    position: relative;
    padding: 24px;
    margin-bottom: 80px;
    background: transparent
}

@media screen and (min-width: 768px) {
    .questions-popup__left {
        padding: 83px 49px 0
    }
}

@media screen and (min-width: 1200px) {
    .questions-popup__left {
        padding-top: 47px;
        max-width: 610px
    }
}

@media screen and (min-width: 1400px) {
    .questions-popup__left {
        padding-top: 90px;
        max-width: 700px
    }
}

.questions-popup__title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px
}

@media screen and (min-width: 992px) {
    .questions-popup__title {
        font-size: 36px;
        line-height: 44px
    }
}

@media screen and (min-width: 1200px) {
    .questions-popup__title {
        font-size: 48px;
        line-height: 58px
    }
}

.questions-popup__subtitle {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 32px
}

@media screen and (min-width: 768px) {
    .questions-popup__subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 48px
    }
}

@media screen and (min-width: 1200px) {
    .questions-popup__subtitle {
        font-size: 20px;
        line-height: 29px
    }
}

.questions-popup__button .banner-front-end__btn {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 480px) {
    .questions-popup__button .banner-front-end__btn {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        margin: auto
    }
}

@media screen and (min-width: 768px) {
    .questions-popup__button .banner-front-end__btn {
        margin: 0
    }
}

.questions-popup__button .direction-rpo__btn-new {
    position: relative;
    z-index: 1
}

.questions-popup__right {
    position: relative
}

.questions-popup__right:before {
    content: "";
    position: absolute;
    background: #514eb5;
    filter: blur(60px);
    width: 300px;
    height: 300px;
    top: 0;
    right: 50%;
    transform: translate(50%);
    border-radius: 50%
}

@media screen and (min-width: 992px) {
    .questions-popup__right:before {
        width: 436px;
        height: 436px;
        left: 65%;
        top: 50%;
        transform: translate(-50%, -50%);
        filter: blur(86px)
    }
}

@media screen and (min-width: 1200px) {
    .questions-popup__right:before {
        left: 57%;
        filter: blur(108px)
    }
}

@media screen and (min-width: 1400px) {
    .questions-popup__right:before {
        left: 50%
    }
}

@media screen and (min-width: 992px) {
    .questions-popup__right {
        margin-top: 0;
        flex: 0 0 40%
    }
}

.questions-popup__image {
    position: relative;
    max-width: 87%;
    width: 100%;
    margin: auto;
    bottom: 20px
}

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

@media screen and (min-width: 480px) {
    .questions-popup__image {
        max-width: 80%
    }
}

@media screen and (min-width: 578px) {
    .questions-popup__image {
        max-width: 70%
    }
}

@media screen and (min-width: 680px) {
    .questions-popup__image {
        max-width: 60%
    }
}

@media screen and (min-width: 992px) {
    .questions-popup__image {
        display: flex;
        margin-left: auto;
        bottom: -98px;
        position: absolute;
        right: -75px;
        top: -42px;
        height: 300px;
        width: 425px;
        max-width: 425px
    }
}

@media screen and (min-width: 1200px) {
    .questions-popup__image {
        right: -13px;
        top: -84px
    }
}

@media screen and (min-width: 1400px) {
    .questions-popup__image {
        right: 47px;
        top: -35px
    }
}

.direction-new-home-questions {
    max-width: 1296px;
    margin: 0 auto
}

.direction-new-home-questions__title {
    display: flex;
    margin: 0 auto;
    padding-bottom: 60px;
    letter-spacing: -.7px
}

@media screen and (max-width: 1024px) {
    .direction-new-home-questions__title {
        text-align: left
    }
}

@media screen and (max-width: 680px) {
    .direction-new-home-questions__title {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 480px) {
    .direction-new-home-questions .title-new-black:after {
        display: none
    }
}

.direction-new-home-questions__wrap {
    max-width: 80%;
    margin: 0 auto
}

@media screen and (max-width: 680px) {
    .direction-new-home-questions__wrap {
        max-width: 100%
    }
}

.direction-new-home-questions__item {
    margin-bottom: 16px
}

.direction-new-home-questions__item:first-of-type {
    border-top: none
}

.direction-new-home-questions__item-header {
    position: relative
}

.direction-new-home-questions__item-title {
    font-size: 16px;
    line-height: 26px;
    background: #f7f8fb;
    border: 1px solid #dadde3;
    box-sizing: border-box;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 16px 40px 16px 16px;
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .direction-new-home-questions__item-title {
        padding: 15px 10px 15px 46px;
        height: 100%
    }
}

.direction-new-home-questions__item-icon {
    background-image: url(/dist/images/src/images/courses-adult/design-new/icons/plus.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 37%;
    right: 16px
}

@media screen and (max-width: 480px) {
    .direction-new-home-questions__item-icon {
        right: 0;
        left: 15px;
        top: 50%
    }
}

.direction-new-home-questions .icon-rotate {
    transition: all .3s ease 0s
}

.direction-new-home-questions .icon-rotate.transform {
    transform: scaleY(-1)
}

.direction-new-home-questions__item-text {
    font-size: 16px;
    line-height: 26px;
    padding: 16px
}

.direction-new-home-questions .show-program .direction-new-home-questions__item-text {
    display: flex !important;
    animation: showBlock .7s linear forwards
}

.direction-new-home-questions .show-program .icon-rotate {
    transform: scaleY(-1)
}

.direction-new-home-questions .hide-program .direction-new-home-questions__item-text {
    display: none
}

@keyframes showBlock {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.direction-new-home-questions-new {
    max-width: 1296px
}

.direction-new-home-questions-new .direction-new-home-questions__title {
    margin: 0;
    letter-spacing: .7px;
    padding-bottom: 40px
}

@media screen and (max-width: 1024px) {
    .direction-new-home-questions-new .direction-new-home-questions__title {
        padding-bottom: 36px
    }
}

@media screen and (max-width: 680px) {
    .direction-new-home-questions-new .direction-new-home-questions__title {
        padding-bottom: 24px
    }
}

.direction-new-home-questions-new .direction-new-home-questions__wrap {
    margin: 0;
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item:first-of-type {
    border-top: none
}

.direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1d1d1f;
    background: none;
    border: none;
    border-radius: 0;
    font-family: Inter, sans-serif;
    padding: 25px 40px 16px 0
}

@media screen and (max-width: 680px) {
    .direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-title {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 8px
    }
}

.direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #86868b;
    padding: 11px 16px 5px 0
}

@media screen and (max-width: 680px) {
    .direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-text {
        font-size: 16px;
        line-height: 26px
    }
}

.direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-text ul {
    padding-left: 20px
}

@media screen and (max-width: 680px) {
    .direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-header {
        align-items: center;
        display: flex
    }
}

.direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-icon {
    background-image: url(/dist/images/src/images/courses-adult/design-new/icons/arrow-down-black.svg);
    right: 9px;
    top: 50%;
    width: 20px;
    height: 16px;
    background-size: contain;
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .direction-new-home-questions-new .direction-new-home-questions__wrap .direction-new-home-questions__item .direction-new-home-questions__item-icon {
        right: 9px;
        left: 91.5%
    }
}

.camps-redesign .direction-new-home-questions {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 100px 42px
}

@media screen and (max-width: 992px) {
    .camps-redesign .direction-new-home-questions {
        padding: 60px 27px 72px
    }
}

@media screen and (max-width: 500px) {
    .camps-redesign .direction-new-home-questions {
        padding: 60px 12px 80px
    }
}

.camps-redesign .direction-new-home-questions__title {
    margin-bottom: 0 !important
}

.camps-redesign .direction-new-home-questions__item-text {
    animation: showBlock .4s linear forwards !important
}

.timer {
    display: flex;
    text-align: center;
    padding: 40px 0 30px
}

@media screen and (max-width: 992px) {
    .timer {
        padding: 20px 0
    }
}

.timer__elem:last-child .timer__counter {
    border-right: transparent
}

.timer__counter {
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 30px;
    border-right: 1px solid #fff;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .timer__counter {
        font-size: 50px;
        padding: 0 30px
    }
}

@media screen and (max-width: 480px) {
    .timer__counter {
        font-size: 40px;
        padding: 0 20px
    }
}

.timer__text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .timer__btn {
        max-width: 300px
    }
}

.banner-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%
}

@media screen and (max-width: 860px) {
    .banner-timer {
        width: 100%
    }
}

.banner-timer__start {
    max-width: 340px;
    background: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500
}

.timer-barcelona, .timer-dubai, .timer-malaysia, .timer-seattle {
    z-index: 10;
    width: 265px;
    align-self: flex-end
}

@media screen and (max-width: 992px) {
    .timer-barcelona, .timer-dubai, .timer-malaysia, .timer-seattle {
        margin-bottom: 0;
        align-self: center;
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.timer-barcelona__start, .timer-dubai__start, .timer-malaysia__start, .timer-seattle__start {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px
}

@media screen and (max-width: 992px) {
    .timer-barcelona__start, .timer-dubai__start, .timer-malaysia__start, .timer-seattle__start {
        text-align: center
    }
}

@media screen and (max-width: 380px) {
    .timer-barcelona__start, .timer-dubai__start, .timer-malaysia__start, .timer-seattle__start {
        padding: 0 20px
    }
}

.timer-barcelona__start--mal, .timer-dubai__start--mal, .timer-malaysia__start--mal, .timer-seattle__start--mal {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 380px) {
    .timer-barcelona__start--mal, .timer-dubai__start--mal, .timer-malaysia__start--mal, .timer-seattle__start--mal {
        padding: 0
    }
}

.timer-barcelona .timer, .timer-dubai .timer, .timer-malaysia .timer, .timer-seattle .timer {
    padding: 0;
    margin-bottom: 20px
}

.timer-barcelona .timer__counter, .timer-dubai .timer__counter, .timer-malaysia .timer__counter, .timer-seattle .timer__counter {
    font-size: 50px;
    line-height: 20px;
    font-weight: 600;
    border-right: 1px solid #fff;
    color: #000;
    margin-bottom: 7px;
    padding: 0
}

@media screen and (max-width: 480px) {
    .timer-barcelona .timer__counter, .timer-dubai .timer__counter, .timer-malaysia .timer__counter, .timer-seattle .timer__counter {
        font-size: 40px
    }
}

@media screen and (max-width: 380px) {
    .timer-barcelona .timer__counter, .timer-dubai .timer__counter, .timer-malaysia .timer__counter, .timer-seattle .timer__counter {
        font-size: 30px
    }
}

.timer-barcelona .timer__counter--day, .timer-dubai .timer__counter--day, .timer-malaysia .timer__counter--day, .timer-seattle .timer__counter--day {
    padding: 0 20px 0 0
}

.timer-barcelona .timer__counter--hour, .timer-dubai .timer__counter--hour, .timer-malaysia .timer__counter--hour, .timer-seattle .timer__counter--hour {
    padding: 0 20px
}

.timer-barcelona .timer__counter--minute, .timer-dubai .timer__counter--minute, .timer-malaysia .timer__counter--minute, .timer-seattle .timer__counter--minute {
    padding: 0 0 0 20px
}

.timer-barcelona .timer__counter--mal, .timer-dubai .timer__counter--mal, .timer-malaysia .timer__counter--mal, .timer-seattle .timer__counter--mal {
    line-height: 33px;
    border-right: 1px solid #24b8ce
}

.timer-barcelona .timer__text, .timer-dubai .timer__text, .timer-malaysia .timer__text, .timer-seattle .timer__text {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.timer-barcelona__btn, .timer-dubai__btn, .timer-malaysia__btn, .timer-seattle__btn {
    text-transform: uppercase
}

@media screen and (max-width: 380px) {
    .timer-barcelona__btn, .timer-dubai__btn, .timer-malaysia__btn, .timer-seattle__btn {
        width: 218px;
        height: 35px
    }
}

.timer-android {
    align-self: auto
}

#academy_page .timer, .school-body .timer {
    padding: 0
}

#academy_page .timer .timer__elem, .school-body .timer .timer__elem {
    display: flex;
    align-items: center;
    margin-right: 12px
}

#academy_page .timer .timer__elem:last-child, .school-body .timer .timer__elem:last-child {
    margin-right: 0
}

#academy_page .timer .timer__counter, .school-body .timer .timer__counter {
    border: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 3px 0 0
}

#academy_page .timer .timer__text, .school-body .timer .timer__text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width: 500px) {
    .cs-gallery {
        padding-right: 0 !important
    }
}

.cwn-spend-time {
    max-width: 1296px;
    margin: 0 auto
}

.cwn-spend-time__header {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #000;
    margin-bottom: 65px;
    text-align: center
}

@media screen and (max-width: 500px) {
    .cwn-spend-time__header {
        text-align: left
    }
}

.cwn-spend-time__gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px
}

@media screen and (max-width: 768px) {
    .cwn-spend-time__gallery {
        display: none
    }
}

.cwn-spend-time__item {
    width: 22%;
    height: 261px;
    border-radius: 16px;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
    display: none
}

@media screen and (max-width: 1280px) {
    .cwn-spend-time__item {
        height: 261px
    }
}

@media screen and (max-width: 1149px) {
    .cwn-spend-time__item {
        height: 306px;
        width: 30%
    }
}

@media screen and (max-width: 992px) {
    .cwn-spend-time__item {
        height: 296px
    }
}

@media screen and (max-width: 850px) {
    .cwn-spend-time__item {
        height: 216px;
        width: 29%
    }
}

.cwn-spend-time__img {
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 100%;
    border-radius: 16px
}

.cwn-spend-time .slider {
    display: none
}

@media screen and (max-width: 768px) {
    .cwn-spend-time .slider {
        display: block
    }
}

.cwn-spend-time .slide__img {
    height: 300px;
    border-radius: 16px
}

.cwn-spend-time .slide__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px
}

.cwn-spend-time .swiper-wrapper {
    padding-bottom: 48px
}

.cwn-spend-time .swiper-pagination-bullet {
    border-radius: 0;
    width: 32px;
    height: 4px
}

@media screen and (max-width: 768px) {
    .cwn-spend-time__show-more {
        display: none !important
    }
}

@media screen and (max-width: 680px) {
    .re-home-gallery {
        padding: 72px 0 72px 16px
    }
}

@media screen and (max-width: 500px) {
    .re-home-gallery {
        padding: 72px 16px
    }
}

.re-home-gallery__title {
    margin: 0 auto 73px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .re-home-gallery__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 48px
    }
}

.re-home-gallery .slide__img {
    height: 496px;
    border-radius: 16px
}

@media screen and (max-width: 768px) {
    .re-home-gallery .slide__img {
        height: 360px
    }
}

@media screen and (max-width: 680px) {
    .re-home-gallery .slide__img {
        height: 336px
    }
}

.re-home-gallery .slide__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px
}

.re-home-gallery .swiper-container {
    margin: 0 auto;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width: 680px) {
    .re-home-gallery .swiper-container {
        overflow: hidden
    }
}

.re-home-gallery .swiper-wrapper {
    padding-bottom: 51px
}

.re-home-gallery__navigation {
    width: 93px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 123px;
    left: 48%;
    transform: translate(-50%)
}

.re-home-gallery .slide-next, .re-home-gallery .slide-prev {
    background-image: url(/dist/images/src/images/home/redesign/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px;
    height: 32px;
    background-size: auto;
    border: 2px solid #1d1d1f;
    border-radius: 50%
}

.re-home-gallery .slide-prev {
    transform: rotate(180deg);
    margin-right: 27px
}

.re-home-gallery .swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

#academy_app_no_bg .foundation-form .call-popup__wrap, #academy_page .foundation-form .call-popup__wrap {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(83.8deg, #5b72f2, #87b7ff);
    border-radius: 12px !important;
    padding: 48px
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup__wrap, #academy_page .foundation-form .call-popup__wrap {
        padding: 16px
    }
}

@media screen and (max-width: 768px) {
    #academy_app_no_bg .foundation-form .call-popup__content, #academy_page .foundation-form .call-popup__content {
        margin-bottom: 32px
    }
}

#academy_app_no_bg .foundation-form .call-popup__title, #academy_page .foundation-form .call-popup__title {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    padding: 0
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup__title, #academy_page .foundation-form .call-popup__title {
        font-size: 28px;
        line-height: 34px;
        font-weight: 600
    }
}

#academy_app_no_bg .foundation-form .call-popup__subtitle, #academy_page .foundation-form .call-popup__subtitle {
    margin-bottom: 46px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup__subtitle, #academy_page .foundation-form .call-popup__subtitle {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 24px
    }
}

#academy_app_no_bg .foundation-form .call-popup__container, #academy_page .foundation-form .call-popup__container {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 24px;
    align-items: flex-start
}

@media screen and (max-width: 992px) {
    #academy_app_no_bg .foundation-form .call-popup__container, #academy_page .foundation-form .call-popup__container {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 768px) {
    #academy_app_no_bg .foundation-form .call-popup__container, #academy_page .foundation-form .call-popup__container {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup__container, #academy_page .foundation-form .call-popup__container {
        grid-template-columns:1fr
    }
}

#academy_app_no_bg .foundation-form .call-popup__input, #academy_page .foundation-form .call-popup__input {
    border-radius: 6px;
    height: 50px;
    width: 100%;
    border: 1px solid #e1e3e7;
    background-color: #fff;
    font-size: 18px;
    line-height: 26px;
    color: #88929d;
    padding: 0 11px
}

#academy_app_no_bg .foundation-form .call-popup__input::placeholder, #academy_page .foundation-form .call-popup__input::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #88929d
}

@media screen and (max-width: 1366px) {
    #academy_app_no_bg .foundation-form .call-popup__input::placeholder, #academy_page .foundation-form .call-popup__input::placeholder {
        font-size: 14px;
        line-height: 17px
    }
}

#academy_app_no_bg .foundation-form .call-popup .popup-form__attention-text, #academy_page .foundation-form .call-popup .popup-form__attention-text {
    margin: 0;
    grid-column: span 4
}

@media screen and (max-width: 992px) {
    #academy_app_no_bg .foundation-form .call-popup .popup-form__attention-text, #academy_page .foundation-form .call-popup .popup-form__attention-text {
        grid-column: span 3
    }
}

@media screen and (max-width: 768px) {
    #academy_app_no_bg .foundation-form .call-popup .popup-form__attention-text, #academy_page .foundation-form .call-popup .popup-form__attention-text {
        grid-column: span 2
    }
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup .popup-form__attention-text, #academy_page .foundation-form .call-popup .popup-form__attention-text {
        grid-column: span 1
    }
}

#academy_app_no_bg .foundation-form .call-popup .input-valid, #academy_page .foundation-form .call-popup .input-valid {
    position: relative;
    margin-top: 0
}

#academy_app_no_bg .foundation-form .call-popup__btn, #academy_page .foundation-form .call-popup__btn {
    width: 100% !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup__btn, #academy_page .foundation-form .call-popup__btn {
        order: 4
    }
}

#academy_app_no_bg .foundation-form .call-popup .gdpr-policy, #academy_page .foundation-form .call-popup .gdpr-policy {
    grid-column: span 4;
    margin-top: 0 !important
}

@media screen and (max-width: 992px) {
    #academy_app_no_bg .foundation-form .call-popup .gdpr-policy, #academy_page .foundation-form .call-popup .gdpr-policy {
        grid-column: span 3
    }
}

@media screen and (max-width: 768px) {
    #academy_app_no_bg .foundation-form .call-popup .gdpr-policy, #academy_page .foundation-form .call-popup .gdpr-policy {
        grid-column: span 2
    }
}

@media screen and (max-width: 680px) {
    #academy_app_no_bg .foundation-form .call-popup .gdpr-policy, #academy_page .foundation-form .call-popup .gdpr-policy {
        grid-column: span 1;
        order: 3
    }
}

#academy_app_no_bg .foundation-form .call-popup .smsCode-field, #academy_page .foundation-form .call-popup .smsCode-field {
    border: none !important
}

#academy_app_no_bg .foundation-form .input-valid, #academy_page .foundation-form .input-valid {
    position: relative;
    margin-top: 0
}

#academy_app_no_bg .foundation-form .iti--allow-dropdown > .call-popup__input, #academy_page .foundation-form .iti--allow-dropdown > .call-popup__input {
    padding-right: 6px;
    padding-left: 52px
}