

/* Start:/bitrix/templates/template.rimeks/components/ma/news.list/brands-page-list/style.css?16583187111803*/
.brands__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__item-wrapper{
	width: calc(100% / 5 - 20px * 4 / 5);
	margin-bottom: 40px;
}
.brands__item-wrapper:not(:nth-child(5n)){
	margin-right: 20px;
}
.brands__letter{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	line-height: 115%;
	margin-bottom: 20px;
}
.brands__item:not(:last-child){
	margin-bottom: 10px;
}
.brands__item-title a{
	color: var(--site-dark-color) !important;
	transition: color .3s ease;
}
.brands__item-title a:hover{
	color: var(--site-default-color) !important;
}

@media(max-width: 880px){
	.brands__holder{
		margin-bottom: 100px;
	}
	.brands__item-wrapper{
		width: calc(100% / 4 - 20px * 3 / 4);
		margin-bottom: 20px;
	}
	.brands__item-wrapper:not(:nth-child(5n)){
		margin-right: 0;
	}
	.brands__item-wrapper:not(:nth-child(4n)){
		margin-right: 20px;
	}
}

@media(max-width: 550px){
	.brands__holder{
		font-size: 16px;
		margin-bottom: 80px;
	}
	.brands__letter{
		font-size: 20px;
	}
	.brands__item-wrapper{
		width: calc(100% / 3 - 10px * 2 / 3);
	}
	.brands__item-wrapper:not(:nth-child(4n)){
		margin-right: 0;
	}
	.brands__item-wrapper:not(:nth-child(3n)){
		margin-right: 10px;
	}
}

@media(max-width: 440px){
	.brands__item-wrapper{
		width: calc(100% / 2 - 10px / 2);
	}
	.brands__item-wrapper:not(:nth-child(3n)){
		margin-right: 0;
	}
	.brands__item-wrapper:not(:nth-child(2n)){
		margin-right: 10px;
	}
}
@media(max-width: 375px){
	.brands__item-wrapper{
		width: 100%;
	}
	.brands__item-wrapper:not(:nth-child(2n)){
		margin-right: 0;
	}
}

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