/* UX STYLES */


/* roboto-regular - cyrillic_latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/roboto-v20-cyrillic_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('./fonts/roboto-v20-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/roboto-v20-cyrillic_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/roboto-v20-cyrillic_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/roboto-v20-cyrillic_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/roboto-v20-cyrillic_latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-500 - cyrillic_latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/roboto-v20-cyrillic_latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'), url('./fonts/roboto-v20-cyrillic_latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/roboto-v20-cyrillic_latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/roboto-v20-cyrillic_latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/roboto-v20-cyrillic_latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/roboto-v20-cyrillic_latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-700 - cyrillic_latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/roboto-v20-cyrillic_latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url('./fonts/roboto-v20-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/roboto-v20-cyrillic_latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/roboto-v20-cyrillic_latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/roboto-v20-cyrillic_latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/roboto-v20-cyrillic_latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Roboto', sans-serif;
    color: #282828;
    min-width: 320px;
}

.container {
    width: 1200px;
}

.clear_pseudo:before,
.clear_pseudo:after {
    display: none;
}

.ubtn {
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 0;
    border-radius: 25px;
    text-align: center;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ubtn:before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ubtn:hover::before {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}


/* .ubtn_border:before {
    border-radius: 25px;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transform: translate(-5px, 2px);
    transform: translate(-5px, 2px);
    width: calc(100% + 2px);
    height: 54px;
    border: 1px solid transparent;
} */

.ubtn_blue {
    color: #fff;
    background-color: #0089b3;
    border-color: #0089b3;
}

.ubtn_blue:hover {
    border-color: #005d79;
    background-color: #005d79;
}

.ubtn_blue:before {
    border-color: #005d79;
}

.ubtn_green {
    color: #fff;
    background-color: #a8c51b;
    border-color: #a8c51b;
}

.ubtn_green:hover {
    border-color: #8aa218;
    background-color: #8aa218;
}

.ubtn_green:before {
    border-color: #8aa218;
}

.ubtn_transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.ubtn_blue_transparent {
    color: #0089b3;
    background-color: transparent;
    border-color: #0089b3;
}

.ubtn_transparent:hover {
    background-color: #fff;
    border-color: #fff;
}

.item_green .ubtn_transparent:hover {
    color: #7cac42;
}

.item_blue .ubtn_transparent:hover {
    color: #0189b3;
}

.ubtn_small {
    width: auto !important;
    height: auto;
    max-width: 180px;
    max-height: 40px;
    font-size: 12px;
    line-height: 1;
    padding: 8px 16px;
    margin: auto;
}

.uicon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.uicon_card {
    margin-right: 10px;
    width: 16px;
    height: 11px;
    background-image: url('../images/ux/card.svg');
}

.uicon_user {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background-image: url('../images/ux/user.svg');
}

.uicon_menu-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 7px;
    height: 5px;
    background-image: url('../images/ux/menu-arrow.svg');
}

.bg-fade {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.uheader {
    position: relative;
    background-color: #fff;
    z-index: 11;
}

.uheader-nav {
    height: 2.7rem;
    padding-top: 0.6rem;
    background-color: #e8e8e8;
}

.uheader-nav .fb_icon {
    display: inline-block;
    width: 10px;
    height: 15px;
    background-image: url('../images/ux/fb-gray.svg');
}

.uheader-nav .inst_icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../images/ux/inst-gray.svg');
}

.uheader-nav .vk_icon {
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/ux/vk-gray.svg');
}

.uheader-nav .nav-icon {
    display: inline-block;
    margin-right: 4px;
    width: 22px;
    height: 22px;
}

.uheader-nav .nav-link,
.uheader-nav .nav-link a {
    display: flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.uheader-nav .review_icon {
    background-image: url('../images/ux/review.png');
}

.uheader-nav .account_icon {
    background-image: url('../images/ux/account.png');
}

.uheader-nav .payment_icon {
    background-image: url('../images/ux/payment.png');
}

.header_flex {
    display: -webkit-box;
    display: flex;
    align-self: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.uheader-align-col-left,
.uheader-align-col-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.uheader-align-col-left {
    width: 100%;
    max-width: 635px;
}

.uheader-align-col-right {
    width: 100%;
    max-width: 485px;
    /* padding-right: 20px; */
}

.uheader-align-col-left.top-col_left {
    width: fit-content;
    max-width: unset;
}

.uheader-align-col-right.top-col_right {
    max-width: 580px;
}

.top-btn_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.top-btn_wrapper button {
    margin: auto 10px auto auto;
}

.uheader-col_contacts {
    text-align: right;
}

.uheader-col_contacts .main-phone a,
.uheader-col_contacts .main-phone a:hover {
    font-size: 21px;
    color: #a8c51b;
}

.uheader-col_contacts .main-phone a span,
.uheader-col_contacts .main-phone a:hover span {
    color: #000;
}


/* .uheader-col_contacts .main-phone a:hover span {
    color: #0089b3;
} */

.uheader-col_contacts .main-mail a {
    font-size: 13.4px;
    color: #000;
    text-decoration: unset;
}

.uheader-col_logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.logo-body {
    /* margin-right: 25px; */
    margin-top: 5px;
    margin-left: 5px;
}

.logo-body a {
    display: block;
    padding-bottom: 20px;
}

.social-block {
    margin-left: 5px;
    display: -webkit-box;
    display: flex;
}

.social-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 50%;
    font-size: 0;
    margin-right: 8.3px;
}

.social-link:hover {
    border-color: #0089b3;
}

.social-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.vk_icon {
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/ux/vk.svg');
}

.fb_icon {
    display: inline-block;
    width: 10px;
    height: 15px;
    background-image: url('../images/ux/fb.svg');
}

.inst_icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../images/ux/inst.svg');
}

.vk_link:hover .vk_icon {
    background-image: url('../images/ux/vk-blue.svg');
}

.fb_link:hover .fb_icon {
    background-image: url('../images/ux/fb-blue.svg');
}

.inst_link:hover .inst_icon {
    background-image: url('../images/ux/inst-blue.svg');
}

.callback-btn {
    width: 225px;
}

.uheader-top a {
    text-decoration: none;
}

.uheader-top a:hover,
.uheader-top a:focus {
    text-decoration: none;
}

.main-phone {
    /* margin-bottom: 10px; */
}

.main-phone a {
    color: #282828;
}

.main-phone a:hover {
    color: #0089b3;
}

.additional-number {
    font-size: 15px;
    font-weight: 500;
}

.additional-number>span {
    color: #6d6d6d;
}

.main-mail a {
    color: #0089b3;
}

.payment-link-area {
    margin-bottom: 10px;
}

.payment-link-area a {
    color: #a8c51b;
}

.login-btn,
.reg-btn {
    color: #0089b3;
}

.uheader-bottom {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
    .uheader-bottom {
        border-bottom: 10px solid #f4f4f4;
    }

    .main-menu {
        width: calc(100% - 66px);
    }

    .main-menu__item {
        position: relative;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .main-menu__item:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: -3px;
        -webkit-transform: skew(-35deg, 0);
        transform: skew(-35deg, 0);
        background-color: transparent;
    }

    .main-menu__item.selected .main-menu__link,
    .main-menu__item:hover .main-menu__link {
        background-color: #a8c51b;
        color: #fff;
    }

    .main-menu__item.selected .uicon_menu-arrow,
    .main-menu__item:hover .uicon_menu-arrow {
        background-image: url(../images/ux/menu-arrow-white.svg);
    }

    .main-menu__item.selected:after,
    .main-menu__item:hover:after {
        background-color: #8da41d;
    }

    .main-menu__link {
        display: block;
        font-size: 14px;
        color: #282828;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        line-height: 1;
        padding: 27px 0;
        border-left: 1px solid #f4f4f4;
        text-align: center;
    }

    .main-menu__item.blue .main-menu__link {
        color: #0089b3;
    }

    .footer-menu__item.blue .footer-menu__link {
        color: #00f7ff;
    }

    .main-menu__item.blue .main-menu__link:hover,
    .footer-menu__item.blue .footer-menu__link:hover {
        color: #fff;
    }

    .main-menu-list {
        display: -webkit-box;
        display: flex;
    }

    .main-menu-sub-list {
        display: none;
        position: absolute;
        left: -6px;
        background-color: #a8c51b;
        padding: 28px 38px;
        width: 480px;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .main-menu__item.parent:hover>.main-menu-sub-list {
        display: block;
    }

    .main-menu-sub__item.selected .main-menu-sub__link {
        text-decoration: underline;
    }

    .main-menu-sub__link {
        display: block;
        padding: 10px 0;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        line-height: 1;
        text-decoration: none;
    }

    .main-menu-sub__link:hover {
        text-decoration: underline;
    }

    .search-container {
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
    }

    .mobile-toggle,
    .mob_arrow {
        display: none;
    }

    .search-container.selected .fa {
        color: #fff;
    }

    .search-container.selected {
        background-color: #a8c51b;
    }
}

.ufixed {
    position: fixed !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-animation: ufixed 0.3s;
    animation: ufixed 0.3s;
}

@-webkit-keyframes ufixed {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ufixed {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.search-container {
    position: relative;
    width: 66px;
}

.search-container>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
}

.search-container .fa {
    font-size: 18px;
    color: #282828;
}

.search-form-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.search-input {
    line-height: 1;
    padding: 10px 50px 10px 30px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
}

.search-box .input-box {
    background: none;
    border: none;
    position: relative;
    max-width: 385px;
    width: 100%;
}

.search-box .sbmt-box {
    position: absolute;
    right: 0;
    top: 0;
}

.search-icon {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
    background-image: url('../images/ux/search.svg');
}

.search-close {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/ux/close-white.svg');
    cursor: pointer;
}

.top-slider {
    max-height: 595px;
    overflow: hidden;
}

.slide-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 595px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-inner {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.slide-item img {
    max-width: 100%;
}

.slide-content {
    width: 56%;
}

.slide-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.slide-title span {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}

.slide-btn {
    width: 260px;
}

.ux-slider .slick-list {
    margin: 0;
    width: 100%;
}

.ux-slider .slick-dots {
    bottom: 20px;
}

.ux-slider .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

.ux-slider .slick-dots li button {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #a8c51b;
}

.ux-slider .slick-dots li.slick-active button {
    background-color: #a8c51b;
}

.ux-slider .slick-dots li button:before {
    display: none;
}

.title-level-1,
.title-level-2 {
    position: relative;
    font-weight: 500;
    line-height: 1;
}

.title-level-1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.title-level-2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.title_decor {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 13px;
    height: 13px;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.title_decor:before {
    content: "";
    position: absolute;
    /*top: 0;
    right: 0;*/
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #a8c51b;
    border-radius: 50%;
}

.title_decor:after {
    content: '';
    position: absolute;
    /*bottom: 0;
    left: 0;*/
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #a8c51b;
    border-radius: 50%;
}

.title-level-2 .title_decor {
    bottom: 5px;
}

.u-advantages {
    padding: 60px 0 50px;
}

.u-advantages-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.advantage-item {
    width: calc(100% / 4);
}

.advantage__figure {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}


/* .advantage__figure:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
    width: calc(100% + 2px);
    height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
} */

.green_figure {
    background-color: #a8c51b;
}

.green_figure:before {
    border: 1px solid #8aa218;
}

.blue_figure {
    background-color: #0089b3;
}

.blue_figure:before {
    border: 1px solid #005d79;
}

.advantage__img {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.adv_teach {
    background-image: url('../images/ux/teacher.svg');
}

.adv_lang {
    background-image: url('../images/ux/planet-earth.svg');
}

.adv_course {
    background-image: url('../images/ux/book.svg');
}

.adv_vr {
    background-image: url('../images/ux/reality.svg');
}

.adv_clipboard {
    background-image: url('../images/ux/clipboard.svg');
}

.adv_school {
    background-image: url('../images/ux/school.svg');
}

.adv_desktop {
    background-image: url('../images/ux/desktop.svg');
}

.adv_english {
    background-image: url('../images/ux/english.svg');
}

.advantage__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.advantage__text {
    font-size: 15px;
    max-width: 200px;
    line-height: 1.6;
}

.advantage__text.full_width {
    max-width: 100%;
    padding-right: 15px;
}

.u-about {
    padding: 50px 0 40px;
}

.about-text p {
    font-size: 15px;
}

.main-services {
    margin-bottom: 45px;
}

.main-services-block {
    margin-bottom: 45px;
}

.main-services-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.main-services-item {
    padding: 40px 0;
    width: calc(100% / 3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.main-services-item:hover {
    cursor: default;
    z-index: 1;
    box-shadow: 0 0 15px 0 rgba(64, 64, 64, 0.6);
}

.item_green {
    background-color: #7cac42;
}

.item_blue {
    background-color: #0189b3;
}

.main-services-item_name {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    height: 85px;
    margin-bottom: 30px;
}

.main-services-item_nav {
    margin: auto;
    width: 200px;
}

.main-services-all {
    margin: 20px auto 30px;
    width: 260px;
}

.text-block-p {
    font-size: 15px;
    margin: 0;
}

.text-block-p a {
    text-decoration: none;
}

.text-block-p a:hover {
    text-decoration: underline;
}

.text-block-ul li {
    font-size: 15px;
}

.text-block-table {
    border: none;
    font-size: 15px;
}

.text-block-table tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.text-block-table tr:nth-child(even) {
    background-color: #fff;
}

.text-block-table th {
    background-color: #a8c51b;
    color: #fff;
    text-transform: unset;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    border: none;
    padding: 22px 0;
}

.text-block-table td {
    border: none;
    padding: 20px 20px 20px 0;
}

th.th_course {
    padding-left: 20px;
    width: 140px;
}

td.td_course {
    font-weight: 700;
    padding-left: 20px;
}

th.th_cost {
    width: 180px;
}

td.td_cost span {
    font-weight: 500;
}

.service-box-1 {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-box-1:hover {
    cursor: default;
    z-index: 1;
    box-shadow: 0 0 15px 0 rgba(64, 64, 64, 0.6);
}

.service-box-1:nth-child(even) {
    background-color: #0189b3;
}

.service-box-1:hover a {
    color: #fff;
}

.service-box-1:nth-child(even) .ubtn_transparent:hover {
    color: #0189b3;
}

.service-box-1:nth-child(odd) .ubtn_transparent:hover {
    color: #7cac42;
}

.service-box-1:hover .box-top {
    background-color: transparent;
}

.box-top {
    padding: 45px 0;
}

.optional-service-item {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    height: 85px;
    margin-bottom: 45px;
    line-height: 1.3;
}

.service-box-1 .ubtn {
    max-width: 200px;
    margin: auto;
}

.optional-service-img-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 103px;
    height: 103px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto 30px;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .4);
}

.otional-service-img {
    width: 50px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.optional_man {
    background-image: url('../images/ux/man.svg');
}

.optional_audit {
    background-image: url('../images/ux/audit.svg');
}

.optional_seminar {
    background-image: url('../images/ux/seminar.svg');
}

.optional_course {
    background-image: url('../images/ux/course.svg');
}

.u-results {
    padding: 60px 0;
}

.results-inner {
    display: -webkit-box;
    display: flex;
}

.result-item {
    width: calc(100% / 4);
}

.result-item__digit {
    display: -webkit-box;
    display: flex;
    font-size: 72px;
    font-weight: 500;
}

.result-digit {
    color: #a8c51b;
}

.result-percent {
    color: #0089b3;
}

.result-item__text {
    font-size: 15px;
    margin-right: 15px;
}

.u-trust-us {
    padding: 50px 0 20px;
}

.u-trust-us-inner {
    display: -webkit-box;
    display: flex;
}

.u-trust-us-item a {
    display: block;
    text-align: center;
}

.text-center {
    text-align: center;
}

.u-feedback-form {
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/ux/feedback_min.jpg');
}

.feedback-form-body {
    padding-top: 70px;
    padding-left: 420px;
    padding-right: 70px;
}

.feedback-form-title {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}

.feedback-form-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.has_col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.form-row .form-col .form-input:not(:last-child) {
    margin-bottom: 33px;
}

.feedback-col_left {
    width: 250px;
}

.feedback-col_right {
    width: 405px;
}

.form-row .form-input {
    overflow: visible;
    margin: 0;
}

.form-row input[type='text'],
.form-row input[type='tel'] {
    font-size: 16px;
    line-height: 1.2;
    padding: 14.5px 25px;
    border-radius: 25px;
    float: none;
    width: 100%;
    border: 1px solid #fff;
}

.form-row textarea {
    font-size: 16px;
    line-height: 1.2;
    padding: 14.5px 25px;
    border-radius: 25px;
    float: none;
    height: 133px;
    width: 100%;
    border: 1px solid #fff;
}

.form-row .errors {
    position: absolute;
    top: -22px;
    right: 0;
    margin: 0;
    color: #a31c1c;
    font-size: 10px;
}

#contact input.error,
textarea.error {
    background-color: #fff0f5;
}

.field-group {
    position: relative;
}

.field-group .float-label {
    position: absolute;
    font-size: 16px;
    left: 25px;
    top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.field-group.input .float-label {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.field-group.textarea .float-label {
    top: 15px;
}

.field-group input:focus+.float-label,
.field-group input.focused+.float-label,
.field-group textarea:focus+.float-label,
.field-group textarea.focused+.float-label {
    font-size: 12px;
    top: -15px;
    left: 0;
    color: #fff;
    padding: 0;
    z-index: 2;
}

.field-group textarea:focus+.float-label,
.field-group textarea.focused+.float-label {
    top: -20px;
}

.sbmt_col {
    width: 225px;
}

.privacy_input .errors {
    right: initial;
    left: 0;
    top: initial;
    bottom: -5px;
}

.privacy_col {
    width: calc(100% - 225px);
}

.privacy_col {
    position: relative;
    color: #fff;
}

.label-accept {
    position: relative;
    margin: 0;
    padding-left: 37px;
    line-height: 1.2;
}

.label-accept:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 27px;
    height: 27px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

.label-accept:after {
    content: '';
    display: none;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 15px;
    height: 5px;
    border-bottom: 2px solid #a6c646;
    border-left: 2px solid #a6c646;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.label-accept a {
    color: #fff;
}

.label-accept a:hover {
    text-decoration: none;
}

.privacy_input input[type='checkbox'] {
    display: none;
}

.privacy_input input[type='checkbox']:checked+label:after {
    display: block;
}

.sent-ok {
    text-align: center;
    color: #fff;
}

.sent-ok-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sent-ok-subtitle {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.sent-ok-img {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/ux/ok-blue.svg');
}

#review.sent .sent-ok-title {
    margin-bottom: 30px;
}

#review.sent {
    max-width: 550px;
    width: 100%;
    background-color: #a8c51b;
}

.u-map-box {
    height: 515px;
}

.u-map-box iframe {
    width: 100%;
    max-height: 100%;
}

#footer {
    background-color: #7e9900;
}

.footer-menu-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}

.footer-menu__link {
    display: block;
    text-decoration: none;
    padding: 35px 0 28px 0;


    color:#FFF;
    font-family: var(--font-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.footer-menu__item.selected .footer-menu__link,
.footer-menu__link:hover {
    color: #fff;
}

.footer-body {
    display: -webkit-box;
    display: flex;
    padding: 35px 0 35px;
    justify-content: space-between;
}

.useful-links__title {
    color:#FFF;
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.useful-menu__link {
    color:#FFF;
    font-family: var(--font-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 12px;
}

.footer_links--first .useful-menu__item{
    max-width: 190px;
}

.useful-menu__link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-col-wrapper{
    display: flex;
    gap: 139px;
}

.useful-menu-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.footer_links--first .useful-menu-list{
    width: 234px;
}

.footer_links--second .useful-menu-list{
    width: 322px;
}

.footer-courses__title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
}

.footer-courses__list {
    gap: 14px;
    margin-top: 22px;
}

.footer-courses__list .useful-menu__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.useful-menu__item {
    display: block;
}

.footer-contact {
    padding: 0;
    margin-bottom: 10px;
}

.footer-contact i,
.footer-contact span,
.footer-contact span a {
    color: #fff;
}

.footer-contact span,
.footer-contact span a {
    text-decoration: none;
    font-size: 15px;
}

.footer-contact span a:hover {
    text-decoration: underline;
}

.footer-contact i {
    min-width: 27px;
}

.f_phone .additional-number>span {
    color: #dbdbdb;
}

footer .social-link {
    background-color: #fff;
}

.f_worktime{
    display: flex;
    gap: 12px;
    align-items: center;
}

.ubtn.ubtn-custom{
    color:#FFF;
    font-family: var(--font-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    width: 218px;
    padding: 12px 0;
}

.footer-cta-area{
    display: flex;
}
.footer-social-area .social-link{
    width:48px;
    height:48px;
    margin: 0;
}
.footer-social-area  .social-block{
    margin-left: 12px;
    gap: 8px;
}
.footer-social-area .social-link svg{
    overflow: clip;
}

.footer-cta-area {
    margin-top: 32px;
    margin-bottom: 30px;
}

.footer-menu-list--custom{
    padding-bottom: 14px;
}

.footer-copyright {
    padding: 20px 0 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.payment-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.payment_form {
    width: 280px;
    margin-right: 20px;
    padding: 30px 25px 35px;
    background-color: #a8c51b;
}

.payment_form input[type="text"],
.payment_form textarea {
    border-radius: 25px;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1;
}

.payment_form input[type="text"] {
    padding: 14.5px 25px;
}

.payment_form textarea {
    padding: 8px 25px;
    resize: vertical;
    max-height: 200px;
}

.payment_image {
    width: calc(100% - 300px);
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.payment-title {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.payment_form .field-group {
    margin-bottom: 30px;
}

.payment_image .img-wrap {
    display: block;
    height: 345px;
    background-position-x: -35px;
    background-size: cover;
}

.section-text-inner {
    padding: 20px 0 0;
}

.section-text-inner .title-level-2 {
    margin-bottom: 15px;
}

.get-order-form {
    background: #6e9fd0;
    border-radius: 25px;
    position: relative;
}

.order-form-title {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.u-order-form-inner {
    padding: 45px 0 40px;
    padding-left: 36%;
    min-height: 360px;
}

.order-form-body {
    width: 100%;
    max-width: 610px;
}

.order-col_left {
    width: 220px;
}

.order-col_right {
    width: 360px;
}

.order-form-image {
    position: absolute;
    bottom: 0;
    left: 110px;
    width: 290px;
    height: 345px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/ux/order-form-img.png');
}

.order-form-body .sbmt_col {
    width: 215px;
}

.ul-list {
    font-size: 15px;
}

.ul-list li {
    font-size: 15px;
    margin-right: 10px;
    padding-left: 10px;
}

.button_ordered_list {
    list-style: none;
    list-style-type: none;
    counter-reset: a;
    padding: 0;
}

.button_ordered_list>li {
    list-style: inherit;
    list-style-type: none;
    position: relative;
    margin: 0 0 6px 50px;
    padding: 6px 8px;
    font-size: 15px;
    background: transparent;
    font-weight: 400;
}

.button_ordered_list>li:before {
    content: counter(a);
    counter-increment: a;
    position: absolute;
    box-sizing: border-box;
    top: .3em;
    left: -50px;
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3px 0;
    border: 3px solid #a1c34f;
    border-radius: 50%;
    color: #a1c34f;
    background: transparent;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
}

.li_margin li {
    margin-bottom: 30px;
}

.button_ordered_list.li_margin>li:before {
    top: 0;
}

.lang-level-item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    align-items: center;
}

.lang-level-item__icon {
    min-width: 80px;
    flex-basis: 80px;
    padding: 10px 7px 7px;
    border-radius: 5px;
    margin-right: 25px;
}

.lang-level-item__title {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 3px;
}

.lang-level-item__desc {
    font-size: 12px;
    font-weight: 700;
}

.lang-level-description {
    font-size: 15px;
}

.lang_lilac {
    background-color: #bf96ff;
}

.lang_violet {
    background-color: #c5ccff;
}

.lang_green {
    background-color: #9dff76;
}

.lang_yellow {
    background-color: #f3ea48;
}

.lang_orange {
    background-color: #ffbe3e;
}

.services-panes {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.pane-item {
    width: calc(100% / 4);
    text-align: center;
    padding: 40px 35px;
}

.pane-item:hover {
    cursor: default;
    z-index: 1;
    box-shadow: 0 0 15px 0 rgba(64, 64, 64, 0.6);
}

.pane-item__title {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    height: 120px;
    margin-bottom: 35px;
    overflow: hidden;
}

.pane_green {
    background-color: #7cac42;
}

.pane_blue {
    background-color: #0189b3;
}

.pane_green .ubtn:hover {
    color: #7cac42;
}

.pane_blue .ubtn:hover {
    color: #0189b3;
}

.add-review-section {
    margin-bottom: 40px;
    background-color: #f4f4f4;
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.add-review-title {
    font-size: 18px;
    color: #232323;
    font-weight: 500;
    margin-right: 35px;
}

.add-review-button {
    width: 260px;
}

.comment-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 15px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

.commnet-avatar {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/ux/avatar.svg');
}

.comment-content {
    width: calc(100% - 120px);
    margin: 0;
}

.comment-header {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.comment-content p {
    padding: 0;
}

.comment-body p {
    margin: 0;
    font-size: 15px;
}

.owner-name {
    text-transform: uppercase;
    font-weight: 700;
    color: #232323;
    margin-right: 5px;
}

.upopup {
    display: none;
    width: 550px;
    padding: 60px 40px 50px 65px;
    border-radius: 25px;
    background-color: #7baada;
}

.upopup.upopup_wide {
    width: 800px;
    padding: 60px 70px;
}

.upopup_wide .upopup-cols {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.upopup_wide .upopup-cols .form-col {
    width: calc(100% / 2 - 10px);
}

.upopup-body {
    max-width: 385px;
}

.upopup_wide .upopup-body {
    max-width: 100%;
}

.upopup-title {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.upopup-subtitle {
    font-size: 15px;
    color: #fff;
}

.upopup-header {
    margin-bottom: 30px;
}

.upopup-body .ubtn {
    width: 230px;
}

.upopup-body .privacy_input {
    color: #fff;
    position: relative;
}

.upopup-body .privacy_input .errors {
    bottom: -18px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.6;
}

.upopup .fancybox-button svg {
    display: none;
}

.upopup .fancybox-close-small {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/ux/close-white.svg);
}

.upopup.sent {
    padding-right: 65px;
}

.upopup.sent .upopup-body {
    max-width: 100%;
}

.sectionWrapper .col-md-9 {
    padding-left: 15px;
    padding-right: 15px;
}

.sectionWrapper.license .row .row {
    margin: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-0 {
    padding-top: 0;
}

.hide {
    display: none;
}

#privacy-agreement {
    max-width: 800px;
}

#privacy-agreement p {
    font-size: 12px;
}

@media (min-width: 992px) {
    .cta-mobile {
        display: none;
    }
}

@media (max-width: 1230px) {
    .container {
        width: 100%;
    }

    .uheader-align-col-left {
        max-width: 415px;
    }

    .uheader-nav .uheader-align-col-right {
        max-width: 43%;
    }

    .uheader-align-col-right.top-col_right {
        max-width: 55%;
    }

    .uheader .ubtn_border:before {
        height: 50px;
    }

    .useful-menu-list,
    .footer_links {
        width: 430px;
    }

    .footer_contacts {
        margin-right: 10px;
    }

    .top-slider {
        max-height: 400px;
    }

    .slide-item {
        height: 400px;
    }

    .main-services-item_name {
        height: 110px;
    }

    .u-about .cell-3 {
        width: 25%;
        float: left;
        clear: unset;
        margin-top: 0;
    }

    .box-top p {
        height: 140px;
    }

    .main-services-all {
        margin-top: 40px;
    }

    .u-results {
        padding: 45px 0;
    }

    .feedback-form-body {
        padding-left: 32%;
    }

    .u-feedback-form .contact-form {
        max-width: 680px;
    }

    .feedback-col_left {
        margin-right: 25px;
    }

    .u-map-box {
        height: 400px;
    }

    .u-map-box iframe {
        height: 400px;
    }

    .main-services-item_name {
        padding: 0 10px;
    }

    .order-form-image {
        left: 20px;
    }

    .u-order-form-inner {
        padding-left: 33%;
        padding-right: 20px;
    }

    .payment_image .img-wrap {
        background-position-x: 30%;
    }
}
.mobile-show{
    display: none;
}
@media (max-width: 991px) {
    .desktop-show{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .footer-cta-area {
        margin-top: 14px;
        margin-bottom: 12px;
    }
    .footer-menu-list.footer-menu-list--custom{
        flex-direction: column;
        height: auto;
        gap: 16px;
    }
    .footer-copyright{
        padding: 16px 0px;
    }
    div.footer-body{
        padding-bottom: 0;
    }
    .results-inner {
        flex-wrap: wrap;
        }
    .no_scroll {
        overflow-y: hidden;
    }

    .uheader-nav .uheader-align-col-left {
        max-width: unset;
        width: fit-content;
        height: fit-content;
    }

    .uheader-nav .uheader-align-col-right {
        max-width: 64%;
    }

    .uheader-align-col-right.top-col_right {
        max-width: 70%;
    }

    .uheader-bottom {
        padding: 0;
        position: relative;
        box-shadow: 0 15px 15px 5px rgba(0, 0, 0, 0.1);
        ;
    }

    .main-menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 55px;
        overflow-y: scroll;
        min-height: 75vh;
        height: 100%;
    }

    .main-menu__inner {
        background-color: #fff;
    }

    .mobile-toggle {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 20px 0;
    }

    .mobile-menu__title {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        margin-left: 10px;
        line-height: 1;
    }

    .mobile-menu-hamb {
        width: 17px;
        height: 10px;
        display: -webkit-inline-box;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

    .mobile-menu-hamb span {
        width: 100%;
        height: 2px;
        background-color: #004377;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mobile-toggle.active span:first-child {
        -webkit-transform: rotate(45deg) translateX(5.5px);
        transform: rotate(45deg) translateX(5.5px);
    }

    .mobile-toggle.active span:nth-child(2) {
        display: none;
    }

    .mobile-toggle.active span:last-child {
        -webkit-transform: rotate(-45deg) translateX(5.5px);
        transform: rotate(-45deg) translateX(5.5px);
    }

    .main-menu-sub-list {
        display: none;
    }

    .main-menu__item {
        padding: 0 15px;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        z-index: 2;
    }

    .main-menu__link {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        color: #282828;
    }

    .main-menu__item.parent.active .main-menu__link {
        color: #fff;
    }

    .main-menu__link span:not(.uicon) {
        display: inline-block;
        padding: 14.5px 0;
        position: relative;
        z-index: 2;
        font-weight: 500;
    }

    .main-menu__link>.uicon {
        display: none;
    }

    .main-menu a:focus,
    .main-menu a:focus span:not(.uicon) {
        text-decoration: underline;
    }

    .main-menu__item.parent>.uicon {
        position: absolute;
        right: 15px;
        top: 20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        z-index: 2;
    }

    .main-menu__item.parent.active .uicon {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        background-image: url('../images/ux/menu-arrow-white.svg');
    }

    .main-menu__item:before {
        content: "";
        display: none;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        background-color: #a8c51b;
        z-index: 2;
    }

    .main-menu__item.parent.active:before {
        display: block;
    }

    .main-menu-sub__link {
        display: inline-block;
        padding: 10px;
        font-size: 14px;
        color: #141414;
        font-weight: 500;
        text-decoration: none;
    }

    .main-menu__item.selected>a,
    .main-menu-sub__item.selected>a {
        color: #0089b3;
    }

    .search-container {
        width: 30px;
    }

    .search-box {
        top: 55px;
        width: 100vw;
        right: -15px;
    }

    .search-box:before {
        display: none;
    }

    .search-box .input-box {
        max-width: calc(100% - 35px)
    }

    .uheader-col_logo {
        max-width: 160px;
    }

    .logo-body {
        margin-right: 0;
    }

    .uheader-align-col-left {
        max-width: 370px;
    }

    .uheader-align-col-right {
        max-width: 350px;
    }

    .top-slider {
        margin-top: 10px;
    }

    .slide-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .slide-content {
        width: 60%;
    }

    .u-advantages {
        padding: 45px 0;
    }

    .advantage__text {
        max-width: 160px;
    }

    .main-services-item_name {
        font-size: 17px;
        height: 90px;
    }

    .main-services-item_nav {
        width: 145px;
    }

    .main-services {
        margin-bottom: 55px;
    }

    .optional-service-item {
        font-size: 17px;
    }

    .box-top {
        padding: 25px 0 40px;
    }

    .optional-service-item {
        /* height: 75px; */
        height: auto;
        margin-bottom: 25px;
    }

    .about-text p {
        padding: 0;
        font-size: 13px;
    }

    .result-item__text {
        padding-right: 10px;
    }

    .result-item__digit {
        font-size: 59px;
    }

    .feedback-form-body {
        padding: 50px 40px 45px;
    }

    .u-feedback-form {
        background-position: right center;
    }

    .u-feedback-form .contact-form {
        max-width: 100%;
    }

    .feedback-col_left {
        width: 300px;
    }

    .feedback-col_right {
        width: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .footer-body {
        flex-wrap: wrap;
    }

    .useful-menu-list {
        height: auto;
    }

    .footer-menu {
        padding: 20px 0 0;
    }

    .footer-menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: 70px;
        flex-wrap: wrap;
    }

    .footer-menu__item {
        width: auto;
    }

    .footer-menu__link {
        padding: 0 0 20px;
    }

    .footer-col {
        width: 50%;
    }

    .footer-body {
        padding: 25px 0;
    }

    .footer_contacts {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-right: 0;
    }

    .footer-col.footer_cta {
        display: none;
    }

    .cta-mobile {
        margin-top: 10px;
    }

    .u-trust-us .white-bg {
        padding: 0 15px;
    }

    .form-input label {
        padding-right: 20px;
    }

    .order-form-image {
        display: none;
    }

    .u-order-form-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .order-form-body {
        max-width: 670px;
        margin: auto;
    }

    .order-col_left {
        width: 280px;
    }

    .payment_image .img-wrap {
        background-position-x: 0;
        background-repeat: no-repeat;
    }

    .pane-item {
        padding: 30px 20px;
    }

    .pane-item__title {
        font-size: 20px;
        height: 105px;
    }

    .slide-title span {
        font-size: 17px;
    }

    .box-top p {
        height: auto;
    }

    .useful-menu-list{
        flex-direction: row;
    }
    .footer_links--first .useful-menu-list{
        width: 100%;
display: flex;
    flex-direction: column;
    }
    .footer_links--first .useful-menu__item{
        width: calc(100% / 2 - 6px);
    }
    .footer_links--second  .useful-menu-list{
        gap: 18px;
display: flex;
    flex-direction: column;
    }
}

@media (max-width: 767px) {

    .sectionWrapper>.container,
    .page-title>.container {
        overflow: hidden;
    }

    header .top-btn_wrapper .ubtn {
        font-size: 13px;
        max-width: 100%;
        width: 100% !important;
        padding: 7px 10px;
    }

    header .uheader-col.uheader-col_cta {
        top: 80px;
        width: 200px;
    }

    header .top-btn_wrapper {
        min-width: 100%;
    }

    .uheader-top {
        padding: 5px 0 0;
    }

    .header_flex {
        flex-wrap: wrap;
    }

    .uheader-align-col-left,
    .uheader-align-col-right {
        max-width: 100%;
    }

    .uheader-align-col-left {
        /* margin-bottom: 10px; */
    }

    .uheader-align-col-left.top-col_left,
    .uheader-align-col-right.top-col_right {
        width: 100%;
    }

    .uheader-align-col-right {
        margin-bottom: 20px;
    }

    .uheader-col_contacts {
        padding-top: 6px;
        padding-left: 17px;
    }

    .logo-body a {
        padding: 0;
        margin-bottom: 3px;
    }

    .nav-review_col,
    .nav-payment_col {
        display: none;
    }

    .uheader-nav .uheader-align-col-right {
        display: block;
        position: absolute;
        right: 20px;
        top: 11px;
        width: fit-content;
    }

    .uheader .callback-btn {
        /* width: 190px; */
        /* font-size: 12px; */
        /* padding: 13px 0; */
    }

    .uheader-col_cta {
        position: absolute;
        width: 140px;
        right: 20px;
        top: 65px;
    }

    .top-btn_wrapper {
        min-width: 160px;
    }

    .ubtn {
        padding: 12px 0;
    }

    .ubtn_small {
        max-width: 125px;
        max-height: 28px;
    }

    .top-btn_wrapper .ubtn {
        padding: 4px 9px;
        margin: auto auto 8px auto;
        font-size: 14px;
        max-width: 160px;
        max-height: 39px;
    }

    .uheader-col_contacts {
        text-align: left;
    }

    .uheader-col_contacts .main-phone,
    .uheader-col_contacts .main-mail {
        line-height: 1;
        margin: 5px 0;
    }

    .uheader-col_contacts .main-phone a {
        font-size: 18px;
    }

    .uheader-col_contacts .main-mail a {
        font-size: 13px;
    }

    .uheader .ubtn_border:before,
    .ubtn_border:before {
        height: 40px;
    }

    .uheader-col_user-area {
        display: -webkit-box;
        display: flex;
    }

    .uheader-col_user-area a {
        display: inline-block;
    }

    .payment-link-area {
        margin: 0;
    }

    .payment-link-area span:not(.uicon) {
        display: none;
    }

    .payment-link-area .uicon,
    .user-area .uicon {
        width: 40px;
        height: 40px;
        border: 1px solid #2e7e96;
        border-radius: 50%;
        background-size: 50%;
        margin: 0;
    }

    .user-area .uicon {
        margin-left: 10px;
    }

    .auth-block {
        position: absolute;
        display: none;
        z-index: 2;
        padding: 10px;
        bottom: 15px;
        right: 60px;
        width: 150px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }

    .mobile-toggle {
        padding: 13px 0;
    }

    .main-menu {
        top: 41px;
    }

    .result-item__digit {
        font-size: 48px;
    }

    .search-box {
        top: 41px;
        padding: 10px 15px;
    }

    .search-box input[type=text] {
        height: 40px;
    }

    .search-box input[type=submit] {
        height: 40px;
    }

    .top-slider {
        max-height: 260px;
    }

    .slide-item {
        height: 260px;
    }

    .slide-title {
        /* font-size: 22px; */
        font-size: 18px;
        margin-bottom: 20px;
    }

    .slide-title span {
        font-size: 16px;
    }

    .slide-btn .ubtn {
        padding: 12px 0;
    }

    .slide-inner {
        -webkit-box-align: start;
        align-items: flex-start;
        padding-top: 50px;
    }

    .slick-slider .slick-list {
        padding: 0;
    }

    .slide-content {
        max-width: 200px;
        width: 100%;
    }

    .slide-btn {
        width: 200px;
    }

    .slide-item {
        /* background-size: auto; */
        background-size: cover;
        background-position: center;
    }

    .u-advantages-body,
    .main-services-body,
    .results-inner {
        flex-wrap: wrap;
    }

    .advantage-item,
    .main-services-item,
    .result-item {
        width: calc(100% / 2);
    }

    .advantage-item {
        margin-bottom: 15px;
    }

    .result-item {
        margin-bottom: 10px;
    }

    .main-services-item,
    .u-about .cell-3 {
        width: calc(100% / 2);
        border-bottom: 2px solid #fff;
    }

    .u-trust-us .white-bg {
        text-align: center;
    }

    .title-level-1 {
        font-size: 24px;
    }

    .title-level-2 {
        font-size: 16px;
    }

    .title_decor {
        bottom: 5px;
    }

    .title-level-2 .title_decor {
        bottom: 0;
    }

    .main-services-item {
        padding: 20px 0 30px;
    }

    .main-services-all {
        margin-top: 20px;
    }

    .main-services {
        margin-bottom: 40px;
    }

    .u-feedback-form {
        height: auto;
        background-size: cover;
        min-height: 300px;
    }

    .feedback-form-body {
        padding: 20px 0;
    }

    .has_col {
        flex-wrap: wrap;
    }

    .feedback-col_left,
    .feedback-col_right {
        width: 100%;
        margin: 0;
    }

    .feedback-col_left,
    .form-row .form-col .form-input:not(:last-child) {
        margin-bottom: 25px;
    }

    .feedback-form-title {
        font-size: 21px;
    }

    .feedback-form-subtitle {
        font-weight: 400;
    }

    .feedback-form-subtitle {
        margin-bottom: 25px;
    }

    .form-input label {
        min-height: 30px;
    }

    .footer-menu-list {
        height: 80px;
    }

    .footer-col {
        width: 100%;
    }

    .footer_links {
        margin-bottom: 30px;
    }

    .footer-copyright {
        text-align: left;
    }

    .useful-menu-list,
    .footer_links {
        width: 100%;
    }

    .main-services-item_nav {
        width: 130px;
    }

    .main-services-item_name {
        height: 50px;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .optional-service-img-container {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .otional-service-img {
        width: 40px;
        height: 40px;
    }

    .optional-service-item {
        /* height: 45px; */
    }

    .u-about .cell-3 {
        padding: 0 10px;
    }

    .box-top {
        padding: 20px 0;
    }

    .box-top p {
        /* height: 110px; */
        padding: 20px 0;
    }

    .optional-service-item {
        font-size: 15px;
    }

    .result-item__text {
        padding-right: 5px;
    }

    .u-results {
        padding-bottom: 30px;
    }

    .u-trust-us {
        padding: 0;
    }

    .u-trust-us .title-level-1 {
        margin-bottom: 0;
    }

    .privacy_col,
    .sbmt_col {
        width: 100%;
    }

    .privacy_col {
        margin-bottom: 15px;
    }

    .sbmt_col {
        width: 190px;
    }

    .privacy_input .errors {
        top: -21px;
        bottom: unset;
    }

    .footer-menu-list {
        padding-bottom: 10px;
    }

    .footer-body {
        padding-bottom: 10px;
    }

    .page-title h1 {
        font-size: 26px;
    }

    .u-order-form-inner {
        padding: 20px 15px;
    }

    .u-order-form-inner .order-col_left,
    .u-order-form-inner .order-col_right {
        width: 100%;
    }

    .u-order-form-inner .order-col_left {
        margin-bottom: 25px;
    }

    .text-block-p,
    .advantage__text {
        font-size: 14px;
    }

    .lang-level-item {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .section-text-inner .advantage-item {
        width: 100%;
    }

    .section-text-inner .advantage__text.full_width {
        padding-right: 0;
    }

    .section-text-inner .advantage__figure {
        margin-left: auto;
        margin-right: auto;
    }

    .lang-level-item__icon {
        margin-right: 10px;
    }

    .pane-item {
        width: calc(100% / 2);
        margin-bottom: 2px;
    }

    .payment-area {
        flex-wrap: wrap;
    }

    .payment_form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .payment_image .img-wrap {
        background-size: contain;
        height: 220px;
    }

    .upopup {
        padding: 35px 20px;
    }

    .upopup .fancybox-close-small {
        right: 10px;
        top: 10px;
    }

    .upopup-body {
        max-width: 100%;
    }

    .upopup-title {
        font-size: 22px;
    }

    .upopup-subtitle {
        font-size: 13px;
    }

    .add-review-section {
        flex-wrap: wrap;
    }

    .add-review-title {
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }

    .commnet-avatar {
        display: none;
    }

    .comment-content {
        width: 100%;
    }

    .upopup_wide .upopup-cols {
        flex-wrap: wrap;
    }

    .upopup_wide .upopup-cols .form-col {
        width: 100%;
    }

    .upopup.upopup_wide {
        padding: 30px 20px;
        width: 550px;
    }

    th.th_course {
        width: auto;
    }

    .text-block-table th {
        padding: 22px 10px;
    }

    .text-block-table td {
        padding: 20px;
    }

    .ul-list li {
        margin: 0 0 10px;
    }

    .upopup.sent {
        padding: 30px 20px;
    }

    #to-top {
        bottom: 120px !important;
    }

    .ux-slider .slick-dots li,
    .ux-slider .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .ux-slider .slick-dots {
        bottom: 6px;
    }
}

@media (max-width: 490px) {
    header .uheader-align-col-right.top-col_right {
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        margin-bottom: 10px;
    }

    header .uheader-col.uheader-col_logo {
        margin: auto auto 8px;
    }

    header .uheader-align-col-right.top-col_right .uheader-col.uheader-col_contacts {
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    header .top-btn_wrapper .ubtn {
        font-size: 14px;
        max-width: 100%;
        width: 100% !important;
        padding: 10px;
    }

    header .uheader-align-col-right.top-col_right .uheader-col.uheader-col_cta {
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
        margin-top: 10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .uheader-col_logo {
        max-width: 120px;
    }

    .additional-number,
    .main-phone a,
    .main-mail a {
        font-size: 13px;
    }

    .main-phone {
        /* margin-bottom: 5px; */
    }

    .advantage__figure {
        width: 80px;
        height: 80px;
    }

    .advantage__img {
        width: 40px;
        height: 40px;
    }

    .footer-menu-list {
        height: 135px;
    }

    .footer-menu__item {
        width: 50%;
    }

    .box-top p {
        /* height: 105px; */
        padding: 0;
    }

    .main-services-item_name {
        height: 90px;
    }

    .optional-service-item {
        /* height: 60px; */
        font-weight: 400;
    }

    .search-box {
        right: -10px;
    }

    .form-row textarea {
        height: 100px;
    }

    .footer-menu__link {
        line-height: 1.4;
        padding: 0 0 7px;
    }

    .pane-item {
        width: 100%;
    }

    .pane_green,
    .pane_blue {
        background-color: unset;
    }

    .pane-item:nth-child(odd) {
        background-color: #7cac42;
    }

    .pane-item:nth-child(even) {
        background-color: #0189b3;
    }

    .pane-item__title {
        font-size: 20px;
    }

    .payment_image .img-wrap {
        height: 150px;
    }

    .payment_form {
        padding: 30px 15px 35px;
    }

    .text-block-table td {
        padding: 5px;
    }

    .js-table-wrap {
        width: 100%;
        overflow-x: scroll;
    }

    table * {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .box-top p {
        /* height: 190px; */
    }

    .feedback-form-subtitle {
        padding-right: 10px;
    }

    .slide-item {
        background-position: 60% center;
    }
}

.u-feedback-form {
    min-height: 550px;
}

.u-feedback-form {
    min-height: 0;
    height: auto;
    background: #078fae;
    border-top: 1px solid #a8c51b;
    border-bottom: 1px solid #a8c51b;
}

.feedback-v2 .feedback-form-body {
    padding: 28px 0 30px;
}

.feedback-v2__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 34px;
    max-width: 1120px;
    margin: 0 auto;
}

.feedback-v2__main {
    width: 100%;
    max-width: 620px;
}

.feedback-v2__header {
    margin-bottom: 18px;
}

.feedback-v2 .feedback-form-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.feedback-v2 .feedback-form-subtitle {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 0;
}

.feedback-v2__form {
    width: 100%;
}

.feedback-v2__grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-areas:
        "name text"
        "phone text"
        "captcha submit"
        "privacy privacy";
    gap: 12px 30px;
    align-items: start;
}

.feedback-v2__field--name {
    grid-area: name;
}

.feedback-v2__field--phone {
    grid-area: phone;
}

.feedback-v2__field--text {
    grid-area: text;
}

.feedback-v2__captcha {
    grid-area: captcha;
    position: relative;
    width: 160px;
    height: 42px;
    overflow: visible;
    border-radius: 6px;
    background: transparent;
}

.feedback-v2__privacy {
    grid-area: privacy;
    max-width: 475px;
    margin-top: 0;
    color: #fff;
}

.feedback-v2__submit {
    grid-area: submit;
}

.feedback-v2 .form-input {
    position: relative;
    margin: 0;
}

.feedback-v2 input[type='text'],
.feedback-v2 input[type='tel'],
.feedback-v2 textarea {
    display: block;
    width: 100%;
    float: none;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-family: var(--font-main);
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
}

.feedback-v2 input[type='text'],
.feedback-v2 input[type='tel'] {
    height: 43px;
}

.feedback-v2 textarea {
    height: 110px;
    resize: none;
}

.feedback-v2 input::placeholder,
.feedback-v2 textarea::placeholder {
    color: #7ea8ba;
    opacity: 1;
}

.feedback-v2 .ubtn.ubtn_green {
    width: 100%;
    min-width: 0;
    height: 42px;
    border: 0;
    border-radius: 6px;
    background: #a8c51b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 18px;
    text-transform: none;
}

.feedback-v2 .ubtn.ubtn_green:before {
    display: none;
}

.feedback-v2 .label-accept {
    display: block;
    min-height: 24px;
    padding-left: 32px;
    color: #fff;
    font-size: 10px;
    line-height: 1.25;
}

.feedback-v2 .label-accept:before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
}

.feedback-v2 .label-accept:after {
    top: 5px;
    left: 4px;
    width: 13px;
    height: 6px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}

.feedback-v2 .label-accept a {
    color: #fff;
    text-decoration: underline;
}

.feedback-v2 .form-row .errors,
.feedback-v2 .errors {
    position: absolute;
    top: -16px;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.feedback-v2__captcha .g-recaptcha {
    transform: scale(.53);
    transform-origin: 0 0;
}

.feedback-v2__captcha #g-recaptcha-error {
    position: absolute;
    left: 0;
    top: 44px;
    width: 220px;
    font-size: 10px;
}

.feedback-v2__image {
    width: 246px;
    flex: 0 0 246px;
    margin-top: -18px;
}

.feedback-v2__image img {
    display: block;
    width: 100%;
    height: auto;
}

.feedback-v2.sent .feedback-form-body {
    padding: 14px 0;
}

.feedback-v2.sent .feedback-v2__content {
    display: block;
    max-width: 100%;
}

.feedback-v2.sent .feedback-v2__main,
.feedback-v2.sent .feedback-v2__form {
    max-width: none;
    width: 100%;
}

.feedback-v2.sent .feedback-v2__image {
    display: none;
}

.feedback-v2.sent .sent-ok {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 214px;
    align-items: center;
    min-height: 168px;
    padding: 22px 120px 16px 185px;
    border: 1px solid rgba(168, 197, 27, .55);
    border-radius: 6px;
    color: #fff;
    text-align: left;
}

.feedback-v2.sent .sent-ok-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: start;
    min-width: 320px;
}

.feedback-v2.sent .sent-ok-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.feedback-v2.sent .sent-ok-subtitle {
    margin-bottom: 22px;
    font-size: 11px;
    line-height: 1.35;
}

.feedback-v2.sent .sent-ok-img {
    position: relative;
    display: block;
    width: 78px;
    height: 78px;
    border: 6px solid #a8c51b;
    border-radius: 50%;
    background: transparent;
}

.feedback-v2.sent .sent-ok-img:after {
    content: '';
    position: absolute;
    left: 22px;
    top: 19px;
    width: 31px;
    height: 17px;
    border-bottom: 6px solid #a8c51b;
    border-left: 6px solid #a8c51b;
    transform: rotate(-45deg);
}

.feedback-v2.sent .sent-ok-mascot {
    align-self: end;
    justify-self: center;
    width: 176px;
    margin-bottom: -4px;
}

.feedback-v2.sent .sent-ok-mascot img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .feedback-v2 .feedback-form-body {
        padding: 20px 18px 22px;
    }

    .feedback-v2__content {
        display: block;
        max-width: 100%;
    }

    .feedback-v2__main {
        max-width: none;
    }

    .feedback-v2 .feedback-form-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .feedback-v2 .feedback-form-subtitle {
        max-width: 285px;
        font-size: 12px;
    }

    .feedback-v2__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "name"
            "phone"
            "text"
            "captcha"
            "privacy"
            "submit";
        gap: 16px;
    }

    .feedback-v2 input[type='text'],
    .feedback-v2 input[type='tel'] {
        height: 30px;
        border-radius: 8px;
        font-size: 11px;
        padding: 8px 24px;
    }

    .feedback-v2 textarea {
        height: 62px;
        border-radius: 8px;
        font-size: 11px;
        padding: 11px 24px;
    }

    .feedback-v2__captcha {
        width: 122px;
        height: 31px;
        overflow: visible;
        background: transparent;
    }

    .feedback-v2__captcha .g-recaptcha {
        width: 304px;
        height: 78px;
        overflow: hidden;
        transform: scale(.4);
        transform-origin: 0 0;
        border-radius: 5px;
        background: #fff;
    }

    .feedback-v2__image {
        position: absolute;
        left: 50%;
        top: 242px;
        width: 42px;
        margin: 0 0 0 -9px;
        pointer-events: none;
    }

    .feedback-v2__privacy {
        max-width: none;
        margin-top: 0;
    }

    .feedback-v2 .label-accept {
        min-height: 24px;
        padding-left: 34px;
        font-size: 10px;
    }

    .feedback-v2 .label-accept:before {
        width: 22px;
        height: 22px;
    }

    .feedback-v2 .label-accept:after {
        top: 6px;
        left: 5px;
        width: 15px;
        height: 7px;
    }

    .feedback-v2 .ubtn.ubtn_green {
        height: 38px;
        border-radius: 8px;
        font-size: 13px;
    }

    .feedback-v2.sent .feedback-form-body {
        padding: 14px 10px;
    }

    .feedback-v2.sent .sent-ok {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 22px 18px;
        text-align: center;
    }

    .feedback-v2.sent .sent-ok-content {
        justify-self: center;
        min-width: 0;
    }

    .feedback-v2.sent .sent-ok-title {
        font-size: 20px;
    }

    .feedback-v2.sent .sent-ok-mascot {
        width: 120px;
        margin: 18px auto -6px;
    }
}

@media (max-width: 400px) {
    .feedback-v2 .feedback-form-body {
        padding-left: 19px;
        padding-right: 18px;
    }
}
