.index-catalog-sections{
	margin-bottom: 60px;
}

.index-catalog-sections .section-item{
	position: relative;
	padding:10px;
	background: #f7f8fa;
	border-radius: 2px;
	transition: background-color .2s;
}
.index-catalog-sections .section-item__name{
	font-size: 1.125rem;
	line-height: 1.3;
}
.index-catalog-sections .section-item__description{font-size: 0.875rem;color:#4e4e4e;line-height: 1.3;}
.index-catalog-sections .section-item__name + .section-item__description{margin-top: 10px;}

.index-catalog-sections .section-item:hover{background-color: #e4e5e7;}
.index-catalog-sections .section-item img{max-height: 100%;}
.index-catalog-sections .section-item:not(:first-child) .section-item__image{
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.index-catalog-sections .section-item a{
	position: absolute;text-indent: -9999px;top: 0;left: 0;right: 0;bottom: 0;
}