.custom-marker {
  position: relative;
  width: 50px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
.custom-marker__image {
    width: 50px;
    height: auto;
    display: block;
}
.custom-marker img {
	width: 50px;
	height: auto;
}
.marker-container .map-popup {
	width: calc(100vw - 40px);
	max-width: 400px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font-weight: normal;
	position: absolute;
  bottom: 100%;
	top: auto!important;
	margin-left: 0px!important;
  left: 50%;
  transform: translate(-50%, -8px);
  z-index: 15;
}
#filials-map {
	width: 100%;
	height: 620px;
}
.marker-container .map-popup .map-popup__close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
	cursor: pointer;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map__container[data-view=list] #filials-map {
	display: none;
}

.marker-container {
	z-index: 2;
}
.marker-container.open {
	z-index: 4;
}

.ymaps3x0--marker.open {
z-index: 1!important;
}