

/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/brands-page-blocks/style.css?16594311842017*/
.brands-blocks__holder{
	display: flex;
	flex-wrap: wrap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: var(--site-dark-color);
	margin-bottom: 120px;
}
.brands-blocks__item{
	width: calc(100% / 5 - 20px * 4 / 5);
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.brands-blocks__item:not(:nth-child(5n)){
	margin-right: 20px;
}
.brands-blocks__item-holder{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: var(--site-dark-color) !important;
	transition: color .3s ease;
}
.brands-blocks__item-holder:hover{
	color: var(--site-default-color) !important;
}
.brands-blocks__item-img{
	flex-grow: 1;
	display: flex;
	align-items: center;
	width: 100%;
  justify-content: center;
	margin-bottom: 5px;
	min-height: 76px;
}
.brands-blocks__item-img img{
	max-height: 100%;
	width: auto;
	object-fit: contain;
	max-width: 100%;
}
.brands-blocks__item-title{
	text-align: center;
	min-height: 25px;
}
.brands-blocks__item-title a{
	color: var(--site-dark-color) !important;
	transition: color .3s ease;
}
.brands-blocks__item-title a:hover{
	color: var(--site-default-color) !important;
}
@media(max-width: 880px){
	.brands-blocks__holder{
		margin-bottom: 100px;
	}
	.brands-blocks__item{
		width: calc(100% / 4 - 20px * 3 / 4);
		margin-bottom: 20px;
	}
	.brands-blocks__item:not(:nth-child(5n)){
		margin-right: 0;
	}
	.brands-blocks__item:not(:nth-child(4n)){
		margin-right: 20px;
	}
}

@media(max-width: 550px){
	.brands-blocks__holder{
		font-size: 14px;
		margin-bottom: 80px;
	}
	.brands-blocks__item{
		width: calc(100% / 3 - 5px * 2 / 3);
		margin-bottom: 20px;
	}
	.brands-blocks__item:not(:nth-child(4n)){
		margin-right: 0;
	}
	.brands-blocks__item:not(:nth-child(3n)){
		margin-right: 5px;
	}
	.brands-blocks__item-img{
		min-height: unset;
    max-height: 40px;
	}
}

/* End */
/* /bitrix/templates/template.rimeks/components/ma/news.list/brands-page-blocks/style.css?16594311842017 */
