.smartbanner .smartbanner__info__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smartbanner .smartbanner__info__title {
    font-size: 12px;
}
.smartbanner .smartbanner__score__container {
    position: relative;
}
.smartbanner .smartbanner__score__stars-filled {
    position: absolute;
    top: 0;
}
.smartbanner .smartbanner__button {
    padding: 5px 10px !important;
    background: #c1a778;
    border-radius: 30px;
    top: 27px;
}
.smartbanner .smartbanner__button__label {
    padding: 0 !important;
    color: #fff;
}
.smartbanner.smartbanner-closed {
    display: none ;
}
.smartbanner.smartbanner--android .smartbanner__button {
    background: #c1a778 !important;
    border-radius: 30px !important;
}
@media (max-width: 768px) {
    body[with-smartbanner="true"] .headerCont {
        z-index: 11111;
        position: absolute;
    }
    body[with-smartbanner="true"] .header._menu_open {
        position: static;
    }
}

.checkbox-wrapper .modal-form__desc {
    text-align: left;
}
.checkbox-wrapper.push_sms_checkbox {
    margin-top: 10px;
}
.menu-content__banner img {
    object-position: top;
}
.card__how-pickup {
    padding: 15px;
    border: 1px solid #A39D94;
    margin-bottom: 24px;
}
.card__how-pickup-title {
    font-family: 'HeliosExt';
    text-transform: uppercase;
    color: #111;
    font-size: 16px;
    line-height: 24px;
}
.card__how-pickup-list {

}
.card__how-pickup-list-item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}
.card__how-pickup-list-item-icon {
    width: 30px;
    height: 30px;
}
.card__how-pickup-list-item-info-name {
    color: #111;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 1px;
    cursor: pointer;
}
.card__how-pickup-list-item-info-shops {
    font-weight: 500;
}
.card__how-pickup-list-item-info-num {
    text-decoration: underline;
}
.card__how-pickup-list-item-info-name:hover .card__how-pickup-list-item-info-num {
    text-decoration: none;
}
.card__how-pickup-list-item-info-sign {
    color: #111;
    opacity: 0.5;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
}
.card__how-pickup-list-item_stores .card__how-pickup-list-item-info-sign {
    color: #00B749;
    opacity: 1;
}

.catalog-list__banner {

}
.catalog-list__banner-item {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.catalog-list__banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog-list__banner_1 {
    /*row-start / column-start / row-end / column-end; */
    grid-area: 2 / 1 / 4 / 3; /* 2-3 строки × 1-2 колонки */
}
.catalog-list__banner_2 {
    grid-area: 6 / 3 / 8 / 5; /* 6-7 строки × 3-4 колонки */
}
.catalog-list__banner_3 {
    grid-area: 10 / 1 / 12 / 3; /* 12-13 строки × 1-2 колонки */
}
@media (max-width: 1230px) {
    .catalog-list__banner_1 {
        grid-area: 2 / 1 / 3 / 2; /* 2 строка × 1 колонка */
    }
    .catalog-list__banner_2 {
        grid-area: 5 / 3 / 6 / 4; /* 6- строка × 3 колонка */
    }
    .catalog-list__banner_3 {
        grid-area: 8 / 1 / 9 / 2; /* 10 строка × 1 колонка */
    }
}
@media (max-width: 1024px) {
    .catalog-list__banner_1 {
        grid-area: 2 / 1 / 3 / 2; /* 2 строка × 1 колонка */
    }
    .catalog-list__banner_2 {
        grid-area: 5 / 2 / 6 / 3; /* 6 строка × 2 колонка */
    }
    .catalog-list__banner_3 {
        grid-area: 8 / 1 / 9 / 2; /* 10 строка × 1 колонка */
    }
}
@media (max-width: 565px) {
    .catalog-list__banner_1 {
        grid-area: 5 / 1 / 7 / 3; /* 5 строка × 1-2 колонка */
    }
    .catalog-list__banner_2 {
        grid-area: 11 / 1 / 12 / 3; /* 12 строка × 1-2 колонка */
    }
    .catalog-list__banner_3 {
        grid-area: 16 / 1 / 17 / 3; /* 19 строка × 1-2 колонка */
    }
}

.maxma-bonuses-auth-btn {
    margin-bottom: 10px;
}
.cart-table__bonus-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4vw;
    flex: 0 0 4vw;
    text-align: center;
    white-space: nowrap;
}
.cart-product__specifications {
    align-items: center;
}
.cart-product__price {
    display: flex;
    gap: 2px;
    flex-direction: column;
    align-items: center;
}
.cart-product__bonus-price {
    font-weight: bold;
    font-size: 18px;
}
.cart-product__bonus-price span,
.cart-product__optimalprice {
    white-space: nowrap;
}
.cart-product__bonus-price a {
    display: inline-block;
    line-height: 1em;
    background: #f1f1f1;
    color: #00372c;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.cart-product__bonus-price a:hover {
    text-decoration: none;
}
@media (max-width: 1400px) {
    .cart-table__bonus-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8vw;
        flex: 0 0 8vw;
    }
}
@media (max-width: 1280px) {
    .basket-items-list-item-container>td .cart-product {
        padding: 10px 0 20px;
    }
    tr.basket-items-list-item-container {
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }

    .cart-product__bonus-price {
        line-height: 1em;
    }

    .cart-product-info__item .js_no_authorized_simple {
        display: inline-block;
        line-height: 1em;
        background: #f1f1f1;
        color: #00372c;
        padding: 5px;
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
    }
}
@media (max-width: 767px) {
    .cart-product__bonus-price {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
    .cart-product-info__item:last-child {
        margin-top: 5px;
    }
}

.show-hide-data {

}
.show-hide-data.active .show-hide-data-title {
    margin-bottom: 5px;
    cursor: pointer;
}

.show-hide-data .show-hide-data-content {
    display: none;
}
.show-hide-data.active .show-hide-data-content {
    display: block;
}
