html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline:0; 
  font-size: 100%;
  font-family: 'gotham', 'Arial', sans-serif;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.25em;
  color: #000000;
}
html{ 
  font-family: 'gotham', 'Arial'; 
  font-weight: 400;
  font-size: 16px; 
  color: #000000; 
  width: 100%; 
  background-color: #ffffff;
}

body{ 
  margin:0px auto; 
  width: 100%; 
  min-width: 320px;
  max-width: 1920px;
  position: relative;
  padding-top: 0;
  overflow-x: hidden !important;
}
*{
  padding:0px; 
  margin:0px; 
  border: 0; 
  outline: 0;
  box-sizing: border-box;
  outline:none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
fieldset{
  border: 1px solid #111111;
  display: inline-block;
  padding: 0px 10px 5px 10px;

}
legend{
  padding: 0px 10px;
  font-size: 12px;
}
ul{
  list-style:none; 
  list-style-position: inside;
}
a{
  text-decoration:none;
  color: inherit;
}
a:hover{
  text-decoration:none; cursor: pointer;
}
p, code, span{
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  vertical-align: baseline;
}
b{
	font-weight:bold;
}
  
input::-ms-clear {
   display: none;
}
span, strong{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  vertical-align: baseline;
  line-height: inherit;
}
.hidden{
  display: none;
}  
.clr{
  clear:both;
}
a img{
  cursor: pointer;
}
img{
  max-width: 100%;
}
.abs{
  position:absolute;
}
.rel{
  position:relative;
}
.b{
  font-family: inherit;
}
.fleft{
  float: left;
}
.fright{
  float: right;
}
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
label.error {
  display: none!important;
}
input.error {
  background: rgba(227, 3, 4, 0.1);
}
.text-center{
  text-align: center !important;
}
.hovered:hover{
  cursor: pointer;
}
.content{
  width: 1170px;
  height: 100%;
  margin: auto;
  position: relative;
}
.content.side{
  display: grid;
  grid-template-columns: 1fr 390px;
  grid-gap: 15px;
  padding: 10px 0px 100px 0px;
}
.button{
-webkit-appearance:none;
-moz-appearance:none;
  position: relative;  
  text-align:center;  
  font-weight: 400;
  font-family: 'gotham', 'Arial';
  font-size: 16px;
  color: #fff; 
  display: inline-block; 
  background: #e30303;
  white-space: nowrap;
  box-shadow: none;
  border-radius: 3px;
  outline: none;
  width: auto;
  height: 60px;  
  overflow: hidden;
}
a.button{
  line-height: 60px;
}
.button:hover{
  cursor:pointer; 
  background: #b83321;
}
.button:active{
  box-shadow: none;
  margin-top: 2px;
}
.button:disabled{
  opacity: 0.5;
  cursor: default;
}
.button:disabled:hover{
  background: #e30303;
}
.button:disabled:active{
  margin-top: 0px;
}
.button.white{
  background-color: #fff;
  border: 1px solid #e30303;
  color: #3a3a3a;
}
.button.white:hover{
  color: #fff;
  background-color: #b83321;
}
.button.white.red{
  color: #e30303;
}
.button.white.red:hover{
  color: #fff;
}
.wrapBut{
  text-align: center;
  height: 62px;
}
.wrapBut.left{
  text-align: left;
}
.wrapBut.right{
  text-align: right;
}
.wrapBut.inline{
  display: inline-block;
}
.wrapBut.small{
  height: 52px;
}
.wrapBut.small .button{
  height: 50px;
}
.block{
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.mobile, .mobileInline{
  display: none !important;
}
.fontTit{
  font-weight: 400;
  font-size: 40px;
  color: #151414;
  text-align: center;
  padding: 20px 0px 20px 0px;
  line-height: 1.25em;
  position: relative;
}
.fontTit span{
  font-size: 24px;
  color: #151414;
  display: block;
  line-height: 1.25em;
  margin-top: 15px;
}
.fontTit strong{
  color: #e30303;
}
.fontTit.left{
  text-align: left;
}
.wrapPhone{
  display: inline-block;
  position: relative;
}
.callDesctop{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.callDesctop:hover{
  cursor: pointer;
}
.callDesctop.noHover:hover{
  cursor: default;
}
.dnone{
  opacity: 0;
}
#main{
  overflow: hidden;
}

/****************BLOCK HEADLINE********************/
.blockHeadline{
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: -80px;
  padding: 0px;
  transition:  0.5s;
}
.blockHeadline.scroll{
  box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
  padding: 0px 0px 0px 0;
  background: rgba(242,244,245,0.9);
  top: 0px;
}
.headline{
  width: 94%;
  height: 80px;
  margin: auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  -ms-grid-rows: minmax(80px, 1fr);
  align-items: center;
  position: relative;
  transition: 0.5s;
  max-width: 1200px;
}
.blockHeadline.scroll .headline{
  height: 70px;
  -ms-grid-rows: minmax(70px, 1fr);
  padding: 0px 0px;
}
.blockHeadline .headLeft img{height:60px;}
.headLeft{
  text-align: left;
  transition: 0.5s;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
}
.headCenter{
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
}
.headRight{
  text-align: right;
  -ms-grid-column: 3;
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
}
.headTopMenu{
  display: none !important;
}


/*******************HEAD*********************/
.headTopLine{
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 170px 100px 290px 300px auto;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 170px 30px 270px 30px 370px 30px 1fr;
  -ms-grid-rows: minmax(88px, 1fr);
  align-items: center;
}
.headTopLine > div{
  -ms-grid-column-align: center;
  -ms-grid-row-align: center;
}
.headTopLogo{
  -ms-grid-column: 1;
}
.headTopDescr{
  -ms-grid-column: 3;
}
.headTopCenter{
  -ms-grid-column: 5;
}
.headTopRight{
  -ms-grid-column: 8;
}
.headTopDescr p{
  font-weight: 300px;
  font-size: 12px;
  color: #2d2b2b;
}
.headTopDescr p strong{
  font-weight: 700;
}
.headTopCenter p{
  font-weight: 300;
  font-size: 13px;
  color: #1b1a1a;
}
.headTopCenter p span:hover{
  cursor: pointer;
}
.headTopCenter p strong{
  font-weight: 700;
}
.headTopRight{
  text-align: right;
}
.phoneTop{
  font-weight: 700;
  font-size: 20px;
  color: #e30303;
}
.callBackTop{
  font-weight: 300;
  font-size: 13px;
  color: #1b1a1a;
}
.callBackTop span{
  display: inline-block;
  text-decoration: underline;
}
.callBackTop span:hover{
  cursor: pointer;
  text-decoration: none;
}
.butTop{
  height: 50px;
  width: 380px;
}
.headCenter .wrapBut{
  height: 52px;
}



/******************BLOCK BANNER*********************/
.blockBanner{
  height: 872px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url('pic/bg-banner.jpg.html');
  overflow: hidden;
}

.blockBanner .content{
  padding: 20px 0px;
  text-align: left;
  z-index: 3;
}
.bannContent{
  display: inline-flex;
  width: auto;
  height: 100%;
  text-align: left;
  align-items: center;
  max-width: 800px;
}
.fontBann1{
  font-weight: 300;
  font-size: 26px;
  color: #000; 
  text-transform: uppercase;
  margin-bottom: 15px;
}
.fontBann2{
  font-weight: 400;
  font-size: 50px;
  color: #000;
  margin-bottom: 55px;
  line-height: 1em;
}
.fontBann3{
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 90px;
  text-transform: uppercase;
}
.bannList p{
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding: 4px 10px 4px 20px;
  position: relative;
  margin:  30px 0px;
  line-height: 1.3em;
}
.bannList p:before{
  content: " ";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to bottom, #ff1a00, #a31c0a);
}
.bannList p strong{
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
}
.bannButton{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  bottom: 54px;
  text-align: center;
}
.bannButton p{
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
}
.bannButton p strong{
  display: block;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 10px;
}
.butBann{
  width: 400px;
}

/********************BLOCK DO MORE**********************/
.blockDoMore .content{
  padding: 90px 0px 150px 0px;
}
.wrapDoMore{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: auto 50px auto;
}
.wrapDoMore > div:first-child{
  -ms-grid-column: 1;
}
.doMoreList{
  -ms-grid-column: 3;
}
.doMoreTit{
  font-size: 40px;
  color: #e30303;
  margin-bottom: 20px;
}
.doMoreLeftContent p{
  font-weight: 300;
  font-size: 15px;
  color: #434343;
  margin-bottom: 20px;
}
.doMoreLeftContent p strong{
  font-weight: 700;
}
.doMoreListItem p{
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.doMoreListItem p strong{
  font-weight: 700;
  font-size: 16px;
  color: #434343;
}
.doMoreListItem{
  padding-left: 100px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto auto;
  margin-bottom: 20px;
}
.doMoreListItem.clock{
  background-image: url('pic/ico-clock.png');
}
.doMoreListItem.material{
  background-image: url('pic/ico-material.png');
}
.doMoreListItem.functional{
  background-image: url('pic/ico-functional.png');
}
.doMoreBottomLeft{
  position: relative;
  z-index: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.doMoreBottomLeft p{
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 15px;
}
.doMoreBottomLeft p strong{
  font-weight: 400;
  font-size: 24px;
  color: #151414;
}
.doMoreBottomLeft .wrapBut{
  text-align: left;
  margin-top: 50px;
}
.butDoMore{
  width: 370px; 
}
.doMore{
  position: absolute;
  max-width: none;
  left: -120px;
  top: -70px;
  z-index: 1;
}
.doMoreBottomRight{
  position: relative;
  z-index: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.doPencil{
  position: absolute;
  left: -362px;
  top: 140px;
  z-index: 2;
}

/**********************BLOCK CATALOG************************/
.blockCatalog{
  margin-top: 0px;
  margin-bottom: 40px;
  background-image: url('pic/bg-catalog.jpg')
}
.blockCatalog .content{
  padding: 28px 0px 50px 0px;
}
.wrapCatalog{
  width: 400px;
}
.formCatalogImg{
  position: absolute;
  right: -276px;
  top: -80px;
  z-index: 0;
}
.form1{
  position: relative;
}
.catalogImg{
  display: none;
}

.blockCatalog.block{
	background-position: right;
    background-size: contain;
}

/**********************BLOCK BOTTOM FORM***********************/
.blockBottomForm .content{
  padding: 40px 0px 0px 0px;
}
.bottomFormImg{
  position: absolute;
  right: 58px;
  top: 50%;
  transform: translateY(-20%);
  z-index: 0;
}
.blockBottomForm .wrapCatalog{
  margin-left: 100px;
  margin-top: 50px;
}



/************************BLOCK CATALOG************************/
.blockKitchen{
  
}
.blockKitchen .content{
  text-align: right;
  padding: 50px 0px 0px 0px;
}
.kitchenImg{
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 0;
  transform: translate3d(-960px, 0px, 0px);
  max-width: none;
}
.contentKitchen{
  width: 535px; 
  height: 811px;
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.wrapKitchen{
  position: relative;
}
.kitchenLabel{
  font-weight: 700;
  font-size: 18px;
  color: #434343;
  margin-bottom: 10px;
}
.kitchenText{
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}
.blKitchen{
  margin-bottom: 20px;
  position: relative;
  padding-left: 74px;
}
.blKitchen:before{
  content: attr(data-num);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 43px;
  height: auto;
  padding-top: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #bcbcbc;
  text-align: right;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  background-image: url('pic/ugol.png');
}
.kitLine:after{
  content: " ";
  position: absolute;
  left: 40px;
  top: 37px;
  transform: translate3d(-100%, 0px, 0px);
  display: block;
  background-size: 100% 100%;
}
.kitLine1:after{
  width: 339px;
  height: 70px;
  background-image: url('pic/kit-line1.png');
}
.kitLine2:after{
  width: 569px;
  height: 268px;
  background-image: url('pic/kit-line2.png');
}
.kitLine3:after{
  width: 493px;
  height: 244px;
  background-image: url('pic/kit-line3.png');
}
.kitLine4:after{
  width: 273px;
  height: 93px;
  background-image: url('pic/kit-line4.png');
}
.kitLine5:after{
  width: 315px;
  height: 152px;
  background-image: url('pic/kit-line5.png');
}
.kitLine6{
  margin-top: 70px;
}

/***********************BLOCK FORM2**************************/
.blockForm2Content{
  width: 100%;
  height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
}
.form2Img{
  position: relative;
  -ms-grid-column: 1;
}
.form2Form{
  -ms-grid-column: 3;
}
.form2Img img{
  position: absolute;
  max-width: none;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.form2Tit{
  font-size: 24px;
  color: #151414;
  margin-bottom: 30px; 
}
.form2Text, .form2List li{
  font-weight: 300;
  font-size: 16px;
  color: #151414;
}
.form2Text{
  margin-bottom: 5px;
}
.form2Text strong{
  font-weight: 700;
}
.form2List{
  margin-bottom: 20px;
}
.form2{
  margin-top: 40px;
  position: relative;
}
.wrapInputs{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
}
.wrapInputsLeft{
  -ms-grid-column: 1;
}
.wrapInputsRight{
  text-align: center;
  -ms-grid-column: 2;
}
.formFileLabel{
  font-weight: 700;
  font-size: 16px;
  color: #686868;
  margin-bottom: 20px;
}
.formFileName{
  font-size: 14px;
  color: #686868;
  margin-top: 10px;
}
.fileBrowse{
  display: inline-block;
  width: 170px;
  height: 40px;
  border: 1px solid #de0202;
  border-radius: 3px;
  text-align: center;
  position: relative;
  margin-top: 28px;
}
.fileBrowse p{
  font-size: 14px;
  color: #e30303;
  line-height: 40px;
}
.fileBrowse input{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
}
.fileBrowse:hover{
  cursor: pointer;
}
.form2 label p br{
  display: none;
}

/*******************BLOCK ECONOMY********************/
.blockEconomy{
  background-image: url('pic/bg-economy.jpg');
  margin: 60px 0px;
}
.blockEconomy .content{
  padding: 50px 0px 34px 0px;
}
.ecoContent{
  width: 500px;
  margin-top: 80px;
}
.ecoContent p{
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin: 40px 0px;
}
.ecoContent p strong{
  font-weight: 700;
}
.blockEconomy .wrapBut{
  text-align: left;
}
.butEco{
  width: 370px;
}

/************************BLOCK REASON****************************/
.blockReason{
  margin-bottom: 70px;
}
.wrapReason{
  width: 100%;
  display: grid;
  grid-template-columns: 370px 1fr;
  grid-gap: 20px;
  display: -ms-grid;
  -ms-grid-columns: 370px 20px 1fr;
}
.reasonRight{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 10px 0px 10px 30px;
  border-left: 3px solid #de1b04;
  -ms-grid-column: 3;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: auto 30px auto;
}
.reasonIco1{
  -ms-grid-column: 1;
}
.reasonIco2{
  -ms-grid-column: 3;
}
.reasonIco3{
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.reasonIco4{
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.reasonIco p{
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.reasonIco{
  padding-left: 90px;
  position: relative;
}
.reasonIco:before{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  text-align: center;
}
.reasonIco1:before{
  content: url('pic/reason-ico1.png');
}
.reasonIco2:before{
  content: url('pic/reason-ico2.png');
}
.reasonIco3:before{
  content: url('pic/reason-ico7.png');
}
.reasonIco4:before{
  content: url('pic/reason-ico4.png');
}
.reasonLeft{
  align-self: center;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
}
.reasonLeft p{
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

/*******************BLOCK SLIDER 1**********************/
.wrapSlider{
  width: 1300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-top: 10px;
}
.sliderTop{
  position: absolute;
  z-index: 3;
  left: 167px;
  top: 0px;
}
.sliderTop:before{
  content: " ";
  display: block;
  width: 121%;
  height: 210%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -70%, 0px) rotate(-15deg);
  background-color: #fff;
  position: absolute;
}
.sliderTopText{
  font-weight: 400;
  font-size: 24px;
  color: #151414;
  margin-bottom: 15px;
}
.sliderBottomText{
  font-size: 18px;
  color: #151414; 
}
.sliderTop p{
  position: relative;
}
.slider1Nav{
  width: 44px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/slider1-nav.png');
}
.slider1Nav:hover{
  cursor: pointer;
  background-position-y: -21px;
}
.sliderNext{
  background-position-x: -44px;
}
.sliderNav{
  display: inline-table;
  position: absolute;
  right: 90px;
  bottom: 10px;
  z-index: 2;
}
.sliderNav > div{
  display: table-cell;
  position: relative;
}
.sliderNavCenter{
  width: 130px;
  text-align: center;
}
.sliderNavCenter p{
  font-weight: 300;
  font-size: 30px;
  color: #000000;
}
.sliderNavCenter span{
  display: inline-block;
}
.tekSlide{
  font-weight: 700;
  color: #e30303;
}
.sliderNav:before{
  content: " ";
  display: block;
  width: 143%;
  height: 370%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -45%, 0px) rotate(-15deg);
  background-color: #fff;
  z-index: 0;
}
.slide1{
  position: relative;
}

/**********************BLOCK SLIDER 2*************************/
.blockSlider2 .content{
  padding: 60px 0px 0px 0px;
}
.slider2Buttons{
  position: absolute;
  left: 165px;
  bottom: 20px;
  z-index: 3;
  width: 670px;
  display: flex;
  justify-content: space-between;
}
.butSlider2{
  width: 270px;
}
.projectInfo{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 470px;
  height: 100%;
  z-index: 4;
  background-color: rgba(255, 255, 255,1);
  padding: 30px 70px 30px 30px;
}
.slider2List{
  z-index: 2;
}
.butClose{
  position: absolute;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url('pic/close.png');
  right: 70px;
  top: 15px;
  z-index: 5;
}
.butClose:hover{
  cursor: pointer;
}
.projectName{
  font-weight: 700;
  font-size: 30px;
  color: #000;
  padding-right: 40px;
}
.blockPrInfo{
  margin: 40px 0px;
}
.prTable{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
}
.prTable >div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.prTable >div:nth-child(2){
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.prTable >div:nth-child(3){
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.prTable >div:nth-child(4){
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.prTable >div:nth-child(5){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.prTable >div:nth-child(6){
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.prTable >div:nth-child(7){
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.prTable >div:nth-child(8){
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.prTable >div:nth-child(9){
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.prTable >div:nth-child(10){
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.prLabel{
  font-weight: 300;
  font-size: 16px;
  color: #0e0d0d;
}
.prTable > div strong{
  font-weight: 700;
  font-size: #434343;
  font-size: 14px;
}
.kitchenDescr, .kitchenDescr p, .kitchenDescr li{
  font-weight: 300;
  font-size: 14px;
  color: #434343;
}
.projectInfoIn .wrapBut{
  text-align: left;
}
.butPrFeed{
  width: 200px;
}
.prPrice{
  font-weight: 700;
  font-size: 30px;
  color: #0e0d0d;
}


/*********************BLOCK FEEDS************************/
.blockFeeds .content{
  padding: 60px 0px 40px 0px;
}
.blFeed{
  text-align: center;
}
.feedRamka{
  height: auto;
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/feed-ramka.jpg');*/
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 48px 105px 3px 120px;
}
.feedRamka .feedRamka__block{
	display: flex;
  justify-content: center;
   padding: 0 0 30px 0;
}
.feedRamka .feedRamka__block img{
	margin-right: 15px;
}
.feedRamka .feed-descr{
	text-align:left;
	font-size:14px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;

}
.feedRamka .feed-descr .feed-title{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.slick-active .feedRamka{
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.feedNav{
  display: inline-table;
  position: relative;
  padding: 30px 0px;
}
.feedNav > div{
  display: table-cell;
}
.wrapFeeds{
  position: relative;
  text-align: center;
}
.wrapFeeds:before{
  content: " ";
  display: block;
  width: 138px;
  height: 490px;
  position: absolute;
  left: -195px;
  top: 50%;
  transform: translateY(-54%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/feed-img-left.png');
}
.wrapFeeds:after{
  content: " ";
  display: block;
  width: 267px;
  height: 373px;
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-54%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/feed-img-right.png');
  z-index: -1;
}
.feedList .slick-list{
  padding: 20px 0px;
}
.feedList .slick-track{
	display: flex;
}

.slider1List .slide1{
	height: 900px;
	width:auto;
	text-align:center;
}
.slider1List .slide1 img{
	height:100%;
}

/**********************BLOCK KOMANDA: ;************************/
.blockKomanda .content{
  padding: 0px 0px 80px 0px;
}
.wrapKomanda{
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.wrapButKomanda{
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 2;
}
.butKomanda{
  width: 270px;
}
.blockKomandaInfo{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 470px;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  padding: 30px 70px 30px 30px;
  z-index: 3;
  display: none;
}
.komandaInfoIn h3{
  font-weight: 700;
  font-size: 30px;
  color: #0e0d0d;
  margin-bottom: 20px;
}
.komandaInfoIn, .komandaInfoIn p, .komandaInfoIn li{
  font-weight: 300;
  font-size: 14px;
  color: #434343;
}
.komandaInfoIn p{
  margin-bottom: 15px;
}


/**********************BLOCK KITS**************************/
.wrapKits{
  width: 100%;
}
.blKits{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  margin-bottom: 50px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr 30px;
}
.blKits:nth-child(2n-1){
  grid-template-areas: "kitcontent kitimg";
}
.blKits:nth-child(2n){
  grid-template-areas: "kitimg kitcontent";
}
.blKits:nth-child(2n-1) .kitcontent{
  -ms-grid-column: 1;
}
.blKits:nth-child(2n-1) .kitimg{
  -ms-grid-column: 3;
}
.blKits:nth-child(2n) .kitcontent{
  -ms-grid-column: 3;
}
.blKits:nth-child(2n) .kitimg{
  -ms-grid-column: 1;
}
.kitsContent{
  grid-area: kitcontent;
}
.kitsImg{
  grid-area: kitimg;
}
.kitsTit{
  font-weight: 700;
  font-size: 18px;
  color: #151414;
  margin-bottom: 20px;
}
.kitsText{
  font-weight: 300;
  font-size: 14px;
  color: #151414; 
  margin-bottom: 20px;
}
.kitsText strong{
  font-weight: 700;
}
.kitsContent{
  padding-left: 100px;
  position: relative;
}
.kitsLeftInfo{
  position: absolute;
  left: -40px;
  top: 0%;
  transform: rotate(-90deg) translateX(-50%);
}
.butKit{
  width: 370px;
}
.toWrite{
  font-size: 14px;
  color: #e30303;
  margin-top: 40px;
}
.toWrite a{
  text-decoration: underline;
}
.toWrite a:hover{
  cursor: pointer;
  text-decoration: none;
}


/*********************BLOCK MAP************************/
.blockMap{
  
}
.map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
#map{
  background-image: url('pic/bg-map.jpg');
}
.mapContacts{
  position: relative;
  width: 400px;
  text-align: center;
  padding: 94px 0px;
  z-index: 6;
}
.mapContacts:before{
  content: " ";
  display: block;
  width: 1006px;
  height: 500px;
  position: absolute;
  right: -225px;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url('pic/bg-conact.png');
}
.mapContTit{
  font-weight: 700;
  font-size: 24px;
  color: #1b1a1a;
}
.mapContSubTit{
  font-weight: 300;
  font-size: 16px;
  color: #1b1a1a;
  margin-bottom: 40px;
}
.mapAddress{
  font-weight: 300;
  font-size: 13px;
  color: #1b1a1a;
}
.mapAddress strong{
  font-weight: 700;
}
.mapLabel{
  font-weight: 300;
  font-size: 13px;
  color: #767676;
}
.contPhone{
  font-weight: 700;
  font-size: 20px;
  color: #e30303;
}
.contEmail{
  font-size: 16px;
  color: #e30303;
}
.blContInfo{
  margin-bottom: 20px;
}

/**********************BLOCK INST*************************/
.blockInst .content{
  padding: 50px 0px;
  text-align: center;
}
.wrapInst{
  display: inline-grid;
  grid-template-columns: auto auto;
  text-align: left;
  grid-gap: 58px;
  align-self: center;
  display: -ms-inline-grid;
  -ms-grid-columns: auto 58px auto;
}
.instImg{
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
}
.instContent{
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
}
.instBigText{
  font-size: 40px;
  color: #151414;
}
.instBigText a{
  color: #e30303;
  text-decoration: underline;
  vertical-align: baseline;
}
.instBigText a:hover{
  text-decoration: none;
}
.instSmallText{
  font-size: 24px;
  color: #151414;
}

/************************BLOCK STYLES***************************/
.blockStyles .content{
  padding: 90px 0px 0px 0px;
}
.selectStyleText{
  font-size: 24px;
  color: #000;
  margin: 0px 0px 10px 0px;
}
.styles{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapStyles{
  display: none;
}
.wrapStyles.active{
  display: block;
}
.wrapStylesList{
  width: 1300px;
  margin-left: -130px;
  margin-top: 40px;
}
.blStyleKitchenIn{
  width: 100%;
  display: grid;
  grid-template-columns: 900px 1fr;
  grid-template-areas: "kitchen_images kitchen_name" "kitchen_images kitchen_description";
  grid-gap: 30px;
  position: relative;
  display: -ms-grid;
  -ms-grid-columns: 900px 30px 1fr;
  -ms-grid-rows: auto 30px auto;
}
.styleKitchenImages{
  grid-area: kitchen_images;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
}
.blockStylesKitchenName{
  grid-area: kitchen_name;
  -ms-grid-column: 3;
}
.styleKitchenSelect{
  grid-area: kitchen_description;
  align-self: flex-end;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
}
.styleName{
  font-size: 50px;
  color: #000;
}
.kitchenDescription{
  min-height: 250px;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #c2c2c2;
}
.kitchenDescription p, .kitchenDescription {
  font-weight: 300;
  font-size: 14px;
  color: #434343;
}
.kitchenDescription strong{
  font-weight: 700;
}
.kitchenInfo{
  width: 100%;
  display: grid;
  grid-template-columns: 220px auto;
  grid-column-gap: 30px;
  margin: 20px 0px 40px 0px;
  display: -ms-grid;
  -ms-grid-columns: 220px 30px auto ;
}
.kitchenInfo > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.kitchenInfo > div:nth-child(2){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.kitchenInfo > div:nth-child(3){
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.kitchenInfo > div:nth-child(4){
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.kitchenInfo > div:nth-child(5){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.kitchenInfo > div:nth-child(6){
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.kitchenInfo > div:nth-child(7){
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.kitchenInfo > div:nth-child(8){
  -ms-grid-column: 3;
  -ms-grid-row: 4;
}
.kitchenInfo > div:nth-child(9){
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.kitchenInfo > div:nth-child(10){
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.butStyle{
  width: 100%;
}
.kitchenInfo, .kitchenInfo p, .kitchenInfo > div{
  font-size: 14px;
  color: #434343;
}
.styleNav{
  width: 10px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/nav3.png');
}
.styleNav:hover{
  cursor: pointer;
  background-position-y: -21px;
}
.styleNav.prev{
  background-position-x: 0px; 
}
.styleNav.next{
  background-position-x: -10px;
}
.styleNewNav{
  width: 50px;
  height: 88px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/arr-big.png');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.styleNewNav:hover{
  cursor: pointer;
  background-position-y: -88px;
}
.styleNewNav.prev{
  background-position-x: 0px; 
  left: 20px;
}
.styleNewNav.next{
  background-position-x: -50px;
  right: 20px;
}
.nav3{
  display: inline-grid;
  grid-template-columns: auto 140px auto;
  grid-gap: 10px;
  align-items: center;
  /*display: -ms-inline-grid;
  -ms-grid-columns: auto 10px 140px 10px auto;*/
  /*position: absolute;
  top: 0px;
  right: 190px;*/
}
.nav3Info{
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  color: #bbbbbb;
}
.nav3Count{
  font-weight: 300;
  font-size: 24px;
  color: #a8a8a8;
}
.nav3Tek{
  font-weight: 700;
  font-size: 36px;
  color: #000;
}
.blImageKitchen, .styleKitchenImages{
  position: relative;
}
.navImages{
    display: inline-table;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.sliderNav::before {
  content: " ";
  display: block;
  width: 115%;
  height: 210%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -45%, 0px);
  background-color: rgba(255,255,255,0.72);
  z-index: 0;
}
.wrapImageIco{
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(255,255,255,0.7);
  /*padding: 28px 30px;*/
  text-align: center;
}
.wrapImageIco > div{
  margin: 38px 0px;
}

.wrapImageIco > div{
  padding: 0px 30px;
}
.styleType, .fasadsType{
  font-size: 15px;
  color: #555555;
  margin: 5px;
}
.blockselectMobile{
  display: none;
}
.styleTypeMobile, .fasadTypeMobiel{
  font-size: 15px;
  color: #555555;
}
.styleType span, .fasadsType span{
  text-decoration: underline;
}
.styleType:hover, .styleType.active, .fasadsType:hover, .fasadsType.active{
  cursor: pointer;
  color: #e30303;
}
.styleType:hover span, .styleType.active span, .fasadsType:hover span, .fasadsType.active span{
  text-decoration: none;
}
.fasadTypeMobile, .styleTypeMobile{
  font-size: 32px;
}

/*********************BLOCK FASADS************************/
.wrapFasads{
  display: none;
}
.wrapFasads.active{
  display: block;
}
.blockFasads .content{
  padding: 0px 0px 60px 0px;
}

/***********************BLOCK KOMPLEKT***************************/
.blockKomplekt .content{
  padding: 0px 0px 60px 0px; 
}
.komplektTit{
  font-size: 30px;
  color: #000;
  text-align: center;
}
.komplektText{
  font-weight: 300;
  font-size: 16px;
  color: #1e1e1e;
  margin: 40px auto;
  max-width: 980px;
  text-align: center;
}
.wrapKomplektCat{
  width: 100%;
  display: flex;
  justify-content: center;  
}
.blKomplCat{
  width: 230px;
  height: 50px;
  display: block;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  color: #e30303;
  line-height: 50px;
  margin: 0px 25px;
}
.blKomplCat.active, .blKomplCat:hover{
  border-color: #e30303;
  font-weight: 700;
  cursor: pointer;
}
.blKomplektInfo{
  display: none;
}
.blKomplektInfo.active{
  display: block;
}
.wrapKomplekts{
  margin-top: 40px;
}
.blKomplektIn{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 870px;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 870px;
}
.komplektNav{
  -ms-grid-column: 1;
}
.wrapKomplektsInfo{
  -ms-grid-column: 3;
}
.blKomplektInfo.active{
  width: 100%;
  display: grid;
  grid-template-columns: 570px 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 570px 30px 1fr;
}
.blKomplektInfo.active.one{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
}
.komplektOneImg{
  -ms-grid-column: 1;
}
.komplektName{
  font-weight: 700;
  font-size: 30px;
  color: #151414;
  margin-bottom: 20px;
}
.komplektManufacturer{
  font-weight: 300;
  font-size: 14px;
  color: #434343;
}
.komplektManufacturer strong{
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.komplektDesc p, .komplektDesc{
  font-weight: 300;
  font-size: 14px;
  color: #434343;
  margin-bottom: 30px;
}
.butKomplekt{
  width: 100%;
}
.komplektDescription{
  align-self: end;
  -ms-grid-column: 3;
}
.komplektNav > div{
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
}
.catTop{
  width: 100%;
  font-size: 14px;
  color: #5c5c5c;
  padding: 20px 12px;
}
.catIn{
  font-weight: 700;
  font-size: 14px;
  color: #000;
  padding: 15px 30px 15px 12px;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url('pic/cat_arr.png');
}
.catIn.active, .catIn:hover{
  color: #de0202;
  background-color: #ebebeb;
  cursor: pointer;
}
.kompletkImg{
  position: relative;
}
.komplektImages{
  position: relative;
  align-self: center;
  -ms-grid-column: 1;
  -ms-grid-row-align: start;
}
.navKomplektImages{

}
.blKomplekt{
  display: none;
}
.blKomplekt.active{
  display: block;
}

/*******************BLOCK PROCESS*********************/
.blockProcess .content{
  padding: 20px 0px 50px 0px;
}
.wrapProcessBlock{
  width: 770px;
  position: relative;
  z-index: 2;
}
.processNavLabel{
  font-size: 18px;
  color: #5c5c5c;
  margin-bottom: 10px;
}
.processNavList{
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 2fr 1fr 2fr 2fr 10fr 1fr 1fr 1fr;
  grid-gap: 10px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 10px 2fr 10px 1fr 10px 2fr 10px 2fr 10px 10fr 10px 1fr 10px 1fr 10px 1fr;
}
.prNav:nth-child(1){
  -ms-grid-column: 1;
}
.prNav:nth-child(2){
  -ms-grid-column: 3;
}
.prNav:nth-child(3){
  -ms-grid-column: 5;
}
.prNav:nth-child(4){
  -ms-grid-column: 7;
}
.prNav:nth-child(5){
  -ms-grid-column: 9;
}
.prNav:nth-child(6){
  -ms-grid-column: 11;
}
.prNav:nth-child(7){
  -ms-grid-column: 13;
}
.prNav:nth-child(8){
  -ms-grid-column: 15;
}
.prNav:nth-child(9){
  -ms-grid-column: 17;
}
.processNavList > div{
  text-align: center;
}
.processNavList p{
  font-size: 18px;
  color: #000;
}
.processNavList > div > div{
  width: 100%;
  height: 10px;
  background-color: #cccccc;
  border-radius: 10px;
}
.processNavList > div.active > div{
  background-color: #e30303;
}
.wrapProcess{
  width: 570px;
  height: auto;
  position: relative;
  margin: 40px auto 0px auto;
}
.processDay{
  font-weight: 300;
  font-size: 24px;
  color: #676767;
  margin-bottom: 10px;
}
.processTitle{
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}
.processText{
  font-size: 16px;
  color: #444444;
  margin-bottom: 20px;
}
.processText strong{
  font-weight: 700;
}
.processText strong.red{
  color: #e30303;
}
.blProcess .wrapBut{
  text-align: left;
  margin-top: 40px;
}
.butProcess{
  width: 370px;
}
.processNav{
  width: 29px;
  height: 74px;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/nav.png');
  z-index: 5;
}
.processNav.prev{
  background-position-x: 0px;
  left: -95px;
}
.processNav.next{
  background-position-x: -29px;
  right: -95px;
}
.processNav:hover{
  cursor: pointer;
  background-position-y: -74px;
}
.processTable{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: auto 30px auto;
}
.processTable > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.processTable > div:nth-child(2){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.processTable > div:nth-child(3){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.processTable > div:nth-child(4){
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.processTable > div{
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
.processIco1{
  background-image: url('pic/process-ico1.png')
}
.processIco2{
  background-image: url('pic/process-ico2.png')
}
.processIco3{
  background-image: url('pic/process-ico3.png')
}
.processIco4{
  background-image: url('pic/process-ico4.png')
}
.processIco5{
  background-image: url('pic/process-ico5.png')
}
.processIco6{
  background-image: url('pic/process-ico6.png')
}
.processIco7{
  background-image: url('pic/process-ico7.png')
}
.processIco8{
  background-image: url('pic/process-ico8.png')
}
.processIco9{
  background-image: url('pic/process-ico9.png')
}
.processIco10{
  background-image: url('pic/process-ico10.png')
}
.processIco11{
  background-image: url('pic/process-ico11.png')
}
.processIco12{
  background-image: url('pic/process-ico12.png')
}
.processIco13{
  background-image: url('pic/process-ico13.png')
}
.processIco14{
  background-image: url('pic/process-ico14.png')
}
.processIco15{
  background-image: url('pic/process-ico15.png')
}

.processTable p{
  font-weight: 300;
  font-size: 14px;
}
.prNav:hover{
  cursor: pointer;
}
.wrapProcessImages{
  position: absolute;
  z-index: 0;
  right: 130px;
  top: 57%;
  transform: translate3d(50%, -50%, 0px);
}
.blProcessImage{
  display: none;
}
.blProcessImage.active{
  display: block;
}


/***********************BLOCK OPROS*************************/
.blockOpros .content{
  padding: 70px 0px;
}
.wrapStep{
  width: 100%;
  height: 570px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: minmax(570px, 1fr);
}
.wrapVopros{
  position: relative;
  align-self: center;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
}
.wrapOtvets{
  position: relative;
}
.vopros{
  display: none;
}
.vopros.active{
  display: block;
}
.step{
  display: none;
}
.step.active{
  display: block;
}
.voprosTit{
  font-weight: 400;
  font-size: 40px;
  color: #de0202;
  margin-bottom: 40px;
}
.voprosTit span{
  display: block;
  font-size: 24px;
}
.wrapOprosButtons{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
  height: 52px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  -ms-grid-rows: minmax(52px, 1fr);
}
.wrapOprosButtons .butLeft{
  -ms-grid-column: 1;
}
.wrapOprosButtons .butRight{
  -ms-grid-column: 3;
}
.butOpros{
  width: 150px;
  height: 40px;
  font-size: 14px;
}
.wrapBut.uSmall{
  height: 42px;
  text-align: left;
}
.voprosList li, .voprosText{
  font-size: 14px;
  color: #434343;
  margin-bottom: 10px;
}
.voprosText strong{
  font-weight: 700;
}
.voprosList li{
  text-indent: -16px;
  padding-left: 20px;  
}
.otvetText{
  font-weight: 700;
  font-size: 30px;
  color: #151414;
  margin-bottom: 30px;
}
.otvetList{
  display: inline-block;
}
.otvetList li{
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #151414;
  margin: 0px 0px;
  border-radius: 5px;
}
/*.otvetList li:hover,*/ .otvetList li.active, .otvetList li.select{
  cursor: pointer;
  font-weight: 700;
}
.otvetList li:hover{
  cursor: pointer;
}
.otvetList.ramka li{
  border: 1px solid rgba(0,0,0,0);
  padding: 9px 15px 5px 15px;
}
/*.otvetList.ramka li:hover,*/ .otvetList.ramka li.active, .otvetList.ramka li.select{
  border: 1px solid #c2c2c2;
}
.otvetList.pb li{
  margin-bottom: 30px;
}
.wrapOtvets{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 0px;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
}
.wrapOtvets.two{
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
}
.wrapOtvets.three{
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
}
.wrapOtvets > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapOtvets > div:nth-child(2){
  -ms-grid-column: 3;
}
.wrapOtvets > div:nth-child(3){
  -ms-grid-column: 5;
}
.wrapOtvets.one > div:nth-child(2){
  -ms-grid-row: 2;
}
.wrapOtvets.one > div:nth-child(3){
  -ms-grid-row: 3;
}
.wrapOtvets.one > div:nth-child(4){
  -ms-grid-row: 4;
}
.wrapOtvets.one > div:nth-child(5){
  -ms-grid-row: 5;
}
.selectIco{
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto auto;
  background-image: url('pic/checkpoint.png');
}
.otvetList.pb .selectIco{
  margin-right: 0px;
}
li.active .selectIco, li.select .selectIco, li:hover .selectIco{
  background-position-x: -14px;
}
.oprosNavInfo{
  font-weight: 300;
  font-size: 18px;
  color: #151414;
}
.oprosNav{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  margin: 30px 0px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px;
}
.oprosNav > div:nth-child(1){
  -ms-grid-column: 1;
}
.oprosNav > div:nth-child(2){
  -ms-grid-column: 3;
}
.oprosNav > div:nth-child(3){
  -ms-grid-column: 5;
}
.oprosNav > div:nth-child(4){
  -ms-grid-column: 7;
}
.oprosNav > div:nth-child(5){
  -ms-grid-column: 9;
}
.oprosNav > div:nth-child(6){
  -ms-grid-column: 11;
}
.oprosNav > div span{
  width: 100%;
  height: 3px;
  background-color: #d7d7d7;
  display: block;
  border-radius: 3px;
}
.oprosNav > div.active span{
  background-color: #de0202;
}
.blockOprosNav{
  margin-bottom: 10px;
}
.oprosImages{
  width: 946px;
  height: 570px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate3d(0px, -50%, 0px);
  overflow: hidden;
}
.oprosImages.open{
  z-index: 2;
}
.oprosImages img{
  max-width: none;
  height: 100%;
}
.oprosImage{
  position: relative;
}
.wrapOprosImgBut{
  position: absolute;
  right: 350px;
  bottom: 6px;
}
.butOprosImg{
  width: 220px;
  height: 50px;
  font-size: 14px;
}
.butBack:before{
  content: "<";
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.butNext:after{
  content: ">";
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
.wrapOtvet{
  align-self: center;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
}
.voprosIn{
  position: relative;
}
.oprosLabel{
  font-size: 14px;
  font-weight: 400;
  color: #767676; 
  margin: 15px 0px 5px 0px;
}
.otvetInputs{
  width: 100%;
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  align-items: center;
  display: -ms-grid;
  -ms-grid-columns: 170px 30px 350px;
  -ms-grid-rows: auto 16px auto 16px auto;
}
.otvetInputs > div:nth-child(1){
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-align: center;
}
.otvetInputs > div:nth-child(2){
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-align: center;
}
.otvetInputs > div:nth-child(3){
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-align: center;
}
.otvetInputs > div:nth-child(4){
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-row-align: center;
}
.otvetInputs > div:nth-child(5){
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-row-align: center;
}
.otvetInputs > div:nth-child(6){
  -ms-grid-column: 3;
  -ms-grid-row: 5;
  -ms-grid-row-align: center;
}
.otvetInputLabel p{
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  color: #686868;
}
.wrapOtvetInput.two{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
}
.wrapOtvetInput.two > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapOtvetInput.two > div:nth-child(2){
  -ms-grid-column: 3;
}
.wrapOtvetInput.two > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapOtvetInput.two span{
  font-weight: 300;
  font-size: 16px;
  color: #686868;
  margin-right: 5px;
  display: inline-block;
}
.wrapOtvetInput.two input{
  width: 140px;
}
.oprosHint{
  position: absolute;
  width: 270px;
  height: auto;
  top: 0px;
  right: 0px;
  padding: 30px 15px;
  background-color: rgba(255,255,255,0.8);
  z-index: 4;
}
.oprosHintClose{
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.5s;
  opacity: 1;
  height:  auto !important;
}
.oprosHintClose:hover{
  cursor: pointer;
  opacity: 0.8;
}
.oprosHintTitle{
  font-weight: 700;
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.hintContent, .hintContent p{
  font-size: 14px;
  color: #2a2a2a; 
}
.hintContent strong, .hintContent p strong{
  font-weight: 700;
}
.hintContent p{
  margin-bottom: 15px;
}
.blOprosImages{
  display: none;
}
.blOprosImages.active{
  display: block;
}

/************************BLOCK SECOND SCREEN****************************/
.blockSecondScreen .content{
  padding: 90px 0px 40px 0px;
}
.wrapSecondScreen{
  width: 820px;
  height: auto;
  position: relative;
  margin: 30px auto 20px auto;
}
.wrapSecondPreviews{
  width: 840px;
  margin: auto;
  position: relative;
}
.secondPrev{
  left: 20px;
}
.secondNext{
  right: 20px;
  background-position-x: -50px;
}
.blSecondPreview{
  text-align: center;
}
.blSecondPreview img{
  margin: auto;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0);
  opacity: 0.5;
}
.blSecondPreview.slick-current img{
  border-color: #e30303;
  opacity: 1;
}
.secondText{
  width: 442px;
  height: auto;
  padding: 30px 20px 70px 34px;
  position: absolute;
  left: -170px;
  top: -50px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url('pic/second-text-bg.png');
}
.secondText p{
  font-size: 18px;
  color: #151414;
}
.secondText p strong{
  font-size: 24px;
  color: #e30303;
  margin-bottom: 12px;
  display: inline-block;
}
.secondIcons{
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translate3d(0px, -50%, 0px);
  z-index: 2;
  text-align: center;
}
.secondIcons > div{
  margin: 0px 0px 50px 0px;
}
.secondIcons > div:last-child{
  margin-bottom: 0px;
}
.videoSec{
  width: 100%;
  height: 100%;
  position: relative;
}
.videoSec video{
  width: 100%;
  height: 100%;
}
.blSecondSlide{
  width: 820px;
  height: 460px;
}
.poster{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.play{
  transition: 0.5s;
  opacity: 1;
}
.play:hover{
  cursor: pointer;
  opacity: 0.8;
}




/*-----------------FOOTER  BLOCK ---------------*/
.footer{
  height: auto; 
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
}
.footer .content{
  padding: 0px 0px;
}
.wrapFoot{
  width: 100%;
  height: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  padding: 0px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  -ms-grid-rows: minmax(140px, 1fr);
}
.footLogo{
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
}
.footInfo{
  display: inline-block;
  vertical-align: middle;
}
.footInfo img{
	max-width:120px;
}
.footPolitika{
  margin-top: 25px;
}
.footPolitika a{
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.footInfo p{
  font-size: 12px;
  color: #aaaaaa;
}
.footInfo.text{
  padding-left: 20px;
}
.footCenter{
  text-align: center;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
}
.footPhone{
  font-weight: 700;
  font-size: 20px;
  color: #818181;
}
.callFootDesign{
  font-weight: 700;
  font-size: 14px;
  color: #e30303;
  margin: 20px 0px 10px 0px;
}
.callFootSmeta{
  font-size: 12px;
  color: #818181;
}
.callFootDesign span, .callFootSmeta span{
  text-decoration: underline;
}
.callFootDesign span:hover, .callFootSmeta span:hover{
  cursor: pointer;
  text-decoration: none;
}
.footRight{
  text-align: right;
  -ms-grid-column: 5;
  -ms-grid-row-align: center;
}
.author{
  font-size: 12px;
  color: #818181;
}
.author strong{
  display: block;
  color: #000;
}
.formOpros{
  max-width: 470px;
  position: relative;
}
.formOpros .label{
  margin-bottom: 80px;
}
.formOpros .wrapInputs{
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}
.voprosRedText{
  font-weight: 700;
  font-size: 18px;
  color: #e30303;
  margin-top: 30px;
}



/******************BLOCK THANKS*********************/
.blockThanks{
  background-image: url('pic/bg-thanks.jpg');
  height: auto;
}
.blockThanks .content{
  text-align: left;
  padding: 76px 0px;
}

.thanksContent{
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 1;
}
.thanksTit{
  font-weight: 400;
  font-size: 50px;
  color: #1b1a1a;
  text-transform: uppercase;
}
.thanksPodpis{
  font-size: 24px;
  color: #1b1a1a;
  margin-bottom: 55px;
}
.thanksText{
  font-size: 18px;
  color: #1b1a1a;
  margin-bottom: 10px;
}
.thanksText strong{
  display: block;
  font-weight: 700;
}
.errorEnter{
  font-size: 14px;
  color: #1b1a1a;
  margin-bottom: 50px;
}
.errorEnter span{
  color: #e30303;
  text-decoration: underline;
}
.errorEnter span:hover{
  cursor: pointer;
  text-decoration: none;
}
.thanksText2{
  font-size: 18px;
  color: #6e6e6e;
}
.thanksText2 strong{
  display: block;
  color: #e30303;
  font-size: 18px;
  font-weight: 700;
}
.otherMebel{
  margin: 80px 0px 40px 0px;
}
.otherMebelTit{
  font-weight: 700;
  font-size: 18px;
  color: #1b1a1a;
  margin-bottom: 20px;
}
.wrapOtherMebel{
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  display: -ms-inline-grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
}
.wrapOtherMebel > div:nth-child(1){
  -ms-grid-column: 1;
}
.wrapOtherMebel > div:nth-child(2){
  -ms-grid-column: 3;
}
.wrapOtherMebel > div:nth-child(3){
  -ms-grid-column: 5;
}
.wrapOtherMebel p{
  font-weight: 700;
  font-size: 14px;
  color: #e30303;
  margin-bottom: 5px;
}
.backLink{
  font-size: 12px;
  color: #e30303;
  text-decoration: underline;
}
.backLink:hover{
  cursor: pointer;
}
.backLink:before{
  content: url('pic/back-img.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}


/******************404********************/
.page-404{
  /*background-image: url('pic/bg-404.jpg.html');*/
  height: auto;
}
.page-404 .content{
  padding: 75px 0px 30px 0px;
  text-align: center;
}
.butPr{
  width: 200px;
}
.tit-404{
  font-weight: 600;
  font-size: 120px;
}
.text-404{
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.text-404 span{
  padding: 0px 22px;
  background-color: #7bba00;
}
.butPr{
  color: #000;
}
.butPr:hover{
  color: #fff;
}
.page-404 .thBack{
  margin-top: 20px;
}





/**************POLITIKA***********************/    
form label input[type=checkbox]{
  display: none;
}
form label span{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: -16px center;
  background-image: url('pic/checkbox.png');
  margin-bottom: 2px;
}
form label p{
  font-weight: 300;
  font-size: 13px;
  color: #686868;
  display: inline-block;
  text-align: left;
  padding-left: 6px;
  vertical-align: middle;
  line-height: 0.9em;
  max-width: 95%;
}
form label p a{
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #686868;
  text-decoration: underline;
  vertical-align: baseline;
}
form label p a:hover{
  cursor: pointer;
  text-decoration: none;
}
form label input:checked + span{
  background-position: 0px center;
}



::-moz-placeholder{
  opacity: 1;
  color: #adadad;
}
::-webkit-input-placeholder{
  opacity: 1;
  color: #adadad;
}


:focus::-webkit-input-placeholder {
  color: transparent
}
:focus::-moz-placeholder {
  color: transparent
}
:focus:-moz-placeholder {
  color: transparent
}
:focus:-ms-input-placeholder {
  color: transparent
}

iframe[name=google_conversion_frame]{
  display: none;
}

.message{
	padding:40px !important;
}
.thank{
	margin: 20px 0;
    color: green;
}

.zamershik img{
	max-height:500px !important;
}
.dizainer img{
    max-width: 370px !important;
}


.ty_content{
  padding-top: 115px;
  padding-bottom: 136px;
}



@media(min-width: 1200px){
  .ty_content .container{
    max-width: 1200px;
  }
  .ty_content{
    height: calc(100vh - 228px);
  }
}
.ty_content_title{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 70px;
}
.ty_content_subtitle{
  max-width: 85.7%;
  position: relative;
  padding-bottom: 23px;
  padding-right: 50px;
  font-size: 18px;
}
.ty_content_subtitle::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url(pic/arrow-top.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
}
.ty_content_share{
  margin-top: 79px;
  font-size: 18px;
}
.ty_content_social{
  display: flex;
  margin-top: 21px;
}
.ty_content_share_title{
  font-weight: 700;
}
.ty_content video{
  max-width: 100%;
}
.ty_content .social_item{
  width: 32.1px;
  height: 29.8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 22.2px;
}
.ty_content .facebook{
  background-image: url(pic/facebook.svg);
}
.ty_content .instagram{
  background-image: url(pic/instagram.svg);
}
.ty_content .vk{
  background-image: url(pic/vk.svg);
}
.ty_content .ok{
  background-image: url(pic/odnoklassniki.svg);
}
.ty_content .youtube{
  background-image: url(pic/youtube.svg);
}
.ty_content .video{
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.ty_content .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width: 1199px){
  .ty_content{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ty_content_title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .ty_content_share {
    margin-top: 30px;
  }
}
@media(max-width: 991px){
  .ty_content .col-12:first-child{
    margin-bottom: 30px;
  }
  .ty_content_subtitle::after{
    display: none;
  }
  .ty_content{
    padding: 60px 0;
  }
}
@media(max-width: 767px){
  .bannButton p{
    display: none;
  }
  .bannButton {
    top: 255px;
  }
  .bannContent .fontBann2{
    margin-bottom: 105px;
  }
  body .blockBanner .content{
    padding-bottom: 0;  
  }
  .ty_content_subtitle{
    padding-right: 0;
    max-width: 100%;
  }
}
@media(max-width: 560px){
  body .bannButton {
    position: absolute;
    top: 265px;
  }
  .ty_content_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px){
  body .bannButton {
    top: 245px;
  }
  .ty_content_title {
    font-size: 26px;
  }
}
@media (max-width: 320px){
  body .bannButton {
    top: 215px;
  }
}
