/*  < mcTestimonials >  */
.subslide {
	padding: 0;
	border-radius: unset;
	margin: 12px auto 0;
	width: 100%;
	position: absolute; left: 50%; transform: translateX(-50%);
	filter: blur(12px);
}
.sxn-content {
	background: linear-gradient( rgba(240,240,240,0.5), #f0f0f0 350px);
}

.article .mc_testimonial {
	text-align: center;
}
.article .mc_testimonial .block_cont {
	margin: 0 0 10px;
	padding: 10px 10px 10px;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.article .mc_testimonial .block_wrap {
	width: 100%; padding: 45px; box-sizing: border-box;
	background: #FFF; border-radius: 26px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
	font-size: 16px; line-height: 1.6; 
}
.article .mc_testimonial .element_stars img { display: block; height: auto; margin: 0 auto; max-width: 100%; width: 180px; }
.article .mc_testimonial h2 {
	color: #000;
	font-family: "Montserrat", serif;
	font-size: 25px;
	padding: 20px 0;
	position: relative;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #000;
	font-family: "Chivo", sans-serif;
	font-size: 16px;
	line-height: 1.67;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p:last-of-type {
	padding: 0;
}
.article .mc_testimonial p strong {
	color: #000;
	font-family: "Montserrat", serif;
	font-size: 19px;
	font-weight: 700;
}
.article .mc_testimonial p strong:before { content:'— '; }

.article .mc_testimonial p small { display: block; }
@media screen and (min-width: 800px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
@media screen and (min-width: 1120px) {

	.article .mc_testimonial .block_cont {
		margin: 0 0 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 40px 30px;
	}
	.article .mc_testimonial h2 {
		font-size: 29px;
	}
	.article .mc_testimonial p {
		font-size: 17px;
	}
	.article .mc_testimonial p strong {
		font-size: 21px;
	}
}
@media screen and (min-width: 1400px) {
	.article .mc_testimonial .element_stars img { width: 255px; }
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials_col {
		padding: 0;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 32px;
	}
	.article .mc_testimonial h2 { font-size: 35px; padding: 30px 0 20px; }
	.article .mc_testimonial p {
		font-size: 18px;
	}
	.article .mc_testimonial p strong { font-size: 25px; }
}
/*  </ mcTestimonials >  */