.map-section {
    min-height: 450px;
}

.map-container {
    min-height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Адаптивность */
@media (max-width: 767px) {
    .map-container {
        min-height: 400px;
    }
}

/* Стили для балунов Яндекс.Карт */
.ymaps-2-1-79-balloon__content,
.ymaps-2-1-78-balloon__content,
.ymaps-2-1-77-balloon__content {
    /*border: 1px solid #2a3345 !important;*/
    border-radius: 5px !important;
    font-family: var(--font-family), sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 143% !important;
    color: #5f5c5c !important;
    padding: 10px 30px 10px 10px !important;
    max-width: 300px !important;
}

/* Стили для заголовка балуна */
.ymaps-2-1-79-balloon__content h4,
.ymaps-2-1-78-balloon__content h4,
.ymaps-2-1-77-balloon__content h4 {
    margin: 0 0 8px !important;
    color: #5f5c5c !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Стиль для кнопки закрытия */
.ymaps-2-1-79-balloon__close,
.ymaps-2-1-78-balloon__close,
.ymaps-2-1-77-balloon__close {
    color: #5f5c5c !important;
}
.ymaps-2-1-79-balloon {
    border-radius: 7px !important;
    box-shadow: none;
    border: none;
}
.ymaps-2-1-79-balloon__close-button {
    left: -28px;
    bottom: -32px;
}
.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
    padding-right: 0;
    border-radius: 10px !important;
    box-shadow: none;
    border: none;
}
/* Стиль для тени балуна */
.ymaps-2-1-79-balloon__shadow,
.ymaps-2-1-78-balloon__shadow,
.ymaps-2-1-77-balloon__shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}
