/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------- кастыльные стили были поверх старого styles.css (вне старой сборки scss) ------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
.hidden {
    display: none;
}

.filter-actions ul li label:hover {
    border: 1px solid #ddd;
    background: #ddd;
}

.filter-actions ul li[data-today=active] label:hover {
    border: 1px solid #FF5533;
    background: #fff;
}

@media (max-width: 998px) {
    .filter-actions .col-3,
    .filter-actions .col-6 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
}

/*---------------------------------*/
section.order .error {
    height: 154px;
    width: 738px;
    position: relative;
    margin: 136px auto 0 auto;
    background: #fff;
    border: 1px solid #FF5533;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

section.order .error::before {
    content: "";
    background: url("/front/img/error/error.png");
    width: 207px;
    height: 204px;
    position: absolute;
    left: -115px;
    top: -25px;
    margin: auto;
}

section.order .error .error__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 31px;
}

section.order .error .error__button {
    text-align: center;
}

section.order .error .error__button a.btn:first-child {
    margin-right: 32px;
}

@media (max-width: 992px) {
    section.order .error {
        width: 320px;
        height: 265px;
    }

    section.order .error:before {
        top: -125px;
        left: 0;
        right: 0;
    }

    section.order .error .error__title {
        margin-top: 90px;
        margin-bottom: 25px;
    }

    section.order .error .error__button a.btn:first-child {
        margin: 0 0 15px 0;
    }
}

/*---------------------------------*/
section.orderinfo .product .product__image {
    width: 150px;
    height: 100%;
    margin: auto 20px auto 0;
}

section.orderinfo .product .product__image a {
    display: block;
    width: 100%;
    height: 100%;
}

/*---------------------------------*/
section.orderinfo .product .product__image img {
    object-fit: cover;
}

section.orderinfo .product .product__image img.image__not-stretch {
    /*object-fit: contain;*/
}

.product-card .product-card__image img.image__not-stretch {
    /*object-fit: contain;*/
}

section.cart .product .product__image img.image__not-stretch {
    /*object-fit: contain;*/
}

/*---------------------------------*/
section.orderinfo .bottom-side__item.total .total_copy-link {
    margin-top: 20px;
}

section.orderinfo .bottom-side__item.total .total_copy-link .copy-link__text {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

/*---------------------------------*/
.reviews-feedback {
    z-index: 150;
}

.reviews-feedback__blackout {
    z-index: 30;
}

.reviews-feedback__wrapper {
    z-index: 60;
}

.form-group input {
    font-size: 14px;
}

.reviews__container {
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.2);
}

.card {
    position: relative;
}

/*---------------------------------*/
@media (max-width: 576px) {
    .banner-action .wrap-text .btn-wrap {
        flex-wrap: wrap;
    }

    .btn-wrap .btn:not(:last-child) {
        margin: 0 auto;
    }

    .banner-action .wrap-text .btn-wrap span {
        margin: 14px 0 0 0;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
}

/*---------------- кастомные были внизу styles.css -----------------*/
.march__banner {
    height: 160px;
    position: relative;
    top: 30px;
    padding: 26px 57px;
    background: linear-gradient(91.14deg, #FFE0F8 44.75%, #FF99D4 80.59%);
    border-radius: 10px;
    color: #272727;
}

.march__banner:before {
    content: "";
    width: 305px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/front/img/march-banner/march__banner.png");
}

.march__banner .banner__top-text {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
}

.march__banner .banner__top-text span {
    display: inline-flex;
    align-items: center;
    height: 51px;
    background: #FF5533;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 0 10px;
}

.march__banner .banner__bottom-text {
    max-width: 743px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.march__banner .banner__bottom-text span.text {
    color: #FF5533;
}

@media (max-width: 1200px) {
    .march__banner {
        height: 144px;
        padding: 10px 26px;
    }

    .march__banner .banner__top-text {
        font-size: 18px;
    }

    .march__banner .banner__bottom-text {
        font-size: 14px;
        width: 550px;
    }

    .march__banner:before {
        content: "";
        width: 274px;
        height: 144px;
        right: -12px;
        top: 0;
        background-size: 100%;
    }

    .march__banner .banner__top-text span {
        height: 35px;
    }

    .march__banner .banner__top-text {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    .march__banner .banner__bottom-text {
        width: 440px;
    }
}

@media (max-width: 576px) {
    .march__banner {
        height: 498px;
        padding: 19px 26px;
        background: linear-gradient(150.06deg, #FFE0F8 33.62%, #FF99D4 65.52%);
    }

    .march__banner:before {
        content: "";
        width: 290px;
        height: 276px;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
        left: 0;
        margin: auto;
        background: url("/front/img/march-banner/march__banner-mob.png");
    }

    .march__banner .banner__top-text {
        font-size: 26px;
        line-height: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .march__banner .banner__top-text span {
        width: 100%;
        height: 42px;
        margin-top: 12px;
        justify-content: center;
    }

    .march__banner .banner__bottom-text {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .march__banner .banner__bottom-text span {
        color: #272727;
    }

    .march__banner .banner__bottom-text .mob-hidden {
        display: none;
    }

    .march__banner .banner__bottom-text {
        margin-top: 13px;
    }

    .march__banner .banner__bottom-text span.text {
        color: #272727;
    }
}

.text-highlight {
    color: #FF5533 !important;
}

.scale-on-hover {
    transition: 0.2s;
}

.scale-on-hover:hover {
    transform: scale(1.02);
}

a.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.page-city.page-city-schekino .banner {
    background: transparent no-repeat center/cover;
}

.page-city.page-city-schekino .banner p {
    font-size: 16px;
    line-height: 1.5;
}

.city-catalog__banner {
    position: relative;
}

.city-catalog__banner img {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.city-catalog .card-mini {
    height: 221px;
}

.card-mini {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-mini__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
    background: #fff;
    flex-grow: 2;
}

.card-mini__image img {
    max-width: 90%;
    max-height: 90%;
}

.card-mini__footer {
    padding: 15px 20px;
}

.card-mini_name {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #272727;
}

.card-mini__description {
    font-weight: 500;
    font-size: 14px;
    margin-top: 4px;
    min-height: 17px;
}

.card-food-categories-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
}

.card-food-categories {
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    min-height: 120px;
    margin: 8px 0;
    padding: 20px;
    position: relative;
}

.card-food-categories:hover .card-food-categories__name {
    color: #ff5823;
}

.card-food-categories__icon {
    content: "";
    width: 24px;
    height: 16px;
    margin-right: 12px;
    position: relative;
    top: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNiIgZmlsbD0iI2Y1MyIgIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTIzLjUgMTJILjVhLjUuNSAwIDAgMC0uNS41di41MDFhMy43OSAzLjc5IDAgMCAwIC42MzkgMi4xMDhjLjM3Mi41NTguOTk0Ljg5MSAxLjY2NC44OTFoMTkuMzk1YTIgMiAwIDAgMCAxLjY2NS0uODkxQTMuNzkgMy43OSAwIDAgMCAyNCAxMy4wMDFWMTIuNWEuNS41IDAgMCAwLS41LS41ek0yLjE5OSAxMWgxOS41OTlhLjUuNSAwIDAgMCAuNDktLjZjLS44OTYtNC40MTMtNC41MzktNy43MTktOC45MTctOC4zYTEuNDkgMS40OSAwIDAgMCAuMTI3LS42MDEgMS41IDEuNSAwIDEgMC0zIDAgMS40OSAxLjQ5IDAgMCAwIC4xMjcuNjAxYy00LjM3OC41ODEtOC4wMjEgMy44ODctOC45MTcgOC4zYS41LjUgMCAwIDAgLjQ5LjZ6Ii8+PC9zdmc+);
}

.card-food-categories__counter {
    color: #272727;
}

.card-food-categories__img {
    margin-bottom: 20px;
    text-align: center;
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-food-categories__img img {
    max-width: 100%;
    max-height: 100%;
}

.card-food-categories__name {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: #272727;
    transition: all 0.5s;
}

.info-bar {
    position: absolute;
    top: 30px;
    left: 0;
    background: #FF5533;
    color: #fff;
    border-radius: 0 33px 33px 0;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    z-index: 99;
}

.product-card {
    position: relative;
}

/*.gen-food .product-card.aged:before,
.product-card.aged:before {
    content: '18+';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    background-color: #ffffff8a;
    backdrop-filter: blur(5px);
    z-index: 101;
    cursor: pointer;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #9d9d9d8a;
    padding-top: 92px;
    padding-left: 15px;
}*/

.gen-food .product-card.aged .aged-block {
    /*content: '18+';*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    background-color: #ffffff8a;
    backdrop-filter: blur(5px);
    z-index: 101;
    cursor: pointer;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #9d9d9d8a;
    padding-top: 92px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .city-catalog__banner {
        display: none;
    }
}

nav.navbar .navbar__market a {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTQwMDcgMjAuMDAwNEM0LjcwNDkgMjAuMDAwNCAzLjk1Nzc3IDE5LjQ4MTUgMy42NjYxIDE4LjY5ODlMMi4xMjMwNSAxNC41NTg2SDE5Ljg3NzdMMTguMzM3NyAxOC42OTc4QzE4LjA0NjMgMTkuNDgxIDE3LjI5NCAyMC4wMDA0IDE2LjQ1ODUgMjAuMDAwNEM4Ljk5NDU2IDIwLjAwMDQgNi42MDU0NiAyMC4wMDA0IDUuNTQwMDcgMjAuMDAwNFoiIGZpbGw9IiNDQkNCQ0IiLz4KPHBhdGggZD0iTTIyIDEwLjM0OTVWMTIuMzcxNkMyMiAxMi41NjUxIDIxLjg0ODggMTIuNzE3MiAyMS42NTYyIDEyLjcxNzJIMC4zNDM3NUMwLjE1NDcxMiAxMi43MTcyIDAgMTIuNTY1MSAwIDEyLjM3MTZWMTAuMzQ5NUMwIDEwLjE1NTkgMC4xNTQ3MTIgMTAuMDAzOSAwLjMzMDA3NiAxMEgyMS42NDI2QzIxLjg0ODggMTAuMDAzOSAyMiAxMC4xNTU5IDIyIDEwLjM0OTVaIiBmaWxsPSIjQ0JDQkNCIi8+CjxwYXRoIGQ9Ik0xNS40NDIyIDUuMzk2MTVWNC44NDMxMkMxMy43NzE2IDQuNjcwMjkgMTIuNDY1MyAzLjI0NjIyIDEyLjQ2NTMgMS41MjE0M0MxMi40NjUzIDEuMzMxMzEgMTIuNjE2NiAxLjE3NTc4IDEyLjgwOTEgMS4xNzU3OEMxMy42OTYgMS4xNzU3OCAxNC41Mjc4IDEuNTI0ODcgMTUuMTU2OSAyLjE1Mzk2QzE1LjQxNDcgMi40MTMxOSAxNS42Mjc5IDIuNzEzOTEgMTUuNzg2IDMuMDMxOTJDMTUuOTQ0MSAyLjcxMzkxIDE2LjE1MzggMi40MTMxOSAxNi40MTUgMi4xNTM5NkMxNy4wNDA3IDEuNTI0ODcgMTcuODc2IDEuMTc1NzggMTguNzYyOSAxLjE3NTc4QzE4Ljk1MiAxLjE3NTc4IDE5LjEwNjYgMS4zMzEzMSAxOS4xMDY2IDEuNTIxNDNDMTkuMTA2NiAzLjI0NjIyIDE3LjgwMDQgNC42NzAyOSAxNi4xMjk3IDQuODQzMTJWNS4zOTI2OUMxNy44NDUxIDUuNTQxMzEgMTkuMjYxMyA2Ljc5NjAyIDE5LjY0OTggOC40NTg2SDEwLjkyNzdDMTEuMzA5MyA2Ljc5OTg5IDEzLjc1MTYgNS41NDcxNSAxNS40NDIyIDUuMzk2MTVaIiBmaWxsPSIjQ0JDQkNCIi8+CjxwYXRoIGQ9Ik05Ljk0Mzk2IDguNDU4NDFIMi43MjQ4M0MyLjY5MzkxIDguMzc1NDUgMi42NjI5NCA4LjI4OTA0IDIuNjM1NSA4LjIwMjYzTDUuOTczMjkgNy4yNzk3NUM2LjE1NTQ5IDcuMjI3OSA2LjI2MjAzIDcuMDM3NzkgNi4yMTM5IDYuODU0NjFDNi4xNjIzMyA2LjY2Nzk1IDUuOTczMyA2LjU2MDc5IDUuNzkxMSA2LjYxMjY1TDIuNDM5NTMgNy41NDI0NUMyLjM0NjcyIDcuMjAzNyAyLjI2NDIyIDYuODYxNTEgMi4xOTU0OSA2LjUxMjRMNS4xMDM2IDUuNjk2NjdDNS4yODU3OSA1LjY0NDg0IDUuMzkyMzQgNS40NTQ3MSA1LjM0MDc2IDUuMjcxNTNDNS4yODkyNCA1LjA4ODMyIDUuMDk2NzIgNC45ODExNyA0LjkxNzk2IDUuMDMzMDNMMi4wNzg1OCA1LjgyODAyQzIuMDIzNjEgNS40NzU0NSAxLjk4MjMyIDUuMTE5NDQgMS45NTgyNyA0Ljc3Mzc5TDQuMjMzOSA0LjExNzA1QzQuNDE2MSA0LjA2MTc2IDQuNTE5MjQgMy44NzE2NSA0LjQ2NzYzIDMuNjg4NDVDNC40MTYxIDMuNTA1MjcgNC4yMjcwMiAzLjM5ODExIDQuMDQxMzggMy40NDk5NUwxLjkyMzkxIDQuMDYxNzZDMS45MTcwMyAzLjY4NDk5IDEuOTI3MzUgMy4zMTg2IDEuOTU4MjggMi45Njk1TDMuMzcxMDkgMi41MzM5OUMzLjU0OTg1IDIuNDc1MjIgMy42NTI5OSAyLjI4MTY2IDMuNTk3OTggMi4xMDE5M0MzLjUzOTUyIDEuOTE4NzMgMy4zNTA0NCAxLjgxNTA0IDMuMTY4MjkgMS44NzAzM0wyLjA2ODI2IDIuMjEyNTRDMi4yOTUxNSAxLjA4NTcyIDIuNzkwMTcgMC4yNTk2MTkgMy42MjU0NiAwLjA0ODc3NjRDNi4wMzE3MSAtMC41NTI2NTMgOS43NjE4IDQuNTMxODMgOS45NDM5NiA4LjQ1ODQxWiIgZmlsbD0iI0NCQ0JDQiIvPgo8L3N2Zz4K");
}


















/*-------------------------------- new buttons -----------------------------------*/
.more-light_btn {
    display: flex;
    text-decoration: none;
    height: 50px;
    padding: 0 25px 0 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #F2F2F2;
    color: #F85046;
    text-align: center;
    font-size: 16px;
}

.more-light_btn:active,
.more-light_btn:hover {
    background: #cecece;
}

.more-light_btn.reviews__button._feedback {
    cursor: pointer;
    display: flex;
    text-decoration: none;
    height: 50px;
    padding: 0 25px 0 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #F2F2F2;
    color: #F85046;
    text-align: center;
    font-size: 16px;
    width: auto;
}
.more-light_btn.reviews__button._feedback:active,
.more-light_btn.reviews__button._feedback:hover {
    background: #cecece;
}
@media (max-width: 710px) {
    .more-light_btn.reviews__button._feedback {
        margin: 0 auto;
    }
}


/*-------------------------------------------------------------------------------------------------------------------*/
/*------------------------- new_layout -> grid.scss ------------------------*/
/*----------------------------------------------------------------------------*/
body {
    --L_Black: #1E1E1E;
    --L_Grey: #F2F2F2;
    --D_Grey: #9A9A9A;
    --White: #FFF;
    --Red: #F85046;
}

.container {
    width: 100%;
    max-width: 1630px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body .s-menu .categories .product-wrap:hover,
body .wrap-card:hover {
    transform: scale(1);
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

/*--- Other ---*/
.trnsn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.mbr-10 {
    margin-right: 10px;
}
.mbr-15 {
    margin-right: 15px;
}
section.page-city h2:after {
    content: initial;
}
.mob-480,
.mob-710 {
    display: none;
}


/*-- media new_layout --*/
@media (max-width: 1024px) {
    body .mobile-scrolled-1024 {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px !important;
    }
}

@media (max-width: 710px) {
    .desc-710 {
        display: none !important;
    }
    .mob-710 {
        display: block;
    }
    body .mobile-scrolled-710 {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px !important;
        width: -webkit-fill-available;
    }
}

@media (max-width: 480px) {
    .desc-480 {
        display: none !important;
    }
    .mob-480 {
        display: block;
    }
    body .mobile-scrolled-480 {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px !important;
    }
}


/*----------------------------------------------------------------------------*/
/*------------------------- new_layout -> header.scss ------------------------*/
/*----------------------------------------------------------------------------*/
header {
    height: 77px;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
}

header .container-fluid,
header .container-fluid .row {
    height: 100%;
}

header .location {
    margin-left: 0;
}

header .location a {
    font-size: 16px;
    display: flex;
    align-items: center;
}

header .location a i {
    margin-right: 7px;
    position: relative;
    right: 3px;
}

header .logo {
    position: relative;
    left: 3px;
}

header .logo a {
    width: 133px;
    height: 36px;
    background: url("/template/frontend/build/images/logo.svg") 0 0 no-repeat;
}

.icon-location {
    width: 22px;
    height: 26px;
    display: block;
    background: url("/template/frontend/build/images/location.svg") 0 0 no-repeat;
}

header .location a:hover .icon-location {
    background: url("/template/frontend/build/images/location_act.svg") 0 0 no-repeat;
}

.lk_menu {
    position: relative;
    /*width: 430px;
    min-width: 430px;*/
    width: auto;
    min-width: auto;
    height: 55px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin: auto 28px auto 27px;
    border-radius: 200px;
    padding: 0 5px;
    gap: 5px;
}

.lk_menu_item {
    color: #272727;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    border-radius: 160px;
    font-size: 14px;
    font-weight: 500;
    height: 47px;
    display: flex;
    align-items: center;
    position: relative;
}

.lk_menu_item.act {
    cursor: default;
    background: #ffffff;
    text-decoration: none;
}

.lk_menu_item:hover,
.lk_menu_item.act:hover {
    color: #272727;
    text-decoration: none;
}

.lk_menu_item .lk_menu_item-hover {
    background-color: #FBFBFB;
    border-radius: 160px;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.1s ease-in, -webkit-transform 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in, -moz-transform 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in, -o-transform 0.1s ease-in;
    transition: opacity 0.1s ease-in, transform 0.1s ease-in;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}

.lk_menu_item:hover .lk_menu_item-hover {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.lk_menu_item.act .lk_menu_item-hover,
.lk_menu_item.act:hover .lk_menu_item-hover {
    opacity: 0;
}

.lk_menu_item-text {
    z-index: 2;
    position: relative;
    top: 1px;
}

.mn-inner .lk_menu {
    display: none;
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 56px;
    margin: 0 0 0 0;
    border-radius: 24px;
    padding: 0 3px;
}

.mn-inner .lk_menu_item {
    font-size: 14px;
    height: 50px;
    line-height: 140px;
    border-radius: 22px;
    padding: 5px 0 7px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    min-width: 100px;
}
.mn-inner .lk_menu_item .lk_menu_item-text {
    line-height: 34px;
    white-space: nowrap;
}

header .search-bar {
    display: flex;
    margin: auto 14px auto 25px;
    align-items: center;
    position: relative;
    top: initial;
    flex-grow: 1;
    justify-content: flex-end;
}

header .search-bar .search-wrap {
    height: 55px;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    border-radius: 200px;
    padding: 0 15px 0 20px;
}

@media (hover: hover) {
    header .search-bar .search-wrap:hover {
        box-shadow: inset 0 0 0 2px #e8e8e8;
    }
}

header .search-bar .search-wrap:before {
    content: initial;
}

header .search-bar form {
    display: flex;
    position: relative;
    width: 100%;
}

header .search-bar label {
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    position: relative;
    top: 3px;
}

header .search-bar label:before {
    width: 21px;
    height: 20px;
    background: url("/template/frontend/build/images/sh.svg") 0 0 no-repeat;
    transition: none !important;
}

header .search-bar input[type=text] {
    font-size: 16px;
    padding-right: 0;
    width: auto;
    line-height: 24px;
}

header .search-bar input[type=text]::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #9a9a9a;
}

header .search-bar input[type="text"]:focus::placeholder {
    opacity: 0;
}

nav.navbar .navbar__home a {
    background: url("/template/frontend/build/images/nav-home.svg") 50% 50% no-repeat;
    background-size: 21px 21px;
}

nav.navbar .navbar__home.active a {
    background: url("/template/frontend/build/images/nav-home-act.svg") 50% 50% no-repeat;
    background-size: 21px 21px;
}

nav.navbar .navbar__map a {
    background: url("/template/frontend/build/images/nav-map.svg") 50% 50% no-repeat;
    background-size: 22px 21px;
}

nav.navbar .navbar__map.active a {
    background: url("/template/frontend/build/images/nav-map-act.svg") 50% 50% no-repeat;
    background-size: 22px 21px;
}

nav.navbar .navbar__cart {
    width: 37px;
    height: 33px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    background: url("/template/frontend/build/images/cart.svg") 0 100% no-repeat;
}

nav.navbar div a span {
    color: #9A9A9A;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 38px auto 0 auto;
    display: none;
}
nav.navbar div.active a span {
    color: var(--L_Black, #1E1E1E);
}

nav.navbar .navbar__cart a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
}

nav.navbar .navbar__cart.act {
    /*margin-right: 23px;*/
    width: 37px;
    height: 33px;
    background: url("/template/frontend/build/images/cart_act.svg") 0 0 no-repeat;
}

nav.navbar .navbar__profile {
    width: 22px;
    height: 26px;
    margin-right: 26px;
    position: relative;
    cursor: pointer;
    background: url("/template/frontend/build/images/lk.svg") 0 100% no-repeat;
}

nav.navbar .navbar__profile a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
}

nav.navbar .navbar__profile.active {
    background: url("/template/frontend/build/images/lk-act.svg") 50% 50% no-repeat;
}


.burger-wrap {
    margin: auto 0;
    width: 36px;
    min-width: 36px;
    height: 24px;
    cursor: pointer;
    overflow: hidden;
}

.burger, .burger:after, .burger:before {
    width: 36px;
    height: 2px;
}

.burger:before {
    width: 32px;
    left: initial;
    right: 0;
    bottom: 8px;
}

.burger.animate:before {
    width: 26px;
}

.burger:after {
    width: 26px;
    left: initial;
    right: 0;
    top: 8px;
}

.burg_position {
    display: none;
    height: 56px;
    padding: 9px 17px;
    align-items: self-start;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    background: #F85046;
    border-radius: 22px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 10px;
    flex-direction: column;
}

.burg_position .icon-location {
    background: url(/template/frontend/build/images/location-w.svg) 0 0 no-repeat;
}

.brg-txt-location {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.burg_position:hover .brg-txt-location,
.burg_position:active .brg-txt-location,
.burg_position:focus .brg-txt-location,
.burg_position .brg-txt-location:hover,
.burg_position .brg-txt-location:active,
.burg_position .brg-txt-location:focus {
    color: var(--White, #FFF);
}

body .profile-popup__progress-order {
    border: none; /* 14/03 */
}

body .search-dynamic {
    z-index: 210;
}


/*-- media header --*/
@media (min-width: 1900px) {
    header .container-fluid {
        max-width: 2026px;
    }
    header .container-fluid .wrap {
        padding: 0 60px;
    }
    header .search-bar .search-wrap {
        max-width: 970px;
    }
}

@media (max-width: 1024px) {
    .lk_menu {
        display: none;
    }
    .mn-inner .lk_menu {
        display: flex;
    }
    header .location {
        margin-left: 20px;
    }
    header .search-bar input[type=text] {
        width: 100%;
    }
}

@media (max-width: 710px) {
    header .location {
        display: none;
    }
    header .search-bar input[type=text]::placeholder {
        font-size: 16px;
        font-weight: 500;
    }
    header .search-bar input[type=text] {
        width: 100%;
    }
    .burg_position {
        display: flex;
    }
}

@media (max-width: 576px) { /* old media */
    nav.navbar div a span {
        display: block;
    }
    nav.navbar .navbar__cart {
        width: 48px !important;
        background-size: 21px 20px;
    }
    nav.navbar .navbar__cart.act {
        width: 48px !important;
        background-size: 25px 33px;
        background-position: 14px 0;
    }
    nav.navbar .navbar__profile {
        background-size: 18px 21px;
    }
    nav.navbar .navbar__profile.active {
        background-size: 18px 21px;
    }
    body .__popup__modal-container {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    nav.navbar {
        justify-content: space-around;
        z-index: 201;
    }

    header {
        height: 70px;
    }
    header .search-bar {
        margin: auto 20px auto auto;
    }
    header .search-bar .search-wrap {
        width: 20px;
        padding: 0 0 0 0;
        background: transparent;
    }
    header.mob-search .search-bar {
        background: #ffffff;
        width: initial;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        z-index: 100;
        margin: 0 0 0 0;
        padding: 0 20px;
    }
    header.mob-search .search-bar .search-wrap {
        padding: 0 0 0 0;
    }
    header.mob-search .search-bar .search-wrap label {
        right: 0;
        top: 0;
        position: absolute;
        width: 55px;
        height: 50px;
        margin: 0 0 0 0;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        background: var(--Red, #F85046);
    }

    header.mob-search .search-bar input[type=text] {
        display: block;
        height: 50px;
        padding: 0 65px 0 20px;
        border-radius: 20px;
        background: var(--L_Grey, #F2F2F2);
        margin: 0 0 0 10px;
        font-size: 16px;
    }
    header.mob-search .search-bar .close {
        margin: auto 0;
        position: relative;
        right: initial;
        display: flex;
        width: 40px;
        height: 40px;
        padding: 16px 0;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 20px;
        background: var(--L_Grey, #F2F2F2);
    }
    header .search-bar label {
        top: 1px;
    }
    header .search-bar:not(.focus) label:before {
        background: url(/template/frontend/build/images/sh-mob.svg) 0 0 no-repeat;
    }
    header.mob-search .search-bar label:before {
        width: 25px;
        height: 30px;
        background: url(/template/frontend/build/images/sh-mob-w.svg) 50% 50% no-repeat;
    }

    header .logo a {
        width: 114px;
        height: 30px;
        background-size: cover;
    }
    nav.navbar .navbar__cart,
    nav.navbar .navbar__profile {
        width: 20%;
        height: 100%;
        background-position: 50% 50%;
        margin-right: initial;
    }
}

/*---- @media ----*/
@media (max-width: 480px) {
    header {
        height: 70px;
    }
    header .logo a {
        width: 113px;
        height: 30px;
        background-size: cover;
    }
}

@media (max-width: 420px) {
    header.mob-search .search-bar input[type=text]::placeholder {
        font-size: 15px;
    }
}

/*----------------------------------------------------------------------------*/
/*------------------------- new_layout -> footer.scss ------------------------*/
/*----------------------------------------------------------------------------*/
footer {
    background: #ffffff;
    border-top: 2px solid #e3e3e3;
}

footer .footer-top {
    padding-top: 70px;
    padding-bottom: 83px;
}

footer .footer-top ul li a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

footer .footer-top .information a {
    display: none;
}

footer .footer-top .logo a {
    background: url("/template/frontend/build/images/logo-f.svg") 0 0 no-repeat;
    width: 250px;
    height: 66px;
    content: "";
    display: block;
    margin-top: 0;
}

footer .footer-bottom .container {
    border-top: none;
    padding-top: 0;
}

.col-8.logo {
    display: flex;
    flex-direction: column;
}

.col-8.logo .text {
    margin-top: 23px;
    max-width: 245px;
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

footer .footer-bottom {
    display: flex;
    padding: 40px 0 18px 0;
    border-top: 2px solid #f5f5f5;
}

.footer-bottom .email,
.footer-bottom .email a {
    text-decoration: none;
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.footer-bottom .col-4 {
    display: flex;
    flex-direction: column;
}

footer .footer-bottom a,
footer .footer-bottom .copyright {
    text-decoration: none;
    color: #9A9A9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px;
}

footer .footer-bottom .copyright {
    margin-top: 20px;
    text-align: right;
}

footer .footer-bottom .privacy-policy {
    text-align: right;
}

footer .social a {
    display: block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

footer .social {
    margin: 0 0 20px 0;
    display: flex;
}

footer .social a.tg {
    background: url("/template/frontend/build/images/soc-tg-40.svg") 0 0 no-repeat;
}
footer .social a.vkt {
    background: url("/template/frontend/build/images/soc-vk-40.svg") 0 0 no-repeat;
}
footer .social a.wp {
    background: url("/template/frontend/build/images/soc-wp.svg") 0 0 no-repeat;
}



/*-- media footer --*/
@media (max-width: 576px) {
    footer {
        margin-bottom: 60px;
    }
    footer .footer-top .logo a {
        width: 140px;
        height: 37px;
        background-size: contain;
    }
    footer .footer-bottom .privacy-policy,
    footer .footer-bottom .copyright,
    .footer-bottom .email,
    .footer-bottom .email a,
    .col-8.logo .text {
        font-size: 16px;
    }
    footer .footer-top ul li {
        border-bottom: none;
    }
    footer .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    footer .footer-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    footer .logo {
        margin-bottom: 40px;
    }
    footer .footer-top ul li:not(:last-child) a {
        margin-bottom: 15px;
    }
    .footer-bottom .email {
        margin-bottom: 20px;
    }
    footer .footer-bottom .privacy-policy {
        text-align: left;
    }
    footer .footer-bottom .copyright {
        margin-top: 15px;
        text-align: left;
    }
    footer .footer-bottom {
        padding: 40px 0 0 0;
    }
    footer .social {
        margin: 0 0 15px 0;
    }
    footer .social a {
        height: 50px;
        width: 50px;
        background-size: contain !important;
    }
    footer .footer-top .col-2:last-child ul li:last-child a {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    footer .footer-top ul li a {
        font-size: 16px;
    }
}





/*----------------------------------------------------------------------------*/
/*------------------------- CUSTOM search-autocomplete + search page ------------------------*/
/*----------------------------------------------------------------------------*/
.search-dynamic {
    border-radius: 30px;
    background: var(--White, #FFF);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    width: 450px;
    top: 110px;
    right: 50%;
    margin-right: -505px;
}
.search-dynamic ul {
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    gap: 20px;
}
.search-dynamic ul li {
    border-bottom: none;
}
.search-dynamic ul li:hover {
    background: none;
}
.search-dynamic ul li:first-child {
    padding-top: 30px;
}
.search-dynamic ul li:last-child {
    padding-bottom: 30px;
}
.search-dynamic ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    /*height: 60px;*/
    padding: 0 0 0 0;
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.search-dynamic .wrap-img {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    /*background-color: #F2F2F2;*/
}
.search-dynamic .wrap-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.search-dynamic .wrap-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}
.search-dynamic ul li .org {
    color: var(--D_Grey, #9A9A9A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.search .gen-food {
    background: transparent;
    padding-top: 0;
}
.search h2 {
    margin: 0 0 30px 0;
    font-size: 24px;
}
.resultses {
    margin: 0 0 40px 0;
    color: var(--D_Grey, #9A9A9A);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.profile_btns {
    display: flex;
    gap: 15px;
}


@media (max-width: 1024px) {
    .search-dynamic {
        right: 70%;
    }
}
@media (max-width: 768px) {
    .search-dynamic {
        right: 90%;
    }
}
@media (max-width: 576px) {
    .search-dynamic {
        right: 0;
        left: 0;
        width: 100%;
        top: 70px;
        margin-right: initial;
        border-radius: 0;
        box-shadow: none;
        max-height: 100vh;
    }
    .search-dynamic ul li a {
        font-size: 20px;
    }
    .search-dynamic ul {
        padding: 0 20px;
    }
}

/*----------------------------------------------------------------------------*/
/*------------------------- new_layout -> popup.scss ------------------------*/
/*----------------------------------------------------------------------------*/
header .wrap-menu-new {
    position: fixed;
    top: 105px;
    right: 15px;
    /*bottom: 15px;*/
    z-index: 180;
}

header .menu {
    width: 390px;
    background: #fff;
    z-index: 160;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.10);
    margin: 0;
    height: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: block;
}

header .menu[data-target=open] {
    min-height: 390px;
    height: calc(100vh - 120px);
    /*height: 100vh;*/
    /*max-height: 400px;*/
}

header .mn-inner {
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 0;
}

header .menu[data-target=open] .mn-inner {
    /*height: auto;*/
    /*height: 100%;*/
    height: calc(100vh - 70px);
}

header .menu .nav {
    width: initial;
    position: relative;
    box-shadow: none;
    border-bottom: 2px solid #F2F2F2;
    border-bottom: none;
    padding: 0 0 15px 0;
}

header .menu .nav > ul {
    margin: 0 0 0 0;
    padding: 0;
}

header .menu .nav > ul > li {
    width: 100%;
    height: 28px;
    display: block;
    align-items: center;
    margin: 0 0 15px 0;
}

header .menu .nav > ul > li:first-child {
    margin: 0 0 15px 0;
}

header .menu .nav > ul > li:last-child {
    margin: 0 0 0 0;
}

header .menu .nav > ul > li > a:before {
    content: initial;
}

header .menu .nav > ul > li > a:after {
    content: initial;
}

header .menu .nav > ul > li a {
    height: 28px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    color: #1e1e1e;
    position: relative;
}

header .menu .nav > ul > li a:hover {
    text-decoration: none;
}

header .menu .nav > ul > li.nm_border {
    height: 2px;
    background: #F2F2F2;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

body .auth-popup__submit {
    padding: 9px 25px 8px 25px;
}

.guide-content__text a {
    display: inline-block;
    text-decoration: underline;
    color: var(--L_Black, #1E1E1E);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin: 10px 0 10px 0;
}


/*---- @media ----*/
@media (min-width: 1200px) and (max-width: 1750px) {
    body .orgAdses-wr .wrap-card {
        min-width: 288px;
    }
    body .type-newRw_time {
        font-size: 13px;
    }
}
@media (max-width: 1024px) {
    header .menu[data-target=open] .mn-inner {
        height: calc(100vh - 120px);
    }
}
@media (max-width: 576px) {
    /*#back-bg {
        top: 70px !important;
    }*/
    header .wrap-menu-new {
        top: 85px;
        z-index: 210;
    }
    header .menu .nav {
        height: initial;
    }
    header .menu .nav > ul {
        overflow-y: hidden;
    }
    header .menu .nav > ul > li > a {
        min-height: initial;
        padding: 0 0 0 0;
        pointer-events: initial;
        align-items: center;
    }
    header .menu .nav > ul > li:first-child {
        margin: 0 0 10px 0;
    }
    header .menu .nav > ul > li {
        margin: 0 0 10px 0;
    }
    header .menu .nav > ul > li.nm_border {
        margin: 0 0 10px 0;
    }
    header .menu .nav {
        border-bottom: none;
        padding: 0 0 15px 0;
    }
    header .menu[data-target=open] {
        height: calc(100vh - 100px);
    }
    header .menu[data-target=open] .mn-inner {
        height: calc(100vh - 100px);
    }
}
@media (max-width: 480px) {
    .auth-popup.slided {
        bottom: -100%;
    }
    .auth-popup {
        bottom: 0;
        transition: bottom 0.3s ease-in;
    }

    .auth-popup__overlay {
        padding-top: 35px;
    }
    .auth-popup__title {
        position: relative;
    }
    /* закомментировал будет новый wrapper дя модалки */
    /*.auth-popup__title:before {
        content: '';
        position: absolute;
        width: 68px;
        height: 6px;
        background: #CECECE;
        top: -23px;
        left: 50%;
        margin-left: -34px;
        border-radius: 50px;
    }*/
    header .wrap-menu-new {
        top: 70px;
        right: 0;
        width: 100%;
    }
    header .wrap-menu-new .menu {
        width: 100%;
        max-height: 100%;
        border-radius: 0;
        box-shadow:  none;
    }
    header .menu[data-target=open] {
        height: 100vh;
    }
    header .mn-inner {
        padding: 15px 20px 30px 20px;
    }
    header .menu .nav {
        padding: 0 0 15px 0;
    }
    header .menu .nav > ul > li {
        height: 20px;
        margin: 0 0 20px 0;
    }
    header .menu .nav > ul > li:first-child {
        margin: 0 0 10px 0;
    }
    header .menu .nav > ul > li a {
        height: 20px;
        font-size: 16px;
    }
    header .menu .nav > ul > li.nm_border {
        margin: 0 0 20px 0;
    }
    header .menu[data-target=open] .mn-inner {
        /*height: calc(100vh - 70px); TEMP скрыл. Баг: в мобилке уходит под низ*/
        height: calc(100vh - 185px);
    }
}



/*-- cookie popup --*/
.__popup.cookie-popup {
    pointer-events: none;
    z-index: 10000;
    background-color: transparent;
}
.__popup.cookie-popup .__popup__modal-container {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    width: 601px;
    margin: auto 0 40px 0;
}
.__popup.cookie-popup .__popup__wrap {
    padding: 20px;
}
.cookie-popup-cont {
    pointer-events: initial;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.cookie-popup-text {
    flex: 1 0 0;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.cookie-popup-text a,
.cookie-popup-text a:hover {
    color: #F85046;
    text-decoration: none;
}
.cookie-popup-btn {
    cursor: pointer;
    display: flex;
    padding: 10px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: #EDF0F1;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.profile-popup__history-order a:hover,
.profile-popup__favorite a:hover {
    color: #E84036;
}
@media (max-width: 576px) {
    .__popup.cookie-popup .__popup__modal-container {
        width: auto;
        margin: auto 10px 10px 10px;
        padding-top: 0;
    }
    .cookie-popup-text {
        font-size: 12px;
    }
    .__popup.cookie-popup .__popup__wrap::before {
        content: initial;
    }
}


/*---------------------------------------------*/
.__popup.auth-popup,
.__popup.profile-popup,
.__popup.old-18-popup {
    background-color: transparent;
    pointer-events: none;
}
.__popup.auth-popup .__popup__modal-container,
.__popup.profile-popup .__popup__modal-container,
.__popup.old-18-popup .__popup__modal-container {
    pointer-events: initial;
}
body .old-18-popup {
    max-width: initial;
}
body .product-sort .dropdown {
    min-width: 215px;
}
body .__select-popup {
    cursor: pointer;
}
.js-review-add {
    cursor: pointer;
}
/*--------- RENEW: modal-city popup ----------*/
.modal#modal-city {
    overflow: initial;
    height: initial;
    max-height: 400px;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.modal#modal-city .modal__head {
    height: initial;
    background: none;
    padding: 30px 30px 0 30px;
    margin-bottom: 25px;
}
.modal#modal-city .head__title {
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 25px;
}
.modal#modal-city .modal__body {
    padding: 0 30px 30px 30px;
    height: initial;
}
.modal#modal-city .modal__body .body__city {
    height: initial;
    max-height: 290px;
}
.modal#modal-city .modal__body .body__city li:not(:last-child) {
    margin-bottom: 15px;
}
.modal#modal-city .modal__body .body__city li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.modal .close.__popup__close {
    position: absolute;
    top: -50px;
    right: -50px;
    background: var(--L_Grey, #F2F2F2);
}
@media (max-width: 576px) {
    .modal#modal-city {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin: auto 0 0 0;
        width: 100% !important;
        padding-top: 15px;
    }
    .modal#modal-city .modal__head {
        position: relative;
    }
    .modal#modal-city .modal__head:before {
        content: "";
        width: 68px;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 10;
        transform: translateX(-50%);
        border-radius: 50px;
        background: #CECECE;
    }
}

/*--------- RENEW: Favourites popup ----------*/
.add-review-popup .__popup__wrap {
    padding-bottom: 30px;
}
body .reviews-feedback__blackout {
    background-color: rgba(0, 0, 0, 0.5);
}
.add-review-popup__input-box,
.add-review-popup__input-box label {
    cursor: pointer;
}
.reviews-feedback__wrapper {
    max-height: 80vh;
    max-width: 600px;
    padding: 0 0;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    overflow-y: initial;
}
.reviews-feedback__wrapper .__popup__wrap {
    max-height: 80vh;
}
.reviews-feedback__close {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: -50px;
}
.add-review-popup__input {
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    background: var(--L_Grey, #F2F2F2);
}
.add-review-popup__input::placeholder {
    color: var(--D_Grey, #9A9A9A);
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
}
.add-review-popup__input-box {
    min-height: 70px;
}
@media (max-width: 576px) {
    .reviews-feedback__wrapper {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin: auto 0 0 0;
        width: 100% !important;
        padding-top: 15px;
    }
}



/*--------------- ПАНЕЛЬ с Корзиной -----------------*/
body .cartPnl {
    transition: right 0.5s ease-out;
    right: -100%;
    /*z-index: 200;*/
    z-index: 202; /*перекрываем нижнее меню*/
}
body .cartPnl.active {
    right: 0;
}
.order-detail__current .order-detail__result .btns-actions,
.order-detail__current .have-order__rev {
    display: none;
}
@media (max-width: 576px) {
    .cartPnl__close {
        display: none;
    }
    body .cartPnl .cartPnl-inn {
        padding: 0 0 0 0;
    }
    body .cart-order-overlay .cartPnl-wrap:last-of-type {
        margin-bottom: 0;
        bottom: 0;
    }
    body .cart-order-overlay .cartPnl-wrap.cartPnl-wrap_fixed {
        /*bottom: 55px;*/
        bottom: 0;
    }
    body .cartPnl-cart-order__what {
        margin-bottom: 70px;
    }
}



/*------------- BIG Map --------------*/
.custom-places .tab-content__item {
    display: block;
    height: 0;
    overflow: hidden;
}
.custom-places .tab-content__item.active {
    height: initial;
}
.custom-places .tab-content__item.active {
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    section.custom-places.page-gen .view-content {
        margin: 0 0 0 0;
    }
    section.custom-places.page-gen .count-orgs {
        margin-top: 0;
    }
    section.custom-places.page-gen .setting-bar {
        align-items: center;
        flex-wrap: nowrap;
    }
}

/*------------- custom balloon on Map --------------*/
.custom-popup .leaflet-popup-content-wrapper {
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    padding: 0;
    overflow: hidden;
    /*min-height: 342px; /* 14/03 */
    min-height: 302px; /* 01/07 */
}
.custom-popup .leaflet-popup-close-button {
    display: none;
}
.custom-popup .leaflet-popup-content {
    display: flex;
    width: 400px !important;
    padding: 30px;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}
@media (min-width: 1900px) {
    /*.custom-popup .leaflet-popup-content {
        width: 450px !important;
    }*/
}
.popup-top {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.popup-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.popup-img img {
    width: 100%;
    border-radius: 50%;
}
.popup-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}
.popup-ttl {
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /*height: 55px;
    max-height: 55px;*/
    overflow: hidden;
}
.popup-plc {
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.popup-body {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.popup-body-tale {
    cursor: help;
    width: 40px;
    height: 40px;
    background: url("/template/frontend/build/images/info.svg") 0 0 no-repeat;
}
.popup-body-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
}
.popup-body-cont-addr {
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.popup-body-cont-addr2 {
    color: var(--D_Grey, #9A9A9A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.popup-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.popup-btn {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    height: 50px;
    padding: 8px 25px 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 20px;
    background: var(--L_Grey, #F2F2F2);
    color: var(--L_Black, #1E1E1E);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.popup-btn:hover {
    text-decoration: none;
}
.popup-btn.pp-menu {
    background: var(--Red, #F85046);
    color: var(--White, #FFF);
}
.custom-marker {
    width: 42px;
    height: 50px;
    background: url("/template/frontend/build/images/marker.svg") 0 0 no-repeat;

}
.custom-marker.active {
    width: 42px;
    height: 50px;
    background: url("/template/frontend/build/images/marker-red.svg") 0 0 no-repeat;
}
.custom-cluster-icon {
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
#map-container {
    position: relative;
    width: 100%;
}
#map-container .map_inner {
    width: 400px;
    min-height: 342px;
    position: absolute;
    top: 140px;
    left: 55px;
    /*background: #ffffffbd;*/
    z-index: 2;
    /*border-radius: 6px;*/
}
#map_div {
    width: 100%;
    min-height: 400px;
    height: calc(100vh - 90px) !important;
    position: relative;
    z-index: 1;
}
#sidebar {
    position: absolute;
    top: 40px;
    left: 80px;
    width: 350px;
    height: 400px;
    padding: 0 0 0 0;
    background: #ffffff94;
    overflow-y: auto;
    z-index: 2;
}
@media (max-width: 480px) {
    .map-general .dtlFood-head {
        z-index: 10;
        position: relative;
        margin: 0 0 0 0;
    }
    .map-general .dtlPlace-bigHd_head {
        font-size: 16px;
        font-weight: 700;
        line-height: 110%;
    }
    .map-general .dtlFood-head_inn {
        padding: 10px 0 20px 0;
        gap: 10px;
    }
    #map-container .map_inner {
        position: fixed;
        width: 100%;
        top: initial;
        left: 0;
        right: 0;
        bottom: 60px;
        /*border-bottom: 2px solid #f2f2f2;*/
        border-bottom: 0 solid #f2f2f2; /* 14/03 */
    }
    #map-container .map_inner .leaflet-popup-content-wrapper {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #map-container .map_inner .leaflet-popup-content {
        width: 100% !important;
        padding: 30px 20px;
    }
}


/*------------- RENEW FILTER (в списке блюд) --------------*/
.filter.reFilter {
    width: 440px;
    background: #ffffff;
}
/*.filter.reFilter .head {
    height: initial;
    box-shadow: none;
}*/
.filter.reFilter .wrap {
    background: #ffffff;
    padding: 30px 30px 0 30px;
    height: calc(100% - 30px);
    width: 100%;
    overflow: auto;
}
.filter.reFilter .close-filter {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 33px;
    right: 28px;
    z-index: 1000;
}
.filter.reFilter .close-filter:after,
.filter.reFilter .close-filter:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #272727;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.filter.reFilter .close-filter:after {
    transform: rotate(-45deg);
}
.filter.reFilter .close-filter:before {
    transform: rotate(45deg);
}
.reFilter-group {
    margin: 0 0 30px 0;
}
.reFilter-group:last-child {
    margin: 0 0 0 0;
}
.reFilter-group .badge {
    color: var(--L_Black, #1E1E1E);
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 20px 0;
}
.filter.reFilter .buttons {
    margin: auto 0 0 0;
    gap: 10px;
}
.filter.reFilter .buttons .fltr-btn {
    text-decoration: none;
    width: initial;
    border-radius: 20px;
    background: var(--L_Grey, #F2F2F2);
    display: flex;
    height: 50px;
    padding: 8px 25px 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--L_Black, #1E1E1E);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.filter.reFilter .buttons .fltr-submit {
    background: var(--Red, #F85046);
    color: #ffffff;
}
.filter.reFilter .checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filter.reFilter .checkboxes .checkbox {
    margin-bottom: initial;
    display: flex;
    height: 50px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}
.filter.reFilter .checkboxes label {
    color: var(--Black, #000);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.filter.reFilter .checkbox input[type=checkbox]:checked + label:before,
.filter.reFilter .checkboxes label:before {
    content: initial;
}
.filter.reFilter .checkboxes label span {
    margin-left: 27px;
}
.filter.reFilter .checkbox input[type=checkbox]:checked + label {
    color: red;
}
.filter.reFilter .checkboxes .checkbox.photo {
    background-image: url("/template/frontend/build/images/label-post-grey.svg");
}
.filter.reFilter .checkboxes .checkbox.vegan {
    background-image: url("/template/frontend/build/images/label-veg-grey.svg");
}
.filter.reFilter .checkboxes .checkbox.child {
    background-image: url("/template/frontend/build/images/label-kid-grey.svg");
}

/*---*/
.filter.reFilter .select {
    height: auto;
    border: 0;
    display: flex;
    background: #ffffff;
    border-radius: 0;
}
.filter.reFilter .select:after {
    display: none;
}
.filter.reFilter .select .wrap-select {
    width: 100%;
}
.filter.reFilter .select .selected {
    display: none;
}
.filter.reFilter .select .wrap-select .select-custom {
    top: initial;
    left: initial;
    border-radius: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border: 0;
    max-height: 165px;
    overflow: hidden !important;
    padding: 8px 0 0 0;
    background: #ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.filter.reFilter .select .wrap-select .select-custom.open {
    max-height: initial;
}
.filter.reFilter .select .wrap-select .select-custom li {
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 10px;
    border-radius: 20px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    display: flex;
    height: 40px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    position: relative;
}
.filter.reFilter .select .wrap-select .select-custom li:after {
    content: '';
    position: absolute;
    top: -7px;
    right: -9px;
    width: 22px;
    height: 22px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 18.933px;
    border-radius: 35.972px;
    border: 2px solid #FFF;
    background: #F2F2F2 url(/template/frontend/build/images/micro-cross.svg) 55% 55% no-repeat;
    display: none;
}
body #ascrail2002 .nicescroll-cursors,
body #ascrail2003 .nicescroll-cursors {
    background-color: #ffffff !important;
}
.filter.reFilter .reFilter-food .select .wrap-select .select-custom li:after {
    content: initial;
}

.filter.reFilter .select .wrap-select .select-custom li[data-selected=selected] {
    background: #F85046;
    color: #fff;
    border: 1px solid #F85046;
}
/*.filter.reFilter .select .wrap-select .select-custom li.reset[data-selected=selected] {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #000000;
}*/
/*.filter.reFilter .select .wrap-select .select-custom li:first-child[data-selected=selected]:after,*/
.filter.reFilter .select .wrap-select .select-custom li.reset[data-selected=selected]:after {
    display: none !important;
}
.filter.reFilter .select .wrap-select .select-custom li[data-selected=selected]:after {
    display: flex;
}
.filter.reFilter .select .wrap-select.multiple .select-custom li[data-selected=selected]:before {
    display: none;
}
.filter.reFilter .select.open .wrap-select .select-custom li[data-selected=selected]:before,
.filter.reFilter .select.open .wrap-select .select-custom li.reset:before {
    content: initial;
    display: none;
}
.filter.reFilter .select .expand {
    /*cursor: pointer;
    display: block;
    margin: 0 auto;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    color: #F85046;
    text-decoration: none;
    text-align: left;
    margin-top: 16px;*/
    display: flex;
    padding: 7px 25px 7px 7px;
    gap: 6px;
    border-radius: 12px;
    border: 2px solid var(--L_Grey, #F2F2F2);
    color: var(--Black, #000);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: initial;
    margin-top: 15px;
    width: max-content;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.filter.reFilter .select .expand:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 6px;
    width: 10px;
    height: 5px;
    background: url("/template/frontend/build/images/micro-arr.svg") 0 0 no-repeat;
}

@media (max-width: 480px) {
    .filter.reFilter {
        width: 100%;
        z-index: 202;
    }
    .filter.reFilter .wrap {
        padding: 30px 20px 0 20px;
    }
    .filter.reFilter .select .wrap-select .select-custom li,
    .filter.reFilter .checkboxes label {
        font-size: 14px;
    }
}

/*----------- Temp for CART INN LAYOUT ----------*/
body .cartPnl.TEST_INN_CART {
    right: 0 !important;
}

/*-----------------------*/
body .body__city.sp-city {
    margin: 15px 0 0 15px;
    border-top: 1px solid #cccccc;
    padding: 15px 0 0 0;
}
/*--------------------*/