
*{vertical-align:baseline;font-weight:inherit;font-family:inherit;font-style:inherit;font-size:100%;border:0 none;outline:0;padding:0;margin:0;-webkit-appearance:none;appearance:none;}


@media (max-width:100000px) { /*to be collapsable in IDE =)*/
body{font-family:'PT Sans',sans-serif;color:#293a4f;}

body:has(#menu_toggle:checked) {
    overflow-y: hidden;
}
.mont{font-family:'Montserrat',sans-serif}
.clear{clear:both}
.wrap{width:1280px; margin:0 auto}

header{height:150px;background:#fff;z-index:3;position:relative}
header .wrap{display: grid;
             grid-template-columns: 160px 1fr auto; padding-top: 20px; margin:0 auto; max-width: 1280px;}
header .wrap .img {display: block;
    /* background:url(../img/logo2.jpg) center no-repeat; */
    /* background:url(../img/logo_new.png) center no-repeat; */
    background:url(../img/logo3-2.svg) center no-repeat;
    width:159px;height:95px; background-size: contain;}
header .wrap .txt {display: inline-block; font-size:18px; color:#011b38; line-height:20px; letter-spacing:.025em; height:95px; border-left:1px solid #b1b7bd; box-sizing:border-box; font-weight:500; vertical-align: middle; text-align: left; text-decoration: none;}
header .wrap .txt div {margin: 30px auto auto 10px;}


header .phone_block {width:100%; display: flex; flex-direction: column; align-items: end; justify-content: end;}
header .phone_block .right{ position: relative; display: flex; align-items: flex-end; width: fit-content; padding-right: 0.5em; /* border: 1px solid black; */ }
header .phone_block .ico{ background:url(../img/phone.svg) center no-repeat; /* background-color: magenta; */ height:2.55em;width:2.55em; border:2px solid #293a4f;border-radius:50%;background-size:30px;}
header .wrap .phone_block .right .numb { /* background-color: darkgreen; */ text-decoration: none; font-size:24px; font-weight:900; color:#293a4f; width: fit-content; display: flex; align-items: flex-end; }
header .phone_block .sm{ /* background-color: gray; */ display: block; position: absolute; left: 2.55em; bottom: 30px; text-decoration:none; font-size:16px; color:#1a1a1a; font-weight: 500; position:absolute; top: 0; left: 45px}
header .wrap .phone_block .right .numb { text-decoration: none; font-size:24px; font-weight:900; color:#293a4f; line-height:26px; white-space: nowrap; display: block }

header .wrap .phone_block .link{margin-top:10px; display: flex; flex-direction: row; justify-content: space-between;max-width:450px; height: 32px;}
header .wrap .phone_block .link a{width:180px;height:32px;background:#ffe400;text-align:center;font-size:12px;text-transform:uppercase;display:block;float:left;border-radius:25px;margin-left:10px;box-sizing:border-box;text-decoration:none;font-weight:700;color:#000;padding-top:7px}


a.anchor  {display: block; visibility: hidden; height: 10px; position: relative; top: -50px;}

nav {height:55px;background:#293a4f;overflow:hidden; position: sticky; top: 0; z-index: 1000;}
nav .wrap{width:1280px; margin:0 auto}
nav .intermed { display: flex; flex-direction: row; align-items: center; justify-content:center; color: #FFF; height: 50px; padding: 0em; }
nav .intermed .menu { display: flex; flex-direction: row; list-style-type: none; margin: 0; padding: 0;  justify-content: space-evenly; width: 100%;}
nav .intermed .menu > li { margin: 0 1em 0 1em; overflow: hidden;white-space: nowrap;font-size: calc(min(2vw, 24px));}
nav .intermed .menu > li a { text-decoration: none;  font-weight: 600;  }
nav .intermed .menu > li a       {color:#ffffff;transition: color .5s;}
nav .intermed .menu > li a:hover {color:#ffc601;transition: color .5s;}
nav .intermed .menu > li:first-child{margin-left: 0px;}
nav .intermed .menu > li:last-child{margin-right: 0px;}
nav .intermed .menu-button-container { display: none; height: 100%; width: 30px; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; }
nav .intermed .menu-button, .menu-button::before, .menu-button::after { display: block; background-color: #fff; position: absolute; height: 4px; width: 30px; transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1); border-radius: 2px; }
nav .intermed .menu-button::before { content: ''; margin-top: -8px; }
nav .intermed .menu-button::after { content: ''; margin-top: 8px; }
nav .intermed #menu_toggle { display: none; }


.headline {display: none;}
@keyframes fade-in {
    from { opacity: 0; display: none; height: 0; }
    to { opacity: 1; display: block; height: 100px; }
}

@keyframes fade-out {
    from { opacity: 1; display: block; height: 100px; }
    to { opacity: 0; display: none; height: 0; }
}


.headline.isinvisible {display: none;  animation: fade-out 0.5s ease; width: 100%; opacity: 0; height: 0;}
.headline.isvisible   {display: block; animation: fade-in  0.5s ease; width: 100%; opacity: 1; height: 100px;  position: fixed; top: 55px; left: 0; right: 0;font-size: 16px;z-index: 500;}

.headline.isvisible .hlwflex {height: 100%; display: flex; flex-direction: column;}
.headline.isvisible .hlwflex .headline_content{height: 40%; background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0.7));}
.headline.isvisible .hlwflex .headline_content .wrap {height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.headline.isvisible .hlwflex .headline_content .wrap .filler {flex-grow: 1;}
.headline.isvisible .hlwflex .headline_fade{height: 20%;background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0));}

.headline .wrap {margin: 0 auto;}


.headline a {text-decoration: none; font-size:24px; font-weight:900; color:#293a4f; line-height:26px; white-space: nowrap; display: block}
.headline a.or_link {width: 180px; height: 32px; background: #ffe400; text-align: center; font-size: 14px; text-transform: uppercase; display: flex; flex-direction: row; align-items: center; justify-content: center; border-radius: 25px; margin-left: 10px; box-sizing: border-box; text-decoration: none; font-weight: 700; color: #000; }

.head_block{background:url(../img/bg.jpg) center no-repeat;background-size:cover;height:713px}
.head_block .left{float:left;width:720px}
.head_block .left .big{font-size:38px;font-weight:700;color:#fff;margin-top:100px;line-height:58px}
.head_block .left .sm{font-size:20px;color:#011b38;background:#fff;height:43px;border-radius:3px;display:inline-block;font-weight:700;padding:8px 37px 0;box-sizing:border-box;margin:50px 0 100px}
.head_block .left .block_ico .item{float:left;width:130px;letter-spacing:.025em;margin-right:50px;text-align:center}
.head_block .left .block_ico .item .img{height:51px;width:85px;margin:0 auto 26px}
.head_block .left .block_ico .item .img.ic1{background:url(../img/head/1.png) center no-repeat;background-size: contain;}
.head_block .left .block_ico .item .img.ic2{background:url(../img/head/2.png) center no-repeat;background-size: contain;}
.head_block .left .block_ico .item .img.ic3{background:url(../img/head/3.png) center no-repeat;background-size: contain;}
.head_block .left .block_ico .item .img.ic4{background:url(../img/head/4.png) center no-repeat;background-size: contain;}
.head_block .left .block_ico .item .ttl{font-size:22px;font-weight:700;color:#fff}
.head_block .left .block_ico .item .desc{font-size:18px;color:#fff}
.head_block .right{float:right;margin-top:60px}
.sect{padding:95px 0 20px 0}
.sect .title{color:#2c2c2c;font-weight:700;text-align:center;font-size:32px;padding-bottom:40px}
.sect .title.white{color:#fff}
 .sect .title .subtitle{font-size: 18px; font-weight: 400; margin-top: 5px;}
.block_we_create .list_naves .item{width:380px;float:left;margin-right:70px;margin-bottom:60px;text-align:center}
.block_we_create .list_naves .item .img{width:380px;height:230px;border-radius:6px;background:#b3c1c3;position:relative;overflow:hidden;text-align:left;-webkit-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);    display: block;
    text-decoration: none;}
.block_we_create .list_naves .item:nth-child(3n){margin-right:0}
.block_we_create .list_naves .item .price{font-size:22px;font-weight:700;color:#1c2736;padding:20px 0}
.block_we_create .list_naves .item .or_link{width:200px;height:38px;background:#ffe400;border-radius:25px;display:block;margin:0 auto;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px;padding-top:10px;box-sizing:border-box}
.block_we_create .list_naves .item .img .gr{position:absolute;background:rgba(255,255,255,0);background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(30,41,53,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#1e2935',GradientType=0);left:0;right:0;bottom:0;height:100px;box-sizing:border-box;padding:47px 33px 33px;font-size:22px;color:#fff;font-weight:700;letter-spacing:.01em;z-index:2}
.block_we_create .list_naves .item .img .gr b{color:#ffe400}
.block_we_create .list_naves .item .bg{position:absolute;z-index:1;left:0;right:0;bottom:0;top:0;transition:.3s; background-size: cover !important;}
.block_we_create .list_naves .item .bg.in1{background:url(../img/made/in1-2.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in2{background:url(../img/made/in2-3.png) center no-repeat}
.block_we_create .list_naves .item .bg.in3{background:url(../img/made/in3-2.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in4{background:url(../img/made/in4-2.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in5{background:url(../img/made/in5.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in6{background:url(../img/made/in6.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in7{background:url(../img/made/in7.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in8{background:url(../img/made/in8.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in9{background:url(../img/made/in9.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in10{background:url(../img/made/in10.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in11{background:url(../img/made/in11.jpg) center no-repeat}
.block_we_create .list_naves .item .bg.in12{background:url(../img/made/in12_new.jpg) center no-repeat ;    background-size: cover;}
.block_we_create .list_naves .item.end{margin-bottom:0}
.block_we_create .list_naves .item:hover .bg{transform:scale(1.03,1.03)}
.block_info_dontknow{background:url(../img/naves.jpg) center no-repeat;background-size:cover;color:#fff}
.block_info_dontknow .white{color:#fff;padding-bottom:20px}
.block_info_dontknow .desca{text-align:center;color:#fff;width:580px;margin:0 auto;font-size:18px;line-height:28px}
.block_info_dontknow .desca b{font-weight:900;letter-spacing:.01em;color:#ffe400}
.block_info_dontknow .km{width:1054px;margin:48px auto 0}
.block_info_dontknow .left{float:left;width:480px;text-align:center}
.block_info_dontknow .left .ins{font-size:22px;padding-bottom:20px}
.block_info_dontknow .left .list_podb .item{width:140px;height:140px;background:#fff;border-radius:6px;float:left;margin-right:30px;color:#000;font-size:16px}
.block_info_dontknow .left .list_podb .item:nth-child(3){margin-right:0}
.block_info_dontknow .left .list_podb .item:nth-child(4){margin-left:70px;margin-top:20px}
.block_info_dontknow .left .list_podb .item:nth-child(5){margin-top:20px}
.block_info_dontknow .left .list_podb .item .img{height:60px;width:60px;margin:19px auto 13px}
.block_info_dontknow .left .list_podb .item .img.bg1{background:url(../img/ic1/1.svg) center no-repeat}
.block_info_dontknow .left .list_podb .item .img.bg2{background:url(../img/ic1/2.svg) center no-repeat}
.block_info_dontknow .left .list_podb .item .img.bg3{background:url(../img/ic1/3.svg) center no-repeat}
.block_info_dontknow .left .list_podb .item .img.bg4{background:url(../img/ic1/4.svg) center no-repeat}
.block_info_dontknow .left .list_podb .item .img.bg5{background:url(../img/ic1/5.svg) center no-repeat}
.block_info_dontknow .left .list_podb .item .desc{padding:0 7px}
.block_info_dontknow .right{float:right;width:440px}
.list_material .item{float:left;width:25%;text-align:center}
.list_material .item .img{width:160px;height:160px;margin:0 auto 40px}
.list_material .item .img.bg1{background:url(../img/ic2/1.jpg) center no-repeat}
.list_material .item .img.bg2{background:url(../img/ic2/2.jpg) center no-repeat}
.list_material .item .img.bg3{background:url(../img/ic2/3.jpg) center no-repeat}
.list_material .item .img.bg4{background:url(../img/ic2/4.jpg) center no-repeat}
.list_material .item .info{font-size:18px;text-transform:uppercase;font-weight:700;color:#000}
.list_material .item .line{width:93px;height:3px;background:#f24841;margin:25px auto}
.list_material .item .price{font-size:18px;color:#1c2736;padding-bottom:15px}
.list_material .item .or_link{width:200px;height:38px;background:#ffe400;border-radius:25px;display:block;margin:0 auto;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px;padding-top:10px;box-sizing:border-box}
.block_zd_maket{background:#faf9f9}
.block_our_work{background:#def6fe}
.block_our_work .list_work .item{width:1200px;margin:0 auto 100px;display:flex;}
.block_our_work .list_work .item:last-child{margin-bottom:0}
.block_our_work .list_work .item .left{width:540px;float:left}
.block_our_work .list_work .item .left .big{display:block;width:100%;border-radius:8px;height:345px;position:relative;overflow:hidden}
.block_our_work .list_work .item .left .big:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(5,6,44,0.7) url(../img/lupka.svg) center no-repeat;transition:.3s;background-size:45px;opacity:0}
.block_our_work .list_work .item .left .big:hover:before{opacity:1}
.block_our_work .list_work .item .left .prevs{margin-top:20px}
.block_our_work .list_work .item .left .prevs a{display:block;float:left;width:112px;height:112px;margin-right:30px;border-radius:4px;position:relative;overflow:hidden}
.block_our_work .list_work .item .left .prevs a:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(5,6,44,0.7) url(../img/lupka.svg) center no-repeat;transition:.3s;background-size:30px;opacity:0}
.block_our_work .list_work .item .left .prevs a:hover:before{opacity:1}
.block_our_work .list_work .item .left .prevs a:last-child{margin-right:0}

.block_our_work .list_work .item .right{width:630px;float:right;color:#111;display:flex;flex-direction:column;padding-left: 2em;}
.block_our_work .list_work .item .right .name{font-size:22px;font-weight:700;padding-bottom:20px}
.block_our_work .list_work .item .right .info{font-size:16px;line-height:20px;margin-bottom:25px;}
.block_our_work .list_work .item .right .info b{font-weight:700}

.block_our_work .list_work .item .right .info {display: grid;grid-template-columns: 30% auto;}
.block_our_work .list_work .item .right .info span {text-align: left;margin-top: 0.25em;}
.block_our_work .list_work .item .right .info b { text-align: left; font-weight: bold; margin-top: 0.25em; }
.block_our_work .list_work .item .right .info span.full-width { grid-column: 1 / span 2; padding-top: 1em;}

/* .block_our_work .list_work .item .right *:has(+ .line_mat){flex-grow: 1; height: auto;} */

.block_our_work .list_work .item .right .spaceholder{flex-grow: 1; height: auto;}

.block_our_work .list_work .item .right .line_mat{background:#fff;padding:18px;border-radius:4px;}
.block_our_work .list_work .item .right .line_mat .smal{float:left;width:33.33%;font-size:16px;font-weight:700;padding-left:51px;box-sizing:border-box;background-size:contain!important}
.block_our_work .list_work .item .right .or_link{width:100%;height:50px;background:#ffe400;border-radius:25px;display:block;margin:0 auto;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:16px;padding-top:16px;box-sizing:border-box;text-align:center;margin-top:20px}
.block_our_work .list_work .item .right .line_mat .smal.ic1{background:url(../img/ic5/0.svg) left no-repeat}
.block_our_work .list_work .item .right .line_mat .smal.ic2{background:url(../img/ic5/2.svg) left no-repeat}
.block_our_work .list_work .item .right .line_mat .smal.ic3{background:url(../img/ic5/1.svg) left no-repeat}
.block_akcii{background:url(../img/naves.jpg) center no-repeat;background-size:cover}
.block_akcii .white{color:#fff}
.block_akcii .list_akc{width:710px;margin:0 auto}
.block_akcii .list_akc .item{width:320px;float:left;text-align:center;color:#fff}
.block_akcii .list_akc .item:nth-child(2){float:right}
.block_akcii .list_akc .item .ttl{font-size:18px;padding-bottom:20px}
.block_akcii .list_akc .item .ttl b{font-size:22px;font-weight:700;color:#ffe400;display:block}
.block_akcii .list_akc .item .price_none{font-size:18px}
.block_akcii .list_akc .item .img{width:320px;height:240px;background:#fff;border-radius:6px;margin-bottom:15px}
.block_akcii .list_akc .item .img.ic1{background:url(../img/aks1.jpg) center no-repeat;background-size:cover}
.block_akcii .list_akc .item .img.ic2{background:url(../img/aks2.jpg) center no-repeat;background-size:cover}
.block_akcii .list_akc .item .price{font-size:24px;padding-bottom:18px;padding-top:13px}
.block_akcii .list_akc .item .price b{font-weight:700;color:#ffe400}
.block_akcii .list_akc .item .or_link{width:200px;height:38px;background:#ffe400;border-radius:25px;display:block;margin:0 auto;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px;padding-top:10px;box-sizing:border-box}
.list_preim{width:950px;margin:0 auto}
.list_preim .left{float:left}
.list_preim .right{float:right}
.list_preim .item{margin-bottom:50px;width:420px}
.list_preim .item .ico{float:left;width:52px;height:52px;border:1px solid #ffe400;background-size:28px 28px!important;border-radius:50%}
.list_preim .item .txt{float:right;width:calc(100% - 70px)}
.list_preim .item .txt b{font-size:20px;color:#2b2b2b;font-weight:700;display:block;padding-bottom:10px}
.list_preim .item .ico.sm1{background:url(../img/ic3/1.svg) center no-repeat}
.list_preim .item .ico.sm2{background:url(../img/ic3/2.svg) center no-repeat}
.list_preim .item .ico.sm3{background:url(../img/ic3/3.svg) center no-repeat}
.list_preim .item .ico.sm4{background:url(../img/ic3/4.svg) center no-repeat}
.list_preim .item .ico.sm5{background:url(../img/ic3/5.svg) center no-repeat}
.list_preim .item .ico.sm6{background:url(../img/ic3/6.svg) center no-repeat}
.list_preim .item .ico.sm7{background:url(../img/ic3/7.svg) center no-repeat}
.list_preim .item .ico.sm8{background:url(../img/ic3/8.svg) center no-repeat}
.list_preim .item.end{margin-bottom:0}
.block_all_proizvod{background:url(../img/proiz.jpg) center no-repeat;background-size:cover}
.block_all_proizvod .left{float:left}
.block_all_proizvod .left .ttl{font-size:24px;color:#fff;font-weight:700;padding-bottom:5px}
.block_all_proizvod .left .list_photo{margin-bottom:26px}
.block_all_proizvod .left .list_photo.end{margin-bottom:0}
.block_all_proizvod .left .list_photo .big{width:450px;height:320px;background:#ccc;display:block;float:left;border-radius:8px;position:relative;overflow:hidden}
.block_all_proizvod .left .list_photo .big:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(5,6,44,0.7) url(../img/lupka.svg) center no-repeat;transition:.3s;background-size:45px;opacity:0}
.block_all_proizvod .left .list_photo .big:hover:before{opacity:1}
.block_all_proizvod .left .list_photo .prev{float:left;width:332px}
.block_all_proizvod .left .list_photo .prev .sm{width:154px;height:154px;display:block;background:#ccc;float:left;margin-left:12px;margin-bottom:12px;border-radius:4px;position:relative;overflow:hidden}
.block_all_proizvod .left .list_photo .prev .sm:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(5,6,44,0.7) url(../img/lupka.svg) center no-repeat;transition:.3s;background-size:45px;opacity:0}
.block_all_proizvod .left .list_photo .prev .sm:hover:before{opacity:1}
.block_all_proizvod .right{width:440px;float:right;margin-top:34px}
.block_all_proizvod .right .txt{font-size:16px;line-height:18px;letter-spacing:.01em;color:#fff}
.block_create_naves{background:#f3f3f4}
.block_create_naves .list_how_work .item{width:33.33%;float:left;margin-bottom:60px;box-sizing:border-box;text-align:center;padding:0 40px}
.top_none{padding-top:0}
.block_create_naves .list_how_work .item .bg{width:165px;height:165px;background:#fff;border-radius:50%;margin:0 auto 35px}
.block_create_naves .list_how_work .item .bg.img1{background:url(../img/man-4.png) center no-repeat;background-size: cover !important; background-position: 50% 30%;}
.block_create_naves .list_how_work .item .bg.img2{background:url(../img/how/2.jpg) center no-repeat}
.block_create_naves .list_how_work .item .bg.img3{background:url(../img/how/3.jpg) center no-repeat}
.block_create_naves .list_how_work .item .bg.img4{background:url(../img/how/4.webp) center no-repeat; background-size: cover !important;}
.block_create_naves .list_how_work .item .bg.img5{background:url(../img/how/5-2.jpg) center no-repeat; background-size: cover !important;}
.block_create_naves .list_how_work .item .bg.img6{background:url(../img/how/6.jpg) center no-repeat}
.block_create_naves .list_how_work .item .ttl{font-size:22px;color:#2b2b2b;font-weight:700;line-height:24px}
.block_create_naves .list_how_work .item .sm2{font-size:22px;font-weight:700;color:#f24841;line-height:24px;text-transform:uppercase}
.block_create_naves .list_how_work .item .sm3{font-size:22px;line-height:24px}
.block_create_naves .list_how_work .item .desc{font-size:16px;color:#000;line-height:24px;padding-top:15px}
.block_create_naves .list_how_work .item.end{margin-bottom:0}
.block_otziv_blag{background:url(../img/otz.jpg) center no-repeat;background-size:cover}
.block_all_quest{background:url(../img/quest.jpg) center no-repeat;background-size:cover}
.block_col .list_color{width:860px;margin:0 auto}
.block_col .list_color .item{width:16.66%;float:left;height:145px;text-align:center;font-size:18px;margin-bottom:30px}
.block_col .or_link{width:320px;height:50px;background:#ffe400;border-radius:25px;display:block;margin:0 auto;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:16px;padding-top:16px;box-sizing:border-box;text-align:center;margin-top:30px}
.block_col .list_color .item .bg{width:100px;height:100px;border-radius:50%;margin:0 auto 20px;background:#ccc}
.block_col .list_color .item .bg.col1{background:url(../img/ic4/1.jpg) center no-repeat}
.block_col .list_color .item .bg.col2{background:url(../img/ic4/2.jpg) center no-repeat}
.block_col .list_color .item .bg.col3{background:url(../img/ic4/3.jpg) center no-repeat}
.block_col .list_color .item .bg.col4{background:url(../img/ic4/4.jpg) center no-repeat}
.block_col .list_color .item .bg.col5{background:url(../img/ic4/5.jpg) center no-repeat}
.block_col .list_color .item .bg.col6{background:url(../img/ic4/6.jpg) center no-repeat}
.block_col .list_color .item .bg.col7{background:url(../img/ic4/7.jpg) center no-repeat}
.block_col .list_color .item .bg.col8{background:url(../img/ic4/8.jpg) center no-repeat}
.block_col .list_color .item .bg.col9{background:url(../img/ic4/9.jpg) center no-repeat}
.block_col .list_color .item .bg.col10{background:url(../img/ic4/10.jpg) center no-repeat}
.block_col .list_color .item .bg.col11{background:url(../img/ic4/11.jpg) center no-repeat}
.block_col .list_color .item .bg.col12{background:url(../img/ic4/12.jpg) center no-repeat}
.block_col .list_color .item .bg.col13{background:url(../img/ic4/13.jpg) center no-repeat}
.block_col .list_color .item .bg.col14{background:url(../img/ic4/14.jpg) center no-repeat}
.block_col .list_color .item .bg.col15{background:url(../img/ic4/15.jpg) center no-repeat}
.block_col .list_color .item .bg.col16{background:url(../img/ic4/16.jpg) center no-repeat}
.block_col .list_color .item .bg.col17{background:url(../img/ic4/17.jpg) center no-repeat}
.block_col .list_color .item .bg.col18{background:url(../img/ic4/18.jpg) center no-repeat}
.block_col .list_color .item .bg.col19{background:url(../img/ic4/19.jpg) center no-repeat}
.block_col .list_color .item .bg.col20{background:url(../img/ic4/20.jpg) center no-repeat}
.block_col .list_color .item .bg.col21{background:url(../img/ic4/21.jpg) center no-repeat}
.block_col .list_color .item .bg.col22{background:url(../img/ic4/22.jpg) center no-repeat}
.block_info_price{background:url(../img/head.jpg) center no-repeat;background-size:cover;height:480px;position:relative}
.block_info_price .mobile{background:url(../img/mobile.png) center no-repeat;width:311px;height:372px;position:absolute;bottom:0;right: 17%;}
.block_info_price .right{width:558px;height:417px;float:left;margin-left:140px;background:-moz-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);background:-webkit-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);background:linear-gradient(to right,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6141e30',endColorstr='#e6243b55',GradientType=1);margin-top:40px;border-radius:10px;padding-left:135px;box-sizing:border-box;padding-top:40px;color:#fff}
.block_info_price .right .ttl{font-size:34px;font-weight:900;text-transform:uppercase;line-height:36px;padding-bottom:20px}
.block_info_price .right .sm{font-size:24px;font-weight:700;padding-bottom:40px}
.block_info_price .right .desc{padding-left:79px;font-size:16px;color:#ffe400;line-height:18px;background:url(../img/check_nav.svg) left no-repeat;margin-left:45px}
.block_info_price .right .pphone{margin-left:100px;font-size:24px;font-weight:900;display:block;text-decoration:none;color:#fff;margin-top:40px}
.block_info_price .right .link_all{margin-left:100px}
.block_info_price .right .link_all a{display:inline-block;width:40px;height:40px;background-size:contain!important;margin-right:10px;margin-top:10px}
.block_info_price .right .link_all .viber{background:url(../img/soc1.jpg) center no-repeat}
.block_info_price .right .link_all .whatsup{background:url(../img/soc2.jpg) center no-repeat}
.block_info_price .right .link_all .telegr{background:url(../img/soc3.jpg) center no-repeat}

.list_otziv{text-align:center}
.list_otziv .item{display:inline-block;
    width: calc(210px * 0.75); height: calc(297px * 0.75);
    margin:10px 20px;background:#ccc;border:5px solid #ffe400; position:relative;}

.list_otziv .item:before{content:'';position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(5,6,44,0.7) url(../img/lupka.svg) center no-repeat;transition:.3s;background-size:45px;opacity:0}
.list_otziv .item:hover:before{opacity:1}
.list_otziv .item.opt {display: none;}


.block_otziv_blag .or_link{width:320px;height:50px;background:#ffe400;border-radius:25px;display:block;margin:0 auto;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:16px;padding-top:16px;box-sizing:border-box;text-align:center;margin-top:30px}
form{background:-moz-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);background:-webkit-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);background:linear-gradient(to right,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6141e30',endColorstr='#e6243b55',GradientType=1);border-radius:10px;width:440px;padding:30px 20px;position:relative;overflow:hidden;box-sizing:border-box}
.head_block form{height:590px;box-sizing:border-box}
form .ttl{font-size:20px;text-align:center;color:#fff;padding-bottom:10px}
form .ttl span{font-weight:900;text-transform:uppercase;color:#ffe400}
form .numb_line{margin-bottom:16px}
form .numb_line .numb{float:left;font-weight:700;color:#fff;font-size:30px;width:40px;margin-top:7px;line-height:30px}
form .numb_line .txx{font-size:15px;color:#fff;line-height:21px;width:calc(100% - 40px);float:left}
form .numb_line .txx span{font-weight:900;text-transform:uppercase}
form .phone,form .name{width:370px;height:45px;margin:0 auto;display:block;border-radius:25px;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;margin-bottom:20px}
form .submit{color:#2c2c2c; width:370px;height:45px;margin:0 auto;display:block;border-radius:25px;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;margin-top:20px;background:#ffe400;cursor:pointer}
form .white{position:absolute;bottom:0;right:0;left:0;background:#fff;height:215px;padding:30px 20px;box-sizing:border-box}
form .white .numb_line .txx{color:#141414}
form .white .numb_line.tris .numb{margin-top:13px}
form .white .numb_line .numb{color:#6c6c6b}
form .white .numb_line .txx span{color:#f24841}
form .cm{width:370px;margin:0 auto}
form .cm .inp{float:left;width:160px;margin-bottom:15px}
form .cm .inp.end{margin-bottom:0}
form .cm .inp.rs{float:right}
form .cm .inp label{float:left;font-size:16px;color:#fff;width:70px;margin-top:7px}
form .cm .inp input{float:right;width:90px;height:34px;border-radius:20px;font-size:14px;text-align:center}
form .cm .inp select{float:right;width:130px;height:34px;border-radius:30px;font-size:14px;text-align:center;display:block;-webkit-appearance:none;appearance:none;box-sizing:border-box;padding:0 30px 0 11px;background-image:url(../img/down.svg);background-repeat:no-repeat;background-size:10px;background-position:88% 50%}
form .cm .inp.sels{width:193px}
form .cm .inp.sels label{width:60px}
form .check{text-align:center;font-size:14px;color:#3e3e3e;cursor:pointer}
form .check input{background:url(../img/checked.png) top no-repeat;width:20px;height:16px;background-size:cover;display:inline-block;vertical-align:middle}
form .check input:checked{background:url(../img/checked.png) bottom no-repeat;background-size:cover;margin-top:-1px}
form .check label{display:inline-block;vertical-align:middle}
.block_info_dontknow form{background:#fff}
.block_info_dontknow form .ttl{text-align:center;color:#000;font-size:20px;font-weight:700}
.block_info_dontknow form .desc{font-size:15px;text-align:center;color:#000;width:260px;margin:0 auto 25px}
.block_info_dontknow form .phone{border:1px solid #c6c6c6}
.block_info_dontknow form .check{margin-top:15px}
.block_info_dontknow .right .mini{text-align:center;font-size:12px;margin-top:15px}
.block_zd_maket .right{float:right;width:440px}
.block_zd_maket form .ttl{text-align:center;color:#fff;line-height:24px;font-size:20px;font-weight:700}
.block_zd_maket form .desc{font-size:15px;text-align:center;color:#fff;width:260px;margin:0 auto 25px}
.block_zd_maket form .check{margin-top:20px}
.block_zd_maket .left{float:left;background:url(../images/stoim/3d.png) center no-repeat;background-size:cover;width:435px;height:325px}
.block_zd_maket .cent{float:left;width:384px;box-sizing:border-box;padding:0 20px;text-align:center}
.block_zd_maket .cent .title{padding-bottom:25px}
.block_zd_maket .cent .desc_s{font-size:18px;color:#2c2c2c;padding-bottom:60px}
.block_zd_maket .cent .bs{font-size:18px;font-weight:700;padding-bottom:40px}
.block_zd_maket .cent .made{font-size:22px;color:#2c2c2c;font-weight:900}
.block_all_proizvod form{background:none;padding:0;width:370px;margin-top:20px}
.block_all_proizvod form .phone,.block_all_proizvod form .name{margin-bottom:14px}
.block_all_proizvod form .submit{margin-top:14px}
.block_all_proizvod form .check{margin-top:14px}
.map_block{height:600px;background:#293a4f;position:relative;overflow:hidden;}
.map_block .mapwrapper {height: 600px; width:100%}
.map_block iframe {height: 600px;width:100%}
.map_block .wrap{position:absolute;top:10%;left:6vw;z-index:3;width:fit-content;}
.map_block .wrap .left{float:left;background:-moz-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);background:-webkit-linear-gradient(left,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);background:linear-gradient(to right,rgba(20,30,48,0.9) 0%,rgba(36,59,85,0.9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6141e30',endColorstr='#e6243b55',GradientType=1);width:400px;height:410px;border-radius:10px;box-sizing:border-box;padding:40px 50px;color:#fff;font-size:20px}
.map_block .wrap .left b{display:block;font-weight:700}
.map_block .wrap .left a{color:#fff;font-weight:400;text-decoration:none;display:block;}
.map_block .wrap .left .or_link{text-align:center;margin-top:25px;width:100%;height:38px;background:#ffe400;border-radius:25px;display:block;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px;padding-top:10px;box-sizing:border-box}
form .check.whited{color:#fff}
form .check.whited input{background:url(../img/checked_white.png) top no-repeat;background-size:cover}
form .check.whited input:checked{background:url(../img/checked_white.png) bottom no-repeat;background-size:cover;margin-top:-1px}
.block_all_quest .title{color:#fff;padding-bottom:20px}
.block_all_quest .desc{text-align:center;font-size:15px;color:#fff;margin-bottom:30px}
.block_all_quest form{background:none;padding:0;width:370px;margin:0 auto}
.block_all_quest form .check{margin-top:20px}
.block_all_quest form textarea{width:370px;height:120px;margin:0 auto;display:block;border-radius:25px;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;margin-bottom:20px;resize:none;padding:15px;box-sizing:border-box}
.contact{background:#f3f3f4}
.contact .wrap{position:relative}
.contact .maps_in{position:relative;height:549px;float:left;width:900px;overflow:hidden;-webkit-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);box-shadow:0 2px 27px 1px rgba(0,0,0,0.1)}
.contact .maps_in #map{position:absolute;left:0;right:0;bottom:0;top:0}
.contact .contact_info{font-size:15px}
.contact .contact_info .left{float:right;margin-top:-10px;width:310px}
.contact .contact_info b{display:block;font-weight:700;margin-top:15px}
.contact .contact_info a{display:block;color:#293a4f;text-decoration:none}
.contact .contact_info .block{float:left}
.all_price{background:url(../img/proiz.jpg) center no-repeat;background-size:cover;color:#fff}
.all_price .title{color:#fff}
.list_price_page{width:1030px;margin:0 auto}
.list_price_page .left{float:left;width:500px}
.list_price_page .right{float:right;width:500px}
.list_price_page .sm_ttl{font-size:21px;font-weight:700;color:#ffe400;display:block;padding-bottom:20px;width:340px;text-align:center;margin:0 auto}
.list_price_page .table{background:#fff;color:#000;font-size:14px;border-radius:5px;box-sizing:border-box;overflow:hidden}
.list_price_page .table .item.head_t{background:#ffe400;padding:9px;text-align:center;font-size:14px;font-weight:700;font-family:'Montserrat',sans-serif}
.list_price_page .table .line{padding:6px 30px}
.list_price_page .table .line .sm1{float:left;width:70%}
.list_price_page .table .line .sm2{float:left;width:10%}
.list_price_page .table .line .sm3{float:left;width:20%;text-align:right}
.list_price_page .table .line:nth-child(2n){background:#f7f7f7}
.head_block.ins_block .left .block_ico .item .ttl{font-size:19px}
.head_block.ins_block form .ttl{font-size:18px;line-height:20px}
/* .price_calc .title {font-size: 25px; text-align: center; padding: 0px 14.5vw;margin-bottom: 0.5em;} */
.price_calc .left form .ttl{font-weight:700;font-size:20px;padding-bottom:10px}
.price_calc .left form .cm{margin-bottom:20px}
.price_calc .left form .submit{color:#000;text-decoration:none;box-sizing:border-box;padding-top:13px}
.price_calc .list_inner_type .sam{width:33.333%;float:left;position:relative;height:76px; margin: 0 auto}
.price_calc .list_inner_type.list_roof .sam{width:25%;float:left;position:relative;height:76px; margin: 0 auto}
/* .price_calc .list_inner_type.list_roof .sam{width:33.33%;float:left;position:relative;height:76px;margin: 0px 10px;} */
.price_calc .list_inner_type .sam input{position:absolute;left:0;right:0;bottom:0;top:0;cursor:pointer;display:block;width:100%;height:100%;z-index:2}
.price_calc .list_inner_type .sam input:checked{border:2px solid #ffe400}
.price_calc .list_inner_type .sam label{position:absolute;left:0;right:0;bottom:0;top:-4px;cursor:pointer;z-index:1; margin-top: 10px;}

.price_calc .list_inner_type .sam label.ic1{background:url(../img/calc/1.png) top no-repeat}
.price_calc .list_inner_type .sam label.ic2{background:url(../img/calc/2.png) top no-repeat}
.price_calc .list_inner_type .sam label.ic3{background:url(../img/calc/3.png) top no-repeat}
.price_calc .list_inner_type .sam label.ic4{background:url(../img/calc/4.png) top no-repeat}
.price_calc .list_inner_type .sam label.ic5{background:url(../img/calc/5.png) top no-repeat}
.price_calc .list_inner_type .sam label.ic6{background:url(../img/calc/6.png) top no-repeat}
.price_calc .list_inner_type .sam label.ic7{background:url(../img/calc/7.png) top no-repeat}

.price_calc .list_inner_type .sam input{position:absolute;left:0;right:0;bottom:0;top:0;cursor:pointer;display:block;width:100%;height:100%;z-index:2}
.price_calc .list_inner_type .sam label.ic4{background:url(../img/calc/4.png) top no-repeat;}
.price_calc .list_inner_type .sam label.ic5{background:url(../img/calc/5.png) top no-repeat;}
.price_calc .list_inner_type .sam label.ic6{background:url(../img/calc/6.png) top no-repeat;}

.price_calc .list_inner_type .sam label.icf1{background:url(../img/calc/f1.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf2{background:url(../img/calc/f2.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf3{background:url(../img/calc/f3.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf4{background:url(../img/calc/f4.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf5{background:url(../img/calc/f5.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf6{background:url(../img/calc/f6.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf7{background:url(../img/calc/f7.png) top no-repeat;}
.price_calc .list_inner_type .sam label.icf8{background:url(../img/calc/f8.png) top no-repeat;}
.price_calc .list_inner_type.list_roof .sam label{background-color: white;height: 50px;}


.list_calc{width:980px;margin:0 auto}
.list_calc .left{width:440px;float:left}
.list_calc .right{width:440px;float:right;position:relative}
.blur { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
.list_calc .right .ttl{text-align:center;font-weight:700;font-size:20px}
.list_calc .right .bsg{position:absolute;left:0;right:0;bottom:0;top:0;background:#fff;opacity:.7;transition:.3s;content:'';z-index:4;}
.list_calc .right .table{background:#fff;color:#000;font-size:14px;border-radius:5px;box-sizing:border-box;overflow:hidden;margin-top:20px}
.list_calc .right .table .item.head_t{background:#ffe400;padding:6px 20px;font-size:14px;font-weight:700;font-family:'Montserrat',sans-serif}
.list_calc .right .table .line{padding:6px 20px}
.list_calc .right .table .line.bold{font-weight:700}
.list_calc .right .table .sm1{float:left;width:55%}
.list_calc .right .table .sm2{float:left;width:20%}
.list_calc .right .table .sm3{float:left;width:25%;text-align:right}
.list_calc .right .table .line:nth-child(2n){background:#f7f7f7}
.list_calc .right .check{margin-top:10px}
.list_calc .right form{background:none;padding:0;width:100%;margin-top:22px}
.list_calc .right form .phone{border:1px solid #c6c6c6}
.list_info_sl .item{width:380px;float:left;margin-right:70px;margin-bottom:60px;text-align:center;display:block;text-decoration:none}
.list_info_sl .item:nth-child(3n){margin-right:0}
.list_info_sl .item .img{width:380px;height:230px;border-radius:6px;background:#b3c1c3;position:relative;overflow:hidden;text-align:left;-webkit-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);box-shadow:0 2px 27px 1px rgba(0,0,0,0.1)}
.list_info_sl .item .img .gr{position:absolute;background:rgba(255,255,255,0);background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(30,41,53,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(30,41,53,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#1e2935',GradientType=0);left:0;right:0;bottom:0;height:100px;box-sizing:border-box;padding:47px 33px 33px;font-size:19px;color:#fff;font-weight:700;letter-spacing:.01em;z-index:2}
.list_info_sl .item .bg{position:absolute;z-index:1;left:0;right:0;bottom:0;top:0;transition:.3s}
.list_info_sl .item:hover .bg{transform:scale(1.03,1.03)}
.list_inner_naves{padding-bottom:30px}
/* .dop_complect{background:#f3f3f4}
.dop_complect .list_dop_compl .item{background:#fff;margin-bottom:40px;border-radius:5px;overflow:hidden;transition:.3s}
.dop_complect .list_dop_compl .item:last-child{margin-bottom:0}
.dop_complect .list_dop_compl .item:hover{-webkit-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 2px 27px 1px rgba(0,0,0,0.1);box-shadow:0 2px 27px 1px rgba(0,0,0,0.1)}
.dop_complect .list_dop_compl{width:1090px;margin:0 auto}
.dop_complect .list_dop_compl .item .cent{float:left;width:510px;box-sizing:border-box;padding:30px}
.dop_complect .list_dop_compl .item .cent .ttl{font-size:22px;font-weight:700;padding-bottom:20px}
.dop_complect .list_dop_compl .item .cent .dop_desc{font-size:16px;line-height:27px}
.dop_complect .list_dop_compl .item .right{float:right;width:270px;text-align:center;box-sizing:border-box;padding:35px 20px;height:250px;border-left:1px solid #f3f3f4}
.dop_complect .list_dop_compl .item .right .price{font-weight:700;font-size:23px;padding-bottom:5px}
.dop_complect .list_dop_compl .item .right .price_desc{font-size:13px;padding-bottom:15px}
.dop_complect .list_dop_compl .item .right .list_icon{text-align:left;font-size:14px;margin-left:30px}
.dop_complect .list_dop_compl .item .right .list_icon div{padding-left:35px;height:23px;margin-bottom:11px;box-sizing:border-box;padding-top:2px}
.dop_complect .list_dop_compl .item .right .list_icon .ic{background:url(../img/ica/002-settings.svg) left no-repeat}
.dop_complect .list_dop_compl .item .right .list_icon .ic2{background:url(../img/ica/001-coins.svg) left no-repeat;margin-bottom:0}
.dop_complect .list_dop_compl .item .right .or_link{width:200px;height:38px;background:#ffe400;border-radius:25px;display:block;margin:16px auto 0;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:14px;padding-top:10px;box-sizing:border-box}
.dop_complect .list_dop_compl .item .img{float:left;width:310px;height:250px;background:#ccc} */
footer{background:#1e2a3a;padding:60px 0;}
footer .wrap {position: relative;}
footer .sm1{float:left;width:370px;color:#fff}
footer .sm1 .ttl{font-size:22px;font-weight:700;text-transform:uppercase;padding-bottom:20px}
footer .sm1 .desc{font-size:14px;text-transform:uppercase}
footer ul{list-style:none}
footer ul li{display:block;margin-bottom:4px}
footer ul li a{display:block;font-size:18px;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:none}
footer ul li a:hover{color:#ffc601}
footer .sm2{float:left;margin-left:60px}
footer .sm3{float:left;margin-left:30px}
footer .sm4{float:left;margin-left:30px;}
footer .sm5{float:right;width:300px}


footer .wrap .sm5 {position: absolute; width: 300px; right: 0px; top: 0px; bottom: 0px;display: flex; flex-direction: column; align-content: end; justify-content: space-between;}
footer .sm5 .txt{text-align:right;font-size:14px;color:#fff;text-transform:uppercase;line-height:18px}


footer .sm5 .phone_block {width:100%; display: flex; flex-direction: column; align-items: end; justify-content: end; margin-top: 1em;}
footer .sm5 .phone_block .right{ position: relative; display: flex; align-items: flex-end; width: fit-content; padding-right: 0.5em;  }
footer .sm5 .phone_block .ico{ background:url(../img/phone_white.svg) center no-repeat; height:2.55em;width:2.55em; border:2px solid white;border-radius:50%;background-size:30px; margin-right: 1em;}
footer .sm5 .phone_block .right .numb {  text-decoration: none; font-size:24px; font-weight:900; color: #fff; width: fit-content; display: flex; align-items: flex-end; white-space: nowrap; display: block }
footer .sm5 .phone_block .sm{  display: block; position: absolute; left: 2.55em; bottom: 30px; text-decoration:none; font-size:16px; color: #fff; font-weight: 500; position:absolute; top: 0; left: 45px; margin-left: 1em;}


footer .sm5  .phone_block .link{margin-top:15px; display: flex; flex-direction: row; justify-content: space-between;max-width:450px; height: 32px;}
footer .sm5  .phone_block .link a{width:180px;height:32px;background:#ffe400;text-align:center;font-size:14px;text-transform:uppercase;display:block;float:left;border-radius:25px;margin-left:10px;box-sizing:border-box;text-decoration:none;font-weight:700;color:#000;padding-top:7px}



/* footer .sm5 .phone_block{width:380px;float:right;margin-top:50px}
footer .sm5 .phone_block .phone{text-decoration:none;display:block;padding-left:60px}
footer .sm5 .phone_block .phone .sm{text-decoration:none;font-size:14px;color:#fff}
footer .sm5 .phone_block .phone .right{float:right}
footer .sm5 .phone_block .phone .ico{height:40px;width:40px;border:2px solid #fff;border-radius:50%;background:url(../img/phone_white.svg) center no-repeat;background-size:22px;float:right;margin-right:20px}
footer .sm5 .phone_block .phone .numb{font-size:24px;font-weight:900;color:#fff;line-height:26px}
footer .sm5 .phone_block .link{margin-top:20px}
footer .sm5 .phone_block .link a{width:180px;height:32px;background:#ffe400;text-align:center;font-size:14px;text-transform:uppercase;display:block;float:left;border-radius:25px;margin-left:10px;box-sizing:border-box;text-decoration:none;font-weight:700;color:#000;padding-top:7px} */
.or_link,form .submit{transition:.3s}
.or_link:hover,form .submit:hover{background:#ffc601!important;border-color:#ffc601!important}
.head_line{position:fixed;background:#fff;z-index:100;width:100%;top:0;height:60px;display:none;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}
.head_line .link{margin-top:13px}
.head_line .link a{width:180px;height:32px;background:#ffe400;text-align:center;font-size:14px;text-transform:uppercase;display:block;float:left;border-radius:25px;margin-right:10px;box-sizing:border-box;text-decoration:none;font-weight:700;color:#000;padding-top:7px}
.head_line .phone{float:right;display:block;text-decoration:none}
.head_line .phone .ico{float:left;height:30px;width:30px;border:2px solid #293a4f;border-radius:50%;background:url(../img/phone.svg) center no-repeat;background-size:17px;margin-right:10px}
.head_line .phone .txt{font-size:24px;font-weight:900;color:#293a4f;line-height:26px;font-family:'Montserrat',sans-serif;margin-top:5px;float:right}
.vspl_block_form form{background:#fff}
.vspl_block_form form .ttl{color:#000;font-weight:700}
.vspl_block_form form .ttl b{display:block}
.vspl_block_form form .desc{font-size:14px;width:310px;margin:0 auto 20px}
.vspl_block_form form .check{margin-top:10px}
.vspl_block_form form .phone{border:1px solid #c6c6c6}
.vspl_block_form form .name{border:1px solid #c6c6c6}
.has-error{border:1px solid red!important;box-sizing:border-box!important;background-color: #ff9999;}
.vspl_form{background:#fff;padding:40px 50px;border-radius:6px}
.vspl_form .txt{font-size:24px;text-transform:uppercase;font-weight:700}
.vspl_form .line{width:93px;height:3px;background:#f24841;margin:17px auto}
.vspl_form .sm_txt{font-size:18px}
.thanks { text-align: center;}
.thanks .sm_tk { font-size: 32px; font-weight: 700; padding-bottom: 20px; }
.thanks .sm_tk2 {    font-size: 20px;}
.back_gr { background: #faf9f9}
#thanks_mail{position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;  background-color: rgba(0, 0, 0, 0.75); display: flex; flex-direction: row; align-items: center; justify-content: center;}
#thanks_mail{display: none;}
#thanks_mail .thx_ok,
#thanks_mail .thx_err {background-color: #faf9f9; border-radius: 20px;height:fit-content;width:30%; padding: 50px 30px; text-align: center;}
#thanks_mail .thx_err {display: none;}
#thanks_mail .thx_ok .sm_tk { font-size: 32px; font-weight: 700; padding-bottom: 20px; padding-top: 20px; }
#thanks_mail .sm_tk2 {font-size: 20px;}
#thanks_mail .thx_err .sm_tk { font-size: 32px; font-weight: 700; padding-bottom: 20px; padding-top: 20px; color: darkred;}


#thanks_mail .thx_err .err_detail::before,
#thanks_mail .thx_err .err_detail::after,
#thanks_mail .thx_err .err_detail {font-size: 14px; color: gray}
#thanks_mail .thx_err .err_detail::before { content: '('; margin: 0; padding: 0; padding-right: 0.02em;}
#thanks_mail .thx_err .err_detail::after { content: ')'; margin: 0; padding: 0; padding-left: 0.02em;}


.photocalc { display: inline-block; position: relative; }

.photocalc:hover::after,
.photocalc::after       { content: attr(data-title); position: absolute; left: 0; right: 0; bottom: 0px; z-index: 1; /* background: rgba(255, 228, 0, 0.42); */ background-color: #ffe400; color: #324660; text-align: center; font-family: Arial, sans-serif; font-size: 10px; padding: 3px; }

.photocalc::after { color: white; background: transparent; padding: 5px; }

div.scrollup { position: fixed; color: #fff; background-color: #286090; right: 8px; bottom: 0px; padding: 4px 10px; font-size: 20px; border-top-left-radius: 4px; border-top-right-radius: 4px; cursor: pointer; display: none; text-align: center; z-index: 10;}
div.scrollup:hover { background-color: #000;}

#yandexmap { width: 100%; }
.map_block .mapwrapper a { color:#eee;font-size:12px;position:absolute;top:14px; }
} /*end of base media*/




@media (max-width:1300px) {
    header .wrap,
    nav .wrap,
    .wrap {width:960px}

    nav .opt {display: none}
    .head_block .left{float:left;width:520px}
    .head_block .left .block_ico .item {scale: 0.75;}
    .head_block.ins_block form .ttl{font-size:17px;line-height:18px}
    form .numb_line .txx{font-size:14px;color:#fff;line-height:18px}
    form .numb_line .numb{float:left;font-weight:700;color:#fff;font-size:26px;width:34px;margin-top:4px;line-height:30px}
    form .phone,form .name{height:40px}
    form{width:400px}
    form .phone,form .name{width:340px}
    form .submit{width:340px}
    form .cm .inp label{float:left;font-size:14px;color:#fff;width:50px;margin-top:7px}
    form .cm .inp{float:left;width:150px;margin-bottom:10px}
    form .cm{width:340px;margin:0 auto}
    form .cm .inp.sels{width:180px}
    form .cm .inp select{float:right;width:120px;font-size:13px}
    form .numb_line{margin-bottom:12px}
    .head_block form{height:538px}
    .head_block .right{margin-top:40px}
    .head_block{height:613px}
    .head_block .left .big{font-size:33px;font-weight:700;margin-top:110px;line-height:44px}
    .sect .title{font-size:28px;padding-bottom:35px}
    
    .sect{padding:65px 0 20px 0}
    .head_block .left .sm{font-size:18px;height:38px;padding:8px 28px 0;margin:30px 0 80px}
    .head_block .left .block_ico .item .img{height:38px;width:55px;margin:0 auto 22px}
    .head_block .left .block_ico .item .ttl{font-size:19px}
    .head_block .left .block_ico .item .desc{font-size:15px}
    .head_block .left .block_ico .item{width:100px;letter-spacing:.025em;margin-right:30px}
    form .white{height:187px}
    form .check{font-size:12px}

    header{height:118px}
    .block_we_create .list_naves .item{width:300px;float:left;margin-right:30px;margin-bottom:50px;text-align:center}
    .block_we_create .list_naves .item .img{width:300px;height:200px}
    .block_we_create .list_naves .item .img .gr{padding:53px 33px 33px 24px;font-size:19px}
    .block_we_create .list_naves .item .price{font-size:19px;padding:14px 0 12px}
    .block_info_dontknow .km{width:100%}
    .block_info_dontknow .right{width:400px}
    .list_material .item .info{font-size:16px}
    .block_zd_maket .right{width:340px}
    .block_zd_maket .right form{width:100%}
    .block_zd_maket .right form .submit{width:100%}
    .block_zd_maket .right form .phone{width:100%}
    .block_zd_maket .cent .bs{font-size:16px;font-weight:700;padding-bottom:30px}
    .block_zd_maket .cent .desc_s{padding-bottom:33px}
    .block_zd_maket .left{float:left;background:url(../img/3dmaket.png) center no-repeat;width:295px;height:325px;background-size:contain}
    .block_zd_maket .cent{float:left;width:314px;margin-top:15px}
    .list_material .item .img{width:140px;height:140px;margin:0 auto 30px;background-size:contain!important}
    .block_our_work .list_work .item{width:100%}
    .block_our_work .list_work .item .left{width:410px}
    .block_our_work .list_work .item .right{width:510px}
    .block_our_work .list_work .item .left .big{height:285px}
    .list_preim{width:89%;margin:0 auto}
    .block_info_price .right{   width: 60%; padding: 4% 10% 4% 10%; margin-top: 1.5em; margin-right: auto; margin-left: 20%;}
    .block_info_price .mobile{right: 15px;}
    footer .sm5 .txt{display:none}
    .block_create_naves .list_how_work .item .sm2{font-size:19px}
    .block_create_naves .list_how_work .item .sm3{font-size:19px}
    .block_create_naves .list_how_work .item .desc{font-size:15px;color:#000;line-height:22px;padding-top:10px}
    .block_all_proizvod .left{float:left;width:450px}
    .block_all_proizvod .left .list_photo .prev{float:none;width:100%}
    .block_all_proizvod .left .list_photo .big{width:450px;height:270px;float:none}
    .block_our_work .list_work .item .left .prevs a{width:91px;height:91px;margin-right:15px}
    .block_our_work .list_work .item .right .name{padding-bottom: 0.5em;}
    .block_our_work .list_work .item .right .info{line-height: 95%; font-size: 90%;}
    .block_all_proizvod .left .list_photo .prev .sm:nth-child(4n){margin-right:0}
    .block_all_proizvod .left .list_photo .prev .sm{width:105px;height:104px;margin-left:0;margin-right:10px;margin-top:10px}
    .block_all_proizvod .right .txt{font-size:18px;line-height:21px}
    /* .dop_complect .list_dop_compl{width:100%}
    .dop_complect .list_dop_compl .item .img{width:260px}
    .dop_complect .list_dop_compl .item .cent{width:420px} */
    .list_calc{width:100%}
    .list_price_page{width:100%}
    .list_price_page .left{float:left;width:460px}
    .list_price_page .right{float:right;width:460px}
    .list_info_sl .item{width:306px;float:left;margin-right:20px;margin-bottom:60px}
    .list_info_sl .item .img{width:306px;height:210px}
    .list_info_sl .item .img .gr{padding:53px 33px 33px 20px;font-size:17px}
    .contact .maps_in{width:620px}
    .map_block .wrap {left: 2vw; scale: 0.85;}
}


@media (max-width:980px) {
    header .wrap,
    nav .wrap,
    .wrap{width:720px}

    header {padding-top: 40px; position:absolute; left:0; right:0;}
    header::after { margin: 0; padding: 0; display: block; height: 20px; }

    header .wrap{padding-top: 5px;}
    header .wrap .txt{visibility: hidden; overflow: hidden;}
    header .wrap .link{display:none}


    nav { height: fit-content; margin: 0; position: sticky; top: 0px; width: 100%;}
    nav:has(#menu_toggle:checked) {position:fixed; top: 0px; left: 0; right: 0px;}
    nav .intermed .menu { display: none; flex-direction: column; height: fit-content; position: relative; left: 0; right: 0; background: #293a4f; z-index: 999; padding-bottom: 100vh;}
    nav .intermed { height: 100%; min-height: 30px; vertical-align: top; flex-direction: column; align-items: center;}
    nav .intermed:has(#menu_toggle:checked) {align-items: center;}
    nav .intermed .menu-button-container { display: flex; flex-direction: column; align-items: start; position: relative; top: 0px; min-height: 30px; }
    nav .intermed .menu-button-container .menu-button,
    nav .intermed .menu-button-container .menu-button .menu-button::before,
    nav .intermed .menu-button-container .menu-button .menu-button::after { background-color: #fff; }
    nav .intermed #menu_toggle:checked + .menu-button-container .menu-button {top:15px;  background-color: #293a4f;}
    nav .intermed #menu_toggle:checked + .menu-button-container .menu-button::before { margin-top: 0px; transform: rotate(405deg); background-color: #fff;}
    nav .intermed #menu_toggle:checked + .menu-button-container .menu-button::after { margin-top: 0px; transform: rotate(-405deg); background-color: #fff;}
    nav .intermed #menu_toggle {display: none;}
    nav .intermed #menu_toggle:checked ~ .menu { display: flex; flex-direction: column; padding-top: 3em;}
    nav .intermed .menu li { margin: auto 0; font-size: min(5vw, 18px); height: fit-content; border-top: 1px solid white;line-height: 2.5em;}
    nav .intermed .menu li:first-child:before {border: 1px solid red; height: 1em;}
    nav .opt {display: none}
    nav .intermed #menu_toggle:checked ~ .menu li .opt {display: inline;}
    .headline.isinvisible {animation: fade-out 0.5s ease;width: 100%; opacity: 0; height: 0; display:none}
    .headline.isvisible { animation: fade-in 0.5s ease; height: 70px; opacity: 1; position: fixed; top: 30px; left: 0; right: 0;}
    .headline.isvisible a.or_link {height: fit-content; width: fit-content;padding: 0 5px;}
    nav {margin-bottom: 150px;}

    .head_block .left .big{font-size:28px;font-weight:700;margin-top:0; line-height:37px;text-align:center;padding-top:30px}
    .head_block .left{float:none;width:100%}
    .head_block .left .sm{font-size:18px;height:fit-content;padding:8px 28px;margin:20px auto;display:block;width:370px;text-align:center}
    .head_block .right{width:400px;float:none;margin:0 auto}
    .head_block .left .block_ico{display:none}
    .head_block{height:inherit;padding-bottom:50px;background:url(../img/cover_.jpg) 30% no-repeat;background-size:cover}

    .list_preim{width:100%}
    .list_preim .item{margin-bottom:40px;width:360px;font-size:14px}
    .list_preim .item .txt b{font-size:18px;padding-bottom:5px}
    .block_col .list_color{width:100%}
    .top_none{padding-top:0}
    .block_create_naves .list_how_work .item{width:50%}
    .list_how_work .clear{display:none}
    .list_how_work .clear:last-child{display:block}
    .block_create_naves .list_how_work .item.end{margin-bottom:60px}
    .block_create_naves .list_how_work .item{height:380px}
    .block_info_price .mobile{display: none; margin-left:0;left:120px}
    .block_info_price .right{scale: 0.9; padding: 2em;}
    .map_block .top .left{width:310px;height:360px;margin-top:75px;border-radius:10px;box-sizing:border-box;padding:30px 40px;color:#fff;font-size:18px}
    .block_we_create .list_naves .item{width:345px;float:left;margin-right:30px}
    .block_we_create .list_naves .item:nth-child(3n){margin-right:30px}
    .block_we_create .list_naves .item:nth-child(2n){margin-right:0}
    .block_we_create .list_naves .item .img{width:345px}
    .block_info_dontknow .left{float:none;width:480px;text-align:center;margin:0 auto 30px}
    .block_info_dontknow .left .ins{font-size:22px;padding-bottom:13px}
    .block_info_dontknow .km{margin:18px auto 0}
    .list_podb:after{clear:both;content:'';display:block}
    .block_info_dontknow .right{width:400px;float:none;margin:0 auto}
    .block_info_dontknow .left .list_podb .item:nth-child(4){margin-left:84px}
    .list_material .item .or_link{width:150px}
    .list_material .item .line{margin:15px auto}
    .sect .title{font-size:25px;padding-bottom:30px}
    .sect{padding:55px 0 20px 0}
    .block_zd_maket .left{display:none}
    .block_our_work .list_work .item{flex-direction: column; margin:10px auto 60px}
    .block_our_work .list_work .item:after {display: block; content: ' '; width: 50%; border-bottom: 1px solid gray; opacity: 0.5; margin-left: auto; margin-right: auto; height: 2em; }
    .block_our_work .list_work .item .left{width:530px;float:none;margin:0 auto 20px}
    .block_our_work .list_work .item .left:after{clear:both;display:block;content:''}
    .block_our_work .list_work .item .left .prevs {display: flex;justify-content: space-between;}
    .block_our_work .list_work .item .right{width:530px;float:none;margin:0 auto}
    .block_our_work .list_work .item .right .line_mat {padding-right: 0;}
    .block_our_work .list_work .item .right .line_mat {    display: flex; flex-direction: row; justify-content: space-between; height: 60px;}
    .block_our_work .list_work .item .right .line_mat .smal{ float:none; width:30%; font-size:13px; font-weight:700; padding-left:48px; box-sizing:border-box; background-size:contain !important; display:inline-block; margin-bottom:20px;}
    .block_our_work .list_work .item .right .info {grid-template-columns: auto auto;}
    .block_all_proizvod .right{width:100%;float:right;margin-top:14px}
    .block_all_proizvod .left{float:left;width:100%}
    .block_all_proizvod .left .list_photo .prev{float:left;width:240px;margin-left:20px}
    .block_all_proizvod div.form.non_bg { text-align: center; text-align: -webkit-center; };
    .block_col .list_color .item .bg{width:90px;height:90px;background-size:contain!important}
    .block_col .list_color .item{font-size:16px;margin-bottom:15px}
    .list_how_work{margin-bottom:-60px}
    .block_all_quest form textarea{width:340px;height:90px}
    footer .sm1{float:none;width:100%;color:#fff}
    footer .sm2{float:none;margin-left:0;width:100%;margin-top:30px;display:none}
    footer .sm3{float:none;margin-left:0;display:none}
    footer .sm4{float:none;margin-left:0;display:none}
    footer .sm5 .phone_block .phone{padding-left:0;width:281px}
    footer .sm5{float:left;width:100%}
    footer .sm5 .phone_block{width:380px;float:left;margin-top:20px}
    footer .sm5 .phone_block .phone .ico{float:left}
    .block_all_proizvod .left .list_photo .prev .sm{width:105px;height:111px;margin:0 15px 20px 0}
    .block_all_proizvod .left .list_photo .big{width:450px;height:240px;float:left}
    /* .dop_complect .list_dop_compl .item .img{width:200px;height:200px}
    .dop_complect .list_dop_compl .item .cent .ttl{font-size:19px;font-weight:700;padding-bottom:15px}
    .dop_complect .list_dop_compl .item .cent .dop_desc{font-size:14px;line-height:24px}
    .dop_complect .list_dop_compl .item .cent{width:420px;padding:20px}
    .dop_complect .list_dop_compl .item .right .price{font-weight:700;font-size:20px;padding-bottom:2px}
    .dop_complect .list_dop_compl .item .right .price_desc{font-size:12px;padding-bottom:11px}
    .dop_complect .list_dop_compl .item .right .list_icon{text-align:left;font-size:13px;margin-left:20px}
    .dop_complect .list_dop_compl .item .right .or_link{width:170px}
    .dop_complect .list_dop_compl .item .right{float:right;width:230px;text-align:center;box-sizing:border-box;padding:15px 10px;height:200px;border-left:1px solid #f3f3f4}
    .dop_complect .list_dop_compl .item{background:#fff;margin-bottom:18px} */
    .list_calc .left{width:400px;float:none;margin:0 auto 20px}
    .list_calc .right{width:440px;float:none;position:relative;margin:0 auto}
    /* .dop_complect .list_dop_compl .item .cent{width:290px} */
    .list_price_page .left{float:none;width:460px;margin:0 auto}
    .list_price_page .right{float:none;width:460px;margin:30px auto 0}
    .list_info_sl .item:nth-child(3n){margin-right:20px}
    .list_info_sl .item:nth-child(2n){margin-right:0}
    .list_info_sl .item .img{width:350px}
    .contact .maps_in{width:390px}
    .contact .contact_info .left{width:300px}
    .list_info_sl .item{width:350px;float:left;margin-right:20px;margin-bottom:40px}
    .head_line .link a{width:138px;height:26px;font-size:12px;margin-right:6px}
    .head_line .phone .txt{font-size:20px;margin-top:2px}
    .head_line .phone .ico{float:left;height:25px;width:25px;border:2px solid #293a4f;border-radius:50%;background:url(../img/phone.svg) center no-repeat;background-size:14px;margin-right:10px}
    .head_line{height:53px}
    .map_block .wrap {left:1vw;}
}
@media (max-width:730px) {

    header .wrap,
    nav .wrap,
    .wrap{width:90%;max-width:450px}
    .head_line{display:none!important}
    .block_akcii .list_akc{width:100%}

    header .wrap .phone_block .right .numb {font-size: min(20px, 5vw);}
    header .phone_block {align-items: center;margin-bottom: 5px;}
    .head_block .right{width:auto; justify-content: center;}
    .headline.isvisible .headline_content .wrap .phone {font-size: min(18px, 4vw);}
    .headline.isvisible .headline_content .wrap a.or_link {font-size: min(12px, 2.5vw); padding: 0 5px;}
    form{width:100%}
    .head_block .left .sm{font-size:16px;height:inherit;padding:5px 8px 6px;margin:16px auto;display:block;width:100%;text-align:center}
    .block_we_create .list_naves .item{width:100%;float:left;margin:0 0 30px!important}
    .block_we_create .list_naves .item .img{width:100%}
    .block_info_dontknow .desca{width:100%}
    .block_info_dontknow .left{width:100%}
    .block_info_dontknow .right{width:100%}
    .list_material .item{float:left;width:100%;text-align:center;margin-bottom:30px}
    .block_our_work .list_work .item{flex-direction: column;}
    .block_our_work .list_work .item .right{width:100%}
    .block_our_work .list_work .item .left{width:100%}
    .block_our_work .list_work .item .right .line_mat {display: flex; flex-direction: column; align-items: start;height: fit-content;}
    .block_our_work .list_work .item .right .line_mat .smal{ width: fit-content; font-size:13px; font-weight:700; padding-left:48px; box-sizing:border-box; background-size:contain !important; display:inline-block; margin-bottom:20px;}
    .block_all_proizvod .left .list_photo .big{width:100%}
    .head_block .left .big br{display:none}
    .head_block .left .big{font-size:24px;line-height:28px;padding-top:50px}
    .block_info_price .mobile{margin-left:0;left:-90px}
    .block_col .list_color .item{width:33.33%;float:left;height:131px}
    .block_col .or_link,.block_otziv_blag .or_link{width:100%;height:48px;font-size:14px;padding-top:15px}
    .block_create_naves .list_how_work .item .bg{width:110px;height:110px;margin:0 0 20px;background-size:contain!important}
    .block_create_naves .list_how_work .item .ttl{font-size:20px;line-height:20px}
    .block_create_naves .list_how_work .item .sm2{font-size:18px}
    .block_create_naves .list_how_work .item .sm3{font-size:18px;line-height:14px}
    .block_create_naves .list_how_work .item .desc{font-size:14px;color:#000;line-height:23px;padding-top:10px}
    .block_create_naves .list_how_work .item{width:100%;padding:0;height:inherit!important;text-align:left;margin-bottom:40px}
    .sect .title{font-size:22px;padding-bottom:23px;line-height:26px}
     .sect .title .subtitle{font-size: 15px; }
    .sect{padding:40px 0 20px 0}
    .block_all_quest form{width:100%}
    footer .sm1 .desc{font-size:12px}
    footer .sm1 .ttl{font-size:18px;padding-bottom:10px}
    footer .sm5 .phone_block .link a{float:none;display:block;margin-left:0;width:100%;margin-bottom:10px}
    /* .list_otziv .item{display:block;width:167px;height:240px;margin:0 auto 10px} */
    footer .sm5 .phone_block{width:100%}
    .block_all_proizvod form{width:100%}
    .list_preim .item{margin-bottom:20px;width:100%}
    .block_akcii .list_akc .item{width:100%}
    .block_akcii .list_akc .item .ttl b{font-size:17px}
    .block_akcii .list_akc .item .ttl{font-size:15px;padding-bottom:11px}
    .block_akcii .list_akc .item .img{width:100%;height:200px;background:#fff;border-radius:6px;margin-bottom:9px}
    .block_akcii .list_akc .item .price_none{display:none}
    .block_akcii .list_akc .item .price{font-size:20px;padding-bottom:9px;padding-top:7px}
    .block_akcii .list_akc .item .or_link{width:190px;height:35px;font-size:13px}
    .block_akcii .list_akc .item{margin-bottom:40px}
    .block_akcii .list_akc .item:nth-child(2){margin-bottom:0}
    .list_preim .item .txt b{font-size:16px}
    .list_preim .item{font-size:13px}
    .list_preim .item.end{margin-bottom:20px}
    .list_preim {display: flex; flex-direction: column; align-items: center;}
    .block_all_proizvod .left .ttl{font-size:16px;color:#fff;font-weight:400;padding-bottom:5px;text-align:center}
    .block_all_proizvod .left .list_photo .big{height:180px;float:none;margin-bottom:10px}
    .block_all_proizvod .left .list_photo .prev{float:none;width:100%;margin-left:0}
    .block_all_proizvod .left .list_photo .prev .sm:nth-child(2n){margin-right:0}
    .block_all_proizvod .left .list_photo .prev .sm{width:48%;height:91px;margin:0 4% 20px 0}
    .block_all_proizvod .left .list_photo{margin-bottom:0}
    .block_all_proizvod .right .txt{font-size:14px;line-height:17px}
    .block_all_proizvod .right{width:100%;float:right;margin-top:0}
    form .phone,form .name{width:100%;font-size:14px}
    form .check label{display:inline-block;vertical-align:middle;max-width:200px;text-align:left;padding-left:6px}
    .block_info_price .mobile{display:none}
    form .submit{width:100%;font-size:14px}
    .block_zd_maket .cent{float:none;width:100%;margin-top:0;padding:0;margin-bottom:20px}
    .block_zd_maket .cent .title{padding-bottom:10px}
    .block_zd_maket .cent .desc_s{font-size:15px;padding-bottom:13px}
    .block_zd_maket .cent .bs{font-size:14px;font-weight:700;padding-bottom:10px}
    .block_zd_maket .cent .made{font-size:17px}
    .block_zd_maket .right{width:100%}
    form{padding:20px 10px}
    .block_zd_maket form .ttl{text-align:center;color:#fff;line-height:18px;font-size:16px;font-weight:700;padding-bottom:5px}
    .block_zd_maket form .desc{font-size:14px;text-align:center;color:#fff;width:90%;margin:0 auto 15px}
    form .phone,form .name{height:34px;margin-bottom:15px}
    form .submit{font-size:14px;margin-top:15px;height:34px}
    .block_our_work .list_work .item .left .prevs a{width:23%;height:71px;margin-right:2%}
    .block_our_work .list_work .item .left .prevs{margin-top:10px}
    .block_our_work .list_work .item .right .name{font-size:17px;font-weight:700;padding-bottom:10px}
    .block_our_work .list_work .item .right .info{font-size:14px;line-height:17px;margin-bottom:15px}
    .block_our_work .list_work .item .right .or_link{width:100%;height:40px;font-size:13px;padding-top:11px;margin-top:10px}
    .block_our_work .list_work .item{margin:0 auto 30px}
    .block_info_dontknow .left{margin:0}
    .block_info_dontknow .desca{font-size:13px;line-height:18px}
    .block_info_dontknow .left .list_podb .item{width:45%;height:133px;background:#fff;border-radius:6px;float:left;margin:0 10% 20px 0 !important;color:#000;font-size:15px}
    .block_info_dontknow .left .list_podb .item:nth-child(2n){margin-right:0!important}
    .block_info_dontknow .left .list_podb .item:nth-child(5){display:none}
    .list_material .item .img{width:110px;height:110px;margin:0 auto 20px}
    .list_material .item .info{font-size:14px}
    .map_block .top{display:none}
    .block_all_quest form textarea{width:100%;height:90px;border-radius:10px;margin-bottom:15px}
    .block_all_quest .desc{font-size:14px;margin-bottom:10px}
    footer{padding:30px 0}
    footer .wrap .sm5 {display: none;}
    .top_none{padding-top:0}
    .block_info_price .right{width:100%;height:inherit;float:right;margin-right:0;padding-left:0;text-align:center}
    .block_info_price .right .ttl{font-size:22px;font-weight:900;text-transform:uppercase;line-height:26px;padding-bottom:10px}
    .block_info_price .right .sm{font-size:16px;font-weight:700;padding-bottom:20px}
    .block_info_price .right .desc{padding-left:0;font-size:14px;color:#ffe400;line-height:18px;background:none;margin-left:0}
    .block_info_price .right .pphone{margin-left:0;font-size:21px;font-weight:900;display:block;text-decoration:none;color:#fff;margin-top:10px}
    .block_info_price .right .link_all{margin-left:0;margin-bottom:30px}
    .block_info_price:after{content:'';clear:both;display:block}
    .block_info_price{height:inherit;padding-bottom:30px}
    .block_col .list_color .item .bg{width:80px;height:80px;background-size:contain!important;margin-bottom:10px}
    .block_col .list_color .item{font-size:14px;margin-bottom:0}
    header{top:0}
    /* .dop_complect .list_dop_compl .item .img{width:100%;height:170px;float:none}
    .dop_complect .list_dop_compl .item .cent{width:100%;float:none}
    .dop_complect .list_dop_compl .item .right{float:right;width:100%;text-align:center;box-sizing:border-box;padding:15px 10px;height:200px;border-left:none;border-top:1px solid #f3f3f4} */
    form .ttl{font-size:14px;text-align:center;color:#fff;padding-bottom:6px}
    form .numb_line .txx{font-size:12px;color:#fff;line-height:13px}
    form .numb_line .numb{float:left;font-weight:700;color:#fff;font-size:20px;width:27px;margin-top:3px;line-height:30px}
    form .white{padding:22px 20px}
    form .cm{width:100%;margin:0 auto}
    form .cm .inp{float:left;width:90px!important;margin-bottom:10px;text-align:left}
    .list_calc .left{width:100%}
    .price_calc .list_inner_type .sam label{background-size:contain!important}
    .price_calc .list_inner_type1 .sam1 label{background-size:contain!important}
    .price_calc .left form .ttl{font-weight:700;font-size:15px;padding-bottom:8px}
    .price_calc .left form .submit{padding-top:8px}
    .list_calc .right{width:100%}
    .list_calc .right .ttl{font-size:16px}
    .list_calc .right .table{font-size:12px}
    .list_calc .right .table .item.head_t{background:#ffe400;padding:6px 17px;font-size:10px}
    .list_calc .right .table .line{padding:6px 17px}
    .list_price_page .left{width:100%}
    .list_price_page .right{width:100%}
    .list_price_page .sm_ttl{font-size:16px;font-weight:700;color:#ffe400;display:block;padding-bottom:10px;width:100%}
    .list_price_page .table .item.head_t{padding:9px;font-size:12px}
    .list_price_page .table .line{padding:6px 10px}
    .contact .contact_info .left{width:100%}
    .contact .maps_in{width:100%;height:200px;margin-top:30px}
    .list_info_sl .item{width:100%;float:none;margin-right:0;margin-bottom:30px}
    .list_info_sl .item .img{width:100%}
    nav ul li.active{border-bottom:none}
    .vspl_block_form form .desc{font-size:13px;width:250px;margin:0 auto 20px}
    .vspl_block_form form{background:#fff;box-sizing:border-box}
    form .name {display: none;}

    .head_block .cm {display: none;}

    .head_block form {height: inherit;    }

    form .white { padding: 22px 20px; position: relative; margin-left: -10px; margin-right: -10px; margin-bottom: -25px; margin-top: 20px; }
    .fancybox-slide { padding: 14px !important; }
    * { -webkit-appearance: none !important;appearance: none !important;}

    header {height: min-content}
    header .wrap .img {width:300px; margin: 0 auto; margin-bottom: 0px;}
    header .wrap { display: flex; flex-direction: column; justify-content: left; }

    header .wrap .txt {display: none};

    header .wrap .phone_block { width: 100%; }
    header .wrap .phone_block .right{ margin-top: 0px; padding: 0; width: 50%; text-align: center; margin: 0 auto; padding-top: 10px; }
    header .wrap .phone_block .right .ico { display:none; }
    header .wrap .phone_block .right .sm { display:none; }
    .sect.block_our_work .list_work .item .right { padding: 0px; }
    .sect.block_our_work .list_work .item .right .info { scale: 0.9; padding-left: 0px; }

    .map_block {display: flex; flex-direction: column-reverse; align-items:center; height: fit-content; padding: 0;}

    .map_block .wrap {display: block; position: static; width: 100%; margin: 0; min-width: 100%;background:transparent}
    .map_block .wrap .left {padding: 15px;background: transparent; height: fit-content;}
    .map_block .wrap .left a.or_link {display: none;}
    .map_block .mapwrapper {width: 100%;position: relative;}
    .map_block .mapwrapper a { color:black;font-size:12px; position: absolute; z-index: 10;top: 0; }
}

.link_empty {
    color: inherit;
    text-decoration: none;
}






.km .sender { 
    width: 545px; 
    padding-right: 170px ;
    position: relative;
    
}
.km .form {
    position: relative;
}
.form-man {
    position: absolute;
    right: -150px;
    bottom: 0;
        height: 370px;
} 
 
.d-none {
    display: none;
}
 
 
 
/* Если нужно изменить только иконки (стрелки) */
.reviews-list .owl-prev span,
.reviews-list .owl-next span {
  color: white !important;
  font-size: 30px !important; /* размер стрелок */
}
 

/* Эффект при наведении */
.reviews-list .owl-prev:hover,
.reviews-list .owl-next:hover {
  background: none !important;
}
 
.reviews-list .item {
    display: block;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; / 
}

/* Задаем пропорции через padding-bottom */
.reviews-list .item {
    padding-bottom: 217%;  
}
@media (max-width:1300px) {
    .km .sender { 
        width: auto;  
        padding-right: 20px ;
    } 
    .km .form-man {
        display: none;
    } 
}
@media (max-width:730px) {
    .km .form-man { 
        height: 240px;
        right: -40px;
    } 
    .form-man-mobile { 
        height: 250px;
    margin: 0 auto; 
    display: flex;
}
.maket-mobile {
        display: block; 
        max-width: 100%;
}
}