#map {
  width: 100%;
  height: 650px;
  margin-bottom: 100px;
}

/* Стили для кастомного балуна (всплывающего окна) */
.custom-balloon {
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px #b8b8b880;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  width: 320px;
  padding: 20px;
}

.custom-balloon__header {
  font-weight: 900;
  font-size: 17px;
  line-height: 21px;
  color: #1d9362;
  max-width: 260px;

  margin-bottom: 8px;
}

.custom-balloon__close-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.custom-balloon__body {
  font-size: 14px;
  line-height: 18px;
}

.custom-balloon__row {
  margin-bottom: 8px;
  color: #444444;
}

.custom-balloon__body div:last-of-type {
  margin-bottom: 0;
}

.custom-balloon__body strong {
  color: #9b9b9b;
  font-weight: normal;
  display: block;
}

.custom-balloon__body a {
  color: #444444;
  text-decoration: none;
}

.custom-balloon__body a:hover {
  text-decoration: underline;
}

/* Убираем стандартный крестик и фон балуна */
.ymaps-2-1-79-balloon__close,
.ymaps-2-1-79-balloon__content {
  padding: 0;
  margin: 0;
}

.ymaps-2-1-79-balloon__layout {
  box-shadow: none;
  border: none;
  border-radius: 8px;
}

.ymaps-2-1-79-balloon__tail,
.ymaps-2-1-79-copyrights-pane,
.ymaps-2-1-79-controls__control {
  display: none;
}

@media (max-width: 1440px) {
  #map {
    height: 560px;
  }
}

.custom-cluster {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #1d9362;
  border-radius: 50%;
  color: #444444;
}

.custom-cluster-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
