﻿.map-block .map-legend {
    background-color: #0B4B7D;
    color: #FFFFFF;
}

    .map-block .map-legend table {
        color: #FFFFFF;
        border-left: none;
        border-right: none;
        border-color: lightgray !important;
        margin: 1rem 0;
    }

        .map-block .map-legend table td {
            align-content: center;
        }
@media (max-width: 768px) {
    .map-legend table,
    .map-legend tbody,
    .map-legend tr,
    .map-legend td {
        display: block;
        width: 100%;
    }

    .map-legend tr {
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 0.5rem;
    }

    .map-legend td {
        position: relative;
        padding-left: 45%;
        text-align: left;
        border: none;
    }


        .map-legend td:before {
            position: absolute;
            left: 0;
            width: 40%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: bold;
            text-transform: uppercase;
        }

    .map-legend tr td:nth-of-type(1):before {
        content: "Місто";
    }

    .map-legend tr td:nth-of-type(2):before {
        content: "Адрес";
    }

    .map-legend tr td:nth-of-type(3):before {
        content: "Телефон";
    }

    .map-legend tr td:nth-of-type(4):before {
        content: "Email";
    }
}

.photo-block {
    background-color: #0B4B7D;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.photo-block img{
   padding:10px;
   overflow-block:hidden;
}