html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important; /* чтобы не было горизонтального скролла */
}
.hidden {
    display: none !important;
}

/* Блок яндекс карты */
/* .main-container-map {
    margin: 0 10px;
} */

/* Строка адреса, которая отображается под яндекс картой */
/* .address-string-block {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .address-string-block {
        width: 100%;
        text-align: center;
    }
} */

/* ==========================================================
                Страница оформления заказа
========================================================== */
.yandex-map-container {
    width: 95%;
    margin-left: 17px;
    margin-bottom: 5px;
    /* border: 1px solid red; */
}
/* Строка адреса, которая отображается под яндекс картой */
.address-string-block {
    margin-left: 17px;
    margin-bottom: 20px;
}

/* Блокирующий слой при отправке запроса на получение стоимости янедкс доставки */
.order-page .get-yandex-delivery-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1003;
}

@media (max-width: 999px) {
    .yandex-map-elements .search-elements .search-form input {
        font-size: 1.2em !important;
    }
}
@media (max-width: 991px) {
    .address-string-block {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .yandex-map-container {
        margin-top: 25px;
    }
    .yandex-map-elements .search-elements {
        top: -40px !important;
        left: 2px !important;
    }
}
@media (max-width: 650px) {
    .yandex-map-elements .search-elements {
        left: 0 !important;
    }
}
@media (max-width: 575px) {
    .yandex-map-container {
        width: 88%;
        margin: 25px auto 0;
    }
}
