.offer-testimonials {
	padding: 30px 0;
	display: inline-block;
	width: 100%;
}
.offer-testimonials .carousel {
	width: 950px;
	padding: 0 50px;
	margin: 0 auto;
}
.offer-testimonials .carousel .item{
	max-width: 100%;
	padding: 20px 0;
	width: 100%;
	position: relative;
}
.offer-testimonials .carousel .item img{
	width: 100%;
}
.offer-testimonials .item .photo_desk{
	display: block;
}
.offer-testimonials .item .photo_mobile,
.offer-testimonials .item .photo_tablet{
	display: none;	
}

.offer-testimonials .carousel .owl-dots {
	width: 25%;
	position: absolute;
	bottom: 0;
	padding: 0 25px 0 15px;
}

.offer-testimonials .carousel-desktop .owl-nav{
	display: block;
}
.offer-testimonials .carousel-desktop .owl-nav .owl-prev{
	background: url(../../../images/right-arrow.svg);
	height: 30px;
	width: 30px;
	background-size: cover;
	position: absolute;
	transform: rotate(180deg);
	top: 50%;
	left: 0;
}
.offer-testimonials .carousel-desktop .owl-nav .owl-next{
	background: url(../../../images/right-arrow.svg);
	height: 30px;
	width: 30px;
	background-size: cover;
	position: absolute;
	top: 50%;
	right:0;
}
.offer-testimonials .carousel .item img.photo_tablet,
.offer-testimonials .carousel .item img.photo_mobile{
	display: none;
}

@media(max-width: 1200px){

	.offer-testimonials .carousel{
		width: 100%;
	}
	.offer-testimonials .carousel .item{
		padding: 40px 0;
	}
	.offer-testimonials .carousel .item img.photo_tablet{
		display: block;
	}
	.offer-testimonials .carousel .item img.photo_mobile,
	.offer-testimonials .carousel .item img.photo_desk{
		display: none;	
	}
}

@media (max-width: 768px){
	
	.offer-testimonials .col-sm-3, .offer-testimonials .col-sm-9{
		width: 100%;
	}
	.offer-testimonials .carousel{
		max-width: 700px;
	}

	.offer-testimonials .carousel .no-js .owl-carousel, .offer-testimonials .owl-carousel.owl-loaded, .offer-testimonials .carousel .owl-dots{
		width: 100%;
		display: block;
		text-align: center;
		padding: 0 50px;
	}
	.offer-testimonials .carousel .owl-dots{
		left: 0;
		top: auto;
		bottom: 0;
	}
	.offer-testimonials .carousel-desktop .owl-nav .owl-prev {
		left: 0;
	}
	.offer-testimonials .carousel-desktop .owl-nav .owl-next {
		right: 0;
	}

}
@media(max-width: 767px){

	.offer-testimonials .carousel .item{
		padding: 40px 0;
	}

	.offer-testimonials .carousel .item img.photo_mobile{
		display: block;
	}
	.offer-testimonials .carousel .item img.photo_tablet,
	.offer-testimonials .carousel .item img.photo_desk{
		display: none;	
	}
}

@media (max-width: 576px){
	.offer-testimonials .carousel{
		width: 100%;
	}
	.offer-testimonials .carousel .col-sm-9{
		padding: 0 15px;
	}
	.offer-testimonials .carousel .text{
		font-size: 1em;
	}
}
