<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/main/components/bitrix/catalog.section.list/cars-brand/style.css?1480599465885*/
.brand-list{
	font-size:0;
}
.brand-item{
	position:relative;
	padding-bottom:40px;
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	height:140px;
	text-align:center;
	padding:0px 20px 20px;
	font-size:14px;
	vertical-align:top;
	
}
.brand-item__link{
	text-decoration:none;
	color:#333333;

}
.brand-item__img-cover{
	line-height: 100px;
	height:100px;
	display: inline-block;
	border-bottom: 3px solid transparent;
}
/*.brand-item__link:hover .brand-item__img-cover{
	border-bottom: 3px solid #41aced;
}*/

.brand-item__img{
	width: 100%;
	vertical-align: middle;

}
.brand-item__name{
	position:absolute;
	bottom:0px;
	left:20px;
	right:20px;
	height: 40px;
	
}

@media screen and (max-width: 1023px) { 
	.brand-item{
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.brand-item{
		width: 33%;
		height:120px;

	}
	
	.brand-item__name{
			height:32px;
	}
} 
/* End */
/* /bitrix/templates/main/components/bitrix/catalog.section.list/cars-brand/style.css?1480599465885 */
</pre></body></html>