@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    src: url('/assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
         url('/assets/fonts/SFProDisplay-Regular.woff') format('woff'),
         url('/assets/fonts/SFProDisplay-Regular.ttf') format('truetype');
}

a,a:hover {
    text-decoration: none;
    color:#F9705E;
}

.logo {
    height: 100%;
    line-height: 70px;
}
.header-logo {
    font-family: Inter;
    font-size: 18px;
    font-weight: 900;
    line-height: 70px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.zayavka:hover {
    color:#fff;
}
#menu-row {
    background: transparent;
    height:70px;
}
.zayavka {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 15px 23px;
    border-radius: 10px;
    background: #965247;
}
.btn-zayavka {
    line-height: unset;
    border: 1px solid #965247;
}
.header-mail, .header-phone, .header-point {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: #fff;
}
.header-phone {
    margin-right: 3rem;
}

/* .header-mail:before, .header-phone:before, .header-point:before {
    content: "";
    display: inline-block;
    height: 100px;
    width: 36px;
    margin-right: 7px;
    background-size: 30px 30px;
    vertical-align: top;
}
.header-mail:before {
    background: url(/assets/icons/p4-mail.svg) no-repeat center center;
    background-size: 30px 30px;
}

.header-phone:before {
    background: url(/assets/icons/p4-phone.svg) no-repeat center center;
    background-size: 25px 25px;
} */
.menu_active {
    color: #F9705E!important;
}

#block_1 {
    background: url(/assets/img/img-main-bg3.png) no-repeat right;
    background-size: contain;
}
.hb1_title {
    font-family: "SF Pro Display";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.hb1_text2 {
    font-family: SF Pro Display;
    font-size: 90px;
    font-weight: bold;
    color:#965247;
    line-height: 107.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}
.hb1_text2:after {
    margin-right: 20px;
    background: url(/assets/ico/arrow-home.svg) no-repeat center center;
    background-size: 56px 56px;
}
.hb1_text2:after {
    content: "";
    display: inline-block;
    height: 56px;
    width: 56px;
    margin-left: 20px;
    background-size: 56px 56px;
    vertical-align: baseline;
}


.hb1_text3 {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 41.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p1_b1_padding {
    padding-top: 10rem;
    padding-bottom: 13rem;
}
.p1_b1_button_box {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 10px;
    height: 100%;
}
.p1_b1_button {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
#block_2 {
    background-color: #F8FAFF;
}
.p1_b2_title {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 41.77px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.price_date {
    color: rgba(150, 82, 71, 1);
    padding-top: 1rem;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.t_title_box, .t_box {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    border-radius: 5px;
    border-color: #fff;
    padding: 10px;
    width: 100%;
}
.t_title, .t_box_t {
    width: 100%;
}
.t_title_r1 td, .t_title_r2 td, .t_box_t td {
    /* width: 40%; */
    padding-left: 10px;
}
.t_title_r1 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}
.t_title_r2 {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(205, 205, 205, 1);
}
.t_box_name {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(150, 82, 71, 1);
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.t_title tbody tr td:nth-child(1), .t_box_t tbody tr td:nth-child(1) {
    width: 40%;
}
.t_title tbody tr td:nth-child(2), .t_title tbody tr td:nth-child(3), .t_box_t tbody tr td:nth-child(2), .t_box_t tbody tr td:nth-child(3) {
    width: 30%;
    text-align: center;
}
.t_box_t tbody tr td:nth-child(1) {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
}
.t_box_t tbody tr td:nth-child(2), .t_box_t tbody tr td:nth-child(3) {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.87px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(150, 82, 71, 1);

}
.t_box_t tr {
    border-bottom: 0.5px solid rgba(228, 228, 228, 1);
}
.p1_b3_box_title {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.87px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #965247;
}
.p1_b3_box_text {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p1_b3_box {
    border: 1px solid rgba(150, 82, 71, 1);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
#block_5 {
    background-color: rgba(248, 250, 255, 1);
}

.p1_b5_title {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 41.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p1_b5_title2 {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 41.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C0C0C0;
}
.p1_b5_txt {
    font-family: SF Pro Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.btn-b1-b5 {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 15px;
}
.btn-b1-b5-txt:before {
    content: "";
    display: inline-block;
    min-height: 16px;
    min-width: 16px;
    margin-right: 7px;
    background-size: 30px 30px;
    vertical-align: top;
}
.btn-b1-b5-txt:before {
    background: url(/assets/ico/plus.svg) no-repeat center center;
    background-size: 16px 16px;
}


.btn-b1-b5-txt {
    font-family: SF Pro Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.question_btn {
    background: rgba(95, 95, 95, 1);
    color: #fff;
    padding: 10px 7px;
    border-radius: 10px;
    font-family: SF Pro Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.p1_b6_title {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 500;
    line-height: 41px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p1_b6_txt1 {
    font-family: SF Pro Display;
    font-size: 45px;
    font-weight: 400;
    line-height: 53px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p1_b6_txt1 span{
    font-weight: 700;
}
.p1_b6_txt1 span:after {
    content: "";
    display: inline-block;
    height: 53px;
    width: 53px;
    margin-left: 20px;
    background-size: 53px 13px;
    vertical-align: bottom;
}
.p1_b6_txt1 span:after {
    margin-right: 20px;
    background: url(/assets/img/arrow-right.png) no-repeat center center;
    background-size: 53px 13px;
}
.p1_b6_txt2 {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 80%;
}
.p1_b6_box {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}
.p1_b6_box_title {
    font-family: SF Pro Display;
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p1_b6_box_title2 {
    font-family: SF Pro Display;
    font-size: 40px;
    font-weight: bolder;
    line-height: 47px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(150, 82, 71, 1);
}
.form_container_home {
    padding: 1rem;
    margin-bottom: 5rem;
    margin-top: 3rem;
}
#block_7 {
    background: url(/assets/img/p1-b7-bg2.png) no-repeat center;
    background-size: contain;
}
.p1_f1_img {
    background: url(/assets/img/callback-form-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 1rem 1rem 0 1rem;
}
.p1_f1_color {
    background-color: #eee;
    padding: 0 1rem 1rem 1rem;
}
.p1_b7_form1 {
    margin-top: 1rem;
    margin-right: 1rem;
    padding: 2rem 1rem 0 1rem;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p1_b7_form2 {
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding: 10px 1rem 2rem 1rem;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p1_form_title {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#fff;
}
.p1_form_txt {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#fff;
}
.form_container_home .form-control {
    font-family: SF Pro Display;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 17px 7px;
}
.form_container_home .btn-zayavka.zayavka {
    width: 100%;
    text-align: center;
    padding: 13px 23px;
}



.f-text {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
}

#p2_block1 {
    background: url(/assets/img/p1-b7-bg2.png) no-repeat center;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 5rem;
}
.p2_b1_title {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 41.77px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 3rem;
}
.p2_b1_box:hover {
    border: 1px solid;
    border-image-source: linear-gradient(67.85deg, #D8100A 0%, rgba(114, 8, 5, 0) 52.67%);
    background: rgba(249, 252, 255, 1);
    border-radius: 10px;
}
.p2_b1_box {
    background-color: #F6F6F6;
    box-shadow: 0px 2px 12px 0px #00000040;
    padding: 20px 10px;
    height: 100%;
}
#p3_block3 {
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.p3_b3_border_l {
    border-right: 1px solid rgba(221, 221, 221, 1);
}

#p3_block4 {
    background: url(/assets/img/p1-b7-bg2.png) no-repeat center;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 0rem;
}
.p3_b1_txt {
    width: 60%;
    margin-bottom: 2rem;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p3_b2_box_text.mt-2 {
    background: rgba(150, 82, 71, 1);
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.p4_b1_target_box {
    background-color: rgba(246, 246, 246, 1);
    padding: 1.5rem;
    border-radius: 10px;
}
.p4_b1_box {
    background-color: #fff;
    border-radius: 10px;
    padding: .5rem;
    border: 0.4px solid rgba(169, 169, 169, 1);
    width: 100%;
}
.p4_b1_target_box .active {
    background-color: #fee;
}
.btn-p4-b1 {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.btn-p4-b1-txt:before {
    margin-right: 10px;
    background: url(/assets/ico/maps-arrow.svg) no-repeat center center;
    background-size: 31px 31px;
}
.btn-p4-b1-txt:before {
    content: "";
    display: inline-block;
    height: 31px;
    width: 31px;
    background-size: 31px 31px;
    vertical-align: middle;
}
.p4_b1_box_txt1 {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: start;
    padding-left: 7px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p4_b1_box_txt2 {
    font-family: SF Pro Display;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.p4_b1_box_txt3 {
    font-family: SF Pro Display;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.71px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(137, 137, 137, 1);
}
.p4_b1_title {
    font-family: SF Pro Display;
    font-size: 35px;
    font-weight: 600;
    line-height: 41.77px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 1rem;
}
.col-12.p4_b1_txt {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 1rem;
}
.maps-body iframe {
    border-radius: 10px;
}
.p5_b1_box1_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: rgba(13, 13, 13, 1);
}
.p5_b1_box1_addr, .p5_b1_box1_phone, .p5_b1_box1_time, .p5_b1_box1_rekv {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.p5_b1_box1_addr span, .p5_b1_box1_phone span, .p5_b1_box1_time span, .p5_b1_box1_rekv span {
    font-weight: 600;
}
.p5_b1_box {
    border: 1px solid rgba(217, 217, 217, 1);
    height: 100%;
    padding: 1rem;
    border-radius: 10px;
}
.p5_b1_box1_phone .header-mail, .p5_b1_box1_phone .header-phone {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgba(13, 13, 13, 1);
}
.p5_b1_form1 {
    margin-top: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    background-color: #fff;
}
.p5_b1_form1 .zayavka {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    text-align: center;
    padding: 6px;
    width: 100%;
    border-radius: 10px;
    background: #965247;
}
.p5_form_txt {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}
.p5_form_txt_vr {
    border-right: 2px solid #eee;
}
.p5_b1_mb {
    margin-bottom: 4rem;
}





@media (max-width: 768px) {
    .logo-row {
        display:none;
    }
    #block_1 {
    background: none;
    }
    .p2_b1_title {
    margin-bottom: 1rem;
    }
    .p3_b1_txt {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 18px;
    }
    #p2_block1 {
    padding-bottom: 2rem;
    }
    #p3_block3 {
    padding-top: 3rem;
    }
    .p2_b1_title {
    margin-bottom: 0;
    }
    #p3_block3 {
    padding-bottom: 0;
    }
    .form_container_home {
    margin-bottom: 0;
    margin-top: 0;
    }
    .p1_b7_form1, .p1_b7_form2 {
    margin-right: calc(-0.5* var(--bs-gutter-x));
    }
    .logo {
    text-align: center;
    }
    .header-phone {
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1rem;
    }
    .t_title_r2 {
    font-size: 12px;
    line-height: 12px;
    }
    
    
    
    .hb1_title {
    font-size: 48px;
    line-height: 52px;
    }
    .hb1_text2 {
    font-size: 60px;
    line-height: 65px;
    }
    .hb1_text3 {
    font-size: 16px;
    line-height: 19px;
    }
    .p1_b1_button_box {
    border: none;
    border-radius: unset;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    }
    .p1_b1_button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 16px;
    }
    .p1_b1_padding {
    padding-top: 7rem;
    padding-bottom: 5rem;
    }
    .t_box_t tbody tr td:nth-child(1) {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    }
    
    .p1_b2_title {
    font-size: 28px;
    }
    .p1_b3_box {
    border: unset;
    }
    .p1_b5_title2 {
    font-size: 26px;
    }
    .p1_b5_txt {
    padding-bottom: 1rem;
    }
    .p1_b6_txt1 {
    font-size: 18px;
    line-height: 20px;
    }
    block_7 {
    background: unset;
    }
    
    .toggle_logo {
        height: 42px;
    }
    .menu-toogle-text {
        align-items: center;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .header-mail:before, .header-phone:before {
    height: 3rem;
    }
    #menu-row {
    background: #fff;
    height: 70px;
    }
    .hb2_title {
    font-size: 46px;
    }
    .input_btn {
    justify-content: center;
    }
    #cssmenu .submenu-button:before, #cssmenu .submenu-button:after {
    background: #ECF5FF!important;
    }
    .breadcrumb-bg {
    background: #ECF5FF;
    }
    .f-text {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    }
    .bg_toogle_menu {
    background: rgba(32, 32, 32, 1);
    }
    .header-mail, .header-phone {
    color: #fff;
    }
    .p1_r1_box {
    margin-top: 370px;
    margin-bottom: 30px;
    }
    .p1_r1_txt1 {
    font-size: 21px;
    line-height: 24px;
    }
    .p1_r1_txt2 {
    font-size: 32px;
    line-height: 34px;
    }
    .p2-r1-kompani, .p2-r1-title {
    font-size: 21px;
    line-height: 24px;
    }
    .p2-r1-title:after {
    display: none;
    }
    .p2-r1-txt1, .p2-r1-txt2, .p2-r1-bt a {
    font-size: 16px;
    }
    .p2-r1-txt2 a {
    font-size: 12px;
    font-weight: 700;
    }
    .t_title_r1 {
    font-size: 14px;
    line-height: 16px;
    }
    .t_box_name {
    font-size: 18px;
    }
    .t_box_t tbody tr td:nth-child(2), .t_box_t tbody tr td:nth-child(3) {
    font-size: 14px;
    line-height: 16px;
    }
    .p4_title {
    font-size: 36px;
    line-height: 38px;
    }
    .p4_txt_phone {
    padding-top: 2rem;
    padding-bottom: 2rem;
    }
    .p4_txt_mail {
    padding-bottom: 3rem;
    }
    .header-mail:before, .header-phone:before {
    display: none;
    }
    .hb1_text2:after {
    display: none;
    }
    .price_date {
    font-size: 16px;
    line-height: 18px;
    }
    .p5_b1_form1 {
    margin-right: .1rem;
    margin-left: .1rem;
    }
}