.map-container > div[id^="bx_incl"] {
	height: 100%;
}
.shop-list-map {
	height: 100%;
}
.map-container-scroll {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	width: 30px;
	background: rgba(51,51,51,.1);
}
@media (max-width: 991px) {
	.map-container-scroll {
		display: block;
	}
}
/*
.map-buy-places-item-wrapper.active {
	background-color: #f8f8f8;
}
.map-bubble {
	position: relative;
	width: 32px;
	height: 32px;
	font-weight: 700;
	font-size: 13px;
	line-height: 32px;
	color: transparent;
	text-align: center;
	background: #fff;
	box-shadow: inset 0 0 0 4px #ff8808;
	border-radius: 50%;
}
.map-bubble::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 14px;
	display: block;
	width: 4px;
	height: 8px;
	background: #ff8808;
}
*/
.map-tooltip-content {
	width: 260px;
	padding: 8px;
}
@media (max-width: 575px) {
	.map-tooltip-content {
		width: 240px;
		padding: 5px;
	}
}
.ymaps-b-balloon {
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.25);
}
.ymaps-b-balloon__content {
	border: none !important;
}
.ymaps-b-balloon__content-holster {
	padding: 10px 15px 10px 15px !important;
}
.ymaps-b-balloon__sprite {
	background-image: none !important;
}
.ymaps-b-balloon__tail {
	position: absolute !important;
	top: 100% !important;
	right: auto !important;
	left: 50% !important;
	display: none !important;
	width: 30px !important;
	height: 30px !important;
	margin: -20px 0 0 -15px !important;
	background: #fff !important;
	transform: rotate(45deg);
}
.ymaps-b-balloon__tail * {
	display: none !important;
}
.ymaps-shadows-pane {
	display: none !important;
}