

/* Start:/local/vue-components/CloseButton/style.min.css?1744209848273*/
.close[data-inc=vue]{display:block;position:absolute;right:.6rem;top:0}.close[data-inc=vue] svg{height:10px;width:10px}.close[data-inc=vue]:hover{cursor:pointer}.close[data-inc=vue] svg path{stroke:#a3a8ba;transition:.2s}.close[data-inc=vue]:hover svg path{stroke:#3d6791}

/* End */


/* Start:/local/vue-components/Form/TextButtonField/style.min.css?1744209848692*/
.text-button-field[data-inc=vue]{position:relative}.text-button-field[data-inc=vue] input{border:1px solid #ebedf3;border-radius:10px;color:#6b7081;font-size:18px;font-weight:100;line-height:18px;padding:.7rem 1rem;width:100%}.text-button-field[data-inc=vue] input:active,.text-button-field[data-inc=vue] input:focus,.text-button-field[data-inc=vue] input:hover{border:1px solid #6b7081}.text-button-field[data-inc=vue] .text-button{color:#a3a8ba;font-size:.8rem;position:absolute;right:1rem;top:.8rem}.text-button-field[data-inc=vue] .text-button:hover{color:#3d6791;text-decoration:none}.text-button-field[data-inc=vue].dark input{background:#ebedf3;border-color:transparent;color:#3d6791}

/* End */


/* Start:/local/vue-components/Toggler/style.min.css?1744209848243*/
.toggler__wrap{background-color:#f6f7fa;border-radius:42px}.toggler__item{border-radius:42px;color:#a3a8ba;transition:all .2s ease}.toggler__item:hover{color:#1e355c;cursor:pointer}.toggler__item_active{background-color:#acc4db;color:#1e355c}

/* End */


/* Start:/local/vue-components/Pickup/PickupCard2/style.css?17882688481874*/
/* ==================== */
/* КАРТОЧКА ВИНОТЕКИ */
/* ==================== */
.pickup-card {
    background: #fff;
    border-radius: 23px;
    padding: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.pickup-card__close { display: none; }
.pickup-card__title { font-size: 18px; font-weight: 200; color: #25232c; }
.pickup-card__phone { color: #3D6791; }
.pickup-card__footer { margin: 0; padding: 0; }

.pickup-card__text,
.pickup-card__text-muted {
    color: #a3a8ba;
}

.pickup-card__text-muted {
    font-size: .88rem;
}

.pickup-card_mobile {
    position: absolute;
    top: auto;
    left: 15px; right: 15px;
    z-index: 5000;
    border-radius: 17px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    min-width: 275px;
}

.pickup-card--v2.pickup-card_mobile {
    z-index: 10;
}

.pickup-card_mobile .pickup-card__close { display: block; opacity: 1; }

.pickup-card_mobile .close[data-inc="vue"] svg {
    width: 16px;
    height: 16px;
}

.pickup-card .close[data-inc="vue"] {
    position: static;
    margin-top: -9px;
}

/* ==================== */
/* КАРТОЧКА ВИНОТЕКИ V2 */
/* ==================== */
.pickup-card--v2 {
    display: flex;
    flex-direction: column;
}

.shop-list .col-12.d-flex .pickup-card--v2 {
    height: 100%;
}

.shop-list .col-12.d-flex {
    display: flex;
}

.shop-list .col-12.d-flex > .pickup-card--v2 {
    width: 100%;
}

.layout-plane > div > div {
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .pickup-card { margin: 15px; }
}

@media (max-width: 575px) {
    .pickup-card {
        border-radius: 17px;
    }
    .pickup-card--v2.pickup-card_mobile {
        top: auto !important;
        bottom: 47px;
        left: 15px;
        right: 15px;
        position: fixed;
        max-height: 60vh;
        overflow-y: auto;
    }
}
/* End */


/* Start:/local/vue-components/Pickup/PickupStatus/style.css?1788268848712*/
/* Теги статуса */
.shop-list__item-tag {
    border-radius: 10px;
    font-size: .88rem;
    line-height: 1;
    padding: .2rem .6rem .2rem;
    white-space: nowrap;
}
.shop-list__item-tag_open {
    background-color: #a5c16a;
    color: #fff;
    border: 1px solid #a5c16a;
}
.shop-list__item-tag_close {
    background-color: #948a8a;
    border: 1px solid #948a8a;
    color: #fff;
}
.shop-list__item-tag_selected {
    background-image: url(/local/templates/ast_2022_shop/images/checked.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    background-color: #fff;
    color: #cb7a67;
    border: 1px solid #cb7a67;
    padding-left: 30px;
}
/* End */


/* Start:/local/vue-components/Pickup/PickupMetro/style.css?178826884871*/
.pickup-card__text-muted {
    color: #a3a8ba;
    font-size: .88rem;
}
/* End */


/* Start:/local/vue-components/Pickup/ButtonFilter/style.css?17882688481428*/
/* ==================== */
/* КНОПКИ ФИЛЬТРА */
/* ==================== */
.button-filter {
    height: 40px;
    padding: 0 20px;
    background-color: #ebedf3;
    color: #3d6791;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all .2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: max-content;
    font-weight: 200;
}
.button-filter:hover { background-color: #d1dfed; color: #3d6791; text-decoration: none; }
.button-filter__active { background-color: #d1dfed; }
.button-filter__logo {
    display: inline-block;
    width: 15px; height: 16px;
    background-image: url(/local/templates/ast_2022_shop/images/logo-footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.store-select-popup .button-filter { display: inline-flex; line-height: 1; }
.store-select-popup .button-filter:hover { background-color: #d1dfed; color: #3d6791; text-decoration: none; }
.store-select-popup .button-filter__active { background-color: #d1dfed; }
.store-select-popup .button-filter svg path {
    stroke: #A3A8BA;
    transition: .2s;
}
.store-select-popup .button-filter:hover svg path {
    stroke: #3d6791;
}

@media (max-width: 575px) {
    .button-filter { height: 28px; padding: 0 12px; }
    .store-select-popup .button-filter { display: block; width: 100%; text-align: center; }
}
/* End */


/* Start:/local/components/ast/shop.list/templates/shops_contacts_2022/style.css?17882688486710*/
.shop-list__city_wrap {
    min-width: 200px;
}
.map-container {
    min-height: 680px;
    height: 100%;
    width: 100%;
}

h2.shop-list__title2 {
    color: #3D6791;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.shop-list__text_blue {
    color: #3D6791;
    font-size: 18px;
    line-height: 1.5;
}

.shop-list__text_dark_blue {
    color: #1E355C;
    font-size: 16px;
}

input.shop-list__search-input {
    height: 40px;
}

.shop-list__search-icon-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list__search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-list__search-icon-clear svg path {
    transition: stroke 0.2s ease;
}

.shop-list__search-icon-clear:hover svg path {
    stroke: #CB7A67;
}

.shop-list__flush-link,
.shop-list__flush-link:visited {
    border: 1px solid #CB7A67;
    color: #CB7A67;
    text-decoration: none;
    border-radius: 25px;
    transition: all .2s ease;
}

.shop-list__flush-link:hover,
.shop-list__flush-link:visited:hover {
    color: #fff;
    background-color: #CB7A67;
}

.shop-list__apply-link,
.shop-list__apply-link:visited {
    color: #CB7A67;
    background-color: #F9E2DB;
    text-decoration: none;
    border-radius: 25px;
    transition: all .2s ease;
}

.shop-list__submit-wrapper {
    z-index: 100;
    bottom: 0;
    left: 0;
}

.shop-list__filters_visible {
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    animation: slide .2s forwards;
    overflow-y: scroll;
    left: 0;
}

.shop-list__filters_closed {
    animation: slideReverse .2s forwards;
}

@keyframes slide {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}

svg.shop-list__icon {
    stroke: #A3A8BA;
    transition: all .2s ease;
}

.shop-list__list-style_active svg.shop-list__icon {
    stroke: #3D6791;
}

a:hover svg.shop-list__icon,
a.shop-list__list-style_active:hover svg.shop-list__icon {
    stroke: #CB7A67;
}

.map-container > ymaps {
    border-radius: 10px;
    overflow: hidden;
}

.shop-list__horizontal-bar {
    white-space: nowrap;
    overflow-x: auto;
}

.shop-list__horizontal-bar::-webkit-scrollbar {
    display: none;
}

.shop-list__buttons-wrap {
    margin-top: 15px;
    padding-left: 0;
}

@media (max-width: 768px) {
    .shop-list__buttons-wrap {
        margin-top: 10px;
        padding-left: 33px;
    }
}

.shop-list__main-font,
.muted.shop-list__main-font {
    font-size: 16px;
    line-height: 1.2;
}

a.shop-list__item_title,
a.shop-list__item_title:hover {
    color: #25232C;
    font-size: 18px;
    line-height: 1.2rem;
    display: inline-block;
}

.shop-list__main-banner {
    border-radius: 10px;
}

.shop-list__wrapper {
    border-radius: 10px;
}

.shop-list__img_list {
    border-radius: 10px;
}

/* Мобильная версия */
@media (max-width: 991px) {
    .shop-list__search-input {
        height: 48px;
        padding: 12px 48px 12px 16px;
        font-size: 16px;
        border-radius: 10px;
        border: 1px solid #E5E5E5;
        background-color: #fff;
    }

    .shop-list__search-input:focus {
        outline: none;
        border-color: #3D6791;
    }

    .shop-list__search-icon-mobile {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shop-list__filter-icon-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .gap-2 {
        gap: 12px;
    }

    .shop-list__horizontal-bar {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .shop-list__horizontal-bar::-webkit-scrollbar {
        display: none;
    }

    .shop-list__horizontal-bar .d-inline-block {
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    }

    .shop-list__city_wrap_mobile {
        position: relative;
    }

    .shop-list__city_wrap_mobile .more-expand-list__current {
        font-size: 16px;
        font-weight: 500;
        color: #3D6791;
        padding: 6px 12px;
        background-color: #F5F5F5;
        border-radius: 31px;
        display: inline-flex;
        align-items: center;
    }

    .shop-list__city_wrap_mobile .more-expand-list__current:after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 6px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%233D6791' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }

    .shop-list__city_wrap_mobile .more-expand-list__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        min-width: 180px;
        margin-top: 8px;
    }

    .shop-list__city_wrap_mobile .more-expand-wrap.active {
        right: auto;
        left: 0;
    }

    .shop-list__toggler-wrapper {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .map-container {
        min-height: 500px;
    }
}

@media (max-width: 575px) {
    .map-section {
        position: relative;
    }

    .pickup-on-map {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 15px;
        z-index: 10;
        width: auto;
        max-width: none;
        margin: 0 15px 0 0;
    }

    .pickup-on-map .pickup-card--v2.pickup-card_mobile {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        overflow-y: auto;
    }
}
/* End */
/* /local/vue-components/CloseButton/style.min.css?1744209848273 */
/* /local/vue-components/Form/TextButtonField/style.min.css?1744209848692 */
/* /local/vue-components/Toggler/style.min.css?1744209848243 */
/* /local/vue-components/Pickup/PickupCard2/style.css?17882688481874 */
/* /local/vue-components/Pickup/PickupStatus/style.css?1788268848712 */
/* /local/vue-components/Pickup/PickupMetro/style.css?178826884871 */
/* /local/vue-components/Pickup/ButtonFilter/style.css?17882688481428 */
/* /local/components/ast/shop.list/templates/shops_contacts_2022/style.css?17882688486710 */
