

/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?16514948561460*/
.review-item{
	background: #d6dde2;
	padding: 35px 30px;
	margin-bottom: 20px;
}
.review-item-inner{
	display: flex;
}
.review-item-img{
	width: 380px;
	height: 240px;
	flex-shrink: 0;
	flex-grow: 0;
}
.review-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review-item-info{
	flex-grow: 1;
	margin-left: 25px;
}
.review-item-data{
	font: 300 14px 'Roboto';
	color: #303030;
	margin-bottom: 35px;
}
.review-item-name{
	font: 26px 'Roboto';
	color: #045cb7;
	margin-bottom: 10px;
}
.review-item-company{
	font: 300 14px 'Roboto';
	color: #303030;
	margin-bottom: 35px;
}
.review-item-text{
	font: 300 16px 'Roboto';
	color: #303030;
}

@media (max-width: 1550px){
	.review-item-img{
		width: 345px;
		height: 220px;
	}
}
@media (max-width: 1280px){
	.review-item-img{
		width: 285px;
		height: 183px;
	}
	.review-item-company{
		margin-bottom: 25px;
	}
	.review-item-name{
		font-size: 21px;
	}
	.review-item{
		padding: 25px 20px;
	}
}
@media (max-width: 1024px){
	.review-item-img{
		width: 210px;
		height: 130px;
	}
	.review-item-data{
		font-size: 12px;
		margin-bottom: 25px;
	}
	.review-item-company{
		font-size: 12px;
		margin-bottom: 20px;
	}
}
@media (max-width: 800px){
	.review-item-inner{
		flex-direction: column;
	}
	.review-item-info{
		margin-left: 0;
	}
	.review-item-img{
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}
	
}
/* End */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?16514948561460 */
