

/* Start:/local/templates/main/components/bitrix/news/collections/bitrix/news.list/.default/style.css?1753976113874*/
.collections-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.collections-list > *:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: linear-gradient(0deg, #0000008c, transparent);
}
.collections-list > * span {
	position: absolute;
	bottom: 54px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	z-index: 1;
}
.collections-list > * img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	transition: all .2s linear;
}
.collections-list > *:hover img{
	transform: scale(1.04);
}
.collections-list > * {
	flex: 0 0 calc(50% - 10px);
	height: min(max(30rem,36vw),36.25rem);
	position: relative;
	overflow: hidden;
}
section.product-slide.unit-spacing{
	display: none;
}
@media (max-width: 650px) {
	.collections-list > * {
		flex: 0 0 100%;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/collections/bitrix/news.list/.default/style.css?1753976113874 */
