.forums-testimonials {
	padding: 120px 0 40px;
}

.forums-testimonials__title-wrap {
	max-width: 790px;
	margin: 0 auto 60px auto;
	text-align: center;
}

.forums-testimonials__title {
	font-weight: 400;
}

.testimonials-slider--forums {
	padding: 50px 65px 0 65px;
	/*margin: 0 -40px;*/
	overflow: hidden;
}

.testimonials-slider--forums .testimonial {
	background-color: #fff;
	padding: 50px;
	padding-top: 80px;
	box-shadow: 0px 6px 25px rgba(210, 212, 216, 0.6);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
}

.testimonials-slider--forums .testimonial:after {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	background-image: url('img/quote.png');
	background-size: 49px 43px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #5C84C5;
	border-radius: 50%;
	z-index: 100;
}

.testimonials-slider--forums .testimonial__footer {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-top: 30px;
}

.testimonials-slider--forums .testimonial__img {
	height: 60px;
}

.testimonials-slider--forums .testimonial__author {
	font-weight: 600;
	margin-bottom: 7px;
}

.testimonials-slider--forums .testimonial__date {
	color: #666666;
}

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

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

.testimonials-slider .owl-carousel .owl-item {
	/*height: 100%;*/
	opacity: 0;
	transition: 0.3s;
}

.testimonials-slider .owl-carousel .owl-item.active {
	opacity: 1;
}

.testimonial__text {
	line-height: 1.5em;
}

.testimonials-slider .owl-controls {
	display: flex;
	margin-top: 50px;
	margin-bottom: 20px;
}

.testimonials-slider--forums .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: calc(50% - 20px);
	left: -65px;
	width: calc(100% + 130px);
} 

.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) {
	
}

@media screen and (max-width: 992px) {
	.testimonials-slider--forums .testimonial {
		padding: 55px 20px 30px 20px;
	}
	.testimonials-slider--forums .testimonial__footer {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		row-gap: 10px;
	}
	.testimonials-slider--forums .testimonial:after {
		width: 70px;
		height: 70px;
		background-size: 35px 31px;
	}
}

@media screen and (max-width: 768px) {
	.forums-testimonials {
		padding: 60px 0 10px;
	}
	.testimonials-slider--forums {
		padding-top: 60px;
	}
	.forums-testimonials__title-wrap {
		margin-bottom: 0;
	}
	.testimonials-slider--forums .owl-controls {
		margin-top: 25px;
	}
	.testimonials-slider--forums {
		padding-left: 60px;
		padding-right: 60px;
		margin: 0 -20px;
	}
	.testimonials-slider--forums .owl-nav {
		width: calc(100% + 100px);
		left: -50px;
	}
}

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