

/* Start:/local/templates/rukodi_redesign/components/bitrix/news.detail/promo_section/style.css?17011704471140*/
.top_shops{
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -9px;
	margin-bottom: 30px;
}
.top_shops > div {
	width: calc(100% / 6 - 17px);
	margin-bottom: 19px;
	margin-left: 8px;
	margin-right: 9px;
}

.top_shops > div a{
	display: flex;
	flex-direction: column;
	background: #fff;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 12px;
	padding: 18px;
	text-align: center;
	height: 100%;
}
.top_shops > div .img-wrap{
	display: flex;
	margin-bottom: 15px;
	height: 40px;
}
.top_shops > div .img-wrap img{
	max-height: 40px;
	max-width: 100%;
	width: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.top_shops{
		margin-left: -5px;
		margin-right: -5px;
	}
	.top_shops > div {
		width: calc(100% / 4 - 10px);
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 570px) {
	.top_shops{
	}
	.top_shops > div {
		width: calc(100% / 3 - 10px);
		margin-bottom: 10px;
	}
}
@media (max-width: 460px) {
	.top_shops{
	}
	.top_shops > div {
		width: calc(100% / 2 - 10px);

	}
}
@media (max-width: 375px) {
	.top_shops{
	}
	.top_shops > div {
	}
}





/* End */
/* /local/templates/rukodi_redesign/components/bitrix/news.detail/promo_section/style.css?17011704471140 */
