.cltr-web-testimonials {
	padding: 120px 0;
	background-color: #F8EFE1;
}

.cltr-web-testimonials .container {
	padding: 0 16px;
}

.cltr-web-testimonials .section-title {
	font-family: Lucida Bright;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.012em;
	color: #000000;
	max-width: 792px;
	margin: 0 auto 70px;
}

.cltr-web-testimonials .web-testimonials {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.cltr-web-testimonials .web-testimonials--display-first-three .web-testimonial {
	display: none;
}

.cltr-web-testimonials .web-testimonials--display-first-three .web-testimonial:nth-child(-n + 3) {
	display: flex;
}

.cltr-web-testimonials .web-testimonial {
	width: calc(100%/3 - 24px);
	background-color: #fff;
	box-shadow: 0px 6px 25px rgba(210, 212, 216, 0.6);
	padding: 50px 30px;
	margin-right: 24px;
	margin-bottom: 24px;
	box-sizing: border-box;
	height: auto;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.cltr-web-testimonials .web-testimonial--main {
	padding-top: 60px;
	position: relative;
}

.cltr-web-testimonials .web-testimonial--main:before {
	content: url(../../../assets/images/web-testimonial-main-bg.svg);
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}

.cltr-web-testimonials .web-testimonial--main .web-testimonial__info {
	margin-top: auto;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__text {
	margin: 0;
	font-family: Euclid Circular A;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.012em;
	color: #000000;
}

.cltr-web-testimonials .web-testimonial--main .web-testimonial__text {
	margin-bottom: 30px;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cltr-web-testimonials .web-testimonial:not(.web-testimonial--main) .web-testimonial__info {
	margin-bottom: 20px;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .web-testimonial-left-info-block {
	display: flex;
	width: calc(100% - 95px);
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .author-image {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	margin-right: 15px;
	object-fit: contain;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .author-info {
	font-family: Euclid Circular A;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.012em;
	color: #000000;
	margin: 0;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .author-info span {
	display: block;
	width: 100%;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .author-info__date {
	font-weight: normal;
	color: rgba(0, 0, 0, 0.6);
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .author-info__country {
	margin-top: 2px;
	color: rgba(0, 0, 0, 0.6);
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .web-testimonial-right-info-block {
	width: 94px;
	min-width: 94px;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .rating {
	width: 100%;
	display: flex;
	margin-bottom: 5px;
	justify-content: flex-end;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .rating svg {
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .rating svg:last-child {
	margin-right: 0;
}

.cltr-web-testimonials .web-testimonial:nth-child(3n + 3) {
	margin-right: 0;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info img {
	width: auto;
	max-width: 100%;
	height: 17px;
	display: block;
}

.cltr-web-testimonials .web-testimonial .web-testimonial__info .testimonial-date {
	font-family: Euclid Circular A;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	letter-spacing: 0.012em;
	color: rgba(0, 0, 0, 0.6);
	margin: 0;
}

.cltr-web-testimonials .load-more-button {
	margin: 0 auto;
	border: 0;
	outline: none;
	cursor: pointer;
	display: block;
}

@media screen and (max-width: 1024px) {
	.cltr-web-testimonials {
		padding: 60px 0;
	}

	.cltr-web-testimonials .section-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.cltr-web-testimonials .web-testimonials {
		display: block;
	}

	.cltr-web-testimonials .web-testimonials--display-first-three .web-testimonial:nth-child(-n + 3) {
		display: block;
	}

	.cltr-web-testimonials .web-testimonial {
		width: 100%;
		max-width: 450px;
		padding: 30px 20px;
		margin: 0 auto 15px;
		height: auto;
		display: flex;
		flex-direction: column;
		z-index: 2;
	}

	.cltr-web-testimonials .web-testimonial--main {
		padding-top: 40px;
	}

	.cltr-web-testimonials .web-testimonial--main:before {
		display: none;
	}

	.cltr-web-testimonials .web-testimonial--main .web-testimonial__text {
		margin-bottom: 20px;
	}

	.cltr-web-testimonials .web-testimonial:nth-child(3n + 3) {
		margin-right: auto;
	}
}
