[class*=ymaps-2][class*=-ground-pane] {
  filter: hue-rotate(30deg) brightness(90%) invert(1);
}

.map {
  max-width: 1920px;
  width: 100%;
  height: 400px;
}

#map > ymaps {
  overflow: hidden;
}

.map .btn {
  width: -moz-fit-content;
  width: fit-content;
}

.map__inner {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}/*# sourceMappingURL=map.css.map */