

/* Start:/local/templates/UTICLOCK/components/bitrix/news.list/reviews/style.css?17592310541635*/
.reviews-list{
	max-width:var(--container-width);
	margin: auto;
	margin-bottom: 55px;
	/* border-radius: 3px 3px 0px 0px; */
	/* background: var(--color-grey); */
	/* padding: 25px; */
}
.review-item{
	display:grid;
	grid-template-rows:75px 1fr 75px;
	border-radius: 3px 3px 0px 0px;
	background: var(--color-grey);
	padding: 25px;
	margin-bottom: 25px;
}
.review-item-logo{
	display:flex;
	grid-template-columns:75px 1fr;
	gap:15px;
	max-height:75px;
}
.item-logo-img{
	    /* max-height: 75px; */
    /* overflow: hidden; */
    border-radius: 12px;
    /* justify-content: center; */
    /* align-items: center; */
    max-height: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 12px;
    display: flex
;
    justify-content: center;
    align-items: center;
    /* padding: 8px; */
    box-sizing: border-box;
}
.item-logo-img img{
	max-height: 100%; /* не больше высоты контейнера */
    height: auto; /* автоматическая высота */
    max-width: 100%; /* не больше ширины контейнера */
    width: auto; /* ширина растет автоматически */
    object-fit: contain; /* сохраняет пропорции */
    display: block;
}
.logo-text-time{
	color: var(--color-white-for-text);
	opacity: 0.6;
}
.logo-text-name{
	font-size:xx-large;
}
.review-item-desc{
	margin-top:20px;
}
.review-item-file{
	margin-top:20px;
}
.review-gallery{
	align-content: center;

}

.review-item-images{
	display:flex;
	gap:10px;
	margin-top:10px;
}
.item-mini-img{
max-width: 50px;
max-height: 50px;
overflow: hidden;
border-radius: 12px;
}
/* End */
/* /local/templates/UTICLOCK/components/bitrix/news.list/reviews/style.css?17592310541635 */
