

/* Start:/local/templates/main/components/bitrix/news.list/catalogBrandsPage/style.css?1756913536902*/
.catalog-brandName{
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.catalog-brandName:hover{
    color: #9a0928;
}
.catalog-brandName img{
    width: 100%;
    height: 100%;
    max-height: 46px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
}
.catalog-brandName:hover img{
    filter: grayscale(0);
    transition: .3s;
}
.catalog-brandName{
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
	max-width: 14%;
	padding: 0 15px;
}
.man_block{
	-webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
	box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}
.man_block a{
	height:94px;
}
.man_block img{
	max-height:94px;
	padding:14px;
}
@media (min-width:992px){
	.man_block img{
		object-fit:contain;
		filter: grayscale(1) opacity(.6);
	}
	.man_block a:hover img{
		filter: grayscale(0) opacity(1);
		transition: .3s;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/catalogBrandsPage/style.css?1756913536902 */
