.wrap-img{
	height: 150px;
}
.clients-img{
	object-fit: contain;
	height: 150px;
}
.carousel-control-prev-b span{
	background: url("/local/templates/dtrd/assets/images/chevron-left.svg") center no-repeat;
	width: 24px;
	height: 24px;
}
.carousel-control-next-b span{
	background: url("/local/templates/dtrd/assets/images/chevron-right.svg") center no-repeat;
	width: 24px;
	height: 24px;
}
.clients-carousel-b .owl-nav{
	visibility: hidden;
	position: absolute;
}
.owl-next.disabled{
	/*display: none !important; !*Скрыть неактивную кнопку*!*/
}
.clients-carousel-b .owl-stage-outer{
	box-shadow: none;
}
.cid-rOplc1G09j .carousel-controls .carousel-control.carousel-control-next-b{
	left: 24px !important;
	position: relative;
}
.cid-rOplc1G09j .carousel-controls .carousel-control.carousel-control-prev-b{
	left: -24px !important;
	position: relative;
}


@media screen and (min-width: 767px) {
	.cid-rOplc1G09j .owl-offers-dots-b{
		display: none;
	}
	.cid-rOplc1G09j .clients-carousel-controls-b {
		position: relative !important;
		top: -108px !important;
	}
}
@media screen and (max-width: 767px) {
	.cid-rOplc1G09j .owl-offers-dots-b{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 -4px;
	}
	.cid-rOplc1G09j .owl-offers-dots-b .owl-dot{
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
		background: none;
	}
	.cid-rOplc1G09j .owl-offers-dots-b .owl-dot span{
		display: block;
		margin: 0 4px;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		overflow: hidden;
		background: #AAAAAA;
	}
	.cid-rOplc1G09j .owl-offers-dots-b .active span{
		background: #555555;
	}
}