

/* Start:/local/templates/.default/components/bitrix/catalog/redesign/bitrix/catalog.section.list/redesigned/style.css?17720089352002*/
.sections * {
	font-family: 'Inter';
	margin-top: 10px;
}

.sections__list {
	border-bottom: 1px solid #eeeeee;
	margin: 0 -15px 24px -15px;
	padding-bottom: 24px;
}
.sections .section {
	margin-bottom: 10px;
	padding: 13px 15px 0 15px;
	width: 100%;
}
.sections .section__img-wrap {
	border: 1px solid #eeeeee;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 12px;
}
.sections .section__img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.sections .section__img-wrap:hover .section__img {
	-moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.sections .section__info {
	padding: 0 15px;
}
.sections .section__name {
	color: #397ab0;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin-bottom: 10px;
	text-decoration: none;
}
.sections .section__name:hover {
	color: #4d8fc5;
	text-decoration: none;
}
.sections .section__description {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 20px 0;
}
.sections hr.long {
	margin: 15px 0 10px;
}
.sections .heading {
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.sections .section {
		width: calc(33.33%);
	}
	.sections .section__img-wrap {
		height: 150px;
		line-height: 150px;
	}
	.sections .section__info {
		padding: 0;
	}
}
@media screen and (min-width: 991px) {
	.sections .section__img-wrap {
		height: 200px;
		line-height: 200px;
	}
	.sections .section__name {
		font-size: 20px;
		line-height: 22px;
	}
}
@media screen and (min-width: 1200px) {
	.sections .section__img-wrap {
		height: 250px;
		line-height: 250px;
	}
	.sections hr.long {
		margin: 35px 0 30px;
	}
	.sections .heading {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: 0.5px;
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 1620px) {
	.sections .section {
		width: calc(25%);
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/redesign/bitrix/catalog.section.list/redesigned/style.css?17720089352002 */
