.ProductBox__Image .pb-image1 {
    position: absolute;
    width: 100%;
}

.GridBanner__Media {
    display: grid;
}

.GridBanner__RichText h2 {
    margin-bottom: 0;
}

@media (min-width: 22.5em) {
    .GridBanner__RichText h2 {
        font-size: 2.25rem;
    }
}

.Button {
    margin-bottom: 10px;
}

.select-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    font-size: 24px;
    padding: 10px 10px 0;
}

.mfp-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .mfp-container {
        padding: 0;
    }
}

.mfp-content.mfp-select-time {
    background-color: transparent;
    align-items: center;
}

.popup {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.popup--select-date,
.popup--select-time {
    width: 300px;
    max-width: 100%;
    max-height: 100vh;
    position: relative;
    padding: 30px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .popup--select-date,
    .popup--select-time {
        width: 100%;
        padding: 20px 15px;
        border-radius: 0;
    }
}

.popup--select-date .popup__close,
.popup--select-time .popup__close {
    top: 20px;
    right: 20px;
    opacity: 1;
}

.popup--select-date .modal-content,
.popup--select-time .modal-content {
    height: 100%;
    overflow: hidden;
}

.select-times__block:not(:last-child) {
    margin-bottom: 20px;
}

.select-times__header {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.select-times__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-times__item:not(:last-child):after {
    content: '';
    display: block;
    height: 1px;
    width: 85%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #999;
}

.select-times__item label {
    padding-left: 15%;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
    flex-grow: 1;
}

.select-times__item input {
    display: none;
}

.select-times__item .pseudo-radio {
    width: 17px;
    height: 17px;
    box-shadow: 0 0 0 2px #000;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 17px;
}

.select-times__item input:checked ~ .pseudo-radio {
    background-color: #000;
}

.select-times__value {
    font-size: 14px;
}

.select-times__price {
    font-size: 12px;
    color: #999;
}

.loyalty-img__mobile {
    display: none;
}
@media (max-width: 59.999em) {
    .loyalty-img__desktop {
        display: none;
    }
    .loyalty-img__mobile {
        display: block;
    }
}

.TopPromoLine {
    background-color: #000;
    color: #fff;
    z-index: 1;
    position: relative;
}
.TopPromoLine .slick-arrow:before{
    border-color: #fff;
}
.TopPromoLine__container {}
.TopPromoLine__items-list {}
.TopPromoLine__items-list .slick-arrow{
    background: none;
}
.TopPromoLine__item.is_underline {
    text-decoration: underline !important;
}
.TopPromoLine__item {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 668px) {
    .TopPromoLine__items-list .slick-arrow{
        display: none !important;
    }
    .TopPromoLine__item {
        font-size: .7rem;
    }
}

@media (max-width: 390px) {
    .TopPromoLine__item {
        font-size: .6rem;
    }
}

@media (max-width: 345px) {
    .TopPromoLine__item {
        padding: 0 1rem;
    }
}
.cookie_notification {
    display: none;
    z-index: 999;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
    bottom: 1rem;
    left: 2rem;
    width: 22rem;
    max-width: 90%;
    padding: 2rem 1.5rem 1em;
    background-color: #fff;
    border: 1px solid #eee
}

.cookie_notification .cookie_close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: -1rem;
    border: none;
    width: 12px;
    height: 12px;
    padding: 0;
}

.cookie_notification .cookie_close span {
    display: block;
    height: 100%;
}

.cookie_notification .cookie_close .cookie_close-icon:after, .cookie_notification .cookie_close .cookie_close-icon:before {
    position: absolute;
    right: 1.8rem;
    content: " ";
    height: 1rem;
    width: 1px;
    background-color: #333
}

.cookie_notification .cookie_close .cookie_close-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cookie_notification .cookie_close .cookie_close-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cookie_notification .cookie_close:hover {
    color: #000;
    text-decoration: none
}

.cookie_notification .cookie_close:not(:disabled):not(.disabled):focus, .cookie_notification .cookie_close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.cookie_notification button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}
.cookie_notification p a {

    font-family: Roboto Condensed,sans-serif;
}

.cookie_notification p a {
    font-weight: 600;
}
.cookie_notification p a:hover{
    color: #362D2E;
}
.cookie_notification a.close.disabled {
    pointer-events: none
}

.cookie_notification p {
    margin: 0;
    font-size: 12px;
    text-align: left
}

.cookie_accept {
    padding: 5px 10px;
    border: 1px solid #000;
    background-color: transparent;
}

.cookie_accept--white {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: inherit;
    font-weight: inherit;
}

@media (min-width: 576px) {
    .cookie_notification.show {
        display: block
    }

    .cookie_accept {
        margin: 1rem 0 0
    }
}

@media (max-width: 575px) {
    .cookie_notification.show {
        display: block;
        text-align: left;
        left: 0;
        bottom: 0;
        margin: 0 5% 1rem;
        width: 90%;
        max-width: 90%
    }

    .cookie_accept {
        margin: .5rem 0 0
    }
}

a.up {
    width: 75px;
    height: 65px;
    position: fixed;
    right: 0;
    bottom: 50px;
    background: white;
    transition: opacity .5s ease;
    opacity: 0;
    cursor: default;
    z-index: 1;
    display: none;
}

a.up.show {
    opacity: 1;
    cursor: pointer;
}

a.up span {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

a.up img {
    width: 19px;
}

.choose-your-city {
    position: fixed;
    top: 55px;
    left: 58%;

    width: 315px;
    height: 155px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 35px 30px 35px;

    z-index: 1099;
}

.choose-your-city .modal-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 25px;
}

.choose-your-city__buttons {
    display: flex;
}

.choose-your-city__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    border-radius: 20px;
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
    width: calc(50% - 10px);
}

.choose-your-city__btn--black {
    background-color: #000;
    color: #fff;
}

.choose-your-city__btn+.choose-your-city__btn {
    margin-left: 20px;
}

@media(max-width: 1279px) {
    .choose-your-city {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 767px) {
    .choose-your-city {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        border-radius: 10px 10px 0 0;
        transform: translate(0, 0);
        transition: .3s all linear;
    }

    .choose-your-city.close {
        bottom: -100%;
    }
}

.TopPromo-new {
    background: #f0f0f0;
    position: relative;
    z-index: 1;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 400;
}

.TopPromo-new .location-item, .TopPromo-new .location-item * {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 8px;
    margin: 0;
    font-size: 12px;
}

.TopPromo-new .location-item:last-child {
    /*margin-left: 20px;*/
}

.TopPromo-new .location-item a {
    flex-direction: row;
    display: flex;
    margin-left: 0;
}

.TopPromo-new .TopPromo-wrap {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

.TopPromo-new .TopPromo-wrap .phone {
    margin-left: 15px;
    flex-grow: 1;
    line-height: 20px;
}

@media (max-width: 1099px) {
    .TopPromo-new, .TopPromo-new p {
        font-size: 11px;
    }
    .TopPromo-new .location-item:last-child {
        margin-left: 0;
    }
    .TopPromo-new .TopPromo-wrap .phone {
        margin-left: 20px;
    }
}

@media (max-width: 59.999em) {
    .TopPromo-new {
        display: none;
    }
}
