.shop {
	margin-bottom: 1rem;
}
.shop.active .shop-title {font-weight: bold}

.social ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.social .social-link {
	display: inline-block !important;
	width: 32px;
	height: 32px;
	margin-right: 1rem;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.social .social-link.vk {
	background-image: url("../img/vk.svg");
}

.social .social-link.instagram {
	background: url("../img/instagram.svg");
}

.social .social-link.facebook {
	background: url("../img/facebook.svg");
}

.all-shops-map {
	display: block; position: relative;
	width: 100%;
	height: 100%; filter: grayscale(1); overflow: hidden
}
.all-shops-map ymaps[class*="copyrights-pane"] {display: none !important}
.ymaps-2-1-79-balloon__close-button {opacity: 1 !important}
ymaps[class*="balloon__content"] > ymaps {height: unset !important}