#placowki-map-container{
  position: relative;
}

#placowki-map-preloader{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0070bd;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;
}

#placowki-map{
  height: 600px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.marker-title{
  font-weight: 700;
  display: block;
  font-size: 1.133em;
}

.leaflet-popup-content .read-more{
  color: #FFF;
  font-weight: 400;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 1.133rem;
  font-weight: 700;
}

#placowki-map-container .leaflet-popup-content-wrapper{
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}
