

/* Start:/local/templates/2scoop/components/bitrix/catalog.section.list/catalog/style.css?17525983421233*/
.catalog-section-list {
	display: grid;
	column-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.catalog .category-wrapper {
	margin-bottom: 20px;
}

.catalog .category-wrapper .category {
	border: 1px solid #ebeef1;
	height: 100%;
	padding: 20px;
}

.catalog .category-wrapper .category > * {

}

.catalog .category-wrapper .category .category__image {
	flex-basis: 30%;
	width: 30%;
}

.catalog .category-wrapper .category .category__image img {
	max-width: 91px;
	margin-bottom: 5px;
	padding: 10px;
}

.catalog .category-wrapper .category .media-body {}

.catalog .category-wrapper .category .media-body .category__link {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.catalog .category-wrapper .category .media-body .category__description {
	font-size: 13px;
}






@media (max-width: 1199px) {

}


@media (max-width: 991px) {

}


@media (max-width: 767px) {

	.catalog-section-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.catalog .category-wrapper .category {
		padding: 12px;
	}

	.catalog .category-wrapper .category .category__image img {
		max-width: 70px;
		padding: 10px 2px;
	}
}

@media (max-width: 575px) {

	.catalog-section-list {
		grid-template-columns: repeat(1, 1fr);
	}

}





/* End */
/* /local/templates/2scoop/components/bitrix/catalog.section.list/catalog/style.css?17525983421233 */
