#container .ep-yandex-map-root {
  position: relative;
  width: 100%;
  min-height: 280px;
  height: 432px;
  border-radius: 16px;
  overflow: hidden;
  background: #e8e8e8;
  isolation: isolate;
}

#container .css-g11g6u.ep-yandex-map-root,
#container .css-xextd1.ep-yandex-map-root {
  width: 100%;
  height: 432px;
  max-height: none;
  flex-shrink: 0;
}

#container .css-qs5z68.css-76ht8s > .ep-yandex-map-root,
#container .css-qs5z68.css-ngk8hj > .ep-yandex-map-root {
  align-self: stretch;
}

#container .ep-yandex-map-root iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#container .ep-yandex-map-root .ep-yandex-map-border {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: 16px;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 1;
}

#container .css-dskp3o,
#container .css-sgvifb {
  pointer-events: none;
}

@media (max-width: 799px) {
  #container .ep-yandex-map-root {
    height: 280px;
    min-height: 280px;
  }

  #container .css-g11g6u.ep-yandex-map-root {
    height: 280px;
  }
}
