.js-ymap {width: 100%; height: 100%; position: relative; height: 800px;}
@media screen and (max-width: 721px) {
	.js-ymap {width: 100%; height: 100%; position: relative; height: 300px;}
}
.shops-page__map .map {
	position: relative;
	height: 800px;
}
.js-ymap > ymaps{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: right bottom;
}
.ymap_marker{position:relative;height:0;width:0}
.ymap_marker svg {position:absolute;z-index:100000000000;width:30px;height:30px;}
.ymap_marker.__big svg {position:absolute;z-index:100000000000;width:60px;height:60px;}

.ymap_marker img {position:absolute;z-index:100000000000;width:30px;height:30px;max-width: unset;}
.ymap_marker.__big img {position:absolute;z-index:100000000000;width:60px;height:60px;}
.hidden {
	display: none !important;
}
.open .hidden {
	display: inherit !important;
}
.contacts__item-hours:before
{
    display: inline-block;
}
.contacts__item
{
    display: none;
}

.open {
    display: block !important;
}
