.testimonial-video-content {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.testimonial-video-block__image {
	width: 100%;
	height: 186px;
	overflow: hidden;
	display: block;
	opacity: 1;
}

.testimonial-video-block__text {
	padding: 30px 30px 40px;
	color: #353535;
}

.testimonial-video-block .subtilte::before,
.testimonial-video-block .subtilte::after {
	left: -30px;
	width: 22px;
}

.testimonial-video-block__text h4 {
	font-size: 16px;
	color: #01916D;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-bottom: 2px;
}

.testimonial-video-block__text span {
	font-size: 13px;
	color: #353535;
	display: block;
	line-height: 1.35em;
}

.testimonial-video-block .slick-arrow {
	width: 44px;
	height: 44px;
	bottom: 0px;
	border: 1px solid rgba(1, 145, 109, 0.25);
	color: #01916D;
}

.testimonial-video-block .slick-prev {
	left: 0;
	right: auto;
}

.testimonial-video-block .slick-next {
	left: 55px;
	right: auto;
}

.testimonial-video-block .slick-arrow:hover {
	border: 1px solid #01916D;
	color: #01916D;
}

.testimonial-video-block .slick-arrow::before {
	bottom: auto;
	top: auto;
}

.js-testimonial-video-slider {
	padding-bottom: 80px;
}

.testimonial-video-slide-counter {
    margin-top: -39px;
    margin-left: 110px;
}

.testimonial-video-btn {
	padding-top: 30px;
}

.testimonial-video-content .image-video-text__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-video-content .image-video-text__link svg {
	width: 100px;
	height: 100px;
	transition: all .3s ease-in-out;
}

.testimonial-video-content .js-video-box-link {
	position: relative;
	display: block;
	border: none;
	overflow: hidden;
	height: 100%;
}

.image-cards + .testimonial-video-block.bg-white {
	padding-top: 0;
}

.js-testimonial-videos .testimonial-video-block__image {
	display: none;
}

.js-testimonial-videos > div:first-child {
	display: block;
}

.js-testimonial-videos.slick-initialized > div {
	display: block;
}

@media (min-width: 768px) {
	.testimonial-video-content .image-video-text__link svg {
		width: 150px;
		height: 150px;
	}

	.testimonial-video-block__image {
		height: 374px;
	}
	
	.testimonial-video-block__text {
		padding: 40px 52px 60px;
	}

	.testimonial-video-block .subtilte::before,
	.testimonial-video-block .subtilte::after {
		left: -52px;
		width: 37px;
	}

	.testimonial-video-block .slick-prev {
		left: auto;
		right: 52px;
	}
	
	.testimonial-video-block .slick-next {
		left: auto;
		right: 0;
	}

	.testimonial-video-slide-counter {
		margin-top: -28px;
		margin-left: 0;
		text-align: right;
		margin-right: 115px;
	}

	.testimonial-video-btn {
		padding-top: 0;
		margin-top: -32px;
	}
}

@media (min-width: 1366px) {
	.testimonial-video-content .image-video-text__link svg {
		width: 100px;
		height: 100px;
	}

	.testimonial-video-content {
		display: flex;
		flex-wrap: nowrap;
	}

	.testimonial-video-block__text {
		width: calc(100% - 632px);
	}

	.testimonial-video-block__image {
		width: 632px;
		margin-left: 0;
		height: inherit;
		position: relative;
		z-index: 4;
	}

	.testimonial-video-text-column p {
		font-size: 20px;
		line-height: 1.7em;
		padding-bottom: 20px;
	}

	.testimonial-video-block__text h4 {
		font-size: 20px;
	}

	.testimonial-video-block__text span {
		font-size: 18px;
	}

	.testimonial-video-block .subtilte::before,
	.testimonial-video-block .subtilte::after {
		left: -60px;
		width: 37px;
	}

	.js-testimonial-video-slider {
		padding-bottom: 94px;
	}

	.testimonial-video-block .slick-arrow {
		width: 58px;
		height: 58px;
	}

	.testimonial-video-block .slick-prev {
		left: auto;
		right: 68px;
	}

	.testimonial-video-slide-counter {
		margin-top: -41px;
		margin-left: 0;
		text-align: right;
		margin-right: 135px;
	}

	.testimonial-video-btn {
		margin-top: -39px;
	}

	.testimonial-video-block__text {
		padding: 55px 60px 60px;
	}

	.testimonial-video-content .image-video-text__link svg {
		width: 140px;
		height: 140px;
	}

	.testimonial-video-content .js-video-box-link:hover .image-video-text__link svg {
		width: 160px;
		height: 160px;
	}

	.testimonial-video-content > div {
		width: 50%;
		overflow: hidden;
	}

	.js-testimonial-videos .slick-list {
		height: 100%;
	}

	.js-testimonial-videos .slick-track,
	.js-testimonial-videos .slick-slide > div,
	.js-testimonial-videos .testimonial-video-block__image > a {
		height: inherit;
	}

}

@media (min-width: 1600px) {
	.testimonial-video-block__text {
		width: calc(100% - 860px);
		padding: 80px 90px 80px;
	}

	.testimonial-video-block__image {
		width: 860px;
	}

	.testimonial-video-block .subtilte::before, 
	.testimonial-video-block .subtilte::after {
		left: -100px;
		width: 85px;
	}
}

