.brands__title {
	font-size: 1.8rem;
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	color: #2c2c2c;
}
.brands__inner {
	position: relative;
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: middle;
}
.brands__item {
	line-height: 70px;
	height: 70px;
	padding: 0 10px;
	text-align: center;
}
.brands__item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.brands__inner .owl-buttons {
	position: absolute;
	top: 0;
	right: -10px;
}
.brands__inner .owl-prev,
.brands__inner .owl-next {
	/*font-size: 1.6rem;*/
	font-size: 1.4rem;
	/*line-height: 26px;*/
	line-height: 22px;
	display: inline-block;
	/*width: 32px;*/
	/*height: 28px;*/
	width: 26px;
	height: 22px;
	text-align: center;
	vertical-align: top;
	color: #c3c3c3;
	border: 1px solid #c3c3c3;
	background: #fff;
}
.brands__inner .owl-prev span,
.brands__inner .owl-next span{
	line-height: 22px;
}
.brands__inner .owl-prev {
	border-radius: 2px 0 0 2px;
}
.brands__inner .owl-next {
	margin-left: -1px;
	border-radius: 0 2px 2px 0;
}

/* resp
===================================*/
@media (max-width: 767px) {
	.brands__title {
		display: none;
	}
	.brands__inner {
		width: 100%;
		vertical-align: top;
	}
	.brands__inner .owl-prev,
	.brands__inner .owl-next {
		width: 36px;
		height: 24px;
		line-height: 24px;
	}
}