@import "reset.css";
@import "help_style.css";
@import "svslider.css";

body{
  background:#e0e0e0;
  font: normal 14px "Trebuchet MS",sans-serif;
  color:#333333;
}
.clr.block{
  clear: both;
  display: block;
  height: 1px;
}
.wrapper{
  width:965px;
  min-width:965px;
  overflow:hidden;
  margin: 0 auto;

}
.wrapper .logo{
  width:294px;
  height: 100px;
  background: #fff;
}
.wrapper .city-box{
  width: 671px;
  height: 50px;
  background: #797979;
  color:#fff;
}
.wrapper .city-box .tc{
  padding: 0 0 0 32px;
  text-align: left;
  padding: 0 3px;
  text-align: center;
  width: 167px;
}
@media screen and (max-width: 375px) {
  .text-zajavka {
    width: 100%!important;
  }
	.wrapper, .slider-box, .slider, .slider ul, .slider ul li{
		margin: 0px auto;
    width: 100%;
    min-width: 0px;
    overflow: visible;
	}
  .wrapper .city-box .tc {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center!important;
  }
  .wrapper .city-box .tc p, .wrapper .city-box .tc span {
    margin: 0 auto!important;
    text-align: center!important;
  }
  .slider ul li img{
    width: 100%;
  }
  .wrapper .city-box{
		width:100%;
	}
	.wrapper .logo{
		width:100%;
	}
	.content .sidebar.fl{
		height:100% !important;
	}
  .slider .zag-content{
    height: auto;
  }
}
.wrapper .header{
  overflow:hidden;
}

.wrapper .city-box span{
  font-size:12px;
  font-style:italic;
}
.wrapper .slogan{
  height: 30px;
  /*background: #ffcc00;*/
  background: #fff;
  color:#000;
  border: 2px solid #ffcc00;
  box-sizing: border-box;
}
.wrapper .menu {
  /*height: 34px;*/
  background: #333333;
  color:#fff;
  padding-left: 70px;
}
.wrapper .menu ul li{
  padding: 9px 0 9px 0;
  /*float:left;*/
  display: inline-block;
}
.wrapper .menu ul li span{
  border-right: 1px dashed #5F5F5F;
  display: inline-block;
}
.wrapper .menu ul li.last span{
  border-right: 0;
}
.wrapper .menu ul li.dropdown{
  position:relative;
}
.wrapper .menu ul li.dropdown ul{
  position:absolute;
  left:-4px;
  top:34px;
  background: #333333;
  display:none;
  z-index: 4;
}
.wrapper .menu.bottom ul li.dropdown ul{
  top:auto;
  bottom:35px;
}
.wrapper .menu ul li.dropdown:hover ul{
  display:block;
}
.wrapper .menu ul li.dropdown ul li{
  float:none;
  padding: 0;
  margin-top: 0;
  border-top: 1px dashed #5F5F5F;
  display: block;
  min-width: 200px;
}
.wrapper .menu.bottom ul li.dropdown ul li{
  border-bottom: 1px dashed #5F5F5F;
  border-top:0;
}
.wrapper .menu ul li.dropdown ul li a{
  float:none;
  border-right: 0;
  padding: 8px 32px;
  text-transform: none;
}
.wrapper .menu.bottom ul li.dropdown ul li a{
  float:none;
  border-right: 0;
  padding: 7px 19px;
  text-transform: none;
}
.wrapper .menu ul li a{
  text-decoration: none;
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 28px;
}
.wrapper .menu ul li a:hover,.wrapper .menu ul li.current{
  color: #ffcc00;
}

#top-menu .active > a{
  color: #ffcc00;
}

#left-menu .active{
  background: #797979;
}

#left-menu .active a{
  color: #FC0;
}

.content{
  background: #fff;
  overflow: hidden;
}
.content-box{
  margin-left: 294px;
  background: #fff;
}
.content-box .breadhumbs{
  font: italic normal 14px "Trebuchet MS",sans-serif;
  color:#797979;
  margin: 10px 25px 0px 25px;
}
.content-box .breadhumbs ul li{
  display:inline-block;
  padding-right: 5px;
}
.content-box .breadhumbs ul li a{
  color:#333333;
  text-decoration: none;
}
.content-box .breadhumbs ul li a:hover{
  text-decoration: underline;
}
.content .sidebar{
  width: 294px;
  background: #FFF;
  padding-bottom: 180px;
}
.content .sidebar .menu-box{
  padding: 10px 30px;
}
.content .sidebar .menu-box ul li a{
  text-decoration:none;
  color:#333333;
  font-weight:bold;
  line-height:32px;
  display:block;
  padding: 5px 30px;
  margin: 0 -30px;
}
.content .sidebar .menu-box ul li a:hover{
  background:#797979;
  color:#ffcc00;
}
.content .sidebar .info-block{
  padding:0 30px;
  padding:0 25px;
  overflow: hidden;
}
.content .sidebar .info-block .zag{
   padding: 10px 30px;
   margin: 0 -30px;
   background:#FC0;
   overflow:hidden;
}
.content .sidebar .info-block .zag .text{
   float:left;
   font-weight:bold;
}
.content .sidebar .info-block .zag .link{
   float:right;
}
.content .sidebar .info-block .zag .link a{
   float:right;
   font-style: italic;
   display: block;
   background:url(../img/link.png) 100% 50% no-repeat;
   padding-right: 10px;
   font-size: 12px;
   color:#333;
   text-decoration: none;
}
.content .sidebar .info-block .zag .link a:hover{
   text-decoration: underline;
}
.content .sidebar .info-block .item{
   margin:20px 0;
}
.content .sidebar .info-block .item .date{
   font-style: italic;
   color:#797979;
}
.content .sidebar .info-block .item .h_zag{
   font-weight:bold;

}
.h_zag a{
   font-weight:bold;
   color: #000000 !important;
   text-decoration: none !important;
}
.content .sidebar .info-block .item .cont{
   font-style: italic;
}

.content .sidebar .info-block .formbox{
  padding: 15px 0;
}
.content .sidebar .info-block .field {
  margin: 0 0 20px 0;
}
.content .sidebar .info-block .field .title {
  color: #333333;
  margin: 0 0 5px 0;
}
.sidebar .info-block .field input[type="text"], .sidebar .info-block .field textarea{
  color: #797979;
  background:#e0e0e0;
  padding:7px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 0;
  font:italic  normal 12px "Trebuchet MS",sans-serif;
  color: #797979;
}
.zajav .field input[type="text"],.zajav .field textarea{
  color: #797979;
  background:white !important;
  padding:7px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: 0;
  font:italic  normal 12px "Trebuchet MS",sans-serif;
  color: #797979;
}
.content .sidebar .info-block .field textarea{
  resize:none;
  height:80px;
}

.field input::-webkit-input-placeholder{
  font:italic normal 12px "Trebuchet MS",sans-serif;
  color: #797979;
}
.field textarea:-moz-placeholder {
  font:italic normal 12px "Trebuchet MS",sans-serif;
  color: #797979;
}
.field input::-moz-placeholder{
  font:italic  normal 12px "Trebuchet MS",sans-serif;
  color: #797979;
}
textarea::-webkit-input-placeholder {
  font:italic  normal 12px "Trebuchet MS",sans-serif;
  color: #797979;
}
button{
  background: #797979;
  padding: 10px 30px;
  float:right;
  color: #FC0;
  text-transform: uppercase;
  font:bold 14px "Trebuchet MS",sans-serif;
  border: 0;
  cursor:pointer;
}
#feedback button{margin-bottom: 20px;}
button:hover{
  opacity: 0.7;
  filter: alpha(opacity = 70);
  -moz-opacity: 0.7;
  zoom: 1;
}
.wrapper .menu.bottom {
  background: #333333;
  color:#fff;
  padding-left: 0px!important;
  border-bottom: 4px solid #FC0;
}
.wrapper .menu.bottom ul li span {
  border-right: 0;
}
.wrapper .menu.bottom ul li a{
  padding: 0px 9px;
  text-transform: none;
}
.car{
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  width: 312px;
  top: -166px;
  left: 28px;
  top: -110px;
  left: 44px;
}
.text-box{
  padding:15px 25px;
}
.text-box h1{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  line-height:30px;
  margin-top: 45px;
}
.text-box h2{
  font-weight: bold;
  margin-bottom: 10px;
}
.text-box p{
  line-height:18px;
  margin-bottom: 20px;
}
.text-box ul{
  margin: 5px;
  margin-left: 15px;
}
.text-box ol{
  margin: 5px;
  margin-left: 35px;
}
.text-box ul li{
  background: url(../img/ulli.png) 0 4px no-repeat;
  padding-left: 20px;
}
.text-box .oplist{
  display:inline-block;
  width:200px;
}
.text-box a{
  color: #797979;
  text-decoration: none;
  font-style: italic;
}
.info-block a.dw,.text-box a.dw{
  display: inline-block;
  background: url(../img/dw.png) 0 3px no-repeat;
  padding-left: 20px;
  color: #797979;
  text-decoration: none;
  font-style: italic;
  font-size: 12px;
}
.info-block a.dw{
  padding-left: 15px;
  margin-left: 10px;
  float: right;
}
.text-box a.dw{
  padding-left: 20px;
}
.text-box a:hover{
  text-decoration: underline;
}
.foto-box{
  overflow:hidden;
  margin-left: -11px;
}
.foto-box .foto-item{
  width:105px;
  height:79px;
  padding:4px;
  border:1px solid #f0ebdd;
  margin-left:11px;
  margin-bottom:11px;
  float:left;
  background:#fff;
}
.foto-box .foto-item img{
  margin:0;
  width: 105px;
  height: 79px;
}

.footer{
  background: #797979;
  color:#fff;
  font-size:12px;
}
/*.footer .tc{
  padding:10px 10px;
}*/
.footer .tc .bus3{
  padding:20px 10px;
}
.footer .tc.copy{
  padding: 10px 0px 10px 18px;
  width: 245px;
  width: 232px;
  text-align: left;
  color: #333;
  display:inline-block;
}
.footer .tc.bus{
  padding: 10px 30px;
  width: 202px;
  padding: 10px 28px;
  width: 210px;
  text-align: left;
}
.footer .tc.bus div.top,.footer .tc.bus2 div.top,.footer .tc.bus3 div.top{
  margin-bottom: 20px;

}
.footer .tc.bus div,.footer .tc.bus2 div,.footer .tc.bus2 div{
  margin: 0;

}
.footer .tc.bus2{
  padding: 10px 0px;
  width: 300px;
  text-align: left;
  padding-right:10px;
}
.footer .tc.bus3{
  padding-top: 20px;
  width: 250px;
  text-align: left;
}

.footer .tc .city-contact, .footer .tc .street-contact {
display:block;
}
.footer .tc.phonext span.phonex{
  margin-bottom: 15px;
  display: inline-block;
}
.footer .tc.phonext,.footer .tc.phonext a{
  color:#FC0;
}
.fancybox-title{
  display: block;
  background: #FFF;
  padding: 0px 15px 10px 15px;
  margin: -10px -10px 1px -10px;
  position: relative;
  z-index: 3333;
  font-style: italic;
  font-size: 14px;
  color: #000;
}
#fancybox-title {
  font: normal 14px "Trebuchet MS",sans-serif;
  z-index: 1102;
  box-shadow: 7px 7px 65px rgba(9, 9, 9, 0.46),-7px 7px 65px rgba(9, 9, 9, 0.46);
  -moz-box-shadow: 7px 7px 65px rgba(9, 9, 9, 0.46),-7px 7px 65px rgba(9, 9, 9, 0.46);
  -webkit-box-shadow: 7px 7px 65px rgba(9, 9, 9, 0.46),-7px 7px 65px rgba(9, 9, 9, 0.46);
}
#fancybox-left-ico, #fancybox-right-ico {
  width: 18px;
  height: 28px;
  margin-top: -14px;
}
#fancybox-left-ico {
  background:url(../img/prev_fancy.jpg) 0 0 no-repeat;
  margin-left: -10px;
}
#fancybox-right-ico {
  background:url(../img/next_fancy.jpg) 0 0 no-repeat;
  margin-right: -10px;
}
.pagination{
  overflow:hidden;
}
.pagination ul{
  float:right;
  margin: 10px 5px;
}
.pagination ul li{
  float:left;
  background: none;
  padding: 0;
  text-align:center;
}
.pagination ul li.current{
  background: #797979;
  color:#fff;
  width: 29px;
  padding: 6px 0;
  font-weight: bold;
  margin-left: 10px;
  font-style: normal;
  color:#FC0;
}
.pagination ul li.page_start,.pagination ul li.page_prev,.pagination ul li.page_next,.pagination ul li.page_end{
 text-indent:-9999px;
}
.pagination ul li.page_start a{
  background: #797979 url(../img/page_start.png) 50% 50% no-repeat;
}
.pagination ul li.page_prev a{
  background: #797979 url(../img/page_prev.png) 50% 50% no-repeat;
}
.pagination ul li.page_next a{
  background: #797979 url(../img/page_next.png) 50% 50% no-repeat;
}
.pagination ul li.page_end a{
  background: #797979 url(../img/page_end.png) 50% 50% no-repeat;
}
.pagination ul li a{
  background: #797979;
  color:#fff;
  display:block;
  width: 29px;
  padding: 6px 0;
  font-weight: bold;
  margin-left: 10px;
  font-style: normal;
}
.pagination ul li a:hover{
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -moz-opacity: 0.8;
  zoom: 1;
}

//*.text-box img
{
	margin:  2px;
}*//
.otziv{}
.otziv .item{
  overflow: hidden;
  margin: 0 0 20px 0px;
}
.otziv .item .img-box{
  float: left;
  width: 200px;
  overflow: hidden;
  margin: 0 20px 15px 0px;
}
.otziv .item .img-box img{
  width: 200px;
  margin: 0;
}
.otziv .item .authors{
  font-weight: bold;
}
.text-box table{width:100%;margin-bottom: 20px;}
.text-box table tr{}
.text-box table tr td,.text-box table tr th{    
  padding: 7px;
    color: #333;
    border: 1px solid #999;
    font-weight: normal;}
.text-box table tr.even{background:#fff;}
.text-box table tr.first{font-weight:bold;background: #e0e0e0;}

.text-box .wrap_table{overflow: auto;margin-bottom:10px;}


/*new*/

.content .sidebar .menu-box ul li a{
  text-decoration:none;
  color:#333333;
  font-weight:bold;
  line-height:32px;
  display:block;
  padding: 0;
  margin: 0;
}
.content .sidebar .menu-box>ul>li{
  position:relative;
  padding: 5px 30px;
  margin: 0 -30px;
}

.content .sidebar .menu-box>ul>li>ul{
  display:none;
  position:absolute;
  left:294px;
  top:0;
  z-index: 10;
  background: #797979;
  color: #FFF;
  width: 651px;
  padding:10px 10px 5px 10px;
}
.content .sidebar .menu-box>ul>li>ul a{
  color: #FFF;
}
.content .sidebar .menu-box>ul>li:hover{
  background: #797979;
  color: #FC0;
}
.content .sidebar .menu-box>ul>li:hover>a{
  color: #FC0;
}
.content .sidebar .menu-box>ul>li:hover>ul{
  display:block;
}
.content .sidebar .menu-box>ul>li>ul>li{
  float:left;
  margin: 0 10px;
  width: 196px;
}
.content .sidebar .menu-box>ul>li>ul>li>ul>li{
  list-style-type:disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.content .sidebar .menu-box>ul>li>ul>li>a{

}
.content .sidebar .menu-box>ul>li>ul>li a{
  text-transform:none;
  margin:0;
  padding: 0;
}
.content .sidebar .menu-box>ul>li>ul>li>a{
  line-height: 20px;
  margin-bottom: 20px;
  min-height: 41px;
}
.content .sidebar .menu-box>ul>li>ul>li>ul>li>a{
  font-weight: normal;
  line-height: 20px;
}
.content .sidebar .menu-box>ul>li>ul>li a:hover{
  background:none;
}



.content-box {
  margin-left: 0;
  width: 670px;
  float: right;
}
@media screen and (max-width: 375px) {
	.content-box {
	  width: 100%;
	  float: none;
	}
}
.icon-box{overflow:visible;margin-bottom: 30px;display: inline-block;}
.icon-box .item{
  float:left;
  width:200px;
  margin-right:5px;
  text-align:center;
  position: relative;
  margin-bottom:5px;
}
.icon-box .item:hover,.icon-box.in .item{
  float:left;
  width:200px;
  margin:10px 5px 10px 0px;
  text-align:center;
  position: relative;
  background:#e0e0e0;
  z-index:1;
}
.icon-box.in .item{
    height:465px;

}
.icon-box.in .item:hover{
     background:#e0e0e0;
}
.icon-box.in.detail .item{
    height:210px;

}
.icon-box.in .item .hide-block {
background: #fff;
}
.icon-box.ton .item{
    height:100px;
    width:118px;
    background:none;
}
.icon-box .item ul{
  padding:0;
}
.icon-box .item ul li{
 /* background:none;
  padding:0;*/
  text-align: left;
}
.icon-box .item .img-box{
  height:150px;
  background-color: #e0e0e0;
}
.icon-box .item .img-box .tc{
  padding:20px 10px 10px 10px;
}
.icon-box .item .img-box .tc img{
  max-width:100%;
}
.icon-box .item .link{
  height:60px;
  overflow:hidden;
  padding: 0 20px;
  background-color: #e0e0e0;
}
.icon-box .item .hide-block{
  display: none;
  position:absolute;
  top:182px;
  width:200px;
  background:#e0e0e0;
}
.icon-box.in .item .hide-block{
display: block;
position: static;
width: auto;
padding-right: 20px; 
}
.icon-box .item:hover .hide-block{
  display: block;
  /*height: 200px;*/
}

/*xv п.14*/
.item_kat{
  display: inline-block;
  width: 31%;
  margin: 0 5px 0 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
/* .item_kat:hover{
  background:#FEEFB4;
} */
.item_kat p {
  line-height: 18px;
  font-weight: bold;
}
.item_kat .name{
  color: #333333;
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 36px;
}
.item_kat img {
  margin-bottom: 10px;
}
/*.detail h2:last-of-type{
  margin-top: 40px;
}*/

.content {
background: #fff url(../img/bg_side.jpg) 0 0 repeat-y;
}
.content .sidebar {
background: none;
}
.wrapper .menu {
  padding-left: 40px;
}
.wrapper .menu ul li a {
    padding: 0px 15px;
}

.bx_breadcrumbs ul li a {
background: none !important;
}
.butt{
	background: #797979;
	padding: 4px 10px;
	border-radius: 5px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	color: #FC0;
	text-transform: uppercase;
	font: bold 14px "Trebuchet MS",sans-serif;
	border: 0;
	cursor: pointer;
}

/*a.a-button {
	padding: 6px;
	background: #FC0;
	border-radius: 5px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	color: black;
	font: bold 14px "Trebuchet MS",sans-serif;
	border: 0;
	cursor: pointer;
}*/
a.a-button {
	padding: 6px;
	background: #FC0;
	border-radius: 5px;
	margin-top: -70px;
	margin-right: 10px;
	color: black;
	font: bold 14px "Trebuchet MS",sans-serif;
	border: 0;
	cursor: pointer;
	position: absolute;
	margin-left: 460px;
}
@media screen and (max-width: 375px) {
	a.a-button {
		margin-left:0px;
	}
}
a.a-button:hover {
	opacity:0.8;
	text-decoration:none;
}
.text-zajavka {
	display: block;
	width: 620px;
	float: left;
}
.us-button-cat {
	margin: -35px 0px 10px 395px;
	cursor: pointer;
	position: relevate;
	float: right;
}
.us-button {
	margin: -90px 10px 90px 390px;
	cursor: pointer;
	position: relevate;
}
.us-button-main {
	margin: 0 120px;
	cursor: pointer;
	position: relative;
}
a.usl {
	padding: 2px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-right: 10px;
	display: block;
	float: left;
}
a.usl:hover {
	opacity:0.8;
	text-decoration:none;
}
a.usl-main {
	padding: 2px;
	/*background: #FFFFFF;
	border-radius: 10px;*/
	margin-right: 30px;
	display: block;
	float: left;
}
a.usl-main:hover {
	opacity:0.8;
	text-decoration:none;
}
/*вкладки на странице*/
/*.tabs_container {
  padding: 20px;
}*/

.tabs{
  padding: 0;
}

.tabs_container .tabs{
  margin: 0 !important;
}

.tabs_container .tabs li {
  cursor: pointer;  
  background: #797979;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 25px;
  margin: 0 !important;
}

.tabs_container .tabs li.active {
  border: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

.tab_container {
  display: none;
  background: #e9e9e9;
  border: 1px solid #e0e0e0;
  padding: 25px;
  margin: -1px 0 0 0;
}

.tab_container ul li {
  margin: 0 0 8px 0;
}

.inl-bl{
  display: inline-block;
}

p.lisg {
    margin: 10px auto;
    text-align: center;
}

p.lisg r {
    text-align: center;
}

p.lisg a {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    border-radius: 7px;
    padding: 5px 10px;
    width: 70%;
    color: #333;
    text-decoration: none;
    font-style: normal;
}

.lisg-b a{
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    background: #3016b0;
    border-radius: 0px;
    padding: 10px 10px;
    width: 70%;
    color: #ffffff;
    text-decoration: none!important;
    font-style: normal;
}

.lisg-b a:hover{
  background: #25118a;
  color: #eaeaea;
}

.lisg a:hover{
  color: #FC0;
  text-decoration: none;
  background: #797979;

}


.top-header-box .head-logo span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-left: 20px;
}

.top-header-box .head-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin-right: 70px;*/
  float: left;
  margin-top: 6px;
}

.top-header-box .center-box {
  float: left;
}

.top-header-box .free-phone span {
  font-size: 16px;
  display: block;
  padding: 5px 0 8px;
}

.top-header-box .free-phone {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 24px;
}

.top-header-box {
  color: #fff;
  background: #808080;
  padding: 2px 25px 4px;
}

.header-buttons .header-button + .header-button {
  margin-left: 17px;
}

.header-buttons .header-button {
  width: 210px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #fc0;
  text-decoration: none;
  background: none;
  border: 2px solid #fc0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  padding: 3px 15px;
  float: none;
  text-transform: none;
  vertical-align: top;
}

.header-buttons .header-button.header-button_one-line {
    padding: 0;
    border: none;
    text-decoration: underline;
    width: max-content;
    margin-top: 0;
}

.header-buttons .header-button.header-button_two-line {
    width: max-content;
    padding: 11px;
    color: #fff;
    background: #3016b0;
    border: 1px solid #3016b0;
}


.header-buttons .header-button.header-button_two-line:hover{
    background: #25118a;
    color: #eaeaea;
    opacity: 1;
}

.top-header-box .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  min-width: 122px;
  float: right;
  margin-top: 26px;
}

.selected-town {
  margin-bottom: 0px;
  position: relative;
  line-height: 22px;
}

.selected-town__city {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  background: url('../img/current-city.png') right center no-repeat;
  padding-right: 15px;
  color: #fff;
  text-decoration: none;
}

.selected-town__phone {
  font-size: 16px;
}
.selected-town__time {
	font-size: 11pt;
}
.towns-list {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  top: 17px;
  left: -152px;
  z-index: 20;
  margin-top: 5px;
  display: none;
}

.header-emails {
  line-height: 22px;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 10px;
}

.header-email__title {
  font-size: 15px;
  font-weight: bold;
}

.towns-list__item {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
.towns-list__item>a{
  color:inherit;
  text-decoration: none;

}

.towns-list__item:hover {
  color: #fc0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}


.slide-content {
  max-width: 430px;
  position: absolute;
  z-index: 3;
  left: 27px;
  bottom: 40px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  background: #ffcc00;
  background: rgba(255, 204, 0, 0.9);
  height: 66px;
  padding: 5px 40px 5px 20px;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content:after {
  content: '';
  position: absolute;
  background: url(../img/slide-title.png) right center no-repeat;
  width: 24px;
  height: 100%;
  left: 100%;
  top: 0;
}

.slider-box .slider .sV-prev,
.slider-box .slider .sV-next {
  width: 35px;
  height: 35px;
  left: auto;
  right: 20px;
  bottom: 24px;
  z-index: 8;
}

.slider-box .slider .sV-prev {
  background: #ffcc00 url(../img/controls-prev.png) center no-repeat;
  right: 64px;
}

.slider-box .slider .sV-next {
  background: #ffcc00 url(../img/controls-next.png) center no-repeat;
}

.slider-box .slider .sV-prev:hover,
.slider-box .slider .sV-next:hover {
  background-color: #000;
}

.pluses-box {
  overflow: hidden;
  margin-right: -7px;
  margin-left: -7px;
}

.pluses-wrapper {
  padding: 35px 25px 0;
}

.pluses-item {
  float: left;
  position: relative;
  width: 33.333333%;
  padding: 0 7px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pluses-item__content {
  background: #fff;
  text-align: center;
  padding: 15px 15px 15px;
  border:1px solid gray;
}

.pluses-item__image {
  height: 90px;
  line-height: 90px;
  margin: -5px 0 -5px;
}

.pluses-item__image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.pluses-title {
  line-height: 40px;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
}

.pluses-title span {
  color: #ffcc00;
}

.pluses-description {
  font-size: 14px;
  line-height: 19px;
  color: #000;
}

.step-link-wrapper {
  background: url(../img/step-bg.jpg) top center no-repeat;
  text-align: center;
  clear: both;
  padding: 20px 15px;
  margin-bottom: 30px;
}

.text-box a.step-link,
.step-link {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  font-style: normal;
}

.text-box a.step-link:hover,
.step-link:hover {
  text-decoration: none;
}

.logo-box {
  margin-left: -10px;
  margin-right: -10px;
}

.logo-item {
  margin: 0 10px;
}

.logo-item__image {
  width: 195px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background: #fff;
  font-size: 0;
}

.slick-slide .logo-item__image img {
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
}

.logo-box .slick-arrow {
  width: 20px;
  height: 20px;
  background: url(../img/logo-controls.png) 0 0 no-repeat;
}

.logo-box .slick-arrow:before {
  display: none;
}

.logo-box .slick-prev {
  background: url(../img/logo-controls.png) 0 0 no-repeat;
  left: 5px;
  z-index: 3;
}

.logo-box .slick-prev:hover {
  background: url(../img/logo-controls.png) 0 -20px no-repeat;
}

.logo-box .slick-next {
  background: url(../img/logo-controls.png) -20px 0 no-repeat;
  right: 5px;
  z-index: 3;
}

.logo-box .slick-next:hover {
  background: url(../img/logo-controls.png) -20px -20px no-repeat;
}

.etap-content {
  line-height: 20px;
  color: #000;
}

.calculator-submit {
  width: 124px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: #3016b0;
  color: #fff;
}

.calculator-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.calculator-row:before,
.calculator-row:after {
  display: table;
  content: " ";
}

.calculator-row:after {
  clear: both;
}

.calculator-column {
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  -ms-flex-item-align: end;
  align-self: flex-end;
}

.calculator-column_4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.calculator-column_8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}


.calculator-column_6 {
  width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.calculator-column_12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.calculator-form-group {
  margin-bottom: 20px;
}

.calculator__label {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #797979;
  font-weight: normal;
  margin-bottom: 9px;
}

.calculator__label .required {
  font-weight: bold;
  color: #ffcc00;
}

.toggle-characteristics {
  font-size: 14px;
  line-height: 17px;
  color: #797979;
  text-align: center;
  display: block;
  text-decoration: none;
  background: #fff;
  border: 2px solid #ffcc00;
  padding: 10px 10px;
  margin-bottom: 38px;
  margin-top: 19px;
}

.calculator-characteristic__title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
}

.calculator__input {
  height: 30px;
  width: 100%;
  padding: 0 5px;
  font-size: 14px;
  border: 0;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.hidden-characteristics {
  display: none;
}

.wrapper .new-header{
  overflow: visible;
}

.calculator-form { position: relative; }

.calculator-form .control_field {display:none}

#loader_box { display: none; position: absolute; z-index: 10; background: rgba(0,0,0,0.3); top:0; left: 0; width: 100%;}
#loader_box .send_result {  display: none; position: absolute; top: calc(50% - 60px); left: calc(50% - 120px); width: 400px; height: 200px; background: #fff; border: 1px solid #ccc; }
#loader_box.complete .send_result { display: inline-block; background-image: none; }
#loader_box .close_btn {position: absolute; width: 19px; height: 20px; background: #883333; color: #fff; top: 5px; right: 5px; padding: 0; cursor: pointer;}
#loader_box .close_btn::after {content:'x';}
#loader_box .result_msg{font-size: 14px; padding: 30px 10px 0 10px; z-index: -1}

.phone_city{
	display:none;
}
.header-phones-box {
    cursor: pointer;
    margin-right: 20px;
}
.contenthref{
	border: 5px solid #FC0;
	margin: 20px;
	padding: 10px 10px 20px 10px;
}

.contenthref p{
	text-align:center;
	margin-top:10px;
	font-weight:bold;
	text-transform: uppercase;
}
.contenthref ul li{
	margin-left:130px;
}

.stat{
	width:600px;
	margin: 10px 0;
}

.sertifikaty-box {
    overflow: hidden;
    margin-left: -11px;
}

.sertifikaty-item {
    width: 188px;
    height: 240px;
    padding: 4px;
    border: 1px solid #f0ebdd;
    margin-left: 11px;
    margin-bottom: 11px;
    float: left;
    background: #fff;
}

.sertifikaty-item img {
    margin: 0;
    width: 187px;
    height: 240px;
}

.color-bttn{
  background: #3016b0;
  color: #fff;
}

.etaps-calc-btn a{
  background: #3016b0!important;
  color: #fff!important;
}

.sv-modbox button{
  background: #3016b0!important;
  color: #fff!important;
}

.color-bttn:hover{
    background: #25118a;
    color: #eaeaea;
    opacity: 1;
}

.etaps-calc-btn a:hover{
    background: #25118a!important;
    color: #eaeaea!important;
    opacity: 1;
}

.sv-modbox button:hover{
    background: #25118a!important;
    color: #eaeaea!important;
    opacity: 1!important;
}

.calculator-submit:hover{
    background: #25118a;
    color: #eaeaea;
    opacity: 1;
}
.obshchepromyshlennye-kozlovye-img{
  	width:250px;
  	width: 250px;
  	float: left;
  	padding-right:20px;
  	margin:5px; 
  	float:left;

}
.obshchepromyshlennye-kozlovye-img1{
  	width:250px;
  	width: 250px;
  	float: right;
  	padding-left: 20px; 
  	margin:5px;
}
.obshchepromyshlennye-kozlovye-p{
  	margin-bottom: 0 !important;
}
.obshchepromyshlennye-kozlovye-p1{
  	margin-top: 20px;
}
.obshchepromyshlennye-kozlovye-div{
  	width: 50%;float: left;
}
.obshchepromyshlennye-kozlovye-div1{
  	display: flex;
}
.vyezd{
  	padding-top: 20px
}

.vyezd-img{
  	float: left;
  	width: 48%;
  	margin-right: 10px !important;
}
.block-button{
  	margin-bottom: 20px;
  	text-align: center;
}
.img-kozlovyj-kran{
	width:250px;
	float:left;
	margin-right: 60px;
}
.img-kozlovyj-kran-1{
	width:250px;
	float: right;
	margin-left: 30px !important;
}
.ul-kozlovyj-kran{
	width: 50%;
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 50px;
}
.block-prem {
  margin: 20px 25px 20px 0;
  float: left;
  width: 45%;
}
.block-opl {
  float: right;
  width: 45%;
  margin: 20px 0 20px 25px;
}
.block-prem-name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.block-opl-name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.kakh2 {
  font-size:20px; 
  font-weight: 500;
}
.block-kt-main {
  display: flex;
}
.block-kt {
  float: left;
  text-align: center;
  border: 1px solid gray;
  margin-bottom: 20px;
  padding: 10px;
}
.block-kt:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.block-kt-name {
  font-weight: 500;
  font-size: 22px;
}
.block-kt img {
  width: 270px;
}
.block-kt p {
  text-align: left;
}
.sb:hover {
  background: #e0e0e0;
  height: 138px;
}
.loader_rez{
  display: none;
  position: fixed;
  z-index: 10;
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.send_res{
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 200px);
  width: 400px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px;
  text-align: center;
}
.close_rez{
  position: absolute;
  width: 19px;
  height: 20px;
  background: #883333;
  color: #fff;
  top: 5px;
  right: 5px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

.link-intelsib{
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}

.link-intelsib a{
  color: #fff;
  text-decoration: none;
}

.a-img-int{
    float: left;
}

.img-int{
    width: 78px;
    margin-right: 5px;
}

.use-block {
    display: flex;
    margin: 30px 0 15px 0;
}

.use-block-item {
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 25%;
}

.use-block-img {
    margin-bottom: 10px;
}

.use-block-text {
    line-height: 1.5;
}

.img-right{
  float: right;
}

/*XV*/
.catalog-section {
  margin: 40px 0;
}
.detail .catalog-section{
  margin:0;
}
.catalog-section--reviews {
    margin: 30px 0 40px;
}
.headline-section {
  /*font-size: 15px;*/
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 32px !important;
  margin-top: 80px;
}
.headline-section.steps__name, .mb20 .headline-section,.mb20+.headline-section {
  font-size: 15px;
  margin-bottom: 10px !important;
  margin-top: 0;
}
.catalog-section .headline-section {
  margin-bottom: 10px;
}

.reviews,
.section-slider {
  position: relative;
  padding: 5px;
  border: 2px solid #ffcc00;
}
.reviews-slider,
.works-slider {
  height: 288px;
  overflow: hidden;
}
.reviews-slider.slick-initialized,
.works-slider.slick-initialized {
  height: auto;
  overflow: visible;
}
.reviews-slider__slide-wrap,
.section-slider__slide-wrap  {
  display: flex;
  overflow: hidden; /*IE*/
}
.reviews-slider__slide,
.section-slider__slide {
  outline: none;
}
.reviews__img,
.section-slider__img {
  margin-right: 15px;
  float: left; /*IE*/
}
.reviews__img img {
  max-width: 180px;
}
.section-slider__img img {
  max-width: 229px;
}
.reviews__name,
.section-slider__name {
  font-weight: bold;
  margin-bottom: 10px;
}
.works .section-slider__name {
  color: #444;
}
.reviews__content {
  padding: 10px 0;
}
.section-slider__content {
  padding: 5px 0;
}
.reviews__text {
  font-style: italic;
}
.reviews__text,
.section-slider__content {
  line-height: 1.4;
}

.slider-navigation {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
button.slider-navigation__arrow {
  background: #ffcc00;
  width: 36px;
  height: 36px;
  padding: 10px;
  margin: 0 5px;
}
.slider-navigation__arrow svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.block-wrapper {
	display: flex;
}

.block-wrapper div {
    display: block;
    background: #fdbd35;
    padding: 15px 10px 15px 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px;
    text-align: center;
    height: 15px;
    width: 33%;
}

.block-wrapper a {
	color: #020107;
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
    font-size: 13px;
}

.card-block {
	display: flex;
	margin-bottom: 15px;
}

.card-item {
	width: 33%;
    margin-right: 15px;
    height: 270px;
    background-color: #eff4f7;
    padding: 10px 10px 40px 10px;
}

.card-item img {
	width: 80px;
    height: 65px;
    float: left;
    margin-right: 5px;
}

.card-item p {
	line-height: 1.3;
    height: 40px;
    margin-top: 15px;
    font-weight: bold;
}

.card-item ul {
	margin-top: 40px;
	margin-left: -5px;
}

.card-item a {
    margin-top: 20px;
    position: absolute;
    width: 10%;
    background-color: #ffab02;
    margin-left: 10px;
    text-align: center;
    height: 25px;
    padding-top: 5px;
    font-style: normal;
    color: inherit;
}

/*п.4-5*/
.text-box .catalog-section table tr.even {
  background: #d6d6d6;
}
.text-box .catalog-section table tr.first {
  font-weight: normal;
}
.text-box .catalog-section table tr td,
.text-box .catalog-section table tr th {
  padding: 7px;
  color: #333;
  border: 1px solid #999;
}
.text-box .catalog-section table {
  margin-bottom: 0;
}

/*п.7*/
.accordion__item + .accordion__item {
  margin-top: 7px;
}
.accordion__content {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: none;
}
.accordion__toggler {
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.accordion__toggler:before {
  content: '';
  width: 8px;
  height: 10px;
  background: url(/_tpl/img/ulli.png) 0 0px no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
  transition: transform 0.2s;
}
.accordion__toggler.is_show:before {
  transform: rotate(90deg);
}
a.cta-button {
  border: 1px solid #3016b0;
  padding: 7px 10px;
  color: #3016b0;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
a.cta-button:hover {
  background-color: #eee;
  text-decoration: none;
}

/*п.8*/
.switch {
/*  border: 1px solid #ffcc00;*/
}
.switch__header {
  display: flex;
}
.switch__toggle {
  flex-basis: 50%;
  text-align: center;
  padding: 13px;
  color: #fff;
  background-color: #606060;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.switch__toggle.is_active {
  background-color: #ffcc00;
  color: #000;
}
.switch__content {
  display: none;
  padding: 15px 35px 35px 35px;
}
.switch__content.is_active {
  display: block;
}
.switch b {
  font-weight: bold;
}

.text-box .switch ul {
  list-style: disc;
  padding-left: 20px;
}
.text-box .switch li {
  background: none;
  padding-left: 0;
}
.text-box .switch p {
  margin-bottom: 15px;
}
.switch .form {
  margin-top: 35px;
}
.quiz-offer{
  margin-top: 80px;
}
/*
.form form {
  display: flex;
}
*/

.form__element {
  flex: 1;
  border-radius: 0;
}
.form__input {
  padding: 10px 15px;
  border: 1px solid #606060;
}
.form__input[placeholder]::-webkit-input-placeholder {color:#7a7a7a;}
.form__input[placeholder]::-moz-placeholder {color:#7a7a7a;}
.form__input[placeholder]:-moz-placeholder {color:#7a7a7a;}
.form__input[placeholder]:-ms-input-placeholder {color:#7a7a7a;}

.form__button {
    padding: 7px 15px;
    background-color: #3016b0;
    border: 1px solid #3016b0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.switch_success,
.switch_error {
  font-weight: bold;
  margin-bottom: 0 !important;
}
.switch_success {
  color: green;
}
.switch_error {
  color: tomato;
}

/*п.9*/
.cert.section-slider {
  border: 0;
  padding: 0;
}
.cert-slider {
  padding-right: 100px;
}
.cert-slider img {
  height: 270px;
  object-fit: cover;
    width: 100%;
}
.cert-slider {
  height: 270px;
  overflow: hidden;
}
.cert-slider.slick-initialized {
  height: auto;
  overflow: visible;
}
.cert-slider .section-slider__slide-wrap {
  margin: 0 10px;
}
/*.cert .slider-navigation {
  bottom: 0;
}*/

/*п.10 XV новый*/
.steps {
  display: flex;
  text-align: center;
}
.steps__item {
  flex-basis: 20%;
  padding: 0 10px;
  text-align: left;
  margin-top: 5px;
}
.steps__name {
  color: #444;
}
.steps__img-wrap {
  height: 70px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.steps__img {
  max-height: 70px;
}
.steps__item:nth-child(4) .steps__img {
  width: 70px;
}
.home-section .steps__name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

/*п.11*/
.navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -5px;
}
.text-box a.navigation__button,
.navigation__button {
  color: #fff;
  background-color: #606060;
  padding: 12px;
  font-style: normal;
  flex-basis: calc(22% - 12px);
  margin: 5px 0;
  text-align: center;
}
.text-box a.navigation__button:hover,
.navigation__button:hover {
  text-decoration: none;
  background-color: #807e7e;
}

/*п.12*/
.related {
  display: flex;
  margin: 0 -10px;
}
.text-box a.related__item,
.related__item {
  color: #444;
  font-weight: bold;
  font-style: normal;
  text-transform: lowercase;
  flex-basis: calc(25% - 10px);
  margin: 0 10px;
  line-height: 1;
}
.related__img-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.related__img {
  max-width: 100%;
  max-height: 131px;
}

/*п.13*/
.detail h2, .news-detail h2, .text-box .text-zajavka h2 {
 /* font-size: 15px;*/
 font-size: 20px;
 color: #333333;
 margin-bottom: 32px;
 margin-top: 80px !important;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  text-align: left !important;
}
.news-detail h2{
   margin-top: 20px !important;
    margin-bottom: 10px !important;
 }
.detail .p_img{
  display: inline-block;
  margin:0;
}
.item_kat .list-card.spb {
  margin-left: 0px;
}
.item_kat .list-card.spb li {
  padding-left: 0px;
}
.item_kat .header-button_one-line.spb {
  margin-left: 0px;
}
.item_kat.spb {
  margin-bottom: 40px;
}

.quiz-h {
    font-size: 36px;
    margin-bottom: 0px !important;
    font-family: trebuchet MS;
    line-height: 36px !important;
}

.lizing-form .phone_field{
  width: 300px;
}

.lizing-form .form__button{
  padding: 10px 15px;
  margin-left: -5px;
  width: 310px;
}

.lead-magnet {
  background-image: url(/images/kran.jpg);
  height: 145px;
  /*margin-top: 15px;*/
  margin-top: 80px;
  margin-bottom: 20px;
}

.lead-magnet p {
  color: white;
  position: absolute;
  width: 22%;
  margin: 50px 0 0 35px;
  font-size: 14px;
  font-weight: bold;
}

.lead-magnet button {
  background: #ffcc00;
  color: #111;
  margin: 55px 50px 15px 0;
  padding: 10px 15px;
  border-radius: 2px;
  text-transform: none;
}

/*Мостовые*/
.text-box .catalog-section table.no-bg-tr tr.even:not(.first) {
    background: #fff;
}
.icon-box .item:hover,
.icon-box.in .item {
    margin: 0px 5px 10px 0px;
}
.mb0,
.mb0 > .wrap_table {
    margin-bottom: 0 !important
}

/*КРАН ККС 10*/
.quiz-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 150px;
  padding: 30px;
  background-image: url(/images/ККС-10-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -65px;
  box-sizing: border-box;
}
.quiz-offer:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
.quiz-offer__desc {
  font-size: 14px;
  margin-right: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  flex: 1;
  line-height: 1.4;
}
.quiz-offer .big-button {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.big-button {
  background-color: #fc0;
  border: 1px solid #ffcc00;
  padding: 10px;
  color: #000 !important;
  font-style: normal !important;
  font-weight: bold;
  font-size: 15px;
}
.big-button:hover {
  opacity: 0.9;
  text-decoration: none !important;
}


.table-price th {  
  background-color: #d9d9d9;
   border: 1px solid #a9a9a9;
   text-align: left;
   color: #333333 !important;
   font-weight: normal !important;
}

.table-price td {
  border: 1px solid #a9a9a9;
  color: #797979 !important;
}

/*XV Доработки главной*/
.main-banner {
  padding: 83px;
  margin-top: -15px;
  margin-right: -25px;
  color: #fff;
  background-image: url(/images/vmtehnix-banner-index2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
.main-banner__headline {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.text-box .main-banner ul {
  list-style: disc;
  font-size: 16px;
  padding-left: 17px;
  margin: 0;
}
.text-box .main-banner li {
  background: none;
  padding-left: 0;
}
.main-banner li + li {
  margin-top: 5px;
}
.home-section {
  /*padding: 80px 0 0 0;*/
}
.home-section .catalog-section {
  margin: 0 !important;
}
.home-section .headline-section,
.text-box .home-h1 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 32px;
}
.text-box .home-h1 {
  padding-top: 50px;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.cards__item {
  flex-basis: calc(33.33% - 10px);
  border: 2px solid #e0e0e0;
  padding: 25px;
  margin: 5px;
  box-sizing: border-box;
}
.cards__img {
  text-align: center;
  padding: 15px 0 40px 0;
}
.cards__link {
  margin-bottom: 12px;
}
.cards__link a {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.cards__sub-links ul {
  margin: 0
}
.cards__sub-links ul li + li {
  margin-top: 3px;
}
.cards__sub-links ul a {
  color: #333;
  font-style: normal;
}
.switch--about-company {
  border: 0;
}
.switch__toggle {
  color: #9b9b9b;
  background-color: transparent;
  border-bottom: 2px solid #9b9b9b;
}
 .switch__toggle.is_active {
  background-color: transparent;
  color: #000;
  border-bottom: 2px solid #fc0;
}
.switch--about-company .switch__content {
  padding: 30px 0px 0px 0px;
}
.switch__content .adv {
  margin-top: -15px;
}
.adv {
  display: flex;
  flex-wrap: wrap;
}
.home-section .adv {
  margin-bottom: -15px;
}
.adv__item {
  width: calc(50% - 30px);
  display: flex;
  margin: 15px;
}
.adv__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 80px;
}
.adv__item-img img {
  max-height: 65px;
}
.adv__item-text {
  flex: 1;
}
.adv__item-name {
  margin-bottom: 12px;
}
.adv__item-name--big {
  font-size: 32px;
}
.profi-slider .section-slider__slide-wrap {
  display: block;
  margin: 0 10px;
}
.profi-slider,
.clients-slider {
  height: 274px;
  overflow: hidden;
  padding-right: 100px;
}
.profi-slider,
.clients-slider {
  height: 274px;
}
.clients-slider {
  height: 100px;
}
.profi-slider.slick-initialized,
.clients-slider.slick-initialized {
  height: auto;
  overflow: visible;
}
.profi__name.bold {
  margin-top: 12px;
}
.profi__desc {
  margin-top: 10px;
}
.home-section .section-slider.profi,
.home-section .section-slider.cert,
.home-section .section-slider.clients {
  padding: 0;
  border: 0;
}
.clients__img {
  max-width: 100%;
}
.clients .section-slider__slide-wrap {
  display: flex;
  align-items: center;
  height: 90px;
  justify-content: center;
  margin: 0 10px;
}
.new-city-location {
	position: absolute;
    right: 180px;
    text-align: right;
    width: 200px;
}
.contacts-div-for-organization .div-for-postaladdress {
	padding-bottom: 10px;
}

@media (min-width: 480px) {
  .marquiz__bg_open{
    width: 100vw !important;
    height: 100vh !important;
    top: auto !important;
    left: auto !important;
  }
  .marquiz__frame html{
    overflow: hidden;
  }
}

/*/catalog/kran-kozlovoy-kkt/10-12-tonn/*/
.mb20 {
  margin-bottom: 20px;
}
.fz0 {
  font-size: 0;
}
.text-box table.tonn-10-12 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.text-box table.tonn-10-12 li {
  background: url(../img/ulli.png) 0 4px no-repeat;
  padding-left: 20px;
}
table.tonn-10-12 tr td:nth-child(odd) {
  background-color: #eee;
}
.navigation:after {
  content: '';
  padding: 0 12px;
  flex-basis: calc(30% - 12px);
}
.tonn-10-12 .catalog-section,
.tonn-10-12 .news-detail {
  margin: 80px 0 0 0;
}
.tonn-10-12 .catalog-section > .headline-section,
.tonn-10-12 .news-detail > .headline-section {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 32px;
}
.tonn-10-12 .switch__toggle {
  text-transform: none;
}
 
.icon-box #bx_3966226736_1894{
  display: none;
}

/*Услуги*/
.services__block {
  padding-bottom: 20px;
  max-width: 590px;
}
.services__block--top {
  border-bottom: 0.5pt solid #aaa;
  padding-top: 8px;
  margin-bottom: 60px;
}
.services__row {
  display: flex;
  margin: 0 -10px;
  padding-bottom: 40px;
  justify-content: space-between;
}
.services-item {
  margin: 0 10px;
}
h2.services-header,
.services-item__headline {
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.services-header {
  font-size: 16px;
}
.services-item__headline {
  font-size: 12px;
}
.services-item__desc {
  max-width: 272px;
}
.text-box a.services__link {
  color: #333;
  font-style: normal;
  border-bottom: 1px dashed #232323;
}
.text-box a.services__link:hover {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}
.text-box table.services-table tr td {
  color: #333;
}
.services-item__img {
  margin-bottom: 15px;
}
.services-table tr:first-child td {
  background-color: #e6e6e6;
}
.services-table tr td:first-child {
  font-weight: bold;
  width: 18%;
}
.services-table tr td:nth-child(3) {
  width: 41%;
}
.services-table td {
  border: 1px solid #999;
}
.text-box .services-table p {
  margin-bottom: 0;
}
.text-box .services-table p + p {
  margin-top: 5px;
}

/*Наши услуги*/
.our-projects .hide{display:none;}
.our-projects .section-slider__slide {padding-bottom:20px;}
.our-projects .see-projects {padding-top: 10px; text-align: right;}
.our-projects .see-projects a span {font-style: normal;font-size: 14px;color: #929292;border-bottom: 1px dotted;}
.our-projects .see-projects a::after {content:'';display: inline-block;border-style: solid;border-width: 7px;border-color:transparent;border-top-color:#797979;position: relative;top: 8px;margin-left: 5px;}
.our-projects .see-projects a.open::after {border-bottom-color: #797979;border-top-color: #fff;top:0px;}

/*О компании*/
.text-box .about-head {
	color:#333333;
	margin-top:60px;
	margin-bottom:30px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
.text-box ul.about-list {
	margin-bottom:15px;
}
.text-box ul.about-list li {
	margin-bottom:15px;
	line-height: 20px;
}
.about-profi.section-slider {
	padding: 0;
	border: 0;
}


/*XV новое меню*/
.wrapper .menu .menu_v2 .dropdown > ul > .dropdown > a::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 4px;
  border-left-width: 6px;
  border-right-width: 1px;
  border-color: transparent;
  border-left-color: currentColor;
  top: 19px;
  margin-left: 7px;
}
.wrapper .menu ul.menu_v2 .dropdown > ul > .dropdown > ul {
  display: none;
  left: 100%;
  top: -1px;
  border-left: 1px dashed #5F5F5F;
  border-right: 1px dashed #5F5F5F;
  border-bottom: 1px dashed #5F5F5F;
}
.wrapper .menu ul.menu_v2 .dropdown > ul > .dropdown:hover > ul {
  display: block;
}
.wrapper .menu ul.menu_v2 .dropdown > ul > .dropdown:hover > ul.col2 {
  display: flex;
  border: 1px dashed #5F5F5F;
}
.wrapper .menu ul.menu_v2 li.dropdown ul li {
  min-width: 243px;
}
.wrapper .menu ul.menu_v2 li.dropdown ul li a {
  padding: 14px 20px;
  /*font-weight: normal;*/
  white-space: nowrap;
}
.col2 {
  width: 400px;
}
.menu-col-headline {
  border-right: 0 !important;
  padding: 20px 0 7px 20px;
  font-weight: bold;
}
.wrapper .menu ul.menu_v2 .dropdown > ul > .dropdown:hover > ul.col2 li {
  border-top: 0;
  min-width: 200px;
}
.wrapper .menu ul.menu_v2 .dropdown > ul > .dropdown:hover > ul.col2 li a {
  border-right: 0;
  padding: 5px 20px;
  font-weight: normal;
}
.wrapper .menu ul.menu_v2 .dropdown > ul > .dropdown > ul ul {
  position: static;
  padding-bottom: 10px;
}
.flex-fotogallery {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-around;
  }

.faq-wrapper {
    display: flex;
    gap: 40px;
    padding-top: 25px;
    justify-content: center;
}
.sp-faqs {
    list-style: none;
}

.accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0px 0rem 0.3rem #b5b5b5;
    width: 736px;
}
.accordion__header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}
.accordion__header::after {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-left: auto;
    background-image: url(/_tpl/img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 10px;
    content: "";
}
.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}
.accordion__body {
    padding: 0.75rem 1rem;
    overflow: hidden;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

  .info-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin: 30px 0;
}
  .info-block-item {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
  .info-block-item div ul li {
  background: none;
}
  .info-block-item div ul li::before, .info-block-item div:first-child > a::before {
    position: absolute;
    display: block;
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
    top: 5px;
    background: url(/images/check.svg);
}
.info-block-item div > .b_span {
    display: block;
    background: #FEDA64;
    height: 53px;
    line-height: 53px;
    padding: 0 15px 0 47px;
    margin-bottom: 12px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
}
.info-block-item div ul li, .info-block-item div:first-child > a, .info-block-item div p {
    margin: 0 0 20px;
    position: relative;
    padding: 0px 20px 0 30px;
    font-weight: 400;
    line-height: 25px;
   
}
.b_span {
 font-weight: 600;
}
.padding_span {
  padding: 10px 0;
  display: block;
}
li i {
  font-style: italic;
}

.info-blockss {
  display: block;
    margin: 100px 0 30px;
}
.navigation .navigation__button a {
  color: #ffffff;
}/* Блок с ценой начало */
.price-card{
    width: 736px;
}
.pow{
    position: relative;
    bottom: 10px;
}
.short-story-header{
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}
.short-story-block {
margin: 5px 0 5px 0;
justify-content: between;
}
.fullStorySliderSticky {
position: relative;
width: 330px;
}
.fullStorySliderSticky > div {
position: sticky;
}
.full-story-slider {

width: 330px;
margin-right: 55px;
}
.half-width {
width: calc(50% - 25px);
}
.short-story {
width: 400px;
padding: 10px 0 20px 5px;
}
.price {
align-items: baseline;
margin-left: 20px;
margin-bottom: 10px;
}
.xf-price {
font-size: 25px;
font-weight: bold;
font-family: "Open Sans", sans-serif;
margin: 0 10px;
color: #333333;
}
.short-story-text, .short-story-text p {
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
margin: 10px;
}
.short-story-buttons {
    display: block;
    margin-top: 0;
    
}
@media (min-width: 1280px) and (max-width: 1460px) {
.short-story-text {
    padding: 15px 0;
}
}
@media (max-width: 1760px) {
.short-story-buttons .shopping-list {
    display: flex;
    justify-content:  center;
}
}.shopping-list.icon-link {
display: flex;
align-items: center;
line-height: 15px;
margin: 0 11px 0 18px;
}
.shopping-list:before {
content: '';
display: block;
height: 25px;
padding: 0 0;

}
.short-story-buttons-span{
font-family: "Open Sans", sans-serif;
margin-top: 15px; 
color: #333333;
}
.shopping-list.icon-link span {
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
font-family: "Open Sans", sans-serif;
color: #333333;
}
.price span{
font-family: "Open Sans", sans-serif;
font-weight: 700;
color: #333333;
}
@media (min-width: 1280px) and (max-width: 1460px) {
.short-story-buttons span {
    margin: 15px 0;
}
}
@media (max-width: 1760px) {
.short-story-buttons > span {
    margin: 9px 0 16px 0;
}
}

@media (min-width: 1280px) and (max-width: 1460px) {
.short-story-buttons span {
    margin: 15px 0;
}
}
@media (max-width: 1760px) {
.short-story-buttons > * {
    display: block;
    text-align: center;
}
}
@media (max-width: 1760px) {
.short-story-buttons > .btnBig.sendMess {
    margin: 0 auto;
}
}

.btn{
margin:0 0 0 11px;
}
.btn.btnBig {
height: 51px;
line-height: 47px;
background-color: #FC0;
border: none;
padding: 0 10px;
}
@media (min-width: 1280px) and (max-width: 1460px) {
.short-story-buttons span {
    margin: 15px 0;
}
}

.semi-bold {
color: #333333;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
font-family: "Open Sans", sans-serif;
}
.kran-pic{
margin-top: 25px;
display: block;
width: 330px;
height: 250px;
}

.row {
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.flex {
display: flex;
}
.span-bold{
  font-weight: bold;
} 
/* Блок с ценой конец */
/* Блок устройства козлового крана */
.ab-display{
          text-wrap: wrap;
          display: flex;
        }
        .crane-list-title{
            margin-left: 20px;
            margin-top: 15px;
        }
        .accordion{
            width: 736px;
        }
        .accord-img{
            width: 180px;
            height: 208px;
        }

        .accord-img-div{
            display: inline-block;
            width: 180px;
            margin-right: 10px;
        }
        .accord-description{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #333333;
        }
        .accord-description-div{
            
            width: 520px;
            margin-left: 8px;
        }
        .accord-first{
            width: 500px;
        }
        .span-bold{
            font-weight: bold;
        }        
        .list-size{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #333333;
            font-weight: bold;
        }
/* Блок устройства козлового крана */
  .services {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.services .services_item {
    width: 33%;
    text-align: center;
}
.services_item {
    position: relative;
    margin-bottom: 20px;
    width: 31.7% !important;
}
.service_item-img img {
    height: 215px !important;
    width: 100%;
}
.service_item-desc {
    text-align: left;
    padding: 10px 10px 0;
    position: absolute;
    bottom: 23px;
    z-index: 20;
}
.services_item::after {
    height: 215px !important;
}
.services_item::after {
    content: '';
    display: block;
    width: 100%;
    height: 260px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.service_item-desc .title {
    font-weight: 600;
    font-size: 23px;
    line-height: 25px;
    color: #FFFFFF;
    display: block;
}
</style>
