.brands-page {}
.brands-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*.brands-wrap:after {
	content: "";
	flex: auto;
}*/
.brand-item {
	padding: 53px 25px;
	border: 1px solid #f5f5f5;
	width: 30%;
	height: 160px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-item.hid {
	visibility: hidden;
	pointer-events: none;
}
.brand-item:hover {
	box-shadow: 0 0 27px rgba(0,0,0,0.1);
}
.brand-image {
	max-width: 100%;
	max-height: 100%;
}
.brand-image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-name {
	display: inline-block;
}

.brands-filter {
	margin-bottom: 20px;
	padding: 0px;
}
.brands-filter > li {
	display: inline-block;
	margin: 0 8px 8px 0;
}
.brands-filter > li a{
	box-sizing: content-box;
	cursor: pointer;
	text-align: center;
	background: #8f483d;
	color: white;
	display: inline-block;
	font-size: 16px;
	padding: 4px 9px 6px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
}

.brands-filter > li.active a {
	background: #ce614f;
}

.brands-filter > li.active > span {
	color: #ce614f;
}
.brands-filter > li a{

}
.brands-filter > li a
.brands-page .title{
	margin-bottom: 10px;
	font-size: 16px;
}

.brands-filter > li:hover{
	opacity: 0.85;
}
.brands-filter > li a:hover,
.brands-filter > li a:focus{
	color: white;
}

.brands-filter > li[data-disabled^="1"]{
	opacity: .2;
}
.brands-filter > li[data-disabled^="2"]{
	display: none;
}

/* альт. вариант оформления кнопок */
.brands-filter > li{
	margin: 0 12px 8px 0;
}
.brands-filter > li a{
	background: none;
	color: #8f483d;
	text-decoration: none;
	padding: 4px 3px 2px;
	font-weight: normal;
	border-bottom: 1px solid;
	border-radius: 0;
}
.brands-filter > li a:hover,
.brands-filter > li a:focus{
	color: #8f483d;
}
.brands-filter > li.active a{
	background: none;
	border-bottom: none;
	font-weight: bold;
}
.brands-filter > li.active a:before{
	content: '×';
	display: block;
	float: right;
	padding: 1px 0 0 5px;
	font-weight: normal;
	font-size: 22px;
	height: 18px;
	line-height: 5px;
}
/* /альт. вариант оформления кнопок */