#yandex-map {
    height: 744px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 40px;

    @media (max-width: 767px) {
        height: 500px;
        margin-bottom: 20px;
    }

    .ymaps-2-1-79-balloon {
        box-shadow: none;
    }

    .ymaps-2-1-79-balloon__layout {
        border-radius: 12px;
    }

    .ymaps-2-1-79-balloon__content {
        padding: 32px 16px 28px;
        margin-right: 0 !important;
    }
}

.map-card {
    font-size: 18px;
    font-family: Europe, sans-serif;
    max-width: 280px;

    @media (max-width: 767px) {
        font-size: 12px;
    }

    img {
        width: 100%;
        aspect-ratio: 4/3;
        border-radius: 8px;
        overflow: hidden;
        object-fit: cover;
        display: block;
        margin-bottom: 16px;
    }

    h3 {
        fill-size: 20px;
        margin-bottom: 12px;

        @media (max-width: 767px) {
            font-size: 14px;
        }
    }
    
    .map-card-phones {
        display: block;
        margin-top: 8px;
    }
    
    a {
        color: inherit;
    }
}