.catalog-brands {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.catalog-brands__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-brands__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
}

.catalog-brands__list {
	margin-top: 25px;
}

.brands-counter {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
	color: #555555;
}

.brands-counter .swiper-pagination-total {
	font-size: 15px;
	line-height: 40px;
}

.brands-list__items {
	-webkit-columns: 6 auto;
	-moz-columns: 6 auto;
	columns: 6 auto;
}

.brands-list__item {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 20px;
}

.brands-list__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 119%;
	color: #6292DA;
	margin-bottom: 9px;
}

.brands-list__link {
	display: block;
	width: auto;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 119%;
	color: #151E35;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.brands-list__link:hover {
	text-decoration: underline;
	color: #175085;
}

.brands-list__link:not(:last-child) {
	margin-bottom: 9px;
}

@media screen and (max-width: 992px) {
	.brands-list__items {
		-webkit-columns: 4 auto;
		-moz-columns: 4 auto;
		columns: 4 auto;
	}
}

@media screen and (max-width: 769px) {
	.brands-list__items {
		-webkit-columns: 3 auto;
		-moz-columns: 3 auto;
		columns: 3 auto;
	}
}

@media screen and (max-width: 576px) {
	.brands-list__items {
		-webkit-columns: 2 auto;
		-moz-columns: 2 auto;
		columns: 2 auto;
	}
}
