/*  < mcTestimonials >  */
.article .mc_testimonials {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	color: #3B3B3B;
	align-items: stretch;
	overflow: visible !important;
	flex-direction: column;
}
.article .mc_testimonial {
	padding: 10px;
}
.article .mc_testimonial .block_cont {
	padding: 20px 20px 60px;
	background: #fff;
	box-shadow: 1em 1em 2em rgb(0 0 0 / 40%);
	height: calc(100% - 80px);
	font-style: normal;
	position: relative;
}
.article .mc_testimonial .block_cont::before {
	position: absolute;
	content: '';
	width: 130px;
	height: 22px;
	background: url(../img/icons/svg/star.svg) left top;
	background-repeat: space repeat;
	background-size: auto 100%;
	bottom: 20px;
	left: calc(50% - 75px);
}
.article .mc_testimonial p {
	word-wrap: break-word;
}
.article .mc_testimonial p:last-of-type {
	padding: 0;
}
.article .mc_testimonial .block_cont strong {
	font-weight: 400;
    font-size: 18px;
    color: #555;
    line-height: 1.3;
    display: block;
}
.article .mc_testimonial .block_cont .mc_cont_date {
	position: relative;
	padding: 0 0 40px;
	font-size: 20px;
}
.article .mc_testimonial .block_cont .mc_cont_date::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(../img/icons/quote.svg) no-repeat center top;
	background-size: 100% auto;
}



@media screen and (min-width: 800px) {
	.article .mc_testimonials { flex-direction: row; }
	.article .mc_testimonial {
		width: calc(50% - 20px);
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonial {
		padding: 15px;
    	width: calc(50% - 30px);
	}
	.article .mc_testimonial .block_cont {
		padding: 40px 30px 60px;
    	height: calc(100% - 100px);
	}
	.article .mc_testimonial .block_cont::before {
		width: 150px;
		height: 26px;
		bottom: 30px;
		left: calc(50% - 75px);
		bottom: 30px;
	}
	.article .mc_testimonial .block_cont strong { font-size: 20px; }
	.article .mc_testimonial .block_cont .mc_cont_date { font-size: 24px; padding: 0 0 60px; }
	.article .mc_testimonial .block_cont .mc_cont_date::before {
		width: 45px;
		height: 45px;
	}
}
@media screen and (min-width: 1400px) {
	.article .mc_testimonial {
		padding: 20px;
    	width: calc(50% - 40px);
	}
	.article .mc_testimonial .block_cont {
		padding: 60px 50px 80px;
    	height: calc(100% - 140px);
	}
	.article .mc_testimonial .block_cont strong { font-size: 24px; }
	.article .mc_testimonial .block_cont .mc_cont_date { font-size: 27px; }
}
/*  </ mcTestimonials >  */