@charset "UTF-8";
.map {
  /* Контейнер InfoWindow */
  /* Контент твого попапа */
  /* Заголовок всередині попапа */
  /* Прибираємо трикутничок InfoWindow */
  /* Кнопка закриття */
  /* Контейнер з прокруткою */
}
.map .gm-style .gm-style-iw-c,
.map .gm-style .gm-style-iw {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-width: none !important;
  pointer-events: auto !important;
  /* щоб можна було клікати по внутрішніх елементах */
}
.map .gm-style .interactive-map__popup {
  background: #FFFFFF !important;
  color: #4D525A !important;
  padding: 16px !important;
  border-radius: 12px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
  max-width: 320px !important;
}
.map .gm-style .interactive-map__popup .interactive-map__popup-title {
  color: #4D525A !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.map .gm-style .gm-style-iw-t::after,
.map .gm-style .gm-style-iw-t::before {
  display: none !important;
  content: none !important;
}
.map .gm-style .interactive-map__close-btn,
.map .gm-style .gm-ui-hover-effect {
  background: transparent !important;
  top: 8px !important;
  right: 8px !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.map .gm-style .gm-style-iw-d {
  overflow: visible !important;
  pointer-events: auto !important;
}
.map__content {
  height: 850px;
  display: flex;
  justify-content: center;
  /* Контейнер попапа */
  /* Текст */
  /* Трикутничок */
  /* Кнопка закриття */
}
.map__content #map {
  width: 100%;
  max-width: 1000px;
  align-self: center;
  filter: invert(0);
  height: 100%;
  pointer-events: none;
}
.map__content .leaflet-popup {
  margin: 0;
  bottom: 8px !important;
}
.map__content .leaflet-popup-close-button {
  display: none;
}
.map__content .leaflet-popup-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 8px 18px !important;
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  letter-spacing: 0% !important;
  color: #4d525a !important;
}
.map__content .leaflet-popup-content strong {
  font-weight: 500;
}
.map__content .leaflet-control-container {
  display: none !important;
}
.map__content .leaflet-popup-content-wrapper,
.map__content .leaflet-popup-tip {
  background: #000 !important;
  color: #000 !important;
  box-shadow: 0px 4px 8px 0px rgba(255, 255, 255, 0.1215686275) !important;
}
.map__content .gm-style .gm-style-iw {
  background: #FFFFFF !important;
  color: #4D525A !important;
  /* текст */
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding: 0 !important;
  border-radius: 8px;
  line-height: 1.4;
  max-width: 220px;
}
.map__content .gm-style .gm-style-iw strong {
  font-size: 15px;
  font-weight: 600;
  color: #f2b663;
}
.map__content .gm-style-iw-t::after {
  background: #2e2c2b !important;
  border: none !important;
}
.map__content .gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
}
.map__content .gm-ui-hover-effect img {
  width: 14px !important;
  height: 14px !important;
  filter: brightness(0) invert(1);
  /* зробити білою */
}
.map .gm-style-iw-chr {
  display: none;
}
.map .gm-style-iw-tc::after {
  background: #fff !important;
}
.map .gm-style-iw-t > div {
  padding: 0;
}/*# sourceMappingURL=style.css.map */