.map {
    padding: 72px 0;
  
    @media (max-width: 480px) {
      padding: 38px 0;
    }
  }
  span.inline-image._loaded.map-circle-placemark__placemark svg {
    display: none;
  }
  
  .map-circle-placemark__caption {
    background: white;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  
  #mapyandex * {
    transition: none;
  }
  
  #mapyandex {
    width: 100%;
    height: 620px;
  }
  ymaps.ymaps-2-1-79-svg-icon {
    background-image: url("../assets/img/map.png") !important;
    width: 20px !important;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 5px !important;
  }
  ymaps.ymaps-2-1-79-islets_icon-caption {
    background-color: white;
    padding-left: 30px !important;
    border-radius: 24px;
    font-family: Golos Text !important;
    font-weight: 500;
  }