

/* Start:/local/components/vbcherepanov/shop.maps/templates/maps/style.css?17737835604645*/
.pickup-points-map {
    padding: 0;
    max-height: 680px;
}
.pickup-points-map .order-store {
    position: relative;
}

.pickup-points-map .order-store__inner {
    position: relative;
    height: 680px;
    display: grid;
    grid-template-columns: 460px auto;
    gap: 40px;
}

.pickup-points-map .order-store .order-store-wrapper {
    height: 680px;
}
.pickup-points-map .order-store .order-store-wrapper .order-store__actions-wrapper {
    overflow: auto;
    height: 680px;
    padding-left: 30px;
    padding-right: 20px;
    -webkit-box-sizing: revert;
    box-sizing: revert;
}

.pickup-points-map .order-store .order-store-wrapper .order-store__actions-wrapper::-webkit-scrollbar {
    width: 4px;
}
.pickup-points-map .order-store .order-store-wrapper .order-store__actions-wrapper::-webkit-scrollbar-thumb {
    background-color: black;
}
.order-store-vue {
    cursor: default;
    position: initial;
}

.order-store__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.order-store__actions button {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-left: 15px;
    border: 2px solid #252525;
    padding: 5px 10px;
}
.order-store__actions button.order-store__select {
    background: #252525;
    color: #FFFFFF;
}

.order-store__content {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid transparent;
}
.order-store__content.active {
    border-color: #000000;
}
.order-store-vue:hover .order-store__content:not(.active) {
    border: 1px solid lightgray;
    cursor: pointer;
}
.order-store__address {
    margin-bottom: 5px;
    font-family: "UniversLTCYR-55Roman", roboto, sans-serif;
}

.order-store__name {
    font-size: 18px;
    padding-bottom: 5px;
}

.order-store__info {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.order-store .btn-dark-full {
    margin-top: 10px;
}

.order-section__map {
    position: relative;
}
.order-section__map-content {
    width: 100%;
    height: 100%;
}
.order-section__map-content .ymap__balloon {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    font-family: "UniversLTCYR-55Roman", roboto, sans-serif;
    font-weight: 400;
}
.order-section__map-content .ymap__balloon-title {
    font-family: inherit;
    font-size: 16px;
}
.order-section__map-content .ymap__balloon-info {
    font-family: inherit;
    font-size: 14px;
}
.order-section__map-content .ymap__balloon-info * {
    font-family: inherit;
}

.order-section__map-description {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    padding-top: 30px;
}
.order-section__map-description b {
    font-weight: 600;
}
.order-section--cities .input-group {
    margin-bottom: 5px;
}


.pickup-points-map {
    padding: 0;
    max-height: 680px;
    overflow:auto;
}

.pickup-points-map .order-store {
    position: relative;
    height: auto; /* Устанавливаем авто высоту, чтобы контейнер адаптировался */
}

.pickup-points-map .order-store__inner {
    position: relative;
    display: grid;
    grid-template-columns: 460px auto; /* Для больших экранов */
    gap: 40px;
}

/* Добавляем медиазапрос */
@media only screen and (max-width: 976px) {
    .order-section__map-content {
        height:300px !important;
    }
    .pickup-points-map .order-store__inner {
        display: flex; /* Используем flex для вертикального расположения */
        flex-direction: column; /* Располагаем блоки друг под другом */
        gap: 10px; /* Отступы между блоками */
        height: auto; /* Убираем фиксированную высоту */
    }

    .pickup-points-map .order-store .order-store-wrapper {
        height: auto; /* Убираем фиксированную высоту для внутренних блоков */
    }

    .pickup-points-map .order-store .order-store-wrapper .order-store__actions-wrapper {
        height: auto; /* Убираем фиксированную высоту для действий */
    }
}

/* End */
/* /local/components/vbcherepanov/shop.maps/templates/maps/style.css?17737835604645 */
