

/* Start:/bitrix/templates/abs_spr/components/bitrix/catalog.section.list/bootstrap_v4/style.css?16860158741177*/
.thSectionList{
	display: flex;
	flex-wrap: wrap;
}

.thSectionList__item{
	display: block;
	height: 100px;
	width: 23.5%;
	margin-right: 2%;
	text-align: right;
	border-radius: 10px;
	overflow: hidden;
	background: #e1fae0;
	margin-bottom: 1.5rem;
	/*margin-right: 1.5rem;*/
	position: relative;
	text-decoration: none;
}
.thSectionList__item:nth-child(4n){margin-right: 0}
.thSectionList__item h5{
	position: absolute;
	font-size: 1rem;
	width: 100px;
	top: 0;
	bottom: 0;
	margin: 0 2rem;
	display: flex;
	align-items: center;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
.thSectionList__item img{
	max-height: 100%;
}


@media (max-width: 1400px){
	.thSectionList__item{
		width: 32%;
	}
	.thSectionList__item:nth-child(3n){margin-right: 0}
	.thSectionList__item:nth-child(4n){margin-right: auto}
}

@media (max-width: 1200px){

}

@media (max-width: 992px){
	.thSectionList__item{
		width: 48%;
		margin-right: 4%;
	}
	.thSectionList__item:nth-child(2n){margin-right: 0}
	.thSectionList__item:nth-child(3n){margin-right: auto}
}

@media (max-width: 768px){
	.thSectionList__item h5{
		margin:0 1.5rem;
	}
	.thSectionList__item{
		height: 90px;
	}
}
/* End */
/* /bitrix/templates/abs_spr/components/bitrix/catalog.section.list/bootstrap_v4/style.css?16860158741177 */
