

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section.list/sections_list/style.css?1627911406609*/
.catalog-sections
{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.sections_item
{
	min-height: calc(199px + 52 * var(--v));
	flex: 0 0 100%;
	padding: 7px 7px 5px;
}
.item_name
{
	padding: 6px 6px 3px;
	font-size: calc(18px + 2 * var(--v));
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.name_sub-item
{
	margin-top: 3px;
	border-top: solid 1px #f2f2f2;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.sub-item_name
{
	margin: 3px 6px;
	font-size: 15px;
	font-weight: 600;
}
@media (min-width: 768px)
{
	.sections_item { flex: 0 0 calc(50% - 7.5px); }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section.list/sections_list/style.css?1627911406609 */
