* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Handil Pro';
    font-style: normal;
    color: #01050E;
    background: #FFFFFF;
}

body.openned_popup,
html.openned_popup {
    overflow: hidden;
}

main {
    overflow: hidden;
    width: 100vw;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
}

/*
::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar {
    height: 0;
}

* {
    scrollbar-width: none;
}*/

p {
    margin: 0;
}

h1{
    color: #006B3B;
    font-size: 60px;
    font-weight: 500;
    line-height: 69px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section, footer{
    padding: 140px calc((100% - 1520px) / 2);
}

header{
    padding: 0px calc((100% - 1520px) / 2);
    position: relative;
}

.menu_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-top: -5px;
}

.menu_btn svg{
    display: none;
}

.menu_btn svg.active{
    display: block;
}

.header_top{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    position: relative;
    z-index: 10;
    background-color: #ffff;
    padding-top: 25px;
    position: absolute;
    background-color: transparent;
    width: 1520px;
    transition: all linear .9s;
}

.header_logo {
    width: 250px;
}

.header_top.active{
    background-color: #FFFFFF;
    transition: all linear .3s
}

.header_logo img{
    width: 100%;
    height: auto;
}

.header_bottom_tablet{
    display: none;
}

.header_address, .header_address_tablet{
    display: flex;
    flex-direction: row;
    align-items: end;
    gap:5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #114A31;
    font-style: normal;
    letter-spacing: -.5px;
    margin-left: 55px;
    font-family: 'Manrope';
    margin-top: -5px;
}

.header_address_tablet{
    margin:0;
}

.header_social_links, .header_social_links_tablet{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header_social_links{
    gap: 10px;
    margin-left: auto;
    margin-right: 15px;
}

.header_social_links_tablet{
    margin-left: auto;
}

.header_social_links_tablet a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_phone, .header_phone_tablet{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.5px;
    color: #ffffff;
}


.header_top.active .header_social_links svg path{
    fill: #006B3B;
}

.header_top.active .header_phone{
    color: #006B3B;
}

.header_button{
    background-color: transparent;
    height: 60px;
    width: 225px;
    border: 2px solid #B6D4C7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color:#006B3B;
    border-radius: 300px;
    padding-top: 2px;
}

.left_header{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.header_main{
    width: 100vw;
    background-color: #FFFFFF;
    padding-bottom: 200px;
    padding-top: 170px;
    transform: translateY(-100%);
    transition: all linear .6s;
    position: absolute;
    left: 0;
    z-index: 3;
}

.header_main.active{
    transform: translateY(0);
}

.header_menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap:40px;
    padding-left: calc((100% - 1520px) / 2);
    max-height: 570px;
    max-width: 1060px;
    padding-top: 40px;
}

.menu_bg_img{
    position: absolute;
    right: calc((100% - 1520px) / 2);
    top: 65%;
    height: 75%;
    width: auto;
    transform: translateY(-65%);
}

.header_menu a{
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color:#006B3B;
    border-bottom: 2px solid #B6D4C7;
    text-transform: uppercase;
    width: fit-content;
}


.animate_block{
    position: relative;
    z-index: 3;
}
.banner_img_dark{
    opacity: 0;
    transition: all linear .6s;
}

.banner_img_dark.active{
    opacity: 1;
    transition: all linear .6s;
}

.banner{
    position: fixed;
    min-height: 100vh !important;
    transition: background-image linear .6s;
    padding-top: 0 !important;
    overflow: hidden;
    max-width: 100vw;
    top:0;
}

.section-static{
    position: relative;
    max-width: 100vw;
}

.banner_img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    object-position: center;
}

.banner.active{
    background-image: url(../img/banner_bg_dark.png);
    transition: background-image linear .6s;
}

.banner_content{
    display: flex;
    flex-direction: column;
    gap:18px;
    width: 495px;
    margin-left: auto;
    position: relative;
    top: 255px;
    z-index: 2;
    margin-right: -30px;
}

.banner_top_list{
    position: absolute;
    top: 0;
    right: 0;
}

.banner_content h1{
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 47.5px;
    line-height: 57.5px;
}

.banner_content h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color:#FFFFFF;
    margin:0;
    text-transform: uppercase;
}

.banner_row{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C36FFC;
    height: 72px;
    width: 303px;
    color:#FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.7px;
    cursor: pointer;
    padding-top: 2px;
}

.banner_description{
    color:#FFFFFF;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Manrope';
}

.banner_btn {
    border-radius: 0;
}

.advantages_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    justify-content: space-between;
    gap:50px;
}

.advantages_col{
    display: flex;
    flex-direction: column;
    gap:50px;
}

.advantages_first{
    background-color: #FFFFFF;
    position: relative;
    min-height: 490px;
    height: fit-content;
    padding-top: 120px;
    padding-bottom: 120px;
}

.advantages_img_bg{
    position: absolute;
    top:10px;
    left: 42%;
    transform: translateX(-42%);
}

.advantages_item{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.advantages_text_main{
    font-weight: 500;
    font-size: 60px;
    line-height: 69px;
    color: #006B3B;
    margin-left: 10px;
}

.advantages_text{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.5px;
    color:#01050E;
    text-transform: uppercase;
}

.about{
    background-color: #F0F9FB;
    position: relative;
    position: relative;
    z-index: 10;
}

.about_content{
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}

.about_bg_img{
    position: absolute;
    top:140px;
    left: 20%;
    transform: translateX(-25%);
}

.about_logo{
    width: 348px;
}

.about_logo img{
    width: 100%;
    height: auto;
}

.about_content_text{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.about_description{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Manrope';
}

.about_description span{
    font-weight: 500;
}

.about_list{
    display: flex;
    flex-direction: column;
    gap:30px;
    margin-top: 20px;
}

.about_item{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    max-width: 572px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.about_content_img{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about_content_img img{
    width: 720px;
    height: auto;
}

.map{
    padding-bottom:0 !important;
}

.map h1{
    margin-bottom: 60px;
}

.map_description{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 160px;
    margin-bottom: 60px;
}

.map_description p{
    font-family: 'Manrope';
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}

.map_description p:first-child{
    min-width: 630px;
    max-width: 630px;
}

.map_links{
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}

.map_links a{
    color: #87BFA6;
    border-bottom: 1px solid #87BFA6;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
}

.map_links a:hover, .map_links a.active{
    color: #006B3B;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #006B3B;
}

.map_full{
    width: 100vw;
    left: calc((-100vw + 1520px) / 2);
    position: relative;
}

.map_img{
    width: 100%;
    overflow-x: scroll;
    position: relative;
}

.map_img::-webkit-scrollbar, .build_process_scroll::-webkit-scrollbar {
    width: 0;
}

.map_img::-webkit-scrollbar, .build_process_scroll::-webkit-scrollbar {
    height: 0;
}

.map_img img{
    max-width: 100vw;
}

.map_with_icons{
    position: absolute;
    top:0;
    left: 0;
    display: none;
}

.map_with_icons.active{
    display: block;
}

.map_info{
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:70px;
}

.map_info_item{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.map_info_item:nth-child(2){
    margin-left: -125px;
}

.map_info_num{
    color:#006B3B;
    font-size: 72px;
    line-height: 82.8px;
    font-weight: 500;
}

.map_info_text{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.map_info p{
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    max-width: 720px;
}

.advantages{
    position: relative;
}

.advantages_slider_content{
    position: relative;
    margin-top: 70px;
    z-index: 10;
}

.advantages_slider .slick-track{
    display: flex;
    flex-direction: row;
}

.advantages_bg_img{
    position: absolute;
    top: 300px;
    left: 25%;
    transform: translateX(-25%);
}

.advantages_slide_info{
    display: flex;
    flex-direction: column;
    gap:27px;
}

.advantages_slide_title{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.advantages_slide_info p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Manrope';
    margin-bottom: -10px;
}

.advantages_slide_info img{
    width: 70px;
    height: 70px;
}

.advantages_slide_img{
    width: 800px;
    min-width: 800px;
    margin-top: -10px;
    margin-right: 3px;
}

.advantages_slide_img img{
    width: 100%;
    height: auto;
}

.advantages_slide{
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    width: 100% !important;
    padding-top: 10px !important;
}

.advantages_navigation, .advantages_arrow, .advantages_num_slides{
    display: flex;
    flex-direction: row;
    gap: 33px;
    align-items: center;
}

.advantages_navigation{
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
}

.advantages_navigation .arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    width: 72px;
    transition: all linear .3s;
}

.advantages_navigation .arrow:hover{
    background-color: #006B3B;
}

.advantages_navigation .arrow:hover svg path{
    fill:  #ffffff;
    stroke:  #ffffff;
}

.advantages_num_slides, .tour_slider_num{
    gap:0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    min-width: 66px;
}

.advantages_arrow{
    gap:20px;
}

.advantages_navigation{
    position: relative;
    top:-90px;
}

.landscaping{
    background-color: #F0F9FB;
    position: relative;
}

.landscaping_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.landscaping_siren_top{
    position: absolute;
    right: calc((100% - 1600px) / 2);
    top: 0;
    transition: all linear .6s;
    transform: translateY(-100%);
}

[data-aos^=zoom][data-aos^=zoom].aos-animate .landscaping_siren_top{
    transform: translateY(0%);
}

.landscaping_siren_bottom{
    position: absolute;
    bottom: 0;
    left: calc((100% - 1520px) / 2);
}

.landscaping_content_col{
    width: 47.3%;
    display: flex;
    flex-direction: column;
    gap:70px;
}

.landscaping_item img{
    width: 100%;
    height: auto;
}

.landscaping_item{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.landscaping_list{
    display: flex;
    flex-direction: column;
    gap:60px;
}

.landscaping_item_info{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 40px;
    color:#FFFFFF;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
}

.landscaping_item_info img{
    width: 80px;
    height: 80px;
}

.landscaping_text_bold{
    color:#000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: -20px;
}

.landscaping_text{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Manrope';
}

.landscaping_content_col_second{
    margin-top: 160px;
}

.solutions{
    position: relative;
}

.solutions h1{
    margin-bottom: 50px;
}

.solutions_tabs{
    display: flex;
    flex-direction: row;
    gap: 23px;
}

.solutions_tabs a{
    color:#87BFA6;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    border-bottom: 1px solid #87BFA6;
    text-transform: uppercase;
}

.solutions_tabs a:hover, .solutions_tabs a.active{
    color:#006B3B;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #006B3B;
}

.solutions_content{
    margin-top: 55px;
}

.solution_block{
    display: none;
}

.solution_list{
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution_block.active{
    display: flex;
}

.solution_img{
    position: absolute;
    top: 140px;
    right: calc((100% - 1520px) / 2);
}

.solution_item:nth-child(2){
    margin-right: 456px;
}

.solution_item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 467px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Manrope';
}

.solution_item img{
    width: 90px;
    height: 90px;
}

.test{
    background-color: #006B3B;
    padding:0 !important;
    height: fit-content;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.test_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
}

.test_second_col{
    width: 50%;
    height: fit-content;
}

.test_second_col img{
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

.test_first_col{
    display: flex;
    flex-direction: column;
    padding-left: calc((100% - 1520px) / 2);
    gap:30px;
    position: relative;
    z-index: 10;
}

.test_first_col h1{
    color:#FFFFFF;
    font-size: 72px;
    line-height: 82.8px;
}

.test_description{
    color:#FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Manrope';
}

.test_description a{
    font-weight: 700;
    color:#FFFFFF;
}

.test_btn a{
    height: 60px;
    width: 290px;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0;
}

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

[data-aos^=zoom][data-aos^=zoom].aos-animate .test_siren_img{
    transform: translate(-50%,0%);
}

.test_bg_img{
    left: 27%;
    transform: translateX(-27%);
}

.test_siren_img{
    transform: translate(-50%,100%);
    transition: all linear .6s;
}

.promotion_first_col{
    max-width: 47%;
}

.promotion .test_siren_img{
    left:  51.5%;
}

.promotion_description{
    max-width: 79%;
}

.promotion_content h1, .promotion_content h1 b{
    font-size: 60px;
    line-height: 69px;
    font-weight: 500;
}

.promotion_content h1 b{
    color: #E5BEFF;
}

.promotion_row, .promotion_arrow{
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.promotion_navigation{
    display: flex;
    flex-direction: row;
    gap: 35px;
}

.promotion_arrow{
    gap: 55px;
}

.promotion_num_slides{
    display: flex;
    flex-direction: row;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}

.choose_flat{
    background-color: #F0F9FB;
}

.choose_flat_tabs{
    display: flex;
    flex-direction: row;
    gap: 15%;
    margin-top: 50px;
    flex-wrap: wrap;
}

.choose_flat_tabs_row{
    display: flex;
    flex-direction: row;
    gap: 26px;
    align-items: center;
}

.choose_flat_tabs_row_mebel{
    flex-direction: column;
    align-items: start;
}

.flat_tour_mebel_row{
    display: flex;
    flex-direction: row;
    gap:65px;
    margin-top: 60px;
}

.choose_flat_tabs_title{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Handil Pro';
    text-transform: uppercase;
}

.flat_tour_mebel_col_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choose_flat_tabs_variants{
    display: flex;
    flex-direction: row;
    gap: 17px;
}

.choose_flat_tabs_variants a{
    border-bottom: 4px solid #006B3B;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    font-weight: 500;
    line-height: 30px;
    font-size: 20px;
    color: #01050E;
    background-color: #FFFFFF;
}

.choose_flat_tabs_variants a:hover, .choose_flat_tabs_variants a.active{
    border-bottom:none;
    background-color: #006B3B;
    color: #FFFFFF;
}

.disabled {
    display: none;
}

a.disabled {
    display: none;
}

.choose_flat_tabs_variants_second a{
    width: 120px;
}

.choose_flat_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:55px;
    margin-top: 55px;
}

.flat_gallery{
    max-width: 875px;
}

.flat_info{
    width: fit-content;
}

.flat_title{
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 25px;
    max-width: 99%;
    text-transform: uppercase;
}

.flat_square{
    margin-bottom: 35px;
    font-family: 'Manrope';
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.flat_square span{
    font-weight: 500;
    font-family: 'Handil Pro';
    font-size: 24px;
}

.flat_info_row{
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 35px;
}

.flat_shema{
    width: 125px;
    height: auto;
}

.flat_shema img{
    width: 100%;
    height: auto;
}

.house_plan{
    width: 350px;
    height: 72px;
    border: 2px solid #B6D4C7;
    color: #006B3B;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.choose_flat_btn, .flat_price_info{
    width: 350px;
}

.flat_price_info{
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.flat_price_info span{
    font-family: 'Handil Pro';
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
}

.flat_gallery{
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    align-items: start;
}

.flat_gallery_slider {
    max-width: 490px;
    min-width: 490px;
}

.flat_gallery_slider, .flat_gallery_slider_content{
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.flat_gallery_slider_content img{
    width: 100%;
    height: auto;
}

.flat_gallery_slide{
    width: 100px !important;
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-right: 23px;
}

.flat_gallery_slide img{
    width: 75px;
    height: auto;
}

.flat_gallery_slide.active, .flat_gallery_slide:hover{
    border: 3px solid #006B3B;
}

.flat_gallery_slider_content .arrow svg{
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}

.flat_gallery_arrow_prev{
    margin-right: 25px;
}

.flat_gallery_main{
    width: 660px;
    height: 600px;
    padding:70px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.flat_gallery_main img{
    width: 100%;
    height: auto;
}

.fullscreen_button{
    position: absolute;
    top:30px;
    right: 30px;
    width: 35px !important;
    height: 35px !important;
}

.choose_flat_tour{
    margin-top: 70px;
}

.choose_flat_tour_nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.watch_tour{
    flex-direction: row;
    gap: 15px;
    display: flex;
    align-items: center;
    border: 2px solid #B6D4C7;
    width: 350px;
    height: 72px;
    justify-content: center;
    color:#006B3B;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.tour_slider_arrows{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.tour_slider_num{
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    display: none;
}

.flat_tour_slide{
    max-height: 365px;
    overflow: hidden;
}

.flat_tour_slide img{
    width: 487px;
    height: auto;
}

.flat_tour_slider .slick-slide{
    height: fit-content !important;
}

.flat_tour_slider .slick-list{
    width: 487px !important;
}

.flat_tour_slider .slick-track{
    display: flex !important;
    flex-direction: row;
    gap:20px;
}

.build_process_nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 40px;
}

.build_process_year, .build_process_month_scroll, .build_process_month{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: end;
    scroll-behavior: smooth;
}

.build_process_month_scroll, .build_process_month{
    gap: 40px;
}

.build_process_month{
    max-width: 680px;
    overflow-x: hidden;
    transition: scroll-behavior 0.3s ease;
}

.arrow{
    cursor: pointer;
}

.build_process_year a, .build_process_month a{
    color: #87BFA6;
    border-bottom: 1px solid #87BFA6;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -.5px;
    transition: all linear .3s;
}

.build_process_year a.active, .build_process_year a:hover, .build_process_month a.active, .build_process_month a:hover{
    color: #006B3B;
    border-bottom: 1px solid #006B3B;
    line-height: 32px;
    font-size: 24px;
}

.build_process p{
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 590px;
}

.build_process_scroll{
    display: flex;
    flex-direction: row;
    gap: 35px;
    max-width: 100%;
    overflow-x: scroll;
    margin-top: 60px;
    scroll-behavior: smooth;
}

.build_process_img{
    position: relative;
    max-width: 480px;
    min-width: 480px;
    height: auto;
    max-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.build_process_img img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.build_process_img_info{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px 10px 20px;
    background-color: #FFFFFF;
    text-transform: uppercase;
    color: #006B3B;
    font-weight: 500;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: -.5px;
    min-width: 123px;
    display: flex;
    justify-content: center;
}

.build_process_img.active .build_process_img_info{
    color: #FFFFFF;
    background-color: #006B3B;
}

.uslovia{
    background-color: #F0F9FB;
}

.uslovia_benefits{
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.uslovia_benefits_col{
    width: 47.5%;
}

.uslovia_benefits_heading{
    font-weight: 500;
    font-family: 'Handil Pro';
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.uslovia_benefits_text{
    font-weight: 400;
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.uslovia_benefits_text_bold{
    font-weight: 600;
}

.uslovia_benefits_item{
    list-style-type: none;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    display:flex;
}

.uslovia_benefits_item img {
    display:block;
    margin-top: 2px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.uslovia_benefits_item span {
    display: inline;
    vertical-align: bottom;
}

.uslovia_block{
    display: flex;
    flex-direction: row;
    gap: 75px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all linear 1s;
}

.uslovia_block.active{
    opacity: 1;
    height: fit-content;
    transition: all linear 1s;
}

.uslovia_img{
    max-width: 720px;
    min-width: 720px;
    height: auto;
    border-radius: 0px;
}

.uslovia_img img{
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.uslovia_tabs{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.uslovia_tabs div{
    width: 358px;
    height: 72px;
    text-transform: uppercase;
    color: #006B3B;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    border-bottom: 5px solid #006B3B;
    cursor: pointer;
}

.uslovia_tabs div.active, .uslovia_tabs div:hover{
    background-color: #006B3B;
    border-bottom: none;
    color: #FFFFFF;
}

.uslovia_title{
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.uslovia_description{
    font-weight: 400;
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 30px;
}

.uslovia_details{
    display: grid;
    grid-template-columns: auto 1fr;
    justify-items: start;
}

.uslovia_detail:nth-child(2),
.uslovia_detail:nth-child(4),
.uslovia_detail:nth-child(6){
    margin-left: 60px;
}


.uslovia_detail{
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 30px;
}

.uslovia_detail_top{
    font-weight: 500;
    font-size: 60px;
    line-height: 69px;
    color: #006B3B;
}

.uslovia_detail_top span{
    font-size: 32px;
    line-height: 32px;
}

.uslovia_detail_bottom{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.about_develop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
}

.about_develop_col{
    min-width: 47%;
    max-width: 47%;
}

.about_develop_col img{
    width: 100%;
    height: auto;
    margin-top: 55px;
}

.about_develop_text{
    margin-top: 50px;
}

.about_develop h1{
    margin-bottom: 55px;
}

.about_develop_description{
    color: #000000;
    letter-spacing: -.5px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.about_develop_col p{
    font-weight: 400;
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 30px;
}

footer{
    background-color: #006B3B;
    padding-bottom: 55px !important;
    position: relative;
}

.footer_content h1{
    color: #ffffff;
}

.footer_content{
    position: relative;
    z-index: 10;
}

.footer_row{
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: space-between;
    margin-top: 70px;
    color: #FFFFFF;
}

.footer_form p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer_title{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Handil Pro';
}

.footer_links_contacts{
    display: flex;
    flex-direction: row;
    gap:  60px;
    margin-top: 40px;
    align-items: center;
}

.footer_address_row{
    display: flex;
    flex-direction: row;
    gap:  120px;
    align-items: center;
    margin-top: 55px;
    align-items: start;
}

.footer_address, .work_time{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Manrope';
}

.work_time span{
    font-weight: 700;
}


.footer_phone{
    display: flex;
    flex-direction: row;
    gap:  10px;
    letter-spacing: -.5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.mail_address{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #3A926A;
    font-family: 'Manrope';
}

.footer_social_links{
    display: flex;
    flex-direction: row;
    gap:  30px;
    margin-bottom: 40px;
    margin-top: 40px;
}


.policy{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Manrope';
    font-weight: 400;
    border-bottom: 1px solid #3A926A;
}

.footer_info{
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope';
    color: #FFFFFF;
    margin-top: 30px;
    max-width: 528px;
}


.footer_info a{
    text-decoration: underline;
    color: #FFFFFF;
}


.footer_before_line{
    margin-top: 75px;
    color: #83B8A0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Manrope';
    padding-bottom: 50px;
    border-bottom: 1px solid #3A926A;
}

.footer_under_line{
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    font-family: 'Manrope';
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
}


.footer_under_line a{
    color: #FFFFFF;
    border-bottom: 1px solid #3A926A;
    padding-bottom: 3px;
}

.footer_form{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Manrope';
    color: #FFFFFF;
    font-weight: 400;
}


.footer_form_description{
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Manrope';
    color: #FFFFFF;
    font-weight: 400;
}

.form_footer{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form_footer input[type='text']{
    width: 100%;
    background-color: transparent;
    height: 60px;
    border: none;
    border-bottom: 1px solid #4CA57D;
    display: flex;
    align-items: center;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.button_form{
    border: none;
    height: 60px;
    width: 225px;
    min-width: 225px;
}

.form_footer input[type='text']::placeholder{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'Manrope';
}

.form-checkbox{
    margin-top: 10px;
}

.form_footer input[type='text']:focus::placeholder,
.form_footer input[type='text']:hover::placeholder {
    font-weight: 500;
}

.form_footer input[type='text']:focus,
.form_footer input[type='text']:hover {
    border-bottom: 1px solid #FFFFFF;
}

.form-checkbox{
    display: flex;
    flex-direction: row;
    gap: 45px;
    position: relative;
}

.form-checkbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
    margin-top: 17px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 20px !important;
    left: 270px;
    top:10px;
    max-height: 20px;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: start;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    border: none;
    background-color: #FFFFFF;
    border-radius: 0;
    transition: all linear .3s;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
    position: absolute;
}

.custom-checkbox:checked+label::before {
    content: "✓";
    color: #000000;
    text-align: center;
    vertical-align: middle;
    height: 15px;
    padding-top: 4px;
    padding-bottom: 1px;
}

.form-checkbox label p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #98B3DA;
    margin-left: 35px;
    font-family: 'Manrope';
    margin-top: -5px;
    color: #FFFFFF;
}

.form-checkbox label p a{
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_siren_top{
    position: absolute;
    top: 0;
    right: calc((100% - 1520px) / 2);
}

.footer_siren_right{
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-60%);
}

.popup {
    position: fixed;
    background-color: rgba(100, 100, 100, .5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.popup_form_content, .popup_successful_content {
    background-color: #FFFFFF;
    width: 820px;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding: 60px;
}

.popup_successful_content{
    width: 563px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.form_social_links_row{
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    align-items: start;
    text-transform: uppercase;
    margin-top: 15px;
}

.form_social_links{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.popup_close{
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}

.popup_successful_title{
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 500;
    color: #006B3B;
    text-align: center;
    text-transform: uppercase;
}

.popup_successful_desc{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #01050E;
    font-weight: 400;
    font-family: 'Manrope';
}

.popup_form_title{
    color: #006B3B;
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.popup_form_description{
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    color:#01050E;
}

.formMsgHover{
    color:#01050E;
}

.form_popup input[type='text']{
    color: #01050E;
}

.form_popup input[type='text']::placeholder{
    color: #01050E;
}

.form_popup .form-checkbox label p{
    color: #000000 !important;
}

.form_popup .form-checkbox label p a{
    color: #006B3B !important;
}

.form_popup .custom-checkbox+label::before {
    background-color: #006B3B !important;
}

.form_popup .custom-checkbox:checked+label::before {
    color: #ffffff !important;
}

.form_popup input[type='text']:focus,
.form_popup input[type='text']:hover {
    border-bottom: 1px solid #4CA57D;
}


.popup_gallery_content{
    background-color: #FFFFFF;
    width: 95vw;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full_img_flat{
    height: 100%;
    width: auto;
}

.popup_open{
    cursor: pointer;
}

.menu_btn, .menu_btn svg rect, .header_menu a, .header_social_links a, .header_social_links a svg path, .header_social_links_tablet a, .header_social_links_tablet a svg path,
.header_button, .btn, .arrow svg rect, .arrow svg path, .house_plan, .watch_tour, .watch_tour svg path, .build_process_month_scroll .arrow_left svg path,
.build_process_month_scroll .arrow_right svg path, .policy, .mail_address, .footer_social_links a svg, .footer_social_links a svg path,
.footer_under_line a{
    transition: all linear .3s;
}

.header_menu a:hover{
    color: #01050E;
    border-bottom: 2px solid #006B3B;
}

.header_social_links_tablet a:hover{
    background-color: #006B3B;
    border:  2px solid #006B3B;
}

.header_social_links_tablet a:hover svg path{
    fill: #FFFFFF;
}

.footer_social_links a:hover svg{
    fill: #FFFFFF;
}

.footer_social_links a:hover svg path{
    fill: #006B3B;
}

.header_button:hover{
    background-color: #006B3B;
    border: 2px solid #006B3B;
    color: #FFFFFF;
}

.btn:hover{
    background-color: #CB7FFF;
}

.tour_slider_arrows .arrow:hover{
    background-color: #006B3B;
}

.tour_slider_arrows .arrow{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_slider_arrows .arrow:hover svg path{
    stroke: #FFFFFF;
}

.house_plan:hover, .watch_tour:hover{
    background-color: #006B3B;
    border: 2px solid #006B3B;
    color: #FFFFFF;
}

.watch_tour:hover svg path{
    fill: #FFFFFF;
}

.build_process_month_scroll .arrow_left:hover svg path, .build_process_month_scroll .arrow_right:hover svg path{
    stroke: #006B3B;
}

.policy:hover, .mail_address:hover, .footer_under_line a:hover{
    border-bottom:  1px solid #FFFFFF;
}

.marquiz__container{
    width: fit-content !important;
}

@media screen and (max-width: 1800px) {
    .banner_content{
        margin-right: 0;
    }
}

@media screen and (max-width: 1600px) {
    .section, footer {
        padding: 140px 60px;
    }

    .test_first_col{
        padding-left: 60px;
    }

    .about_content_img{
        width: 40%;
        min-width: 40%;
    }

    .about_content_img img{
        width: 100%;
        height: auto;
    }

    .about_bg_img{
        width: 31%;
    }

    .map_full{
        left: -60px;
    }

    .map_info{
        gap:60px;
    }

    .map_info p{
        max-width: 45%;
    }

    .solution_item{
        max-width: 30%;
    }

    header{
        padding-left: 60px;
        padding-right: 60px;
    }

    .header_menu{
        padding-left: 180px;
    }

    .advantages_slide_img{
        width: 55%;
        min-width: 55%;
    }

    .advantages_navigation{
        top:-80px;
    }

    .solution_img{
        right: 60px;
    }

    .advantages_first{
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: fit-content;
    }

    .choose_flat_tabs{
        row-gap:40px;
    }
    .header_top{
        width: calc(100vw - 120px);
    }

    .banner_content{
        top: 220px;
    }

    .banner_top_list {
        position: absolute;
        top: -2vw;
        right: -5vw;
    }

    .menu_bg_img{
        right: 60px;
        height: 70%;
    }

    .promotion_content .test_second_col img{
        width: 130%;
        margin-left: -15%;
    }

    .promotion_content .test_second_col {
        overflow: hidden;
    }

    .banner_content{
        width: 38vw;
    }

    .uslovia_details{
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .uslovia_detail:nth-child(2),
    .uslovia_detail:nth-child(4),
    .uslovia_detail:nth-child(6){
        margin-left: 0px;
        justify-self: end;
    }

}


@media screen and (max-width: 1500px) {
    .advantages_list{
        gap:40px;
    }

    .advantages_item{
        gap:30px;
    }

    .advantages_item img{
        width: 120px;
        height: 120px;
    }

    .advantages_navigation{
        top: 0px;
    }

    .landscaping_item_info{
        font-size: 25px;
        line-height: 30px;
    }

    .uslovia_img {
        max-width: 40%;
        min-width: 40%;
    }

    .uslovia_block{
        align-items: center;
        gap:50px;
    }

    .flat_gallery_main {
        width: 590px;
        height: 590px;
    }

    .header_top{
        width: 100%;
    }

    .flat_gallery{
        align-items: center;
    }

    .uslovia_detail_top {
        font-size: 62px;
        line-height: 62.8px;
    }

    .uslovia_detail_bottom {
        font-size: 22px;
        line-height: 30px;
    }

    .header_bottom_tablet{
        display: flex;
        justify-content: space-between;
        padding: 35px 60px;
        margin-top: 60px;
        background-color: #F0F9FB;
        align-items: center;
        gap:20px;
    }

    .header_phone_tablet{
        color: #114A31;
    }

    .menu_bg_img{
        top: 45%;
        transform: translateY(-45%);
        height: 60%;
    }

    .choose_flat_tabs_row_mebel{
        flex-direction: row;
    }

    .flat_tour_mebel_row{
        flex-direction: column;
        gap:30px;
    }

    .flat_gallery_main{
        width: 100%;
        height: 660px;
    }

    .flat_info_row{
        justify-content: space-between;
    }

    .flat_gallery{
        max-width: 46%;
    }

    .flat_info{
        max-width: 48%;
        min-width: 48%;
    }

    .header_main{
        padding-bottom: 0;
    }

    .choose_flat_tour_nav{
        margin-top: 30px;
    }

    .flat_tour_slide img{
        width: 380px;
    }

    header{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .header_top{
        padding-left: 60px;
        padding-right: 60px;
    }

    .flat_tour_slider .slick-list {
        width: 100% !important;
    }

    .left_header{
        gap:40px;
    }

    .banner {
        background-position: 50% 0%;
    }

    .flat_gallery_arrow_next{
        margin-left: 23px;
    }

    .flat_gallery{
        justify-content: start;
        align-items: start;
    }

    .flat_gallery_slider, .flat_gallery_slider_content{
        max-width: 90%;
    }

    .flat_gallery_slider{
        max-width: 77%;
        min-width: 77%;
    }

    .header_menu{
        max-height: 600px;
        padding-top: 100px;
        padding-left: 60px;
        padding-bottom: 20px;
    }

    .header_menu a{
        font-size: 30px;
        line-height: 35px;
    }

    .flat_tour_mebel_row {
        margin-top: 50px;
    }

    .header_main{
        padding-top: 60px;
    }

    .footer_siren_top{
        right: 60px;
    }

    .footer_contacts{
        width: 55%;
    }

    .banner_content h1 {
        font-size: 52px;
        line-height: 62.8px;
    }

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

    .banner_description {
        font-size: 16px;
        line-height: 22px;
    }

    .banner_btn{
        width: 280px;
        height: 58px;
        font-size: 16px;
        line-height: 24px;
    }

    .banner_content{
        gap:20px;
        padding: 30px;
    }

    .promotion .test_siren_img {
        left: 55.5%;
    }

    .banner_content{
        top: 190px;
        width: 35vw;
    }

    .banner_content h1 {
        font-size: 45px;
        line-height: 57.8px;
    }
}

@media screen and (max-width: 1400px) {

    .advantages_text br{
        display: none;
    }

    .advantages_first{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .advantages_img_bg {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .advantages_col{
        gap:40px;
    }

    .about_logo {
        width: 320px;
    }

    .map_description {
        gap:40px;
    }

    .map_info p {
        max-width: 100%;
    }

    .map_info{
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 40px;
        column-gap: 100px;
    }

    .advantages_slide_img {
        width: 45%;
        min-width: 45%;
    }

    .advantages_navigation {
        top: 30px;
    }

    .advantages{
        padding-bottom: 170px;
    }

    .advantages_bg_img{
        top:270px;
    }

    .solution_item:nth-child(2) {
        margin-right: 30%;
    }

    .solution_img{
        width: 40%;
        height: auto;
    }

    .test_siren_img{
        width: 350px;
    }

    .test_bg_img{
        height: 100%;
        width: auto;
        left:24%;
    }

    .uslovia_tabs div{
        font-size: 20px;
    }

    .uslovia_detail_top span {
        font-size: 40px;
        line-height: 40px;
    }

    .flat_gallery_main {
        height: 600px;
    }

    .flat_tour_slide img {
        width: 340px;
    }

    .landscaping_siren_top{
        right: -30px;
        width: 45%;
    }

    .flat_gallery_slider {
        max-width: 74%;
        min-width: 74%;
    }

    .flat_title {
        font-size: 34px;
    }

    .flat_info {
        max-width: 46%;
        min-width: 46%;
    }

    .banner_img{
        height: 100%;
        width: auto;
    }

    .landscaping_text_bold br{
        display: none;
    }

    .banner{
        min-height: 750px;
    }

    .footer_siren_right{
        top:64%;
    }

    .test_first_col{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .test_second_col{
        height: 500px;
        overflow: hidden;
    }

    .test_second_col img{
        height: 100%;
        width: auto;
    }

    .flat_price_info span{
        font-size: 24px;
    }

    .banner {
        min-height: 750px;
    }
    .test_first_col h1{
        font-size: 60px;
        line-height: 70px;
    }

    .promotion_content .test_second_col{
        height: auto;
    }

    .promotion_content .test_second_col img {
        width: 140%;
        margin-left: -20%;
        height: auto;
    }

    .promotion_content h1, .promotion_content h1 b{
        font-size: 50px;
        line-height: 59px;
    }

    .promotion .test_siren_img {
        left: 57.5%;
    }

    .menu_bg_img{
        height: 45%;
    }

    .header_social_links_tablet{
        gap: 15px;
    }

    .banner_top_list{
        width: 50%;
    }

    .banner_content h1 {
        font-size: 35px;
        line-height: 45.8px;
    }

    .banner_content {
        top: 130px;
        width: 30vw;
        padding-right: 0;
    }

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

    .map_info_item:nth-child(2){
        margin-left: 0;
    }

}

.flat_title.tablet{
    display: none;
}

@media screen and (max-width: 1250px) {
    .map_description{
        flex-direction: column;
        gap:30px;
        margin-bottom: 55px;
    }

    .map_description p:first-child{
        min-width: 100%;
        max-width: 100%;
    }

    .advantages_slide{
        align-items: end;
    }

    .landscaping_item_info img {
        width: 60px;
        height: 60px;
    }

    .landscaping_item_info{
        padding:25px;
        gap:25px;
    }

    .landscaping_item_info {
        font-size: 20px;
        line-height: 25px;
    }

    .flat_tour_slider .slick-track{
        gap:40px;
    }

    .choose_flat_block{
        flex-direction: column;
        gap:30px;
        margin-top: 30px;
    }

    .flat_tour_slide img {
        width: 460px;
    }

    .choose_flat_tabs_row_mebel {
        flex-direction: column;
    }

    .flat_gallery_slider, .flat_gallery_slider_content {
        max-width: 100%;
        justify-content: center;
    }

    .flat_gallery_slider {
        max-width: 48%;
        min-width: 48%;
    }

    .flat_gallery {
        max-width: 100%;
    }

    .flat_gallery_main {
        width: 65%;
        height: 65%;
        max-height: 700px;
    }

    .flat_gallery{
        gap:30px;
        align-items: center;
    }

    .build_process_month_scroll{
        width: 100%;
    }

    .build_process_nav{
        gap:40px;
    }

    .build_process p{
        max-width: 100%;
    }

    .footer_row{
        flex-direction: column;
        gap:70px;
    }

    .footer_contacts, .footer_info {
        width: 100%;
        max-width: 100%;
    }

    .header_menu, .header_bottom_tablet {
        padding-left: 60px;
    }

    .test_content{
        position: relative;
        z-index: 10;
    }

    .test_siren_img{
        z-index: 11;
    }

    .test_content h1{
        font-size: 50px;
        line-height: 65.8px;
    }

    .test_description{
        max-width: 95%;
    }

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

    .solution_img{
        top:230px;
    }

    .uslovia_tabs{
        flex-wrap: wrap;
        justify-content: start;
    }

    .uslovia_tabs div{
        width: 300px;
    }

    .uslovia_block{
        flex-direction: column;
        gap:40px;
    }

    .uslovia_img {
        max-width: 50%;
        min-width: 50%;
    }

    .uslovia_block {
        align-items: start;
    }

    .map_img img{
        max-width: 120%;
    }


    .choose_flat_tabs {
        gap: 40px;
        justify-content: space-between;
    }

    .flat_title{
        display: none;
    }
    .flat_title.tablet{
        display: block;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .flat_info {
        max-width: 100%;
        min-width: 100%;
    }

    .flat_info_row {
        justify-content: start;
    }

    .choose_flat_btn{
        width: 350px;
    }

    .flat_tour_mebel_row {
        flex-direction: row;
        gap: 80px;
        margin-top: 60px;
        overflow: hidden;
    }

    .flat_title{
        font-size: 36px;
    }
    .header_address, .header_social_links, .header_phone{
        display: none;
    }

    h1{
        font-size: 53px;
        line-height: 60px;
    }

    .flat_price_info span {
        font-size: 28px;
    }

    .fullscreen_button{
        width: 40px !important;
        height: 40px !important;
    }

    .promotion_content h1, .promotion_content h1 b{
        font-size: 37px;
        line-height: 45px;
    }

    .test_description{
        font-size: 18px;
        line-height: 24px;
    }

    .promotion_row{
        flex-direction: column-reverse;
        gap: 30px;
        align-items: start;
    }

    .promotion_num_slides{
        line-height: 30px;
        font-size: 22px;
    }

    .promotion_arrow{
        align-items: end;
    }

    .promotion .test_siren_img{
        width: 28%;
        left: 58.5%;
    }

    .promotion_content .test_second_col img{
        width: 160%;
    }
    .banner_top_list {
        width: 58%;
    }

    .banner_content {
        top: 80px;
        width: 35vw;
        right: -30px;
    }

}

.map_icon_tablet, .landscaping_siren_bottom_tablet{
    display: none;
}

@media screen and (max-width: 1024px) {
    .header_menu, .header_bottom_tablet{
        padding-right: 60px;
    }

    .about_content{
        flex-direction: column;
        gap:50px;
    }

    .about_content_img{
        flex-direction: row;
        width: 100%;
        min-width: 100%;
        overflow: hidden;
        gap:30px;
        justify-content: space-between;
    }

    .about_content_img img{
        width: 48%;
        height: auto;
    }

    .about_content_text h1{
        margin-top: -15px;
    }

    .about_content_text h1 br{
        display: none;
    }

    .about_item{
        max-width: 80%;
    }

    .map_links{
        flex-wrap: wrap;
        row-gap:20px;
    }

    .banner_content h1 br{
        display: none;
    }

    .banner{
        min-height: 750px;
    }

    .advantages_slide {
        flex-direction: column;
        align-items: center;
    }

    .advantages_slide_img {
        width: 70%;
        min-width: 70%;
    }

    .advantages_slide_title br{
        display: none;
    }

    .advantages_slider_content{
        margin-top: 40px;
    }

    .advantages_navigation {
        top: 40px;
    }

    .map h1 {
        margin-bottom: 40px;
    }

    .section, footer{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .advantages_first {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .header_menu{
        row-gap: 40px;
        max-height: 350px;
    }

    .header_menu a {
        font-size: 25px;
        line-height: 30px;
    }

    .landscaping{
        padding-top: 160px;
        padding-bottom: 140px;
    }

    .landscaping_siren_top{
        width: 35%;
    }
    .landscaping_content{
        flex-direction: column;
    }

    .landscaping_content_col_second {
        margin-top: 30px;
        gap:40px;
    }

    .landscaping_list, .landscaping_content_col{
        gap:40px;
    }

    .landscaping_content_col{
        width: 100%;
    }

    .landscaping_content{
        margin-top: 40px;
    }

    .landscaping_item{
        width: 70%;
    }
    .landscaping_list{
        flex-direction: row;
    }

    .about_develop{
        flex-direction: column;
        gap:40px;
        align-items: center;
    }

    .about_develop_col {
        min-width: 100%;
        max-width: 100%;
    }

    .about_develop_col img{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .build_process_img {
        min-width: 45%;
        max-width: 45%;
    }

    .test_second_col img{
        margin-left: -40%;
    }

    .test_second_col{
        width: 40%;
    }

    .test_description br{
        display: none;
    }

    .test_first_col{
        width: 50%;
    }

    .test_siren_img{
        left: 70%;
        transform: translateX(-70%, 100%);
    }

    [data-aos^=zoom][data-aos^=zoom].aos-animate .test_siren_img {
        transform: translate(-70%, 0%);
    }

    .choose_flat_tabs_row{
        flex-direction: column;
        gap:20px;
        align-items: start;
    }

    .choose_flat_tabs_variants a{
        height: 50px;
        width: 50px;
    }

    .choose_flat_tabs_variants_second a{
        width: 100px;
    }

    .flat_gallery_main {
        width: 80%;
        height: 80%;
    }
    
    .uslovia_benefits_col{
        width: 100%;
    }

    .uslovia_tabs div {
        width: 31%;
        height: 65px;
        font-size: 18px;
    }

    .uslovia_tabs{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .uslovia_title br{
        display: none;
    }

    .choose_flat_tabs_row{
        align-items: center;
    }

    .choose_flat_tabs_variants{
        flex-wrap: wrap;
    }

    .choose_flat_tabs_title{
        min-width: 250px;
    }

    .choose_flat_tabs_row_mebel{
        align-items: start;
    }
    .uslovia_img {
        max-width: 60%;
        min-width: 60%;
    }

    .footer_row{
        margin-top: 50px;
    }

    .footer_row{
        gap:60px;
    }
    .footer_row{
        margin-top: 20px;
    }

    .map_icon_tablet{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 40px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .banner_content{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        background-color: #006B3B;
        padding: 60px 60px;
    }

    .banner_content h1{
        font-size: 72px;
        line-height: 82.8px;
    }

    .banner_content h2{
        font-size: 36px;
        line-height: 48px;
    }

    .banner_description{
        font-size: 22px;
        line-height: 32px;
    }

    .banner_btn{
        width: 303px;
        height: 72px;
        line-height: 24px;
        font-size: 18px;
    }

    .banner {
        min-height: 1310px;
    }

    .flat_gallery_slider {
        max-width: 58%;
        min-width: 58%;
    }

    .choose_flat_btn, .flat_price_info{
        width: 48%;
    }

    .watch_tour, .house_plan{
        width: 48%;
    }

    .flat_info_row{
        justify-content: space-between;
    }

    .choose_flat_tabs_row{
        flex-direction: row;
    }

    .choose_flat_tabs_row_mebel{
        flex-direction: column;
    }

    .build_process_img{
        max-height: 300px;
    }
    .header_menu{
        max-height: 600px;
    }

    .banner_img {
        height: 900px;
        width: auto;
        min-height: 900px;
    }

    .banner_content{
        margin-left: 0;
        top: 900px;
    }

    .banner_top_list {
        top: 750px;
        transform: rotate(180deg);
        left: -40vw;
        width: 150vw;
    }

    .banner_content{
        padding-top: 0;
    }

    .banner_row{
        flex-direction: row;
        gap: 60px;
    }

    .banner_content h1 {
        font-size: 62px;
        line-height: 72.8px;
    }

    .banner {
        min-height: 1270px;
    }

    .menu_bg_img {
        height: 70%;
    }

    .advantages_item img {
        width: 100px;
        height: 100px;
    }
    .promotion_content .test_second_col img {
        width: 200%;
        margin-left: -50%;
    }

    .promotion .test_siren_img{
        left: 68.5%;
    }

    .promotion_description{
        max-width: 100%;
    }

}


@media screen and (max-width: 900px) {
    .header_top, .header_menu, .header_bottom_tablet{
        padding-left: 25px;
        padding-right: 25px;
    }

    .section, footer {
        padding: 100px 25px;
    }

    .header_phone_tablet{
        min-width: 210px;
    }

    .header_address_tablet{
        align-items: start;
    }

    .left_header {
        gap: 25px;
    }

    .banner{
        padding-top: 35px !important;
    }

    .advantages_first {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .advantages_text br{
        display: block;
    }

    .advantages_text_main{
        font-size: 72px;
        line-height: 82.8px;
    }

    .advantages_col, .advantages_list {
        gap: 30px;
    }

    .about_content_text{
        gap:20px;
    }

    h1{
        line-height: 70.8px;
    }

    .about_description{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about_content_img{
        gap:50px;
    }

    .about_content_img{
        flex-direction: column;
    }

    .about_content{
        gap:80px;
    }

    .about_content_img img{
        width: 100%;
    }

    .map_full{
        left:-25px;
    }

    .map_links{
        row-gap: 15px;
    }

    .map_description {
        margin-bottom: 35px;
    }

    .about_bg_img {
        width: 500px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .map_img img {
        max-width: 170%;
    }

    .map_info{
        gap:30px;
        margin-top: 50px;
        justify-content: space-between;
    }

    .advantages_slide_title br{
        display: block;
    }

    .advantages_slider_content {
        margin-top: 30px;
    }

    .advantages_slide_img {
        width: 100%;
        min-width: 100%;
    }

    .advantages_navigation {
        top: 0px;
        margin-top: 40px;
    }

    .advantages_bg_img {
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

    .landscaping_siren_top, .solution_list br, .footer_siren_top,
    .footer_siren_right{
        display: none;
    }

    .landscaping_list{
        gap:50px;
        flex-direction: column;
    }

    .landscaping_item{
        width: 100%;
    }

    .landscaping_content_col_second{
        margin-top: 40px;
    }

    .landscaping_siren_bottom_tablet{
        display: flex;
        margin-left: auto;
        margin-right: auto;    
        width: 90%;
        margin-top: 20px;
    }

    .landscaping{
        padding-bottom: 165px !important;
    }

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

    .solution_img{
        position: static;
        width: 100%;
    }

    .solution_block{
        flex-direction: column;
        gap: 40px;
    }

    .solution_list{
        flex-direction: column;
        gap:30px;
    }

    .solution_item{
        max-width: 100%;
        flex-direction: row;
        gap: 30px;
        align-items: start;
    }

    .solution_item{
        font-size: 22px;
        line-height: 32px;
    }

    .test_content{
        flex-direction: column;
        gap:0;
    }

    .test_second_col, .test_first_col{
        width: 100%;
    }

    .test_second_col img{
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .test_siren_img {
        left: 120%;
        transform: translate(-120%, 100%);
        top: -20px;
        z-index: 2;
    }

    [data-aos^=zoom][data-aos^=zoom].aos-animate .test_siren_img {
        transform: translate(-120%, 0%);
    }

    .test_second_col{
        position: relative;
        z-index: 12;
    }

    .test_description{
        max-width: 60%;
    }

    .test_bg_img {
        width: 40%;
        height: auto;
        bottom: none;
        top: 80px;
        left: 50%;
    }

    .flat_gallery {
        gap: 25px;
    }

    .choose_flat_tabs_variants a {
        width: 72px;
        height: 72px;
    }

    .flat_gallery_main {
        width: 90%;
        height: 80%;
    }
    .choose_flat_tabs_row_in_block{
        flex-direction: row;
        align-items: center;
    }

    .build_process_nav {
        gap: 30px;
    }

    .build_process_nav{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .build_process_scroll{
        margin-top: 40px;
    }

    .build_process_img_info{
        padding-left: 30px;
        padding-right: 30px;
    }
/* 
    .uslovia h1 {
        font-size:60px;
        line-height: 69px;
    } */

    .uslovia_benefits{
        margin-top: 40px;
    }
    .uslovia_benefits_col_1{
        margin-bottom: 50px;
    }

    .uslovia_img {
        max-width: 100%;
        min-width: 100%;
    }

    .uslovia_tabs{
        gap:20px;
    }

    .uslovia_tabs div {
        width: 48%;
        height: 72px;
        font-size: 24px;
        line-height: 32px;
    }

    .uslovia_title{
        margin-bottom: 30px;
    }

    /* .uslovia_description{
        margin-bottom: 40px;
    } */

    .about_develop_col img{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .about_develop h1{
        margin-bottom: 40px;
    }

    .about_develop {
        gap:0;
    }
    .about_develop_text{
        margin-top: 0;
    }

    .footer_form{
        max-width: 100%;
    }

    .footer_row {
        margin-top: 50px;
    }

    .footer_address_row{
        margin-top: 40px;
    }

    .footer_social_links{
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .footer_form_description{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer_before_line{
        margin-top: 60px;
        padding-bottom: 32px;
    }

    .footer_under_line{
        padding-top: 20px;
    }

    footer{
        padding-bottom: 40px !important;
    }

    .form_footer{
        gap:20px;
    }

    .popup_form_description, .popup_form_title{
        margin-bottom: 20px;
    }

    .header_menu{
        max-height: 100%;
        align-items: center;
    }

    .header_main{
        padding-top: 40px;
        z-index: 20;
    }

    .header_bottom_tablet{
        margin-top: 30px;
    }

    .header_bottom_tablet{
        gap:15px;
    }

    .header_bottom_tablet{
        gap:20px;
    }

    .header_top {
        z-index: 21;
    }

    .test_first_col{
        padding-left: 25px;
    }

    .popup_form_content{
        width: 90vw;
    }

    .popup_successful_content{
        width: 70vw;
    }

    .form_popup .form-checkbox{
        gap:30px;
    }

    .popup_form_content, .popup_successful_content{
        padding:40px;
    }

    .popup_close {
        top: 10px;
        right: 10px;
    }

    .choose_flat_tabs{
        flex-direction: column;
        gap: 30px;
        justify-content: center;
    }

    .choose_flat_tabs_row{
        align-items: center;
        gap:30px;
    }

    .choose_flat_tabs_row_mebel{
        align-items: start;
        gap:20px;
    }

    .choose_flat_tabs_variants_second a{
        width: 120px;
    }

    .flat_gallery_slider {
        max-width: 68%;
        min-width: 68%;
    }

    .banner_content{
        padding: 60px 25px;
    }

    .banner_img {
        object-position: -25vw;
    }

    .banner_content {
        padding: 0px 25px;
        height: 500px;
    }

    .header_menu{
        align-items: start;
        row-gap: 30px;
    }

    .banner_content h1 {
        font-size: 57px;
        line-height: 68.8px;
    }

    .promotion .test_siren_img{
        left: 58.5%;
    }

    .promotion_first_col{
        max-width: 100%;
    }

    .landscaping_item_info img {
        width: 80px;
        height: auto;
    }

    .promotion_content .test_second_col img {
        width: 100%;
        margin-left: 0;
        height: auto;
        margin-top: -20%;
    }

    .promotion_content .test_second_col{
        max-height: 450px;
    }

    .promotion .test_bg_img{
        top: 140px;
    }

    .promotion_content h1 br {
        display: none;
    }

    .promotion .test_siren_img {
        left: 100%;
        top: 145px;
    }

    .promotion_description{
        max-width: 100%;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 768px) {
    .build_process_img {
        min-width: 60%;
        max-width: 60%;
    }

    .test_second_col{
        height: fit-content;
    }

    .header_top{
        position: fixed;
        top:0;
        z-index: 50;
        transition: all linear .3s;
        padding-bottom: 25px;
    }

    .header_top.out {
        transform: translateY(-100%);
    }

    .header_top{
        width: 100vw;
    }
    .header_main{
        position: fixed;
        overflow-y: scroll;
        height: 100%;
        padding-top: 120px;
    }

    .header_menu{
        max-height: fit-content;
    }

    .banner{
        min-height: 1240px;
    }
    .header_menu{
        padding-top: 20px;
    }
    .banner_img{
        object-position: -28vw;
    }

    .flat_gallery_main {
        width: 100%;
        height: 80%;
        max-height: 600;
    }
    .promotion .test_siren_img{
        top: 185px;
    }
    .flat_gallery_slide {
        width: 110px !important;
        height: 110px;
    }

    .choose_flat_block{
        gap:41px;
    }

    .flat_info_row{
        margin-top: 0;
        margin-bottom: 20px;
    }

    .flat_tour_mebel_row{
        gap:35px;
    }

    .flat_tour_mebel_row{
        margin-top: 50px;
    }

    .flat_tour_slide img {
        width: 57vw;
    }
    .popup_successful_content {
        width: 90vw;
    }
    .header_top{
        background: linear-gradient(to bottom, white 40%, transparent); 
    }
    .banner_content{
        top: 880px;
    }

}

.header_button.mobile{
    display: none;
}

.header_social_links.mobile{
    display: none;
}

@media screen and (max-width: 600px) {

    .header_social_links.mobile{
        display: flex;
        margin-left: auto;
        gap: 20px;
        margin-right: 0;
        margin-top: -5px;
    }
    .banner_row{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    h1, .advantages_text_main {
        font-size: 40px;
        line-height: 55.8px;
    }

    .header_address_tablet{
        width: 100%;
    }

    .header_bottom_tablet{
        flex-wrap: wrap;
        justify-content: start;
    }

    .header_social_links_tablet{
        margin-left: 0;
    }

    .advantages_text {
        font-size: 18px;
        line-height: 22px;
    }

    .advantages_item img {
        width: 90px;
        height: 90px;
    }

    .test_siren_img {
        left: 140%;
        transform: translateX(-140%);
        top: 30px;
    }

    .choose_flat_tour_nav{
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .uslovia_tabs div{
        width: 100%;
        height: 64px;
        font-size: 18px;
        line-height: 26px;
    }

    .uslovia_details{
        grid-template-columns: auto;
        gap:0px;
   }

   .uslovia_detail{
        grid-template-columns: auto;
        margin-top: 20px;
    }

    .uslovia_detail:nth-child(2),
    .uslovia_detail:nth-child(4),
    .uslovia_detail:nth-child(6){
        margin-left: 0px;
        justify-self: start;
    }

    .header_button.desktop{
        display: none;
    }

    .header_button.mobile{
        display: flex;
    }

    .header_button{
        width: 60px;
    }

    .banner_img{
        height: 600px;
    }

    .banner_img{
        object-position: -26vw;
    }

    .banner{
        min-height: 1224px;
    }

    .footer_form{
        font-size: 18px;
        line-height: 26px;
    }

    .banner_content h1 {
        font-size: 45px;
        line-height: 55.8px;
    }

    .banner_content {
        top: 840px;
    }

    .promotion_description{
        max-width: 90%;
    }

    .promotion .test_bg_img {
        top: 200px;
    }

    .promotion .test_siren_img {
        top: 280px;
    }

}

.choose_flat_tour_nav.mobile, .flat_info_tablet{
    display: none;
}

@media screen and (max-width: 450px) {
    .choose_flat_tour_nav {
        display: none;
    }

    .choose_flat_tour_nav.mobile{
        display: flex;
        margin-top: 17px;
        margin-bottom: 0;
    }

    h1{
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -.5px;
    }

    .header_top, .header_menu, .header_bottom_tablet {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section, footer {
        padding: 60px 15px;
    }

    .menu_btn, .header_button{
        width: 60px;
        height: 38px;
    }

    .menu_btn svg{
        width: 24px !important;
        height: auto !important;
    }

    .header_logo{
        width: 125px;
        height: auto;
        margin-top: 3px;
    }

    .left_header{
        gap: 0px;
    }

    .header_menu a{
        font-size: 18px;
        line-height: 26px;
    }

    .header_menu{
        row-gap:15px;
    }

    .header_top{
        padding: 15px;
        padding-left: 0;
    }

    .header_main {
        padding-top: 80px;
        max-height: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header_bottom_tablet{
        padding-top: 15px;
        padding-bottom: 30px;
        margin-top: 27px;
        gap:15px;
    }
    .menu_bg_img {
        height: 50%;
        top: 32%;
        right: 20px;
    }

    .header_bottom_tablet svg{
        width: 24px !important;
        height: 24px !important;
    }

    .header_address_tablet{
        font-size: 18px;
        line-height: 24px;
        align-items: center;
    }

    .header_social_links_tablet{
        gap:15px;
        margin-top: 3px;
    }

    .header_phone_tablet{
        font-size: 16px;
        line-height: 26px;
        min-width: 150px;
        margin-left: 0px;
    }

    .banner {
        min-height: 710px;
        background-position: 55% 0%;
        background-size: 400% auto;
    }

    .header_social_links.mobile{
        gap: 15px;
    }

    .header_social_links svg{
        width: 24px !important;
        height: 24px !important;
    }

    .banner_description{
        font-size: 18px;
        line-height: 24px;
    }

    .btn{
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        height: 68px;
    }

    .test_btn a, .marquiz__container{
        width: 100% !important;
    }

    .banner_content, .flat_info_row, .footer_links_contacts{
        gap: 15px;
    }

    .banner_btn{
        margin-top: 5px;
    }

    .advantages_item{
        flex-wrap: wrap;
        gap:20px;
        margin-top: -10px;
    }

    .advantages_text{
        width: 100%;
        line-height: 26px;
        font-size: 18px;
        margin-left: 95px;
        position: relative;
        top:-40px;
    }

    .advantages_item img {
        width: 60px;
        height: 60px;
    }

    .advantages_text_main{
        font-size: 46px;
        line-height: 48px;
        position: relative;
        top:-20px;
    }

    .advantages_col, .advantages_list{
        gap:0px;
    }

    .advantages_first{
        padding-bottom: 25px;
        padding-top: 85px;
    }

    .advantages_text br{
        display: none;
    }

    .about_logo{
        width: 173px;
    }

    .about_description{
        font-size: 18px;
        line-height: 26px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .about_description span{
        font-size: 20px;
    }

    .about_item{
        font-size: 18px;
        line-height: 26px;
        gap:20px;
        max-width: 100%;
    }

    .about_item img{
        width: 70px;
        height: 70px;
    }

    .about_list{
        margin-top: 5px;
    }

    .advantages_navigation .arrow{
        width: 60px;
        height: 60px;
    }

    .advantages_arrow .arrow svg, .tour_slider_arrows .arrow svg{
        width: 33px !important;
    }

    .advantages_navigation{
        flex-direction: row;
    }

    .about_list, .about_content_img, .advantages_slide_info, .landscaping_list, .test_first_col, .choose_flat_tabs, .footer_address_row {
        gap:20px;
    }

    .solution_list{
        gap: 23px;
    }

    .landscaping_text_bold{
        margin-bottom: 0;
    }

    .about_content{
        gap: 40px;
    }

    .map_description{
        gap:20px;
        margin-bottom: 20px;
    }

    .map_description p{
        font-size: 18px;
        line-height: 26px;
    }

    .map_links a, .map_links a:hover, .map_links a.active{
        font-size: 16px;
        line-height: 26px;
    }

    .map_info{
        margin-top: 20px;
        gap:20px;
    }

    .map_info_num{
        font-size: 46px;
        line-height: 48px;
    }

    .map_info_text, .map_info p, .advantages_slide_title, .advantages_slide_info p, .solution_item, .choose_flat_tabs_title, .choose_flat_tabs_variants a, .flat_square,
    .advantages_num_slides, .tour_slider_num, .landscaping_text_bold, .landscaping_text, .solutions_tabs a:hover, .solutions_tabs a.active, .solutions_tabs a,
    .build_process p, .uslovia_description, .uslovia_detail_bottom, .about_develop_description, .about_develop_col p, .footer_phone, .mail_address, .footer_address, .work_time,
    .footer_form_description
    {
        font-size: 18px;
        line-height: 26px;
    }

    .map_info p{
        margin-top: 5px;
    }

    .map_info_item:nth-child(2){
        margin-left: 8px;
        gap: 28px;
    }

    .map_info_item, .landscaping_item_info, .solution_item, .choose_flat_tabs_variants, .footer_under_line{
        gap:15px;
    }

    .map h1, .solutions h1{
        margin-bottom: 30px;
    }

    .map_links{
        column-gap: 30px;
        margin-bottom: 30px;
    }

    .cursor{
        width: 40px;
        height: auto;
    }

    .map_icon_tablet{
        margin-bottom: 10px;
    }

    .map_img img {
        max-width: 350%;
    }

    .map_full{
        left:-15px;
    }

    .advantages_slider_content {
        margin-top: 20px;
    }

    .advantages_slide, .landscaping_content_col, .solution_block, .uslovia_block{
        gap:30px;
    }

    .advantages_slide_img{
        margin-top: 0;
    }

    .advantages_slide{
        margin-left: 1px;
    }

    .advantages_navigation{
        margin-top: 30px;
        gap: 30px;
    }

    .landscaping_item_info{
        font-size: 18px;
        line-height: 22px;
    }

    .landscaping_item{
        height: 480px;
        overflow: hidden;
    }

    .landscaping_item img{
        height: 100%;
        width: auto;
    }

    .landscaping_item img {
        position: relative;
        left: -35%;
    }

    .landscaping_item_info img{
        left:0;
        width: 60px;
        height: auto;
    }

    .landscaping_content, .landscaping_content_col_second{
        margin-top: 30px;
    }

    .landscaping_item_info{
        padding: 15px;
    }

    .landscaping_siren_bottom_tablet{
        width: 100%;
        margin-top: 5px;
    }

    .map{
        padding-bottom: 20px !important;
    }

    .solution_item img{
        width: 70px;
        height: 70px;
    }

    .solution_item:nth-child(2){
        margin-right: 0;
    }
    
    .solutions_content, .choose_flat_tabs, .footer_row, .footer_links_contacts{
        margin-top: 30px;
    }

    .test_first_col{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 270px;
    }

    .test_content h1{
        font-size: 30px;
        line-height: 38px;
    }

    .tour_slider_arrows .arrow{
        width: 44px;
        height: 44px;
    }

    .test_description{
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        font-weight: 400;
    }

    .promotion_row, .promotion_arrow{
        gap: 20px;
    }

    .promotion_btn{
        width: 225px;
        height: 60px;
    }

    .promotion .test_bg_img {
        top: 220px;
    }

    .promotion .test_siren_img{
        top: 450px;
        width: 61%;
        left: 55.5%;
    }

    .promotion_content .test_second_col{
        max-height: 480px;
    }

    .choose_flat_tabs_variants a{
        font-size: 20px;
        line-height: 32px;
    }


    .promotion_first_col{
        padding-bottom: 190px;
    }

    .promotion_row{
        flex-direction: column;
    }

    .test_btn a{
        height: 60px;
    }

    .test_siren_img {
        left: 55%;
        transform: translateX(-50%);
        top: 260px;
        width: 80%;
    }

    .test_bg_img {
        width: 100%;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .test_second_col img{
        width: 120%;
    }

    .choose_flat_tabs{
        flex-direction: column;
    }

    .flat_title{
        font-size: 24px;
        line-height: 36px;
        margin-top: 10px;
    }

    .house_plan{
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        height: 72px;
    }

    .choose_flat_btn{
        height: 72px;
    }

    .watch_tour{
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        height: 72px;
    }

    .flat_shema{
        width: 100px;
    }

    .flat_tour_slide img{
        width: 100%;
    }

    .fullscreen_button{
        width: 34px !important;
        height: 34px !important;
        top: 15px;
        right: 15px;
    }

    .flat_gallery_slide {
        width: 64px !important;
        height: 64px;
        margin-right: 15px;
    }

    .flat_gallery_slide img {
        width: 50px;
        height: auto;
    }

    .flat_gallery_slider_content .arrow svg{
        width: 44px !important;
        height: 44px !important;
    }

    .flat_gallery_main{
        min-height: 330px;
        padding: 35px;
        padding-top: 50px;
        padding-bottom: 50px;
        max-height: 328px;
    }

    .flat_gallery{
        gap:15px;
    }

    .choose_flat_tabs_row, .uslovia_detail{
        gap:10px;
    }

    .choose_flat_tabs_row{
        flex-direction: column;
        align-items: start;
    }

    .flat_gallery_arrow_prev {
        margin-right: 15px;
    }

    .flat_gallery_slider {
        max-width: 65%;
        min-width: 65%;
    }

    .flat_gallery_arrow_next {
        margin-left: 10px;
    }

    .flat_title.tablet br{
        display: none;
    }

    .flat_title.tablet{
        margin-top: 35px;
    }

    .choose_flat_btn{
        margin-bottom: 10px;
    }

    .choose_flat_btn, .flat_price_info{
        width: 100%;
    }

    .flat_price_info{
        font-size: 18px;
        line-height: 26px;
    }

    .flat_price_info span{
        font-size: 24px;
        line-height: 32px;
    }

    .fullscreen_button{
        width: 24px !important;
        height: 24px !important;
    }

    .watch_tour{
        margin-top: 10px;
    }

    .flat_gallery_arrow_next{
        margin-top: 0;
    }

    .flat_info_row{
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .choose_flat_tour{
        margin-top: 40px;
    }

    .tour_slider_num{
        margin-left: auto;
    }

    .choose_flat_tour_nav{
        margin-bottom: 20px;
        gap: 35px;
    }

    .flat_tour_slide{
        min-width: 90vw;
    }

    .flat_info_tablet{
        display: block;
    }

    .flat_info .flat_title, .flat_info .flat_square{
        display: none;
    }

    .flat_title{
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .choose_flat_block{
        margin-top: 20px;
        gap:30px;
    }

    .full_img_flat {
        height: auto;
        width: 100%;
    }

    .popup_gallery_content{
        padding: 15px;
        height: 80vh;
        top:30%;
        transform: translate(-50%, -30%);
    }

    .build_process_month a.active, .build_process_month a:hover, .build_process_month a{
        font-size: 16px;
        line-height: 26px;
    }

    .build_process_year a.active, .build_process_year a:hover, .build_process_year a{
        font-size: 18px;
        line-height: 26px;
    }

    .build_process_img_info{
        font-size: 18px;
        line-height: 24.5px;
        padding: 8px 15px;
        min-width: fit-content;
    }

    .build_process_img {
        min-width: 100%;
        max-width: 100%;
    }

    .flat_tour_mebel_row{
        flex-direction: column;
        gap:0px;
    }

    .build_process_month_scroll, .build_process_month {
        gap: 30px;
    }

    .flat_tour_mebel_col_left{
        margin-bottom: 30px;
    }

    .build_process_nav{
        margin-top: 30px;
        margin-bottom: 20px;
        gap: 20px;
    }

    .footer_social_links{
        gap: 15px;
    }
   
   .build_process_scroll{
    margin-top: 20px;
   }

   .choose_flat_tabs_title br{
    display: none;
   }


    .uslovia_benefits{
        margin-top: 20px;
    }

    .uslovia_benefits_col_1{
        margin-bottom: 15px;
    }

    .uslovia_benefits_heading{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .uslovia_benefits_text{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

   .uslovia_benefits_item img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
   }

   .uslovia_benefits_item{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
   }


   .uslovia_tabs div{
        width: 100%;
        height: 64px;
        font-size: 18px;
        line-height: 26px;
   }

   .uslovia_title{
        font-size: 24px;
        line-height: 36px;
   }


   .uslovia_detail_top{
        font-size: 46px;
        line-height: 48px;
   }

   .uslovia_detail_top span{
        font-size: 24px;
        line-height: 36px;
   }

   .uslovia_tabs{
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 15px;
   }

   .uslovia_title{
        margin-bottom: 15px;
   }

   .uslovia_description{
        margin-bottom: 10px;
   }

   .about_develop h1{
        margin-bottom: 30px;
   }

   .about_develop_col img{
        margin-top: 30px;
        margin-bottom: 30px;
   }

   .footer_title{
        font-size: 24px;
        line-height: 36px;
   }

   .policy, .copyright, .dev{
        font-size: 16px;
        line-height: 24px;
   }

   .footer_info, .footer_before_line, .form-checkbox label p{
        font-size: 12px;
        line-height: 18px;
   }

   .button_form{
        width: 100%;
        height: 60px;
   }

   .footer_links_contacts, .form-checkbox, .footer_under_line{
        flex-direction: column;
        align-items: start;
   }

   .footer_address_row {
        justify-content: space-between;
        margin-top: 20px;
   }

   .footer_social_links{
        margin-top: 20px;
        margin-bottom: 20px;
   }

   .footer_info{
        margin-top: 25px;
   }

   .footer_row{
        gap:50px;
   }

   .footer_form_description{
        margin-bottom: 20px;
   }

   .form-checkbox{
        margin-top: 0;
        gap: 25px;
   }

   .footer_before_line{
        margin-top: 30px;
        padding-bottom: 40px;
   }

   .popup_form_title{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
   }

   .popup_form_content{
        padding-left: 20px;
        padding-right: 20px;
   }

   .popup_form_description{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
   }

   .popup_close svg{
        width: 40px !important;
        height: 40px !important;
   }

   .form_popup .form-checkbox{
        gap:20px;
   }

   .form_popup input[type='text']{
        height: 45px;
   }

   .popup_form_content .button_form{
        height: 50px;
   }

    .popup_form_content, .popup_successful_content {
        width: 95vw;
        top:30%;
        transform: translate(-50%, -30%);
    }

    .banner_content{
        padding: 30px 15px;
    }

    .banner_content h1{
        font-size: 30px;
        line-height: 38px;
    }

    .banner_content h2{
        font-size: 20px;
        line-height: 28px;
        margin-top: -5px;
    }

    .banner_description{
        font-size: 18px;
        line-height: 24px;
    }

    .banner_img {
        height: 384px;
        object-position: -15vw;
        width: auto;
        min-height: 384px;
    }

    .banner_content{
        top: 370px;
        gap: 10px;
        padding-top: 30px;
        height: 1000px;
    }

    .banner_top_list {
        top: 340px;
        left: -65vw;
        width: 175vw;
    }

    .banner_btn{
        margin-top: 0;
    }

    .choose_flat_tabs_variants a {
        width: 60px;
        height: 60px;
    }

    .choose_flat_tabs_variants_second a {
        width: 100px;
    }

    .flat_tour_mebel_row{
        margin-top: 30px;
    }

    .flat_tour_slide img {
        width: 92vw;
    }

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

    .promotion_content h1, .promotion_content h1 b{
        font-size: 30px;
        line-height: 38px;
    }

    .tour_slider_num{
        font-size: 24px;
        line-height: 32px;
    }

    .landscaping_item:nth-child(2) img, .landscaping_content_col_second .landscaping_item:nth-child(1) img, .build_process_img img{
        left: 0;
    }

    .build_process_img, .build_process_img img{
        position: relative;
    }

    .build_process_img img{
        width: 100%;
    }

    .about_bg_img{
        display: none;
    }

    .advantages_bg_img{
        top:130px;
    }

    .test_first_col{
        padding-bottom: 200px;
    }

    .test_bg_img {
        top:30px;
    }

    .test_siren_img {
        left: 60%;
        transform: translate(-50%, 100%) rotate(70deg);
        top: 290px;
        width: 63%;
    }

    [data-aos^=zoom][data-aos^=zoom].aos-animate .test_siren_img {
        transform: translate(-50%, 0%) rotate(70deg);
    }

    .landscaping {
        padding-bottom: 185px !important;
    }


    .custom-checkbox {
        left:0;
        top: 80px;
    }

    .popup_form_content{
        max-height: 87vh;
        overflow-y: scroll;
    }

    .build_process_img{
        max-height: 250px;
    }
    .popup_successful_content{
        gap: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup_successful_img{
        width: 64px !important;
        height: 64px !important;
    }

    .popup_successful_title{
        font-size: 24px;
        line-height: 32px;
        margin-top: 5px;
        width: 80%;
    }

    .popup_successful_desc{
        font-size: 16px;
        line-height: 24px;
    }

}


.footer_content .errortext{
    color: #ffffff !important;
}

.shema_org_title, .grecaptcha-logo, .grecaptcha-badge{
    display: none !important;
}
