.brands-logos {
    padding-bottom: calc(60px - 10px);
}
.brands-logos__group {
    padding-top: 50px;
    margin-bottom: 40px;
}
.brands-logos__slider {
    position: relative;
}
.brands-logos__wrap {
    height: 214px;
}
.brands-logos__img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 170px;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
}
.brands-logos__img-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: inherit;
	border-bottom: none !important;
}
.brands-logos__img img {
	border-radius: inherit;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
a.brands-logos__img-inner:hover, 
a.brands-logos__img-inner:active {
	opacity: 0.5;
}
.brands-logos__name {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 18px;
	line-height: 24px;
    font-weight: 500;
	text-align: center;
}
.brands-logos__name a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.brands-logos__name a:hover, 
.brands-logos__name a:active {
    color: var(--primary-color-active);
    border-color: transparent;
}
@media screen and (max-width: 992px) {
    .brands-logos {
        padding-bottom: 35px;
    }
	.brands-logos__group {
		padding-top: 40px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.brands-logos__group {
		padding-top: 35px;
	}
	.brands-logos__wrap {
		height: 194px;
	}
	.brands-logos .has-controls {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .brands-logos .btn-control {
		display: none !important;
    }
	.brands-logos .swiper-container {
		overflow: unset;
	}
	.brands-logos .swiper-slide {
		max-width: calc(min(100%, 280px) - 20px - 40px);
	}
	.brands-logos__img {
		height: 150px;
	}
	.brands-logos__name {
		margin-top: 12px;
	}
    .brands-logos__arrow {
        margin-top: -15px;
    }
}