@charset "utf-8";
@import url("reset.css");


img, object, embed, video { max-width: 100%; }

/* IE 6 does not support max-width so default to width 100% */
.ie6 img { width:100%; }

input, button, a { -webkit-transition: all 300ms; transition: all 300ms; }


@font-face { font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf')  format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal; font-style: normal;
}
@font-face { font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf')  format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: 700; font-style: normal;
}
@font-face { font-family: 'SegoeUI';
  src: url('../fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUIBlack.woff') format('woff'), url('../fonts/SegoeUIBlack.ttf')  format('truetype'), url('../fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
  font-weight: 900; font-style: normal;
}


body { background: #fff url(../img/bg6.jpg) no-repeat bottom center; font-family: 'SegoeUI'; }
.container { max-width: 1500px; margin: 0 auto; padding: 0 15px; }
input, textarea, button { font-family: 'SegoeUI'; }
.b_title { margin: 0 0 102px; text-align: center; font-size: 48px; font-weight: 900; line-height: 1.25; color: #0a0404; }
.b_desc { margin: 0 0 85px; text-align: center; font-size: 24px; color: #0a0404; line-height: 1.25; }
.input_row { width: 100%; margin: 0 0 40px; position: relative; }
    .input_row input[type="text"] { width: 100%; height: 70px; border: 2px solid transparent; outline: none; background: #f3f3f3; border-radius: 8px; padding: 16px 38px 20px; box-sizing: border-box; font-size: 24px; color: #0a0404; line-height: 30px; }
    .input_row textarea { width: 100%; height: 120px; border: 2px solid transparent; outline: none; background: #f3f3f3; border-radius: 8px; padding: 16px 38px 20px; box-sizing: border-box; font-size: 24px; color: #0a0404; line-height: 30px; resize: none; }
    .input_row label { position: absolute; cursor: text; left: 40px; top: 18px; font-size: 24px; color: #414141; line-height: 30px; -webkit-transition: all 300ms; transition: all 300ms; }
        .input_row label sup { font-size: 50%; line-height: 1.6; }
    .input_row input[type="text"]:focus + label, .input_row textarea:focus + label, .input_row label.good { font-size: 18px; line-height: 22px; left: 0; top: -25px; }
    .input_row input[type="text"].error, .input_row textarea.error { border-color: #f00; }


.header { position: fixed; z-index: 101; left: 0; top: 0; right: 0; padding: 30px 0; -webkit-transition: all 300ms; transition: all 300ms; }
.header:after { content: ''; position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; background: #fff; opacity: 0; -webkit-transition: all 300ms; transition: all 300ms; }
.header.fixed { padding: 13px 0; box-shadow: 0 15px 35px rgba(20,20,20,.15); }
.header.fixed:after { opacity: 1; }
    .header .container { position: relative; z-index: 2; }
        .h_top { display: flex; justify-content: space-between; align-items: flex-start; }
            .h_logo { max-width: 355px; }
                .h_logo a { text-decoration: none; font-size: 18px; color: #804419; line-height: 1.25; display: flex; align-items: center; justify-content: space-between; }
                    .h_logo a span { max-width: 220px; margin: 0 0 0 20px; }
            .h_adres { padding: 0 0 0 80px; font-size: 18px; color: #0a0404; line-height: 1.25; position: relative; }
                .h_adres:before { content: ''; position: absolute; left: 0; top: 50%; background: url(../img/pin.png) no-repeat 0 0; width: 60px; height: 60px; margin: -30px 0 0; }
            .h_grafic { padding: 0 0 0 80px; margin: 11px 0 0; font-size: 18px; color: #0a0404; line-height: 1.25; position: relative; }
                .h_grafic:before { content: ''; position: absolute; left: 0; top: 50%; background: url(../img/clock.png) no-repeat 0 0; width: 52px; height: 52px; margin: -26px 0 0; }
            .h_right { text-align: right; }
                .h_phone { font-size: 30px; color: #0a0404; font-weight: 900; line-height: 1.25; margin: 0 0 2px; }
                    .h_phone a { color: #0a0404; text-decoration: none; }
                .h_phone_desc { font-size: 18px; color: #0a0404; line-height: 1.25; padding: 0 0 6px; overflow: hidden; -webkit-transition: all 300ms; transition: all 300ms; }
                .header.fixed .h_phone_desc { display: none; padding: 0; }
                .h_call { margin: 0; padding: 0; height: 55px; -webkit-transition: all 300ms; transition: all 300ms; }
                .header.fixed .h_call { padding: 4px 0 0; }
                    .h_call a { display: inline-block; font-size: 14px; font-weight: 700; line-height: 17px; color: #0a0404; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; padding: 17px 21px 16px; border-bottom: 5px solid #816122; border-radius: 12px; background: linear-gradient(to bottom, #fdd104, #bb941d); box-shadow: inset 0 0 15px rgba(255,255,255,0.15); position: relative; }
                    .h_call a:hover { background: linear-gradient(to top, #fdd104, #bb941d); }
                    .h_call a:active { background: linear-gradient(to top, #fdd104, #bb941d); transform: translate(0px,4px); -webkit-transform: translate(0px,4px); border-bottom: 1px solid #816122; }
        .h_nav { padding: 40px 0 0; -webkit-transition: all 300ms; transition: all 300ms; }
        .header.fixed .h_nav { padding: 12px 0 0; }
            .h_nav ul { list-style: none; display: flex; width: 100%; justify-content: center; }
                .h_nav ul li { margin: 0 16px; }
                    .h_nav ul li a { color: #0a0404; font-size: 24px; font-weight: 700; text-decoration: none; line-height: 1.25; position: relative; }
                    .h_nav ul li a:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 0; margin: 0 auto; height: 2px; background: #0a0404; -webkit-transition: all 300ms; transition: all 300ms; }
                    .h_nav ul li a:hover:after { width: 100%; }


.block1 { min-height: 1071px; background: url(../img/bg1.jpg) no-repeat top center; box-sizing: border-box; padding: 472px 0 0; position: relative; }
    .block1:before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 380px; background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0)); }
    .block1 h1 { max-width: 545px; font-size: 48px; font-weight: 900; color: #0a0404; text-transform: uppercase; line-height: 1.25; margin: 0 0 29px; }
    .b1_desc { margin: 0 0 92px; font-size: 24px; color: #0a0404; line-height: 1.25; }
    .b1_btn { padding: 0; margin: 0; }
        .b1_btn a { display: inline-block; font-size: 18px; color: #ecf1eb; font-weight: 700; text-decoration: none; line-height: 20px; text-transform: uppercase; letter-spacing: 3px; padding: 33px 30px 32px; border-radius: 16px; background: linear-gradient(to bottom, #5bfd04, #359d19); box-shadow: inset 0 0 15px rgba(255,255,255,0.1); position: relative; border-bottom: 5px solid #335c1c; }
        .b1_btn a:hover { background: linear-gradient(to top, #5bfd04, #359d19); }
        .b1_btn a:active { background: linear-gradient(to top, #5bfd04, #359d19); transform: translate(0px,4px); -webkit-transform: translate(0px,4px); border-bottom: 1px solid #335c1c; }


.block2 { background: url(../img/bg2.jpg) no-repeat center center; padding: 120px 0 55px; }
    .about_wrap { margin: 0 auto; max-width: 980px; border-radius: 24px; box-shadow: 0 15px 35px rgba(20,20,20,.15); overflow: hidden; }
        .about_img { width: 100%; position: relative; z-index: 1; }
        .about_text { background: #fff; position: relative; z-index: 2; margin: -20px 0 0; border-radius: 24px; padding: 90px 106px 126px; }
            .about_text:before { content: ''; position: absolute; left: 50%; top: 45px; height: 6px; width: 60px; margin: 0 0 0 -30px; background: #cccccc; border-radius: 3px; }
            .about_text p { font-size: 24px; color: #0a0404; line-height: 1.25; margin: 0 0 30px; }
            .about_text p:last-child { margin-bottom: 0; }


.block3 { padding: 60px 0 115px; }
    .block3 .b_title { margin: 0 0 19px; }
    .production_list { display: flex; width: 100%; justify-content: flex-start; flex-wrap: wrap; }
        .production_item { width: 25%; display: inline-block; margin: 0 0 30px; padding: 0 0 25px; background: #fff; border-radius: 18px; text-align: center; text-decoration: none; position: relative; }
        .production_item:hover { box-shadow: 0 15px 35px rgba(20,20,20,0.15); z-index: 3; }
            .production_item_img { margin: 0 0 20px; width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; }
                .production_item_img img { max-width: 75%; }
            .production_item_name { height: 60px; font-size: 24px; color: #0a0404; line-height: 30px; font-weight: 700; }
                .production_item_name span { font-weight: 400; color: #edb887; }


.block4 { padding: 0 0 205px; background: url(../img/bg3.jpg) no-repeat bottom center; }
    .calculation_wrap { width: 100%; position: relative; }
        .calculation_wrap:after { content: ''; position: absolute; z-index: 1; left: 33px; right: 33px; bottom: -22px; height: 40px; border-radius: 15px; background: rgba(69,69,69,0.2); }
        .calculation_content { background: #fff; border-radius: 16px; box-shadow: 0 15px 35px rgba(20,20,20,.15); position: relative; z-index: 2; padding: 178px 11.66% 55px; overflow: hidden; }
            .calculation_title { position: absolute; left: 0; top: 0; padding: 32px 67px 35px; background: #b59769; border-radius: 16px 0 16px 0; color: #fff; line-height: 1.25; }
                .calculation_title b { font-size: 36px; font-weight: 900; }
                .calculation_title span { font-size: 24px; }
            .calculation_top { display: flex; justify-content: space-between; }
                .calculation_top_left { width: 46.95%; margin: 0 4.35% 0 0; }
                .calculation_top_right { width: 48.7%; display: flex; justify-content: space-between; }
                    .calculation_row_title { font-size: 24px; color: #0a0404; font-weight: 700; line-height: 1.25; margin: 0 0 33px; }
                    .calculation_row_inputs { display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap; }
                        .calculation_row_inputs .input_row { width: 48.14%; }
                            .calculation_row_inputs .input_row input[type="text"] { height: 50px; padding: 6px 38px 10px; }
                            .calculation_row_inputs .input_row label { top: 8px; }
                            .calculation_row_inputs .input_row input[type="text"]:focus + label, .calculation_row_inputs .input_row label.good { top: -25px; }
                    .calculation_row_radio { display: flex; align-items: center; cursor: pointer; margin: 0 0 40px; font-size: 24px; color: #0a0404; line-height: 1.25; }
                        .calculation_row_radio input { display: none; }
                        .calculation_row_radio .calculation_row_radio_btn { width: 50px; height: 50px; margin: 0 20px 0 0; background: #f3f3f3; border-radius: 6px; position: relative; display: inline-block; }
                        .calculation_row_radio input:checked + .calculation_row_radio_btn:after { content: ''; position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px; background: #4dd90c; border-radius: 5px; }
            .calculation_text_info { padding: 35px 0 26px; max-width: 680px; position: relative; font-size: 24px; color: #0a0404; line-height: 1.25; }
                .calculation_text_info:before { content: ''; position: absolute; left: 0; top: 0; width: 40px; height: 1px; background: #e5e5e5; }
            .calculation_form_row { display: flex; justify-content: space-between; }
                .calculation_form_row .input_row { width: 32.17%; }
            .calculation_bottom { display: flex; justify-content: space-between; align-items: center; }
                .form_conf { display: block; }
                    .form_conf label { cursor: pointer; display: flex; align-items: center; font-size: 18px; color: #0a0404; line-height: 1.2; }
                        .form_conf label input { display: none; }
                        .form_conf_check { width: 20px; height: 20px; border-radius: 3px; background: #f3f3f3; display: inline-block; margin: 0 20px 0 0; position: relative; }
                        .form_conf label input:checked + .form_conf_check:after { content: ''; position: absolute; left: 2px; top: 2px; right: 2px; bottom: 2px; background: #4dd90c; border-radius: 2px; }
                        .form_conf_text { width: calc(100% - 40px); }
                        .form_conf.error label .form_conf_check { border: 2px solid #f00; }
                .calculation_bottom_right { display: inline-block; max-width: 360px; width: 100%; }
                    button[type="submit"] { border: none; outline: none; cursor: pointer; width: 100%; text-align: center; height: 90px; box-sizing: border-box; font-size: 18px; color: #ecf1eb; font-weight: 700; text-decoration: none; line-height: 20px; text-transform: uppercase; letter-spacing: 3px; padding: 33px 30px 32px; border-radius: 18px; background: linear-gradient(to bottom, #5bfd04, #359d19); box-shadow: inset 0 0 15px rgba(255,255,255,0.1); position: relative; border-bottom: 5px solid #335c1c; }
                    button[type="submit"]:hover { background: linear-gradient(to top, #5bfd04, #359d19); }
                    button[type="submit"]:active { background: linear-gradient(to top, #5bfd04, #359d19); transform: translate(0px,4px); -webkit-transform: translate(0px,4px); border-bottom: 1px solid #335c1c; }


.block5 { padding: 35px 0 10px; }
    .b5_list { display: flex; flex-wrap: wrap; justify-content: space-around; }
        .b5_item { text-align: center; width: 29%; max-width: 385px; margin: 0 15px 65px; }
            .b5_item_num { font-size: 286px; color: rgba(10,4,4,.1); font-weight: 900; line-height: 185px; height: 208px; position: relative; }
                .b5_item_num:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.8); height: 60px; }
            .b5_item_img { height: 150px; width: 100%; display: flex; align-items: center; justify-content: center; margin: 0 0 27px; }
            .b5_item_title { font-size: 24px; color: #0a0404; font-weight: 900; line-height: 30px; height: 90px; overflow: hidden; margin: 0 0 25px; }
            .b5_item_text { font-size: 24px; color: #0a0404; line-height: 30px; }


.block6 { padding: 42px 0 0; box-sizing: border-box; min-height: 1245px; background: url(../img/bg4.jpg) no-repeat top center; }
    .block6 .b_title { text-align: left; margin: 0 0 95px; color: #3b2720; }
    .b6_row { display: flex; width: 100%; justify-content: space-between; box-sizing: border-box; padding: 0 4.66% 0 18.2%; }
        .b6_text { font-size: 24px; color: #fff; line-height: 1.25; }
        .price_list_form { width: 100%; max-width: 500px; position: relative; }
            .price_list_form:before { content: ''; position: absolute; z-index: 1; width: 534px; height: 233px; background: url(../img/bg_form_title.png) no-repeat 0 0; left: -17px; right: -17px; top: -17px; }
            .price_list_form_title { position: relative; z-index: 2; text-align: left; padding: 68px 65px 35px; height: 199px; box-sizing: border-box; font-size: 24px; color: #0a0404; line-height: 1.25; }
                .price_list_form_title b { font-size: 36px; font-weight: 900; line-height: 1.25; }
            .price_list_form_body { background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(20,20,20,.3); border-radius: 0 0 18px 18px; padding: 43px 65px 60px; }
                .price_list_form_body .input_row input[type="text"] { background: #fff; }
                .price_list_form_body .form_conf { margin: 58px 0 35px; }
                    .price_list_form_body .form_conf_check { background: #fff; }


.block7 { padding: 90px 0 0px; }
    .b7_list { display: flex; flex-wrap: wrap; width: 100%; }
        .b7_item { width: 20%; box-sizing: border-box; padding: 0 15px; margin: 0 0 50px; text-align: center; }
            .b7_item_img { width: 100%; height: 120px; display: flex; align-items: center; justify-content: center; margin: 0 0 13px; }
            .b7_item_title { font-size: 24px; color: #0a0404; font-weight: 700; line-height: 1.25; }


.block8 { padding: 100px 0 100px; background: url(../img/bg2.jpg) no-repeat center center; }
    #gallery { width: 100%; max-width: 960px; margin: 0 auto; box-sizing: border-box; box-shadow: 0 15px 35px rgba(20,20,20,.25); border-radius: 18px; }
        .gallery_item img { border-radius: 18px; width: 100%; }
        .owl-prev { position: absolute; font-size: 0; text-indent: -9999px; width: 50px; height: 50px; border-radius: 50%; top: 50%; left: -80px; margin: -25px 0 0; background: #4dd90c url(../img/arrow_left_hover.png) no-repeat left 20px center; -webkit-transition: all 300ms; transition: all 300ms; }
        .owl-next { position: absolute; font-size: 0; text-indent: -9999px; width: 50px; height: 50px; border-radius: 50%; top: 50%; right: -80px; margin: -25px 0 0; background: #4dd90c url(../img/arrow_right_hover.png) no-repeat right 20px center; -webkit-transition: all 300ms; transition: all 300ms; }
        .owl-prev:hover, .owl-next:hover { background-color: #359d19; }


.block9 { padding: 100px 0 176px; background: url(../img/bg5.jpg) no-repeat bottom center; }
    #clients_carousel { width: auto; margin: 0 -15px; }
        #clients_carousel .owl-item { padding: 15px; box-sizing: border-box; }
            .clients_item { width: 100%; background: #fff; box-shadow: 0 0 15px rgba(20,20,20,.3); position: relative; border-radius: 20px; height: 400px; }
                .clients_item_top { display: flex; width: 100%; align-items: center; margin: 0 0 35px; }
                    .clients_item_img { width: 180px; height: 180px; margin: 0 30px 0 0; }
                        .clients_item_img img { width: 100%; height: 100%; border-radius: 20px 0 20px 0; }
                    .clients_item_right { width: calc(100% - 210px); box-sizing: border-box; padding: 15px 20px 15px 0; }
                        .clients_item_name { margin: 0 0 15px; font-size: 24px; color: #0a0404; font-weight: 700; line-height: 1.25; }
                        .clients_item_date { font-size: 18px; color: #a0a0a0; line-height: 1.25; }
                .clients_item_reviews { padding: 0 45px 20px; font-size: 18px; color: #0a0404; line-height: 1.25; }
        .owl-dots { position: absolute; left: 50%; bottom: -105px; display: flex; justify-content: center; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
            .owl-dot { margin: 0 5px; width: 50px; height: 50px; background: #f3f3f3; border-radius: 8px; position: relative; }
            .owl-dot.active:after { content: ''; position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px; background: #4dd90c; border-radius: 6px; }


.block10 { padding: 65px 0 290px; }
    .b10_list { display: flex; justify-content: space-between; }
        .b10_item { width: 16%; text-align: center; position: relative; }
            .b10_item:before { content: ''; position: absolute; width: 66px; height: 54px; background: url(../img/sheme_arrow.png) no-repeat 0 0; right: -28%; top: 82px; }
            .b10_item:last-child:before { display: none; content: none; }
            .b10_item_text { font-size: 24px; color: #0a0404; font-weight: 700; line-height: 1.25; }


.block11 { padding: 135px 0 396px; background: url(../img/map.png) no-repeat left bottom; background-size: 47% auto; }
    .block11 .b_title { color: #fff; margin: 0 0 205px; }
    .b11_row { width: 100%; display: flex; justify-content: flex-end; }
        .b11_contacts { text-align: right; }
            .b11_contacts_title { font-size: 24px; color: #fff; font-weight: 900; line-height: 1.25; margin: 0 0 30px; }
            .b11_contacts_adres { font-size: 24px; color: #fff; line-height: 1.25; margin: 0 0 5px; }
            .b11_contacts_phone { font-size: 48px; color: #fff; font-weight: 900; line-height: 1.25; }
                .b11_contacts_phone a { color: #fff; text-decoration: none; }
            .b11_contacts_phone.small { font-size: 24px; }


.footer { padding: 88px 0 20px; background: linear-gradient(to top, rgba(255,255,255,0.8), rgba(255,255,255,0)); }
    .f_row { display: flex; justify-content: space-between; }


.modal_wrap, .modal_good { width: 95%; max-width: 500px; background: #fff; padding: 60px 65px; box-shadow: 0 15px 35px rgba(20,20,20,.3); border-radius: 18px; }
    .modal_title { font-weight: 900; font-size: 36px; line-height: 1.25; text-align: center; margin: 0 0 45px; }
    .title_good { font-weight: 900; font-size: 24px; line-height: 1.25; text-align: center; }
    .modal_wrap .form_conf { margin: 58px 0 35px; }


.h_mob_btn_nav, .h_mob_bg_nav { display: none; }


.action_block { display: none; position: fixed; z-index: 51; left: 0; right: 0; bottom: 0; background: #4dd90c; padding: 10px 0 0; }
    .action_block_close { width: 20px; height: 20px; position: absolute; top: 10px; right: 10px; transform: rotate(45deg); cursor: pointer; }
        .action_block_close path { fill: #000; }
    .action_block_row { width: 670px; text-align: center; margin: 0 auto 0; position: relative; display: flex; align-items: center; justify-content: space-between; height: 70px; }
        .action_block_img { max-width: 170px; margin: -46px 0 0; }
            .action_block_img img { margin: 0; }
        .action_block_text { margin: 0 10px; max-width: 215px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #000; }
            .action_block_btn a { display: inline-block; white-space: nowrap; vertical-align: top; text-decoration: none; border-radius: 29px; outline: none; border: none; cursor: pointer; color: #0a0404; font-size: 14px; line-height: 17px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; padding: 17px 35px 16px; border-bottom: 5px solid #816122; border-radius: 12px; background: linear-gradient(to bottom, #fdd104, #bb941d); box-shadow: inset 0 0 15px rgb(255 255 255 / 15%);  }
            .action_block_btn a:hover { background: linear-gradient(to top, #fdd104, #bb941d); }
			.action_block_btn a:active { background: linear-gradient(to top, #fdd104, #bb941d); transform: translate(0px,4px); -webkit-transform: translate(0px,4px); border-bottom: 1px solid #816122; }


@media only screen and (max-width: 1599px) {
    
    body { background-size: 100% auto; }
    
    .container { max-width: 1070px; }
    .b_title { font-size: 40px; margin: 0 0 60px; }
    .b_desc { font-size: 18px; margin: 0 0 60px; }
    
    .input_row { margin: 0 0 30px; }
        .input_row input[type="text"] { height: 50px; padding: 12px 18px 14px; font-size: 18px; line-height: 22px; border-width: 1px; }
        .input_row textarea { padding: 12px 18px 14px; font-size: 18px; line-height: 22px; border-width: 1px; }
        .input_row label { font-size: 18px; line-height: 22px; left: 20px; top: 15px; }
    
    .h_logo a, .h_adres, .h_grafic, .h_phone_desc { font-size: 14px; }
    .h_logo a span { max-width: 170px; }
    .h_adres, .h_grafic { padding: 0 0 0 60px }
    .h_adres:before, .h_grafic:before { width: 46px; height: 46px; background-size: 100% 100%; margin: -23px 0 0; }
    .h_phone { font-size: 24px; }
    .h_call { height: 45px; }
    .h_call a { font-size: 12px; letter-spacing: 1px; padding: 12px 20px 11px; }
    .h_nav { padding: 20px 0 0; }
        .h_nav ul li a { font-size: 16px; }
    
    .block1 { min-height: 0; background-size: cover; padding: 370px 0 160px; }
        .block1 h1 { font-size: 40px; margin: 0 0 30px; }
        .b1_desc { font-size: 18px; margin: 0 0 60px; }
        .b1_btn a { font-size: 16px; padding: 24px 25px 23px; letter-spacing: 2px; }
    
    .block2 { padding: 70px 0 50px; background-size: 100% auto; }
        .about_wrap { max-width: 750px; }
            .about_text { padding: 70px 50px 50px; }
                .about_text:before { top: 35px; height: 4px; }
                .about_text p { font-size: 18px; margin: 0 0 22px; }
    
    .block3 { padding: 50px 0; }
        .production_item_img { height: 240px; margin: 0 0 15px; }
            .production_item_img img { max-height: 240px; }
        .production_item_name { font-size: 18px; line-height: 22px; height: 44px; }
    
    .block4 { padding: 0 0 100px; background-size: 100% auto; }
        .calculation_content { padding: 150px 7.66% 55px; }
            .calculation_title { padding: 24px 50px 25px; }
                .calculation_title b { font-size: 26px; }
                .calculation_title span { font-size: 18px; }
            .calculation_row_title { font-size: 18px; margin: 0 0 30px; }
            .calculation_row_inputs .input_row input[type="text"] { height: 40px; padding: 7px 18px 9px; }
        .input_row input[type="text"]:focus + label, .input_row textarea:focus + label, .input_row label.good { font-size: 14px; line-height: 17px; left: 0; top: -20px; }
        .calculation_row_inputs .input_row input[type="text"]:focus + label, .calculation_row_inputs .input_row label.good { top: -20px; }
        .calculation_row_radio { margin: 0 0 30px; font-size: 18px; }
            .calculation_row_radio .calculation_row_radio_btn { width: 40px; height: 40px; }
    .calculation_text_info { padding: 30px 0; font-size: 18px; max-width: 510px; }
    .form_conf label { font-size: 14px; }
        .form_conf_check { margin: 0 10px 0 0; }
        .form_conf_text { width: calc(100% - 30px); }
    .calculation_bottom_right { max-width: 260px; }
    button[type="submit"] { height: 65px; letter-spacing: 2px; padding: 12px 20px 10px; font-size: 16px; }
    
    .b5_item_num { font-size: 190px; line-height: 120px; height: 140px; }
    .b5_item_img { margin: 0 0 17px; }
    .b5_item_title { font-size: 18px; line-height: 22px; height: 66px; margin: 0 0 15px; }
    .b5_item_text { font-size: 18px; line-height: 22px; }
    
    .block6 { padding: 30px 0 0; min-height: 1000px; background-size: auto 100%; }
        .b6_row { padding: 0 4% 0 10%; }
            .b6_text { font-size: 18px; }
            .price_list_form { max-width: 440px; }
                .price_list_form:before { background-size: 100% auto; width: 470px; height: 205px; left: -15px; top: -15px; right: -15px; }
                .price_list_form_title { padding: 50px 45px 35px; height: 175px; font-size: 18px; }
                    .price_list_form_title b { font-size: 30px; }
                .price_list_form_body { padding: 45px; }
                    .price_list_form_body .form_conf, .modal_wrap .form_conf { margin: 30px 0 25px; }
    
    .b7_item_img { margin: 0 0 7px; }
    .b7_item_title { font-size: 18px; }
    
    .block8 { background-size: 100% auto; }
        #gallery { max-width: 700px; }
    
    .block9 { background-size: 100% auto; }
        .clients_item { height: 320px; }
            .clients_item_top { margin: 0 0 20px; }
                .clients_item_img { width: 140px; height: 140px; margin: 0 20px 0 0; }
                .clients_item_right { width: calc(100% - 160px); }
                    .clients_item_name { font-size: 18px; margin: 0 0 5px; }
                .clients_item_date { font-size: 15px; }
            .clients_item_reviews { padding: 0 20px 20px; font-size: 15px; }
    
    .block10 { padding-bottom: 150px; }
        .b10_item:before { width: 33px; height: 27px; background-size: 100% 100%; top: 57px; }
        .b10_item_text { font-size: 18px; }
    
    .block11 { padding: 70px 0 296px; }
        .b11_contacts_title { font-size: 18px; margin: 0 0 22px; }
        .b11_contacts_adres { font-size: 18px; }
        .b11_contacts_phone { font-size: 38px; }
    
    .modal_wrap, .modal_good { max-width: 440px; padding: 40px 45px; }
        .modal_title { font-size: 30px; margin: 0 0 30px; }
    
    .owl-dots { bottom: -70px; }
        .owl-dot { width: 35px; height: 35px; }
    
}


@media only screen and (max-width: 1023px) {
    
    body { background-size: 1000px auto; }
    
    .h_top_row_left { display: flex; align-items: center; }
        .h_mob_btn_nav { display: block; width: 35px; height: 35px; margin: 0 20px 0 0; cursor: pointer; }
            .h_mob_btn_nav span { display: block; margin: 6px 0; height: 4px; width: 100%; background: #0a0404; border-radius: 3px; }
        .h_mob_bg_nav { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 120; }
        .h_nav, .header.fixed .h_nav { position: fixed; margin: 0; padding: 20px; width: 280px; box-sizing: border-box; background: #fff; left: -300px; top: 0; bottom: 0; z-index: 121; overflow: auto; }
            .h_nav ul { display: block; }
                .h_nav ul li { margin: 0 0 5px; }
            .h_nav .h_adres, .h_nav .h_grafic { margin: 25px 0 0; }
    
    .block1 { padding: 270px 0 130px; }
    
    .block2 { background: none; }
    
    .production_item { width: 33.3333%; }
    
    .calculation_top { flex-wrap: wrap; }
        .calculation_top_left { width: 100%; margin: 0; }
        .calculation_top_right { width: 100%; }
    .calculation_row_item { width: 30%; }
    
    .b5_item { width: 45%; }
    
    .b6_row { padding: 0; }
    
    .block8 { background: none; }
        .owl-prev { left: 15px; }
        .owl-next { right: 15px; }
    
    .block10 { padding-bottom: 65px; }
    
    .block11 { padding-bottom: 150px; }
        .block11 .b_title { margin: 0 0 80px; }
        .b11_contacts_phone.small { font-size: 18px; }
    
}


@media only screen and (max-width: 767px) {
    
    .b_title { font-size: 30px; margin: 0 0 40px; }
    .b_desc { margin: 0 0 40px; }
    
    .h_top { align-items: center; }
        .h_logo a span { display: none; }
    .h_call a { font-size: 11px; }
    
    .block1:before { height: 260px; }
    .block1 h1 { font-size: 30px; }
    
    .about_text { padding: 40px 30px 30px; }
        .about_text:before { top: 20px; }
    
    .production_list { justify-content: center; }
        .production_item { width: 50%; }
    
    .calculation_top_right { flex-wrap: wrap; }
        .calculation_row_item { width: 100%; }
    .calculation_form_row { flex-wrap: wrap; }
        .calculation_form_row .input_row { width: 100%; }
    .calculation_bottom_left { margin: 0 15px 0 0; }
    
    .b5_item { width: 100%; margin: 0 0 40px; }
        .b5_item_title { height: auto; }
    
    .block6 { padding: 30px 0 50px; min-height: 0; }
        .block6 .b_title { margin: 0 0 40px; }
        .b6_row { flex-wrap: wrap; justify-content: center; text-align: center; }
            .b6_text { margin: 0 0 30px; }
    
    .b7_list { justify-content: center; }
        .b7_item { width: 33%; }
    
    .b10_list { flex-wrap: wrap; justify-content: center; }
        .b10_item { width: 48%; margin: 0 1% 30px;  }
            .b10_item:before { content: none; display: none; }
    
    .block11 { background: none; }
        .b11_row { justify-content: center; }
            .b11_contacts { text-align: center; }
    
    .f_row { align-items: center; }
    
    .title_good { font-size: 18px; }
    
    .action_block_row { width: auto; padding: 0 15px; }
        .action_block_img { display: none; }
    .action_block_text { margin: 0 10px 0 0; }
	
}


@media only screen and (max-width: 479px) {
    
    .header { padding: 15px 0; }
        .h_phone { font-size: 15px; }
        .h_call { height: auto; }
            .h_call a, .h_call a:hover, .h_call a:active { padding: 0; border: none; background: none; box-shadow: none; text-decoration: underline; }
                .h_call a span { display: none; }
    
    .block1 h1, .b_title { font-size: 24px; }
    
    .production_item { width: 100%; }
    
    .calculation_title { padding: 24px 20px 25px; }
        .calculation_title b { font-size: 21px; }
    .calculation_bottom { display: block; }
        .calculation_bottom_left { margin: 0 0 30px; }
        .calculation_bottom_right { max-width: none; }
    
    .price_list_form:before { content: none; display: none; }
    .price_list_form_title { background: #fff; border-radius: 18px 18px 0 0; box-shadow: 0 0 15px rgba(20,20,20,.3); padding: 25px; height: auto; }
    .price_list_form_body { padding: 25px; }
    .form_conf { text-align: left; }
    
    .b7_item { width: 50%; margin: 0 0 30px; }
    
    .b11_contacts_phone { font-size: 30px; }
    
    .modal_wrap, .modal_good { padding: 25px; }
    
    .action_block { padding: 20px 0 10px; }
        .action_block_close { top: 5px; right: 5px; }
        .action_block_row { height: 42px; }
            .action_block_text { font-size: 13px; }
            .action_block_btn a { font-size: 13px; padding: 13px 25px; }
			
}


@media only screen and (max-width: 374px) {
    
    .modal_title, .price_list_form_title b { font-size: 24px; }
    .h_logo { max-width: 67px; }
    
    .calculation_row_inputs .input_row { width: 100%; }
    
    button[type="submit"] { font-size: 13px; }
    
    .owl-prev { width: 35px; height: 35px; background-position: left 13px center; margin: -17px 0 0; }
    .owl-next { width: 35px; height: 35px; background-position: right 13px center; margin: -17px 0 0; }
    
    .b10_item_text { font-size: 15px; }
    
}


