@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
}

/* ========================== */
body {
    font-family: 'Montserrat', sans-serif;
    min-width: 360px;
}

section.section_screen {
    margin-bottom: 0;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.wrapper_page {
    overflow: hidden;
}

.header_logo_link img {
    width: 216px;
}

.section_screen {
    min-height: 100vh;
    padding: 100px 0;
}

.section_first_screen {
    background-image: url(/wp-content/themes/house/img/first_screen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
}

header {
    position: absolute;
    top: 0px;
    padding-top: 15px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all .3s ease;
}

header.active {
    padding: 0;
    background-color: #2F344A;
    position: fixed;
}

header.active .btn_quest_whats img {
    width: 22px;
}

header.active .btn_quest_whats {
    padding: 11px 15px;
}

header.active .header {
    padding: 4px 0;
}

.header.header.header {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}

.header_menu_list {
    display: flex;
    align-items: center;
    gap: 33px;
}

.header_menu_list a {
    color: #FFF;
    font-size: 13px;

    font-weight: 500;
    text-transform: uppercase;
}

.btn_quest_whats {
    border-radius: 20px;
    background: #51C553;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #FFF;
    font-size: 11.5px;
    font-weight: 500;
}

.wrapper_heare_for_mob {
    display: flex;
    align-items: center;
}

.header_tel_link {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header_tel_work_hour {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.header_tel_wrapper {
    margin-left: 30px;
}

.header_wrapper_contacts {
    display: flex;
    align-items: center;
}

.wrapper_heare_for_mob {
    gap: 30px;
}

.shadow_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 0;
}

.shadow_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.section_first_screen_title {
    color: #FFF;
    text-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;

}

.section_first_screen_title span {
    color: #E1D142;
    display: block;
}

.section_first_screen .z-index-pos {
    position: relative;
    z-index: 3;
}

.section_first_screen {
    display: flex;
    align-items: center;
}

.first_screen_form_manager_info {
    display: flex;
    align-items: center;
}

.allvisit {
    padding-top: 293px;
}

.allvisit__block {
    display: flex;
    gap: 35px;
}

.allvisit__item {
    text-align: center;
    max-width: 189px;
}

.allvisit__circle {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #D2D2D2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 13px;
}

.allvisit__circle img {
    flex-shrink: 0;
}

.allvisit__text {
    color: #3D455C;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.allvisit__caption {
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 20px;
}

.first_screen_form_icon {
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    margin-right: 18px;
}

.first_screen_body_form {
    border-radius: 7px;
    background: rgb(255 255 255 / 80%);
    padding: 25px 29px 29px 25px;
    max-width: 390px;
}

.section_first_screen .first_screen_body_form {
    margin: 0 0 0 auto;
}

.three_screen .first_screen_body_form {
    margin: 0 0 0 auto;
}

.first_screen_form_name {
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 2px;
}

.first_screen_form_manager {
    color: #010101;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.first_screen_form_bold_txt {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.first_screen_form_subtitle {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.first_screen_form {
    width: 100%;
}

.first_screen_form_input {
    border-radius: 7px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    padding: 11px 16px;
    color: #737373;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

.first_screen_form_input::placeholder {
    color: #BBB;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

.first_screen_form_btn {
    display: block;
    border-radius: 7px;
    background: #3D455C;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 14px;
    overflow: hidden;
    position: relative;
}

.first_screen_form_btn:hover {
    color: #fff;
}

.first_screen_form_btn::after {
    /* content: '';
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; */

    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    position: absolute;
    left: -40px;
    top: -100px;
    top-animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 10.5s;
    animation-duration: 10.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}

.wrapper_input_anim {
    overflow: hidden;
    position: relative;
}

.wrapper_input_anim::after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    position: absolute;
    left: -40px;
    top: -100px;
    top-animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 10.5s;
    animation-duration: 10.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }

    10% {
        left: 110%;
        margin-left: 80px
    }

    100% {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes ripple {
    20% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.first_screen_form_btn.mt12 {
    margin-top: 12px;
}

.first_screen_form_input.mt9 {
    margin-top: 9px;
}

.first_screen_form_bold_txt.mt13 {
    margin-top: 13px;
}

.first_screen_form_terms_checkbox {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
}

.form_terms_txt {
    color: #7B7B7B;
    font-size: 9.5px;
    font-weight: 500;
    line-height: 13px;
}

.form_terms_checkbox {
    margin-right: 6px;
}

.first_screen_advant_list {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin-top: 244px;
}

.first_screen_advant_item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.first_screen_advant_item .icon_advant {
    width: 20.84px;
}

.advant_item_txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;

}

.btn_burger {
    display: none;
}

.btn_quest_whats.for_mob {
    display: none;
}

@media (max-width: 1200px) {
    .btn_quest_whats span {
        display: none;
    }

    .btn_quest_whats {
        padding: 10px;
    }

    .header_menu_list {
        gap: 20px;
    }
}

.wrapper_mob_menu_bar {
    display: none;
}

.section_first_screen_title {
    max-width: 690px;
    margin-top: 20px;
}

@media (max-width: 991.8px) {





    .btn_burger {
        display: flex;
        width: 40px;
        height: 22px;
        flex-direction: column;
        justify-content: space-between;
        background-color: transparent;
        margin-left: 29px;
        position: relative;
        /* padding: 10px 0; */
    }

    .btn_burger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    .btn_burger.active .first {
        transform: rotate(45deg);
        transform-origin: left;
    }

    .btn_burger.active .middle {
        display: none;
    }

    .btn_burger.active .last {
        transform: rotate(-45deg);
        transform-origin: left;
        position: relative;
        left: 0;
        bottom: -8.5px;
    }

    .wrapper_heare_for_mob {
        flex-direction: column;
        position: absolute;
        top: -200px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease;
    }

    .wrapper_heare_for_mob.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(61, 69, 92, 0.9);
    }

    .header_menu_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 46px;
    }

    .wrapper_heare_for_mob {
        padding: 104px 20px 50px;
        align-items: flex-start;
        gap: 94px;
    }

    .header_wrapper_contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .btn_quest_whats span {
        display: block;
    }

    .header_tel_wrapper {
        margin-left: 0;
    }

    header {
        position: fixed;
    }

    .btn_quest_whats.for_mob {
        display: flex;
    }

    .wrapper_mob_menu_bar {
        display: flex;
        align-items: center;
    }

    .section_screen.section_first_screen {
        padding: 80px 0 24px;
    }


    .first_screen_advant_list {
        flex-wrap: wrap;

    }

    .first_screen_advant_item {
        flex: 1 1 0;
    }

    .first_screen_advant_list {
        gap: 25px;
        row-gap: 14px;
    }


}

@media (max-width: 767.8px) {
    .section_first_screen_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
    }

    .section_first_screen_title span {
        display: inline;
    }

    .first_screen_body_form {
        margin-top: 57px;
    }

    .first_screen_advant_list {
        margin-top: 20px;
    }
}

@media (max-width: 576.8px) {
    .first_screen_form_icon {
        width: 61px;
        height: 61px;

    }

    .section_first_screen_title {
        margin-top: 0;
        max-width: 335px;
    }

    .section_first_screen {
        background-image: url(/wp-content/themes/house/img/first_screen_mob.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .first_screen_body_form {
        padding: 14px 21px 14px 17px;
    }
}

.second_screen_body_form {
    padding-right: 60px;
}

.second_screen_wrapper_video {
    border-radius: 7px;
    overflow: hidden;
}

.second_screen_wrapper_video video {
    width: 100%;
    height: 303px;
    object-fit: cover;
}

.second_screen_title_video {
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 17px;
}

.container_swiper_second_screen {
    margin-top: 45px;
}

.container_swiper_second_screen .swiper-slide img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 5px;
}

.container_swiper_second_screen .swiper-slide a {
    display: block;
    position: relative;
}

.container_swiper_second_screen .img_name {
    position: absolute;
    width: 100%;
    bottom: 4px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    z-index: 2;
}

.container_swiper_second_screen .swiper-slide a {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.container_swiper_second_screen .swiper-slide a::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.row_swiper_second_screen {
    position: relative;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -25px);
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -25px);
}

.swiper-button-next:after {
    content: '';
    width: 15.706px;
    height: 41.821px;
    background-image: url('data:image/svg+xml,<svg width="19" height="44" viewBox="0 0 19 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.999756 1L16.7061 21.9093L0.999756 42.8215" stroke="%23161615" stroke-width="2.5" stroke-miterlimit="10"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev:after {
    content: '';
    width: 15.706px;
    height: 41.821px;
    background-image: url('data:image/svg+xml,<svg width="19" height="44" viewBox="0 0 19 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.7063 1L1.99996 21.9093L17.7063 42.8215" stroke="%23161615" stroke-width="2.5" stroke-miterlimit="10"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.row_swiper_second_screen .swiper-pagination {
    bottom: -30px;
}

.col_swiper_seven_screen .swiper-pagination {
    bottom: -30px;
}

.row_swiper_second_screen .swiper-pagination-bullet,
.col_swiper_seven_screen .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #666666;
    transform: scale(1);
    opacity: 1;
}

.row_swiper_second_screen .swiper-pagination-bullet.swiper-pagination-bullet-active,
.col_swiper_seven_screen .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    border: 1px solid #666666;
}

.row_swiper_second_screen .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.col_swiper_seven_screen .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    display: block;

    width: 100%;
    height: 100%;
    background-color: #666666;
    border-radius: 50%;
}

.row_swiper_second_screen .swiper-pagination-bullets-dynamic {
    overflow-y: visible;
}

.section_screen.second_screen {
    min-height: auto;
    padding: 45px 0 114px;
}

.second_screen_row_rewerse {
    flex-wrap: wrap-reverse;
}

.container_form_second_screen {
    display: none;
}

@media (max-width: 991.8px) {
    .first_screen_body_form.second_screen_body_form.mob_hide {
        display: none;
    }

    .row_swiper_second_screen .col-12 {
        padding: 0;
    }

    .container_swiper_second_screen {
        margin-top: 17px;
    }

    .second_screen_title_video {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .section_screen.second_screen {
        padding: 13px 0 0;
    }

    .container_form_second_screen {
        display: block;
    }

    .second_screen_body_form.second_screen_body_form {
        margin-top: 47px;
        padding: 14px 21px;
    }
}

.section_screen.three_screen {
    padding: 155px 0 165px;
    min-height: auto;
    background-image: url(/wp-content/themes/house/img/three_screen.webp);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.title_three_screen {
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
}

.description_three_screen {
    color: #F2F2F2;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.list_three_screen {
    margin-top: 13px;
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
    padding-left: 15px;
}

.list_three_screen li {
    list-style: disc;

}

.logos_three_screen {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    gap: 26px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
}

.img_dom_rf {
    width: 34px;
}

.img_dom_click {
    width: 85px;
}

.img_rsb {
    width: 28px;
}

.img_vtb {
    width: 61px;
}

.box_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
}

.three_screen .container-xxl {
    position: relative;
    z-index: 3;
}

@media (max-width: 767.8px) {
    .section_screen.three_screen {
        padding: 34px 0 20px;
    }

    .title_three_screen {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .description_three_screen {
        display: none;
    }

    .list_three_screen {
        margin-top: 25px;
        font-size: 17px;
        line-height: 34px;
    }

    .three_screen .first_screen_body_form {
        margin-top: 33px;
    }
}

@media (max-width: 576.8px) {
    .logos_three_screen {
        width: 100%;
        justify-content: space-between;
    }

    .section_screen.three_screen {
        background-image: url(/wp-content/themes/house/img/three_screen_mob.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.section_screen.four_screen {
    padding: 167px 0;
    min-height: auto;
    background-image: url(/wp-content/themes/house/img/four_screen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.four_screen_bg_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.row_four_screen {
    position: relative;
    z-index: 2;
}

.title_four_screen {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
}

.list_four_screen {
    margin-top: 28px;
    color: #363D50;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list_four_screen li {
    list-style: disc;
}

/* .wrapper_form_date_select {
    display: flex;
    align-items: center;
    gap: 11px;
} */
.wrapper_form_date_select p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wrapper_form_date_select.mt14 {
    margin-top: 14px;
}

.first_screen_form_input.form_input_select {
    width: 50%;
}

.wrapper_padding_four_screen {
    padding-right: 10%;
}

.row_four_screen {
    flex-wrap: wrap-reverse;
}

@media (max-width: 991.8px) {
    .wrapper_padding_four_screen {
        padding-right: 0;
    }
}

@media (max-width: 767.8px) {
    .section_screen.four_screen {
        padding: 30px 0 20px;
    }
}

@media (max-width: 576.8px) {
    .four_screen_bg_img {
        bottom: 0;
        width: 322px;
        left: auto;
        right: -20%;
        transform: none;
    }

    .title_four_screen {
        font-size: 20px;
        line-height: 24px;
    }

    .list_four_screen {
        margin-top: 24px;
    }

    .first_screen_form_input.form_input_date,
    .first_screen_form_input.form_input_select {
        padding: 11px 12px;
    }
}

.section_screen.five_screen {
    padding: 140px 0 78px;
    min-height: auto;
    background-color: #F0F0F0;
}

.wrapper_padding_five_screen {
    padding-left: 10%;
    position: relative;
    z-index: 1;
}

.col_wrapper_tax_img {
    position: relative;
}

.tax_img {
    position: absolute;
    width: 300%;
    z-index: 0;
    top: -40px;
    right: -80%;
}

@media (max-width: 767.8px) {
    .section_screen.five_screen {
        padding: 20px 0;
    }

    .section_screen.five_screen .first_screen_body_form {
        margin-top: 240px;
    }

    .wrapper_padding_five_screen {
        padding: 0;
    }

    .tax_img {
        width: 100%;
        right: 0;
        top: 0;
        transform: translateY(25%);
    }
}

@media (max-width: 600.8px) {
    .tax_img {
        transform: translateY(45%);
    }
}

@media (max-width: 510.8px) {
    .tax_img {
        transform: translateY(75%);
    }
}

@media (max-width: 410.8px) {
    .tax_img {
        transform: translateY(100%);
    }
}

.section_screen.six_screen {
    padding: 125px 0 200px;
    min-height: auto;
    background-image: url(/wp-content/themes/house/img/six_screen.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.title_six_screen {
    color: #FFF;
    text-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
}

.description_six_screen {
    margin-top: 13px;
    color: #FFF;
    text-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

.wrapper_padding_six_screen {
    padding-right: 10%;
}

.six_screen_box_shadow {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.section_screen.six_screen .container-xxl {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.8px) {
    .d_mob_none {
        display: none;
    }

    .row_six_screen {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 767.8px) {
    .section_screen.six_screen {
        padding: 30px 0 20px;
    }

    .wrapper_padding_six_screen {
        padding: 0;
    }

    .six_screen .first_screen_body_form {
        margin-top: 180px;
    }

    .description_six_screen {
        margin-top: 18px;
    }
}

@media (max-width: 576.8px) {
    .section_screen.six_screen {
        background-image: url(/wp-content/themes/house/img/six_screen_mob.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .title_six_screen {
        font-size: 20px;
        line-height: 24px;
    }

    .description_six_screen {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

.section_screen.seven_screen {
    background: #FFF;
    padding: 35px 0 18px;
    min-height: auto;
}

.title_seven_screen {
    color: #3D455C;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
}

.description_seven_screen {
    margin-top: 7px;
    color: #3D455C;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
}

.col_swiper_seven_screen {
    position: relative;
    margin-top: 25px;
}

.swiper_advant_body {
    border-radius: 7px;
    background: #F9F9F9;
    padding: 18px 26px 28px;
}

.swiper_advant_body .title_wrapper {
    display: flex;
    align-items: flex-start;
}

.swiper_advant_body .number {
    width: 45px;
    flex-shrink: 0;
    color: #363D50;
    font-size: 40.5px;
    font-weight: 500;
    line-height: 42px;
}

.swiper_advant_body .title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
}

.swiper_advant_body_description {
    margin-top: 10px;
    color: #404040;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}

.col_swiper_seven_screen .swiper-slide {
    display: flex;
    height: auto;
}

.wrapper_padding_seven_screen {
    padding-left: 10%;
}

.row_seven_screen_video_form {
    margin-top: 55px;
}

.row_seven_screen_video_form .second_screen_wrapper_video {
    margin-top: 28px;
}

.seven_screen_container_form_for_mob {
    display: none;
}

@media (max-width: 991.8px) {
    .wrapper_padding_seven_screen {
        /* padding: 0; */
    }
}

@media (max-width: 767.8px) {
    .row_wrap_rew_seven_screen {
        display: flex;
        flex-direction: column-reverse;
    }

    .d_mob_none_form_seven_screen {
        display: none;
    }

    .seven_screen_container_form_for_mob {
        display: block;
    }

    .row_seven_screen_video_form {
        margin: 0;
    }

    .row_seven_screen_video_form .second_screen_wrapper_video {
        margin-top: 10px;
    }

    .title_seven_screen {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .description_seven_screen {
        margin-top: 2px;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
    }

    .col_swiper_seven_screen {
        margin-top: 10px;
        padding-right: 0;
    }

    .wrapper_padding_seven_screen {
        padding: 0;
    }

    .section_first_screen .first_screen_body_form {
        margin-top: 57px;
    }

    .section_screen.seven_screen {
        padding-top: 12px;
    }
}

.section_screen.eight_screen {
    background: #F9F9F9;
    position: relative;
    min-height: auto;
    padding: 140px 0;
    overflow: hidden;
}

.section_we_have-description.section_we_have-description-third {
    min-width: 240px;
}

.pngwing_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}

.pngwing_img_2 {
    position: absolute;
    bottom: 0px;
    right: 10%;
    width: 50%;
}

.eight_screen .container-xxl {
    position: relative;
    z-index: 3;
}

.eight_screen .first_screen_body_form {
    background: rgba(240, 240, 240, 0.87);
}

.title_eight_screen {
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
}

.description_eight_screen {
    margin-top: 7px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

@media (max-width: 767.8px) {
    .pngwing_img {
        display: none;
    }

    .section_screen.eight_screen {
        padding: 80px 0 17px;
    }

    .eight_screen .first_screen_body_form {
        margin-top: 127px;
    }

    .pngwing_img_2 {
        width: 90%;
        bottom: 30%;
    }

    .title_eight_screen {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .description_eight_screen {
        margin-top: 9px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

.section_screen.nine_screen {
    padding: 30px 0 45px;
    min-height: auto;
    background-color: #fff;
}

.nine_screen_title_section {
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
}

.list_popular_proj {
    display: flex;
    gap: 20px;
}

.list_popular_proj.pnews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.item_popular_proj {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
}

.popular_proj_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 185px;
    color: #505050;
    font-size: 13px;
    font-weight: 600;
    padding: 14px 0;
}

.list_popular_proj.mt20 {
    margin-top: 20px;
}

.popular_proj_house {
    width: 100%;
}

.list_popular_proj.mt40 {
    margin-top: 40px;
}

.nine_screen_btn_proj {
    display: inline-flex;
    border-radius: 7px;
    background: #3D455C;
    padding: 15px 40px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.wrapper_nine_screen_btn_proj {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991.8px) {
    .popular_proj_info {
        padding: 14px;
        width: 100%;
    }
}

@media (max-width: 767.8px) {
    /* .list_popular_proj {
        
    } */

    .list_popular_proj.pnews {
        gap: 25px 12px;
        grid-template-columns: 1fr 1fr;
    }

    .item_popular_proj {}

    .list_popular_proj.mt40 {
        margin-top: 12px;
    }
}

@media (max-width: 576.8px) {
    .pngwing_img_2 {
        width: 130%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        top: 100px;
    }

    .popular_proj_info {
        padding: 5px 11px 8px;
        font-size: 9px;
        font-weight: 600;
    }

    .section_screen.nine_screen {
        padding: 20px 0 22px;
    }

    .nine_screen_title_section {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .nine_screen_btn_proj {
        width: 100%;
        justify-content: center;
    }

    .wrapper_nine_screen_btn_proj {
        margin-top: 20px;
    }
}

.wrapper_img_you_tube {
    position: relative;
}

.wrapper_img_you_tube img {
    width: 100%;
}

.you_tube_text {
    position: absolute;
    top: 41px;
    left: 40%;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.you_tube_text span {
    font-weight: 400;
    display: block;
}

.section_screen.ten_screen {
    background: #3D455C;
    padding: 47px 0;
    min-height: auto;

}

.wrapper_content_you_tube .title {
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
    line-height: 29px;
}

.wrapper_content_you_tube .list {
    padding-left: 15px;
    margin-top: 14px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.wrapper_content_you_tube .list li {
    list-style: disc;
}

.btn_link_youtube {
    margin-top: 42px;
    padding: 15px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: #F00;
    gap: 17px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.item_you_tube_video {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.item_you_tube_video img {
    width: 100%;
}

.list_you_tube_video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.row_you_tube_video {
    margin-top: 50px;
}

.list_you_tube_video.mt44 {
    margin-top: 44px;
}

.btn_link_youtube.for_mob {
    display: none;
}

@media (max-width: 767.8px) {
    .section_screen.ten_screen {
        padding: 0 0 10px;
    }

    .col_wrapper_img_you_tube {
        padding-left: 0;
    }

    .btn_link_youtube.for_mob {
        display: inline-flex;
        margin: 0;
    }

    .btn_link_youtube.for_desc {
        display: none;
    }

    .col_wrapper_img_you_tube {
        display: flex;
        align-items: center;
    }

    .btn_link_youtube.for_mob {
        padding: 15px 11px;
    }

    .wrapper_content_you_tube {
        margin-top: 11px;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
    }

    .wrapper_content_you_tube .list {
        margin-top: 17px;
        font-size: 16px;
        font-weight: 600;
        line-height: 17px;
    }

    .row_you_tube_video {
        margin-top: 35px;
    }

    .list_you_tube_video {
        flex-wrap: wrap;
        gap: 19px;
        row-gap: 5px;
    }

    .item_you_tube_video {
        width: 48%;
    }

    .list_you_tube_video.mt44 {
        margin-top: 5px;
    }

    .wrapper_img_you_tube img {
        /* min-height: 125px; */
        /* object-fit: cover; */
        /* object-position: right; */
        min-width: 232px;
    }

    .you_tube_text {
        top: 11px;
        font-size: 11px;
    }
}

@media (max-width: 576.8px) {
    .item_you_tube_video {
        width: 47%;
    }

    .btn_link_youtube.for_mob {
        position: relative;
        left: -25px;
    }


    .you_tube_text {
        max-width: 70px;
        left: 47%;
    }
}

@media (max-width: 350.8px) {
    .item_you_tube_video {
        width: 46%;
    }
}

.section_screen.eleven_screen {
    min-height: auto;
    padding: 50px 0 65px;
    background-color: #FFF;
}

.eleven_screen_title {
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
}

.item_video_feedback {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.item_video_feedback img {
    width: 100%;
    border-radius: 7px;

}

.video_feedback_descriptin {
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.row_video_feedback.mt40 {
    margin-top: 40px;
}

.row_video_feedback {
    row-gap: 25px;
}

@media (max-width: 767.8px) {
    .section_screen.eleven_screen {
        padding: 18px 0;
    }

    .row_video_feedback.mt40 {
        margin-top: 17px;
    }

    header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}



@media (max-width: 576.8px) {
    .row_video_feedback {
        row-gap: 15px;
    }


    .eleven_screen_title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
}






.section_yaska {
    background-color: #f9f9f9;

    /* margin-bottom: 79px; */
}

.section_yaska-logo {
    padding-top: 58px;
    margin-bottom: 81px;
}

.section_yaska-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 39px;
    line-height: 20px;
    margin-bottom: 14px;
}

.section_yaska-title-fisrt {
    margin-bottom: 14px;
}

.section_yaska-description {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.section_yaska-items {
    padding-bottom: 79px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991.8px) {
    .section_yaska-title {
        margin-bottom: 15px;
    }

    .section_yaska-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section_yaska-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 77px;
    }
}

.section_with_us {
    padding-top: 39px;
    margin-bottom: 69px;
}

.section_with_us-title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
}

.section_with_us-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.section_with_us-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.8px) {
    .section_with_us-image {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 53px;
    }
}

.section_we_have {
    background-color: #f9f9f9;
    padding-bottom: 115px;
}

.section_we_have-title {
    padding-top: 44px;
    margin-bottom: 56px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}

.section_we_have-description {
    padding-top: 15px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.section_we_have-description-second {
    padding-top: 7px;
}

.section_we_have-images {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.8px) {
    .section_we_have {
        background-color: #f9f9f9;
        padding-bottom: 0px;
    }

    .section_we_have-imageblock {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .section_we_have-images {
        row-gap: 40px;
    }

    .section_we_have-imageblock img {
        width: 65px;
    }

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

@media (max-width: 576.8px) {
    .section_we_have-images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section_we_have-title {
        padding-top: 39px;
        margin-bottom: 69px;
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

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

    .section_we_have-imageblock {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section_we_have-description-first {
        /* margin-bottom: 66px; */
    }

    .section_we_have-description-second {
        margin-bottom: 68px;
    }

    .section_we_have-description-third {
        margin-bottom: 78px;
    }
}

.nine_screen_btn_proj:hover {
    color: #fff;
}

.btn_quest_whats:hover {
    color: #fff;
}

.header_tel_link:hover {
    color: #fff;
}

.btn_link_youtube:hover {
    color: #fff;
}

.contacts__wrapper.style2 .address__wrapper {
    width: 100%;
}

#mapMenu a {
    text-decoration: underline;
}

.addr-wrap-content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.addr-wrap-content .addr {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.addr-wrap-content .timework {
    margin-top: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

footer {
    padding: 20px 0;
    background-color: #3D455C;
}

.footer {
  background: #2F344A;
  padding: 11px 0 12px;
}

.footer__container {
  max-width: 1810px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer__text {
  color: #FFF;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 698px;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom-file-input {
    position: relative;
    display: flex;
    align-items: center;
    /* gap: 6px; */
}

.custom-file-input input[type="file"] {
    display: none;
}

.custom-file-input label {
    display: inline-block;
    padding: 8px 12px;
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
}

.custom-file-input .file-names {
    display: block;
    border-radius: 7px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    padding: 11px 16px;
    margin-right: 6px;
    color: #BBB;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
}

.custom-file-input label {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;
    background-color: #F4F4F4;
    border: 1px solid #D9D9D9;
    color: #BBB;
    font-size: 23px;
    font-weight: 500;
    line-height: 16px;
}

.custom-file-input {
    margin-top: 9px;
}


@media (max-width: 776.8px) {

    .addr-wrap-content {
        margin-top: 50px;
    }

    .addr-wrap-content.addr-wrap-content .title {
        border: 0;
    }
}

@media (max-width: 576.8px) {
    .section_yaska-logo {
        width: 124px;
        padding-top: 40px;
        margin-bottom: 70px;
    }

    .section_yaska-items {
        padding-bottom: 12px;
    }

    .contacts .container-xxl {
        padding-right: 0;
    }

    .addr-wrap-content .addr {
        color: #000;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
    }

    #YMapsWrap .addr-wrap-content .img-fluid {
        margin-top: 8px;

    }

    .addr-wrap-content .timework {
        margin-top: 35px;
        white-space: nowrap !important;
    }
}


.wpcf7-form-control.wpcf7-select {
    min-width: 100px;
    appearance: none;
    background-image: url(/wp-content/themes/house/img/date-dropdown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}

.wpcf7-form-control-wrap {
    flex-grow: 1;
}

.wrapper_form_date_select p span:not(:last-child) {
    width: 100%;
}

.addr-wrap-content .title {
    font-family: 'Montserrat', sans-serif;
}

.addr-wrap-content .addr {
    font-family: 'Montserrat', sans-serif;
}

.addr-wrap-content .timework {
    font-family: 'Montserrat', sans-serif;
}

.eight_screen .custom-file-input .codedropz-upload-wrapper {
    display: none;
}

header.active .btn_quest_whats img {
    width: 22px;
}


@media (min-width: 1919px) {
    .body-scroll main {
      scroll-padding-top: 60px;
    }


    .first-container {
        max-width: 1801px;
    }

    .second_screen_wrapper_video video {
        height: 455px;
    }

    .second-container {
        max-width: 1651px;
    }

    .section_first_screen {
        padding-top: 190px;
    }

    .section_first_screen_title {
        max-width: 992px;
        font-size: 49.455px;
        line-height: 58.182px;
        margin-top: 27px;
    }

    .header_menu_list a {
        font-size: 18.909px;
        line-height: normal;
    }

    .header_menu_list {
        gap: 48px;
        margin-right: auto;
        margin-left: 51px;
    }

    .first_screen_advant_item {
        gap: 14px;
    }

    .advant_item_txt {
        font-size: 20.364px;
        line-height: 24.727px;
    }

    .first_screen_advant_item .icon_advant {
        width: 30px;
    }

    .first_screen_advant_list {
        gap: 50px;
    }

    .first_screen_body_form {
        padding: 27px 42px 40px 36px;
        max-width: 510px;
    }

    .first_screen_form_icon {
        width: 110px;
        height: 110px;
        margin-right: 26px;
    }

    .first_screen_form_name {
        font-size: 23px;
        line-height: 30px;
    }

    .first_screen_form_manager {
        font-size: 20px;
        line-height: 30px;
    }

    .first_screen_form_bold_txt {
        font-size: 29px;
        line-height: 33px;
    }

    .first_screen_form_bold_txt.mt13 {
        margin-top: 19px;
    }

    .first_screen_form_subtitle {
        font-size: 23px;
        line-height: 33px;
    }

    .first_screen_form_input {
        padding: 17px 45px 14px 23px;
        font-size: 24px;
        line-height: 33px;
        padding: 15px 45px 16px 23px;
    }

    .first_screen_form_input.mt9 {
        margin-top: 12px;
    }

    .wrapper_heare_for_mob {
        width: 100%;
    }

    .first_screen_form_btn {
        font-size: 26px;
        line-height: 1;
        border-radius: 10px;
        padding: 23px 14px;
    }

    .form_terms_txt {
        font-size: 13px;
        line-height: 18px;
    }

    .first_screen_form_btn.mt12 {
        margin-top: 17px;
    }

    .btn_quest_whats {
        padding: 14.5px 26px 16px 23px;
        font-size: 16.727px;
        line-height: normal;
        border-radius: 29px;
    }

    .btn_quest_whats img {
        width: 26px;
    }

    .header_tel_wrapper {
        margin-left: 45px;
    }

    .header_logo_link img {
        width: 314px;
    }

    .header_tel_work_hour {
        font-size: 17px;
    }

    .header_tel_link {
        font-size: 29px;
    }

    .title_three_screen {
        font-size: 39px;
        line-height: 46px;
    }

    .description_three_screen {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .list_three_screen {
        font-size: 30px;
        line-height: 55px;
    }

    .img_dom_rf {
        width: 49px;
    }

    .img_dom_click {
        width: 123px;
    }

    .img_rsb {
        width: 40px;
    }

    .img_vtb {
        width: 89px;
    }

    .logos_three_screen {
        gap: 37px;
        padding: 13px 51px 14px 38px;
        margin-top: 21px;
    }

    .section_screen.three_screen {
        padding-top: 249px;
        padding-bottom: 182px;
    }

    .container_swiper_second_screen .img_name {
        font-size: 14px;
    }

    .container_swiper_second_screen .swiper-slide img {
        height: 137px;
        border-radius: 7px;
    }

    .second_screen_title_video {
        font-size: 39px;
        line-height: 58px;
        margin-bottom: 25px;
    }

    .container_swiper_second_screen {
        margin-top: 67px;
    }

    .row_swiper_second_screen .swiper-pagination {
        bottom: -62px;
    }

    .second_screen_wrapper_video {
        border-radius: 10px;
    }

    .section_screen.second_screen {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .second_screen_body_form {
        margin-top: 57px;
    }

    .row_swiper_second_screen .swiper-pagination-bullet,
    .col_swiper_seven_screen .swiper-pagination-bullet {
        width: 17px;
        height: 17px;
    }

    .row_swiper_second_screen .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .col_swiper_seven_screen .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 17px;
        height: 17px;
    }

    .title_four_screen {
        font-size: 39px;
        line-height: 46px;
        padding-right: 53px;
        padding-top: 7px;
    }

    .list_four_screen {
        margin-bottom: 40px;
        font-size: 23px;
        line-height: 32px;
        padding-right: 53px;
    }

    .section_screen.four_screen {
        padding: 205px 0 233px;
    }

    .wrapper_form_date_select p span:not(:last-child) {
        max-width: 270px;
    }

    .section_screen.seven_screen .swiper_advant_body {
        width: 100%;
        padding: 26px 42px 19px 38px;
    }

    .section_screen.seven_screen [data-swiper-slide-index="9"] .number {
        width: 71px;
    }

    .section_screen.five_screen .first_screen_form_bold_txt {
        max-width: 300px;
    }

    .row_seven_screen_video_form {
        margin-top: 60px;
        justify-content: space-between;
    }

    .seven_screen .second_screen_wrapper_video video {
        display: block;
        max-width: 943px;
        margin-left: auto;
    }

    .section_screen.seven_screen {
        padding: 25px 0 48px;
    }

    .row_seven_screen_video_form .second_screen_wrapper_video {
        margin-top: 30px;
    }

    .tax_img {
        width: initial;
        height: 504px;
        right: -11%;
        top: 1%;
    }

    .section_screen.five_screen {
        padding: 130px 0 120px;
    }

    .title_six_screen {
        font-size: 39px;
        line-height: 49px;
    }

    .description_six_screen {
        font-size: 29px;
        line-height: 39px;
        margin-top: 19px;
        max-width: 609px;
    }

    .section_screen.six_screen {
        padding: 173px 0 258px;
    }

    .five_screen .first_screen_body_form {
        background: rgba(255, 255, 255, 0.92);
    }

    .title_eight_screen {
        font-size: 39px;
        line-height: 49px;
    }

    .description_eight_screen {
        font-size: 29px;
        line-height: 36px;
        max-width: 720px;
    }

    .section_screen.eight_screen {
        padding: 205px 0 139px;
        min-height: 910px;
    }

    .yaska-container {
        max-width: 1261px;
    }

    .section_yaska-items {
        display: grid;
        grid-template-columns: minmax(0, 442px) minmax(0, 358px) 1fr;
        justify-content: start;
        margin-left: 40px;
        padding-bottom: 108px;
    }

    .section_yaska-description {
        font-size: 21px;
        line-height: 29px;
    }

    .section_yaska-title {
        font-size: 56px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .section_yaska-item {
        width: auto;
    }

    .section_yaska-item:last-child {
        padding-left: 100px;
    }

    .section_yaska-logo {
        padding-top: 84px;
        margin-bottom: 117px;
        width: 267px;
    }

    .title_seven_screen {
        font-size: 39px;
        line-height: 49px;
    }

    .description_seven_screen {
        font-size: 29px;
        line-height: 27px;
    }

    .col_swiper_seven_screen {
        margin-top: 26px;
    }

    .swiper_advant_body .number {
        font-size: 58px;
        line-height: 61px;
        width: 52px;
    }

    .swiper_advant_body .title {
        font-size: 21px;
        line-height: 27px;
    }

    .swiper_advant_body_description {
        font-size: 16px;
        line-height: 23px;
        margin-top: 14px;
    }

    .col_swiper_seven_screen .swiper-pagination {
        bottom: -50px;
    }

    .nine_screen_title_section {
        font-size: 39px;
        line-height: 49px;
    }

    .list_popular_proj.mt20 {
        margin-top: 27px;
    }

    .list_popular_proj.mt40 {
        margin-top: 21px;
    }

    .list_popular_proj {
        gap: 29px;
    }

    .popular_proj_info {
        font-size: 19px;
        line-height: normal;
        width: auto;
        gap: 51px;
        padding: 20px 0;
    }

    .wrapper_nine_screen_btn_proj {
        margin-top: 41px;
    }

    .nine_screen_btn_proj {
        font-size: 26px;
        line-height: normal;
        padding: 21px 62px;
    }

    .section_screen.nine_screen {
        padding: 43px 0 52px;
    }

    .second_screen_row_rewerse {
        max-width: 1629px;
    }

    .third-container {
        max-width: 1560px;
    }

    .wrapper_content_you_tube .title {
        font-size: 33px;
        line-height: 42px;
    }

    .wrapper_content_you_tube .list {
        font-size: 23px;
        line-height: 18px;
        margin-top: 20px;
    }

    .btn_link_youtube {
        font-size: 26px;
        padding: 22px 46px 20px 29px;
        margin-top: 60px;
        gap: 28px;
    }

    .btn_link_youtube img {
        width: 50px;
    }

    .list_you_tube_video {
        gap: 68px;
    }

    .item_you_tube_video {
        border-radius: 7px;
    }

    .section_screen.ten_screen {
        padding: 60.02px 0 55.2px;
    }

    .eleven_screen_title {
        font-size: 39px;
        line-height: 58px;
    }

    .row_video_feedback {
        row-gap: 37px;
    }

    .row_video_feedback.mt40 {
        margin-top: 47px;
    }

    .video_feedback_descriptin {
        font-size: 18.909px;
        line-height: normal;
    }

    .item_video_feedback {
        gap: 9px;
    }

    .section_screen.eleven_screen {
        padding: 50px 0 60px;
    }

    .wrapper_nine_screen_btn_proj {
        margin-top: 58.5px;
    }

    .section_yaska {
        min-height: 538px;
        margin-bottom: 0;
    }

    .section_with_us-title {
        font-size: 29px;
        line-height: 58px;
        margin-bottom: 43px;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(1) img {
        width: 183px;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(2) img {
        width: 170px;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(3) img {
        width: 218px;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(4) img {
        width: 141px;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(1) img {
        width: 125px;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(2) img {
        width: 215px;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(3) img {
        width: 213px;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(4) img {
        width: 200px;
    }

    .section_with_us-images {
        gap: 51px;
    }

    .section_with_us {
        margin-bottom: 0;
        padding-top: 57px;
        padding-bottom: 100px;
        min-height: 538px;
    }

    .section_we_have-title {
        font-size: 29px;
        line-height: 58px;
        margin-bottom: 80px;
        padding-top: 64px;
    }

    .section_we_have {
        padding-bottom: 154px;
        margin-bottom: 0;
    }

    .section_we_have-imageblock:nth-child(1) img {
        display: block;
        margin-bottom: 22px;
        width: 90px;
    }



    .section_we_have-imageblock:nth-child(2) img {
        display: block;
        margin-bottom: 10px;
        width: 94px;
    }

    .section_we_have-imageblock:nth-child(3) img {
        display: block;
        margin-bottom: 21px;
        width: 102px;
    }

    .section_we_have-description {
        padding-top: 0;
        font-size: 21px;
        line-height: 29px;
    }

    .contacts__wrapper.style2 .address__wrapper {
        width: 100% !important;
    }

    #mapMenu a {
        font-size: 23px !important;
        line-height: 43px;
        margin-bottom: 0 !important;
    }

    .addr-wrap-content .title {
        border-bottom: none !important;
        padding: 0 !important;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px !important;
    }

    .addr-wrap-content .addr {
        color: #000;
        font-size: 23px;
        font-weight: 400;
        line-height: 32px;
    }

    .addr-wrap-content .timework {
        font-size: 21px;
        line-height: 30px;
        margin-top: 13px;
    }

    .contacts h3 {
        font-size: 39px;
        font-weight: 700;
        line-height: 58px;
        margin-bottom: 40px;
    }

    section.contacts {
        padding: 45px 0 0;
    }

    .contacts__wrapper.address__wrapper .row.pb-4 {
        padding-bottom: 0 !important;
    }

    #YMapsID {
        height: 468px !important;
    }

    footer {
        padding: 26px 0 27px !important;
    }

    .four_screen_bg_img {
        position: absolute;
        bottom: 0;
        width: 288px;
        right: 19%;
        left: initial;
        transform: initial;
    }


}

@media (max-width: 1918px) {
    .tax_img {
        width: initial;
        height: 347px;
        right: -11%;
        top: 1%;
    }
}

@media (min-width: 1440px) {
    .wehave-wr {
        margin-left: 150px;
    }
}

@media (min-width: 1200px) and (max-width: 1918px) {
  .section_with_us {
    margin-bottom: 0;
    padding-bottom: 69px;
  }
  
  .section_we_have {
    margin-bottom: 0;
    padding-bottom: 147px;
  }
  
  .section_yaska {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
  
  header.active .btn_quest_whats {
    padding: 5px 15px;
}
}

@media (max-width: 1320px) {
    .allvisit {
        padding-top: 200px;
    }

    .allvisit__caption {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .tax_img {
        width: 947px;
        object-fit: contain;
        right: -26%;
        top: -2%;
    }

    .allvisit__block {
        gap: 22px;
    }

    .allvisit__text {
        font-size: 13px;
        line-height: 18px;
    }

    .allvisit__item {
        max-width: 130px;
    }

    .allvisit__item:nth-child(1) img {
        width: 116px;
    }

    .allvisit__item:nth-child(2) img {
        width: 134px;
    }

    .allvisit__item:nth-child(3) img {
        width: 136px;
    }

    .allvisit__item:nth-child(4) img {
        width: 134px;
    }

    .allvisit__circle {
        width: 96px;
        height: 96px;
        margin-bottom: 9px;
    }

    .five_screen .first_screen_body_form {
        background: rgb(255 255 255 / 92%);
    }
}

@media (min-width: 1921px) {
    .header_logo_link img {
        width: 16.35vw;
    }

    header {
        padding-top: 0.78vw;
    }

    .header_menu_list a {
        font-size: 0.99vw;
    }

    .header_menu_list {
        gap: 2.50vw;
        margin-left: 2.66vw;
    }

    .wrapper_heare_for_mob {
        gap: 1.56vw;
    }

    .header {
        padding: 0.26vw 0;
    }

    .btn_quest_whats {
        padding: 0.78vw 1.35vw 0.83vw 1.20vw;
        font-size: 0.89vw;
        line-height: normal;
        border-radius: 1.51vw;
        gap: 0.31vw;
    }

    .btn_quest_whats img {
        width: 1.35vw;
    }

    .header_tel_wrapper {
        margin-left: 2.34vw;
    }
    
    .header_tel_work_hour {
        font-size: 0.89vw;
    }

    .header_tel_link {
        font-size: 1.51vw;
    }
    
    .container-xxl {
      max-width: 68.75vw;
    }

    .first-container {
        max-width: 93.80vw;
    }
    
    .section_screen {
      padding: 5.21vw 0;
    }
    
    .section_first_screen_title {
        max-width: 51.67vw;
        font-size: 2.55vw;
        line-height: 3.02vw;
        margin-top: 1.41vw;
    }
    
    .section_first_screen {
      padding-top: 9.90vw;
    }
    
    .first_screen_advant_list {
      margin-top: 12.71vw;
      gap: 2.60vw;
    }
    
    .first_screen_advant_item {
      gap: 0.73vw;
    }
    
    .first_screen_advant_item .icon_advant {
      width: 1.56vw;
    }
    
    .advant_item_txt {
      font-size: 1.04vw;
      line-height: 1.30vw;
    }
    
    .first_screen_body_form {
      padding: 1.41vw 2.19vw 2.08vw 1.88vw;
      max-width: 26.56vw;
      border-radius: 0.36vw;
    }
    
    .first_screen_form_icon {
      width: 5.73vw;
      height: 5.73vw;
      margin-right: 1.35vw;
    }
    
    .first_screen_form_name {
      font-size: 1.20vw;
      line-height: 1.56vw;
      margin-bottom: 0.10vw;
    }
    
    .first_screen_form_manager {
      font-size: 1.04vw;
      line-height: 1.56vw;
    }
    
    .first_screen_form_bold_txt {
      font-size: 1.51vw;
      line-height: 1.72vw;
    }
    
    .first_screen_form_bold_txt.mt13 {
      margin-top: 0.99vw;
    }
    
    .first_screen_form_subtitle {
      font-size: 1.20vw;
      line-height: 1.72vw;
    }
    
    .first_screen_form_input {
      border-radius: 0.36vw;
      border-width: 0.05vw;
      
      font-size: 1.25vw;
      line-height: 1.72vw;
      padding: 0.78vw 2.34vw 0.83vw 1.20vw;
    }
    
    .first_screen_form_input::placeholder {
      font-size: 1.25vw;
      line-height: 1.72vw;
    }
    
    .first_screen_form_input.mt9 {
      margin-top: 0.63vw;
    }
    
    .first_screen_form_btn {
      font-size: 1.35vw;
      border-radius: 0.52vw;
      padding: 1.20vw 0.73vw;
    }
    
    .first_screen_form_btn::after {
      margin-left: -1.56vw;
      width: 1.56vw;
      height: 15.63vw;
      left: -2.08vw;
      top: -5.21vw;
    }
    
    .first_screen_form_terms_checkbox {
      margin-top: 0.73vw;
    }
    
    .form_terms_checkbox {
      margin-right: 0.31vw;
      width: 0.68vw;
      min-width: 0.68vw;
      height: 0.68vw;
    }
    
    .form_terms_txt {
      font-size: 0.68vw;
      line-height: 0.94vw;
    }
    
    header.active .header {
      padding: 0.21vw 0;
    }
    
    header.active .btn_quest_whats {
      padding: 0.52vw 0.78vw;
    }
    
    header.active .btn_quest_whats img {
      width: 1.15vw;
    }
    
    .section_screen.second_screen {
      padding-top: 2.60vw;
      padding-bottom: 6.25vw;
    }
    
    .container_swiper_second_screen {
      margin-top: 3.49vw;
    }
    
    .second_screen_wrapper_video {
      border-radius: 0.52vw;
    }
    
    .second_screen_wrapper_video video {
      height: 23.70vw;
    }
    
    .second_screen_title_video {
      font-size: 2.03vw;
      line-height: 3.02vw;
      margin-bottom: 1.30vw;
    }
    
    .container_swiper_second_screen .swiper-slide a {
      border-radius: 0.26vw;
    }
    
    .container_swiper_second_screen .swiper-slide img {
      height: 7.14vw;
      border-radius: 0.36vw;
    }
    
    .container_swiper_second_screen .img_name {
      bottom: 0.36vw;
      font-size: 0.73vw;
    }
    
    .second_screen_row_rewerse {
      max-width: 84.84vw;
    }
    
    .second_screen_body_form {
      margin-top: 2.97vw;
    }
    
    .container_swiper_second_screen .swiper-slide {
      margin-right: 0.78vw !important;
    }
    
    .row_swiper_second_screen .swiper-pagination {
      bottom: -3.23vw;
    }
    
    .row_swiper_second_screen .swiper-pagination-bullet, .col_swiper_seven_screen .swiper-pagination-bullet {
      width: 0.89vw;
      height: 0.89vw;
    }
    
    .row_swiper_second_screen .swiper-pagination-bullet.swiper-pagination-bullet-active, .col_swiper_seven_screen .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-width: 0.05vw;
      margin: 0 0.21vw;
    }
    
    .row_swiper_second_screen .swiper-pagination-bullet.swiper-pagination-bullet-active, .col_swiper_seven_screen .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 0.89vw;
      height: 0.89vw;
    }
    
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 0.21vw;
    }
    
    .first_screen_form_btn.mt12 {
      margin-top: 0.89vw;
    }
    
    .section_screen.three_screen {
      padding-top: 12.97vw;
      padding-bottom: 9.48vw;
    } 
    
    .title_three_screen {
      font-size: 2.03vw;
      line-height: 2.40vw;
      margin-bottom: 0.21vw;
    }
    
    .description_three_screen {
      font-size: 0.99vw;
      line-height: 0.89vw;
      margin-bottom: 0.94vw;
    }
    
    .list_three_screen {
      font-size: 1.56vw;
      line-height: 2.86vw;
      padding-left: 0.78vw;
      margin-top: 0.68vw;
    }
    
    .logos_three_screen {
      gap: 1.93vw;
      padding: 0.68vw 2.66vw 0.73vw 1.98vw;
      margin-top: 1.09vw;
      border-radius: 2.08vw;
    }
    
    .img_dom_rf {
      width: 2.55vw;
    }
    
    .img_dom_click {
      width: 6.41vw;
    }
    
    .img_rsb {
      width: 2.08vw;
    }
    
    .img_vtb {
      width: 4.64vw;
    }
    
    .section_screen.four_screen {
      padding: 10.68vw 0 12.14vw;
    }
    
    .title_four_screen {
      font-size: 2.03vw;
      line-height: 2.40vw;
      padding-right: 2.76vw;
      padding-top: 0.36vw;
    }
    
    .list_four_screen {
      margin-bottom: 2.08vw;
      font-size: 1.20vw;
      line-height: 1.67vw;
      padding-right: 2.76vw;
      padding-left: 0.78vw;
      gap: 0.52vw;
    }
    
    .four_screen_bg_img {
      width: 15vw;
    }
    
    .section_screen.five_screen {
      padding: 6.77vw 0 6.25vw;
    }
    
    .allvisit {
      padding-top: 15.26vw;
    }
    
    .allvisit__caption {
      font-size: 1.41vw;
      line-height: 2.24vw;
      margin-bottom: 1.04vw;
    }
    
    .allvisit__block {
      gap: 1.82vw;
    }
    
    .allvisit__item {
      max-width: 9.84vw;
    }
    
    .allvisit__circle {
      width: 7.29vw;
      height: 7.29vw;
      margin: 0 auto 0.68vw;
    }
    
    .allvisit__text {
      font-size: 0.99vw;
      line-height: 1.35vw;
    }
    
    .tax_img {
      height: 26.25vw;
    }
    
    .allvisit__item:nth-child(1) img {
        width: 8.85vw;
    }

    .allvisit__item:nth-child(2) img {
        width: 10.26vw;
    }

    .allvisit__item:nth-child(3) img {
        width: 10.31vw;
    }

    .allvisit__item:nth-child(4) img {
        width: 10.16vw;
    }
    
    .section_screen.six_screen {
      padding: 9.01vw 0 13.44vw;
    }
    
    .title_six_screen {
      font-size: 2.03vw;
      line-height: 2.55vw;
    }
    
    .description_six_screen {
      max-width: 31.72vw;
      font-size: 1.51vw;
      line-height: 2.03vw;
      margin-top: 0.99vw;
    }
    
    .section_screen.five_screen .first_screen_form_bold_txt {
      max-width: 15.63vw;
    }
    
    .section_screen.seven_screen {
      padding: 1.30vw 0 2.50vw;
    }
    
    .title_seven_screen {
      font-size: 2.03vw;
      line-height: 2.55vw;
    }
    
    .description_seven_screen {
      font-size: 1.51vw;
      line-height: 1.41vw;
      margin-top: 0.36vw;
    }
    
    .col_swiper_seven_screen {
      margin-top: 1.35vw;
    }
    
    .section_screen.seven_screen .swiper_advant_body {
      padding: 1.35vw 2.19vw 0.99vw 1.98vw;
    }
    
    .swiper_advant_body .number {
      font-size: 3.02vw;
      line-height: 3.18vw;
      width: 2.71vw;
    } 
    
    .swiper_advant_body .title {
      font-size: 1.09vw;
      line-height: 1.41vw;
    }
    
    .swiper_advant_body_description {
      font-size: 0.83vw;
      line-height: 1.20vw;
      margin-top: 0.73vw;
    }
    
    .col_swiper_seven_screen .swiper-pagination {
      bottom: -2.60vw;
    }
    
    .row_seven_screen_video_form {
      margin-top: 3.13vw;
    }
    
    .row_seven_screen_video_form .second_screen_wrapper_video {
      margin-top: 1.56vw;
    }
    
    .seven_screen .second_screen_wrapper_video video {
      max-width: 49.11vw;
    }
    
    .section_screen.eight_screen {
      padding: 10.68vw 0 7.24vw;
    }
    
    .custom-file-input .file-names {
      border-radius: 0.36vw;
      border-width: 0.05vw;
      padding: 0.57vw 0.83vw;
      margin-right: 0.31vw;
      font-size: 0.89vw;
      line-height: 1.20vw;
    }
    
    .custom-file-input label {
      width: 2.45vw;
      height: 2.45vw;
      border-radius: 0.36vw;
      border-width: 0.05vw;
      font-size: 1.20vw;
      line-height: 0.83vw;
    }
    
    .custom-file-input {
      margin-top: 0.47vw;
    }
    
    .title_eight_screen {
      font-size: 2.03vw;
      line-height: 2.55vw;
    }
    
    .description_eight_screen {
      font-size: 1.51vw;
      line-height: 1.88vw;
      max-width: 37.50vw;
      margin-top: 0.36vw;
    }
    
    .section_screen.nine_screen {
      padding: 2.24vw 0 2.71vw;
    }
    
    .nine_screen_title_section {
      font-size: 2.03vw;
      line-height: 2.55vw;
    }
    
    .list_popular_proj.pnews {
      gap: 2.08vw 1.04vw;
    }
    
    .list_popular_proj.mt20 {
      margin-top: 1.41vw;
    }
    
    .popular_proj_info {
      font-size: 0.99vw;
      gap: 2.66vw;
      padding: 1.04vw 0;
    }
    
    .wrapper_nine_screen_btn_proj {
      margin-top: 3.02vw;
    }
    
    .nine_screen_btn_proj {
      font-size: 1.35vw;
      padding: 1.09vw 3.23vw;
      border-radius: 0.36vw;
    }
    
    .third-container {
      max-width: 81.25vw;
    }
    
    .section_screen.ten_screen {
      padding: 3.13vw 0 2.86vw;
    }
    
    .you_tube_text {
      top: 2.14vw;
      font-size: 0.73vw;
      line-height: 0.94vw;
    }
    
    .wrapper_content_you_tube .title {
      font-size: 1.72vw;
      line-height: 2.19vw;
    }
    
    .wrapper_content_you_tube .list {
      font-size: 1.20vw;
      line-height: 0.94vw;
      margin-top: 1.04vw;
      padding-left: 0.78vw;
      row-gap: 0.63vw;
    }
    
    .btn_link_youtube {
      font-size: 1.35vw;
      padding: 1.15vw 2.40vw 1.04vw 1.51vw;
      margin-top: 3.13vw;
      gap: 1.46vw;
      border-radius: 0.36vw;
    }
    
    .list_you_tube_video {
      gap: 3.54vw;
    }
    
    .item_you_tube_video {
      border-radius: 0.36vw;
      width: 100%;
    }
    
    .list_you_tube_video.mt44 {
      margin-top: 2.29vw;
    }
    
    .row_you_tube_video {
      margin-top: 2.60vw;
    }
    
    .btn_link_youtube img {
      width: 2.60vw;
    }
    
    .section_screen.eleven_screen {
      padding: 2.60vw 0 3.13vw;
    }
    
    .eleven_screen_title {
      font-size: 2.03vw;
      line-height: 3.02vw;
    }
    
    .row_video_feedback {
      row-gap: 1.93vw;
    }
    
    .row_video_feedback.mt40 {
      margin-top: 2.45vw;
    }
    
    .item_video_feedback {
      gap: 0.47vw;
    }
    
    .item_video_feedback img {
      border-radius: 0.36vw;
    }
    
    .video_feedback_descriptin {
      font-size: 0.99vw;
    }
    
    .row>* {
      padding-left: 0.52vw;
      padding-right: 0.52vw;
    }
    
    .yaska-container {
      max-width: 65.68vw;
    }
    
    .section_yaska-logo {
      padding-top: 4.38vw;
      margin-bottom: 6.09vw;
      width: 13.91vw;
    }
    
    .section_yaska-items {
      grid-template-columns: minmax(0, 23.02vw) minmax(0, 18.65vw) 1fr;
      margin-left: 2.08vw;
      padding-bottom: 5.63vw;
    }
    
    .section_yaska-title {
      font-size: 2.92vw;
      line-height: 1.51vw;
      margin-bottom: 1.04vw;
    }
    
    .section_yaska-description {
      font-size: 1.09vw;
      line-height: 1.51vw;
    }
    
    .section_yaska-item:last-child {
      padding-left: 5.21vw;
    }
    
    .section_with_us {
      padding-top: 2.97vw;
      padding-bottom: 5.21vw;
      min-height: 28.02vw;
    }
    
    .section_with_us-title {
      font-size: 1.51vw;
      line-height: 3.02vw;
      margin-bottom: 2.24vw;
    }
    
    .section_with_us-images {
      gap: 2.66vw;
      margin-bottom: 0.63vw;
    }
    
    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(1) img {
        width: 9.53vw;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(2) img {
        width: 8.85vw;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(3) img {
        width: 11.35vw;
    }

    .section_with_us-images:nth-child(1) .section_with_us-image:nth-child(4) img {
        width: 7.34vw;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(1) img {
        width: 6.51vw;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(2) img {
        width: 11.20vw;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(3) img {
        width: 11.09vw;
    }

    .section_with_us-images:nth-child(2) .section_with_us-image:nth-child(4) img {
        width: 10.42vw;
    }
    
    .section_we_have {
      padding-bottom: 8.02vw;
    }
    
    .section_we_have-title {
      font-size: 1.51vw;
      line-height: 3.02vw;
      margin-bottom: 4.17vw;
      padding-top: 3.33vw;
    }
    
    .section_we_have-imageblock:nth-child(1) img {
      width: 4.69vw;
      margin-bottom: 1.15vw;
    }
    
    .section_we_have-description {
      font-size: 1.09vw;
      line-height: 1.51vw;
    }
    
    .section_we_have-imageblock:nth-child(2) img {
      margin-bottom: 0.52vw;
      width: 4.90vw;
    }
    
    .section_we_have-imageblock:nth-child(3) img {
      width: 5.31vw;
      margin-bottom: 1.09vw;
    }
    
    #main_contact_card section.contacts {
      padding-top: 2.34vw !important;
      margin-bottom: 0.26vw !important;
    }
    
    .mb-md-5 {
      margin-bottom: 2.19vw !important;
    }
    
    .contacts h3 {
      font-size: 2.03vw;
    }
    
    .mb-5 {
      margin-bottom: 2.19vw !important;
    }
    
    #mapMenu a {
      font-size: 1.20vw !important;
      line-height: 2.24vw;
    }
    
    .contacts__wrapper {
      gap: 4.17vw;
    }
    
    .pe-md-5 {
      padding-right: 2.19vw !important;
    }
    
    .addr-wrap-content .title {
      font-size: 1.35vw;
      line-height: 1.67vw;
      margin-bottom: 0.63vw !important;
    }
    
    .addr-wrap-content .addr {
      font-size: 1.20vw;
      line-height: 1.67vw;
    }
    
    .addr-wrap-content .timework {
      font-size: 1.09vw;
      line-height: 1.56vw;
      margin-top: 0.68vw;
    }
    
    #YMapsID {
      height: 24.38vw !important;
    }
    
    footer {
      padding: 1.35vw 0 1.41vw !important;
    } 
    
    footer .link_footer img {
      width: 16.35vw;
    }
    
    .wrapper_form_date_select p span:not(:last-child) {
      max-width: 14.06vw;
    }
    
    .wpcf7-form-control.wpcf7-select {
      background-size: 0.94vw 0.57vw;
      background-position: calc(100% - 0.83vw) center;
    }
    
    .seven_screen .swiper-slide {
      margin-right: 1.04vw;
    }
    
    #YMapsWrap .addr-wrap-content .img-fluid {
      width: 100%;
    }
}

.wrapper_content_you_tube .title br {
  display: none;
}

.description_eight_screen br {
  display: none;
}

@media (max-width: 431px) {
  .body-scroll .footer-wrapper {
    min-height: calc(100svh + 50px);
  }
  
  .section_screen.section_first_screen {
    padding: 68px 0 15px;
  }
  
  .section_first_screen_title {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
  
  .first_screen_advant_list {
    margin-top: 27px;
  }
  
  .section_first_screen_title span {
    display: block;
  }
  
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .first_screen_advant_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .advant_item_txt {
    font-size: 13.5px;
    line-height: 16px;
  }
  
  .first_screen_advant_item .icon_advant {
    width: 18px;
  }
  
  .first_screen_advant_item {
    gap: 9px;
  }
  
  .first_screen_advant_list {
    gap: 22px 15px;
  }
  
  .main-main {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .section_first_screen {
    align-items: initial;
        background-image: url(/wp-content/themes/house/img/first_screen_mobile.jpg);
  }
  
  .first_screen_form_icon {
    width: 51px;
    height: 51px;
    margin-right: 9px;
  }
  
  .first_screen_form_name br {
    display: none;
  }
  
  .first_screen_form_name {
    font-size: 15px;
    line-height: 16px; 
  }
  
  .first_screen_form_manager {
    color: #010101;
    font-size: 12px;
    line-height: 21px; 
  }
  
  .first_screen_form_bold_txt {
    font-size: 16px;
    line-height: 22px;
  }
  
  .first_screen_form_bold_txt br {
    display: none;
  }
  
  .first_screen_form_bold_txt.mt13 {
    margin-top: 4px;
  }
  
  .first_screen_form_subtitle {
    font-size: 14px;
    line-height: 21px; 
  }
  
  .first_screen_form_input.mt9 {
    margin-top: 0;
  }
  
  .first_screen_form_input {
    font-size: 13px;
    line-height: 23px;
        padding: 7px 12px;
  }
  
  .first_screen_form_input::placeholder {
    font-size: 12px;
    line-height: 23px;
  }
  
  .first_screen_form {
    display: flex;
    margin-top: 6px;
        position: relative;
  }
  
  .first_screen_form_btn.mt12 {
    margin: 0;
  }
  
  .first_screen_form_btn {
    font-size: 14px;
    border-radius: 7px;
    padding: 12.5px;
    flex-shrink: 0;
    position: absolute;
    max-width: 151px;
    right: 0;
  }
  
  .form_terms_txt {
    font-size: 9.5px;
    line-height: 10px;
  }
  
  .first_screen_form_terms_checkbox {
    margin-top: 5px;
  }
  
  .first_screen_body_form {
    padding: 11px 18px 9px 18px;
  }
  
  .section_screen.second_screen {
    padding-top: 18px;
    padding-bottom: 35px;
  }
  
  .second_screen_wrapper_video video {
    height: 160px;
  }
  
  .second_screen_title_video {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  
  .second_screen .swiper-button-prev, .second_screen .swiper-button-next{
    display: none;
  }
  
  .container_swiper_second_screen {
    padding-left: 0;
    padding-right: 0;
    margin-top: 27px;
  }
  
  .container_swiper_second_screen .swiper-slide img {
    height: 120px;
  }
  
  .container_swiper_second_screen .swiper-slide {
    margin-right: 9px !important;
  }
  
  .second_screen_body_form.second_screen_body_form {
    margin-top: 84px;
    background: rgba(241,241,241, 0.70);
  }
  
  .second_screen_row_rewerse {
        margin-left: -19px;
    margin-right: -19px;
  }
  
  .section_screen.three_screen {
    background-color: #F0F0F0;
    background-image: url(/wp-content/themes/house/img/three_screen_mob.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 17px;
  }
  
  .section_screen.four_screen {
    padding: 39px 0 15px;
    background-image: url(/wp-content/themes/house/img/four_screen_mobile.jpg);
    position: relative;
  }
  
  .title_four_screen {
    font-size: 18px;
    line-height: 22px;
  }
  
  .list_four_screen {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    max-width: 325px;
  }
  
  
  .four_screen_bg_img {
    display: none;
  }
  
  .section_screen.five_screen {
    padding: 32px 0 18px;
  }
  
  .allvisit {
    padding-top: 18px;
  }
  
  .allvisit__caption {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 12px;
    color: #737373;
  }
  
  .allvisit__circle {
    width: 44px;
    height: 44px;
    margin: 0;
  }
  
  .allvisit__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px 15px;
    padding: 0 20px;
  }
  
  .allvisit__item:nth-child(1) img {
      width: 46px;
  }

  .allvisit__item:nth-child(2) img {
      width: 61px;
  }

  .allvisit__item:nth-child(3) img {
      width: 56px;
  }

  .allvisit__item:nth-child(4) img {
      width: 58px;
  }
  
  .allvisit__item {
    max-width: 100%;
    display: flex;
    gap: 13px;
    align-items: center;
  }
  
  .allvisit__text {
    text-align: left;
    font-size: 11px;
    line-height: 13px;
  }
  
  .section_screen.five_screen .first_screen_body_form {
    margin-top: 192px;
  }
  
  .tax_img {
    right: 14%;
    top: -14%;
    width: initial;
    height: initial;
  }
  
  .title_six_screen {
    max-width: 317px;
  }
  
  .section_screen.seven_screen {
    padding: 25px 0 14px;
  }
  
  .row_seven_screen_video_form {
    margin-left: -24px;
    margin-right: -3px;
  }
  
  .row_seven_screen_video_form .second_screen_wrapper_video {
    margin-top: 7px;
  }
  
  .col_swiper_seven_screen {
    margin-top: 23px;
  }
  
  .row_wrap_rew_seven_screen .swiper-button-next, .row_wrap_rew_seven_screen .swiper-button-prev {
    display: none;
  }

  .swiper_advant_body {
    padding: 8px 11px 21px 16px;
  }
  
  .swiper_advant_body .number {
    font-size: 32.5px;
    line-height: 0.9;
    width: 37px;
  }
  
  .swiper_advant_body .title {
    font-size: 12px;
    line-height: 14px;
  }
  
  .swiper_advant_body_description {
    font-size: 11px;
    line-height: 13.5px; 
  }
  
  .seven_screen .first-container {
    padding-right: 0;
  }
  
  .title_seven_screen {
    padding-right: 10px;
  }
  
  .description_seven_screen {
    padding-right: 10px;
  }
  
  .wrapper_padding_seven_screen .first_screen_body_form {
    margin-top: 74px;
  }
  
  .wrapper_nine_screen_btn_proj {
    padding: 0 46px;
  } 
  
  .video_feedback_descriptin {
    text-align: left;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    min-height: 29px;
    line-height: normal;
  }
  
  .wrapper_nine_screen_btn_proj {
    margin-top: 14px;
  }
  
  .section_yaska-item {
    max-width: 230px;
    width: 100%;
  }
  
  .section_with_us-title {
    color: #000;
    font-size: 20px;
    line-height: 24px; 
    margin-bottom: 37px;
  }
  
  .section_with_us {
    padding-top: 26px;
    margin-bottom: 0;
  }
  
  .section_yaska {
    margin-bottom: 0;
  }
  
  .section_we_have-imageblock {
    gap: 0;
  }
  
  .section_we_have-images {
    row-gap: 66px;
  }
  
  #YMapsID {
    height: 155px !important;
  }
  
  .footer__socials {
    display: none;
  }
  
  .footer__container {
    padding-left: 13px;
    padding-right: 6px;
  }
  
  .footer__text {
    font-size: 7px;
    line-height: normal;
  }
  
  .section_we_have {
    margin-bottom: 0;
  }
  
  #main_contact_card section.contacts {
    padding-top: 11px !important;
  }
  
  .contacts__wrapper.address__wrapper #main_contact_card .contacts h3 {
    font-size: 19px;
    line-height: 40px;
    margin-bottom: 7px !important;
    color: #000;
    font-weight: 700;
  }
  
  .contacts .contacts__wrapper .row span, .contacts .contacts__wrapper .row b, .contacts .contacts__wrapper .row #mapMenu {
    padding-left: 0;
  }
  
  #mapMenu a {
    font-size: 16px !important;
  }
  
  .col-7.col-md-7.pe-md-5.mb-4.mb-md-0 {
    margin-bottom: 0 !important;
  }
  
  .list_popular_proj.pnews {
    gap: 17px 20px;
  }
  
  .nine_screen .container-fluid {
    padding: 0px;
  }
  
  .wrapper_nine_screen_btn_proj {
    margin-top: 19px;
  }
  
  .section_screen.ten_screen {
    background: #000000;
  }
  
  .col_wrapper_img_you_tube {
    display: none;
  }
  
  .list_you_tube_video {
    gap: 17px 19px;
  }
  
  .list_you_tube_video.mt44 {
    margin-top: 17px;
  }
  
  .youtube-text-light {
    color: #FF0000;
  }
  
  .wrapper_content_you_tube .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
  }
  
  .wrapper_content_you_tube .title br {
    display: block;
  }
  
  .wrapper_content_you_tube .list {
    list-style-type: none;
    padding-left: 0;
  }
  
  .wrapper_content_you_tube .list li::narker {
    display: none;
  }
  
  .wrapper_content_you_tube .list li {
    position: relative;
    padding-left: 21px;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
  }
  
  .wrapper_content_you_tube .list li {
    list-style-type: none;
  }
  
  .wrapper_content_you_tube .list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M4.30556 10.7007C4.06097 10.7007 3.81639 10.6101 3.62615 10.429L0.31062 7.29462C-0.0879681 6.91415 -0.106086 6.28909 0.274385 5.8905C0.654855 5.49191 1.27991 5.47379 1.6785 5.85426L4.28744 8.31827L12.3136 0.292147C12.7031 -0.0973824 13.3281 -0.0973824 13.7177 0.292147C14.1072 0.681676 14.1072 1.30674 13.7177 1.69626L5.00309 10.4109C4.81286 10.6011 4.55921 10.7007 4.30556 10.7007Z' fill='%23FF0000'/%3E%3C/svg%3E");
  }
  
  .btn_link_youtube.for_desc {
    display: flex;
    margin-top: 20px;
    font-size: 21.18px;
    justify-content: space-between;
    padding-left: 24px;
        padding-right: 47px;
  
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .row_you_tube_video {
    margin-top: 22px;
  }
  
  .wrapper_content_you_tube {
    margin-top: 20px;
  }
  
  .section_screen.ten_screen {
    padding-bottom: 20px;
  }
  
  .btn_link_youtube.for_desc img {
    width: 42px;
  } 
  
  .title_three_screen {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; 
    margin-bottom: 12px;
  }
  
  .list_three_screen {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; 
    margin-bottom: 192px;
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }
  
  
  .list_three_screen li {
    list-style-type: none;
    position: relative;
    padding-left: 23px;
  }
  
  .list_three_screen li:before {
    content:'';
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M4.30556 10.7007C4.06097 10.7007 3.81639 10.6101 3.62615 10.429L0.31062 7.29462C-0.0879681 6.91415 -0.106086 6.28909 0.274385 5.8905C0.654855 5.49191 1.27991 5.47379 1.6785 5.85426L4.28744 8.31827L12.3136 0.292147C12.7031 -0.0973824 13.3281 -0.0973824 13.7177 0.292147C14.1072 0.681676 14.1072 1.30674 13.7177 1.69626L5.00309 10.4109C4.81286 10.6011 4.55921 10.7007 4.30556 10.7007Z' fill='%233D455C'/%3E%3C/svg%3E");
    width: 15px;
    height: 11px;
    
  }
  
  .logos_three_screen {
    background: none;
    gap: 31px;
    position: relative;
  }
  
  
  .logos_three_screen img {
    filter: grayscale(1);
  }
  
  .img_dom_rf {
    width: 26px;
  }
  
  .img_dom_click {
    width: 66px;
  }
  
  .img_rsb {
    width: 21px;
  }
  
  .img_vtb {
    width: 48px;
  }
  
  .row_four_screen {
    height: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  
  .row_four_screen .first_screen_body_form{
    margin-top: 186px;
  }
  
  .six_screen .first_screen_body_form {
    margin-top: 300px;
  }
  
  .first_screen_form_input.form_input_date, .first_screen_form_input.form_input_select {
    padding: 7px 15px;
  }
  
  .wrapper_form_date_select p br {
    display: none;
  }
  
  .wrapper_form_date_select p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-bottom: 5px;
  }
  
  .wrapper_form_date_select.mt14 {
    grid-column: span 2;
  }
  
  .row_four_screen .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .row_four_screen .first_screen_form_btn {
    position: static;
    max-width: initial;
  }
  
  
  .five_screen .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .five_screen .first_screen_form_btn {
    position: static;
    max-width: initial;
  }
  
  
  header.active .btn_quest_whats {
    padding: 10px;
  }
  
  .section_first_screen .first_screen_form_btn {
    font-size: 0;
  }
  
  .section_first_screen .first_screen_form_btn:before {
    content: 'Жду звонка';
    font-size: 14px;
  }
  
  .second_screen .first_screen_form_btn {
    font-size: 0;
  }
  
  .second_screen .first_screen_form_btn:before {
    content: 'Записаться';
    font-size: 14px;
  }
  
  .three_screen .first_screen_form_btn {
    font-size: 0;
  }
  
  .three_screen .first_screen_form_btn:before {
    content: 'Записаться';
    font-size: 14px;
  }
  
  .six_screen .first_screen_form_btn {
    font-size: 0;
  }
  
  .six_screen .first_screen_form_btn:before {
    content: 'Позвони мне';
    font-size: 14px;
  }
  
  .eight_screen .wpcf7-form .first_screen_form_btn {
    position: static;
  }
  
  .custom-file-input .file-names {
    font-size: 13px;
    line-height: 23px;
    padding: 9px 12px 7px;
    display: none;
  }
  
  .eight_screen .wpcf7-form {
    position: relative;
  }
  
  
  
  .eight_screen .wpcf7-form p {
    margin-top: 7px;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .custom-file-input label {
    position: absolute;
    right: 0px;
    top: -101px;
    font-size: 0;
    color: #9D9D9D;
    text-align: center;
    width: 151px;
    height: 38px;
  }
  
  .custom-file-input label:before {
    content: 'Выбрать файл';
    font-size: 14px;
    line-height: 13px;
  }
  
  .eight_screen .first_screen_body_form {
    background: #fff;
    margin-top: 300px;
  }
  
  .eight_screen .wrapper_input_anim {
    position: absolute;
    right: 0;
    top: 46px;
  }
  
  .section_screen.eight_screen {
    padding: 41px 0 17px;
  }
  
  .description_eight_screen br {
    display: block;
  }
  
  .section_screen.section_first_screen {
    min-height: 100svh;
  }
  
  
  .body-parallax .section_screen:has(input:focus) {
    top: initial;
    bottom: 0;
    height: 100lvh;
  }
}

@media (max-width: 360px) {
  .btn_link_youtube.for_desc {
    padding-right: 34px;
  }
  
  .nine_screen_btn_proj {
    padding: 15px 34px;
  }
}


.body-parallax .wrapper_page {
  overflow: visible;
}

.body-parallax main {
  position: relative;
}

.section_screen.five_screen {
  overflow: hidden;
}

.body-parallax .section_screen.second_screen {
  background-color: #fff;
}

.body-parallax .section_with_us {
  background-color: #fff;
}

.body-parallax #main_contact_card {
  background-color: #fff;
}

.body-parallax .section_first_screen, .body-parallax .section_screen.second_screen, .body-parallax .three_screen, .body-parallax .section_screen.four_screen, .body-parallax .section_screen.five_screen, .body-parallax .section_screen.six_screen, .body-parallax .section_screen.seven_screen, .body-parallax .section_screen.eight_screen, .body-parallax .section_screen.nine_screen, .body-parallax .section_screen.ten_screen, .body-parallax .section_screen.eleven_screen, .body-parallax .section_yaska, .body-parallax .section_with_us, .body-parallax .section_we_have, .body-parallax .footer-wrapper, .body-parallax .footer {
  position: sticky;
  top: 0;
}

.body-parallax .second_screen, .body-parallax .seven_screen {
  overflow: hidden;
}

.body-scroll {
  overflow: hidden;
}

.body-scroll main {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-padding-top: 48.83px;
  scroll-snap-type: y mandatory;
}



.body-scroll .section_screen, .body-scroll .section_yaska, .body-scroll .section_with_us, .body-scroll .section_we_have, .body-scroll .footer-wrapper {
  scroll-snap-align: start;
}

/* .body-scroll .footer {
  scroll-snap-align: end;
} */
