@font-face {
  font-family: 'Roboto-Light';
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto/Robotolight.woff2') format('woff2'), url('../fonts/Roboto/Robotolight.woff') format('woff'), url('../fonts/Roboto/Robotolight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto/Roboto.woff2') format('woff2'), url('../fonts/Roboto/Roboto.woff') format('woff'), url('../fonts/Roboto/Roboto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto/Robotomedium.woff2') format('woff2'), url('../fonts/Roboto/Robotomedium.woff') format('woff'), url('../fonts/Roboto/Robotomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto/Robotobold.woff2') format('woff2'), url('../fonts/Roboto/Robotobold.woff') format('woff'), url('../fonts/Roboto/Robotobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}






@font-face {
  font-family: 'RobotoCondensed-Light';
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('../fonts/RobotoCondensed/Robotocondensedlight.woff2') format('woff2'), url('../fonts/RobotoCondensed/Robotocondensedlight.woff') format('woff'), url('../fonts/RobotoCondensed/Robotocondensedlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/RobotoCondensed/Robotocondensed.woff2') format('woff2'), url('../fonts/RobotoCondensed/Robotocondensed.woff') format('woff'), url('../fonts/RobotoCondensed/Robotocondensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/RobotoCondensed/Robotocondensedbold.woff2') format('woff2'), url('../fonts/RobotoCondensed/Robotocondensedbold.woff') format('woff'), url('../fonts/RobotoCondensed/Robotocondensedbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
*{
  margin:0;
  padding:0;
}
html,
body {
  height: 100%;
  font-family: 'RobotoCondensed-Regular';
  font-size: 16px;
}

ol, ul {
    margin-left: 30px;
    color: #666666;
    font-size: 14px;
    font-family: 'Roboto-Light';
}

.wrp{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.w-cntnt{
  flex: 1 0 auto;
}
.footer{
  flex: 0 0 auto;
}

.s-head{
  display: block;
}

.container{
  width: 1800px !important;
}

.pol-cl{
    cursor: pointer;
}

.sogl-cl{
    cursor: pointer;
}

.nov-img img{
    float: left;
    margin: 5px 20px 15px 20px;
    width: 300px;
    height: auto;
}

.ag-nav{
  background: none;
  border: none;
  margin: 0;
  min-height: 50px;
}
.ag-nav .container-fluid{
  padding: 0;
}
.ag-nav .navbar-collapse{
  padding: 0;
}
.ag-nav .navbar-nav{
  font-size: 18px;
  color: #404041;
}
.ag-nav .navbar-nav li{

}
.ag-nav .navbar-nav li a{
  padding: 15px 30px;
}

.s-head-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 125px;
}

.logo{
  display: inline-block;
  max-width: 215px;
}

.s-menu{
  display: inline-block;
}

.s-head-right{
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  width: 335px;
  font-size: 20px;
  color: #404041;
  align-items: center;
}

.s-tel{
  display: inline-block;
  position: relative;
}

.s-tel p{
  padding-bottom: 5px;
  margin: 0;
}
.s-tel p:last-child{
  padding-bottom: 0;
}

.s-tel p a{
  color: #404041;
  text-decoration: none;
}
.s-tel p a .glyphicon{
  position: absolute;
  left:-30px;
  top:5px;
}

.s-zakaz{
  position: relative;
  display: inline-block;
}

.s-btn{
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 3px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.s-btn:hover{
  opacity: 0.9;
}

.s-btn-danger{
  background: #d93743;
  color: #fff !important;
}

.s-main-slide{
  display: block;
  position: relative;
  background: #4e4d4d;
}

.s-main-slide-box{
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 408px;
  padding-left: 230px;
}

.s-main-slide-box h2{
  margin: 0;
  padding: 0;
  font-size: 64px;
  font-family: 'RobotoCondensed-Bold';
  color: #fff;
  padding-top: 105px;
  padding-bottom: 35px;
}

.s-main-slide-box p{
  font-size: 22px;
  font-family: 'Roboto-Light';
  color: #fff;
}

.s-main-slide .carousel-indicators{
  padding-bottom: 20px;
}

.s-slide-arr{

}
.s-slide-arr a{
  position: absolute;
  top:0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-slide-arr a .glyphicon{
  background: rgb(26, 26, 26);
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size:18px;
  opacity: 0.2;
}

.s-slide-arr a .glyphicon:hover{
  opacity: 0.6;
}
.s-main-slide-left{
  left: 100px;
}
.s-main-slide-right{
  right: 100px;
}

.s-main-product{
  display: block;
  margin-top: -35px;
  background-image: url('../images/bg-product.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

.s-main-product-mobile {
  display: none;
}

.s-main-product-wrp{
  display: block;
  /*display: -webkit-flex;*/
  /*display: -ms-flex;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  /*align-items: flex-start;*/
}

.s-main-product-box{
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;
  max-width: 560px;
  width: 100%;
  vertical-align: top;
  padding: 25px 39px;
  margin-bottom: 27px;
  z-index: 50;
}

.s-main-product-box-lg{
  max-width: 860px;
}

.s-main-product-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.s-main-product-title h2{
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #d93743;
  font-family: 'RobotoCondensed-Regular';
}

.s-main-product-title a{
  color:inherit;
  text-decoration: none !important;
}

.s-main-product-txt{
  display: block;
}
.s-main-product-col{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}

.s-main-product-box-lg .s-main-product-col{
  width: 388px;
  width: 49%;
}

.s-main-product-col b{
  font-size: 18px;
  color: #4d4d4d;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
}

.s-main-product-col ul{
  list-style: none;
}
.s-main-product-col ul li{
  display: inline-block;
}
.s-main-product-col ul li a{
  color: #666666;
  font-size: 16px;
  font-family: 'Roboto-Light';
  text-decoration: underline;
  padding-right: 15px;
}

.s-preim{
  display: block;
}

.s-zag{
  margin: 0;
  padding: 40px 0 80px;
  font-size: 48px;
  color: #666666;
  font-family: 'RobotoCondensed-Regular';
  text-align: center;
}

b{
  font-family: 'RobotoCondensed-Regular';
}

.s-preim-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 100px;*/
}

.s-preim-box{
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  margin-bottom: 23px;
}

.s-preim-box b{
  font-weight: normal;
  font-size: 24px;
  color: #404041;
  padding-bottom: 20px;
  display: block;
}

.s-preim-box p{
  color: #666666;
  font-size: 16px;
  font-family: 'Roboto-Light';
}

.s-reim-box-img{
  display: block;
  margin-bottom: 27px;
}


.s-okomp{
  display: block;
  background-image: url('../images/o-komp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 40px;
  color: #fff;
}

.s-okomp .s-zag{
  color: #fff;
}

.s-okomp-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.s-okomp-b1{
  display: inline-block;
  max-width: 720px;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s-okomp-b1 b{

  width: 300px;
  display: inline-block;
  vertical-align: top;
  /*font-size: 72px;*/
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  top: -17px;
}

.s-okomp-b1 b span{
  display: block;
  font-size: 24px;
  font-family: 'Roboto-Light';
}

.s-okomp-b2{
  display: inline-block;
  max-width: 870px;
  width: 100%;;
}

.s-okomp-b2 p{
  margin: 0;
  padding: 0 0 35px;
  font-size: 18px;
  font-family: 'Roboto-Light';
}

.s-okomp-btn{
  text-align: center;
}

.s-prefooter{
  display: block;
  margin-top: 80px;
 /* padding-bottom: 100px; */
}
.s-prefooter-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.s-prefooter-box{
  display: inline-block;
  background: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 20px 35px;
  max-width: 415px;
  width: 100%;
  min-height: 485px;
}

.s-prefooter-box-lg{
  max-width: 860px;
}

.s-prefooter-box-title{
  display: block;
}
.s-prefooter-box-title h4{
  color: #666;
  font-size: 32px;
  font-family: 'RobotoCondensed-Regular';
  padding: 20px 0;
  font-weight: normal;
  margin: 0;
}

.s-prefooter-txt{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s-prefooter-slide{
  display: inline-block;
  width: 375px;
}

.s-prefooter-slide .carousel-indicators{
  bottom: -40px;
}

.s-prefooter-slide .carousel-indicators .active{
  background: #666;
  top:-1px;
  position: relative;
}

.s-prefooter-slide .carousel-indicators .active, .s-prefooter-slide .carousel-indicators li{
  border:1px solid #666;
  width: 10px;
  height: 10px;
}


.s-prefooter-images{
  display: inline-block;
  width: 100%;
  margin-left: 50px;
}

.s-prefooter-images img{
  display: inline-block !important;
  margin-right: 45px;
  margin-bottom: 15px;
}

.s-prefooter-news{
  display: block;
}

.s-prefooter-news-box{
  display: block;
  border-top: 1px solid #e6e6e6;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.s-prefooter-news-box:nth-child(4){
  border-bottom: 1px solid #e6e6e6;
}

.s-pref-news-date{
  display: inline-block;
  width: 65px;
}
.s-pref-news-date b{
  color: #404041;
  font-family: 'RobotoCondensed-Bold';
  font-size: 28px;
  margin: 0;
}
.s-pref-news-date b span{
  display: block;
  font-size: 14px;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
  margin-top: -10px;
}
.s-pref-news-txt{
  display: inline-block;
  font-size: 16px;
  color: #666666;
  font-family: 'Roboto-Light';
  padding-left: 20px;
}
.s-pref-news-txt a{
  color: inherit;
}

.s-pref-next{
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #d93743;
}
.s-pref-next a{
  display: inline-block;
  color: inherit;
  text-decoration: none !important;
}
.s-pref-next a:hover{
  opacity: 0.8;
}
.s-pref-next a img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}


.l-okomp{
  display: block;
  background-image: url('../images/l-komp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  padding: 105px 0 100px;
}

.l-okomp-f{
  display: block;
  margin-bottom: 50px;
}
.l-okomp-f b{
  display: inline-block;
  font-size: 56px;
  color: #da2128;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
  max-width: 305px;
  vertical-align: top;
  margin-bottom: 25px;
  margin-right: 50px;
}

.l-okomp-f b span{
  display: block;
  font-size: 22px;
  color: #666666;
  font-family: 'Roboto-Light';
}

.l-okomp-txt{
  display: block;
  max-width: 1360px;
}

.l-okomp-txt p{
  font-size: 18px;
  font-family: 'Roboto-Light';
  color: #666;
  margin: 0 0 35px;
}

.l-okomp-title{
  display: block;
  color: #666;
  margin-top: 100px;
}

.l-okomp-title h3{
  font-size: 48px;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
  margin: 0 0 25px;
}

.l-okomp-title h4{
  font-size: 18px;
  font-family: 'Roboto-Light';
  font-weight: normal;
  margin: 0 0 75px;
}

.l-okomp-sovet{
  display: block;
}

.l-sovet-box{
  display: inline-block;
  vertical-align: top;
  max-width: 560px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 100%;
  margin-right: 25px;
  padding: 25px;
  margin-bottom: 25px;
}
.l-sovet-box h5{
  font-size: 35px;
  color: #666;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
  margin: 0 0 35px;
}

.l-sovet-col{
  display: block;
  border-bottom: 1px dashed #e6e6e6;
  padding: 15px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-sovet-col:nth-child(1),.l-sovet-col:nth-child(2){
  border-top: 1px dashed #e6e6e6;
}
.l-sovet-col b{

}
.l-sovet-col p{
  margin: 0;
  padding: 0;
}

.l-sovet-img{
  display: inline-block;
  width: 140px;
}
.l-sovet-img img{
  max-width: 111px;
  height: 111px;
  border-radius: 50%;
  display: block;
}

.l-sovet-box-lg{
  max-width: 865px;
}

.l-sovet-box-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.l-sovet-box-lg .l-sovet-col{
  max-width: 370px;
  width: 100%;
}


.l-sovet-txt b{
  font-size: 22px;
  color: #404041;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
}
.l-sovet-txt p{
  font-size: 16px;
  color: #666666;
  font-family: 'Roboto-Light';
}


.s-postavki{
  display: block;
  background-image: url('../images/rf-map.jpg');
  background-repeat: no-repeat;
  /*background-position: top center;*/
  background-position: center;
  background-size: cover;
  height: 1000px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.s-postavki h2{
  font-size: 64px;
  font-family: 'RobotoCondensed-Bold';
  color: #fff;
  margin: 0 0 60px;
}

.s-postavki p{
  font-family: 'Roboto-Light';
  margin: 0 auto 65px;
  max-width: 820px;
  font-size: 18px;
  color: #fff;
}

.s-postavki .s-btn{
  font-size: 20px;
}

.footer{
  background: #404041;
  color: #fff;
}
.footer .s-head-wrp{

}

.footer .item-112 a {
    color: #000 !important;
}

/* del
.footer .ag-nav .navbar-nav li a{
  color: #fff;
}
*/

.footer .s-head-right p a{
  color: #fff;
}

.copy{
  background: #39393a;
}

.copy-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy p{
  margin: 0;
  padding: 20px 25px;
  font-family: 'RobotoCondensed-Light';
}

.copy-links p{
  display: inline-block;
  font-size: 18px;
  color: #b3b3b3;
}

.copy-links p a{
  color: inherit;
}

.copy-social{
  display: inline-block;
}

.copy-social a{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #333333;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  background-image: url('../images/social.png');
  background-repeat: no-repeat;
  background-position: left 10px center;
  transition: all 0.3s;
}
.copy-social a:hover{
  opacity: 0.9;
}
.inst{
  background-position: left -28px center !important;
}
.vk-footer{
  background-position: right 2px center !important;
}

.s-shap{
  display: block;
  background-image: url('../images/o-komp.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  /*height: 650px;*/
  position: relative;
  color: #fff;
  padding: 37px 0 50px;
}

.s-bread{
  display: block;
  background: none;
  font-size: 16px;
  font-family: 'Roboto-Light';
  padding: 0;
}
.s-bread li, .s-bread .active{
  color: #fff;
}
.s-bread li a{
  color: #ccc;
}
.s-bread > li + li::before{
  content:'–';
}

.s-shap-txt{
  display: block;
  /*margin-top: 150px;*/
  margin-top: 80px;
  margin-left: 150px;
}

.s-shap-txt h1{
  font-size: 48px;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
  margin: 0 0 45px;
}

.s-shap-txt p{
  font-size: 22px;
  font-family: 'Roboto-Light';
  max-width: 735px;
}

.s-iopis-tab{
  display: block;
  margin-bottom: 60px;
}

.s-iopis-tab dl {
	width: 520px;
  width: 100%;
  color: #404041;
  font-size: 18px;
  font-family: 'Roboto-Light';
}
.s-iopis-tab dt {
	display: inline-block;
	width: 50%;
	background: url('../images/dot.png') 0 bottom repeat-x;
	margin-bottom: 30px;
}
.s-iopis-tab dt span {
	background: #fff;
  font-weight: normal;
}
.s-iopis-tab dd {
	display: inline-block;
	width: 455px;
	margin-bottom: 10px;
}

.s-info{
  display: block;
  padding-top: 40px;
}

.s-info-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 27px;
}

.s-iphoto{
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: space-between;
  width: 740px;
}

.s-iphoto-big{
  display: inline-block;
  width: 560px;
  margin: 0 auto;
}
.s-iphoto-big img{
  border-radius: 5px;
}




.s-iphoto-sm{
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 565px;
  position: relative;
}

.s-iphoto-sm-arr{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.s-iphoto-sm-arr a{
  position: absolute;
  left:0;
  right: 0;
  background: rgb(26, 26, 26);
  text-decoration: none !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  opacity: 0.2;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.s-iphoto-sm-arr a:hover{
  opacity: 0.5;
}

 .s-ism-up{
  top:10px;
 }

 .s-ism-down{
  bottom:10px;
 }

.s-iphoto-sm-box{
  display: block;
  height: 405px;
  overflow: hidden;
  position: relative;
  z-index: 50;
  margin-top: 90px;
}

.s-iphoto-sm-box img{
  max-width: 120px;
  margin-bottom: 20px;
  display: block;
  border-radius: 5px;
  height: 120px;
  width: auto;
  cursor: pointer;
}
.s-iphoto-sm-box img:hover{
  opacity: 0.8;
}


.s-iopis{
  /*max-width: 730px;*/
  max-width: 1025px;
  width: 100%;
  display: inline-block;
}

.s-iopis h1{
  display: block;
  font-size: 48px;
  color: #666;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
  margin: 0 0 65px;
}

.s-iopis-btnzone{
  display: block;
}

.s-iopis-btnzone .s-btn{
  margin-right: 22px;
  border-radius: 7px;
  font-size: 20px;
  padding: 27px 35px;
  border: 2px solid #d93743;
}

.s-btn-danger-t{
  background-color: transparent;
  border: 2px solid #d93743;
  color: #d93743 !important;
  padding: 20px 29px;
}
.s-btn-danger-t:hover{
  background: #d93743;
  color: #fff !important;
}

.s-item{
  display: block;
  /* margin-bottom: -100px; */
}

.s-item-opis{
  display: block;
  margin-top: 100px;
  padding-bottom: 90px;
}

.s-item-opis h2{
  font-size: 32px;
  font-weight: normal;
  font-family: 'RobotoCondensed-Regular';
  color: #666;
  margin: 0 0 50px;
}

.s-item-opis-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s-item-opis-txt{
  width: 100%;
  display: inline-block;
  margin-right: 50px;
}

.s-item-opis-txt p{
  color: #666666;
  font-size: 18px;
  font-family: 'Roboto-Light';
  margin: 0 0 20px;
}

.s-item-opis-img{
  max-width: 420px;
  width: 100%;
  display: inline-block;
}

.s-prefooter2{
  padding: 130px 0 110px;
  background: #fafafa;
  margin: 0;
}

.bread-zone{
  background: #f4f4f4;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
}


.bread-zone .s-bread{
  margin: 32px 0;
}

.bread-zone .s-bread li a{
  color: #666;
}

.bread-zone .s-bread li, .bread-zone .s-bread .active{
  color: #404041;
}

.product-bg{
  background-image: url('../images/shap-product-bg.jpg');
}

.s-shap-408{
  height: 408px;
}
.s-shap-408 .s-shap-txt{
  margin-top: 80px;
  position: relative;
}
.s-shap-408 .s-shap-txt h1{
  margin-bottom: 40px;
}
.l-product .s-preim-wrp{
  padding-bottom: 0;
}

.pilo-bg{
  background-image: url('../images/shap-pilo-bg.jpg');
}

.slim-arrow-down{
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url('../images/slim-arrow-down.png');
  width: 13px;
  height: 22px;
  margin-right: 10px;
}

.price-list{
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
  height: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.price-list > a{
  display: inline-block;
  padding: 18px 20px;
  border:2px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 16px;
}
.price-list > a:hover{
  background: #666;
  opacity: 0.7;
}
.price-list > a span{
  position: relative;
  top:2px;
}
.price-list i, .price-list > a span{
  cursor: pointer;
}

a.novosti-p{
    cursor: pointer;
}

a.statii-p{
    cursor: pointer;
}

.s-pilo{
  display: block;
}

.s-pilo-wrp{
  display: block;
  margin-top: 100px;
}
.s-pilo-wrp h3{
  margin: 25px 0 60px;
  font-size: 32px;
  color: #666;
  font-family: 'RobotoCondensed-Regular';
}

.s-pilo-contain{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}

.s-pilo-box{
  display: inline-block;
  vertical-align: top;
  max-width: 415px;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background: #79797a;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 35px 40px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px;
  margin-right: 30px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 25px;
}
.s-pilo-box:hover{
  opacity: 0.8;
}
.s-pilo-box:nth-child(4n){
  margin-right: 0;
}

.vakancii-bg{
  background-image: url('../images/shap-vakansii-bg.jpg');
}

.vakancii-pretxt{
  display: block;
  margin:65px 0;
  font-size: 18px;
  color: #666;
  font-family: 'Roboto-Light';
}

.vakancii-pretxt p{
  max-width: 1380px;
}


.s-vakancii-wrp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}

.s-vakancii-box{
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 45px 40px;
  color: #666666;
  max-width: 650px;
  margin-right: 30px;
}

.s-vakancii-box b{
  font-size: 32px;
  display: block;
  margin: 0 0 30px;
  font-family: 'RobotoCondensed-Regular';
  font-weight: normal;
}

.s-vakancii-box ul{
  display: block;
  margin-bottom: 40px;
  margin-left: 15px;
}

.s-vakancii-box ul li{
  margin-left: 25px;
  font-size: 18px;
  font-family: 'Roboto-Light';
}

.sertificats-box{
    width: 100%;
    height: auto;
    display: inline-block;
}

.sertificats-box img{
    width: 33%;
    height: auto;
    padding: 5px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
    background-color: #e7e7e7;
}

.postavshik-bg{
  background-image: url('../images/shap-postavshik.jpg');
}

.s-postavshik-txt{
  display: block;
  margin-top: 90px;
}

.s-postavshik-txt p, .s-postavshik-txt ol{
  padding-bottom: 40px;
  font-size: 18px;
  color: #666666;
  font-family: 'Roboto-Light';
}
.s-postavshik-txt ol{
  margin-left: 15px;
}

.s-postavshik-form{
  display: block;
  margin-top: 60px;
  color: #666;
}

.s-postavshik-form > h2{
  font-size: 32px;
  font-family: 'RobotoCondensed-Regular';
  margin: 0 0 30px;
}

.white-box{
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 40px;
}

.s-postavshik-form .white-box{
  padding:40px 60px;
  max-width: 1440px;
  width: 100%;
  position: relative;
  min-height: 425px;
  padding-bottom: 30px;
}

.s-postavshik-form .white-box:before{
  position: absolute;
  background-image: url('../images/man.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  content:'';
  display: block;
  width: 330px;
  height: 524px;
  bottom:0;
  right:120px;
}
.s-postavshik-form .white-box p{
  font-size: 18px;
  color: #404041;
  font-family: 'Roboto-Light';
  margin: 0 0 30px;
}
.s-postavshik-form .white-box p span{
  font-size: 26px;
}

.s-postavshik-form .s-form{
  max-width: 850px;
  width: 100%;
}

.s-form input,.s-form textarea{
  display: block;
  vertical-align: top;
  max-width: 400px;
  width: 100%;
  border:2px solid #e4e4e4;
  font-size: 16px;
  color: #4d4d4d;
  font-family: 'Roboto-Light';
  text-align: left;
  padding: 20px 14px;
  border-radius: 5px;
  margin: 0 auto 20px;
}

.s-form input:focus,.s-form textarea:focus{
  border-color: #ccc;
}

.s-form input[type="submit"]{
  font-size: 20px;
  border:3px solid #d93743;
  text-align: center;
  font-family: 'RobotoCondensed-Regular';
  max-width: 210px !important;
  background-color: transparent;
  color: #d93743;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.s-form input[type="submit"]:hover{
  opacity: 0.8;
  color: #fff;
  background: #d93743;
}

.s-postavshik-form .s-form input{
  margin: 0 0 25px;
}

.s-postavshik-form .s-form .col-md-6{
  padding-left: 0;
}

.s-form-file{
  position: relative;
}
.s-form-file-ico{
  display: block;
  background-image: url('../images/staple.png');
  background-repeat: no-repeat;
  background-position: left 8px center;
  font-size: 16px;
  color: #4d4d4d;
  font-family: 'Roboto-Light';
  padding-left: 45px;
  height: 25px;
  vertical-align: middle;
}

.s-postavshik-form .s-form-file{
  padding-top: 10px;
}

.s-postavshik-form .s-form-file input[type="file"]{
  background: none;
  border:none;
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
}

.kontakti-bg{
  background-image: url('../images/shop-kontakt.jpg');
}

.l-kontakti .l-okomp-sovet{
  display: block;
  margin-top: 100px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.l-kontakti > .container{
  max-width: 1480px;
  width: 100%;
}
/*.l-kontakti .l-okomp-sovet .l-sovet-box:last-child{
  margin-right: 0;
}*/

.l-kontakti .l-okomp-sovet .s-form input,.l-kontakti .l-okomp-sovet .s-form textarea{
  margin: 0 0 25px;
  max-width: 100%;
}


.l-kontakti-txt{
  display: block;
  color: #666666;
  margin-top: 80px;
}

.l-kontakti-txt h3{
  font-size: 32px;
  font-family: 'RobotoCondensed-Regular';
  margin: 0 0 60px;
}

.l-kontakti-txt b{
  color: #404041;
  font-size: 22px;
  font-family: 'Roboto-Regular';
  font-weight: normal;
  display: block;
  margin-bottom: 25px;
}

.l-kontakti-txt p{
  margin: 0 0 10px;
  font-size: 18px;
  font-family: 'Roboto-Light';
}

.l-kontakti-txt .col-md-4{
  padding-left: 0;
}

.s-kontakti-map{
  display: block;
  margin-top: 40px;
}

.s-kontakti-map h3 {
    font-size: 32px !important;
    font-family: 'RobotoCondensed-Regular';
    margin: 0 0 20px;
    color: #666666;
}

.news-bg{
  background-image: url('../images/shap-news.jpg');
}

.price-list .nav-pills{
  display: block;
  max-width: 390px;
  border:2px solid #fff;
  border-radius:6px;
}

.price-list .nav-pills li{

}

.price-list .nav-pills > li > a{
  font-size: 16px;
  color: #fff;
  border-radius: 0px;
  margin: 0;
  padding: 20px 60px;
}

.price-list .nav-pills .active a{
  background: #fff;
  color: #404041;
  padding: 20px 70px;
}

.price-list .nav-pills .active a:hover, .price-list .nav-pills li a:hover{
  color: #444;
  background: #fff;
  opacity: 0.5;
}


.blog-wrp{
  display: block;
  margin-top: 80px;
}

.blog-box{
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 35px;
  color: #666666;
  font-size: 18px;
  font-family: 'Roboto-Light';
  max-width: 1460px;
  margin: 0 auto 45px;
}
.blog-img{
  display: inline-block;
  vertical-align: top;
  width:380px;
  height: 370px;
}
.blog-img img{
  /*max-width:380px;
  max-height: 370px;*/
  margin: 0 auto;
    width: 300px;
    height: auto;
    max-height: 200px;
    max-width: 100%;
}
.blog-cont{
  display: inline-block;
  width:100%;
  margin-left:30px;
  position: relative;
  padding-bottom: 65px;
}
.blog-title{
  display:block;
  margin:20px 0 35px;
  font-size: 32px;
  font-family: 'RobotoCondensed-Regular';
}
.blog-title a{
  color: inherit;
}
.blog-txt{
  display:block;
}

.blog-box .blog-txt img {
    display: none;
}

.blog-more{
  display: block;
  padding-top: 60px;
  position: absolute;
  bottom: 2px;
}

.s-btn-dark{
  background: #404041;
  color: #fff;
}
.s-btn-dark:hover{
  color: #fff;
}

.s-btn-dark-t{
  border:1px solid #404041;
  background: none;
  color: #404041;
}
.s-btn-dark-t:hover{
  background: #404041;
  color: #fff;
}

.s-pagi{
  display: block;
  text-align: center;
  margin: 60px 0 80px;
}

.s-pagi .pagination li a{
  margin: 0 6px;
  border-color: #d2d2d3;
  border-radius: 50%;
  color: #d4d4d4;
  font-size: 18px;
  padding: 5px 10px;
  min-width: 40px;
  min-height: 40px;
}

.s-pagi .pagination li:first-child a,.s-pagi .pagination li:last-child a{
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}

.s-pagi .pagination li a .glyphicon{
  position: relative;
  top:0;
  font-size: 14px;
}

.s-pagi .pagination li a:hover{
  border-color:#b4b4b4;
}

.s-pagi .pagination .active a{
  background: #ededed;
  color: #666;
  border-color:#666;
}

.footer .ag-nav .active a{
  color:#444 !important;
}

.container-news{
  max-width: 1440px;
  width: 100%;
  margin: 50px auto;
}

.s-prefooter-news-box, .s-pref-news-txt{
  width: 100%;
}


.l-sovet-box{
  display:block;
  max-width:100%;
  /*max-width: 50%;
  margin: 0 auto;*/
}

.l-okomp-sovet-vopr .l-sovet-box{
  display:block;
  max-width: 50%;
  margin: 0 auto;
}

.l-sovet-col{
  display:inline-flex;
  width:427px;
  border:none;
}

.l-okomp-sovet-vopr{
  text-align:center;
}

.l-okomp-sovet{
  flex-direction:column;
}


.l-okomp-sovet .l-sovet-box-lg .l-sovet-col{
  max-width:350px;
  border:none;
}

.l-okomp-sovet .l-sovet-img{
  padding-right:15px;
}


.s-shap-408::after{
  content:'';
  width:100%;
  height:100%;
  background:#000;
  display:block;
  position:absolute;
  left:0;
  top:0;
  opacity:0.4;
}

.s-shap-408 .container{
  position:relative;
  z-index:10;
}

.s-pilo-box{
  position:relative;
  z-index:3;
}
.s-pilo-box::after{
  display:block;
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  background:#000;
  opacity:0.3;
  top:0;
  left:0;
  z-index:-1;
}

.social-header{
    display: inline-block;
    padding-right: 10px;
}

.social-header img {
    width: 35px;
}

@media(max-width:1800px){
  .container{
    width: 1280px !important;
  }

.container-news {
    width: 1280px !important;
     width: 100%;
  margin: 50px auto;
}

  .ag-nav .navbar-nav li a{
    padding: 15px 10px;
  }

  .s-head-right{
    margin-left: 20px;
  }

  .s-main-product-box-lg{
    max-width: 560px;
  }

  .s-prefooter-box-lg{
    max-width: 400px;
  }

  .s-prefooter-txt{
    flex-direction: column;
  }

  .s-prefooter-slide{
    width: 250px;
    margin: 0 auto 40px;
  }

  .s-prefooter-images{
    margin-left: 0;
    text-align: center;
  }

  .s-prefooter-images img{
    margin: 10px 15px 5px;
    max-width: 100px;
  }
/*
  .l-sovet-box{
    max-width: 500px;
  }*/
  
  .l-okomp-f b{
    margin-right: 70px;
    max-width: 240px;
  }
  .s-iopis{
      margin-left: 45px;
  }
}/* m-1800px */


@media(max-width:1260px){
    .s-iopis{
      margin-left: 0;
      max-width: 730px;
    }
  .container{
    width: 960px !important;
  }
  
  .container-news{
    width: 960px !important;
     width: 100%;
  margin: 45px auto;
  padding: 0 10px;
  }

.l-okomp-f b {
    font-size: 40px;
}

.s-postavki{  
  height: 910px;
}

  
  .s-main-slide-box{
    padding-left: 200px;
  }
  
    .s-main-product-box-lg{
      max-width: 100%;
    }
    
    .s-preim-wrp{
      flex-wrap: wrap;
      justify-content:center;
    }
    
    .s-preim-box{
      max-width: 250px;
      margin:0 30px 20px;
    }
    
    .s-okomp-wrp{
      flex-direction: column;
    }
    
    .s-okomp-b1{
      max-width: 100%;
    }
    
    .s-okomp-b1 b{
      width: 200px;
      font-size:45px;
    }
    
    .s-okomp-b1 b span{
      font-size: 20px;
    }
    
    .s-prefooter-box-lg{
      max-width: 100%;
      margin-bottom:40px;
    }
    
    .s-prefooter-txt{
      flex-direction:row;
    }
    
    .s-prefooter-images{
      margin-right: 50px;
      text-align: center;
    }
    
    .s-prefooter-slide{
      width: 400px;
      margin-right: 90px;
    }
    
    .s-prefooter-images img{
      max-width: 200px;
    }
    
    .s-head-wrp{
      flex-direction: column;
      padding: 30px 0;
    }
    
    .s-menu{
      margin: 20px 0;
    }
    
    .s-shap-txt{
      margin-left: 0;
    }
    
    .price-list{
      align-items: flex-start;
    }
    
    .s-postavshik-form .white-box p{
      position: relative;
      z-index: 2;
    }
    
    
    .s-info{
      padding-top: 0;
    }
    .s-info-wrp{
      flex-direction: column;
    }
    .s-iphoto{
      width: 100%;
      margin-bottom: 30px;;
    }
    .s-iopis{
        margin: 0 auto;
    }
    .s-item-opis{
        max-width:730px;
        margin: 0 auto;
    }
    .s-item-opis .container{
        width: 100% !important;
    }
    .s-iopis-btnzone{
      display: flex;
      text-align: center;
      justify-content:center;
    }
    .s-iopis-btnzone .s-btn{
      padding: 15px 25px;
    }
    .s-iopis-btnzone .s-btn:last-child{
      margin-right: 0;
    }
    .s-item-opis{
      margin-top: 50px;
    }
}/* m-1260px */

@media(max-width:950px){
    .blog-box{
      flex-direction:column;
    }
    
    .blog-img{
      width:100%;
      margin-bottom:20px;
    }
    
    .blog-img img{
      max-width:100%;
      margin:0 auto;
    }
    .container{
      width: 760px !important;
    }
    
    .container-news{
      width: 760px !important;
       width: 100%;
  margin: 40px auto;
    }
    
    .s-postavki{   
       height: 700px;
}

.s-postavki h2{
        font-size: 52px;
        margin: 0 0 40px;
}

       .s-iopis {
        max-width: 700px;
    }
    
    .s-okomp-b1 b{
      width: 180px;
      font-size:35px;
    }
    
    .s-okomp-b1 b span{
      font-size:18px;
    }
    
    .s-prefooter-box{
      max-width: 350px;
    }
    .s-prefooter-box-lg{
      max-width: 100%;
    }
    
    .copy-links p{
      font-size: 15px;
    }
    
    .s-main-slide-box{
        padding-left: 70px;
    }
    
    .s-main-slide-box{
      background-size: 145%;
      min-height: 374px;
    }
    
    .s-main-slide-box h2{
      padding-top: 90px;
      font-size: 45px;
    }
    
    .s-main-slide .carousel-indicators{
      padding-bottom: 7px;
    }
    
    .s-main-slide-left{
      left:10px;
    }
    
    .s-main-slide-right{
      right:10px;
    }
    
    .s-postavshik-form .s-form{
        display: flex;
    }
    
    .l-okomp-sovet .l-sovet-box-lg .l-sovet-col {
    max-width: 320px;
}
    
}/* m-950px */



@media(max-width:766px){
    
    .container{
      width: 340px !important;
    }
    
    .container-news{
      width: 290px !important;
       width: 100%;
      margin: 10px auto;
    }
    
    .l-sovet-col {
    width: 100%;
}
    .l-okomp-f b {
    margin-right: 0;
    max-width: 300px;
}

  .s-postavki{  
    height: 560px;
  }

.s-postavki h2{
        font-size: 48px;
        margin: 0 0 30px;
}
    
    .s-head-right{
      flex-direction: column;
      margin: 0;
    }
    
    .s-head-right .s-zakaz{
      display: none;
    }
    
    .ag-nav, .s-menu{
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
    
    .ag-nav .navbar-collapse{
      width: 100%;
    }
    
    .ag-nav .navbar-nav{
      width: 100%;
      margin: 0;
      padding: 0;
    }
    
    .ag-nav .navbar-toggle{
      position: relative;
      float: none;
      left: 40%;
    }
    
    .s-main-slide-box{
        background-size: cover;
      background-position: bottom right -240px;
      
      background-position: bottom right -145px;
      min-height: 470px;
      max-width: 340px;
      margin: 0 auto;
      background-size: 319%;
      padding-left: 45px;
    }
    
    .s-main-slide-box h2{
      font-size: 30px;
      padding-top: 20px;
    }
    
    .s-main-slide-box p{
      font-size: 16px;
    }
    
    .s-main-product{
      margin-top: 0;
      padding-top: 30px;
    }
    
    .s-main-product-mobile {
      display: block;
    }
    
    .s-main-product-box ul,.s-main-product-txt{
      display: none;
    }
    
    .s-main-product-title{
      margin: 0;
    }
    .s-main-product-box{
      padding: 10px;
      margin-bottom: 15px;
    }
    
    .s-main-product-title h2{
      font-size: 16px;
    }
    
    .s-main-product-tright img{
      max-width: 35px;
      max-height:30px;
    }
    
    .s-zag{
      font-size: 28px;
      padding: 50px 0;
    }
    
    .s-preim-box{
      max-width: 90px;
    }
    
    .s-preim-box p{
      display: none;
    }
    
    .s-preim-box b{
      font-size: 16px;
      text-align: center;
    }
    
    .s-preim-wrp{
      justify-content: flex-start;
      padding-bottom: 0;
    }
    
    .s-okomp-b1 b{
      width: 140px;
      font-size: 30px;
    }
    
    .s-okomp-b1 b span{
      font-size: 14px;
    }
    
    .s-okomp{
      padding-bottom: 50px;
    }
    
    .s-prefooter-txt{
      flex-direction: column;
    }
    
    .s-prefooter-slide{
      margin: 0 0 40px;
      width: 100%;
    }
    
    .s-prefooter-images img{
      max-width: 87px;
    }
    
    .copy-wrp{
      flex-direction: column;
      text-align: center;
    }
    
    .s-shap-txt, .s-shap-408 .s-shap-txt{
      margin-top: 0;
    }
    
    .s-shap{
      height: auto;
    }
    
    .price-list{
      position: relative;
      margin: 0 auto;
    }
    
    .s-pilo-box{
      margin-right: 0;
    }
    .s-pilo-wrp{
      margin-top: 50px;
    }
    
    .s-item-opis{
        max-width: 340px;
    }
    .price-list{
      text-align: center;
      width: 100%;
    }
    .price-list .nav-pills{
      margin: 0 auto;
      text-align: center;
    }
    .price-list .nav-pills li{
      float: none;
    }
    .price-list > a{
      margin: 0 auto;
    }
    .blog-box{
     flex-direction:column;
    }
    
    .blog-img{
      width: 100%;
      height: 245px;
      margin-bottom: 20px;
    }
    
    .blog-img img{
      max-width: 100%;
    }
    .blog-cont{
      margin-left: 0;
    }
    
    .blog-txt{
        word-wrap: break-word;
    }
    
    .s-postavshik-form .white-box::before{
      display:none;
    }
    
    .s-postavshik-form .white-box::before{
      display:none;
    }
    
    .s-postavshik-form .s-form{
      flex-direction: column;
    }
    
    .s-postavshik-form .white-box{
      padding: 20px;
    }
    
    .l-kontakti .l-okomp-sovet{
      flex-direction: column;
    }
    
    .l-sovet-box{
      margin-right: 0;
    }
    
    .l-okomp-sovet-vopr .l-sovet-box {
    max-width: 100%;
}

    .sertificats-box img{
    width: 100%;
    }
    
}

.vspbar{
	display:none;
	justify-content:center;
	align-items:center;
	width:100%;
	background:#cf2973;
	color:#fff;
	position:fixed;
	bottom:0;
	z-index:50;
}

.vspbar .glyphicon{
    position:relative;
    top:1px;
    left:-3px;
}

.vspbar a{
    display:block;
	color:#fff;
	padding:8px 20px;
}

.vspbar a:hover{
    text-decoration:none;
    background:#CF2994;
}

@media(max-width:1366px){
.s-iopis-tab dt {
	display: inline-block;
	width: 37%;
	background: url('../images/dot.png') 0 bottom repeat-x;
	margin-bottom: 30px;
}
.s-iopis-tab dd {
	display: inline-block;
	width: 380px;
	margin-bottom: 10px;
}
}

@media(max-width:500px){
  
  .s-iopis-tab dt {
        width: 100%;
    }

.s-postavki {
    height: 365px;
}

.s-postavki h2 {
    font-size: 38px;
    margin: 0px 0 25px;
}

    .s-iopis-tab dd {
        width: 300px;
    }
    
    .s-iopis-tab dt span {
    font-weight: bold;
}
}

@media(max-width:405px){
  .vspbar{
        display:flex;
    }
    
    .s-postavki {
    height: 235px;
}
    
    .nov-img img {
    width: 275px;
}
    
    .l-kontakti-txt h3 {
        font-size: 23px;
    }
    .blog-img{
        height: auto;
    }
    
    .s-main-slide-box{
      background-size:cover;
      background-position: right -225px top;
      max-width:100%;
    }
    .s-main-slide-box h2,
    .s-main-slide-box p{
      text-shadow: 1px 1px 2px black, 0 0 1em #000;
    }
    .l-sovet-col{
    flex-direction:column;
    display:flex;
    }
    .l-sovet-img img{
        margin: 0 auto;
    }
}

/*таблица товаров начало*/

.recommended-items__th {
  text-align: center;
  padding: 8px 25px;
  font-size: 18px;
  font-family: 'Roboto-Light', sans-serif;
}

.recommended-items__td {
  max-width: 250px;
  vertical-align: middle !important;
  text-align: center;
  color: #666666;
  font-size: 18px;
  font-family: 'Roboto-Light', sans-serif;
}

.recommended-items__td:nth-child(2) {
  text-align: left;
}

.recommended-items__td:first-child {
  max-width: 100px;
  /*text-align: center;*/
}

.recommended-items__td:last-child {
  /*max-width: 50px;*/
  /*min-width: 70px;*/
  width: 50px;
}

.recommended-items__td-btn {
  text-align: center;
}

.recommended-items__img {
  max-width: 100%;
  max-height: 100px;
}

.s-iopis-tab {
  margin-right: 80px;
}


@media(max-width:950px){
  .recommended-items {
    border: 0;
  }

  .recommended-items thead {
    display: none;
  }

  .recommended-items tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  }

  .recommended-items__tr {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    width: 240px;
  }

  .recommended-items__td {
    max-width: 100%;
    display: block;
    font-size: 1em;
    text-align: right;
    margin: 0 auto;
  }

  .recommended-items__img {
    max-height: 100%;
    display: inline-block;
  }

  .recommended-items__td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .recommended-items__td:nth-child(2):before {
    display: none;
  }

  .recommended-items__td:nth-child(2) {
    text-align: right;
  }

  .recommended-items__td:first-child {
    max-width: 100%;
    height: 150px;
    text-align: center;
  }

  .recommended-items__td:last-child {
    text-align: center;
    width: 100%;
    border-bottom: 0;
  }


  .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
  }
}

@media(max-width:766px){
  .recommended-items__tr {
    width: 100%;
  }
}

/*таблица товаров конец*/

/*Меню аккордеон начало*/

.accordion-menu {
  width: 300px;
  background: #f5f6f5;
}

.accordion-details::-webkit-details-marker,
.accordion-summary::-webkit-details-marker,
.accordion-summary-inside::-webkit-details-marker
{
  display: none;
}

.accordion-details {
  border: 1px solid #ededed;
  overflow: hidden;
  cursor: pointer;
  position:relative;
}

.accordion-details:hover .accordion-summary,
.accordion-details:hover .accordion-summary span
{
  color: #d93743;
}

.accordion-details ul{
  list-style-type: none;
}

.accordion-details[open] .accordion-summary,
.accordion-details[open] .accordion-summary span
{
  color: #d93743;
}


.accordion-summary {
  color: #666666;
  cursor: pointer;
  outline: none;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.accordion-summary span {
  display: block;
  color: #666666;
  font-size: 18px;
  transition: color 0.3s;
  position: absolute;
  top: 30%;
  right: 10px;
}

.accordion-details[open] .accordion-summary span {
  transform: rotate(90deg);
}

.accordion-summary,
.accordion-summary-inside
{
  font-size: 18px;
  margin: 0;
  font-family: 'Roboto-Light', sans-serif;
}

.accordion-summary{
  font-size: 20px;
  user-select: none;
  transition: color 0.3s;
}


.accordion-details-inside {
  padding-left: 20px;
  position: relative;
  border-top: 1px solid #E6E6E6;
}

.accordion-details-inside:hover .accordion-summary-inside {
  color: #d93743;
}

.accordion-summary-inside {
  font-size: 16px;
  color: #666666;
  font-family: 'Roboto-Light';
  padding: 15px;
  cursor: pointer;
  outline: none;
  user-select: none;
  transition: color 0.3s;
}

.accordion-details-inside[open] .accordion-summary-inside{
  color: #d93743;
}

.accordion-a {
  text-decoration: none;
  color: #666666;
  font-size: 13px;
  transition: color 0.3s;
}

.accordion-details-inside li:hover .accordion-a{
  text-decoration: none;
  color: #d93743;
}

.accordion-details li:hover .accordion-a{
  text-decoration: none;
  color: #d93743;
}

/*Меню аккордеон конец*/

/*Изменения для добавления меню аккоддеон начало*/

.s-info-menu {
  display: flex;
}

.s-info {
  padding-left: 40px;
}

.s-iphoto {
  margin-right: 80px;
}

.bread-zone {
  margin-bottom: 0;
}

.s-item-opis {
  padding-left: 40px;
}

.s-item-opis__table {
  padding-bottom: 20px;
  margin-top: 50px;
  padding-right: 40px;
}

@media(max-width:767px){
  .s-info-menu {
    display: block;
  }

  .moduletable {
    display: none;
  }

  .s-iphoto-big {
    width: 100%;
  }
}

@media(max-width: 950px) {
  .s-iphoto-big {
    width: 100%;
  }
}

@media(max-width: 1740px) {
  .s-iphoto {
    margin-right: 0;
  }

  .s-iphoto-big {
    width: auto;
  }

  .s-iphoto {
    margin-right: 0;
  }
}

/*Изменения для добавления меню аккоддеон конец*/

/*Поправки начало*/

.s-iopis h1 {
  margin-bottom: 30px;
}

.s-iopis-tab {
  margin-bottom: 10px;
}

.s-item-opis {
  margin-top: 20px;
  padding-right: 40px;
}

.s-info {
  padding-right: 40px;
}

.s-iopis {
  margin-left: 0;
}

.short-desc {
  font-family: 'Roboto-Light', sans-serif;
  color: #666666;
}

.short-desc p,
.short-desc span
{
    font-size: 14px;
}

.s-iopis-tab dd {
  width: 100%;
  max-width: 455px;
}

.s-iopis-tab dt {
  width: 35%;
}

@media(max-width:1740px){
  .s-iopis {
    margin-left: 45px;
  }
}

@media(max-width:1560px){
  .accordion-menu {
    width: 255px;
  }
  .s-iopis-tab {
    margin-right: 0;
  }
  .s-item-opis-txt {
    margin-right: 0;
  }
}

@media(max-width:1260px){
  .s-iphoto-big {
    max-width: 560px;
    width: 100%;
  }
  .s-iopis {
    margin-left: 0;
  }
}

@media(max-width: 950px) {
  .accordion-menu {
    width: 200px;
  }
  .s-item-opis__table {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:766px){
    .s-item {
        margin-bottom: -80px;
    }
    
  .s-iopis-tab {
    margin-right: 0;
  }
  .s-item-opis__table {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.grid {
  /*background: #EEE;*/
  /* center */
  /*margin: 0 auto;*/
   /*width: 1800px;*/
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/*Поправки конец*/