/* Карта объектов на главной. */

#rsg-home-map {
  width: 100%;
  overflow: hidden;
}

#rsg-home-map .leaflet-popup-content-wrapper,
#rsg-home-map .leaflet-popup-tip {
  border-radius: 12px;
}

.rsg-map-popup {
  max-width: min(30vw, 520px);
  text-align: center;
}

.rsg-map-popup p {
  margin: 0 0 8px;
  color: var(--black-text-light);
  font: 500 14px/1.3 var(--font-onest);
}

.rsg-map-popup img {
  display: block;
  width: 100%;
  height: auto;
}

.clasterResidentialIcon,
.clasterNonResidentialIcon,
.clasterNonAndResidentialIcon {
  border-radius: 50%;
  color: #fff;
  font: 600 12px/1 var(--font-onest, Arial, sans-serif);
  text-align: center;
}

.clasterResidentialIcon { background: #00c81b; }
.clasterNonResidentialIcon { background: #0037ff; }
.clasterNonAndResidentialIcon { background: linear-gradient(90deg, #0037ff 0 50%, #00c81b 50% 100%); }

.clasterResidentialIcon span,
.clasterNonResidentialIcon span,
.clasterNonAndResidentialIcon span {
  display: block;
  line-height: 34px;
}

@media (max-width: 768px) {
  .rsg-map-popup { max-width: 70vw; }
  .clasterResidentialIcon span,
  .clasterNonResidentialIcon span,
  .clasterNonAndResidentialIcon span { line-height: 42px; }
}
