body .ymaps-2-1-79-inner-panes {
  filter: grayscale(1); }

.map_wr {
  padding: 80px 0;
  overflow: auto; }
  .map_wr svg path {
    fill: #7bcaf3;
    stroke: #fff;
    stroke-width: 1;
    position: relative;
    z-index: 1;
    transition: fill 0.2s; }
    .map_wr svg path:hover {
      z-index: 2;
      filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.5)); }
  .map_wr .point {
    background: url(heart.png) 50% 50%/contain no-repeat;
    width: 55px;
    height: 44px; }
