.order-page .main-container-map {
    width: 100%;
}

.order-page .elements-container-map {
    position: relative;
    width: 100%;
    height: 400px;
}
.order-page #ymap {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* Очистка yandex карт от лишних элементов */
.order-page .ymaps-2-1-79-gotoymaps__container,
.order-page .ymaps-2-1-79-gototech,
.order-page .ymaps-2-1-79-copyright,
.order-page .ymaps-2-1-79-map-copyrights-promo {
    display: none !important;
}

/* ===========================================================
Блок карты для выбора произвольных адресов для доставки
=============================================================*/
.order-page .btn-open-map-custom-address {
    margin: 15px 0 10px;
}
/* Скроем информационный баллун о найденном месте, который появляется после нажатия на результат поиска */
/* .order-page .elements-container-map [class*='balloon_layout_normal'] {
    display: none !important;
} */
.order-page .elements-container-map {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.order-page .elements-container-map .close-map-custom-address {
    margin-bottom: 10px;
}
.order-page .elements-container-map .wrap-marker {
    /*outline: 1px solid;*/
    width: 26px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -96%);
}
.order-page .elements-container-map .bottom-stop-address {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font: 0.9em/1.8em 'Proxima Nova', sans-serif;
    text-align: center;
}
.order-page .elements-container-map #marker {
    width: 26px;
    height: 45px;
    position: absolute;
    top: -10px;
    /* outline: 1px solid red; */
}
.order-page .elements-container-map #marker img {
    width: 26px;
    height: 45px;
}
.order-page .elements-container-map #point_shadow {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    background-color: black;
    border-radius: 100px;
    margin-top: 58%;
    margin-left: -6%;
    /*outline: 1px solid green;*/
}
