.traders-testimonials {
	background-color: var(--accent-color-light);
	position: relative;
}

.traders-testimonials .container--full-width {
	display: flex;
	overflow-x: hidden;
}

.traders-testimonials:after {
	position: absolute;
	left: calc((100vw - 1180px) / 2);
	top: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 180px;
	height: 180px;
	background-image: url('img/quote.png');
	background-size: 84px 73px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #5C84C5;
	border-radius: 50%;
	z-index: 100;
}

.traders-testimonials__title-wrap {
	width: 400px;
	padding: 120px 0;
	padding-left: calc((100vw - 1180px) / 2);
	background-color: var(--accent-color-light);
	position: relative;
	z-index: 10;
}

.traders-testimonials__title {
	width: 100%;
	font-weight: 400;
	margin-top: 60px;
}

.testimonials-slider--traders {
	width: calc(100% - 425px - ((100vw - 1180px) / 2));
	padding: 120px 0;
	padding-left: 25px;
	position: relative;
}

.testimonials-slider--traders:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.56) 0.63%, rgba(255, 255, 255, 0) 48.31%);
	z-index: 1000;
	pointer-events: none;
	display: block;
	content: '';
}

.testimonials-slider--traders .testimonial {
	width: 390px;
	filter: drop-shadow(0px 4px 10px rgba(210, 212, 216, 0.6));
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.testimonials-slider--traders .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-slider .owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

/*.testimonials-slider .owl-carousel .owl-item {
	height: 100%;
}*/

.testimonials-slider--traders .testimonial__heading {
	background-color: #2D3D61;
	padding: 40px 0 20px;
	text-align: center;
}

.testimonials-slider--traders .testimonial__img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 15px auto;
}

.testimonials-slider--traders .testimonial__author {
	color: var(--text-color-light);
	font-weight: 500;
}

.testimonials-slider--traders .testimonial__info {
	background-color: #fff;
	padding: 60px 30px;
	position: relative;
	box-sizing: border-box;
	flex-basis: 100%;
}

.testimonials-slider--traders .testimonial__info:after {
	position: absolute;
	left: 30px;
	top: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	background-image: url('img/quote.png');
	background-size: 29px 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #5C84C5;
	border-radius: 50%;
}

.testimonials-slider--traders  .testimonial__text {
	line-height: 1.5em;
}

.testimonials-slider .owl-controls {
	display: flex;
	margin-top: 30px;
}

.testimonials-slider .owl-nav {
	display: flex;
	column-gap: 10px;
} 

.testimonials-slider .owl-nav .owl-prev,
.testimonials-slider .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color-dark);
	color: var(--text-color-light);
	font-size: 24px;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.testimonials-slider .owl-dots {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials-slider .owl-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #5C84C5;
	margin: 0 8px;
	position: relative;
}

.testimonials-slider .owl-dot.active:after {
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid #5C84C5;
	top: -5px;
	left: -5px;
	display: inline-block;
	content: '';
}

@media screen and (max-width: 1240px) {
	.traders-testimonials:after {
		left: 20px;
	}
	.traders-testimonials__title-wrap {
		padding-left: 20px;
	}
	.testimonials-slider--traders {
		width: calc(100% - 445px);
	}
}

@media screen and (max-width: 992px) {
	.traders-testimonials {
		padding: 85px 0 60px;
	}
	.traders-testimonials:after {
		width: 90px;
		height: 90px;
		background-size: 42px 37px;
	}
	.traders-testimonials .container--full-width {
		display: block;
	}
	.traders-testimonials__title-wrap {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.traders-testimonials__title {
		margin-top: 0;
	}
	.testimonials-slider--traders {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.testimonials-slider--traders:after {
		display: none;
	}
	.testimonials-slider--traders .owl-controls {
		flex-direction: column-reverse;
	}
	.testimonials-slider--traders .owl-dots {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 552px) {
	.traders-testimonials__title-wrap {
		margin-bottom: 20px;
	}
	.testimonials-slider--traders .testimonial {
		width: auto;
	}
	.testimonials-slider--traders .testimonial__img {
		width: 100px;
		height: 100px;
	}
	.testimonials-slider--traders .testimonial__info:after {
		width: 50px;
		height: 50px;
		background-size: 25px 21px;
	}
}