@media (max-width: 768px) {
    .popup__wrapper .adress-popup .map-point {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding-bottom: 0;
    }
    .popup__wrapper .adress-popup .map-point > .d-flex_column {
        flex: 1;
        min-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .popup__wrapper .adress-popup .map-point .scroll.scroll_y {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .popup__wrapper .adress-popup .map-point > .d-flex_column > .mt-16.px-24 {
        flex-shrink: 0;
    }
    .reserve-checkout {
        margin-bottom: 24px;
    }
}