/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}







p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.scroll{
    position: fixed;
    right: 10%;
    bottom: 100px;
    z-index: 3;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll.fixed{
    transform: scale(1);
}
.scroll_trigger{
    position: absolute;
    top: 0;
    right: 0;
}
.header{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    padding-top: 34px;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    display: flex;
}
.header_text{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    max-width: 262px;
}
.header_adres{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-left: 37px;
    position: relative;
    width: 225px;
}
.header_adres::before{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/map.svg);
    background-size: cover;
}
.header_btn{
    width: 246px;
    background: #EEEEEE;
    height: 50px;
    border-radius: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 18px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    transition: all 0.3s;
}
.header_btn:hover{
    color:#26AB63;
}
.header_btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/header_btn.png);
    background-size: cover;
    width: 81px;
    height: 69px;
    left: 0;
    bottom: 0;
}
.header_links{
    flex-direction: column;
    display: flex;
    align-items: flex-end;
}
.header_number{
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 7px;
    display: block;
    line-height: 24px;
    position: relative;
    padding-left: 31px;
    transition: all 0.3s;
}
.header_number:hover{
    color:#26AB63;
}
.header_number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 21px;
    height: 21px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_order{
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    transition: all 0.3s;
}
.header_order:hover{
    color:#26AB63;
}
.main{
    padding: 126px 0 80px;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
}
.main_sale{
    position: absolute;
    top: 86px;
    right: 12%;
    z-index: 1;

}
.main h1{
    font-weight: 700;
    font-size: 50px;
    color: #333333;
    line-height: 63px;
    margin-bottom: 44px;
}
.main h1 span{
    font-size: 34px;
    line-height: 56px;
    display: block;
}
.main_item{
    width: 330px;
    margin-bottom: 27px;
}
.main_item-title{
    font-weight: 700;
    font-size: 26px;
    color: #26AB63;
    margin-bottom: 7px;
    line-height: 35px;
}
.main_item-text{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.btn{
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #26AB63;
    animation: shadow 1s ease infinite;
}
@keyframes shadow{
    0% {
        box-shadow: 0 0 0 0 rgb(38 171 99 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(38 171 99 / 0%);
    }
}
.main_btn{
    height: 75px;
    margin-top: 45px;
    width: 301px;
}
.main .container{
    position: relative;
}
.main_img{
    position: absolute;
    bottom: 0;
    right: -120px;
}
.services{
    margin-bottom: 100px;
}
.services_wrapper{
    display: flex;
    justify-content: space-between;
}
.services_item{
    width: 32%;
    border-radius: 6px;
    background: #F2F2F3;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    color: #000000;
    padding: 84px 36px;
    display: flex;
    justify-content: flex-end;
}
.services_item img{
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
}
.title{
    color: #333333;
    font-weight: 700;
    font-size: 45px;

    line-height: 55px;
}
.prices_title{
    text-align: center;
    margin-bottom: 55px;
}
.title span{
    color: #26AB63;

}
.prices_wrapper{
    display: flex;
    justify-content: space-between;
}
.prices_items{
    width: 860px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prices_item.long{
    width: 100%;
}
.prices_item{
    width: 420px;
    padding: 22px 26px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prices_item-title{
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 122px;
    line-height: 34px;
}
.prices_item-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prices_item-price{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
}
.prices_item-btn{
    height: 43px;
    font-weight: 500;
    font-size: 15px;
    width: 143px;
}
.prices{
    margin-bottom: 100px;
}
.construction{
    margin-bottom: 105px;
    position: relative;
    z-index: 1;
}
.thanks_page {
    min-height: 80vh; position: relative;
}
.construction::before{
    position: absolute;
    content: "";
    background-image: url(../img/construction_bef.png);
    background-size: cover;
    width: 100%;
    background-position: top center;
    height: 407px;
    z-index: -1;
    bottom: -100px;
    right: 0;
}
.construction_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.construction_text{
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    max-width: 615px;
}
.construction_img{
    display: flex;
    justify-content: center;
    position: relative;
}
.construction_items{
    display: none;
}
.construction_item{
    font-size: 15px;
    color: #000000;
    line-height: 22px;
}
.construction_item-title{
    font-weight: 500;

}
.foundation{
    margin-bottom: 110px;
}
.foundation_title{
    margin-bottom: 60px;
}
.foundation_wrapper{
    background: #F2F2F3;
    border-radius: 6px;
    padding: 60px 155px 60px 65px;
    width: 780px;
    position: relative;
}
.foundation_subtitle{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 22px;
    line-height: 30px;
}
.foundation_text{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.foundation_img{
    position: absolute;
    bottom: -13px;
    right: -527px;
}
.steps{
    margin-bottom: 55px;
}
.steps_title{
    margin-bottom: 50px;
}
.steps_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    overflow: hidden;
}
.steps_item{
    width: 19%;
    border-radius: 6px;
    margin-bottom: 70px;
    background: #3C3C3C;
    padding: 36px 33px 130px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.steps_item::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 70px;
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    background-color: #E0E0E0;
}
.steps_item::after{
    position: absolute;
    content: "";
    width: 130%;
    height: 2px;
    background-color: #E0E0E0;
    bottom: -58px;
    left: 0;
    z-index: -1;
}
.steps_item:last-child{
    background-color: #26AB63;
}
.steps_item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}
.steps_item-text{
    line-height: 26px;
}
.steps_item-img{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}
.steps_desc{
    font-size: 14px;
    color: #7A7A7A;
    line-height: 18px;
}
.steps_item span{
    width: 25px;
    background: #26AB63;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    bottom: -70px;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(50%);
}
.steps_item:last-child span img{
    transform: rotate(-90deg);
}
.quiz{
    margin-bottom: 105px;
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.15));
}
.quiz img{
    margin: 0 auto;
    display: flex;
}
.production{
    margin-bottom: 110px;
}
.production_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.production_text{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    max-width: 690px;
}
.production_items{
    display: flex;
    justify-content: space-between;
}
.production_item{
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    width: 24%;
}
.production_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works{
    background: #3C3C3C;
    padding: 90px 0 110px;
}
.works_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.works_title{
    color: #fff;
}
.works_text{
    font-size: 16px;
    color: #FFFFFF;
    max-width: 620px;
    line-height: 28px;
}
.works_slide{
    border-radius: 6px;
    margin: 0 12px;
    overflow: hidden;
}
.works_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    width: 37px;
    height: 37px;
    background: #26AB63;
    border-radius: 3px;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.works_slider .slick-prev{
    background-image: url(../img/slider_left.svg);
    left: -62px;
}
.works_slider .slick-next{
    background-image: url(../img/slider_right.svg);
    right: -62px;
}
.why{
    margin: 95px 0 110px;
}
.why_title{
    margin-bottom: 40px;
}
.why_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why_item{
    width: 32%;
    background: linear-gradient(270deg, #F8F8F8 0%, #EEEEEF 100%);
    border-radius: 6px;
    padding: 40px 24px 65px 150px;
    position: relative;
    margin-bottom: 20px;
}
.why_item-title{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
    line-height: 26px;
}
.why_item-text{
    color: #000000;
    line-height: 24px;
}
.why_item-img{
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
}
.form{
    margin-bottom: 115px;
}
.form_wrapper{
    padding: 96px 93px 105px;
    background-image: url(../img/form_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}
.form_title{
    font-weight: 700;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 55px;
    line-height: 60px;
}
.form_title span{
    color: #30BC70;
}
.form_text{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 36px;
    width: 455px;
    line-height: 30px;
}
#jbForm_form_inner .jb_form{
    display: flex;
    flex-wrap: wrap;
}
#jbForm_form_inner  input[type="text"], #jbForm_form_inner  input[type="tel"],
.form_inp{
    width: 250px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-right: 20px;
    height: 69px;
    padding-left: 32px;
    border: none;
}
#jbForm_form_inner  input[type="submit"],
.form_btn{
    border: none;
    cursor: pointer;
    height: 69px;

    width: 250px;
}
#jbForm_form_inner  .jbForCheckbox,
.form_ok{
    font-size: 12px;
    color: #939393;
    margin-top: 26px;
    line-height: 15px;
    max-width: 480px;
}

.partners{
    margin-bottom: 86px;
}
.partners_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners_text{
    width: 425px;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.partners_items{
    display: flex;
    width: 815px;
    justify-content: space-between;
    align-items: center;
}
.contacts{
    margin-bottom: 78px;
}
.contacts_title{
    margin-bottom: 27px;
}
.contacts_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.contacts_text{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    width: 360px;
}
.contacts_items{
    display: flex;
    width: 850px;
    justify-content: space-between;
}
.contacts_item-title{
    color: #000000;
    line-height: 28px;
}
.contacts_item-text{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.contacts_inner{
    width: 100%;
    height: 506px;
    border-radius: 6px;
    overflow: hidden;
}
.contacts_inner iframe{
    width: 100%;
    height: 100%;
    display: flex;
}
.footer{
    background: #F2F2F3;
    padding: 55px 0 40px;
    position: relative;
    z-index: 4;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}
.footer_logo{
    display: flex;
    align-items: center;
}
.footer_logo-img{
    display: flex;
    margin-right: 26px;
}
.footer_logo-text{
    font-size: 14px;
    color: #333333;
    width: 265px;
    line-height: 20px;
}
.footer_messages{
    display: flex;
}
.footer_message{
    display: flex;
    margin: 0 15px;
    transition: all 0.3s;
}
.footer_message:hover{
    transform: translateY(-4px);
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer_inner-text{
    font-size: 12px;
    color: #545454;
    line-height: 20px;
}
.footer_inner-link{
    font-size: 12px;
    color: #545454;
    line-height: 20px;
    transition: all 0.3s;
}
.footer_inner-link:hover{
    color:#26AB63;
}
.footer_inner-dev{
    font-size: 12px;
    color: #545454;
    line-height: 20px;
}
.footer_inner-dev a{
    color: #545454;
    text-decoration: underline;
    transition: all 0.3s;
}
.footer_inner-dev a:hover{
    color:#26AB63;
}
.footer_inner-desc{
    width: 100%;
    font-size: 12px;
    color: #929292;
    margin-top: 6px;
    line-height: 14px;
}
.price_popup{
    border-radius: 6px;
    width: 1080px;
    padding: 60px 75px 75px;
    background: #FFFFFF;
}
.price_popup-title{
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 32px;
}
.price_popup-title span{
    color: #26AB63;
}
.price_popup-wrapper{
    display: flex;
    justify-content: space-between;
}
.price_popup-img{
    width: 480px;
    border-radius: 6px;
    height: 426px;
    display: flex;
    overflow: hidden;
}
.price_popup-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price_popup-info{
    width: 400px;
}
.price_popup-info_title{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 6px;
    line-height: 30px;
}
.price_popup-info_item{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}
.price_popup-info_item::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    left: 6px;
    top: 11px;
}
.price_popup-info_bot{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_popup-info_price{
    font-weight: 500;
    font-size: 20px;
    color: #26AB63;
    line-height: 34px;
}
.price_popup-info_btn{
    width: 223px;
    height: 57px;
    font-size: 18px;
}
.popup_body{
    width: 380px;
}
.popup_body-logo{
    width: 65px;
    height: 56px;
    display: flex;
    margin: 0 auto 15px;
}
.popup_body-logo img{
    width: 100%;
    height: 100%;
}
.popup_body-title{
    color: #363636;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.jbForm input[type="text"],
.jbForm input[type="tel"],
.popup_body-inp{
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    height: 59px;
    font-size: 16px;
    padding-left: 16px;
    border: 1px solid #b7b7b7;
    margin: 0 auto 10px;
    display: block;
}
.jbForCheckbox,
.popup_body-ok{
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}
.jbForm input[type="submit"],
.popup_body-btn{
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #26AB63;
    animation: shadow 1s ease infinite;
    width: 100%;
    height: 59px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}
.menu_burger{
    display: none;
}
.header_inner{
    display: none;
}
.quiz img{
    max-width: 100%;
}
.popup_sale{
    background: #FFFFFF;
    border-radius: 6px;
    padding: 60px 74px;
    width: 1080px;
}
.popup_sale-title{
    font-weight: 700;
    font-size: 65px;
    color: #000000;
    line-height: 52px;
    margin-bottom: 26px;
}
.popup_sale-title span{
    color: #ED1B24;
}
.popup_sale-text{
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    line-height: 36px;
}
.popup_sale-text .green{
    color: #26AB63;
}

.popup_sale-text .red{
    color: #ED1B24;
}
.popup_sale-desc{
    line-height: 28px;
    margin-bottom: 30px;
}
.popup_sale-subtitle{
    font-weight: 700;
    font-size: 22px;
    color: #26AB63;
    margin-bottom: 14px;
    line-height: 34px;
}
.popup_sale-form{
    max-width: 240px;
}
.popup_sale-form  .jbForm label a,
.popup_sale-form .jbForCheckbox{
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 12px;
    color: #393939;
    line-height: 16px;
}
.popup_sale-img{
    position: absolute;
    bottom: 46px;
    right: 0;
    display: flex;
}















@media(max-width:1300px){
    .container{
        max-width: 1050px;
    }
    .header_text{
        display: none;
    }
    .main_img{
        width: 900px;
        right: -200px;
    }
    .main_img img{
        width: 100%;
        height: 100%;
    }
    .services_item {
        padding: 50px 20px;
    }
    .services_item img{
        width: 120px;
    }
    .services_item:first-child img{
        width: 190px;
    }
    .prices_items{
        width: 65%;
    }
    .prices_item{
        padding: 16px;
        width: 32%;
    }
    .prices_items  .prices_item{
        width: 48%;
    }
    .prices_items  .prices_item.long{
        width: 100%;
    }
    .prices_item-title{
        margin-bottom: 80px;
    }
    .construction_img img{
        max-width: 100%;
        height: auto;
    }
    .construction_text{
        width: 526px;
    }
    .construction_title{
        width: 500px;
    }
    .foundation_wrapper{
        width: 660px;
    }
    .foundation_img{
        right: -470px;
    }
    .steps_item{
        padding: 20px 10px 110px;
    }
    .steps_item-img img{
        max-width: 100%;
    }
    .production_text{
        width: 526px;
    }
    .works_slider {
        margin: 0 60px;
    }
    .works_text{
        width: 526px;
    }
    .why_item {
        padding: 40px 20px 40px 140px;
    }
    .form_wrapper {
        padding: 70px 50px 70px;
    }
    .partners_items{
        width: 600px;
    }
    .partners_item{
        width: 32%;
    }
    .partners_item img{
        width: 100%;
        height: 100%;
    }
    .partners_text{
        width: 380px;
    }
    .contacts_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .contacts_text{
        margin-bottom: 20px;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_logo{
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
    }
    .main_sale{
        right: 0;
    }
}
@media(max-width:1200px){
    .container{
        max-width: 998px;
    }
    .main_img{
        width: 800px;
    }
    .price_popup{
        padding: 40px 20px;
    }
    .main_sale{
        top: 115px;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }
    .header{
        position: fixed;
        background-color: #fff;
        z-index: 10;
        padding: 25px 0;
    }
    .header_order,
    .header_btn,
    .header_adres{
        display: none;
    }
   .header_wrapper .header_number{
        font-size: 0;
        width: 21px;
        padding-left: 0;
        margin-bottom: 0;
        margin-right: 68px;
    }
    .main h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .main_img {
        width: 565px;
    }
    .header_wrapper{
        position: relative;
    }
    .menu_burger{
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 16px;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #26AB63;
        border-radius: 2px;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 7px;
    }   
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #26AB63;
        border-radius: 2px;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 7px;
    }   
    .menu_burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #26AB63;
        border-radius: 2px;
        top: 7px;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: scale(0);
    }   
    .header_inner{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 74px;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 20px;
        background-color: #fff;
        transition: all 0.6s;
        opacity: 0;
        visibility: hidden;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .header_inner .header_text,
   .header_inner .header_order,
    .header_inner .header_btn,
    .header_inner .header_adres{
        display: flex;
    }
    .header_inner .header_text{
        margin-bottom: 54px;
    }
    .header_inner .header_adres{
        margin-bottom: 40px;
        width: auto;
    }
    .header_inner   .header_links{
        margin-bottom: 66px;
        align-items: center;
    }
    .header_inner   .header_number{
        margin-bottom: 37px;
    }
    .header_inner .header_btn{
        margin-bottom: 38px;
    }
    .header_calc{
        height: 65.53px;
        width: 263px;
    }
    .services_wrapper{
        flex-direction: column;
    }
    .services_item{
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start;
        padding-left: 140px;
    }
    .prices_wrapper{
        flex-direction: column;
    }
    .prices_items{
        width: 100%;
    }
    .prices_item{
        width: 100%;
    }
    .prices_item-title{
        margin-bottom: 130px;
    }
    .prices_items .prices_item{
        width: 49%;
    }
    .construction_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .construction_title{
        margin-bottom: 20px;
    }
    .construction_img picture{
        width: 100%;
        height: auto;
    }
    .construction_img picture img{
        width: 100%;
    }
    .construction_items{
        display: block;
        margin-top: 25px;
    }
    .construction_item-title{
        font-weight: 500;
        font-size: 15px;
        color: #000000;
        line-height: 22px;
    }
    .construction_item{
        margin-bottom: 15px;
    }
    .foundation_wrapper{
        width: 100%;
        padding: 250px 60px 60px;
        margin-top: 150px;
    }
    .foundation_img{
        right: 50%;
        transform: translateX(50%);
        bottom: auto;
        top: -115px;
    }
    .steps_wrapper .slick-track{
        display: flex;
    }
    .steps_item{
        width: 226px;
        margin-right: 5px;
        height: inherit;
        padding: 20px 20px 120px;
    }
    .works_top,
    .production_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .production_title {
        margin-bottom: 20px;
    }
    .production_items{
        flex-wrap: wrap;
    }
    .production_item{
        width: 49%;
        margin-bottom: 10px;
    }
    .works_title{
        margin-bottom: 20px;
    }
    .why_item{
        width: 48%;
    }
    #jbForm_form_inner  input[type="text"], #jbForm_form_inner  input[type="tel"],
    .form_inp{
        display: block;
        margin: 0 auto 10px 0;

    }
    #jbForm_form_inner .jb_form,
    .form_inner{
        flex-direction: column;
       
    }
    #jbForm_form_inner input[type="submit"]{
        margin-right: auto;
        margin-left: 0;
    }
    #jbForm_form_inner .jbForCheckbox, .form_ok {
        max-width: 250px;
    }
    .form_wrapper{
        background-image: url(../img/form_wrapper2.jpg);
        position: relative;
        z-index: 1;
    }
    .form_wrapper::before{
        position: absolute;
        content: "";
        background-image: url(../img/form_wrapper-img.png);
        background-size: cover;
        width: 300px;
        height: 456px;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
    .partners_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .partners_title {
        margin-bottom: 15px;
    }
    .partners_text{
        width: 100%;
        margin-bottom: 20px;
    }
    .partners_items{
        width: 100%;
    }
    .contacts_items{
        width: 100%;
    }
    .footer_logo{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .footer_logo-img{
        margin-bottom: 18px;
    }
    .footer_wrapper{
        flex-direction: column;
    }
    .footer .header_order{
        display: block;
    }
    .footer .header_links{
        align-items: center;
    }
    .footer_messages{
        margin-bottom: 30px;
    }
    .footer_inner{
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer_inner-link,
    .footer_inner-dev,
    .footer_inner-text{
        margin-bottom: 13px;
    }
    .price_popup-wrapper{
        flex-direction: column;
    }
    .price_popup-img{
        width: 100%;
        margin-bottom: 25px;
    }
    .price_popup-info{
        width: 100%;
    }
    .popup_sale{
        z-index: 1;
        width: 750px;
    }
    .popup_sale-img{
        z-index: -1;
    }
    .popup_sale-img{
        width: 460px;
    }
    .popup_sale-img img{
        width: 100%;
        height: auto;
    }
    .popup_sale{
        padding: 60px 30px;
    }
    .main_sale{
        width: 200px;
        top: 220px;
    }
    .main_sale img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .container {
		max-width: 100%;
    }
    .main{
        padding: 90px 0 0;
        background-image: url(../img/main_mobile.jpg);
        background-size: auto 593px;
        background-repeat: no-repeat;
        background-position: 70% top;
        margin-bottom: 60px;
    }
    .main h1{
        line-height: 39px;
        font-size: 36px;
        margin-bottom: 265px;
        max-width: 318px;
    }
    .main h1 span{
        font-size: 22px;
        line-height: 40px;
    }
    .main_img{
        top: 200px;
        bottom: auto;
        width: 562px;
        height: 277px;
        right: -245px;
    }
    .main_item-title{
        line-height: 35px;
        font-size: 24px;
    }
    .main_item{
        margin-bottom: 15px;
    }
    .main_item-text{
        line-height: 24px;
        font-size: 16px;
    }
    .main_btn{
        width: 263px;
        height: 65.53px;
        margin-top: 25px;
    }
    .services_item{
        line-height: 24px;
        padding: 50px 18px 50px 165px;
        font-size: 16px;
    }
    .services_item img {
        width: 140px;
    }
    .services{
        margin-bottom: 65px;
    }
    .title{
        line-height: 35px;
        font-size: 25px;
    }
    .prices_title{
        margin-bottom: 26px;
    }
    .prices_items .prices_item{
        width: 100%;
    }
    .prices_items{
        flex-direction: column;
    }
    .prices_item{
        padding: 15px;
        margin-bottom: 15px;
    }
    .prices_item-title{
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 88px;
    }
    .prices{
        margin-bottom: 55px;
    }
    .construction_title{
        width: 260px;
    }
    .construction_text{
        width: 100%;
        line-height: 22px;
        font-size: 15px;
    }
    .construction_img picture img{
        max-width: 450px;
        width: 450px;
    }
    .construction_img{
        justify-content: center;
    }
    .construction_img picture{
        display: flex;
        justify-content: center;
    }
    .construction{
        margin-bottom: 45px;
    }
    .construction::before{
        bottom: 100px;
    }
    .foundation_title{
        margin-bottom: 138px;
    }
    .foundation_img{
        width: 335px;
    }
    .foundation_img img{
        width: 100%;
        height: 100%;
    }
    .foundation_wrapper{
        padding: 80px 30px 40px;
        margin-top: 0;
    }
    .foundation_subtitle{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .foundation_text{
        line-height: 24px;
        font-size: 15px;
    }
    .foundation{
        margin-bottom: 55px;
    }
    .steps_title{
        width: 280px;
        margin-bottom: 30px;
    }
    .steps_item{
        width: 252px;
    }
    .steps_wrapper{
        width: calc(100% + 15px);
        position: relative;
        overflow: visible;
    }
    .quiz{
        display: none;  
    }
    .steps_wrapper::before{
        position: absolute;
        content: "";
        background-image: url(../img/swipe.svg);
        background-size: cover;
        width: 47px;
        height: 40px;
        top: -51px;
        right: 15px;
    }
    .works_text,
    .production_text{
        line-height: 22px;
        width: 100%;
        font-size: 15px;
    }
    .production_top{
        margin-bottom: 30px;
    }
    .production{
        margin-bottom: 70px;
    }
    .works{
        padding: 60px 0;
    }
    .works_top{
        margin-bottom: 30px;
    }
    .works_slide{
        margin: 0;
    }
    .works_slider{
        margin: 0;
        padding-bottom: 60px;
    }
    .works_slider .slick-arrow{
        top: auto;
        bottom: 0;
        transform: none;
    }
    .works_slider .slick-next{
        right: calc(50% - 60px);
    }
    .works_slider .slick-prev{
        left: calc(50% - 60px);
    }
    .why_item{
        width: 100%;
    }
    .why{
        margin: 50px 0 65px;
    }
    .why_title{
        margin-bottom: 26px;
    }
    .why_item{
        padding: 30px 25px 30px 130px;
    }
    .why_item-title{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .why_item-text{
        line-height: 22px;
        font-size: 14px;
    }
    .why_item-text span{
        display: inline-block;
    }
    .why_item-img img{
        width: 80%;
    }
    .form{
        margin-bottom: 50px;
    }
    .form .container{
        padding: 0;
    }
    .form_wrapper{
        padding: 45px 15px;
        border-radius: 0px;
    }
    .form_title{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }
    .form_text{
        width: 100%;
        line-height: 22px;
        width: 210px;
        font-size: 16px;
    }
    .form_ok{
        width: 250px;
    }
    .contacts_text{
        width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
    .partners_text{
        font-size: 15px;
        line-height: 22px;
    }
    .partners{
        margin-bottom: 45px;
    }
    .contacts{
        margin-bottom: 55px;
    }
    .contacts_title{
        margin-bottom: 17px;
    }
    .contacts_items{
        flex-direction: column;
    }
    .contacts_item{
        margin-bottom: 15px;
    }
    .contacts_wrapper{
        margin-bottom: 9px;
    }
    .contacts_inner{
        height: 315px;
    }
    .popup_body{
        padding: 40px 20px;
    }
    .price_popup-img{
        height: auto;
    }
    .price_popup-title{
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .price_popup-info_item{
        line-height: 24px;
        font-size: 14px;
    }
    .price_popup-info_bot{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }
    .price_popup-info_price{
        margin-bottom: 10px;
    }
    .thanks_page.main h1 {
        line-height: 28px;
        font-size: 22px;
    }
    .thanks_page {
        min-height: auto;
    }
    .footer_message:hover{
        transform: none;
    }
    .popup_sale{
        padding: 40px 15px 60px;
        overflow: hidden;
    }
    .popup_sale-title{
        font-size: 33px;
        line-height: 1.2;
        margin-bottom: 15px;
        width: 295px;
    }
    .popup_sale-text{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
        width: 295px;
    }
    .popup_sale-desc{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 180px;
    }
    .popup_sale-subtitle{
        text-align: center;
    }
    .popup_sale-form{
        margin: 0 auto;
    }
    .popup_sale-img{
        top: 225px;
        width: 319px;
        bottom: auto;
    }
    .main_sale{
        width: 175px;
        top: 285px;
    }
}