.interactive-map {
  background: #fff;
  z-index: 3;
}
.interactive-map__content {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 24px;
}
.interactive-map .gm-ui-hover-effect {
  display: none !important;
}
.interactive-map__close-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.interactive-map__title {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #0D499C;
}
.interactive-map__desc {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #898D90;
  max-width: 584px;
  width: 100%;
}
.interactive-map__toggler {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}
.interactive-map__button {
  cursor: pointer;
  width: 183px;
  display: flex;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #0D499C;
  background: #E5EDFA;
  border-radius: 8px;
  transition: 0.3s ease;
}
.interactive-map__button:hover, .interactive-map__button.active {
  color: #fff;
  background: #0D499C;
}
.interactive-map__map {
  height: 655px;
  width: 100%;
  margin-top: 60px;
}
.interactive-map .leaflet-popup-content {
  display: flex;
  min-width: 662px;
  width: 662px !important;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
  margin: 0 !important;
}
.interactive-map__popup {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.interactive-map__popup-image {
  width: 217px;
  height: 217px;
  border-radius: 8px;
}
.interactive-map__popup-title {
  margin: 0;
  margin-bottom: 16px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #0D499C;
}
.interactive-map__right {
  display: flex;
  flex-flow: column;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.interactive-map__popup-link {
  margin-top: 16px;
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0D499C !important;
  margin-top: auto;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-self: flex-end;
}
.interactive-map .leaflet-popup-content p {
  margin: 0;
}
.interactive-map__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.interactive-map .leaflet-popup-close-button {
  display: none;
}
.interactive-map__popup-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.interactive-map__popup-item-label {
  min-width: 63px;
  width: auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #898D90;
}
.interactive-map__popup-item-value {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #4D525A;
}

@media (max-width: 1280px) {
	.map-popup {
		flex-flow: column
	}
}/*# sourceMappingURL=style.css.map */