/*  < mcTestimonials >  */
.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;
	overflow: hidden;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 20px;
	background: #0D223C;
	border-top: 9px solid #B79361;
	border-bottom: 9px solid #B79361;
	position: relative;
}

.article .mc_testimonial .block_wrap::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 80%;	
	background-image: url('../img/testimonial/left_frame.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.article .mc_testimonial .block_wrap::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 80%;	
	background-image: url('../img/testimonial/right_frame.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}

.article .mc_testimonial .block_wrap_inner::before {
	position: absolute;
	content: '';
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 352px;
	max-width: 100%;
	height: 99px;
	background-image: url('../img/testimonial/top_shadow.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.article .mc_testimonial .block_wrap_inner::after {
	position: absolute;
	content: '';
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 352px;
	max-width: 100%;
	height: 99px;
	background-image: url('../img/testimonial/bottom_shadow.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.article .mc_testimonial .block_wrap_inner {
	position: relative;
	isolation: isolate;
}

.article .block_wrap h2 {
	color: #fff;
}
.article .mc_testimonial .element_stars {
	padding: 0 0 10px;
}
.article .mc_testimonial .element_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 197px;
	height: auto;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p:last-of-type {
	padding: 0;
}
@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;
	}
	.article .mc_testimonial .block_wrap {
		padding: 25px 30px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 30px 40px;
	}
	.article .mc_testimonial .element_stars {
		padding: 0 0 20px;
	}
	.article .mc_testimonial p {
		font-size: 17px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials_col {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 32px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 60px 70px;
	}
	.article .mc_testimonial .element_stars {
		padding: 0 0 23px;
	}
	.article .mc_testimonial p {
		font-size: 18px;
	}
}
/*  </ mcTestimonials >  */