html.overflow-hidden{}

.card {margin-bottom:1em;}

.l-mobile-header {}

.l-mobile-header .b-billing {}
.l-mobile-header .bonus-lv-contain {
    flex-direction: column;
}
.l-mobile-header .b-billing {}
.l-mobile-header .bonus-lv-scale {
    margin-top: 2em;
}
.l-mobile-header .b-billing>.bonus-lv-contain{}
.l-mobile-header .b-billing>.bonus-bill-contain {}
.l-mobile-header .b-billing:hover .b-billing__dropdown {}
.l-mobile-header .b-billing__mini {
    background: none;
    margin: 0;
    padding: 0;
}
.l-mobile-header .b-billing__mini>span{display:none;}
.l-mobile-header .b-billing__mini>img{
    height: 1.3em;
}
.l-mobile-header .b-billing__dropdown {
    margin-left: -3em;
    margin-top: -1em;
}

.b-billing {display: flex;flex-direction: column;align-items: center;position: relative;}
.b-billing>.bonus-lv-contain{}
.b-billing>.bonus-bill-contain {}
.b-billing:hover .b-billing__dropdown {visibility:visible;}
.b-billing__mini {
    display: flex;
    padding: 10px 20px;
    background: #F2F2F2;
    border-radius: 30px;
    cursor: pointer;
    align-items: center;
}
.b-billing__mini>img{
    height: 2em;
}
.b-billing__mini>span{
    font-size: 1.5em;
    margin-left: 10px;
}
.b-billing__dropdown {
    display: flex;
    background: #FFF;
    border: 1px solid #EDEDED;
    padding: 20px;
    position: absolute;
    margin-top: 12px;
    top: 3em;
    width: 300px;
    visibility: hidden;
    border-radius: 15px;
    z-index: 10;
    flex-direction: column;
    box-shadow: 1px 1px 7px 0px #c0c0c0;
}

.b-billing .bonus-lv-contain {
    margin-bottom: 1em;
}
.b-billing .bonus-bill-contain {}
.b-billing .flexdiscount-user-affiliate {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.b-billing .bonus-total-contain {margin-bottom: 1em;}
.b-billing .bonus-total-sum {color: #7B7B7B;}
.b-billing .bonus-total-sum>span {}
.b-billing .bonus-total-sum>.value {padding: 0 1em ;color:#000; font-size: 1.2em}

.bonus-lv-contain {}
.bonus-lv-title {
    color: #7B7B7B;
    font-size: 1.2em;
}
.bonus-lv-scale {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.bonus-lv-border {
    background: #F2F2F2;
    display: flex;
    width: 100%;
    height: 2.2em;
    border-radius: 30px;
    padding: 0.8em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.bonus-lv-step {
    display: flex;
    height: 100%;
    margin: 0px 1%;
    border-radius: 30px;
    background: #DADADA;
    position: relative;
}
.bonus-lv-step.on {
    background: #81E474;
}
.bonus-lv-step span {
    position: absolute;
    top: -2.5em;
    font-size: 12px;
    left: 45%;
}
.bonus-lv-step.one {flex-grow: 1;}
.bonus-lv-step.two {
    flex-grow: 2;
}
.bonus-lv-step.three {
    flex-grow: 3;
}


.bonus-bill-contain {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bonus-bill-contain>div {width:100%;display:flex;flex-direction: row;color: #7B7B7B;}
.bonus-bill-affiliate {border-bottom: 1px solid #eeeeee;font-size: 1em;}
.bonus-bill-affiliate>span {
    flex-grow: 9;
}
.bonus-bill-affiliate span.value{
    flex-grow: 1;
    font-weight: 500;
    color: #000000;
}
.bonus-bill-value {
    flex-direction: column !important;
    text-align: center;
    padding: 10px 0;
}
.bonus-bill-value span {}
.bonus-bill-value span.value{
    font-size: 2.5em;
    color: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.bonus-bill-value span.value img{
    height: 0.8em;
    margin-right: 0.5em;
}
.bonus-bill-button {flex-wrap: nowrap;justify-content: center;padding: 10px 0;background: #D9D9D9;border-radius: 30px;font-size: 1em;color: #000000 !important;}

/******** POPUPS ****/

.billing-popup {
    /* width: 100vw; */
    /* height: 100vh; */
    position: fixed;
    display: none;
    z-index: 1031;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #0000008a;
}
.billing-popup.active {
    display: block;
}
.billing-popup .billing-popup__background {
    /* width: 100%; */
    /* height: 100%; */
    overflow: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.billing-popup .billing-popup__contain {
    /* min-width: 300px; */
    /* max-width: 50vw; */
    margin: 1em;
    padding: 1em;
    background: #F5F5F5;
    border-radius: 15px;
    border: 1em solid #FEF0C8;
    display: flex;
    flex-direction: column;
}
.billing-popup .billing-popup__title {
    text-align: center;
    margin: 1em 0;
    padding: 0.5em;
    background: #fef0c8;
    border-radius: 15px;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}
.billing-popup .billing-popup__info {
}
.billing-popup .billing-popup__info .info-main {
    font-size: 1.1em;
    line-height: 1em;
}
.billing-popup .billing-popup__info .info-quote {
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
}
.billing-popup .billing-popup__info .info-sub {
    font-size: 0.9em;
    line-height: 1em;
}
.billing-popup .billing-popup__button {
    font-size: 1.1em;
    background: #2AA745;
    border-radius: 15px;
    padding: 0.7em 1em;
    color: #FFF;
    text-align: center;
    margin: 1em 0;
    cursor: pointer;
    border:3px solid #19973400;
}
.billing-popup .billing-popup__button:hover {
    border:3px solid #158c2f;
}

/******** PAGES ****/
.page_cashback__banner{}
.page_cashback__banner_desktop{display:none;}
.page_cashback__banner_mobile{display:none;}
.page_cashback__info{}

/******** ORDER ******/

#js-order-cart {
    display: flex !important;
}

/******** ORDER CHECKOUT DETAIL */
.wa-desired-date-wrapper>div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.wa-field-wrapper.wa-field-time {
    margin-right: 1.5em;
}
.wa-field-wrapper.wa-field-date>input {
    border-radius: 5px;
    padding: 0.5em 0.5em !important;;
}

/******** MAIN ******/
.main_banner_one_top img{
    object-fit: cover;
}

/*** my.profile ***/

.s-profile-section {}
.s-profile-section.s-profile-body {}

/* ORDER */
#js-checkout-order-page .hidden {display: none;}
#js-checkout-order-page .wa-field-delivery {flex-direction: column !important;}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-group-button{
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-group-button.hidden{display: none}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-group-button>.wa-field-delivery-button {}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-group-button>.wa-field-delivery-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-group-button>.wa-field-delivery-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-group-button>.wa-field-delivery-button:last-child:hover {
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button {
    display: flex;
    height: 3em;
    margin-bottom: 1.5em;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    justify-content: center;
    width: 100%;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button * {cursor: pointer;}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button:hover {
    border: 1px solid #28a745;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button:active {
    border: 1px solid #28a745;
    background: #ade6ba;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button>label {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button input {
    display: none;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button input[type="checkbox"]:checked + .container {
    background: #28a745;
    color: #fff;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button input[type="checkbox"]:checked + .container>.icon{color:#fff;}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button input[type="checkbox"]:checked + .container>.icon>svg>path:last-child {
    opacity: 1;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button .container {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: row;
    padding: 0;
    text-align: center;
    margin: 0 !important;
    max-width: none;
    align-items: center;
    transition: 1s;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button.disabled .container {
    background: #bababa;
    color: #fff;
}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button .container>.title{}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button .container>.description{}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button .container>.icon{color: #b3b3b3;padding: 0 15px;transition: 1s;}
#js-checkout-order-page .wa-field-delivery .wa-field-delivery-button .container>.icon>svg>path:last-child{opacity:0;}
#js-checkout-order-page .wa-desired-date-wrapper {}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group {}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly {margin: 1em 0 !important;}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>input {display: none;}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    height: 2.8em;
    margin-bottom: 6px;
}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button:active {border: 1px solid #28a745;}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button.toggle-off {}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button.toggle-on {
    background: #28a745;
    color: #fff;
}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-date {
    display: none !important;
}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper {display: flex;flex-direction: row;justify-content: left;}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>input {}
#js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>select {}

/* ORDER END */


@media (max-width: 320px){
    /* ORDER */

    #js-checkout-order-page .wa-desired-date-wrapper {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group {flex-direction: column-reverse;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>input {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-date {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper {margin-bottom: 1.428571428571429em;margin-top: 0;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>input {width: 100%;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>select {}

    /* ORDER END */
}
/* sm-устройства (больше или равно 320px) */
@media (min-width: 320px) {
    /* CSS для: 576px <= ширины <= 767px */
    .page_cashback__banner{}
    .page_cashback__banner_desktop{display:none;}
    .page_cashback__banner_mobile{display:flex;}
    .page_cashback__info{
        flex-direction: column-reverse;
        margin-top: 1em;
    }
    .billing-popup .billing-popup__contain {
        width: 90% !important;
    }

    /*** my.profile ***/

    .s-profile-section {display: flex;flex-wrap: wrap;}
    .s-profile-section .s-profile-body {
        width: 100%;
    }

    .s-profile-section .flexdiscount-user-affiliate {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .s-profile-section .bonus-lv-contain {
        display: flex;
        flex-direction: column;
    }
    .s-profile-section .bonus-lv-contain .bonus-lv-title {
        margin-bottom: 1em;
    }
    .s-profile-section .bonus-lv-contain .bonus-lv-scale {
        margin-top: 1.3em;
        min-width: 220px;
    }


    .s-profile-section .bonus-bill-contain {
        height: 100%;
        flex-direction:column;
        display: flex;
        justify-content: space-between;
    }
    .s-profile-section .bonus-bill-contain>div:first-child {margin-bottom:1em;}
    .s-profile-section .bonus-bill-contain .bonus-bill-affiliate {display:none;}
    .s-profile-section .bonus-bill-contain .bonus-bill-value {min-width:220px;padding: 0;/* flex: 1 0 auto; */}
    .s-profile-section .bonus-bill-contain .bonus-bill-value>span:first-child {text-align:left;font-size: 1.2em;border-bottom: 1px solid #f2f2f2;}
    .s-profile-section .bonus-bill-contain .bonus-bill-value>span.value {margin-top: 0.5em;}


    /* ORDER */

    #js-checkout-order-page .wa-desired-date-wrapper {display: flex;flex-direction: column;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group {flex-direction: column-reverse;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>input {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-date {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper {margin-top: 0;margin-bottom: 1.428571428571429em;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>input {width: 100%;margin-right: 0;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>select {}

    /* ORDER END */

}

/* md-устройства (больше или равно 768px) */
@media (min-width: 768px) {
    /* CSS для: 768px <= ширины <= 991px */
    .page_cashback__banner{}
    .page_cashback__banner_desktop{display:flex;}
    .page_cashback__banner_mobile{display:none;}
    .page_cashback__info{
        flex-direction: row;
        margin-top: 0;
    }

    .billing-popup .billing-popup__contain {
        min-width: 300px;
        max-width: 500px;
    }

    /*** my.profile ***/

    .s-profile-section {display: flex;}
    .s-profile-section .s-profile-body {
        width: auto;
        min-height: 220px;
        margin-right: 1em;
    }
    .s-profile-section .flexdiscount-user-affiliate {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .s-profile-section .bonus-lv-contain {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .s-profile-section .bonus-lv-contain .bonus-lv-title {
        margin-bottom: 1em;
    }
    .s-profile-section .bonus-lv-contain .bonus-lv-scale {
        margin-top: 1.3em;
        min-width: 220px;
    }


    .s-profile-section .bonus-bill-contain {
        height: 100%;
        flex-direction:column;
        display: flex;
        justify-content: space-between;
    }
    .s-profile-section .bonus-bill-contain>div:first-child {margin-bottom:1em;}
    .s-profile-section .bonus-bill-contain .bonus-bill-affiliate {display:none;}
    .s-profile-section .bonus-bill-contain .bonus-bill-value {min-width:220px;padding: 0;/* flex: 1 0 auto; */}
    .s-profile-section .bonus-bill-contain .bonus-bill-value>span:first-child {text-align:left;font-size: 1.2em;border-bottom: 1px solid #f2f2f2;}
    .s-profile-section .bonus-bill-contain .bonus-bill-value>span.value {margin-top: 0.5em;}

    /* ORDER */

    #js-checkout-order-page .wa-desired-date-wrapper {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group {flex-direction: row-reverse;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>input {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-status-quickly>button {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-date {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper {flex-grow: 1;margin-top: 0;}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>input {}
    #js-checkout-order-page .wa-desired-date-wrapper>.wa-fields-group>.wa-field-wrapper>select {}

    /* ORDER END */


}
}

/* lg-устройства (больше или равно 992px) */
@media (min-width: 992px) {
    /* CSS для: 992px <= ширины <= 1119px */

}

/* xl-устройства (больше или равно 1200px) */
@media (min-width: 1200px) {
    /* CSS для: ширины >= 1200px */

}
