

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog-list/style.css?1758699940812*/
.cat-sections{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}
.cat-sections__item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	background: #eef3f5;
	text-decoration: none;
	transition: 0.3s;
	border: 2px solid #eef3f5;
}
.cat-sections__item-title{
	padding: 14px;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	color: #353434;
	font-family: 'Inter';
}
.cat-sections__item-pic{
	margin-top: 24px;
	margin-left: auto;
}
.cat-sections__item:hover{
	cursor: pointer;
	background: #fff;
}
.cat-sections__item.promo{
	background: var(--color-orange);
}
.cat-sections__item.promo .cat-sections__item-title{
	color: #fff;
}
.cat-sections__item.promo:hover{
	background: #fd9342;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog-list/style.css?1758699940812 */
