.b-content.l-full{
	padding-left: 0;
}
.b-brand-promo{
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.b-brand-logo{
	text-align: center; margin-bottom: 24px;
}
.b-brand-logo .content__header{

}
.b-brand-logo .content__header.cr-state-has-logo{
	text-indent: -10000px;
	padding: 0;
}

/* popular */
.b-brand-popular{
	margin-bottom: 30px;
	padding: 24px 0 24px 0;
}
.brand-popular__heading{
	margin-bottom: 24px;
}

/* info */
.brand__info{
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.b-brand-info{}
.brand-info__slogan{
	margin-bottom: 9px;
	padding-right: 325px;
}
.brand-info__main{
	float: left;
	padding-right: 325px;
	font-size: 12px;
}
.brand-info__additional{
	float: right;
	margin-left: -205px;
	width: 205px;
	font-size: 11px;
}

/* categories */
.b-brand-categories{
	margin-bottom: 30px;
	padding: 15px 2.3%;
	background: #ededed;
	margin-left: -2.3%;
	margin-right: -2.3%;
}
.brand-categories__heading{
	margin-bottom: 10px;
}
.brand-categories__heading .g-pseudo_href{
	color: #000;
	border-color: #000;
}
.brand-categories__heading .g-pseudo_href:hover{
	color: #000 !important;
	border-color: #000 !important;
}
.brand-categories__list{}
.brand-categories__item{
	display: block;
	line-height: 1.9em;
	margin: 0 7px 20px 0;
}
.brand-categories__link{
	font-size: 14px;
	line-height: 1.9em;
	font-weight: bold;
}
.brand-categories__item.cr-state-hidden{
	display: none;
}
.brand-subcategories__list{}
.brand-subcategories__item{
	font-size: 14px;
	display: inline-block;
	line-height: 1.9em;
	margin: 0 18px 0 0;
}
.brand-subcategories__counter{
	font-size: 11px;
	color: #7b7b7b;
	position: relative;
	top: -3px;
}
.brand-subcategories__item.cr-state-hidden{
	display: none;
}
.b-categories-full{
	display: none;
}
.cr-state-full .b-categories-popular{
	display: none;
}
.cr-state-full .b-categories-full{
	display: block;
}

/* sales */
.b-brand-sales{}
.brand-sales__heading{
	margin-bottom: 20px;
}

.b-result{
	padding: 0;
}
.b-result__container{
	margin: 0 -4%;
}
.b-result__more{
	display: none;
}
.b-result__buttons{
	padding: 15px 0 50px 0;
	margin: 5px 0 0 0;
	text-align: center;
	border-top: 1px dotted #a6a6a6;
}
.b-result .result__item{
	width: 25%;
	float: left;
	padding: 0 0 64px 0;
	border: none;
}
.b-result .result__root{
	margin-bottom: 18px;
}
.b-result .result__item-inner{
	width: 200px;
	margin: 0 auto;
}
.b-result .result__name{
	text-decoration: underline;
	overflow: hidden;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 3px 0;
	position: relative;
}
.b-result .result__code{
	overflow: hidden;
	height: 15px;
}
.b-result .result__name-full, .b-result .result__name-model{
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.b-result .result__name-model:after{
	content: '';
	width: 20px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}
.b-result .result__img{
	height: 200px;
	width: 200px;
	display: table;
	margin-bottom: 18px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
}
.b-result .result__img__outer{
	display: table-row;
}
.b-result .result__img__inner{
	display: table-cell;
	vertical-align: middle;
}
.b-result .result__img img{
	max-width: 200px;
	max-height: 200px;
}
.b-result .result__price{
	height: 50px;
}
.b-result .result__buy{
	height: 25px;
}
.b-result .result__rating{
	position: absolute;
	top: 185px;
	left: -2px;
	width: 100%;
	padding: 5px 0;
}
.b-result .result__rating .b-reviews-rate{
	position: relative;
	z-index: 2;
}
.b-result .result__rating:after{
	content: ' ';
	width: 100%;
	background: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.6;
}

.b-result .g-code{
	display: inline-block;
}

.b-result .g-price{
	display: block;
	font-size: 21px;
}
.b-result .g-price .g-oldprice{
	display: block;
	font-size: 12px;
	top: -10px;
	margin-bottom: -8px;
	position: relative;
}

.b-result .g-buylink{
	background: none;
	padding: 10px 20px;
	margin: -10px 0 0 -20px;
}

@media screen and (max-width: 1024px) {
	.b-result__container{
		margin: 0 -3%;
	}
	.b-result .result__img{
		width: 170px;
		height: 170px;
	}
	.b-result .result__img img{
		max-width: 170px;
		max-height: 170px;
	}
	.b-result .result__item-inner{
		width: 170px;
	}
	.b-result .result__rating{
		top: 155px;
	}
}
.b-popular .content__subheader {
	line-height: 1.5em;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 24px;
}
