.home-brands {
	margin: 12px 0;
	overflow: hidden;
}

.home-brands .home-brands__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 12px;
}

.home-brands .home-brand-item {
	flex: 0 0 auto;
	margin: 0 0 12px;
	padding: 0 12px;
	width: 11%;
}

.home-brands .home-brand-item__wrap {
	display: flex;
	flex-wrap: nowrap;
}

.home-brands .home-brand-item__logo {
	align-self: flex-start;
	flex: 0 1 auto;
	height: 22px;
	margin: 0 6px 0 0;
	position: relative;
	width: 22px;
}

.home-brands .home-brand-item__logo img {
	border-radius: 2px;
}

.home-brands .home-brand-item__logo-mask {
	background: rgba(0,48,120,.039);
	border-radius: 2px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.home-brands .home-brand-item__name {
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-brands__more {
	display: flex;
	justify-content: center; 
}

a.home-brands__more-btn {
	background: #7a45e5;
	border: 0 none;
	border-radius: 6px;
	color: #fff;
	display: block;
	flex: 0 0 auto;
	min-width: 200px;
	padding: 6px;
	text-align: center;
}

a.home-brands__more-btn:hover {
	background: #FF4500;
}

/**/

.home-manufacturers {
	margin: 12px 0;
	overflow: hidden;
}

.home-manufacturers .home-manufacturers__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 12px;
}

.home-manufacturers .home-manufacturer-item {
	flex: 0 0 auto;
	margin: 0 0 12px;
	padding: 0 12px;
	width: 11%;
}

.home-manufacturers .home-manufacturer-item__wrap {
	display: flex;
	flex-wrap: nowrap;
}

.home-manufacturers .home-manufacturer-item__logo {
	align-self: flex-start;
	flex: 0 1 auto;
	height: 22px;
	margin: 0 6px 0 0;
	position: relative;
	width: 22px;
}

.home-manufacturers .home-manufacturer-item__logo img {
	border-radius: 2px;
}

.home-manufacturers .home-manufacturer-item__logo-mask {
	background: rgba(0,48,120,.039);
	border-radius: 2px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.home-manufacturers .home-manufacturer-item__name {
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-manufacturers__more {
	display: flex;
	justify-content: center; 
}

a.home-manufacturers__more-btn {
	background: #7a45e5;
	border: 0 none;
	border-radius: 6px;
	color: #fff;
	display: block;
	flex: 0 0 auto;
	min-width: 200px;
	padding: 6px;
	text-align: center;
}

a.home-manufacturers__more-btn:hover {
	background: #FF4500;
}
