html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0
}

article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0;
    color: black;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

a, area, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

blockquote, canvas, dl, dt, em, h1, h2, h3, h4, h5, h6, i, img, li, ol, p, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

a, button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline: none
}

button, input[type=submit] {
    cursor: pointer;
    border: none
}

button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100% !important
}

input[type=button], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none;
    cursor: pointer
}

label {
    cursor: pointer
}

:root {
    --sectionIndent: 100px
}

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

.flex-col-centered, .flex-row-centered, .lang {
    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%
}

.main-header {
    display: flex;
    position: relative
}

.header {
    position: sticky;
    position: -webkit-sticky;
    top: -104px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    height: 140px
}

@media screen and (max-width: 680px) {
    .header {
        height: auto;
        top: -108px
    }
}

@media screen and (max-width: 320px) {
    .header {
        top: -104px
    }
}

.header__top {
    background-color: #f9f9f9
}

.header__bottom {
    position: relative;
    background-color: #000;
    z-index: 600
}

.header__openGraphPreview {
    display: none
}

.header__if-IE {
    display: none;
    z-index: 1000;
    background-color: #303030;
    backdrop-filter: blur(100px);
    padding: 24px 0
}

.header__if-IE--title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    width: 1352px;
    margin: 0 auto
}

@media screen and (max-width: 1440px) {
    .header__if-IE--title {
        width: 100%;
        padding: 0 24px
    }
}

.header__if-IE--text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    width: 1352px;
    margin: 0 auto
}

@media screen and (max-width: 1440px) {
    .header__if-IE--text {
        width: 100%;
        padding: 0 24px
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .header__if-IE {
        display: block
    }
}

.header-content {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 9px 0 0;
    justify-content: space-between;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: -147px -265px
}

@media (min-width: 500px) {
    .header-content {
        background-position: 70px -55px
    }
}

@media screen and (max-width: 992px) {
    .header-content {
        padding: 9px 0 0 20px;
        max-width: 100%
    }
}

@media screen and (max-width: 280px) {
    .header-content {
        padding: 9px 10px 0
    }
}

.header-content__picture-wrap {
    position: absolute;
    top: -54px;
    left: 69px;
    height: 158px;
    overflow: hidden;
    width: calc(100% - 69px);
    z-index: 0
}

.header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10000
}

@media (min-width: 861px) {
    .header-contact {
        flex-direction: row;
        align-items: center
    }
}

@media screen and (max-width: 860px) {
    .header-contact {
        margin-right: 0;
        right: 0;
        position: absolute
    }
}

@media screen and (max-width: 280px) {
    .header-contact {
        margin-right: 0;
        position: absolute;
        right: 0
    }
}

.header-contact__picture {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

@media screen and (max-width: 860px) {
    .header-contact__picture img {
        width: 178px;
        height: 54px
    }
}

.header-contact__action {
    box-sizing: border-box;
    width: 178px;
    padding: 10px 0;
    align-self: flex-end;
    color: #fff;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 500;
    position: relative;
    background-image: url(/dist/images/src/images/header/consultation.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 10;
    background-color: transparent
}

@media (min-width: 861px) {
    .header-contact__action {
        width: 200px;
        padding: 17px 16px
    }
}

@media screen and (max-width: 280px) {
    .header-contact__action {
        padding: 10px 0;
        width: 178px
    }
}

.header-contact__phone-lang {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-height: 76px;
    justify-content: space-between
}

@media screen and (max-width: 860px) {
    .header-contact__phone-lang {
        min-height: auto;
        margin-right: 0;
        width: 100%
    }
}

.header-contact__phone {
    margin-bottom: 12px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal
}

@media (min-width: 861px) {
    .header-contact__phone {
        margin-left: 0;
        font-size: 28px;
        margin-bottom: 0;
        font-weight: 300
    }
}

@media screen and (max-width: 320px) {
    .header-contact__phone {
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 280px) {
    .header-contact__phone {
        margin-left: 0;
        margin-bottom: 0
    }
}

.header-contact-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 140px;
    right: 0;
    transform-origin: 50% 0;
    transform: perspective(350px) rotateX(-90deg);
    transition: transform .3s linear, opacity .3s linear;
    opacity: 0;
    z-index: 300
}

.header-contact-form:after {
    content: "";
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #055ea9;
    -webkit-clip-path: polygon(100% 0, 100% 0, 90% 100%, 0 20%, 0 0);
    clip-path: polygon(100% 0, 100% 0, 90% 100%, 0 20%, 0 0)
}

@media (min-width: 400px) {
    .header-contact-form:after {
        background: url(/dist/images/src/images/header/head-form_back.png) no-repeat -395px -269px #055ea9;
        background-size: 800px
    }
}

@media screen and (max-width: 860px) {
    .header-contact-form {
        width: 178px
    }
}

.header-contact-form__picture {
    position: absolute
}

.header-contact-form__background {
    display: flex;
    width: 200px;
    padding: 15px 20px 8px;
    flex-direction: column;
    background: url(/dist/images/src/images/header/head-form_back.png) no-repeat -280px -415px #055ea9;
    background-size: 800px
}

@media screen and (max-width: 860px) {
    .header-contact-form__background {
        width: 178px
    }
}

@media (min-width: 400px) {
    .header-contact-form__background {
        padding: 22px 20px 8px;
        background-position: -201px -405px;
        background-size: 900px
    }
}

@media screen and (max-width: 380px) {
    .header-contact-form__background {
        padding: 25px 20px 8px
    }
}

.header-contact-form--show {
    opacity: 1;
    transform: perspective(800px) rotateY(0deg)
}

@media (min-width: 390px) {
    .header-contact-form--show {
        transform: perspective(350px) rotateX(0deg)
    }
}

.header-contact-form__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px
}

@media (min-width: 400px) {
    .header-contact-form__field {
        margin-bottom: 20px
    }
}

.header-contact-form__input {
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    height: 25px;
    border: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d
}

.header-contact-form__input::-webkit-input-placeholder {
    color: #7f7c7c
}

.header-contact-form__input::-moz-placeholder {
    color: #7f7c7c
}

.header-contact-form__input:-ms-input-placeholder {
    color: #7f7c7c
}

.header-contact-form__input:-moz-placeholder {
    color: #7f7c7c
}

.header-contact-form .btn {
    margin-top: 3px;
    margin-bottom: 7px;
    align-self: flex-end
}

@media (min-width: 400px) {
    .header-contact-form .btn {
        margin-top: 5px;
        margin-bottom: 19px
    }
}

.main-nav {
    position: relative;
    display: flex;
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 861px) {
    .main-nav {
        margin: 0 0 0 20px;
        padding: 0
    }
}

@media (min-width: 1020px) {
    .main-nav {
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (max-width: 860px) {
    .main-nav {
        padding: 0 0 0 11px
    }
}

@media screen and (max-width: 340px) {
    .main-nav {
        width: 320px;
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width: 280px) {
    .main-nav {
        width: 100%
    }
}

.main-nav__menu {
    position: absolute;
    transform: translateX(-400px);
    left: 0;
    top: 40px;
    height: 40px;
    width: 223px;
    z-index: 200;
    background: url(/dist/images/src/images/header/mob-bg.png) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: transform .4s, opacity .2s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 85% 100%, 0 100%)
}

@media (min-width: 861px) {
    .main-nav__menu {
        padding-top: 5px;
        position: static;
        display: flex;
        width: auto;
        justify-content: space-around;
        align-items: center;
        background: transparent;
        opacity: 1;
        transform: none;
        clip-path: none;
        -webkit-clip-path: none
    }
}

@media screen and (max-width: 992px) {
    .main-nav__menu {
        padding-left: 0
    }
}

@media screen and (max-width: 860px) {
    .main-nav__menu {
        height: auto
    }
}

.main-nav__menu--mobile-show {
    transform: translateX(0);
    opacity: 1;
    max-height: calc(100vh - 142px);
    min-height: auto;
    overflow: auto
}

.main-nav__menu--mobile-show .menu__link {
    border-bottom: 0;
    border-left: 3px solid transparent;
    padding: 10px 30px 8px 17px
}

.main-nav__menu--mobile-show .menu__link:active, .main-nav__menu--mobile-show .menu__link:hover {
    border-bottom: 0;
    border-left: 3px solid #27c5dc
}

.main-nav__menu--mobile-show .menu__link--active {
    border-left: 3px solid #27c5dc
}

.main-nav__menu.menu-mobile-custom {
    display: none
}

@media screen and (max-width: 860px) {
    .main-nav__menu.menu-mobile-custom {
        display: block;
        width: 290px
    }
}

.main-nav__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin-right: 27px
}

@media screen and (max-width: 860px) {
    .main-nav__lang--desktop {
        display: none
    }
}

.main-nav__lang--mob {
    display: none
}

@media screen and (max-width: 860px) {
    .main-nav__lang--mob {
        display: flex;
        margin-right: 2px;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        margin-left: auto
    }
}

.main-nav__lang-item {
    margin-left: 12px
}

.main-nav__dropdown {
    opacity: 0;
    position: absolute;
    padding: 25px 0;
    top: 40px;
    transition: opacity .3s;
    will-change: transform;
    display: none;
    max-height: calc(100vh - 142px);
    min-height: auto;
    overflow: auto;
    scrollbar-width: none
}

.main-nav__dropdown::-webkit-scrollbar {
    width: 0
}

.main-nav__dropdown--wrap {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100%
}

.main-nav__dropDownBackground {
    width: 100px;
    height: 100px;
    position: absolute;
    display: flex;
    top: 40px;
    justify-content: center;
    opacity: 0;
    background: url(/dist/images/src/images/navigation/dropdown-bg.png) no-repeat #fcfcfc;
    background-size: 600px;
    background-position: -139px -105px;
    transition: all .3s, opacity .3s, left .2s, right .2s;
    transform: perspective(350px) rotateX(-90deg);
    transform-origin: 50% 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%)
}

.main-nav__dropDownBackground--open {
    opacity: 1
}

@media (max-width: 861px) {
    .main-nav__dropDownBackground--open {
        display: none
    }
}

.dropdown__content {
    box-sizing: border-box;
    min-width: 195px;
    white-space: nowrap
}

.dropdown__header {
    padding: 8px 30px 0;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500
}

.dropdown__list {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none
}

.dropdown__list-item {
    width: 100%;
    display: inline-block
}

.dropdown__link {
    display: flex;
    box-sizing: border-box;
    min-width: 240px;
    padding: 8px 25px 8px 21px;
    font-size: 15px;
    font-weight: 500;
    border-left: 4px solid transparent;
    align-items: center
}

.dropdown__link-text {
    box-sizing: border-box;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent
}

.dropdown__link:before {
    content: "";
    display: block;
    box-sizing: border-box;
    width: 28px;
    height: 26px;
    margin-right: 8px;
    flex-shrink: 0;
    background: url(/dist/images/src/images/navigation/nav_menu_icons.svg) no-repeat;
    background-size: 400px
}

.dropdown__link--default:before {
    background-position: -104px -58px
}

.dropdown__link--story:before {
    background-position: -21px -59px
}

.dropdown__link--about:before {
    background-position: -311px -57px
}

.dropdown__link--news:before {
    background-position: -146px -58px
}

.dropdown__link--direction-design:before {
    background-position: -62px -58px
}

.dropdown__link--direction-networks:before {
    background-position: -228px -58px
}

.dropdown__link--direction-camp:before, .dropdown__link--direction-mka-kz:before, .dropdown__link--direction-rpo:before {
    background-position: -104px -58px
}

.dropdown__link--direction-mka:before {
    background-position: -353px -57px
}

.dropdown__link--blog:before {
    background-position: -186px -58px
}

.dropdown__link--event:before {
    background: url(/dist/images/src/images/academy/header/event.svg) no-repeat !important
}

.dropdown__link--webinars:before {
    background: url(/dist/images/src/images/academy/header/webinar.svg) no-repeat !important
}

.dropdown__link--active, .dropdown__link:hover {
    border-left: 4px solid #27c5dc
}

.dropdown__link--active .dropdown__link-text, .dropdown__link:hover .dropdown__link-text {
    border-bottom: 1px solid #000
}

.dropdown__link--active {
    pointer-events: none
}

.dropdown__link--active.dropdown__link--default:before, .dropdown__link:hover.dropdown__link--default:before {
    background-position: -104px -14px
}

.dropdown__link--active.dropdown__link--story:before, .dropdown__link:hover.dropdown__link--story:before {
    background-position: -21px -15px
}

.dropdown__link--active.dropdown__link--about:before, .dropdown__link:hover.dropdown__link--about:before {
    background-position: -311px -13px
}

.dropdown__link--active.dropdown__link--news:before, .dropdown__link:hover.dropdown__link--news:before {
    background-position: -146px -14px
}

.dropdown__link--active.dropdown__link--direction-design:before, .dropdown__link:hover.dropdown__link--direction-design:before {
    background-position: -62px -14px
}

.dropdown__link--active.dropdown__link--direction-networks:before, .dropdown__link:hover.dropdown__link--direction-networks:before {
    background-position: -228px -14px
}

.dropdown__link--active.dropdown__link--direction-camp:before, .dropdown__link--active.dropdown__link--direction-corporate:before, .dropdown__link--active.dropdown__link--direction-individual:before, .dropdown__link--active.dropdown__link--direction-mka-kz:before, .dropdown__link--active.dropdown__link--direction-rpo:before, .dropdown__link--active.dropdown__link--direction-year-java:before, .dropdown__link--active.dropdown__link--direction-year-marketing:before, .dropdown__link--active.dropdown__link--direction-year-php:before, .dropdown__link--active.dropdown__link--direction-year-python:before, .dropdown__link--active.dropdown__link--direction-year-qa:before, .dropdown__link--active.dropdown__link--direction-year-web:before, .dropdown__link:hover.dropdown__link--direction-camp:before, .dropdown__link:hover.dropdown__link--direction-corporate:before, .dropdown__link:hover.dropdown__link--direction-individual:before, .dropdown__link:hover.dropdown__link--direction-mka-kz:before, .dropdown__link:hover.dropdown__link--direction-rpo:before, .dropdown__link:hover.dropdown__link--direction-year-java:before, .dropdown__link:hover.dropdown__link--direction-year-marketing:before, .dropdown__link:hover.dropdown__link--direction-year-php:before, .dropdown__link:hover.dropdown__link--direction-year-python:before, .dropdown__link:hover.dropdown__link--direction-year-qa:before, .dropdown__link:hover.dropdown__link--direction-year-web:before {
    background-position: -104px -14px
}

.dropdown__link--active.dropdown__link--direction-mka:before, .dropdown__link:hover.dropdown__link--direction-mka:before {
    background-position: -353px -13px
}

.dropdown__link--active.dropdown__link--kani:before, .dropdown__link:hover.dropdown__link--kani:before {
    background-position: -269px -15px
}

.dropdown__link--active.dropdown__link--blog:before, .dropdown__link:hover.dropdown__link--blog:before {
    background-position: -186px -14px
}

.dropdown__link--active.dropdown__link--event:before, .dropdown__link:hover.dropdown__link--event:before {
    background: url(/dist/images/src/images/academy/header/event-hover.svg) no-repeat !important
}

.dropdown__link--active.dropdown__link--webinars:before, .dropdown__link:hover.dropdown__link--webinars:before {
    background: url(/dist/images/src/images/academy/header/webinar-hover.svg) no-repeat !important
}

.dropdown__separator {
    width: 100%;
    padding: 15px 25px 15px 28px
}

.dropdown__separator:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border: 1px solid #c1c1c1
}

.trigger-enter .main-nav__dropdown {
    display: flex
}

.trigger-enter-active .main-nav__dropdown {
    opacity: 1
}

@media (max-width: 861px) {
    .trigger-enter-active .main-nav__dropdown {
        display: none
    }
}

.menu {
    list-style-type: none
}

@media (min-width: 861px) {
    .menu__item + .menu__item {
        margin-top: 0;
        padding-right: 12px
    }
}

.menu__item {
    position: relative
}

@media (min-width: 861px) {
    .menu__item {
        height: 100%;
        padding-right: 12px
    }
}

@media screen and (max-width: 860px) {
    .menu__item--hiddenMob {
        display: none
    }
}

@media (min-width: 861px) {
    .menu__item--hiddenPc {
        display: none
    }
}

.menu__item--lang--active, .menu__item--lang:hover {
    color: #000
}

.menu__link {
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid transparent;
    font-family: SFUIDisplay, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    transition: border .4s;
    padding: 0
}

@media (min-width: 861px) {
    .menu__link {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 1px
    }
}

.menu__link--active, .menu__link:hover {
    border-bottom: 3px solid #27c5dc
}

.menu__link--active.custom-child-mobile-link {
    border-bottom: none
}

.menu__link--lang-active {
    color: #000 !important;
    border-bottom: 3px solid #27c5dc
}

.menu__link--lang {
    color: #959595;
    font-size: 15px;
    line-height: 18px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.menu__link--lang:hover {
    color: #000
}

@media screen and (max-width: 860px) {
    .menu__link--hiddenMob {
        display: none
    }
}

@media (min-width: 861px) {
    .menu__link--hiddenPc {
        display: none
    }
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 8px 9px;
    background-color: transparent
}

@media (min-width: 861px) {
    .menu-toggle {
        display: none
    }
}

.menu-toggle__line {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff
}

.menu-toggle__line + .menu-toggle__line {
    margin-top: 5px
}

.menu-toggle--active .menu-toggle__line {
    background-color: #27c5dc
}

.lang {
    position: relative;
    max-width: 120px;
    min-width: 65px;
    width: 8%;
    text-align: center;
    padding-right: 5px;
    border-left: 1px solid #000
}

.lang:before {
    top: 0
}

.lang:after, .lang:before {
    content: " ";
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #f9f9f9;
    left: -2px
}

.lang:after {
    bottom: 0
}

.lang__selected {
    padding-right: 6px;
    line-height: 65px;
    position: relative
}

.lang__item {
    padding: 0 55px 0 40px
}

.lang__selected-icon {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: -3px;
    width: 10px;
    height: 10px;
    background-image: url(/dist/images/src/images/navigation/arrow_dropdwn.svg);
    background-repeat: no-repeat;
    right: calc(50% - 25px)
}

.lang__list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #f9f9f9
}

.lang-menu__select, .lang__list {
    display: none
}

@media screen and (max-width: 860px) {
    .lang-menu__select {
        display: block;
        font-size: 15px;
        background-color: transparent;
        width: 35px;
        height: 35px;
        padding: 10px 6px 8px;
        text-align: center;
        border: none;
        border-bottom: 3px solid #27c5dc;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        letter-spacing: .15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        z-index: 20000;
        right: 176px
    }
}

@media screen and (max-width: 280px) {
    .lang-menu__select {
        position: absolute;
        left: 67px
    }
}

.lang-menu__select-hub {
    display: block;
    margin-left: auto;
    margin-right: 20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #27c5dc;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lang-menu__option, .lang-menu__select-hub {
    width: 35px;
    height: 35px;
    padding: 10px 6px 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .15px
}

.lang-menu__option {
    font-size: 13px;
    border: none;
    margin-right: 5px;
    color: #212529
}

.logo {
    margin-right: 25px;
    margin-top: 2px;
    margin-bottom: 18px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 480px) {
    .logo {
        margin-right: 13px
    }
}

.logo__link {
    display: inline-block;
    width: 68px;
    height: 71px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important
}

.logo__link--md_MD, .logo__link--ru {
    background: url(/dist/images/src/images/logo/step_logo_rus.svg) no-repeat
}

.logo__link--en {
    background: url(/dist/images/src/images/logo/step_logo_eng.svg) no-repeat
}

.logo__link img {
    border: none
}

.logo__img {
    width: 68px;
    height: 71px;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 280px) {
    .logo__img {
        width: 1px;
        height: 54px
    }
}

.right-menu {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.right-menu__countries {
    min-width: 200px;
    height: 100%;
    background-color: #2b2b2b;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px
}

.right-menu__countries:after {
    content: "";
    position: absolute;
    right: 14px;
    width: 8px;
    height: 4px;
    border-top: 4px solid #26bed5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

@media screen and (max-width: 860px) {
    .right-menu__countries {
        min-width: 178px
    }
}

.right-menu__countries:hover {
    cursor: pointer
}

.right-menu__countries--header {
    min-width: 166px;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 500;
    padding: 0 28px 0 16px;
    font-size: 14px;
    text-align: center
}

@media screen and (max-width: 860px) {
    .right-menu__countries--header {
        width: 164px
    }
}

.right-menu__countries--arrow {
    position: absolute;
    width: 20px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: left;
    line-height: 40px;
    font-size: 9px;
    color: #27c5dc
}

@media screen and (max-width: 860px) {
    .right-menu__countries--arrow {
        width: 15px
    }
}

.right-menu__block {
    position: absolute;
    width: unset;
    max-height: 66vh;
    right: 0;
    top: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    background-size: cover;
    transform-origin: 100% 0;
    transform: perspective(800px) rotateX(-90deg);
    transition: transform .3s, opacity .3s;
    opacity: 0;
    z-index: 300
}

.right-menu__block--active {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg)
}

@media (min-width: 390px) {
    .right-menu__block--active {
        transform: perspective(350px) rotateX(0deg)
    }
}

@media screen and (max-width: 860px) {
    .right-menu__block {
        width: 292px;
        max-height: 70vh;
        background-color: #959595;
        top: 40px;
        right: 0
    }
}

.right-menu__active-country-mob {
    display: none
}

@media screen and (max-width: 860px) {
    .right-menu__active-country-mob {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #7f7c7c;
        padding: 17px;
        font-size: 16px;
        font-weight: 500
    }
}

.right-menu__choice-town {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #cdcbcb;
    display: flex;
    flex-shrink: 10
}

.right-menu__choice-town::-webkit-scrollbar {
    width: 0
}

.right-menu__choice-town-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.right-menu__choice-town:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url(/dist/images/src/images/header/menu-countries-bg.png);
    z-index: -1;
    opacity: .7
}

@media screen and (max-width: 860px) {
    .right-menu__choice-town:before {
        display: none
    }
}

@media screen and (max-width: 860px) {
    .right-menu__choice-town {
        padding: 15px 0;
        border-bottom: none;
        overflow-y: scroll;
        flex-shrink: 10
    }

    .right-menu__choice-town::-webkit-scrollbar {
        width: 12px;
        background-color: #908f8f
    }

    .right-menu__choice-town::-webkit-scrollbar-thumb {
        width: 12px;
        background-color: #27c5dc
    }
}

.right-menu__choice-town--item {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    width: 200px;
    text-align: left;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center
}

.right-menu__choice-town--item:active, .right-menu__choice-town--item:hover {
    border-left: 3px solid #27c5dc;
    padding-left: 27px;
    cursor: pointer
}

.right-menu__choice-town--item:active .town-name, .right-menu__choice-town--item:hover .town-name {
    border-bottom: 1px solid
}

@media screen and (max-width: 1440px) {
    .right-menu__choice-town--item {
        height: 28px;
        font-size: 14px
    }
}

@media screen and (max-width: 860px) {
    .right-menu__choice-town--item {
        padding-left: 17px;
        font-size: 12px;
        width: 135px;
        height: 25px;
        color: #fff
    }

    .right-menu__choice-town--item:active, .right-menu__choice-town--item:hover {
        border-left: none;
        padding-left: 17px;
        color: #000
    }

    .right-menu__choice-town--item:active .town-name, .right-menu__choice-town--item:hover .town-name {
        border-bottom: 1px solid
    }
}

.right-menu__choice-town .country-name, .right-menu__choice-town .town-name {
    display: inline-block
}

.right-menu__choice-country {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 860px) {
    .right-menu__choice-country {
        position: relative;
        padding: 15px 0;
        flex-grow: 10
    }

    .right-menu__choice-country:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background-image: url(/dist/images/src/images/header/nav-mob-bg.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-color: #7e7b7b;
        z-index: -1
    }
}

.right-menu__choice-country::-webkit-scrollbar {
    width: 0
}

.right-menu__choice-country--item {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    width: 106px;
    text-align: left;
    box-sizing: border-box;
    color: #bbb;
    height: 20px;
    display: flex;
    align-items: center
}

.right-menu__choice-country--item:active, .right-menu__choice-country--item:hover {
    color: #000;
    cursor: pointer
}

.right-menu__choice-country--item:active .country-name, .right-menu__choice-country--item:hover .country-name {
    border-bottom: 1px solid
}

@media screen and (max-width: 860px) {
    .right-menu__choice-country--item {
        padding-left: 17px;
        font-size: 12px;
        width: 135px
    }

    .right-menu__choice-country--item:active, .right-menu__choice-country--item:hover {
        border-left: none;
        padding-left: 17px;
        color: #000
    }

    .right-menu__choice-country--item:active .country-name, .right-menu__choice-country--item:hover .country-name {
        border-bottom: 1px solid
    }
}

@media screen and (max-width: 860px) {
    .hce_mobile {
        position: relative;
        padding: 7px 0;
        top: 2px;
        cursor: pointer
    }

    .item__hce--text {
        color: #fff;
        position: relative;
        left: 20px
    }

    .item__hce--text:before {
        display: none
    }
}

.active_country .country-name {
    color: #000;
    border-bottom: 1px solid
}

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

.right-menu__online-pay {
    position: relative;
    padding-right: 12px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px
}

.right-menu__online-pay:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: #27c5dc
}

@media screen and (max-width: 992px) {
    .right-menu__online-pay {
        width: 140px;
        height: 55px;
        line-height: 18px
    }
}

@media screen and (max-width: 860px) {
    .right-menu__online-pay {
        display: none
    }
}

.color_off {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 1s
}

.color_off:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.accordeon {
    display: none
}

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

.mobile-list-about, .mobile-list-adult-education, .mobile-list-children_education, .mobile-list-event, .mobile-list-intensive_education, .mobile-list-other-education {
    display: none;
    opacity: 0;
    transition: all .2s
}

.mobile-list-about.active-accordeon-item, .mobile-list-adult-education.active-accordeon-item, .mobile-list-children_education.active-accordeon-item, .mobile-list-event.active-accordeon-item, .mobile-list-intensive_education.active-accordeon-item, .mobile-list-other-education.active-accordeon-item {
    display: block;
    opacity: 1
}

@media screen and (max-width: 860px) {
    .main-nav__menu--mobile-show {
        width: 265px
    }
}

.arrow-drop {
    color: #e0dcdc;
    float: right;
    position: relative;
    right: -12px;
    top: 3px;
    height: 3px;
    font-size: 12px;
    transform: scaleX(1.4)
}

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

.custom-mail-dropdown-href .drop-triangle {
    float: right
}

.custom-children-link {
    display: none
}

.show-custom-list {
    display: block
}

.custom-child-mobile-link {
    color: #000;
    position: relative
}

@media screen and (max-width: 860px) {
    .normal-wrap-link {
        word-wrap: break-word
    }
}

.phone-ivalid-message {
    position: relative;
    text-align: center;
    color: #ec0101;
    font-weight: 500;
    display: none;
    top: 3px
}

.dropbtn, .dropbtn-nonClickable {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 25px;
    font-weight: 300;
    cursor: pointer;
    line-height: 1.899;
    width: fit-content;
    height: 28px;
    padding-left: 20px;
    padding-right: 27px;
    position: relative
}

@media screen and (max-width: 860px) {
    .dropbtn, .dropbtn-nonClickable {
        font-size: 16px;
        font-weight: 300;
        padding-left: 24px
    }
}

@media screen and (max-width: 360px) {
    .dropbtn, .dropbtn-nonClickable {
        padding-left: 17px
    }
}

@media screen and (max-width: 320px) {
    .dropbtn, .dropbtn-nonClickable {
        padding-left: 0
    }
}

.dropbtn-nonClickable:after, .dropbtn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 19px;
    height: 10px;
    border-top: 10px solid #26bed5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

@media screen and (max-width: 860px) {
    .dropbtn-nonClickable:after, .dropbtn:after {
        right: 9px;
        top: 13px;
        width: 8px;
        height: 5px;
        border-top: 5px solid #26bed5;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent
    }
}

.dropdown-phone {
    position: relative;
    display: block
}

.phone-dropdown-content {
    position: absolute;
    display: inline-flex;
    writing-mode: vertical-rl;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 728px;
    height: max-content;
    max-width: 876px;
    background-color: #f9f9f9;
    z-index: 1;
    top: 76px;
    right: 0;
    padding: 0;
    transform-origin: 50% 0;
    transform: perspective(350px) rotateX(-90deg);
    transition: transform .3s linear, opacity .3s linear;
    opacity: 0
}

@media screen and (max-width: 1024px) {
    .phone-dropdown-content {
        max-height: 591px
    }
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content {
        top: 94px;
        writing-mode: horizontal-tb;
        max-height: calc(100vh - 142px);
        overflow: scroll;
        max-width: fit-content
    }
}

@media screen and (max-width: 320px) {
    .phone-dropdown-content {
        top: 82px
    }
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content::-webkit-scrollbar {
        width: 3px;
        background-color: transparent
    }
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content::-webkit-scrollbar-thumb {
        width: 3px;
        background-color: #27c5dc
    }
}

.phone-dropdown-content__wrap {
    margin-bottom: 20px;
    height: fit-content;
    writing-mode: horizontal-tb;
    width: 292px
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content__wrap {
        width: 207px
    }
}

@media screen and (max-width: 480px) {
    .phone-dropdown-content__wrap {
        margin-bottom: 10px
    }
}

.phone-dropdown-content__address {
    position: relative;
    background-color: #e7e7e7;
    width: 100%;
    height: auto;
    padding: 11.5px 20px;
    margin-top: 0;
    cursor: default
}

.phone-dropdown-content__address, .phone-dropdown-content__address--text {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500
}

.phone-dropdown-content__address--text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 15px
}

.phone-dropdown-content__address:first-of-type {
    margin-top: 0
}

.phone-dropdown-content__address:before {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-top-color: #e7e7e7;
    bottom: -14px;
    left: 20px
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content__address {
        font-size: 12px;
        font-weight: 300
    }
}

.phone-dropdown-content__wrap > p {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
    margin-top: 16px;
    font-size: 15px;
    max-width: fit-content;
    padding: 0 20px;
    cursor: default
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content__wrap > p {
        font-size: 12px;
        font-weight: 300
    }
}

@media screen and (max-width: 480px) {
    .phone-dropdown-content__wrap > p {
        margin-top: 6px
    }
}

.phone-dropdown-content__wrap > a {
    margin-top: 5px;
    font-size: 25px;
    padding: 0 20px
}

@media screen and (max-width: 860px) {
    .phone-dropdown-content__wrap > a {
        font-weight: 300;
        font-size: 16px
    }
}

.show-phones {
    display: flex
}

.opacity-transition {
    opacity: 1;
    transform: perspective(800px) rotateY(0deg)
}

.opacity-remove {
    transform: perspective(350px) rotateX(-90deg);
    transition: transform .3s linear, opacity .3s linear;
    opacity: 0
}

.main-phone, .main-phone--withDropDown, .main-phone-new, .main-phone-new--withDropDown {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 300;
    height: 28px;
    justify-content: flex-end;
    line-height: 1.899;
    outline: none;
    padding-left: 20px;
    padding-right: 33px;
    position: relative;
    width: fit-content;
    margin-bottom: 10px
}

@media screen and (max-width: 860px) {
    .main-phone, .main-phone--withDropDown, .main-phone-new, .main-phone-new--withDropDown {
        font-size: 16px;
        font-weight: 300;
        padding-left: 24px
    }
}

.main-phone--withDropDown, .main-phone-new--withDropDown {
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap
}

.main-phone-new {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .015em;
    color: #fff;
    padding: 10px 0
}

.hub-link {
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    color: #27c5dc;
    width: auto;
    height: auto;
    padding-left: 0
}

@media screen and (max-width: 860px) {
    .hub-link {
        font-size: 12px;
        padding: 0 17px;
        text-align: center;
        width: 100%
    }
}

.mobile-show {
    display: none
}

@media screen and (max-width: 860px) {
    .mobile-show {
        display: inline-block
    }
}

.desktop-show {
    display: inline-block
}

@media screen and (max-width: 860px) {
    .desktop-show {
        display: none
    }
}

.header-new__transparent {
    height: 100vh;
    width: 99vw;
    z-index: 9999;
    display: none;
    position: absolute;
    top: 0
}

.header-oae .lang_list--mob {
    display: none
}

@media screen and (max-width: 1024px) {
    .header-oae .lang_list--mob {
        display: flex;
        padding: 0 !important
    }
}

@media screen and (max-width: 1024px) {
    .header-oae .menu__link--lang {
        color: #fff !important
    }
}

.header-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1004;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 2px;
    border-bottom: 1.5px solid #bfbfc7;
}

@media screen and (max-width: 1024px) {
    .header-new {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        position: fixed;
        min-height: 60px !important
    }

    .header-new .header-new__mob-menu {
        height: 60px
    }
}

.header-new__hide {
    transform: translateY(-80px)
}

.header-new .menu__item--hiddenPc {
    display: none
}

.header-new .header__wrap-top {
    position: relative;
    transition: all .3s ease;
    width: 100%;
    background: #222
}

.header-new .header__wrap-top.out {
    transform: translateY(-100%)
}

@media screen and (max-width: 1024px) {
    .header-new .menu__link--hiddenMob {
        display: none !important
    }
}

.header-new .menu__link--hiddenPc {
    display: none !important
}

@media screen and (max-width: 1024px) {
    .header-new .menu__link--hiddenPc {
        display: flex !important
    }
}

.header-new .header__wrap {
    height: 60px;
    display: flex;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1280px) {
    .header-new .header__wrap {
        padding: 0 20px 0 0
    }
}

@media screen and (max-width: 1024px) {
    .header-new .header__wrap {
        display: none
    }
}

@media screen and (max-width: 1400px) {
    .header-new .header__wrap {
        max-width: 1333px
    }
}

.header-new .header__wrap-mob {
    display: none
}

@media screen and (max-width: 1024px) {
    .header-new .header__wrap-mob {
        padding: 0 16px 0 0;
        display: flex
    }

    .header-new .header__wrap-mob .mob-logo {
        position: absolute;
        left: 16px;
        width: 70px;
        height: 80px
    }

    .header-new .header__wrap-mob .mob-logo a {
        width: 70px;
        height: 80px
    }
}

@media screen and (min-width: 768px) {
    .header-new .header__wrap-mob .mob-logo {
        left: 36px
    }
}

@media screen and (min-width: 992px) {
    .header-new .header__wrap-mob .mob-logo {
        left: 29px
    }
}

.header-new .header__wrap-mob .header-new__content-mob .countries-mob:after {
    display: none
}

@media screen and (max-width: 1024px) {
    .header-new .header__wrap .header-new__content-mob {
        padding: 17px 16px 32px
    }
}

.header-new .header-new__content-mob .new-menu__item {
    margin-left: 0;
    width: 100%;
    z-index: 10;
    height: auto
}

.header-new .header-new__content-mob .new-menu__link:after {
    display: none
}

.header-new .header-new__content-mob .right-menu__countries:after {
    top: 13px
}

.header-new .header-new__content-mob .new-menu__link_live {
    background: hsla(0, 100%, 80%, .5)
}

.header-new .header__logo {
    width: 71px;
    height: 80px;
    border-radius: 0 0 5px 5px;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    position: relative;
    top: 10px;
    left: -2px
}

@media screen and (min-width: 1024px) {
    .header-new .header__logo {
        left: 23px;
        margin-right: 47px
    }
}

@media screen and (min-width: 1400px) {
    .header-new .header__logo {
        left: -2px;
        margin-right: 52px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .header__logo {
        top: 0;
        z-index: -1
    }
}

.header-new .header__logo .logo__link {
    height: 80px;
    width: 71px
}

.header-new .logo__img, .header-new .logo__link--ru {
    width: 220%;
    height: 220%;
    object-fit: contain;
    margin-bottom: 15px;
}

.header-new__content {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 0 1 66%;
    justify-content: flex-start
}

@media screen and (max-width: 1280px) {
    .header-new__content {
        flex: auto;
        justify-content: flex-start;
        flex-grow: 1
    }
}

.header-new__content-cloud {
    flex: 0 1 62%
}

@media screen and (max-width: 1280px) {
    .header-new__content-cloud {
        flex-grow: 1
    }
}

.header-new__content-mob {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 130px 16px 32px;
    width: 100vw;
    max-height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    z-index: -1;
    flex-direction: column;
    opacity: 0
}

@media screen and (max-width: 1024px) {
    .header-new__content-mob {
        width: 100%;
        padding: 19px 16px 32px;
        align-items: center;
        height: auto;
        top: auto
    }
}

@media screen and (max-width: 680px) {
    .header-new__content-mob {
        overflow-y: visible;
        height: 100vh
    }
}

.header-new .opacityMenu {
    transition: transform 1s, opacity 1s;
    opacity: 1
}

.header-new .mobile-list-about {
    display: none;
    opacity: 0
}

@media screen and (max-width: 1024px) {
    .header-new .mobile-list-about {
        width: 100%;
        border-bottom: 1px solid rgba(29, 29, 31, .15)
    }
}

.header-new .dropbtn-phones {
    width: auto;
    padding: 0 0 0 18px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background-color: transparent;
    font-weight: 400;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center
}

@media screen and (min-width: 1025px) {
    .header-new .dropbtn-phones {
        color: #fff !important
    }
}

@media screen and (max-width: 1280px) {
    .header-new .dropbtn-phones {
        padding: 0 0 0 16px
    }
}

@media screen and (max-width: 1100px) {
    .header-new .dropbtn-phones {
        font-size: 11px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .dropbtn-phones {
        position: absolute;
        left: 0;
        border-radius: 0;
        color: #1d1d1f;
        padding: 0 24px 0 0;
        display: flex;
        align-items: center;
        order: 2;
        font-size: 12px
    }
}

.header-new .dropbtn-phones:after {
    background: url(/dist/images/src/images/courses-adult/design-new/icons/arrow-down.svg) no-repeat !important;
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    width: 15px;
    height: 8px;
    transform: translateY(-50%)
}

@media screen and (max-width: 1280px) {
    .header-new .dropbtn-phones:after {
        display: none
    }
}

.header-new .dropbtn-phones span {
    padding: 5px 24px 5px 8px;
    background: #3963ff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px
}

@media screen and (max-width: 1280px) {
    .header-new .dropbtn-phones span {
        display: none
    }
}

.header-new .dropbtn-phones img {
    display: none
}

@media screen and (max-width: 1280px) {
    .header-new .dropbtn-phones img {
        display: block
    }
}

.header-new .right-menu__countries {
    width: auto;
    padding: 10px 0;
    line-height: 14px;
    background-color: transparent;
    justify-content: flex-start;
    color: #3963ff;
    font-weight: 500;
    min-width: fit-content;
    height: auto;
    position: absolute;
    left: 0;
    font-size: 16px;
    margin-left: 0;
    margin-right: 16px
}

@media screen and (min-width: 1025px) {
    .header-new .right-menu__countries {
        color: #fff !important
    }

    .header-new .right-menu__countries:after {
        background: url(/dist/images/src/images/courses-adult/design-new/icons/arrow-down.svg) no-repeat !important;
        width: 14px;
        height: 7px;
        margin-left: 9px;
        content: "";
        position: absolute;
        right: -19px
    }

    .header-new .right-menu__countries:before {
        content: "";
        width: calc(100% + 26px);
        height: 65px;
        position: absolute;
        top: 0;
        right: -15px
    }

    .header-new .right-menu__countries:hover {
        color: hsla(0, 0%, 100%, .5) !important
    }

    .header-new .right-menu__countries:hover:after {
        opacity: .5
    }
}

@media screen and (min-width: 510px) {
    .header-new .right-menu__countries {
        position: absolute;
        left: 0;
        font-size: 16px;
        background-color: transparent;
        margin-left: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 1025px) {
    .header-new .right-menu__countries {
        width: auto;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        color: #fff;
        justify-content: flex-end;
        position: relative;
        display: flex
    }
}

.header-new .right-menu__countries {
    cursor: pointer
}

@media screen and (max-width: 1280px) {
    .header-new .right-menu__countries {
        margin-left: 10px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .right-menu__countries {
        margin-left: 0
    }
}

.header-new .main-nav__lang {
    margin-left: 4px;
    margin-right: 0;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    position: relative
}

@media screen and (max-width: 1024px) {
    .header-new .main-nav__lang {
        flex-direction: row;
        padding-top: 10px;
        flex-wrap: wrap;
        row-gap: 6px
    }
}

.header-new .main-nav__lang .main-nav__lang-item {
    margin-left: 15px
}

@media screen and (max-width: 1280px) {
    .header-new .main-nav__lang .main-nav__lang-item:last-of-type .menu__link {
        margin: 0
    }
}

.header-new .lang_list .menu__item--lang {
    list-style: none
}

@media screen and (min-width: 1024px) {
    .header-new .lang_visible {
        color: #fff !important
    }

    .header-new .lang_visible:after {
        background: url(/dist/images/src/images/courses-adult/design-new/icons/arrow-down.svg) no-repeat !important;
        width: 14px;
        height: 7px;
        margin-left: 0;
        content: "";
        position: absolute;
        right: 0
    }

    .header-new .lang_visible:hover {
        color: hsla(0, 0%, 100%, .5) !important
    }

    .header-new .lang_visible:hover:after {
        opacity: .5
    }

    .header-new .lang_visible:hover .menu__link--lang-active, .header-new .lang_visible:hover .menu__link--lang-active:hover {
        color: hsla(0, 0%, 100%, .5) !important
    }

    .header-new .lang_visible:hover .menu__link--lang-active:hover:before {
        background-image: url(/dist/images/src/images/academy/menu/planet_active.svg) !important
    }
}

.header-new .lang_visible:hover {
    cursor: pointer
}

.header-new .lang_list__hidden {
    position: absolute;
    top: 65px;
    right: 0;
    display: none;
    background: #fff
}

.header-new .lang_list__hidden:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #fff
}

.header-new .lang_list__hidden:after {
    content: "";
    width: 120%;
    height: 40px;
    position: absolute;
    top: -35px
}

.header-new .lang_list__hidden .main-nav__lang-item {
    margin-left: 9px !important;
    margin-right: 9px;
    list-style: none
}

.header-new .lang_list__hidden .menu__link--lang {
    color: #000
}

.header-new .country-menu__block {
    display: none;
    opacity: 0;
    position: absolute;
    top: 65px;
    right: -105px;
    background-color: #fff;
    padding: 24px;
    border-bottom: 1px solid #e1e3e7;
    transition: .5s;
    z-index: 10001;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    width: auto;
    min-width: 405px
}

@media screen and (max-width: 1024px) {
    .header-new .country-menu__block {
        transition: opacity .5s;
        opacity: 0;
        position: relative;
        left: 0;
        top: auto;
        display: none;
        padding: 0;
        order: 1;
        min-width: 295px
    }
}

.header-new .country-menu__block:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 83px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #fff
}

.header-new .country-menu__block--single {
    right: -16px !important
}

.header-new .country-menu__block--single:before {
    right: 21px !important
}

.header-new .country-menu__active-country {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1d1d1f
}

.header-new .country-menu__choice-town {
    padding: 24px
}

@media screen and (min-width: 1025px) {
    .header-new .country-menu__choice-town {
        padding: 19px 0 0
    }
}

@media screen and (max-width: 1024px) {
    .header-new .country-menu__choice-town {
        height: 100%;
        max-height: 100%;
        overflow: scroll
    }
}

.header-new .country-menu__online-content {
    padding: 20px 0 0;
    margin-top: 3px;
    border-top: 1px solid #c7c7c8;
    display: grid;
    grid-template-columns:repeat(4, 120px);
    grid-row-gap: 16px;
    grid-column-gap: 35px
}

@media screen and (max-width: 1024px) {
    .header-new .country-menu__online-content {
        padding: 16px 0 12px;
        grid-template-columns:repeat(4, 1fr)
    }
}

@media screen and (max-width: 540px) {
    .header-new .country-menu__online-content {
        grid-column-gap: 24px;
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 480px) {
    .header-new .country-menu__online-content {
        grid-template-columns:repeat(2, 1fr)
    }
}

.header-new .country-menu__town-content {
    width: 100%;
    column-count: 4;
    column-gap: 35px
}

@media screen and (max-width: 1024px) {
    .header-new .country-menu__town-content {
        padding-top: 16px
    }
}

@media screen and (max-width: 540px) {
    .header-new .country-menu__town-content {
        column-count: 3;
        column-gap: 24px
    }
}

@media screen and (max-width: 480px) {
    .header-new .country-menu__town-content {
        column-count: 2
    }
}

.header-new .country-menu__choice-country {
    padding: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #3963ff;
    border-bottom: 1px solid #c7c7c8;
    gap: 20px
}

@media screen and (max-width: 1024px) {
    .header-new .country-menu__choice-country {
        padding: 16px 0 12px
    }
}

.header-new .country-menu__town-item {
    color: #1d1d1f;
    font-size: 14px;
    line-height: 17px;
    width: 120px;
    margin-bottom: 16px
}

.header-new .country-menu__country-item {
    font-size: 14px;
    line-height: 17px;
    color: #3963ff
}

.header-new .display-country {
    transition: transform 1s, opacity 1s;
    opacity: 1;
    display: block;
    height: auto;
    overflow: auto
}

@media screen and (max-width: 1024px) {
    .header-new .display-country {
        align-self: flex-start
    }
}

.header-new .header-contact__phone-lang {
    min-height: auto
}

.header-new .header-contact__phone {
    position: relative
}

.header-new .phone-content_bg {
    max-width: 450px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 0;
    position: relative;
    top: 40px;
    right: 0
}

.header-new .phone-content_bg:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 31px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #fff
}

.header-new .phone-content_bg-wrap {
    max-height: 70vh;
    height: fit-content;
    padding: 22px 24px 63px;
    background: #fff;
    position: relative
}

.header-new .phone-content_bg-wrap_scroll {
    overflow-y: scroll;
    overflow-x: hidden
}

.header-new .phone-content {
    transition: 1s;
    opacity: 0;
    display: none;
    position: absolute;
    top: 20px;
    right: 0
}

.header-new .phone-content__container {
    width: 400px
}

.header-new .phone-content__address {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 22px;
    letter-spacing: .01em;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px
}

.header-new .phone-content__address:hover {
    max-height: max-content;
    height: auto !important;
    display: block
}

.header-new .phone-content__item {
    max-width: 185px
}

.header-new .phone-content__address-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100%
}

.header-new .phone-content__address-item {
    margin-bottom: 26px
}

.header-new .phone-content__address-item p {
    width: 100% !important
}

.header-new .phone-content p {
    margin-bottom: 14px;
    width: max-content;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 17px;
    text-transform: uppercase;
    color: #a4a4a4
}

@media screen and (max-width: 1440px) {
    .header-new .phone-content p {
        font-size: 16px
    }
}

.header-new .phone-content a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    width: 180px;
    display: flex;
    margin-bottom: 16px
}

@media screen and (max-width: 1440px) {
    .header-new .phone-content a {
        font-size: 16px
    }
}

.header-new .phone-content a:last-of-type {
    margin-bottom: 0
}

.header-new .phone-content__btn-wrap {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cfcece;
    padding: 12px 24px
}

.header-new .phone-content__btn-text {
    letter-spacing: .01em;
    color: #1d1d1f;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center
}

.header-new .phone-content__btn {
    padding: 10px 21px 10px 42px;
    display: table;
    background-image: url(/dist/images/src/images/icons/phone.svg);
    background-repeat: no-repeat;
    background-position: 7px;
    font-size: 12px;
    line-height: 15px;
    position: static;
    white-space: nowrap;
    z-index: 1;
    font-weight: 600;
    margin: 0 auto
}

.header-new .phone-content__btn:hover {
    transform: scale(1.05) !important
}

.header-new__mob-menu {
    display: none;
    outline: none;
    border: none;
    background-color: transparent;
    padding-left: 0;
    width: 24px
}

@media screen and (min-width: 768px) {
    .header-new__mob-menu {
        margin-right: 16px
    }
}

@media screen and (min-width: 992px) {
    .header-new__mob-menu {
        margin-right: 7px
    }
}

@media screen and (max-width: 1024px) {
    .header-new__mob-menu {
        display: block;
        height: 62px;
        width: 31px
    }
}

.header-new__mob-menu .bar1, .header-new__mob-menu .bar2, .header-new__mob-menu .bar3 {
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    border-radius: 0;
    display: block
}

.header-new__mob-menu .bar1 {
    margin-top: 0
}

.header-new__mob-menu .bar3 {
    margin-bottom: 3px
}

.header-new__mob-menu.change > .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 18.7px);
    transform: rotate(-45deg) translate(-4px, 18.7px);
    background-color: #3963ff !important;
    width: 14px
}

@media screen and (min-width: 768px) {
    .header-new__mob-menu.change > .bar1 {
        -webkit-transform: rotate(-45deg) translate(9.5px, 28px);
        transform: rotate(-45deg) translate(9.5px, 28px)
    }
}

@media screen and (min-width: 992px) {
    .header-new__mob-menu.change > .bar1 {
        -webkit-transform: rotate(-45deg) translate(2.8px, 23.2px);
        transform: rotate(-45deg) translate(2.8px, 23.2px)
    }
}

.header-new__mob-menu.change > .bar2 {
    opacity: 0 !important;
    background-color: #fff !important
}

.header-new__mob-menu.change > .bar3 {
    -webkit-transform: rotate(45deg) translate(9.2px, -5px);
    transform: rotate(45deg) translate(9.7px, -5px);
    background-color: #3963ff !important;
    width: 14px
}

@media screen and (min-width: 768px) {
    .header-new__mob-menu.change > .bar3 {
        -webkit-transform: rotate(45deg) translate(19px, -18.5px);
        transform: rotate(45deg) translate(19px, -18.5px)
    }
}

@media screen and (min-width: 992px) {
    .header-new__mob-menu.change > .bar3 {
        -webkit-transform: rotate(45deg) translate(14px, -11.5px);
        transform: rotate(45deg) translate(14px, -11.5px)
    }
}

.header-new .main-nav {
    position: static;
    height: 100%;
    margin: 0;
    justify-content: flex-start;
    flex-grow: 1
}

@media screen and (max-width: 1150px) {
    .header-new .main-nav {
        max-width: 100%
    }
}

@media screen and (min-width: 1160px) {
    .header-new .main-nav {
        margin-left: 0
    }
}

.header-new .main-nav__menu {
    padding-left: 0;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .header-new .main-nav__menu {
        flex-direction: column;
        align-items: flex-start;
        background: none;
        position: relative;
        transform: none;
        opacity: 1;
        transition: none;
        clip-path: none;
        width: 100%;
        padding: 0;
        top: auto;
        height: min-content
    }
}

.header-new .main-nav__lang-item {
    margin-left: 10px
}

@media screen and (min-width: 1024px) {
    .header-new .main-nav__lang-item {
        margin-left: 8px
    }
}

@media screen and (min-width: 1400px) {
    .header-new .main-nav__lang-item {
        margin-left: 13px !important
    }
}

.header-new .header-contact {
    margin-right: 0;
    height: 100%
}

@media screen and (min-width: 1200px) {
    .header-new .header-contact {
        margin-left: 0
    }
}

.header-new .menu__link:hover {
    border: none
}

.header-new .menu__link--active {
    border-bottom: none
}

.header-new .menu__link--lang-active {
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: .015em;
    color: #fff !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important
}

@media screen and (min-width: 1024px) {
    .header-new .menu__link--lang-active {
        padding-top: 0;
        font-weight: 400 !important
    }
}

@media screen and (max-width: 1024px) {
    .header-new .menu__link--lang-active {
        color: #3963ff !important;
        font-size: 17px !important
    }
}

.header-new .menu__link--lang {
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 17px;
    height: 40px;
    letter-spacing: .015em;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .header-new .menu__link--lang {
        color: #1d1d1f;
        font-weight: 500;
        justify-content: flex-end;
        font-size: 16px;
        height: 100%
    }
}

.header-new .new-menu__item {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 16px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .header-new .new-menu__item {
        width: auto;
        justify-content: center
    }
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__item {
        align-items: flex-start;
        justify-content: flex-start
    }
}

.header-new .new-menu__item-hiddenPC {
    display: none
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__item-hiddenPC {
        display: block
    }
}

.header-new .new-menu__item-hiddenMob {
    display: none
}

@media screen and (min-width: 1024px) {
    .header-new .new-menu__item-hiddenMob {
        display: block
    }
}

.header-new .new-menu__item.courses-menu {
    position: static;
    margin-left: 0;
    position: relative
}

.header-new .new-menu__item:last-child {
    margin-right: 0 !important
}

.header-new .new-menu__education-section {
    position: relative
}

@media screen and (min-width: 1024px) {
    .header-new .new-menu__education-section_mb {
        margin-bottom: 7px;
        display: none
    }
}

.header-new .new-menu__education-section li {
    list-style: none
}

.header-new .new-menu__link {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
}


@media screen and (min-width: 1025px) {
    .header-new .new-menu__link {
        color: black !important
    }
}

@media screen and (max-width: 1100px) {
    .header-new .new-menu__link {
        font-size: 11px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__link {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        color: #1d1d1f;
        padding: 16px 40px 16px 0;
        width: 100%
    }
}

.header-new .new-menu__link_live {
    background: hsla(0, 100%, 80%, .2);
    border-radius: 4px;
    padding: 4px 8px;
    height: 24px;
    font-weight: 700;
    color: #f44;
    display: block;
    width: fit-content;
    line-height: 15px;
    margin-top: 20px;
    font-size: 12px
}

@media screen and (min-width: 1024px) {
    .header-new .new-menu__link_live:hover {
        color: #f44 !important
    }
}

@media screen and (max-width: 1100px) {
    .header-new .new-menu__link_live {
        font-size: 11px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__link_live {
        font-size: 18px;
        height: 100%;
        padding: 8px
    }
}

.header-new .new-menu__link_live span:after {
    content: "";
    background: url(/dist/images/src/images/courses-adult/design-new/icons/radio.svg) 50% no-repeat;
    margin-left: 8px;
    padding: 2px 9px
}

@media screen and (min-width: 1025px) {
    .header-new .new-menu__link_live {
        margin-top: 0;
        line-height: 17px
    }

    .header-new .new-menu__link_live:hover {
        color: #f44;
        background: hsla(0, 100%, 80%, .4)
    }
}

.header-new .show-edu-block .new-menu__education-link {
    color: #1d1d1f
}

@media screen and (max-width: 1025px) {
    .header-new .multilang {
        align-items: center;
        grid-template-columns:max-content max-content !important
    }

    .header-new .multilang .main-nav__lang {
        padding-top: 0 !important
    }

    .header-new .multilang .right-menu__countries {
        position: relative !important
    }
}

.header-new .main-nav__right-menu {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    justify-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    min-height: 27px
}

@media screen and (min-width: 1025px) {
    .header-new .main-nav__right-menu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        width: auto
    }
}

.header-new .main-nav__right-menu .new-menu__item {
    margin-left: 20px;
    margin-right: 10px
}

@media screen and (max-width: 1280px) {
    .header-new .main-nav__right-menu .new-menu__item {
        margin-left: 16px
    }
}

.header-new .new-menu__dropdown-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1320px;
    width: max-content;
    margin: 0 auto -20px;
    padding: 50px 0 25px
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__dropdown-wrap {
        padding: 0;
        width: 100%;
        margin: 0 auto
    }
}

.header-new .new-menu__dropdown-wrap-scroll {
    padding: 0 25px;
    display: flex;
    overflow-y: auto;
    min-height: fit-content;
    max-height: 70vh
}

.header-new .new-menu__dropdown--mob {
    display: none;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__dropdown--mob {
        display: block;
        margin-top: -4px
    }

    .header-new .new-menu__dropdown--mob .mob-menu-elem {
        position: absolute;
        display: none
    }
}

@media screen and (max-width: 1024px)and (max-width: 1024px) {
    .header-new .new-menu__dropdown--mob .mob-menu-elem {
        display: flex
    }

    .header-new .new-menu__dropdown--mob .mob-menu-elem:before {
        content: "";
        position: absolute;
        background-image: url(/dist/images/src/images/courses-adult/design-new/icons/plus-grey.svg);
        width: 14px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        top: 3px;
        right: 6px;
        background-color: transparent
    }

    .header-new .new-menu__dropdown--mob .mob-menu-elem:after {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__dropdown--mob .mob-menu-elem:before {
        transition: all .3s ease 0s
    }

    .header-new .new-menu__dropdown--mob .show-edu-block .mob-menu-elem:before {
        transform: rotate(45deg)
    }

    .header-new .new-menu__dropdown--mob .dropdown__link-text {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .005em;
        color: #666
    }
}

.header-new .new-menu__dropdown--mob .new-menu__link-edu_mt {
    margin-top: 21px;
    margin-bottom: 21px
}

@media screen and (max-width: 1024px) {
    .header-new .education-title {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    .header-new .educ-list {
        width: auto;
        max-width: 1350px;
        left: -150px
    }
}

@media screen and (max-width: 1400px) {
    .header-new .educ-list {
        left: -120px;
        max-width: 95vw
    }
}

@media screen and (max-width: 1280px) {
    .header-new .educ-list {
        left: -110px
    }
}

.header-new .educ-list:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 185px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #fff
}

@media screen and (max-width: 1400px) {
    .header-new .educ-list:before {
        left: 150px
    }
}

@media screen and (max-width: 1280px) {
    .header-new .educ-list:before {
        left: 135px
    }
}

.header-new .educ-list .new-menu__dropdown-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1350px
}

@media screen and (max-width: 1400px) {
    .header-new .educ-list .new-menu__dropdown-wrap {
        max-width: 95vw;
        justify-content: space-between
    }
}

.header-new .new-menu__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 1320px;
    padding: 44px 24px 0 10px;
    margin: 0 auto -5px
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__list {
        align-self: baseline;
        padding: 0;
        margin: 0
    }
}

.header-new .new-menu__list-item {
    font-size: 16px;
    line-height: 19px;
    color: #666;
    cursor: pointer
}

.header-new .new-menu__link--bold {
    font-weight: 600;
}

.header-new .new-menu__separator {
    width: 100%;
    height: 1px;
    background-color: rgba(29, 29, 31, .15);
    margin-bottom: 15px;
    display: none
}

.header-new .new-menu__education-list {
    list-style: none;
    position: relative;
    padding-right: 75px
}

@media screen and (max-width: 1400px) {
    .header-new .new-menu__education-list {
        padding-right: 30px
    }
}

.header-new .new-menu__education-list:last-child {
    padding-right: 0
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__education-list {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(29, 29, 31, .15)
    }
}

.header-new .new-menu__education-item-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    transition: 3s
}

.header-new .new-menu__education-item-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(29, 29, 31, .05)
}

.header-new .new-menu__education-item-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(29, 29, 31, .5);
    border-radius: 0 16px 16px 0;
    height: 20px;
    box-shadow: inset 1px 1px 10px #f3faf7
}

.header-new .new-menu__education-item-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-bottom: 18px
}

.header-new .new-menu__education-item-list {
    list-style: none;
    margin-bottom: 9px
}

@media screen and (max-width: 1024px) {
    .header-new .new-menu__link {
        border-bottom: 1px solid rgba(29, 29, 31, .15)
    }
}

.header-new .new-menu__education-list .new-menu__link {
    border-bottom: none
}

.header-new .dropdown__link-text {
    font-size: 13px;
    line-height: 17px;
    color: #000;
    padding-bottom: 9px
}

@media screen and (max-width: 1024px) {
    .header-new .dropdown__link-text {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: .005em;
        color: #666
    }
}

.header-new .new-menu__education-link--active span {
    color: #3963ff !important
}

.header-new .dropdown__link-text:hover {
    color: #3963ff
}

.header-new .withDropDown .new-menu__link {
    position: relative
}

.header-new .withDropDown .new-menu__link:after {
    content: "";
    width: 14px;
    height: 7px;
    background-size: contain;
    margin-left: 9px
}

@media screen and (min-width: 1025px) {
    .header-new .new-menu__item:hover .new-menu__link {
        color: hsla(0, 0%, 100%, .5) !important
    }
}

.header-new .new-menu__item:hover .new-menu__link:after {
    opacity: .5
}

@media (min-width: 1025px) {
    .header-new .new-menu__item:hover .new-menu__link_live {
        color: #f44
    }
}

@media screen and (max-width: 1024px) {
    .header-new .withDropDownMob.active-dropdown-mob .new-menu__list {
        display: block;
        opacity: 1;
        border-bottom: 1px solid rgba(29, 29, 31, .15);
        width: 100%
    }

    .header-new .withDropDownMob.active-dropdown-mob .new-menu__link {
        border-bottom: none
    }
}

@media screen and (max-width: 1024px) {
    .header-new .withDropDownMob .new-menu__list {
        display: none;
        opacity: 0
    }

    .header-new .withDropDownMob .mob-menu-elem-icon:before {
        content: "";
        position: absolute;
        background-image: url(/dist/images/src/images/courses-adult/design-new/icons/plus-grey.svg);
        width: 14px;
        height: 14px;
        background-size: cover;
        background-repeat: no-repeat;
        top: 22px;
        right: 6px;
        background-color: transparent;
        transition: all .3s ease 0s
    }

    .header-new .withDropDownMob.active-dropdown-mob .mob-menu-elem-icon:before {
        transform: rotate(45deg)
    }

    .header-new .withDropDownMob.active-dropdown-mob .new-menu__dropdown {
        display: block;
        position: relative;
        opacity: 1;
        left: 0;
        top: 0;
        height: 100%;
        background: transparent;
        width: 100%;
        box-shadow: none;
        border: none;
        margin: 0
    }

    .header-new .withDropDownMob.active-dropdown-mob .new-menu__dropdown_bg {
        left: 0;
        top: 0
    }
}

.header-new .header__banner-top {
    height: 50px;
    background: linear-gradient(.749turn, #2a44cc .31%, #37a2d0 99.69%), #23b856;
    position: relative;
    display: none
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top {
        height: auto
    }
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top {
        height: auto
    }
}

.header-new .header__banner-top--bf {
    background: linear-gradient(270deg, #3366db .31%, #960aff 48.96%, #f56606 99.69%)
}

.header-new .header__banner-top--bf .header__banner-top-wrap {
    max-width: 1440px !important;
    padding: 0 72px !important
}

@media screen and (max-width: 1350px) {
    .header-new .header__banner-top--bf .header__banner-top-wrap {
        padding: 0 40px !important
    }
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--bf .header__banner-top-wrap {
        padding: 16px !important
    }
}

.header-new .header__banner-top--bf .header__banner-top-content {
    max-width: 100% !important;
    margin-right: 0 !important;
    padding-left: 0 !important
}

.header-new .header__banner-top--bf .header__banner-top-main-text {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--bf .header__banner-top-main-text {
        margin-bottom: 4px
    }
}

.header-new .header__banner-top--bf .header__banner-top-text {
    color: #fff;
    font-size: 19px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    line-height: 19px !important;
    text-transform: uppercase;
    display: flex !important;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--bf .header__banner-top-text {
        margin-bottom: 13px !important
    }
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--bf .header__banner-top-text {
        font-size: 12px !important;
        line-height: 15px !important
    }
}

.header-new .header__banner-top--bf .header__banner-top-text span {
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    line-height: 30px;
    margin-left: 3px
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--bf .header__banner-top-text span {
        font-size: 20px !important;
        line-height: 24px !important
    }
}

.header-new .header__banner-top--bf .header__banner-top-slider .timer__elem {
    margin-right: 6px !important
}

.header-new .header__banner-top--bf .header__banner-top-slider .timer__counter, .header-new .header__banner-top--bf .header__banner-top-slider .timer__text {
    color: #fff !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    line-height: 24px !important;
    text-transform: uppercase
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--bf .header__banner-top-slider .timer__counter, .header-new .header__banner-top--bf .header__banner-top-slider .timer__text {
        font-size: 13px !important;
        line-height: 16px !important
    }
}

.header-new .header__banner-top--bf .header__banner-time {
    display: flex;
    align-items: center;
    gap: 18px
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--bf .header__banner-time {
        flex-direction: column;
        justify-content: center;
        gap: 0
    }
}

.header-new .header__banner-top--bf .header__banner-top-link {
    border-radius: 4px !important;
    background: #e84148 !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase
}

.header-new .header__banner-top--ny {
    background: url(/dist/images/src/images/home/above-menu.svg) no-repeat 50%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--ny {
        background: url(/dist/images/src/images/home/b-mob.svg) no-repeat 50%;
        background-size: cover
    }
}

.header-new .header__banner-top--ny:after, .header-new .header__banner-top--ny:before {
    content: "";
    position: absolute;
    bottom: -69px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 268px;
    height: 119px;
    z-index: 0
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--ny:after, .header-new .header__banner-top--ny:before {
        bottom: auto;
        top: 0
    }
}

.header-new .header__banner-top--ny:before {
    left: 0;
    background-image: url(/dist/images/src/images/home/b-elem-left.svg)
}

.header-new .header__banner-top--ny:after {
    right: 0;
    background-image: url(/dist/images/src/images/home/b-elem-right.svg)
}

.header-new .header__banner-top--ny .header__banner-top-wrap {
    max-width: 1440px !important;
    padding: 0 78px !important
}

@media screen and (max-width: 1350px) {
    .header-new .header__banner-top--ny .header__banner-top-wrap {
        padding: 0 40px !important
    }
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--ny .header__banner-top-wrap {
        padding: 16px !important
    }
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--ny .header__banner-top-wrap {
        min-height: 145px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.header-new .header__banner-top--ny .header__banner-top-content {
    max-width: 100% !important;
    margin-right: 0 !important;
    padding-left: 0 !important
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--ny .header__banner-top-content {
        margin-left: 0 !important
    }
}

.header-new .header__banner-top--ny .header__banner-top-text {
    color: #fff;
    text-shadow: -1px 1px 0 #0072c4, 1px 1px 0 #0072c4, 1px -1px 0 #0072c4, -1px -1px 0 #0072c4;
    font-size: 20px !important;
    line-height: 20px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    overflow: visible !important;
    z-index: 1
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--ny .header__banner-top-text {
        margin-bottom: 13px !important
    }
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--ny .header__banner-top-text {
        font-size: 12px !important;
        line-height: 15px !important
    }
}

.header-new .header__banner-top--ny .header__banner-top-text span {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    margin-left: 3px
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--ny .header__banner-top-text span {
        font-size: 20px !important;
        line-height: 24px !important
    }
}

.header-new .header__banner-top--ny .header__banner-top-slider .timer__elem {
    margin-right: 6px !important
}

.header-new .header__banner-top--ny .header__banner-top-slider .timer__counter {
    text-shadow: -1px 1px 0 #0072c4, 1px 1px 0 #0072c4, 1px -1px 0 #0072c4, -1px -1px 0 #0072c4;
    color: #fff !important;
    font-size: 22px !important;
    font-style: italic !important;
    font-weight: 800 !important;
    line-height: normal !important;
    letter-spacing: 1.1px;
    text-transform: uppercase !important
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--ny .header__banner-top-slider .timer__counter {
        font-size: 13px !important;
        line-height: 16px !important
    }
}

.header-new .header__banner-top--ny .header__banner-top-slider .timer__text {
    position: relative;
    text-shadow: -1px 1px 0 #0072c4, 1px 1px 0 #0072c4, 1px -1px 0 #0072c4, -1px -1px 0 #0072c4;
    color: #fff !important;
    font-style: italic !important;
    letter-spacing: .7px;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: normal !important;
    text-transform: uppercase
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top--ny .header__banner-top-slider .timer__text {
        font-size: 13px !important;
        line-height: 16px !important
    }
}

.header-new .header__banner-top--ny .header__banner-time {
    display: flex;
    align-items: center;
    gap: 18px
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top--ny .header__banner-time {
        flex-direction: column;
        justify-content: center;
        gap: 0
    }
}

.header-new .header__banner-top--ny .header__banner-top-link {
    border-radius: 4px !important;
    background: #ed1b24 !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: .42px;
    line-height: normal;
    text-transform: uppercase;
    z-index: 1;
    position: relative
}

.header-new .header__banner-top .close_top_banner {
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(/dist/images/src/images/common/top-banner-close.svg);
    background-size: cover;
    position: absolute;
    background-color: hsla(0, 0%, 100%, .25);
    top: 7px;
    right: 16px;
    border-radius: 50%
}

@media screen and (max-width: 1200px) {
    .header-new .header__banner-top .close_top_banner {
        top: 7px;
        right: 7px
    }
}

.header-new .header__banner-top .header__banner-top-wrap {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%
}

@media screen and (max-width: 1350px) {
    .header-new .header__banner-top .header__banner-top-wrap {
        padding: 0 40px
    }
}

@media screen and (max-width: 1200px) {
    .header-new .header__banner-top .header__banner-top-wrap {
        padding: 0 60px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top .header__banner-top-wrap {
        padding: 16px 35px
    }
}

.header-new .header__banner-top .header__banner-top-content {
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    margin-right: 0;
    margin-left: auto
}

@media screen and (max-width: 1400px) {
    .header-new .header__banner-top .header__banner-top-content {
        max-width: 1125px;
        margin-right: 15px
    }
}

@media screen and (max-width: 1200px) {
    .header-new .header__banner-top .header__banner-top-content {
        margin-right: 0;
        padding-left: 25px
    }
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top .header__banner-top-content {
        flex-direction: column
    }
}

@media screen and (max-width: 1090px) {
    .header-new .header__banner-top .header__banner-top-content {
        padding-left: 0
    }
}

.header-new .header__banner-top .header__banner-top-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    max-width: 600px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box
}

.header-new .header__banner-top .header__banner-top-text .emoji {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top .header__banner-top-text {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 680px) {
    .header-new .header__banner-top .header__banner-top-text {
        font-size: 12px;
        line-height: 15px;
        -webkit-line-clamp: 2;
        text-align: center
    }
}

.header-new .header__banner-top .header__banner-top-link {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #fff;
    background: hsla(0, 0%, 100%, .25);
    border-radius: 4px;
    padding: 10px 24px !important;
    text-align: center;
    margin-top: 0 !important
}

@media screen and (max-width: 1024px) {
    .header-new .header__banner-top .header__banner-top-link {
        margin-top: 16px !important
    }
}

.header-new .dropdown__link--active, .header-new .dropdown__link:hover {
    border: none
}

.header-new .dropdown__link--active span, .header-new .dropdown__link:hover span {
    border: none;
    color: #3963ff
}

.withoutDropdown .new-menu__link:before, .withoutDropdown:before {
    content: none !important
}

.courses-menu--active:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 300%;
    height: 20px;
    background: transparent
}

.courses-menu--active .new-menu__link {
    position: relative
}

.courses-menu--active .new-menu__link:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #fff
}

@media screen and (max-width: 1024px) {
    .courses-menu .new-menu__link {
        display: none
    }
}

.dropdown-menu {
    transition: opacity .5s ease-in, left 0s;
    opacity: 0;
    position: absolute;
    left: -25px;
    top: 60px;
    display: none;
    background-color: #fff;
    margin-top: 20px;
    margin-right: 10px;
    padding: 12px 25px 25px;
    min-width: 250px;
    width: max-content;
    z-index: -1;
    border-bottom: 1px solid #e1e3e7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1350px;
    overflow-y: auto;
    min-height: fit-content;
    max-height: 70vh;
    list-style: none
}

@media screen and (min-width: 1024px) {
    .dropdown-menu {
        width: auto;
        max-width: 1350px;
        left: -150px
    }
}

@media screen and (max-width: 1400px) {
    .dropdown-menu {
        left: -120px;
        max-width: 95vw;
        justify-content: space-between
    }
}

@media screen and (max-width: 1024px) {
    .dropdown-menu {
        opacity: 1;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 20px;
        margin-right: 10px;
        padding: 0;
        min-width: auto;
        border-bottom: none;
        box-shadow: none;
        max-width: 100%;
        max-height: none
    }
}

.dropdown-menu--about {
    padding: 25px;
    left: -25px
}

@media screen and (max-width: 1024px) {
    .dropdown-menu--about {
        padding: 0;
        left: auto
    }
}

.dropdown-menu--about .dropdown-item:last-of-type {
    padding-bottom: 0
}

.dropdown-menu--mob {
    display: none;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .dropdown-menu--mob {
        display: block
    }
}

.dropdown-list {
    list-style: none;
    position: relative;
    padding-right: 75px;
    width: max-content
}

@media screen and (max-width: 1400px) {
    .dropdown-list {
        padding-right: 30px
    }
}

.dropdown-list:last-of-type {
    padding-right: 0
}

@media screen and (max-width: 1024px) {
    .dropdown-list {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(29, 29, 31, .15)
    }
}

.dropdown-column {
    list-style: none;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .dropdown-column {
        display: none;
        opacity: 0
    }
}

.dropdown-column .dropdown-item:last-of-type {
    padding-bottom: 25px
}

@media screen and (max-width: 1024px) {
    .dropdown-column .dropdown-item:last-of-type {
        padding-bottom: 16px
    }
}

.dropdown-item {
    font-size: 13px;
    line-height: 17px;
    color: #000;
    padding-bottom: 12px
}

.dropdown-item:hover {
    color: #3963ff
}

.dropdown-item--active {
    color: #3963ff !important
}

@media screen and (max-width: 1024px) {
    .dropdown-item {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: .005em;
        color: #666;
        padding-bottom: 9px
    }
}

.dropdown-item-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-bottom: 18px;
    list-style: none;
    margin-top: 13px
}

@media screen and (max-width: 1024px) {
    .dropdown-item-header {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        color: #1d1d1f;
        padding: 16px 40px 16px 0;
        width: 100%;
        display: block;
        margin-top: 0;
        text-transform: none
    }
}

@media screen and (max-width: 1024px) {
    .active-dropdown-mob .dropdown-column {
        display: block;
        opacity: 1
    }

    .active-dropdown-mob .mob-menu-elem-icon:before {
        transform: rotate(45deg)
    }
}

.menu-transition {
    transition: 1s ease-in !important;
    opacity: 1 !important;
    display: block !important
}

@media screen and (max-width: 1024px) {
    .hide-edu-block .new-menu__list {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .opacity--active .new-menu__list {
        opacity: 1;
        transition-duration: .5s;
        transition-property: opacity;
        transition-timing-function: ease-out
    }
}

.show-edu-block .new-menu__list {
    display: block
}

.show-edu-block .new-menu__link {
    color: #167bfc
}

@media screen and (max-width: 1024px) {
    .show-edu-block .new-menu__link {
        color: #1d1d1f
    }
}

.show-edu-block .mob-menu-elem {
    border-color: #167bfc
}

.show-edu-block .mob-menu-elem:before {
    background-color: #167bfc
}

.show-edu-block .mob-menu-elem:after {
    content: none
}

.mob-menu-elem {
    position: absolute;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 17px;
    display: none
}

@media screen and (max-width: 1024px) {
    .mob-menu-elem {
        display: flex
    }
}

.mob-menu-elem:before {
    height: 2px;
    width: 10px
}

.mob-menu-elem:after, .mob-menu-elem:before {
    content: "";
    position: absolute;
    border-radius: 20%;
    background-color: #222425
}

.mob-menu-elem:after {
    height: 10px;
    width: 2px
}

.header-active--tab .right-menu__countries:after {
    border: none
}

.right-menu__countries:after {
    border: none !important
}

#academy_page .breadcrumbs-container {
    position: absolute;
    z-index: 1001;
    background-color: transparent;
    top: 100px;
    padding: 6px 10px 6px 20px;
    width: auto;
    display: none;
    max-width: 1320px;
    margin: 0 auto;
    left: 0;
    right: 0
}

@media screen and (min-width: 768px) {
    #academy_page .breadcrumbs-container {
        display: block
    }
}

@media screen and (max-width: 1399px) {
    #academy_page .breadcrumbs-container {
        padding-left: 45px;
        max-width: 1333px
    }
}

@media screen and (max-width: 1280px) {
    #academy_page .breadcrumbs-container {
        padding-left: 25px
    }
}

@media screen and (max-width: 1024px) {
    #academy_page .breadcrumbs-container {
        padding-left: 30px
    }
}

@media screen and (max-width: 991px) {
    #academy_page .breadcrumbs-container {
        padding-left: 38px
    }
}

#academy_page .breadcrumbs-container a, #academy_page .breadcrumbs-container span {
    font-size: 12px;
    line-height: 16px
}

#academy_page .breadcrumbs-container a {
    color: #666;
    padding-right: 24px;
    position: relative
}

#academy_page .breadcrumbs-container a:after {
    content: "/";
    position: absolute;
    display: block;
    top: 0;
    right: 13px;
    border: none;
    transform: rotate(0deg)
}

#academy_page .breadcrumbs-container span {
    color: #000
}

#academy_page .header-new--banner + main .breadcrumbs-container {
    top: 145px
}

@media screen and (max-width: 1024px) {
    #academy_page .header-new--banner + main .breadcrumbs-container {
        top: 40px
    }
}

#academy_page .re-section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px
}

@media screen and (max-width: 992px) {
    #academy_page .re-section-title {
        font-size: 40px;
        line-height: 48px
    }
}

@media screen and (max-width: 680px) {
    #academy_page .re-section-title {
        font-size: 36px;
        line-height: 44px
    }
}

#academy_page .re-section-title_center {
    text-align: center
}

@media screen and (max-width: 680px) {
    #academy_page .re-section-title_center {
        text-align: left
    }
}

@media screen and (max-width: 1024px) {
    #academy_page .header-new--banner .header__wrap-mob .header__logo--bf {
        top: 179px
    }
}

#academy_page .header-new--banner .header__wrap-mob .mob-logo {
    top: 145px
}

@media screen and (max-width: 680px) {
    #academy_page .header-new--banner .header__wrap-mob .mob-logo {
        top: auto;
        bottom: -19px
    }
}

#academy_page .header-new--banner-hide {
    transform: translateY(-71%)
}

@media screen and (max-width: 680px) {
    #academy_page .header-new--banner-hide {
        transform: translateY(-72%)
    }
}

#academy_page .header-new--banner-hide .header__wrap-top {
    transform: translateY(-100%)
}

#academy_page .footer-indent, #academy_page .header-new--banner + main {
    position: relative
}

@media screen and (max-width: 1024px) {
    #academy_page .footer-indent, #academy_page .header-new--banner + main {
        top: 205px
    }
}

@media screen and (max-width: 680px) {
    #academy_page .footer-indent, #academy_page .header-new--banner + main {
        top: 205px
    }
}

#academy_page .global__branch-name {
    margin-left: 10px;
    width: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    transform: translateY(2px)
}

#academy_page .global__branch-globus:after {
    background: url(/dist/images/src/images/courses-adult/design-new/icons/planet.svg) no-repeat !important;
    width: 23px;
    height: 23px;
    margin-left: 12px;
    content: ""
}

#academy_page .bf-elem {
    width: 114px;
    height: 114px;
    transform: rotate(13.471deg);
    position: absolute;
    top: -27px;
    right: -27px;
    background-image: url(/dist/images/src/images/common/bf-elem.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 680px) {
    #academy_page .bf-elem {
        width: 86.473px;
        height: 86.473px;
        top: -16px;
        right: -16px
    }
}

#academy_page .bf-elem--small {
    width: 86.473px;
    height: 86.473px;
    transform: rotate(13.471deg);
    position: absolute;
    top: -23px;
    right: -16px;
    background-image: url(/dist/images/src/images/common/bf-elem.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

#academy_page .bf-elem__text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase
}

#academy_page .bf-elem__text span {
    font-size: 28.75px;
    line-height: 18px
}

@media screen and (max-width: 680px) {
    #academy_page .bf-elem__text {
        font-size: 9.75px
    }

    #academy_page .bf-elem__text span {
        font-size: 21.562px;
        line-height: 18px
    }
}

#academy_page .bf-elem__text--small {
    color: #fff;
    text-align: center;
    font-size: 9.75px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase
}

#academy_page .bf-elem__text--small span {
    font-size: 21.562px;
    line-height: 18px
}

#academy_page .ny-elem {
    padding-top: 24px;
    width: 87px;
    height: 116px;
    transform: rotate(25deg);
    position: absolute;
    top: -38px;
    right: -21px;
    background-image: url(/dist/images/src/images/home/toy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 680px) {
    #academy_page .ny-elem {
        width: 86.473px;
        height: 86.473px;
        top: -16px;
        right: -16px
    }
}

#academy_page .ny-elem--small {
    padding-top: 24px;
    width: 87px;
    height: 116px;
    transform: rotate(25deg);
    position: absolute;
    top: -38px;
    right: -21px;
    background-image: url(/dist/images/src/images/home/toy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 680px) {
    #academy_page .ny-elem--small {
        scale: .8
    }
}

#academy_page .ny-elem__text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase
}

#academy_page .ny-elem__text span {
    font-size: 28.75px;
    line-height: 18px
}

@media screen and (max-width: 680px) {
    #academy_page .ny-elem__text {
        font-size: 9.75px
    }

    #academy_page .ny-elem__text span {
        font-size: 21.562px;
        line-height: 18px
    }
}

#academy_page .ny-elem__text--small {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase
}

#academy_page .ny-elem__text--small span {
    font-size: 28.75px;
    line-height: 28.75px
}

.ny-indent {
    padding: 24px 75px 115px 24px !important
}

@media screen and (max-width: 680px) {
    .ny-indent {
        padding: 16px 75px 115px 16px
    }
}

.seasons-title {
    text-transform: uppercase;
    font-weight: 600
}

.seasons-wrap {
    padding-bottom: 10px
}

.filled-field {
    display: none
}

#academy_page.font_lang_ar .dropdown-menu, #academy_page.font_lang_ar .educ-list {
    left: auto;
    right: -150px
}

#academy_page.font_lang_ar .dropdown-menu:before, #academy_page.font_lang_ar .educ-list:before {
    left: auto;
    right: 185px
}

#academy_page.font_lang_ar .dropdown-menu--about, #academy_page.font_lang_ar .new-menu__dropdown {
    left: auto;
    right: -25px
}

#academy_page.font_lang_ar .dropdown-menu--about:before, #academy_page.font_lang_ar .new-menu__dropdown:before {
    left: auto;
    right: 55px
}

#academy_page.font_lang_ar .right-menu__countries {
    margin-left: 16px
}

#academy_page.font_lang_ar .right-menu__countries:after {
    right: auto;
    left: -27px
}

#academy_page.font_lang_ar .main-nav__lang {
    margin-left: 18px
}

#academy_page.font_lang_ar .main-nav__lang:after {
    right: auto;
    left: -10px
}

#academy_page.font_lang_ar .new-menu__item.courses-menu {
    margin-left: 16px
}

#academy_page.font_lang_ar .cookies-new__confirm {
    margin-right: 16px
}

#academy_page.font_lang_ar .country-menu__block {
    right: auto !important;
    left: -16px !important
}

#academy_page.font_lang_ar .country-menu__block:before {
    right: auto !important;
    left: 21px !important
}

#academy_page.font_lang_ar .header__logo {
    margin-right: 0;
    margin-left: 52px
}

#academy_page.font_lang_ar .new-menu__link:after {
    margin-left: 0;
    margin-right: 9px
}

#academy_page.font_lang_ar .dropbtn-phones {
    padding: 0 18px 0 0
}

#academy_page.font_lang_ar .dropbtn-phones:after {
    right: auto;
    left: 5px
}

#academy_page.font_lang_ar .dropbtn-phones span {
    padding: 5px 8px 5px 24px
}

@media screen and (max-width: 1024px) {
    #academy_page.font_lang_ar .mob-logo {
        left: 0;
        right: 16px
    }
}

@media screen and (min-width: 768px) {
    #academy_page.font_lang_ar .mob-logo {
        left: 0;
        right: 36px
    }
}

@media screen and (min-width: 992px) {
    #academy_page.font_lang_ar .mob-logo {
        left: 0;
        right: 29px
    }
}

@media screen and (max-width: 680px) {
    #academy_page.font_lang_ar .re-section-title_center {
        text-align: right
    }
}

#academy_page.font_lang_ar .dropdown-list, #academy_page.font_lang_ar .new-menu__education-list {
    padding-right: 0;
    padding-left: 75px
}

#academy_page.font_lang_ar .new-menu__list-item {
    margin-right: 0;
    margin-left: 64px
}

#academy_page.font_lang_ar .phone-content_bg {
    left: 45px;
    right: auto
}

#academy_page.font_lang_ar .main-nav__right-menu .new-menu__item {
    margin-left: 0;
    margin-right: 20px !important
}

#academy_page.font_lang_ar .new-menu__link_live span:after {
    margin-left: 0;
    margin-right: 8px
}

#academy_page.font_lang_ar .right-menu__countries.countries-mob, #academy_page.font_lang_ar .withDropDownMob.active-dropdown-mob .new-menu__dropdown {
    right: 0
}

#academy_page.foundation .courses-menu--active .new-menu__link:before {
    bottom: -10px
}

@media screen and (min-width: 1280px) {
    #academy_page.foundation .dropdown-menu {
        transform: translateX(-29%)
    }
}

@media screen and (min-width: 1280px) {
    #academy_page.foundation .dropdown-menu--about {
        transform: translateX(-10%)
    }
}

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

#academy_page {
    font-family: Inter, sans-serif
}

#academy_page section {
    margin-bottom: 0 !important
}

#academy_page .swiper-pagination-bullet {
    bottom: -30px;
    border-radius: 0;
    width: 32px;
    height: 4px
}

#academy_page .swiper-pagination-bullet--active {
    background: #167bfc
}

#academy_page .btn-box {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 24px;
    max-width: 520px;
    margin: 0 auto
}

@media screen and (max-width: 680px) {
    #academy_page .btn-box {
        grid-template-columns:1fr;
        grid-gap: 0;
        margin: 0;
        width: 250px
    }
}

#academy_page .btn-box a, #academy_page .btn-box button {
    width: 100%
}

#academy_page .watsapp-consult {
    background-color: #25d366;
    padding: 13px 16px 13px 60px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    color: #fff;
    transition: .3s;
    background-image: url(/dist/images/src/images/icons/watsapp-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 16px
}

@media screen and (max-width: 1024px) {
    #academy_page .watsapp-consult {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 680px) {
    #academy_page .watsapp-consult {
        margin-left: 16px
    }
}

#academy_page .watsapp-consult:hover {
    transform: scale(1.05)
}

body {
    overflow-x: hidden
}

section {
    margin: 0 !important;
    padding: 120px 52px
}

@media screen and (max-width: 1280px) {
    section {
        padding: 100px 42px
    }
}

@media screen and (max-width: 1024px) {
    section {
        padding: 100px 28px
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 100px 28px
    }
}

@media screen and (max-width: 680px) {
    section {
        padding: 72px 16px
    }
}

.section-wrap {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto
}

.direction-new-banner__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 77px;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__title {
        font-size: 48px;
        line-height: 58px
    }
}

@media screen and (max-width: 767px) {
    .direction-new-banner__title {
        font-size: 36px;
        line-height: 44px
    }
}

@media screen and (max-width: 680px) {
    .direction-new-banner__title {
        font-size: 30px;
        line-height: 36px
    }
}

.white-font {
    color: #fff !important
}

.direction-rpo__btn-new {
    width: fit-content;
    font-size: 18px;
    line-height: 27px;
    transition: .3s;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 12px 24px;
    background-color: #eab833;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    margin-left: auto;
}

.direction-rpo__btn-new_center {
    display: block;
    margin: 0 auto
}

.direction-rpo__btn-new:hover {
    transform: scale(1.05) !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.p0 {
    padding: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.fixed-btn {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100% !important;
    margin: 0;
    border-radius: 0 !important;
    align-items: center;
    justify-content: center;
    display: none !important
}

@media screen and (max-width: 680px) {
    .fixed-btn {
        display: flex !important
    }
}

.btn-icon {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/dist/images/src/images/courses/btn-icon.svg)
}

#academy_page.font_lang_ar .btn-icon {
    margin-right: 10px;
    margin-left: 0
}

.lazy, .lazy:after {
    background-image: none !important;
    background: none !important
}

.helpcrunch-iframe-wrapper > iframe {
    z-index: 1113 !important
}

@media screen and (min-width: 1024px) {
    .helpcrunch-iframe-wrapper > iframe {
        z-index: 10000 !important
    }
}

@media screen and (max-width: 1024px) {
    .helpcrunch-iframe-wrapper > iframe {
        max-height: calc(100% - 60px) !important
    }
}

.pm_animate {
    opacity: 0
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.hide {
    display: none !important
}

.center {
    text-align: center
}

.grecaptcha-badge {
    display: none
}

@media screen and (max-width: 680px) {
    .hur54b {
        padding: 72px 26px !important
    }
}

.course-details {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 0 52px;
    margin: 0 auto -24px;
    flex-wrap: wrap
}

@media screen and (max-width: 1280px) {
    .course-details {
        padding: 0 42px
    }
}

@media screen and (max-width: 1120px) {
    .course-details {
        max-width: 610px
    }
}

@media screen and (max-width: 680px) {
    .course-details {
        padding: 0 16px
    }
}

.course-details__3 {
    max-width: 920px
}

@media screen and (max-width: 880px) {
    .course-details__3 {
        max-width: 610px
    }
}

@media screen and (max-width: 880px) {
    .course-details__3 .course-details__block:last-child {
        margin: 0 auto
    }
}

.course-details__2 {
    max-width: 630px
}

.course-details__1 {
    justify-content: center
}

.course-details.darkTheme .course-details__block {
    background: #eab833;
}

/*.course-details.darkTheme .course-details__block:nth-of-type(2n) {*/
/*    background: #8a58eb;*/
/*}*/


.course-details__block {
    padding: 12px;
    border-radius: 12px;
    width: 251px;
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 680px) {
    .course-details__block {
        width: 100%
    }
}

.course-details__block img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
    margin-right: 12px
}

.course-details__block p {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 0;
}

.direction-design-new, .direction-rpo-new, .direction-school-student {
    position: relative;
    overflow: hidden
}

.direction-design-new .breadcrumbs-container span:last-child, .direction-rpo-new .breadcrumbs-container span:last-child, .direction-school-student .breadcrumbs-container span:last-child {
    color: #fff !important
}

.direction-rpo-new__bg {
    background: #f9fafe;
    position: relative;
    overflow: hidden
}

section.direction-new-banner {
    padding: 0
}

.direction-new-banner {
    position: relative
}

@media screen and (max-width: 1024px) {
    .direction-new-banner {
        padding-bottom: 212px !important
    }
}

@media screen and (max-width: 767px) {
    .direction-new-banner {
        padding-bottom: 100px !important
    }
}

@media screen and (max-width: 380px) {
    .direction-new-banner {
        padding-bottom: 80px !important
    }
}

.direction-new-banner__bgWraper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.direction-new-banner__img {
    display: none;
    position: absolute;
    object-fit: contain;
    top: -40px;
    left: -149px;
    width: 112%;
    height: 109%
}

@media screen and (max-width: 1965px) {
    .direction-new-banner__img {
        object-fit: cover;
        top: -38px;
        left: -61px
    }
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img {
        top: 33%;
        left: -49%;
        width: 142%;
        height: 62%
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img {
        top: 33%;
        left: -78%;
        width: 200%;
        height: 137%;
        display: block
    }
}

@media screen and (max-width: 860px) {
    .direction-new-banner__img {
        left: -85%
    }
}

@media screen and (max-width: 767px) {
    .direction-new-banner__img {
        top: 48%;
        left: -60%;
        width: 167%;
        height: 90%
    }
}

@media screen and (max-width: 578px) {
    .direction-new-banner__img {
        left: -92%;
        width: 216%
    }
}

@media screen and (max-width: 428px) {
    .direction-new-banner__img {
        left: -100%;
        top: 50%
    }
}

@media screen and (max-width: 395px) {
    .direction-new-banner__img {
        height: 75%;
        left: -95%;
        top: 55%
    }
}

.direction-new-banner__img__parallax_men {
    position: absolute;
    top: 150px;
    right: 154px;
    width: 614px;
    height: 671px;
    object-fit: contain;
    z-index: 3
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_men {
        top: 150px;
        right: 108px;
        width: 560px;
        height: 671px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_men {
        display: none
    }
}

.direction-new-banner__img__parallax_cloud {
    position: absolute;
    object-fit: contain;
    top: 0;
    right: -450px
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_cloud {
        right: -540px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_cloud {
        display: none
    }
}

.direction-new-banner__img__parallax_item1 {
    position: absolute;
    top: 539px;
    right: 145px;
    width: 260px;
    height: 271px;
    object-fit: contain;
    z-index: 3
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_item1 {
        top: 566px;
        right: 230px;
        width: 224px;
        height: 225px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_item1 {
        display: none
    }
}

.direction-new-banner__img__parallax_item2 {
    position: absolute;
    top: 235px;
    right: 552px;
    width: 187px;
    height: 188px;
    object-fit: contain;
    z-index: 3
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_item2 {
        top: 234px;
        right: 435px;
        width: 187px;
        height: 188px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_item2 {
        display: none
    }
}

.direction-new-banner__img__parallax_item3 {
    position: absolute;
    top: 190px;
    right: 327px;
    width: 166px;
    height: 133px;
    object-fit: contain;
    z-index: 3
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_item3 {
        top: 138px;
        right: 190px;
        width: 166px;
        height: 133px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_item3 {
        display: none
    }
}

.direction-new-banner__img__parallax_item4 {
    position: absolute;
    top: 322px;
    right: 12px;
    width: 194px;
    height: 199px;
    object-fit: contain;
    z-index: 2
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_item4 {
        top: 430px;
        right: 12px;
        width: 159px;
        height: 199px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_item4 {
        display: none
    }
}

.direction-new-banner__img__parallax_item5 {
    position: absolute;
    top: 123px;
    right: 947px;
    width: 129px;
    height: 112px;
    object-fit: contain;
    z-index: 3
}

@media screen and (max-width: 1150px) {
    .direction-new-banner__img__parallax_item5 {
        right: 850px
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__img__parallax_item5 {
        display: none
    }
}

.direction-new-banner__back {
    padding-top: 240px;
    position: relative;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__back {
        padding-top: 160px;
        padding-bottom: 80px
    }
}

@media screen and (max-width: 767px) {
    .direction-new-banner__back {
        padding-top: 120px
    }
}

.direction-new-banner__back .direction-new-banner__container {
    max-width: 1323px;
    padding: 0 20px;
    margin: 0 auto 145px;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 50
}

@media screen and (max-width: 680px) {
    .direction-new-banner__back .direction-new-banner__container {
        padding: 0 16px
    }
}

@media screen and (min-width: 1025px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__content {
        min-height: 383px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media screen and (max-width: 1440px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__content {
        padding-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__content {
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

.direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
    letter-spacing: 1px;
    margin-bottom: 15px;
    max-width: 680px;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        text-align: center;
        margin: 0 auto 15px;
        max-width: 580px
    }
}

@media screen and (max-width: 767px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        max-width: 420px
    }
}

@media screen and (max-width: 680px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        font-size: 44px;
        line-height: 53px;
        margin-bottom: 17px;
        max-width: 480px
    }
}

@media screen and (max-width: 480px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        font-size: 40px;
        line-height: 47px
    }
}

@media screen and (max-width: 450px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        font-size: 32px;
        line-height: 41px
    }
}

@media screen and (max-width: 380px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        font-size: 31px;
        line-height: 40px
    }
}

@media screen and (max-width: 350px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__title {
        font-size: 27px;
        line-height: 36px
    }
}

.direction-new-banner__back .direction-new-banner__container .direction-new-banner__subtitle {
    letter-spacing: 0;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    max-width: 600px
}

@media screen and (max-width: 1024px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__subtitle {
        text-align: center;
        font-size: 36px;
        line-height: 26px;
        margin: 0 auto 32px
    }
}

@media screen and (max-width: 680px) {
    .direction-new-banner__back .direction-new-banner__container .direction-new-banner__subtitle {
        font-size: 16px;
        line-height: 23px
    }
}

#academy_page .direction-rpo-new .btn-box {
    margin: 0
}

@media screen and (max-width: 1024px) {
    #academy_page .direction-rpo-new .btn-box {
        margin: 0 auto
    }
}

@media screen and (max-width: 680px) {
    #academy_page .direction-rpo-new .btn-box {
        grid-gap: 16px
    }
}

@media screen and (max-width: 1024px) {
    #academy_page .direction-rpo-new .btn-box .watsapp-consult {
        margin-bottom: 0
    }
}

@media screen and (max-width: 680px) {
    #academy_page .direction-rpo-new .btn-box .watsapp-consult {
        margin-left: 0
    }
}

#academy_page .direction-rpo-new .course-details {
    padding-top: 60px;
    position: relative
}

@media screen and (max-width: 1024px) {
    #academy_page .direction-rpo-new .course-details {
        padding-top: 120px;
        padding-top: 100px
    }
}

@media screen and (max-width: 680px) {
    #academy_page .direction-rpo-new .direction-new-banner__img {
        width: 100%;
        left: 0
    }
}

#academy_page .direction-rpo-new .banner__start-study {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left
}

@media screen and (max-width: 680px) {
    #academy_page .direction-rpo-new .banner__start-study {
        text-align: center;
        font-size: 22px;
        line-height: normal;
        margin-bottom: 24px
    }
}