@charset "utf-8";
/* CSS Document */


/* Typography
-----------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
/*  font: 14px/18px 'Roboto Condensed', sans-serif; */
  font-size:14px;
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: #555;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button,
input,
textarea{
  outline: none;
}


.container{
  width: 970px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

p{
  margin-bottom: 20px;
}



ul{
  list-style: none;
}


/* Style Form
-----------------------------------------------------------*/







/* Navigation
-----------------------------------------------------------*/



/* Header
-----------------------------------------------------------*/
.header{
  padding: 17px 0 20px;
  overflow: hidden;
}

.logo{
  float: left;
  vertical-align: top;
}

.contact-top{
  float: right;
  vertical-align: top;
}

.contact-phone{
  display: inline-block;
  vertical-align: top;
  margin: 6px 31px 0 0;
}


.contact-phone span{
  display: block;
  position: relative;
}

.date-bl{
  color: #005ea3;
  padding-left: 21px;
  margin-bottom: 8px;
}

.date-bl:before{
  content: ' ';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 13px;
  height: 13px;
  background: url('../img/sprite.png') -107px -8px no-repeat;
}


.phone-top{
  color: #595959;
  font:bold 30px/30px 'Roboto Condensed', sans-serif;
  margin-bottom: 8px;
}


.contact-phone .feedback-top{
  border-bottom: 1px dotted #008351;
  color: #008351;
  margin-left: 21px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.contact-phone .feedback-top:hover{
  border-bottom: none;
  padding-bottom: 1px;
}

.feedback-top:before{
  content: ' ';
  position: absolute;
  left: -20px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url('../img/sprite.png') -192px -8px no-repeat;
}


.btn-bl{
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.btn-top{
  text-decoration: none;
  background: #0fc07c;
background: -moz-linear-gradient(top,  #0fc07c 0%, #0cb574 23%, #018b57 82%, #018452 100%);
background: -webkit-linear-gradient(top,  #0fc07c 0%,#0cb574 23%,#018b57 82%,#018452 100%);
background: linear-gradient(to bottom,  #0fc07c 0%,#0cb574 23%,#018b57 82%,#018452 100%);
filter: none;
  display: inline-block;
  padding: 0px 15px 0 40px;
  color: #fff;
  height: 57px;
  font-size: 16px;
  margin-top: 19px;
  position: relative;
-webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.45);
box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.45);
}

.btn-top:before{
  content: ' ';
  position: absolute;
  left: 12px;
  top: 17px;
  width: 19px;
  height: 23px;
  background: url('../img/sprite.png') -136px -8px no-repeat;
}



.btn-top:hover{
  color: #fff;
  opacity: 0.8;
}


.btn-top>span{
  display: block;
  padding-left: 14px;
  border-left: 1px solid #04945d;
  line-height: 57px;
}


.btn-top>span>span{
  border-bottom: 1px dashed #fff;
  line-height: 16px;
}





/* Content
-----------------------------------------------------------*/
.navbar-header{
  display: none;
}


.nav{
  background: #016bc3;
background: -moz-linear-gradient(top,  #016bc3 0%, #0165ba 18%, #004e89 71%, #004377 100%);
background: -webkit-linear-gradient(top,  #016bc3 0%,#0165ba 18%,#004e89 71%,#004377 100%);
background: linear-gradient(to bottom,  #016bc3 0%,#0165ba 18%,#004e89 71%,#004377 100%);
filter: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.35);
}

.nav ul{
  text-align: center;
}

.nav ul>li{
  display: inline-block;
  color: #fff;
  line-height: 50px;
  border-left: 1px solid #2d83ca;

}


.nav ul li:last-child{
  border-right: 1px solid #004276;
}

.nav ul li a{
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 50px;
  font-size: 18px;
  border-left: 1px solid #004276;
  min-width: 150px;
}

.nav ul li a span{
  padding-bottom: 1px;
  display: inline-block;
  line-height: 20px;
}


.nav ul li ul{
  display: none;
}

.nav ul li:hover ul{
  display: block;
  position: absolute;
  top: 100%;
  z-index: 100;
  padding: 10px;
  background: #016bc3;
}

.nav ul li ul li{
  display: block;
  border: none;
  text-align: left;
}

.nav ul li ul li a{
  border: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.nav ul li ul li:last-child{
  border: none;
}

.nav ul li ul li a:hover{
  text-decoration: underline;
}


.nav ul li a:hover span{
  padding-bottom: 0;
  border-bottom: 1px dashed #fff;
}


.title-bl{
  background: #ecedf3;
  padding: 34px 0 23px;
  margin-bottom: 58px;
}


h1{
  text-transform: uppercase;
  color: #005ea3;
  display: block;
  text-align: center;
  font:30px/30px 'Roboto Condensed', sans-serif;
  margin-bottom: 40px;
}


h1 span{
  display: block;
  font:bold 53px/53px 'Roboto Condensed', sans-serif;
  margin-bottom: 13px;
}

.title-bl ul{
  text-align: center;
}

.title-bl ul li{
  display: inline-block;
  width: 306px;
  border: 2px solid #fff;
  background: #fff;
  margin: 0 4px 10px;
  vertical-align: top;
}


.title-bl ul li a{
  display: block;
  text-decoration: none;
  padding-bottom: 23px;
}

/*
.title-bl ul li span{
  display: inline-block;
  text-transform: uppercase;
  color: #008351;
  margin-top: 25px;
  border-bottom: 1px dashed #008351;
  font:bold 16px/16px 'Roboto Condensed', sans-serif;
}

.title-bl ul li a:hover span{
  padding-bottom: 1px;
  border-bottom: none;
}
*/

.title-web{
  display: block;
  text-transform: uppercase;
  font:36px/36px 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;

}

.title-web span{
  display: block;
  font:bold 48px/48px 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
}

.ready-made-solution .title-web{
  color: #008351;
  margin-bottom: 79px;
}


.list-ready-made{
  text-align: center;
}

.list-ready-made li{
  display: inline-block;
  width: 212px;
  border-bottom: 1px dashed #a2a9c2;
  margin: 0 10px 30px;
  padding-bottom: 20px;
  vertical-align: top;
  min-height: 135px;
  position: relative;
}

.list-ready-made li:before{
  position: absolute;
  width: 1px;
  height: 110px;
  border-right: 1px dashed #a2a9c2;
  right: -12px;
  top: 0px;
  content: " ";
}

.list-ready-made li a{
  color: #008351;
  text-decoration: none;
}

.list-ready-made ul:last-of-type li{
  border-bottom: none;
  margin-bottom: 14px;
}


.list-ready-made ul li:last-of-type:before{
  display: none;
}


.list-ready-made li a:hover{
  text-decoration: underline;
}


.list-ready-made li span{
  display: block;
  font:16px/22px 'Roboto Condensed', sans-serif;
  margin-top: 5px;
}

.ready-made-solution{
  margin-bottom: 0px;
}

.advantages{
  background: #004b88;
  padding: 42px 0 14px;
  margin-bottom: 39px;
}

.advantages .title-web{
  margin-bottom: 67px;
}

.advantages ul{
  text-align: center;
  color: #fff;
}


.advantages ul li{
  display: inline-block;
  width: 212px;
  margin: 0 10px 10px;
  line-height: 20px;
  font-size: 16px;
  vertical-align: top;
}


.img-advantages{
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto 21px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}


.img-advantages:before{
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 39px;
}


.img-advantages1:before{
  background: url('../img/sprite.png') no-repeat -1331px -8px;
  margin: -13px 0 0 -19px;
}


.img-advantages2:before{
  background: url('../img/sprite.png') no-repeat -1182px -8px;
  margin: -20px 0 0 -15px;
}


.img-advantages3:before{
  background: url('../img/sprite.png') no-repeat -1233px -8px;
  margin: -18px 0 0 -17px;
}


.img-advantages4:before{
  background: url('../img/sprite.png') no-repeat -1287px -8px;
  margin: -16px 0 0 -13px;
}




.line-adv{
  display: block;
  background: #fff;
  height: 2px;
  width: 27px;
  margin: 13px auto 17px;
}


.adv-banner {width:count(100% - 14px); padding:0px 7px; margin-top:13px; overflow:hidden; }
.adv-banner img {max-width:100%;}



.adv-warning, .a-warning {width:98.6%; margin:0px 0.7%; padding:20px 5%; text-align:center; font-size:25px; text-transform:uppercase; line-height:25px; color:#004b88; background:rgba(0,0,0,0.1); }
.adv-warning a, .a-warning a {display:block; margin-top:10px; font-size:18px; color:#008351; text-transform:none; text-decoration:none;}




.production{
  font:100 16px/24px 'Roboto Condensed', sans-serif;
  margin-bottom: 25px;
}

.production>.container>p{
  margin-bottom: 12px;
}

.production .container{
  max-width: 920px;
}

.production .title-web{
  color: #008351;
  margin-bottom: 32px;
}

.production-bl{
  border: 1px solid #cccfdc;
  overflow: hidden;
  padding: 47px 0 0px 25px;
  margin: 0px 0 12px;
}


.production-bl p{
  max-width: 566px;
  float: left;
}


.production-bl-img{
  float: right;
  margin: -47px -7px 0 0;
}


.production-bl2{
  border: 1px solid #cccfdc;
  overflow: hidden;
  padding: 19px 18px 16px;
  margin-bottom: 20px;
}

.production-bl2 .production-bl-img{
  float: left;
  margin: 0;
}

.production-bl2>div{
  margin-left: 266px;
}

.production-bl2 div li{
  position: relative;
  padding-left: 23px;
}


.production-bl2 div li:before{
  content: ' ';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 11px;
  height: 12px;
  background: url('../img/ok-ic.png') 0px 0px no-repeat;
}

.production-bl3 {
  overflow: hidden;
}

.production-bl3 .production-bl-img{
  margin: 7px 0 0;
  position: relative;
}


.production-bl3 .production-bl-img span{
  position: absolute;
  left: -59px;
  top: 50%;
  margin: -75px 0 0 0;
  width: 119px;
  height: 119px;
}


.production-bl3>p{
  max-width: 593px;
}


.coating-color{
  background: #004b88;
  padding: 42px 0 48px;
  margin-bottom: 38px;
}


.coating-color .title-web{
  font:30px/30px 'Roboto Condensed', sans-serif;
  margin-bottom: 40px;
}


.coating-color .title-web span{
  margin-bottom: 20px;
}


.coating-color ul{
  text-align: center;
}

.coating-color li{
  display: inline-block;
  width: 270px;
  border: 1px solid #cccfdc;
  padding: 23px 16px 7px;
  background: #fff;
  vertical-align: top;
  font-size: 16px;
  margin: 0 5px 15px;
}

.coating-color li span{
  display: block;
  margin-bottom: 5px;
}

.other-color{
  text-align: center;
  padding-bottom: 59px;
}


.title-other-color{
  color: #1c5492;
  font:18px/20px 'Roboto Condensed', sans-serif;
  margin-bottom: 46px;
  text-transform: uppercase;
  display: block;
}

.title-other-color span{
  font:30px/30px 'Roboto Condensed', sans-serif;
  display: block;
  margin-bottom: 21px;
}

.other-color-bl{
  display: block;
  width: 900px;
  margin: 0 auto 7px;
}


.other-color-bl span{
  display: inline-block;
  width: 124px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

.color-bl{
  color: #000;
}


.color-w{
  color: #fff;
}

.color1{
  background: #d1c895;
}

.color2{
  background: #f4b507;
}

.color3{
  background: #ea9f07;
}

.color4{
  background: #dac13e;
}

.color5{
  background: #b79261;
}

.color6{
  background: #e2d3ac;
}


.color7{
  background: #fefd0c;
}




.color8{
  background: #ada087;
}


.color9{
  background: #f2c709;
}

.color10{
  background: #c0a15e;
}


.color11{
  background: #ab9428;
}


.color12{
  background: #feb007;
}


.color13{
  background: #e4b609;
}


.color14{
  background: #ebb066;
}




.color15{
  background: #de8410;
}

.color16{
  background: #c35834;
}


.color17{
  background: #c94433;
}


.color18{
  background: #f98840;
}

.color19{
  background: #df6222;
}


.color20{
  background: #ec8333;
}


.color21{
  background: #d9735e;
}

.color22{
  background: #a83433;
}


.color23{
  background: #921533;
}

.color24{
  background: #7a293a;
}


.color25{
  background: #502f35;
}


.color26{
  background: #7d3e3c;
}


.color27{
  background: #872d35;
}


.color28{
  background: #cd9481;
}


.color29{
  background: #e6aab3;
}


.color30{
  background: #b24a3d;
}


.color31{
  background: #d25f6d;
}


.color32{
  background: #c41d2b;
}


.color33{
  background: #d87967;
}

.color34{
  background: #b92b56;
}


.color35{
  background: #926c93;
}


.color36{
  background: #9b4f61;
}


.color37{
  background: #d06a9b;
}


.color38{
  background: #77264b;
}


.color39{
  background: #a7919d;
}


.color40{
  background: #3d597d;
}


.color41{
  background: #243d89;
}


.color42{
  background: #264066;
}




.color43{
  background: #282c38;
}


.color44{
  background: #0a5393;
}


.color45{
  background: #326785;
}


.color46{
  background: #368ec3;
}


.color47{
  background: #2e3d62;
}

.color48{
  background: #7587a5;
}


.color49{
  background: #075c9c;
}


.color50{
  background: #1f969b;
}


.color51{
  background: #353568;
}


.color52{
  background: #57739c;
}


.color53{
  background: #729db8;
}


.color54{
  background: #418470;
}


.color55{
  background: #337a4b;
}


.color56{
  background: #36713f;
}


.color57{
  background: #5e634d;
}


.color58{
  background: #095455;
}


.color59{
  background: #195446;
}


.color60{
  background: #4a4d40;
}


.color61{
  background: #2e4537;
}


.color62{
  background: #527d45;
}


.color63{
  background: #83856a;
}


.color64{
  background: #544f40;
}


.color65{
  background: #0a735f;
}


.color66{
  background: #5c9254;
}


.color67{
  background: #5aa54e;
}


.color68{
  background: #b6d3b7;
}


.color69{
  background: #475848;
}


.color70{
  background: #93ab8d;
}


.color71{
  background: #079164;
}


.color72{
  background: #65814d;
}


.color73{
  background: #096b64;
}


.color74{
  background: #85c3c2;
}


.color75{
  background: #097c54;
}


.color76{
  background: #079269;
}


.color77{
  background: #4e9591;
}


.color78{
  background: #85b5b8;
}


.color79{
  background: #86939b;
}


.color80{
  background: #99a1aa;
}


.color81{
  background: #8f8a75;
}


.color82{
  background: #85857c;
}


.color83{
  background: #7d7f7e;
}


.color84{
  background: #847869;
}


.color85{
  background: #827353;
}

.color86{
  background: #666d65;
}


.color87{
  background: #61686e;
}


.color88{
  background: #686159;
}


.color89{
  background: #5b6066;
}


.color90{
  background: #454d53;
}


.color91{
  background: #3f4045;
}


.color92{
  background: #8c8f86;
}


.color93{
  background: #575a61;
}


.color94{
  background: #bcbcb3;
}


.color95{
  background: #889084;
}


.color96{
  background: #9c9884;
}


.color97{
  background: #cbd0d0;
}


.color98{
  background: #9f9da0;
}


.color99{
  background: #9da3a3;
}


.color101{
  background: #977e54;
}


.color102{
  background: #a77645;
}


.color103{
  background: #7d5b50;
}


.color104{
  background: #724038;
}


.color105{
  background: #584637;
}

.color106{
  background: #613e38;
}


.color107{
  background: #494041;
}


.color108{
  background: #b06a42;
}


.color109{
  background: #896553;
}


.color110{
  background: #5d4a3a;
}


.color111{
  background: #f0ebdd;
}


.color112{
  background: #dedfd9;
}


.color113{
  background: #fefefe;
}


.color114{
  background: #343434;
}


.color115{
  background: #070707;
}


.color116{
  background: #f4f3ef;
}


.color117{
  background: #2e2f35;
}


.color118{
  background: #f4f5f7;
}


.color119{
  background: #282529;
}

.color120{
  background: #d2d7d4;
}




.btn-catalog{
  text-decoration: none;
  background: #0fc07c;
background: -moz-linear-gradient(top,  #0fc07c 0%, #0cb574 23%, #018b57 82%, #018452 100%);
background: -webkit-linear-gradient(top,  #0fc07c 0%,#0cb574 23%,#018b57 82%,#018452 100%);
background: linear-gradient(to bottom,  #0fc07c 0%,#0cb574 23%,#018b57 82%,#018452 100%);
filter: none;
  display: inline-block;
  padding: 0px 40px 0 22px;
  color: #fff;
  height: 57px;
  font-size: 24px;
  margin-top: 19px;
  position: relative;
-webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.45);
box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.45);
text-align: center;
cursor:pointer;

}

.btn-catalog:before{
  content: ' ';
  position: absolute;
  right: 15px;
  top: 21px;
  width: 9px;
  height: 18px;
  background: url('../img/sprite.png') -1387px -8px no-repeat;
}



.btn-catalog:hover{
  color: #fff;
  opacity: 0.8;
}


.btn-catalog>span{
  display: block;
  padding-right: 14px;
  border-right: 1px solid #04945d;
  line-height: 57px;
}


.btn-catalog>span>span{
  border-bottom: 1px dashed #fff;
  line-height: 16px;
}


/* catalog-inner
-----------------------------------------------------------*/
.catalog-inner{
  text-align: center;
  color: #008351;
}


.title-catalog-inner{
  display: block;
  text-transform: uppercase;
  font:bold 48px/48px 'Roboto Condensed', sans-serif;
  color: #008351;
  margin-bottom: 37px;
}

.catalog-inner-nav{
/*  margin: 0 0 39px -97px; */
  margin: 0 0 39px 0px;
}


/*
.catalog-inner-nav a{
  display: inline-block;
  border-bottom: 1px dashed #0b62a4;
  color: #0b62a4;
  font-size: 16px;
  text-decoration: none;
  margin: 0 20px 10px;
}


.catalog-inner-nav a:hover{
  border-bottom: none;
  padding-bottom: 1px;
}

*/

.title-catalog-bl{
  display: block;
  font:bold 24px/24px 'Roboto Condensed', sans-serif;
  margin-bottom: 50px;
  color: #008351;
  text-transform: uppercase;
}


.catalog-inner-bl ul li{
  display: inline-block;
  width: 211px;
  margin: 0 11px 20px;
  vertical-align: top;
}


.catalog-inner-bl li a{
  color: #008351;
  font:16px/22px 'Roboto Condensed', sans-serif;
}

.catalog-inner-bl li a span{
  display: block;
  border: 1px solid #cccfdc;
  margin-bottom: 20px;
}




/*catalog_product----------------------------------------------*/

.catalog-product .title-catalog-bl{
  font:bold 24px/24px 'Roboto Condensed', sans-serif;
  text-transform: none;
  margin-bottom: 30px;
}



.catalog-product .title-catalog-inner{
  margin-bottom: 15px;
}


.catalog-product .catalog-inner-nav{
  margin: 0 0 23px;
}

.catalog-product-bl{
  text-align: left;
  margin-bottom: 39px;
}


.title-catalog-product{
  background: #edf0f5;
  display: block;
  padding: 0 0 0 17px;
  font:bold 24px/42px 'Roboto Condensed', sans-serif;
  color: #004b88;
  text-align: left;
  margin-bottom: 20px;
}

.catalog-product-cont{
  overflow: hidden;
  margin-bottom: 3px;
}


.img-product-cont{
  float: right;
}

.info-product{
  width: 295px;
  display: inline-block;
  color: #000;
  margin-right: 5px;
  vertical-align: top;
}

.info-product>span{
  font:bold 16px/22px 'Roboto Condensed', sans-serif;
  color: #0b62a4;
  margin-bottom: 5px;
  display: block;
}

.info-product p{
  margin-bottom: 4px;
  line-height: 20px;
}


.info-product>div{
  margin-bottom: 41px;
}


.info-product p span{
  color: #0b62a4;
}


.catalog-product-bl>p{
  color: #000;
  margin-bottom: 25px;
  line-height: 23px;
}

.scheme-img{
  display: block;
  margin-bottom: 10px;
  border: 1px solid #cccfdc;
}




/* СПБ */

.spb-blue { background: #004b88; padding: 32px 0px;}
.spb-blue .title-catalog-inner {color:#fff; font-size:40px; margin:0px;}

.portfolio.spb {min-height:430px;}

.spb-contacts .news { padding:0px;  margin-bottom:35px;}
.spb-contacts .news .title-catalog-inner { display:none; }
.spb-contacts .news .news-bl p { text-align:center; font-size:20px; font-weight:bold; line-height:1.3; margin:0px;}
.spb-contacts .news .news-bl p:first-child { display:none; }

.spb-contacts-img {text-align:center; padding:15px 0px; }
.spb-contacts-img img {max-width:100%; }

.block18 { background-color: #008351; margin-top:5px;}
.block18 .title-catalog-inner {display: inline-block; margin: 37px 0px; color:#fff; width:100%;}
.block18 .title-catalog-inner span {display:block; font-size:20px; font-weight:normal;  color:#fff;}

/* .block19 { margin-top:45px; } */


.page13 .contact-top {position: absolute; right: 0px;  top: 0px;}
.page13 .contact-phone .feedback-top {position: absolute; right: 25px; bottom: -20px;}
.page13 a.btn-top {margin-top:0px !important;}
.page13 .spb-phone a {display:inline-block; margin-top:5px; margin-bottom:12px; font-size:28px; font-weight:bold; color: #004b88; text-decoration:none;}
.page13 .logo img {max-height:90px; margin-top:5px;}

.page14 .contact-top {position: absolute; right: 0px;  top: 0px;}
.page14 .contact-phone .feedback-top {position: absolute; right: 25px; bottom: -20px;}
.page14 a.btn-top {margin-top:0px !important;}
.page14 .spb-phone a {display:inline-block; margin-top:5px; margin-bottom:12px; font-size:28px; font-weight:bold; color: #004b88; text-decoration:none;}
.page14 .logo img {max-height:90px; margin-top:5px;}



.portfolio-title-catalog-inner .title-catalog-inner {color:#004b88}

.spb-cat { position: relative; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;  align-items:stretch; margin:0px; margin-top:25px;  padding-top:25px;}
.spb-cat .spb-catitem { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; text-align:center; }
.spb-cat .spb-catitem span {display:block; margin:0px 5%; font-size:18px; font-weight:bold; color:#008351; text-transform:uppercase; }
.spb-cat .spb-catitem span.spb-catimg {overflow:hidden; margin-bottom:15px;}
.spb-cat .spb-catitem span.spb-catimg img {width:100%;}
.spb-cat .spb-catitem span.spb-catname { padding-bottom:10px; margin-bottom:30px;  border-bottom:dashed 1px; min-height:50px;}
.spb-cat .spb-catitem a  { text-decoration:none; }




/* Flexslider
-----------------------------------------------------------*/
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-pauseplay span{text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child{display: block;}
.flexslider {margin: 0; padding: 0;}

.slides > li {
  -webkit-backface-visibility: hidden;
  position: relative;
}

.main-slider {
  position: relative;
  zoom: 1;
  margin: -10px 0 0;
}


.main-slider li span{
  display: block;
  border: 1px solid #cccfdc;
  padding: 8px;
  max-width: 840px;
  margin: 0 auto 25px;
}


.main-slider li p{
  max-width: 840px;
  margin: 0 auto;
  color: #000;
  line-height: 24px;
}


.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}

.flex-direction-nav,
.flex-control-nav,
.flex-control-thumbs {
  display: none;
}


.main-slider .flex-direction-nav,
.carousel-flex .flex-direction-nav,
.link-flex  .flex-direction-nav,
.photo-gallery .flex-direction-nav{
  display: block;
}


/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.main-slider .flex-direction-nav a{
  text-decoration:none;
  display: block;
  width: 48px;
  height: 140px;
  margin: -105px 0 0;
  position: absolute;
  top: 50%;
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  background: #edf0f5;
}

.main-slider .flex-direction-nav a:before{
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -8px;
  width: 17px;
  height: 60px;
}



.flex-direction-nav .flex-prev:before{
  background: url('../img/sprite.png') no-repeat -41px -8px;
}




.flex-direction-nav .flex-prev {
  left: 6px;

}

.flex-direction-nav .flex-next {
  right: 6px;
}




.flex-direction-nav .flex-next:before{
  background: url('../img/sprite.png') no-repeat -74px -8px;
}



.city-link{
  margin: 30px 0 29px;
}



.city-link a{
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #0b62a4;
  color: #0b62a4;
  font-size: 16px;
  margin-right: 20px;
}


.city-link a:hover{
  border-bottom: none;
  padding-bottom: 1px;
}

.city-bl ul{
  word-spacing: -.36em;
  margin-left: -6px;
}


.city-bl li{
  word-spacing: normal;
  margin-left: 6px;
  display: inline-block;
  width: 472px;
  background: #edf0f5;
  padding: 14px 23px;
  color: #000;
  min-height: 317px;
  margin-bottom: 5px;
  vertical-align: top;
}

.city-bl li>span{
  color: #0b62a4;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}


.city-bl li>div{
  margin-bottom: 29px;
}

.city-bl li>div:last-child{
  margin-bottom: 0;
}


.city-bl li>div>p{
  margin-bottom: 6px;
}


.city-bl li>div>a{
  text-decoration: none;
  color: #0b62a4;
}


.city-bl li>div>a:hover{
  text-decoration: underline;
    color: #0b62a4;

}


.contact-web{
  background: #004b88;
  color: #fff;
  padding: 42px 0 62px;
  margin: -58px 0 58px;
}


.title-contact-web{
  display: block;
  text-transform: uppercase;
  font:bold 48px/48px 'Roboto Condensed', sans-serif;
  margin-bottom:68px;
  text-align: center;
}

.map{
  display: block;
  float: right;
  width: 618px;
  padding: 8px;
  background: #fff;
  vertical-align: top;
}

.contact-web-bl{
  overflow: hidden;
}

.contact-web-info{
  width: 290px;
  float: left;
  margin-top: -4px;
}


.contact-web-info div{
  margin-bottom: 21px;
}


.contact-web-info div p{
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.group .contact-form{
  width: 355px;
  padding: 0;
  background: #fff;
  margin-bottom: 60px;
}


.group .contact-form textarea{
  max-width: 100%;
  width: 100%;
  border: 1px solid #cccfdc;
  height: 102px;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  font:200 14px/18px 'Roboto Condensed', sans-serif;
}


textarea:-moz-placeholder { color: #000; }
textarea::-webkit-input-placeholder { color: #000; }


.news .title-catalog-inner{
  text-align: center;
}

.news-bl p{
  margin-bottom: 25px;
  padding: 0 17px;
  font-size: 16px;
  line-height: 20px;
}

.date-news{
  display: block;
  text-align: right;
  border-top: 1px solid #d8dee5;
  padding-top: 15px;
  margin-bottom: 30px;
  color: #666;
}

.news-bl .catalog-inner-nav{
  text-align: center;
  margin: 0 0 45px;
}

.other-news{
  background: #edf0f4;
  padding: 39px 0 25px;
  margin-bottom: 25px;
}


.list-news{
  padding: 0px 0 25px;
  margin-bottom: 25px;
}

.title-other-news{
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #008351;
  font:bold 24px/24px 'Roboto Condensed', sans-serif;
  margin-bottom: 35px;
}


.other-news-bl {
  clear:both;
}

.other-news-pic{  float:left;
  width:120px;
  height:120px;
  overflow:hidden;
  text-align:center;
  margin-right:25px;
  margin-bottom:15px;
  border:solid 5px white;
}

.other-news-pic img{
  height:120px;
  margin-left:-25%;
  margin-right:-25%;
}


.other-news-bl .title-catalog-product{
  font:bold 18px/42px 'Roboto Condensed', sans-serif;
  background: #cdd5de;
  padding-left: 12px;
  text-transform: none;
}

.other-news-bl p{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.other-date{
  overflow: hidden;
  margin-bottom: 17px;
}


.other-date span{
  float: left;
  color: #666;
}

.other-date a{
  float: right;
  text-decoration: none;
  border-bottom: 1px dashed #0b62a4;
  color: #0b62a4;
  font-size: 16px;
}

.other-date a:hover{
  border-bottom: none;
  padding-bottom: 1px;
  color: #0b62a4;
}





/* Footer
-----------------------------------------------------------*/
.footer{
background: #eff0f5;
background: -moz-linear-gradient(top,  #eff0f5 0%, #ecedf2 19%, #e8ebf0 22%, #e8ebf2 26%, #e2e5ec 42%, #e2e5ee 44%, #d5d9e4 78%, #d1d5e1 100%);
background: -webkit-linear-gradient(top,  #eff0f5 0%,#ecedf2 19%,#e8ebf0 22%,#e8ebf2 26%,#e2e5ec 42%,#e2e5ee 44%,#d5d9e4 78%,#d1d5e1 100%);
background: linear-gradient(to bottom,  #eff0f5 0%,#ecedf2 19%,#e8ebf0 22%,#e8ebf2 26%,#e2e5ec 42%,#e2e5ee 44%,#d5d9e4 78%,#d1d5e1 100%);
filter: none;
  padding: 33px 0 28px;
}


.footer-nav{
  margin-bottom: 36px;
}

.footer-nav.center-nav{
  text-align:center;
}


.footer-nav>ul{
  display: table;
  width: 90%;
  margin:auto;
}

.footer-nav>ul>li{
  display: inline-block;
  vertical-align: top;
  width: 18%;
  display: table-cell;
  padding: 0 3px;
  text-align:left;
}



.footer-nav>ul>li:last-child{
  width:12%;
  margin-right: 0;
}


.footer-nav>ul>li>a{
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dashed #0b62a4;
  color: #0b62a4;
  margin-bottom: 10px;
  display: inline-block;
}


.footer-nav>ul>li>a:hover{
  border-bottom: none;
  padding-bottom: 1px;
}






.footer-nav>ul>li>ul>li>a{
  display: inline-block;
  padding-left: 13px;
  position: relative;
  text-decoration: none;
  margin-bottom: 7px;
}


.footer-nav>ul>li>ul>li>a:before{
  content: ' ';
  position: absolute;
  left: 0px;
  top: 5px;
  width: 5px;
  height: 9px;
  background: url('../img/sprite.png') -171px -8px no-repeat;
}

.web-footer{
  border-top: 1px solid #b2bbcf;
  padding: 17px 0 0 25px;
  color: #566079;
}

.web-politic {
  position:absolute;
  cursor:pointer;
  right:40px;
  bottom:0px;
  font-size:11px;}


.p-confirm {  font-size:11px;
  display:table;
  padding:0px 10px;
}


.popup__content{
  width: 434px;
  background: #dedede;
  color: #008351;
  margin: 0 auto;
  padding: 40px 40px 40px;
  text-align: center;
  max-height: 600px;
  overflow: auto;
}


.popup__content .btn-catalog{
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 24px;
  width: 258px;
}

.call-title{
  display: block;
  text-transform: uppercase;
  font:bold 42px/44px 'Roboto Condensed', sans-serif;
  margin-bottom: 40px;
}


.popup__content input{
  width: 100%;
  height: 46px;
  border: 1px solid #cccfdc;
  margin-bottom: 8px;
  padding: 0 15px;
  font:200 14px 'Roboto Condensed', sans-serif;
}


.p-confirm input{
  display:table-cell;
  vertical-align:middle;
  width: 20px;
  height: 20px;
  border: 1px solid #cccfdc;
  padding: 0 5px;
  margin-right:20px;
  font:200 14px 'Roboto Condensed', sans-serif;
}


.p-confirm label{
  display:table-cell;
  vertical-align:middle;
  padding-bottom:5px;
}


.white-popup{
  width: 434px;
  margin: 0 auto;
  position: relative;
}


/* Magnific popup plugin
-----------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }



.mfp-close {
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: -50px;
  top: -45px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: #08a166;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}




.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }



.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }



@media screen and (max-width: 1000px) {
.nav ul li a {min-width: 145px;}

}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* meadia style
-----------------------------------------------------------*/
@media only screen and (max-width: 1198px) {


}

@media only screen and (max-width: 990px) {

.portfolio.spb {
    min-height: unset !important;
}


.container{
  width: 760px;
}

.calculator .container{
  width: 96%;
  margin:0px 2%;
}

.calc-data-info iframe {	width:100% !important;}


.f-gates a:last-child { display:none !important;  }
.f-goals a:last-child { display:none !important;  }

.calc-area .calc-form .calc-form-line .line-name {line-height:1.2 !important;}
.calc-area .calc-form .calc-form-line .line-name span {margin-top:0px !important;}





.other-color-bl{
  width: 100%;
}

.logo{
  float: none;
  width: 390px;
  margin: 0 auto 20px;
}

.contact-top{
  float: none;
  text-align: center;
}


.contact-phone{
  text-align: left;
}


.nav ul li a{
  padding: 0 15px;
  min-width: 110px !important;
  font-size: 16px;
}

.page13 .contact-top {  position:relative;
}

.page13 .contact-phone .feedback-top {  display:none;}


.page14 .contact-top {
  position:relative;
}

.page14 .contact-phone .feedback-top {
  display:none;
}



h1 span,
.title-web span{
  font: bold 34px/34px 'Roboto Condensed', sans-serif
}

h1{
  font: 22px/22px 'Roboto Condensed', sans-serif;
}

.title-bl ul li{
  width: 235px;
  vertical-align: top;
}

.title-bl ul li span{
  font-size: 14px;
}


.title-bl {
    padding: 20px 0 30px;
    margin-bottom: 30px;
}


.list-ready-made li{
  width: 158px;
  min-height: 141px;

}

.list-ready-made li span{
  font-size: 15px;
  line-height: 17px;
}


.title-web{
  font: 28px/28px 'Roboto Condensed', sans-serif;
}


.advantages ul li{
  width: 157px;
}


.advantages ul li{
  font-size: 14px;
}


.advantages {
    padding: 25px 0 10px;
    margin-bottom: 25px;
}


.production .title-web{
  margin-bottom: 20px;
}


.production-bl p{
  width: 425px;
}


.production-bl3>p {
    max-width: 458px;
}


.production{
  margin-bottom: 10px;
}

.coating-color {
    padding: 25px 0 25px;
    margin-bottom: 25px;
}


.coating-color li{
  width: 230px;
  padding: 15px 10px 7px;
}


.coating-color .title-web span {
    margin-bottom: 10px;
}


.coating-color .title-web {
    font: 28px/28px 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
}


.title-other-color span {
    font: 28px/28px 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}


.title-other-color{
  margin-bottom: 25px;
}


.other-color{
  padding-bottom: 35px;
}


.footer-nav>ul>li{
  margin-right: 20px;
}


.title-catalog-inner{
  font: bold 40px/40px 'Roboto Condensed', sans-serif;
}

.img-product-cont{
  width: 200px;
}


.info-product{
  width: 260px;
  vertical-align: top;
}


.info-product>span{
  font-size: 15px;
}


.flex-direction-nav .flex-prev {
    left: 8px;
}


.flex-direction-nav .flex-next {
    right: 8px;
}


.city-bl li{
  width: 366px;
}

.map{
  width: 435px;
}


.contact-web {
    padding: 30px 0 31px;
    margin: -35px 0 33px;
}


.title-contact-web{
  font: bold 38px/38px 'Roboto Condensed', sans-serif;
  margin-bottom: 50px;
}







}



@media only screen and (max-width: 920px) {
.calc-area .flex-3x5 {display:block; width:100%; max-width:unset; flex:unset;}
.calc-area .flex-2x5 {display:block; width:100%; max-width:unset; flex:unset;}

.calc-area .flex-2x5 .flex-2x5 {-webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%;}
.calc-area .flex-2x5 .flex-3x5 {-webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%;}
.calc-area .flex-3x5 .flex-2x5 {-webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%;}
.calc-area .flex-3x5 .flex-3x5 {-webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%;}


.calc-area .calc-form { min-height: 320px !important; padding-right: 0px !important;  border-right: 0px !important; }
.calc-area .calc-comment, .calc-area .calc-privacy, .calc-area .calc-service-info, .calc-area .calc-result-buttons, .calc-area .calc-data-info {padding-left: 1% !important; padding-right: 1% !important; padding-top:25px ; margin-left:0px;}
.calc-area .calc-service-info {padding-left:5% !important; padding-right:5% !important; }


.calc-area .calc-form .calc-form-line .flex-3x5 {}

/* .page14 .catalog-product {display:none;} */

.calc-area .calc-form .calc-form-line .line-data sup:hover:after { right: -30px !important; }
.calc-area .calc-form .calc-form-line .line-data sup  {right: 0px !important;}
.calc-area .calc-form .calc-form-line .line-data sup.add-sup {right: -10.5% !important;}


}


@media only screen and (max-width: 767px) {

.container{
  width: 600px;
}


.adv-banner {width:100%; max-width: 500px; padding:0px; margin:auto; margin-top:13px; }
.adv-warning {width: 90%; margin: 0px 5%; font-size: 20px; line-height:1.3;}
.adv-warning a {font-size:16px;}
.adv-warning a span {display:block;}


.nav ul{
  margin-left: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #00487f;
}


.nav ul li{
  margin:0 0 10px;
  display: block;
  text-align: center;
  border: none;
  position: relative;
}

.nav li:before,
.nav li:after{
  display: none;
}


.nav ul li a{
  border: none;
}


.navbar-header{
  display: block;
  height: 40px;
}

.navbar-toggle{
  float: right;
  cursor: pointer;
  box-shadow: none;
  border: none;
  background: none;
  width: 30px;
  height: 40px;
}


.icon-bar {
  width: 100%;
  display: block;
  height: 4px;
  background: #fff;
  margin-bottom: 2px;
}

.nav .open-menu>ul{
  display: block;
  background: #00487f;
  z-index: 100;
  padding: 0px 0 10px;
}


.nav{
  padding: 0;
}


.nav ul li a{
  height: 30px;
}


h1 span, .title-web span {
    font: bold 26px/26px 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}

h1 {
    font: 19px/19px 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.title-bl {
    padding: 20px 0 20px;
    margin-bottom: 25px;
}



.ready-made-solution .title-web{
  margin-bottom: 30px;
}


.list-ready-made li {
    width: 120px;
    border-bottom: none;
}


.list-ready-made li span{
  font: 14px/18px 'Roboto Condensed', sans-serif;
}


.list-ready-made li:before{
  display: none;
}


.advantages .title-web {
    margin-bottom: 35px;
}


.advantages ul li {
    width: 190px;
}


.production-bl p{
  width: 100%;
}


.production-bl-img{
  float: none;
  margin: 0 auto;
  width: 288px;
  display: block;
}


.production-bl{
  padding: 19px 18px 16px;
}


.production-bl2 .production-bl-img{
  width: 200px;
}


.production-bl2>div {
    margin-left: 220px;
}


.production {
    font: 200 15px/21px 'Roboto Condensed', sans-serif;
}

.production-bl3 .production-bl-img{
  margin: 0 auto 15px;
  width: 230px;
}


.production-bl3>p{
  max-width: 100%;
}


.advantages{
  margin-bottom: 20px;
}


.production .title-web {
    margin-bottom: 15px;
}


.coating-color .title-web {
    font: 22px/22px 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}


.coating-color {
    padding: 17px 0 15px;
    margin-bottom: 15px;
}


.coating-color li {
    width: 180px;
    padding: 10px 1px 5px;
}


.title-other-color {
    font: 15px/15px 'Roboto Condensed', sans-serif;
}


.title-other-color span {
    font: 24px/24px 'Roboto Condensed', sans-serif;
    margin-bottom: 8px;
}


.footer-nav{
  text-align: center;
}


.footer-nav>ul>li>ul{
  text-align: left;
}

.footer-nav>ul>li{
  margin-bottom: 10px;
  text-align: left;
  display: block;
  width: 100%;
}



.catalog-inner-nav{
  margin: 0 0 20px;
}

.title-catalog-inner{
  font: bold 36px/36px 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}

.catalog-inner-nav a{
  margin: 0 15px 10px;
}


.title-catalog-bl{
  font: bold 20px/20px 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
}



.img-product-cont{
  width: 290px;
}


.main-slider .flex-direction-nav a{
  margin-top: -136px;
}


.city-bl li {
    width: 285px;
}


.contact-web-info{
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}


.map{
  width: 100%;
  float: none;
  display: block;
  margin: 0 auto;
}

.nav ul li:hover ul{
  display: none;
}

.nav .container ul .open-interesting-bl ul{
  display: block;
  position: relative;
  top: 100%;
  text-align: center;
  margin-top: 20px;
  background: #00487f;
}

.nav ul li ul li{
  text-align: center;
  margin: 0;
}


.nav ul li ul li a{
  margin-bottom: 0;
}



}

@media only screen and (max-width: 600px) {


.calc-area .calc-form .calc-form-line .line-name { font-size:16px; }
.calc-area .calc-form .calc-form-line .line-data .sub-line:first-child span {top:13px !important; }



.spb-cat .spb-catitem { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}


.container{
  width: 480px;
}


.contact-phone{
  margin: 0 auto 15px;
  display: block;
  max-width: 245px;
}


h1 span, .title-web span {
    font: bold 22px/22px 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}

h1 {
    font: 17px/17px 'Roboto Condensed', sans-serif;
}


.title-bl ul li{
  width: 270px;
  margin-bottom: 15px;
}


.list-ready-made li {
    width: 145px;
}


.title-web {
    font: 18px/18px 'Roboto Condensed', sans-serif;
}


.production {
    font: 200 14px/19px 'Roboto Condensed', sans-serif;
}





.production-bl2 .production-bl-img{
  width: 165px;
}


.production-bl2>div {
    margin-left: 180px;
}


.mfp-close{
  right: -14px;
  top: -14px;
}


.call-title {
    font: bold 39px/39px 'Roboto Condensed', sans-serif;
    margin-bottom: 23px;
}

.catalog-inner-bl ul li{
  width: 203px;
}


.title-catalog-inner {
    font: bold 32px/32px 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}



.catalog-inner-nav a {
    margin: 0 6px 10px;
    font-size: 14px;
}


.catalog-inner-nav {
    margin: 0 0 15px;
}


.img-product-cont{
  float: none;
  display: block;
  margin: 0 auto 15px;
}


.main-slider .flex-direction-nav a{
  height: 100px;
  margin-top: -130px;
}


.city-bl li{
  width: 100%;
  display: block;
  margin-left: 0;
  min-height: 100%;
}


.city-bl ul{
  margin-left: 0;
}


.title-contact-web {
    font: bold 30px/30px 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
}


.other-news{
  padding-top: 20px;
}

.title-other-news{
  margin-bottom: 20px;
  font: bold 20px/20px 'Roboto Condensed', sans-serif
}

.title-catalog-product{
  font: bold 20px/42px 'Roboto Condensed', sans-serif
}


.footer-nav>ul>li,
.footer-nav>ul>li:last-child{
  display: block;
  max-width: 300px;
  text-align: left;
  margin: 0 auto 10px;
}


}

@media only screen and (max-width: 479px) {


.adv-banner {width:100%; max-width: 270px; padding:0px; margin:auto; margin-top:13px; }
.adv-warning {width: 90%; margin: 0px 5%; font-size: 15px; line-height:1.3;}
.adv-warning a {font-size:13px;}


.calc-area .calc-form .calc-form-line .line-name { font-size:14px !important; font-weight:bold !important; }


.spb-cat .spb-catitem { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}


.container{
  width: 320px;
}

.logo{
  width: 280px;
}




.list-ready-made li {
    width: 120px;
}

.advantages ul li{
  width: 100%;
  margin: 0 0 15px;
}

.production-bl-img{
  width: 100%;
}


#wrapper{
  overflow: hidden;
}


.production-bl2 .production-bl-img{
  width: 100%;
  margin: 0 auto 15px;
  display: block;
  float: none;
  text-align: center;
}


.production-bl2>div{
  margin-left: 0;
}


.production-bl3 .production-bl-img span{
  width: 100px;
  height: 100%;
  left: -23px;
  margin-top: -50px;
}


.coating-color li {
    width: 230px;
}


.footer-nav>ul>li{
  display: block;
  text-align: left;
  margin: 0 0 10px;
}


.popup__content{
  width: 100%;
  padding: 20px;
}


.white-popup{
  width: 290px;
}


.mfp-close{
  right: -7px;
  top: -7px;
}


.call-title {
    font: bold 24px/24px 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}

.popup__content .btn-catalog{
  width: 250px;
}

.popup__content .btn-catalog{
  font-size: 20px;
}


.title-catalog-inner {
    font: bold 30px/30px 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}


.title-catalog-bl {
    font: bold 18px/18px 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}


.catalog-product .title-catalog-bl{
    font: bold 18px/18px 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.main-slider .flex-direction-nav a {
    height: 72px;
    margin-top: -155px;
    width: 35px;
}

.catalog-product-bl{
  margin-bottom: 20px;
}

.city-link{
  text-align: center;
}


.city-link a{
  margin-bottom: 10px;
}


.group .contact-form{
  width: 80%;
}


.contact-web{
  margin-bottom: 25px;
}


.title-contact-web {
    font: bold 26px/26px 'Roboto Condensed', sans-serif;
    margin-bottom: 27px;
}


.title-catalog-product {
    font: bold 18px/42px 'Roboto Condensed', sans-serif;
}




}




@media only screen and (max-width: 400px) {

.calc-area .calc-form .calc-form-line .line-name {
    font-size: 13px !important;
    font-weight: bold !important;
    padding-right: 2%;
}

.calc-area .calc-form .calc-form-line .line-data .sub-line span {font-size: 12px !important;}

.block19 .container { width: 320px;}


}



/* geokon */


.nav ul li a {min-width: 185px;}

.produce .title-catalog-bl {margin-bottom:20px; margin-top:30px;}

.wares  .title-catalog-inner {font-size:39px;}
.wares .info-product  {width:600px;}
.wares .info-product p b,strong {font-weight:normal; color:#0b62a4;}
.wares .info-product div {margin-bottom:25px; margin-left:20px;}
.wares .info-product-text {color:#333;}
.wares .info-product-text p {line-height: 23px;}
.wares .info-product-text b,strong {font-weight:bold; color:black;}

.title-catalog-product {text-transform:uppercase;}
.catalog-inner-nav a {cursor:pointer;}

.portfolio {min-height:530px;}
.portfolio-line {display:inline-block; width:90%; margin:25px 5%; height:1px; background-color:#666;}


/* Пэйджинация  */
.pagelinksline {clear:both; width:100%; float:left; margin-top:10px; border-top:2px dotted #c0c9ce;}
.pagelinks {float:left; clear:both; margin-bottom:10px; margin-left:5px; margin-right:5px; width:100%; padding-top:5px; }
.pagelinks p {float:left; padding:0px; padding-right:10px; padding-top:5px; margin:5px 0px; width:80px; line-height:16px;}
.pagelinks a {text-decoration:none; display:block; float:left; text-align:center; padding:5px; margin:5px 3px;  font-size:14px; background-color:#f0f7f5; line-height:15px;  height:25px; width:25px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}
.pagelinks b a {background-color:#004b88; color:white;}
.pagelinks a:hover {background-color:#0b62a4; color:white;}


/* Форма заказа */
.orderform {margin:auto; width:90%; padding:5%; background-color:#f0f0f0;}
.orderform p {width:29%; margin:2%; display: -moz-inline-stack; display:inline-block; vertical-align:text-top; zoom:1; *display:inline;}
.orderform p input {line-height:20px; padding:5px; font-size:16px;}
.orderform p.full {width:98.3%; }
.orderform p.full textarea {width:96%; height:100px; padding:5px; font-size:14px;}
.orderform a {display:block; text-decoration:none; margin:auto; color:#04945d; font-size:14px; text-align:center; margin-bottom:2%;}


.contact-web strong {color:white;}

.files .city-bl ul li {min-height:89px;}
.files .city-bl ul li span {color:black}
.files .city-bl ul li a {color: #0b62a4;}

.rewiew-slider .main-slider li span {display:table}
.rewiew-slider .main-slider li span div {max-width:45%; padding:1%; display:inline-block; vertical-align:top;}
.rewiew-slider .main-slider li span div h2 {text-align:left; padding-top:10px; padding-bottom:15px;}
.rewiew-slider .main-slider li span div h2 a {display:block; margin-top:5px; text-decoration:none; color:gray; font-size:13px; font-weight:normal}
.rewiew-slider .main-slider li span div img {vertical-align:top;}


.contact-web a {color:white;}
.contact-web-info .container {width:320px;}

.clear {clear:both;}
.n-zero {clear:both; display:block; padding-top:35px;}

.loading {width:100%; max-width:950px; height:120px; background:url(../img/loading.gif) 50% 50% no-repeat;  }
.cloading {width:60px; height:60px; background:url(../img/loading.gif) no-repeat;  }

.hidden {display:none !important;}

/* Согласие на cookie */
.cookie-warning {position:fixed; bottom:0px; width:100%; padding:25px 0px; background-color:#e1e5c1; z-index:10000;}
.cookie-warning .container {font-size:12px; text-align:center;}
.cookie-warning .container .btn-catalog {font-size: 18px; margin-top:19px; height: 43px;}
.cookie-warning .container .btn-catalog:before {top:14px;}
.cookie-warning .container .btn-catalog span {height: 43px; line-height: 43px;}


iner .btn-catalog span {height: 43px; line-height: 43px;}



/* Калькулятор ограждений */

/* Сетка */
.flex-container {position: relative; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items:center;}
.flex-container-top {position: relative; display: flex;  -ms-flex-wrap: wrap; flex-wrap: wrap; align-items:stretch;}
.flex-1 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.flex-1x2 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.flex-1x3 {-webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.3%; max-width: 33.3%;}
.flex-2x3 {-webkit-box-flex: 0; -ms-flex: 0 0 66.66666%; flex: 0 0 66.6%; max-width: 66.6%;}
.flex-1x4 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
.flex-3x4 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
.flex-1x5 {-webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
.flex-2x5 {-webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%;}
.flex-3x5 {-webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%;}
.flex-4x5 {-webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%;}
.flex-1x6 {-webkit-box-flex: 0; -ms-flex: 0 0 16.66666%; flex: 0 0 16.6%; max-width: 16.6%;}
.flex-5x6 {-webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.3%; max-width: 83.3%;}
.flex-1x8 {-webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%;}
.flex-3x8 {-webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; max-width: 37.5%;}
.flex-5x8 {-webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; max-width: 62.5%;}
.flex-7x8 {-webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; max-width: 62.5%;}
.flex-1x12 {-webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%;}
.flex-1x12 {-webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%;}



.calc-area {position:relative; margin-top:20px; margin-bottom:40px; padding-bottom:40px; border-bottom:solid 1px #ddd; }

   .calc-area p {margin-bottom:10px;}
   .calc-area p span {float:right; font-weight:600; color:#0b62a4;}

   .calc-area .calc-form {min-height:500px; padding-right:3%; text-align:left; border-right:solid 1px #e0e0e0;}
     .calc-area .calc-form .calc-form-line {margin-bottom:25px; font-size:18px;  font-weight:300; align-items:stretch;}

       .calc-area .calc-form .calc-form-line .line-name {display:inline-block; padding-left:35px; line-height:35px; }
         .calc-area .calc-form .calc-form-line .line-name:before {content: attr(data-count); position:absolute; left:0px; top:4px;  display:inline-block; line-height:30px; font-size:30px; color:#bbb; padding-right:10px; border-right:solid 1px #005ea3; margin-right:15px;}
         .calc-area .calc-form .calc-form-line .line-name span {display:block; margin-top:-10px;}

       .calc-area .calc-form .calc-form-line .line-data {position:relative; padding-right:10%;}

          .calc-area .calc-form .calc-form-line .line-data sup {position:absolute; right:5%; top:5px; cursor:pointer; width:30px; line-height:30px; height:30px; text-align:center; font-size:20px; background-color:#bbb; color:#fff; border-radius:50%;}
            .calc-area .calc-form .calc-form-line .line-data sup.add-sup {right:-5.3%; }
            .calc-area .calc-form .calc-form-line .line-data sup:hover {background-color:#0b62a4; color:#fff;}
              .calc-area .calc-form .calc-form-line .line-data sup:hover:after {content: attr(data-message); position:absolute; bottom:33px; right:-60px; line-height:15px; padding:15px; width:120px; font-size:12px; color:#000; background-color:#eee; z-index:4;}

          .calc-area .calc-form .calc-form-line .line-data .sub-line {position:relative; margin-bottom:5px;}
            .calc-area .calc-form .calc-form-line .line-data .sub-line:last-child {margin-bottom:0px;}
            .calc-area .calc-form .calc-form-line .line-data .sub-line span {position:absolute; display:inline-block; top: 3px; right:105%; font-size:15px; line-height:37px; white-space: nowrap;}


         .calc-area .calc-form .calc-form-line .line-data input[type="text"],
         .calc-area .calc-form .calc-form-line .line-data input[type="number"] {line-height:33px; padding-left:2%; max-width:80%; font-size:20px; border:solid 1px #ddd;  }

          input.input_fence_length {width:40%;}
          .calc-fence-length-type {display:inline-block; margin-left:10px; font-size:13px; }
            .calc-fence-length-type span {position:relative; display:block; cursor:pointer; color:#999; padding-left:20px; }
              .calc-fence-length-type span:before {content:""; position:absolute; left:0px; top:calc(50% - 7px); width:14px; height:14px; background-color:#ddd; }
            .calc-fence-length-type span.active {color:#008351; }
              .calc-fence-length-type span.active:before {background-color:#008351; }

         .calc-area .calc-form .calc-form-line .line-data a {display:inline-block; position:relative; cursor:pointer; padding:0px 7px; margin: 3px 0px; margin-right:5px; font-size:16px; min-width:35px; line-height:35px; background-color:#eee; border:solid 1px #ddd; text-align:center; text-decoration:none; }
           .calc-area .calc-form .calc-form-line .line-data a.active {background-color:#008351; border:solid 1px #008351; color:#fff;}
             .calc-area .calc-form .calc-form-line .line-data a.with-desc:hover:after {content: attr(data-desc); position:absolute; bottom:38px; right:-60px; line-height:15px; padding:15px; width:120px; font-size:12px; color:#000; background-color:#eee; z-index:4;}
             .calc-area .calc-form .calc-form-line .line-data a label {display:none;}
             .calc-area .calc-form .calc-form-line .line-data a:hover label {position:absolute; display:inline-block; bottom:38px; right:-50px; line-height:15px; padding:5px; width:120px; font-size:12px; color:#000; background-color:#eee; z-index:4;}

         .calc-area .calc-form .calc-form-line .line-data .other-color-bl {width:100%;}
           .calc-area .calc-form .calc-form-line .line-data .other-color-bl span {position:relative; cursor:pointer; font-size:11px; padding-left:10px; width:145px; padding-right:25px; margin-left: 0px; margin-right: 4px;}
             .calc-area .calc-form .calc-form-line .line-data .other-color-bl span sub {position:absolute; top:12px; right:7px; width:15px; height:15px; border-radius:50%; background-color:#fff;}
               .calc-area .calc-form .calc-form-line .line-data .other-color-bl span.active-color sub:after {content:''; position:absolute; top:3px; right:3px; width:9px; height:9px; border-radius:50%; background-color:#666;}

   .calc-footer-block {margin-top:20px; padding:20px; background-color: #ecedf3;  font-size: 15px; text-align:center}


   .calc-area .calc-comment {padding-left:5%;  text-align:left;}
     .calc-area .calc-comment h5 {padding-bottom:20px; font-size:18px;}

     .calc-area .calc-comment p {position:relative; padding-left:25px;}
     .calc-area .calc-comment p input[type="checkbox"] {position:absolute; left:0px; top:3px;}

     .calc-area .calc-comment p.disabled  {color:#999;}
       .calc-area .calc-comment p.disabled .panels_info {color:#999;}
       .calc-area .calc-comment p.disabled span {color:#999;}
        .calc-area .calc-comment p.disabled span label {color:#999;}


        .calc-area .calc-comment .panels_info {font-size:11px;}


     .calc-result {margin-top:35px; font-size:16px;}
       .calc-result span {float: right; font-weight: 600; color: #0b62a4;}
         .calc-result h3 {display:inline-block; font-size:35px;}
         .calc-result label {display:inline-block; }

     .result-discount {width:100%; margin-top:25px; font-size:14px;}
       .result-discount span {float: right; }
         .result-discount a {color:red;}
         .result-discount h3 {display:inline-block; font-size:15px;}
         .result-discount label {display:inline-block; }



   .calc-service-info {margin-top:10px; margin-left:15px; padding:20px; background-color:#ecedf3; font-size:15px;}

     .calc-service-info .btn-catalog {margin: 0px 2%; box-shadow:none; width:96%; background: #016bc3; background: -moz-linear-gradient(top, #016bc3 0%, #0165ba 18%, #004e89 71%, #004377 100%); background: -webkit-linear-gradient(top, #016bc3 0%,#0165ba 18%,#004e89 71%,#004377 100%); ackground: linear-gradient(to bottom, #016bc3 0%,#0165ba 18%,#004e89 71%,#004377 100%);}
     .calc-service-info label {display:block; margin-top:15px; font-size:11px; line-height:1.2;}

   .calc-data-info {margin-top:15px; margin-left:15px; padding:0px; font-size:18px;}
     .calc-data-info a {display:inline-block; margin-top:10px; margin-left:15px;  padding-botto:3px; text-decoration:none; text-align:center; color: #008351;  border-bottom: 1px dashed #008351; font: normal 16px/16px 'Roboto Condensed', sans-serif;}


   .calc-order {padding:0px; display:none;}
       .calc-order h4 {font-size:30px; line-height:45px; padding-bottom:10px;  font-weight: 600; color: #0b62a4; text-transform:uppercase;}
       .calc-order .order-privacy {position:relative; padding:5px 0px; padding-left:30px; text-align:left; margin-bottom:10px; font-size:11px; line-height:1.2;}
       .calc-order input[type="text"] {width:calc(100% - 10px); height:46px; border: 1px solid #cccfdc; margin-bottom: 8px;  padding: 0 15px;  font: 200 14px 'Roboto Condensed', sans-serif;}
       .calc-order input[type="checkbox"] {position:absolute; left:5px; top:5px;}
       .calc-order textarea {width:calc(100% - 10px); height:120px; border: 1px solid #cccfdc; margin-bottom: 8px;  padding: 10px 15px;  font: 200 14px 'Roboto Condensed', sans-serif;}


   .calc-privacy {margin-top:20px; margin-left:20px; margin-right:5px; font-size:10px; line-height:1.2;}

   .calc-result-buttons {margin-left:15px; padding-top:15px; padding-bottom:5px;}
     .calc-result-buttons .btn-catalog {font-size:16px; box-shadow:none; height:45px; padding: 0px 40px 0 0px; width: 96%;  margin: 0px 2%;}
       .calc-result-buttons .btn-catalog span {line-height:45px;}
         .calc-result-buttons .btn-catalog span {padding:unset}
       .calc-result-buttons .btn-catalog:before {top:15px;}
