

/* Start:/local/templates/main_copy/components/bitrix/news.list/reviews/style.css?17715761491529*/
.reviewsList__elem {
	border: 1px solid transparent;
    border-image: linear-gradient(117.55deg, rgba(138, 195, 255, 0.78) -3.34%, rgba(240, 135, 37, 0.15) 109.95%);
    border-image-slice: 1;
	padding: 12px 15px 15px;
	margin-bottom: 20px;
}
.reviewsList__elem:last-child {
	margin-bottom: 0px;
}
.reviewsList__elem:hover {
    box-shadow: 0 3px 10px 0px rgba(6, 12, 18, .1);
}
.reviewsList__elem_info {
	display: flex;
    flex-wrap: wrap;
	gap: 0px 15px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.reviewsList__elem_name {
	font-size: 16px;
	font-weight: 700;
	color: #2c83d7;
}
.reviewsList__elem_date {
	font-size: 14px;
	color: #989898;
	font-weight: 100;
	/*flex: 1;
	text-align: right;*/
}
.reviewsList__elem_text {
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
	color: #444;
}
.reviewsList__elem_text p {
	margin: 0px 0px 10px;
}
.reviewsList__elem_text *:last-child {
	margin-bottom: 0px;
}

.reviewsPage {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.yandexReviews {
    width: 560px;
    max-width: 100%;
    min-height: 800px;
    max-height: 1300px;
    height: 100%;
    overflow:hidden;
    position:relative;
}

@media ( max-width: 1199px ){
    .reviewsWidget { width: 45%; }
}
@media ( max-width: 768px ){
    .reviewsPage { flex-direction: column; }
    .reviewsList { order: 2; }
    .reviewsWidget { width: 100%; }
    .yandexReviews { width: 100%; height: 600px; }
}
/* End */
/* /local/templates/main_copy/components/bitrix/news.list/reviews/style.css?17715761491529 */
