.b-main{
	padding-bottom: 0px;
}


/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header__line{
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(left,  #cdcdcd 0%, #686868 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #cdcdcd 0%,#686868 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #cdcdcd 0%,#686868 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#686868',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.b-header__main{
	padding: 15px 0;
}



/****** b-langs BEGIN ******/
.b-langs{
	font-size: 13px;
}
.b-langs__item{
	padding: 10px;
	border-right: 1px solid #a1a1a1;
}
.b-langs__item > span {
	color: #cfcfcf;
}
.b-langs__item:last-child{
	border-left: 1px solid #a1a1a1;
}
.b-langs__link{
	color: #fff;
	text-decoration: none;
}
.b-langs__link:hover{
	color: #fff;
	text-decoration: underline;
}
/****** END b-langs ******/



/****** b-siteinfo BEGIN ******/
.b-siteinfo{
	font-size: 0;
}
.b-siteinfo__item {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
}
.b-siteinfo__item:first-child{
	margin-left: 0;
}
@media(max-width:960px){
	.b-siteinfo__item_schedule{
		display: none;
	}
}
@media(max-width:768px){
	.b-siteinfo__item_address{
		display: none;
	}
}
.b-siteinfo__ico {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.b-siteinfo__text {
	display: inline-block;
	vertical-align: middle;
	max-width: 390px;
}
.b-siteinfo__text_phone {
	white-space: nowrap;
	color: #fff;
}
/****** END b-siteinfo ******/



/****** b-logo BEGIN ******/
.b-logo {
	font-size: 0;
}
/* L */
@media(max-width:1200px){
	.b-logo{
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-logo{
		text-align: left;
	}
}
/****** END b-logo ******/



/****** toggle-menu BEGIN ******/
.b-toggle-menu{
	display: none;
	cursor: pointer;
}
@media(max-width:768px){
	.b-toggle-menu{

		text-align: right;

	}
}
.first{display:none;}
@media only screen and (max-width: 768px) {
.first{display:block; 
z-index: 1;
}

}

.second { display: none;}
.second.active { display: inline;position: relative;z-index: 1; background:#000;}
.second2 { display: none;}
.second2.active { display: inline;position: relative; z-index: 1;}
.second3 { display: none;}
.second3.active { display: inline;position: relative; z-index: 1;}
.second4 { display: none;}
.second4.active { display: inline;position: relative; z-index: 1;}
.second5 { display: none;}
.second5.active { display: inline;position: relative; z-index: 1;}
/****** END toggle-menu ******/

/*********************************************/
/***** END Header *****/
/*********************************************/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

nav{
  background: #222;  
  padding: 15px;
}
.list-menu{
  display: flex;
  list-style: none;
}
.list-menu > li > a{
  color: #000;
  display: block;
 text-align: left;
margin-left:-50px;
 font-size:14px;

}
.list-menu > li > a:hover{
  background: #000;
}

#btn-menu{
  display: none;
}
#btn-menu + label{
  display: none; 
  position: relative;
  color: #000; 
  height: 20px;
  z-index: 1;
  cursor: pointer;
}

#btn-menu + label:before{
  content: '\f0c9';  
  display: inline-block;
  font-family:'FontAwesome';
  font-size: 32px;
}
#btn-menu:checked + label:before{
  content: '\f00d';
  color: #f00;
}

@media screen and (max-width: 767px) {
 
   #btn-menu + label{
      display: inline-block;
   }
  #btn-menu + label + .list-menu{
    display: none;
  }
  #btn-menu:checked + label + .list-menu{
    display: block;
  }
}




/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{
	font-size: 0;
	text-align: right;
}
/* L */
@media(max-width:1200px){
	.b-menu{
		margin-top: 12px;
		text-align: left;
	}
}
/* S */
@media(max-width:768px){
	.b-menu.js-toggle{
		margin-top: 0;
		height: 0;
		overflow: hidden;
	}
}

.b-menu__item{
	position: relative;
	display: inline-block;
	margin: 8px 0;
	padding: 0 30px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}
.b-menu__item + .b-menu__item {
	border-left: 1px solid #d1d1d1;
}
.b-menu__item:first-child{
	margin-left: 0;
}
.b-menu__item:hover .b-menu__submenu{
	display: block;
}
.b-menu__item_rtl .b-menu__submenu{
	right: 0;
	left: auto;
}
.b-menu__item_rtl .b-submenu__submenu{
	right: 100%;
	left: auto;
}
/* S */
@media(max-width:768px){
	.b-menu__item{
		display: block;
		margin: 0;
		border-top: 1px solid #e4e4e4;
	}
	.b-menu__item_arrow:after{
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 15px;
		font: normal normal normal 14px/1 FontAwesome;
		line-height: 1;
		color: #999;
	}
	.b-menu__item_arrow:hover:after{
		content: '\f107';
	}
}

.b-menu__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
}
.b-menu__link:hover{
	color: #268fb1;
}
.b-menu__item_active .b-menu__link:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background: #5cabd6;
}
/* S */
@media(max-width:768px){
	.b-menu__link{
		display: block;
		padding: 15px 0;
	}
	.b-menu__item_active .b-menu__link:after{
		display: none;
	}
}


.b-menu__submenu{
	display: none;
	position: absolute;
	z-index: 10;
	top: 13px;
	left: 0;
	padding-top: 7px;
}
/* S */
@media(max-width:768px){
	.b-menu__submenu{
		position: static;
		padding: 0;
	}
}



/***** Submenu BEGIN *****/
.b-submenu{
	border: 1px solid #e4e4e4;
	background: #fff;
}
/* S */
@media(max-width:768px){
	.b-submenu{
		border: 0;
	}
}


.b-submenu__item{
	position: relative;
}
.b-submenu__item:hover > .b-submenu__submenu{
	display: block;
}
.b-submenu__item_arrow:after{
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 8px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 1;
	color: #999;
}
/* S */
@media(max-width:768px){
	.b-submenu__item{
		padding-left: 30px;
	}
	.b-submenu__item_arrow:hover:after{
		content: '\f107';
	}
}


.b-submenu__link{
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

.b-submenu__link:hover{
	background-color: #f4f4f4;
}
@media(max-width:768px){
	.b-submenu__link{
		padding: 10px 0;
		white-space: normal;
	}
	.b-submenu__link:hover{
		background: none;
	}
}


.b-submenu__submenu{
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
}
@media(max-width:768px){
	.b-submenu__submenu{
		position: static;
	}
}
/*********************************************/
/***** END Menu *****/
/*********************************************/





/*********************************************/
/***** Banner BEGIN *****/
/*********************************************/
.b-banner-main{
	margin: auto;
}

.b-banner-main__item{
	position: relative;
}
/* Only one banner is visible while js is loading */
.b-banner-main.no-js .b-banner-main__item:not(:first-child){
	display: none;
}

.b-banner-main__image{
	margin: 0 auto;
}

.b-banner-main__info{
	text-align: center;
	position: absolute;
	top: 0;
	height: 100%;
}
.b-banner-main__info-helper{
	display: table;
	height: 100%;
	width: 85%;
	margin: auto;
}
.b-banner-main__info-helper-2{
	display:table-cell;
	vertical-align: middle
}

.b-banner-main__title{
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
}
/* S */
@media(max-width:768px){
	.b-banner-main__title{
		font-size: 35px;
	}
}
/* XS */
@media(max-width:480px){
	.b-banner-main__title{
		font-size: 20px;
	}
}



.b-banner-main__text{
	font-size: 22px;
	margin-bottom: 25px;
	color: #fff;
}
/* M */
@media(max-width:960px){
	.b-banner-main__text{
		display: none;
	}
}


.b-banner-main__button{
	padding: 12px 30px;
	background-color: transparent;
	border: 1px solid #54bcde;
	z-index: 0;
}
.b-banner-main__button:hover {
	background-color: #54bcde;
	z-index: 0;
}
/* L */
@media(max-width:768px){
	.b-banner-main__button{
		/* Link on whole image instead a single button */
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 0;
		background-color: transparent;
		background-color: rgba(0,0,0,0);
		z-index: 0;
	}
	.b-banner-main__button:hover{
		background-color: transparent;
		background-color: rgba(0,0,0,0);
		z-index: 0;
	}
}

.b-banner-main__prev,
.b-banner-main__next{
	position: absolute;
	top: 45%;
	display: block;
}
.b-banner-main__prev{
	left: 5%;
}
.b-banner-main__next{
	right: 5%;
}


.b-banner-main .slick-dots{
	position: absolute;
	bottom: 5%;
	display: block;
	width: 100%;
	text-align: center;
}
.b-banner-main .slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.b-banner-main .slick-dots button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}
.b-banner-main .slick-dots .slick-active button{
	background-color: #fff;
}

/*********************************************/
/***** END Banner *****/
/*********************************************/


/*********************************************/
/***** Sub Banner BEGIN *****/
/*********************************************/
.b-sub-banner-main{
   margin: auto;
}

.b-sub-banner-main__item{
   position: relative;
}
/* Only one banner is visible while js is loading */
.b-sub-banner-main.no-js .b-sub-banner-main__item:not(:first-child){
   display: none;
}

.b-sub-banner-main__image{
   margin: 0 auto;
}

.b-sub-banner-main__info{
   text-align: center;
   position: absolute;
   top: 0;
   height: 100%;
}
.b-sub-banner-main__info-helper{
   display: table;
   height: 100%;
   width: 85%;
   margin: auto;
}
.b-sub-banner-main__info-helper-2{
   display:table-cell;
   vertical-align: middle
}

.b-sub-banner-main__title{
   font-family: 'Roboto Slab', serif;
   font-size: 30px;
   line-height: 1;
   margin-bottom: 20px;
   color: #fff;
   font-weight: bold;
}
/* S */
@media(max-width:768px){
   .b-sub-banner-main__title{
      font-size: 35px;
   }
}
/* XS */
@media(max-width:480px){
   .b-sub-banner-main__title{
      font-size: 20px;
   }
}



.b-sub-banner-main__text{
   font-size: 18px;
   margin-bottom: 25px;
   color: #fff;
}
/* M */
@media(max-width:960px){
   .b-sub-banner-main__text{
      display: none;
   }
}


.b-sub-banner-main__button{
   padding: 12px 30px;
   background-color: transparent;
   border: 1px solid #54bcde;
}
.b-sub-banner-main__button:hover {
   background-color: #54bcde;
}
/* L */
@media(max-width:768px){
   .b-sub-banner-main__button{
      /* Link on whole image instead a single button */
      position: absolute;
      z-index: 100;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      font-size: 0;
      background-color: transparent;
      background-color: rgba(0,0,0,0);
   }
   .b-sub-banner-main__button:hover{
      background-color: transparent;
      background-color: rgba(0,0,0,0);
   }
}

.b-sub-banner-main__prev,
.b-sub-banner-main__next{
   position: absolute;
   top: 45%;
   display: block;
}
.b-sub-banner-main__prev{
   left: 5%;
}
.b-sub-banner-main__next{
   right: 5%;
}


.b-sub-banner-main .slick-dots{
   position: absolute;
   bottom: 5%;
   display: block;
   width: 100%;
   text-align: center;
}
.b-sub-banner-main .slick-dots li{
   position: relative;
   display: inline-block;
   margin: 0 3px;
}
.b-sub-banner-main .slick-dots button{
   font-size: 0;
   line-height: 0;
   display: block;
   width: 12px;
   height: 12px;
   border-radius: 12px;
   cursor: pointer;
   color: transparent;
   border: 0;
   background-color: #fff;
   background-color: rgba(255, 255, 255, 0.3);
}
.b-sub-banner-main .slick-dots .slick-active button{
   background-color: #fff;
}

/*********************************************/
/***** END Sub Banner *****/
/*********************************************/


/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard__item{
	margin-bottom: 30px;
	text-align: center;
}
.b-dashboard__item:after{
	content: "";
	display: table;
	clear: both;
}
.b-dashboard__ico{
	margin-right: 0px;
	margin-bottom: 20px;
	width: 128px;
	height: 128px;
	background: url('../_img/sprite.png') no-repeat;
}
.icon_diagnostic {
	background-position: 0 0;
}
.icon_accessories {
	background-position: -128px 0;
}
.icon_guarantee {
	background-position: -256px 0;
}

.b-dashboard__info{
	overflow: hidden;
}
.b-dashboard__title{
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #000
}
.b-dashboard__link{
	color: #268fb1;
	text-decoration: none;
	font-size: 14px;
}
.b-dashboard__link:hover {
	color: #0aa7c8;
}
/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{

}
.b-hometext__title{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: normal;
	color: #000;
}
.b-hometext__btn{
	margin-top: 25px;
}
/* S */
@media(max-width:768px){
	.b-hometext__image{
		display: none;
	}
}
/*********************************************/
/***** END Hometext *****/
/*********************************************/





/*********************************************/
/***** Gallery widget BEGIN *****/
/*********************************************/
.b-gallery-w{

}
.b-gallery-w:after{
	content: "";
	display: table;
	clear: both;
}
.b-gallery-w__item{
	position: relative;
	/* Styles while js loading */
	float: left;
	width: 25%;
}
/* XS */
@media(max-width:480px){
	.b-gallery-w__item:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}
.b-gallery-w__item:hover .b-gallery-w__zoom{
	display: block;
}
.b-gallery-w__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery-w__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery-w__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.b-gallery-w__image{
	display: block;
}
/*********************************************/
/***** END Gallery widget *****/
/*********************************************/





/*********************************************/
/***** Review widget BEGIN *****/
/*********************************************/
.b-review-w {
	text-align: center;
}

.b-review-w__photo{
	margin-bottom: 10px;
}
.b-review-w__img{
	/* cancel slick-carusel default img display block */
	display: inline !important;
	border-radius: 50%;
}
.b-review-w__desc{
	font-size: 16px;
	margin-bottom: 15px;
}
.b-review-w__name{
	font-weight: bold;
	color: #000;
}
.b-review-w__url{
	color: #1779b9;
	margin-left: 5px;
}

.b-review-w__prev,
.b-review-w__next
{
	margin: 35px 5px 0;
	display: inline-block;
}
/*********************************************/
/***** END Review widget *****/
/*********************************************/





/*********************************************/
/***** Blog widget BEGIN *****/
/*********************************************/
.b-blog-w {

}

.b-blog-w__item{
	margin-bottom: 50px;
}
.b-blog-w__image{
	margin-bottom: 15px;
}
.b-blog-w__date{
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.b-blog-w__title{
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.3;
}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/





/*********************************************/
/***** Partner widget BEGIN *****/
/*********************************************/
.b-partner-w {
	padding: 0 35px;
	text-align: center;
}

.b-partner-w__item{
	margin: 0 20px 0 20px;
}

.b-partner-w__prev,
.b-partner-w__next{
	position: absolute;
	top: 0;
	display: inline-block;
	margin: 5px 0;
}
.b-partner-w__prev{
	left: 0;
}
.b-partner-w__next{
	right: 0;
}
/*********************************************/
/***** END Partner widget *****/
/*********************************************/





/*********************************************/
/***** Footer BEGIN *****/
/*********************************************/

.b-footer-bottom-helper{
	min-height: 100%;
	overflow: hidden;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper{
		min-height: auto;
		overflow: auto;
	}
}
.b-footer-bottom-helper-2{
	padding-bottom: 300px;
}
.b-footer__contacts .b-footer__item p, .b-footer__contacts .b-footer__item address {
	    margin-bottom: 0.5em;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper-2{
		padding-bottom: 0;
	}
}



.b-footer{
	height: 300px;
	margin-top: -300px;
	background-color: #484848;
	color: #ffffff;
	background: url('../_img/footer-bg.png') repeat;
}
/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__inner{
	height: 250px;
	padding-bottom:2em;
}
/* M */
@media(max-width:960px){
	.b-footer__inner{
		height: auto;
	}
}

.b-footer__section{
	padding-top: 3em;
	font-size: 0.9em;
}

.b-footer__title{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #fff;
}
.b-footer__item{
	margin-top: 1em;
}


/****** b-socgroups BEGIN ******/
.b-socgroups{
	margin-left: -10px;
}
.b-socgroups:after{
	content: "";
	display: table;
	clear: both;
}
.b-socgroups__item{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.b-socgroups__item_vk{
	background-color: #4c89b8;
}
.b-socgroups__item_fb{
	background-color: #3b5998;
}
.b-socgroups__item_gp{
	background-color: #dd4b39;
}
.b-socgroups__item_yt{
	background: #CC181E;
}
.b-socgroups__item_tw {
	background: #4cb1d7;
}
/****** END b-socgroups ******/



/****** b-menu-footer BEGIN ******/
.b-menu-footer__item{
	margin-bottom: 0.5em;
}
/****** END b-menu-footer ******/


.b-footer__line{
	padding: 16px 0 16px;
	background: rgba(255,255,255,0.15);
}
.b-footer__line-right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-footer__line-left{
		text-align: center;
		margin-top: 20px;
	}
	.b-footer__line-right{
		float: none;
		text-align: center;
		margin: 20px 0 10px;
	}
}


/****** b-userbar BEGIN ******/
.b-userbar{
	font-size: 0;
}
.b-userbar__item{
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 20px;
	border-left: 1px solid #494949;
	vertical-align: middle;
	max-width: 200px;
}
.b-userbar__item:first-child{
	border-left: 0;
	padding-left: 0;
}
.b-userbar__item:last-child{
	padding-right: 0;
}
.b-userbar__icon{
	display: inline-block;
	vertical-align: middle;
}
.b-userbar__link{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
/****** END b-userbar BEGIN ******/


/****** b-engine BEGIN ******/
.b-engine{
	font-size: 0.9rem;
}
/****** END b-engine ******/
/*********************************************/
/***** END Footer *****/
/*********************************************/





/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{
	border-top: 2px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	font-size: 0.9em;
	color: #999;
}
.b-breadcrumbs__item{
	float: left;
}
.b-breadcrumbs__item:not(:last-child):after{
	content: '/';
	margin: 0 0.5em 0 0.5em;
}
/* S */
@media(max-width:768px){
	.b-breadcrumbs__item:last-child{
		display: none;
	}
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/





/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{
	padding: 2.6em 0;
}
.b-content__title{
	font-size: 2.1em;
	color: #000;
	line-height: 1;
	margin-bottom: 1em;
	font-size: 2em;
}
.b-content__description{
	margin-bottom: 2em;
}
.b-content__item{
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #e4e4e4;
}
.b-content__item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-content__item-image{
	float: left;
	margin: 0.5em 2.5% 0 0;
	max-width: 30%;
}
.b-content__item-title{
	font-size: 1.7em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

.b-content__item-title-link{
	color: #268fb1;
}
.b-content__item-title-link:hover{
	color: #1779b9;
}
/* S */
@media(max-width:768px){
	.b-content__item-text{
		display: none;
	}
}

.b-content__item-category{
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}
.b-content__item-category-title{
	margin-right: 5px;
}
.b-content__item-category-link{
	color: #999;
}
.b-content__noitems{

}
.b-content__pagination{
	margin-top: 2em;
}

.b-content__section{

}

.b-content__addinfo{
	margin-top: 0.8em;
}



.b-content__bloginfo{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	margin-top: 2em;
}
.b-content__bloginfo-section{
	font-size: 0;
	white-space: nowrap;
}
.b-content__bloginfo_right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-content__bloginfo_left{
		margin-bottom: 20px;
	}
	.b-content__bloginfo_right{
		float: none;
	}
}
.b-content__bloginfo-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1rem;
}
.b-content__bloginfo-list{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}



/* Tags */
.b-tags{
	margin:-5px 0 0 -5px;
}
.b-tags:after{
	content: "";
	display: table;
	clear: both;
}
.b-tags__item{
	float: left;
	margin:5px 0 0 5px;
	padding: 0.4em 0.8em;
	background: #f7f7f7;
	border-radius: 5px;
	font-size: 0.9em;
}

.b-share{
	margin-left: -5px;
}
.b-share__handle{
	margin-left: 5px;
}

/* Content Addinfo */
.b-addinfo{
	color: #999;
	font-size: 0.9em;
}
.b-addinfo__item{
	float: left;
	margin-right: 1em;
}
.b-addinfo__list .b-addinfo__item:last-child{
	margin-right: 0;
}
.b-addinfo__item-icon{
	color: #d0d0d0;
}



/* Sub categories Menu */
.b-subcats{

}
.b-subcats__item:not(:last-child){
	margin-bottom: 0.5em;
}



/* Popular Items, sorted by amount of views */
.b-blog-popular-w{

}
.b-blog-popular-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}
.b-blog-popular-w__item-title{
	margin-bottom: 0.4em;
}



/* Latest comments to all articles */
.b-comment-w{

}
.b-comment-w__item-text{
	margin-bottom: 0.4em;
	font-size: 0.9em;
}
.b-comment-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}

/*********************************************/
/***** END Content *****/
/*********************************************/





/*********************************************/
/***** Pagination BEGIN *****/
/*********************************************/
.b-pagination{

}
.b-pagination__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.b-pagination__item:first-child{
	margin-left: 0;
}
.b-pagination__item a,
.b-pagination_page-active{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
.b-pagination_page a,
.b-pagination_page-active
{
	width: 35px;
	text-align: center;
}
.b-pagination_page-active{
	background-color: #f4f4f4;
}
.b-pagination__arrow{
	color: #999;
	position: relative;
	top: 3px;
}
.b-pagination_first{
	margin-right: 20px;
}
.b-pagination_last{
	margin-left: 20px;
}
/*********************************************/
/***** END Pagination *****/
/*********************************************/



/*********************************************/
/***** Comments BEGIN *****/
/*********************************************/
.b-comments{

}
.b-comments__message_info{
	margin-bottom: 1.5em;
}
.b-comments__form{
	margin-bottom: 2em;
}
#b-comments__form-anchor{
	position: absolute;
	margin-top: -250px;
}
/* S */
@media(max-width:768px){
	#b-comments__form-anchor{
		margin-top: -50px;
	}
}

.b-comments__list{
	margin-bottom: 2em;
}

.b-comments__post{
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e4e4e4;
}
.b-comments__post:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-comments__post-header{
	padding-bottom: 5px;
	font-size: 0;
}
.b-comments__post-author{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.b-comments__post-date{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
}
.b-comments__post-rate{
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	font-size: 1rem;
}
.b-comments__post-text{
	margin-bottom: 10px;
}
.b-comments__post-vote{
	font-size: 0;
	color: #999;
}
.b-comments__post-vote-item{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
	text-decoration: none;
}

.b-star-number{

}
.b-star-number__ico{
	float: left;
	margin-left: 1px;
	color: #FFB300;
}
.b-star-number__ico:first-child{
	margin-left: 0;
}


.b-star-rating{
	font-size: 0;
}
.b-star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.b-star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.b-star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.b-star-rating__ico:last-child{
	padding-left: 0;
}
.b-star-rating__input{
	display: none;
}
.b-star-rating__ico:hover:before,
.b-star-rating__ico:hover ~ .b-star-rating__ico:before,
.b-star-rating__input:checked ~ .b-star-rating__ico:before
{
	content: "\f005";
}
/*********************************************/
/***** END Comments *****/
/*********************************************/





/*********************************************/
/***** Gallery BEGIN *****/
/*********************************************/
.b-gallery{

}

.b-gallery__menu{
	margin-bottom: 1em;
	font-size: 0.9em;
	text-align: right;
	text-transform: uppercase;
}
/* M */
@media(max-width:960px){
	.b-gallery__menu{
		text-align: left;
	}
}


.b-gallery__menu-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.5em 1em;
}
.b-gallery__menu-item:first-child{
	margin-left: 0;
}
.b-gallery__menu-link.mod-active{
	border-bottom: 2px solid #5cabd6;
}

.b-gallery__description{
	margin-bottom: 2em;
}

.b-gallery__category-album{
	text-align: center;
	margin-bottom: 4em;
}
.b-gallery__category-album-image{
	display: block;
	position: relative;
	margin-bottom: 1.5em;
}

.b-gallery__category-album-img,
.b-gallery__category-album-image-link{
	display: block;
}

.b-gallery__category-album-title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.b-gallery__category-album-text{
	font-size: 0.9em;
}

.b-gallery__photo{
	position: relative;
	margin-bottom: 4em;
}
/* XS */
@media(max-width:480px){
	.b-gallery__photo:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}

.b-gallery__photo-link,
.b-gallery__photo-img{
	display: block;
}
.b-gallery__photo-text{
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.b-gallery__photo-link{
	position: relative;
}
.b-gallery__photo-link:hover .b-gallery__zoom{
	display: block;
}

.b-gallery__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*********************************************/
/***** END Gallery *****/
/*********************************************/





/*********************************************/
/***** Sidebar BEGIN *****/
/*********************************************/
.b-sidebar{
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
}
/* M */
@media(max-width:960px){
	.b-sidebar{
		display: none;
	}
}
.b-sidebar__section{
	margin-bottom: 3.5em;
}
.b-sidebar__section_search-w{
	margin-bottom: 2em;
}

/* Search Form */
.b-search-w_blog{

}
.b-search__info{
	margin-bottom: 2em;
}
.b-search-w_blog__submit{
	border: 0;
	background-color: transparent;
}
/*********************************************/
/***** END Sidebar *****/
/*********************************************/





/*********************************************/
/***** fancyBox BEGIN *****/
/*********************************************/
.fancybox-overlay{
	background: rgba(0,0,0,0.7);
}
.fancybox-nav span{
	font-size: 3em;
	margin-top: -1em;
	display: block;
}
.fancybox-nav.fancybox-prev{
	left: 0;
}

.fancybox-nav.fancybox-next{
	right: 0;
}
.fancybox-nav.fancybox-prev span:before{
	content: "\f104"
}
.fancybox-nav.fancybox-next span:before{
	content: "\f105";
}
.fancybox-nav.fancybox-prev span{
	left: 10px;
}
.fancybox-nav.fancybox-next span{
	right: 10px;
}
.fancybox-nav span {
	visibility: visible;
}
#fancybox-loading div:before{
	content: "\f110";
	font-size: 3em;
	color: #fff;
	-webkit-animation: fa-spin 1.5s infinite linear;
	animation: fa-spin 1.5s infinite linear;
}
#fancybox-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close:before{
	padding: 10px;
	content: "\f00d";
	font-size: 2em;
}
.fancybox-close{
	position: absolute;
	top: 35px;
	right: 25px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-inner p{
	padding-right: 20px; /*close button over text*/
}
.fancybox-title{
	padding: 5px;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/
.b-consultation_mob {
	display: none;
}
.b-consultation__button {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 29px;
	border: 4px solid #ddeef4;
	background-color: #3da5c7;
	border-radius: 5px;
}
.b-consultation__button:hover {
	border-color: #ddeef4;
	background-color: #40b8da;
}
.g-form-subscribe {
	position: relative;
}
.g-form-subscribe__submit {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 1px;
}

.b-footer-consultation {
	display: block;
	text-align: center;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	background: #3da5c7;
	width: 100%;
	border-radius: 2px;
	text-decoration: none;
	margin-top: 12px;
}
.b-footer-consultation2 {
	display: block;
	text-align: center;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	background: #3da5c7;
	width: 100%;
	border-radius: 2px;
	text-decoration: none;
	margin-top: 12px;
}
.b-footer__copyright {
	font-weight: normal;
	font-size: 12px;
	font-family: 'Open Sans', 'Arial', sans-serif;
	text-transform: none;
}
.b-footer__subcopyright {
	color: #d7d7d7;
}
.b-spare-w__items {
	font-size: 0;
	margin-left: -12px;
}
.b-spare-w__item {
	display: inline-block;
	width: 217px;
	border: 1px solid #d5d5d5;
	margin: 0 0 12px 12px;
	background-color: #fff;
}
.b-spare-w__image {
	height: 145px;
	border-bottom: 1px solid #97d0e2;
}
.b-spare-parts__list {
	padding-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
.b-spare-parts__item {
	margin-bottom: 40px;
}
.b-spare-w__title {
	height: 57px;
	line-height: 57px;
	font-size: 15px;
}
.b-spare-parts__img {
	height: 214px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin-bottom: 18px;
}
.b-spare-parts__img + .b-spare-parts__title {
	margin-top: 18px;
}
.b-spare-parts__img > img {
	vertical-align: middle;
}
.b-spare-parts__title {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}
.b-prices__ico {
	width: 72px;
	height: 72px;
	float: left;
	margin-right:23px;
	background: url('../_img/sprite.png') no-repeat;
}
.b-prices__ico + .b-prices__info {
	margin-left: 88px;
}
.b-prices__ico_1 {
	background-position: 0 -128px;
}
.b-prices__ico_2 {
	background-position: -72px -128px;
}
.b-prices__ico_3 {
	background-position: -144px -128px;
}
.b-prices__ico_4 {
	background-position: -216px -128px;
}
.b-prices__ico_5 {
	background-position: -288px -128px;
}
.b-prices__ico_6 {
	background-position: 0 -200px;
}
.b-prices__ico_7 {
	background-position: -72px -200px;
}
.b-prices__ico_8 {
	background-position: -144px -200px;
}
.b-prices__ico_9 {
	background-position: -216px -200px;
}
.b-prices__ico_10 {
	background-position: -288px -200px;
}
.b-prices__ico_11 {
	background-position: 0 -272px;
}
.b-prices__ico_12 {
	background-position: -72px -272px;
}
.b-prices__ico_13 {
	background-position: -144px -272px;
}
.b-prices__ico_14 {
	background-position: -216px -272px;
}
.b-prices__ico_15 {
	background-position: -288px -272px;
}
.b-prices__title {
	font-size: 18px;
	font-weight: 600;
}
.b-prices__desc {
	font-size: 18px;
}
.b-prices__item {
	overflow: hidden;
	padding: 34px 25px 50px 25px;
	background-color: #f7f7f7;
	margin-bottom: 30px;
}
@media(max-width:1400px){
	.b-menu__item {
		padding: 0 20px;
	}
	.b-siteinfo__item_schedule {
		display: none;
	}
	.b-consultation__button {
		padding: 10px 15px;
	}
	.b-sub-banner-main__title, .b-sub-banner-main__text {
		margin-bottom: 10px;
	}
}
@media(max-width:1400px){
	.b-sub-banner-main__text {
		display: none;
	}
	.b-sub-banner-main__title {
		font-size: 20px;
	}
}

@media(max-width: 960px){
	.b-spare-w {
		margin-top: 40px;
	}	
	.g-section-spare_title,
	.g-section-l__items {
		text-align: center;
	}
	.g-section-l__title.g-section-spare_title:after {
		margin: auto;     margin-top: 1em;
	}
	.b-siteinfo__item-sub-phone {
		display: none;
	}
}


@media(max-width: 768px){
	.b-consultation {
		display: none;
	}
	.b-consultation.b-consultation_mob {
		display: inline-block;
		float: left;
		margin: 0 10px;
	}
	.b-menu__item + .b-menu__item {
		border-left: none;
	}
	.b-langs__item {
		padding: 10px 6px;
	}
	.b-sub-banner-main {
		display: none;
	}
	.g-section-l__spare-items {
		text-align: center;
	}
	.g-section-spare_title {
		text-align: center;
		margin-top: 1.7em
	}
	.g-section-spare_title + a {
		margin-bottom: 25px;
	}
	.g-section-l__title.g-section-spare_title:after {
		margin: auto;
	}
}
@media(max-width: 480px){
	.b-consultation.b-consultation_mob {
		display: none;
	}
	.g-form-m__field-title {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	.g-form-m__field-section, .g-form-m__buttons {
		margin-left: 0;
	}
	.b-siteinfo__ico.fa-phone {
		display: none;
	}
	.b-siteinfo__item {
		margin-left: 0;
	}
}