.testimonial-image-block {
    padding-top: 0;
}

.testimonial-image-block__image-links {
	position: relative;
	width: calc(100% + 44px);
	margin-left: -22px;
	height: 211px;
	overflow: hidden;
}

.testimonial-image-block__image-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: none;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.2s;
}

.testimonial-image-block__image-link.is-active {
	opacity: 1;
	z-index: 1;
}

.testimonial-image-block__image-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.testimonial-image-block__text {
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 40px;
	color: #353535;
	margin-top: -50px;
}

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

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

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

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

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

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

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

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

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

.testimonial-image-slider .slick-slide {
    vertical-align: top;
}

.js-testimonial-image-slider .slick-initialized .slick-slide {
	vertical-align: text-top;
}

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

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

@media (min-width: 768px) {
	.testimonial-image-block__image-links {
		width: calc(100% + 104px);
		margin-left: -52px;
		height: 432px;
	}
	
	.testimonial-image-block__text {
		padding: 60px 52px;
		margin-top: -75px;
	}

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

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

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

	.testimonial-image-btn {
		padding-top: 0;
		margin-top: -38px;
	}
}

@media (min-width: 1366px) {
	.testimonial-image-block {
		padding-top: 100px;
	}

	.testimonial-image-content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}

	.testimonial-image-block__text {
		width: calc(100% - 724px);
	}

	.testimonial-image-block__image-links {
		width: 724px;
		margin-left: 0;
		height: auto;
		position: relative;
	}

	.testimonial-image-block__text {
		background: transparent;
		box-shadow: none;
		padding: 70px 0px;
		margin-top: 0;
	}

	.testimonial-image-block__text__wrap {
		position: relative;
		z-index: 1;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		padding: 50px 50px 60px;
		color: #353535;
		margin-right: -185px;
	}

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

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

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

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

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

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

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

	.testimonial-image-slide-counter {
		margin-top: -38px;
		margin-left: 0;
		text-align: right;
		margin-right: 142px;
	}

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


	.testimonial-job__record {
		min-height: 85px;
	}
}

@media (min-width: 1600px) {
	.testimonial-image-block__wrap {
		max-width: 1428px;
		margin: 0 auto;
	}

	.testimonial-image-block__text {
		width: calc(100% - 844px);
		padding: 80px 0px;
	}

	.testimonial-image-block__image-links {
		width: 844px;
	}

	.testimonial-image-block__text__wrap {
		padding: 75px 100px 80px;
		margin-right: -260px;
	}

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

