#top .dg-dealers-leaflet-map-wrap {
  position: relative;
  max-width: 1324px;
  margin: 0 auto;
}

#top .dg-dealers-leaflet-map {
  width: 100%;
  height: min(640px, 70vh);
  min-height: 420px;
  border-radius: 4px;
  overflow: hidden;
  background: #ececec;
  z-index: 1;
}

#top .dg-dealers-leaflet-map .leaflet-container {
  font-family: inherit;
  background: #ececec;
}

#top .dg-dealers-leaflet-map .leaflet-tile-pane {
  filter: grayscale(1) contrast(0.92) brightness(1.03);
}

#top .dg-dealers-leaflet-map .leaflet-marker-pane img.leaflet-marker-icon {
  filter: none;
  object-fit: contain;
}

#top .dg-dealers-leaflet-map .leaflet-marker-pane {
  z-index: 650;
}

#top .dg-dealers-leaflet-map .marker-cluster {
  z-index: 640;
}

#top .dg-dealers-map-hint {
  margin: 10px 0 0;
  font-size: 13px;
  color: #646970;
  text-align: center;
}

#top .dg-map-tooltip {
  background: #3b3c3f;
  color: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  font-size: 13px;
  line-height: 1.35;
  padding: 8px 10px;
}

#top .dg-map-tooltip::before {
  border-top-color: #3b3c3f;
}

#top .marker-cluster-small,
#top .marker-cluster-medium,
#top .marker-cluster-large {
  background: rgba(59, 60, 63, 0.18);
}

#top .marker-cluster-small div,
#top .marker-cluster-medium div,
#top .marker-cluster-large div {
  background: #3b3c3f;
  color: #fff;
  font-weight: 600;
}

#top .dealers-map-block__heading {
  margin: 0 0 24px;
  text-align: center;
}

#top .dealers-map-block--map-only .dg-dealers-leaflet-map-wrap {
  margin-bottom: 0;
}

#top .dealers-map-block__table {
  max-width: 1324px;
  margin: 32px auto 0;
}

#top .dealers-map-block__table table {
  width: 100%;
}
