.allBrands {
	padding: 24px 0px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #C9DAE0;
	display: flex;
	flex-wrap: wrap;
}
.allBrands__title {
	padding: 8px;
	width: 100%;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #182B48;
	margin-right: 88px;
}
.allBrands__brands {
	max-width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.allBrands__brand {
	padding: 8px 16px;
	margin-right: 3px;
	display: inline-block;
	width: 225px;
}
.allBrands__brand-link {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #276EF1;
	text-decoration: none;
}
.allBrands__brand-link:hover {
	text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.allBrands__title {
		width: 100%;
		margin-right: 0;
	}
	.allBrands__brands {
		max-width: auto;
	}
}
@media (max-width: 767px) {
	.allBrands__title {
		width: 100%;
		margin-right: 0;
	}
	.allBrands__brands {
		max-width: auto;
	}
	.brand-order {
		order: 5;
	}
}