.popup-fixed {
    position: static;
    padding: 40px 0 0px 40px;
    width: 100%;
}
.map__card {
    margin: 0;
}

.map__image {
    margin: 0;
    height: 230px;
    object-position: center;
    object-fit: cover;
    display: block !important;
}

.map__image--position-top{
    object-position: top;
}

.map__image--position-bottom{
    object-position: bottom;
}

.leaflet-popup-content {
    width: 100% !important;
}

.zu {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .popup-fixed {
        padding: 0;
        height: 100%;
        margin: 0 !important;
    }
    .leaflet-pane {
        height: 100%;
    }
    .map__card {
        margin: 0 !important;
    }
    .leaflet-popup-content {
        height: 100%;
    }
    .leaflet-popup-content-wrapper {
        height: 100%;
    }
    .map__text {
        padding: 10px 26px 10px 20px !important;
        min-height: 81px;
    }
    .map__card_back {
        margin: 0 !important;
    }
}