.testimonials-slider-sec {
	padding: 64px 0;
	position: relative;
}
.testimonials-slider-sec__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .1;
    z-index: 1;
}

.testimonials-slider.open .testimonial-col:not(.is-visible) {
	opacity: 0;
}

.testimonials-slider-sec .container {
	position: relative;
	z-index: 2;
}

.testimonials-slider-sec__title-col {
	margin-bottom: 26px;
}

.testimonials-slider-sec .section-title {
	margin-bottom: 14px;
}

.testimonials-slider-sec__read-more {
	border: 0;
	background-color: transparent;
	padding: 0;
	font-family: 'Lora', serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--gold);
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.testimonial-article.open {
	left: 0;
	width: 100%;
	background-color: #fff;
	pointer-events: auto;
}

.testimonials-slider-sec.testimonial-open .container {
	z-index: 90;
}

.testimonials-slider.splide:not(.arrows-down) .splide__arrows {
	top: calc(50% - 270px);
}

.testimonials-slider .splide__track {
	z-index: 1;
}

.testimonials-slider.open .testimonial-col:not(.is-visible) {
	opacity: 0;
}

.testimonials-slider.open .testimonial-article:not(.open) {
	opacity: .2;
	pointer-events: none;
}

.testimonials-slider.open {
	pointer-events: none;
}

.testimonials-slider-sec__popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}

.testimonials-slider-sec__popup-bg.visible {
	opacity: 1;
	pointer-events: auto;
}

.testimonials-slider-sec.open {
	z-index: 999;
}

@media screen and (min-width:576px) {
	.testimonials-slider-sec .section-title {
		margin-bottom: 0;
	}
	.testimonials-slider-sec__title-col {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
}
@media screen and (min-width:768px) {
	.testimonials-slider-sec__read-more {
		font-size: 15px;
	}
}
@media screen and (min-width:992px) {
	.testimonials-slider-sec__title-col {
		margin-bottom: 34px;
	}
	.testimonial-article {
		padding: 42px 52px 135px;
	}
	.testimonial-article::before {
		width: 54px;
		height: 40px;
	}
	.testimonial-article__info-block {
		left: 52px;
		right: 52px;
		bottom: 58px;
	}
	.testimonials-slider.arrows-down .splide__pagination {
		bottom: 7px;
		right: 212px;
		width: calc(100% - 212px);
	}
}