

/* Start:/_/css/old/brands.css?17642286022034*/
.brands {
	overflow: hidden;
}
.brands_cell {
	width: 100%;
	padding: 0 0 20px;
}
.brands_item {
	height: 100%;
	padding: 0 20px 20px;
	border: 1px solid #d1d6dc;
}
.brands_item_image {
	margin: 0 -20px;
}
.brands_item_logo {
	position: relative;
	height: 80px;
	border-bottom: 1px solid #dad9d8;
}
.brands_item_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100px;
	max-height: 40px;
	transform: translate(-50%, -50%);
}
.brands_item_info {
	padding: 20px 0 0;
}
.brands_item_name {
	color: #103a71;
	font-size: 17px;
	font-weight: 600;
}
.brands_item_count {
	margin: 10px 0 0;
	color: #7d7f82;
}
.brands_item_count b {
	color: #000;
}

@media (min-width: 568px), print {
	.brands_grid {
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.brands_cell {
		width: 50%;
		padding: 0 10px 20px;
	}
	.brands_item_image_pic {
		position: relative;
		height: 250px;
		overflow: hidden;
		background-position: 50% 50%;
		background-size: cover;
	}
}

@media (min-width: 800px), print {
	.brands_cell {
		padding: 0 10px 20px;
	}
}

@media (min-width: 1024px) {
	.brands_cell {
		width: 33.33%;
	}
	.brands_item_image_pic {
		height: 290px;
	}
}

@media (min-width: 1280px) {
	.brands_cell {
		width: 25%;
	}
	.brands_item_image_pic {
		height: 250px;
	}
}

@media (min-width: 1440px) {
	.brands_item_name {
		float: left;
		width: 46%;
		padding: 0 20px 0 0;
	}
	.brands_item_count {
		float: right;
		width: 27%;
		margin: 0;
		line-height: 14px;
		font-size: 12px;
	}
	.brands_item_count b {
		display: block;
		margin: 5px 0 0;
		font-size: 15px;
	}
	.brands_item_image_pic {
		height: 270px;
	}
}

@media (min-width: 1600px) {
	.brands_grid {
		margin: 0 -20px;
	}
	.brands_cell {
		padding: 0 20px 40px;
	}
	.brands_item_name {
		width: 50%;
	}
	.brands_item_count {
		width: 25%;
	}
}
/* End */
/* /_/css/old/brands.css?17642286022034 */
