.catalog .brands__list{
	margin-bottom: var(--offset);
}
.catalog .brands__list-more{
	width: 100%;
	white-space: nowrap;
	display: flex;
	justify-content: flex-end;
}
.catalog .row.cars-list__item-actions{
	gap: 0;
	justify-content: space-between;
	margin-top: calc(var(--offset) * 2);
}
.catalog .row.cars-list__item-actions > div{
	display: flex;
	gap: var(--offset);
	border: 0 !important;
}
.catalog .row.cars-list__item-actions > div:last-child{
	justify-content: flex-end;
}
.catalog .brands__list{
	column-count: unset;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gx) * 3);
}
.catalog .brands__list-item{
	margin-bottom: 0;
	width: calc(calc(100% / 7) - calc(var(--gx) * 3))
}
.modal .catalog > .container{
	padding: 0;
}
@media (max-width: 767px){
	.catalog .brands,
	.catalog .brands__list{
		display: none;
	}
}
@media (max-width: 479px){
	.catalog-pjax .list-view .pagination-container{
		display: none;
	}
	.listview-params .btn{
		padding: calc(var(--gx) * 2) !important;
	}
}
