.footer-new {
    background-color: #1c1f26;
    color: #848484;
    border-top: 1px solid #4a4e57;
}

.footer-new .top {
    padding: 77px 100px 110px;
    display: flex;
    justify-content: space-between;
}

.footer-new .footer-column-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #848484;
    margin-bottom: 28px;
}

.footer-new  .footer-column-list li {
    list-style: none;
    margin-bottom: 22px;
}

.footer-new  .footer-column-list {
    padding: 0;
    margin: 0;
}

.footer-new  .footer-column-list li {
    padding: 0;
}

.footer-new  .footer-column-list li a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.footer-new  .footer-socials .footer-socials-title {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 28px;
}

.footer-new .social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer-new .social li {
    width: 50%;
    padding: 0;
    margin: 0 0 37px 0;
}

.footer-new .social li a {
    display: flex;
    align-items: center;
}

.footer-new .social li a img {
    margin-right: 7px;
}

.footer-new .social li a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #848484;
    transform: none!important;
}

.footer-new .bottom {
    display: flex;
    align-items: center;
    padding: 50px 40px;
    border-top: 1px solid #4a4e57;
    justify-content: space-between;
}

.footer-new .footer-copy {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #848484;
}

.footer-new .footer-copy p {
    margin: 0;
}

.footer-new .footer-bottom-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.footer-new .footer-bottom-menu ul li {
    list-style: none;
    margin-right: 50px;
}

.footer-new .footer-bottom-menu ul li:last-child {
    margin-right: 0;
}

.footer-new .footer-bottom-menu ul li a {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #848484;
}

@media (max-width: 1200px) {
    .footer-new {
        border: none;
        border-radius: 30px 30px 0 0;
        margin-top: -30px;
    }

    .footer-new .top {
        display: block;
        padding: 40px 15px 45px;
    }

    .footer-new  .footer-socials .footer-socials-title {
        display: none;
    }

    .footer-new  .footer-column {
        margin-bottom: 50px;
    }

    .footer-new  .footer-column:last-child {
        margin-bottom: 0;
    }

    .footer-new .social li {
        margin-bottom: 27px;
    }

    .footer-new .footer-pays {
        display: none;
    }

    .footer-new .bottom {
        display: block;
        padding: 0 15px 45px;
        border: none;
    }

    .footer-new .footer-copy {
        margin-bottom: 25px;
    }

    .footer-new .footer-bottom-menu ul {
        display: block;
    }

    .footer-new .footer-bottom-menu ul li {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .footer-new .footer-bottom-menu ul li:last-child {
        margin-bottom: 0;
    }
}

.new-nav {
    background: transparent;
    padding: 0;
    transition: .2s ease-in-out background;
}

.new-nav.active, .new-nav.fixedwhite {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.new-nav.active .new-nav-container, .new-nav.fixedwhite .new-nav-container {
    padding: 15px 40px;
}

.new-nav.active .logo svg *, .new-nav.fixedwhite .logo svg * {
    fill: #e8423b;
}

.new-nav .new-nav-container {
    padding: 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s ease padding;
}

.new-nav .new-nav-container.active {
    background-color: #fff;
}

.new-nav .new-nav-container.active .mobile-button-trigger {
    display: none!important;
}

.new-nav .new-nav-container.active .mobile-button-close {
    display: block!important;
}

.new-nav .mobile-button-trigger {
    display: none;
}

.new-nav .mobile-button-close {
    display: none;
}

.new-nav .menu-wrap {
    width: 60%;
    flex-shrink: 0;
}

.new-nav .new-menu {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: space-between;
}

.new-nav .new-menu .sub-menu {
    display: none;
}

.new-nav .new-menu li {
    list-style: none;
    padding: 0;
}

.new-nav .new-menu li a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 6px 18px 7px 15px;
    border-radius: 9px;
    display: block;
    transition: .2s ease-in-out background, .2s ease-in-out color;
}

.new-nav.active .new-menu li a, .new-nav.fixedwhite .new-menu li a {
    color: #1c1f26;
}

.new-nav .new-menu .sub-menu {
    position: absolute;
    left: 0;
    border-radius: 9px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    top: 40px;
    padding: 15px;
    transition: .2s ease-in-out top;
}

.new-nav .new-menu .sub-menu.has-promo {
    padding-right: 255px;
}

.new-nav .new-menu .sub-menu a {
    color: #161515;
    margin-bottom: 15px;
    display: inline-block;
    white-space: nowrap;
}

.new-nav .new-menu .sub-menu li:last-child a {
    margin-bottom: 0;
}

.new-nav .new-menu .sub-menu a:hover {
    background-color: #f7f7f7;
}

.new-nav .menu-item-has-children {
    position: relative;
}

.js-insert-nav-promo a {
    display: none!important;
}

.js-append-nav-promo {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 225px;
    cursor: pointer;
}

.js-append-nav-promo .img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.js-append-nav-promo .img-wrap img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.js-append-nav-promo .img-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to top, #000, rgba(23, 23, 23, 0));
}

.js-append-nav-promo .name-desc {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 3;
}

.js-append-nav-promo .name-desc .name {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.js-append-nav-promo .name-desc .desc {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.js-append-nav-promo .title-promo {
    color: #161515;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-top: 10px;
}

.js-append-nav-promo .text-promo {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #161515;
}

.show-prompt.new {
    margin: 0;
}

@media (min-width: 1200px) {
    .new-nav .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .new-nav .new-menu li a:hover {
        background: rgba(0,0,0,0.5);
    }

    .new-nav.active .new-menu li a:hover, .new-nav.fixedwhite .new-menu li a:hover {
        background-color: #f7f7f7;
    }
}

@media (max-width: 1200px) {
    .new-nav .menu-wrap {
        width: 100%;
        display: none;
        position: fixed;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        background-color: #fff;
        overflow: auto;
    }

    .new-nav .menu-wrap.active {
        display: block;
    }

    .new-nav .new-menu {
        display: block;
    }

    .new-nav .new-menu li a {
        color: #161515;
        border-top: 1px solid #ebebeb;
        padding: 10px 15px;
    }

    .new-nav .new-menu li:last-child a {
        border-bottom: 1px solid #ebebeb;
    }

    .new-nav .new-menu li.menu-item-has-children:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 20px;
        transform: rotate(-45deg);
        border: solid #ebebeb;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }

    .new-nav-container .btn-wrap {
        display: none;
        margin: 20px;
        text-align: center;
    }

    .new-nav .mobile-button-trigger {
        display: block;
    }

    .new-nav .new-nav-container {
        padding: 20px 15px;
    }

    .new-nav.active .new-nav-container, .new-nav.fixedwhite .new-nav-container {
        padding: 15px;
    }

    .new-nav.active .mobile-button-trigger svg *, .new-nav.fixedwhite .mobile-button-trigger svg * {
        fill: #1c1f26;
    }

    .new-nav.active .mobile-button-close svg *, .new-nav.fixedwhite .mobile-button-close svg * {
        fill: #1c1f26;
    }

    .new-nav .logo svg {
        width: 78px;
        height: 30px;
    }

    .new-nav .new-menu .sub-menu {
        padding: 0!important;
        background: transparent;
        position: static;
        box-shadow: none;
    }

    .new-nav .new-menu .sub-menu a {
        width: 100%;
        margin: 0;
    }

    .js-append-nav-promo {
        position: static;
        margin: 20px;
    }
}

.course-schedule-title {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #1c1f26;
    margin-top: 150px;
    margin-bottom: 12px;
    font-family: Ubuntu;
}

.course-schedule-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 150px;
}

.course-schedule-item {
    width: 33.333%;
    padding: 15px;
}

.course-schedule-item-inner {
    border-radius: 12px;
    border: solid 2px #ebebeb;
    background-color: #fff;
    height: 100%;
    padding: 20px 30px 30px 30px;
}

.course-schedule-item-inner .icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.course-schedule-item-inner .name {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #1c1f26;
    margin-bottom: 20px;
}

.course-schedule-item-inner ul {
    padding: 0;
    margin: 0;
}

.course-schedule-item-inner ul li {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #1c1f26;
    list-style: none;
    padding-left: 15px;
    position: relative;
}

.course-schedule-item-inner ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #00b5b8;
    border-radius: 50%;
}

.course-schedule-item-inner .btn-wrap .button {
    height: 50px;
    padding: 6px 73px;
    border-radius: 9px;
    background-color: #00b5b8;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .course-schedule-title {
        margin-top: 100px;
        font-size: 24px;
    }

    .course-schedule-items {
        margin: 0 0 100px;
    }

    .course-schedule-item {
        padding: 15px 0;
        width: 100%;
    }
}

.home-childs-directions {
    padding: 100px 6.2% 100px 6.2%;
}

.home-childs-directions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-childs-directions-item {
    width: 49%;
    margin-bottom: 2%;
    height: 370px;
    position: relative;
    border-radius: 12px;
    background-color: var(--bg-color);
    overflow: hidden;
}

.home-childs-directions-item .ampli-logo {
    position: absolute;
    z-index: 1;
    top: 55px;
    left: 0;
    right: 0;
}

.home-childs-directions-item .ampli-logo img {
    width: 100%;
    display: block;
}

.home-childs-directions-item .bg-image {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 335px;
    height: 372px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-childs-directions-item .bg-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-childs-directions-item .data {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 30px 20px;
}

.home-childs-directions-item .data:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 209px;
    opacity: 0.77;
    background-image: linear-gradient(to top, var(--bg-color) -4%, rgba(255, 255, 255, 0) 84%);
    z-index: 1;
}

.home-childs-directions-item .data .age {
    position: relative;
    z-index: 2;
    font-family: Ubuntu;
    font-size: 38px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #1c1f26;
}

.home-childs-directions-item .data .directions-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.home-childs-directions-item .data .direction-item {
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: rgba(28, 31, 38, 0.8);
    margin-right: 5px;
    margin-bottom: 5px;
}

.home-childs-directions-item .data .direction-item img {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

@media (max-width: 1200px) {
    .home-childs-directions {
        padding: 50px 15px 0 15px;
    }

    .home-childs-directions-list {
        display: block;
    }

    .home-childs-directions-item {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .home-childs-directions-item:last-child {
        margin-bottom: 0;
    }

    .home-childs-directions-item .data:after {
        height: 97px;
    }

    .home-childs-directions-item .data {
        flex-direction: column-reverse;
        padding: 20px 20px 30px;
        position: relative;
    }

    .home-childs-directions-item .data .age {
        font-size: 30px;
        line-height: 1.6;
        margin-top: 190px;
    }

    .home-childs-directions-item .ampli-logo {
        top: auto;
        bottom: 97px;
    }

    .home-childs-directions-item .bg-image {
        width: 248px;
        height: 275px;
    }
}

.header-video-course-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-video-course-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.header-video-course-wrapper video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
}