/*  < mcTestimonials >  */
.article .mc_testimonial {
	text-align: left;
}
.article .mc_testimonial .block_cont {
	margin: 58px 0 93px;
	padding: 0;
	/* box-shadow: 0 0 11.25px rgba( 0, 0, 0, 0.2 ); */
}
.article .mc_testimonial:last-of-type .block_cont { margin: 0; }
.article .mc_testimonial .block_wrap {
	position: relative;
	box-sizing: border-box;
	padding: 85px 20px 41px;
	background: #f1f1f1;
	border: 7px solid #d9b782;
	z-index: 1;
}
.article .mc_testimonial .block_wrap::before {
	position: absolute;
	content: '';
	width: 130px;
	height: 129px;
	border-top: 0;
	z-index: -1;
	top: -58px;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../img/testimonials/icon-stars.webp) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}
.article .mc_testimonial .block_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.article .mc_testimonial .element_heading {
	box-sizing: border-box;
	padding: 0 0 9px;
}
.article .mc_testimonial .element_stars {
	padding: 0 0 13px;
}
.article .mc_testimonial .element_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 105px;
	height: auto;
}
.article .mc_testimonial .cont_heading {
	color: #132139;
	font-family: 'DM Serif Display', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p {
	color: #292929;
	font-family: 'Unna', serif;
	font-style: italic;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-align: center;
}
.article .mc_testimonial p:first-child { box-sizing: border-box; padding: 0 0 20px 48px; }
.article .mc_testimonial p:first-child::before {
	background: url(../img/testimonials/icon-quote.webp) no-repeat center top;
	content: ''; height: 31px; left: 0; position: absolute; top: 11px; width: 39px;
}
.article .mc_testimonial p:last-of-type {
	padding: 0;
}
.article .mc_testimonial p strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 0;
}
.article .mc_testimonial p.cont_author { font-family: 'Montserrat', sans-serif; font-style: normal; font-size: 16px; font-weight: 700; padding: 0 0 15px; }
.article .mc_testimonial p.cont_author em { color: #a19e9e; display: block; font-style: normal; text-transform: uppercase; }
@media screen and (min-width: 600px) {
	.article .mc_testimonial .element_heading {
		padding: 0 0 9px 0;
	}
	.article .mc_testimonial .element_heading {
		float: none;
		width: 100%;
	}
	.article .mc_testimonial p {
		float: none;
		width: 100%;
	}
	.article .mc_testimonial p.cont_author { padding: 0; }
	.article .mc_testimonial .element_stars { bottom: 23px; padding: 0; position: absolute; right: 27px; }
}
@media screen and (min-width: 799px) {
	.article .mc_testimonial .block_cont { margin: 0 0 46px 0; }
	.article .mc_testimonial .block_wrap { margin: 0 0 0 70px; padding: 41px 30px 41px 76px; }
	.article .mc_testimonial .block_wrap::before { height: 149px; left: -70px; top: 50%; transform: translate(0, -50%); width: 150px; }
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 35px;
	}
	.article .mc_testimonial:last-of-type .block_cont {
		margin: 10px 0 0;
	}
	.article .mc_testimonial .cont_heading {
		font-size: 34px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 46px;
		/* box-shadow: 0 0 15px rgba( 0, 0, 0, 0.2 ); */
	}
	.article .mc_testimonial:last-of-type .block_cont {
		margin: 20px 0 0;
	}
	.article .mc_testimonial .block_wrap {
		margin: 0 auto;
		max-width: 1212px;
		padding: 85px 80px 41px;
	}
	.article .mc_testimonial .block_wrap::before { left: -80px; height: 173px; width: 174px; }
	.article .mc_testimonial .cont_heading {
		/* padding: 0 40px 0 0; */
		font-size: 40px;
	}
	.article .mc_testimonial p {
		font-size: 22px;
	}
	.article .mc_testimonial p strong {
		font-size: 22px;
	}
	.article .mc_testimonial p:first-child { margin: 0 auto 14px; max-width: 812px; }
	.article .mc_testimonial p.cont_author { font-size: 18px; }
}
/*  </ mcTestimonials >  */