

/* Start:/local/templates/.default/components/bitrix/news.list/reviews.section/style.css?1753713002814*/
.comment {
	padding: 0 0 25px 25px;
	border-bottom: 4px solid #d9d9d9;
  border-left: 4px solid #d9d9d9;
  border-bottom-left-radius: 25px;
}
.comment ~ .comment{
  margin-top: 35px;
}
.comment__avatar{
	min-width: 34px;
}
.comment__product-picture{
	width: 140px;
	height: 140px;
	min-width: 140px;
	border: 1px solid #d9d9d9;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  padding: 3px;
}
.comment__product-picture img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comment__product-name{
	padding-left: 25px;
}
.comment__content iframe {
	max-width: 100%;
}
.comment__content img {
	max-width: 100%;
	height: auto;
}

@media (max-width:480px){
	.comment__product-name{
		padding-left: 0;
		padding-top: 20px;
		clear: both;
	}
	.comment__product-picture{
		width: 200px;
		height: 200px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/reviews.section/style.css?1753713002814 */
