

/* Start:/local/templates/index/components/bitrix/news.list/brands2/style.css?17576171191089*/
.BrandsItem {
	width: calc(16.6% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px 15px;
}

.BrandsItem img {
	filter: grayscale(1);
	opacity: 0.5;
}
.BrandsItem img:hover {
	transition: all .5s;
    opacity: 1;
    filter: grayscale(0);
}

.BrandsList {
	margin: 25px -15px 0;
	justify-content: left!important;
}

.Brands {
	margin-bottom: 50px;
}

.brandsLink {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #7692F2;

}
.Brands .headerName > div {
	margin-right: 32px;
}
.Brands .headerName {
	display: flex;
	align-items: center;
}

@media (max-width: 1281px) {

	.BrandsItem {
		width: calc(20% - 30px);
	}


}

@media (max-width: 992px) {
	.BrandsItem {
		width: calc(25% - 30px);
	}


}

@media (max-width: 768px) {
	.BrandsList {
		overflow: auto;
		width: auto;
		padding-bottom: 20px;
		margin-right: -33px;
	}
	.BrandsItem {
		width: calc(50% - 40px);
		margin: 20px;
	}

	.BrandsItem a {
		width: 150px;
		display: block;
		text-align: center;
	}

}

@media (max-width: 640px) {
	.BrandsList {
		margin-right: -19px;
	}

}
/* End */
/* /local/templates/index/components/bitrix/news.list/brands2/style.css?17576171191089 */
