/*  < 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;
}
.article .mc_testimonial .block_wrap:before {
	content:'';
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 10;
	width: 45px;
	height: 100%;
	background: url(../img/testimonials-page/mc-testimonials-icon-quote.png) no-repeat left top;
	background-size: 100%;
}
.article .mc_testimonial .block_wrap {
	position: relative;
	box-sizing: border-box;
	padding: 45px 20px 10px;
	background: #fff;
	border: 2px solid #56579d;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #000;
	font: 16px/1.7 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p:last-of-type {
	padding: 0;
}
.article .mc_testimonial p strong:before {
	content:'~ ';
}
.article .mc_testimonial p strong {
	color: #56579d;
	font-style: italic;
	font-weight: normal;
}
.article .mc_testimonial p strong:after {
	content:' ~';
}
@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: 45px 20px 20px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 20px;
	}
	.article .mc_testimonial .block_wrap:before {
		width: 68px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 80px 40px 20px;
	}
	.article .mc_testimonial p {
		font-size: 17px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials_col {
		padding: 20px 0 0;
		-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:before {
		width: 91px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 90px 60px 30px;
	}
	.article .mc_testimonial p {
		font-size: 18px;
	}
}
/*  </ mcTestimonials >  */