.mb15{
    margin-bottom: 15px;
}

.mb25{
    margin-bottom: 25px;
}

.cart-table.flex-table{
    margin: 10px 0 !important;
}

.mobile-view{
    display: none !important;
}

.desktop-view{
    display: flex !important;
}

.delivery-list.mobile{
    display: none;
}
.basket-list.mobile{
    display: none;
}
.mobile.flex-table-row{
    display: none;
}
/*.flex-table-body.desktop{*/
/*    display: flex;*/
/*}*/

.button-style3.active{
    background: #E53131;
    color: #fff;
}

.promocode-status{
    display: inline-block;
    color: #000000;
    font-weight: 600;
    margin: 5px 0;
}

.promocode-status.error{
    color: #ff0000;
}

.basket-list__container{
    width: 100%;
    /*min-height: 337px;*/
    background: #DAF2F9;
    border-radius: 10px;
    padding: 18px;
}

.basket-list__container .title{
    line-height: 22px;
    font-size: 16px;
    color: #212121;
    width: 100%;
    font-family: "Helvetica", Arial;
}

.basket-list__container .title span{

}

.basket-list__container .title .set-address{
    flex-basis: 100%;
}

.delivery-list__item .address span.set-address a{
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 600;
}

.basket-list{
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: start;
    font-family: "Montserrat", Helvetica;
}

.basket-list__item{
    flex-basis: 32%;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    min-height: 164px;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.basket-list__item-header{
    height: 52px;
}

.basket-list__item-info.hide-address .address{
    display: none;
}

.basket-list__item-info{
    height: auto;
    min-height: 120px;
}

.basket-list__item .title{
    color: #2394E5;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    font-family: Helvetica, Arial;
    display: flex;
    align-items: center;
    margin: 0;
}

.basket-list__item .sum{
    color: #2394E5;
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin: 3px 0 15px;
}

.basket-list__item.active{
    border: 2px solid #2394E5;
}

.basket-list__item-info{
    list-style-type: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: end;
}

.delivery-item__row-info li{
    padding: 3px 0;
    border-bottom: 2px solid #d3d2d2;
}

.delivery-item__row-info .title{
    color: #8A8784;
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    display: inline-block;

    flex-basis: 65%;
}

.delivery-item__row-info .value{
    color: #21201F;
    font-family: Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 110.277% */
    display: inline-block;
    width: 100%;
}

.home-icon:before{
    content: " ";
    background-image: url("images/icon_house.png");
    background-size: 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
}

.delivery-icon:before{
    content: " ";
    background-image: url("images/icon_delivery.png");
    background-size: 20px 18px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
}

.warning-icon:after{
    content: " ";
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url("images/icon_warning.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.alarm-icon:after{
    content: " ";
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url("images/icon_alarm.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.warning-message{
    border-radius: 10px;
    background: rgba(250, 137, 0, 0.22);
    display: flex;
    padding: 12px 20px 12px 10px;
    align-items: flex-start;
    gap: 9px;
    align-self: stretch;
    margin-bottom: 12px;
    position: relative;
}

.warning-message ul{
    list-style-type: none;
    color: #FA8900;
    font-family: Helvetica, Arial;
    font-size: 15.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 121.6% */
    letter-spacing: -0.08px;
    margin: 0;
}

.warning-message:before{
    content: " ";
    position: absolute;
    top: 12px;
    left: 6px;
    background-image: url("images/icon_warning.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding-right: 9px;
}

.warning-message li{
    margin-bottom: 10px;
}

.warning-message li:last-child{
    margin-bottom: 0;
}

.delivery-list.cnt_2{

}

.delivery-list{
    /*margin: 20px 0 5px;*/
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    flex-wrap: wrap;
    margin: 0 -15px 0 0;
    /*
    justify-content: space-between;
    */
}

/*
.delivery-list.cnt_2 {
    justify-content: flex-start;
}
*/

/*
.delivery-list.cnt_2 {
    justify-content: flex-start;
}
*/

.delivery-item{
    display: flex;
    margin-bottom: 15px;
}

.delivery-item__row > .title{
    color: #2394E5;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    font-family: 'Helvetica', Arial;
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}

.delivery-list__item{
    min-height: 62px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    margin: 0 15px 0 0;
    width: 100%;
}

.delivery-list__item .btn-delivery-info {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url('images/delivery_info_icon.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.delivery-item__row .basket-sum{
    color: #2394E5;
    margin-top: 20px;
    font-size: 16px;
}

.delivery-item__row .basket-sum span{
    font-weight: 600;
    font-size: 18px;
}

/*.desktop .delivery-list__item{*/
/*    width: 200px;*/
/*    margin: 0 8px 8px 0;*/
/*    border: 2px solid #DAF2F9;*/
/*}*/

.order-info{
    background: rgba(127,195,239, 0.3);
    color: #2394E5;
    border-radius: 10px;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Helvetica', Arial;
    text-align: center;
    display: none;
}

.alarm-block{
    display: flex;
    margin-top: 20px;
    align-items: start;
}

.alarm-block__icon{
    flex-basis: 15%;
}

.alarm-block__items{
    flex-basis: 85%;
    color: #E53131;
    font-weight: 600;
}

.alarm-block__icon:after{
    content: " ";
    display: block;
    background-image: url("images/icon_alarm.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.alarm-block__items p{
    margin-top: 0;
}

.warning-block{
    display: flex !important;
    margin-top: 20px;
    align-items: start !important;
}

.warning-block__icon{
    flex-basis: 15%;
}

.warning-block__icon:after{
    content: " ";
    display: block;
    background-image: url("images/icon_warning.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.warning-block__items{
    flex-basis: 85%;
    color: #FA8900;
    font-weight: 600;
}

.warning-block__items p{
    margin-bottom: 10px !important;
}

/*.delivery-list__item.active:after{*/
/*    content: " ";*/
/*    background-image: url("images/icon_check_active.png");*/
/*    background-size: 24px 24px;*/
/*    background-repeat: no-repeat;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    position: absolute;*/
/*    bottom: 6px;*/
/*    right: 6px;*/
/*}*/

/*.delivery-list__item:before{*/
/*    content: " ";*/
/*    background-image: url("images/icon_check_inactive.png");*/
/*    background-size: 24px 24px;*/
/*    background-repeat: no-repeat;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    position: absolute;*/
/*    bottom: 6px;*/
/*    right: 6px;*/
/*}*/

.delivery-list__item.active{
    border: 2px solid #2394E5;
}

.delivery-list__item.active > .active-arrow
{
    display: flex;
    transition: 1s;
}

.delivery-list__item:hover{
    border: 2px solid #2394E5;
}

.delivery-list__item.disabled{
    background: #ECF8FC;
    opacity: 0.7;
}

/*.delivery-list__item .title{*/
/*    color: #21201F;*/
/*    font-family: Montserrat, Helvetica, Arial;*/
/*    font-size: 12.391px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    line-height: 14px;*/
/*    margin-bottom: 5px;*/
/*}*/

.delivery-list__item .address{
    color: #878787;
    font-family: Helvetica, Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    letter-spacing: -0.1px;
    margin-bottom: 5px;
    min-height: 36px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.delivery-list__item .address span{
    padding: 3px 0;
}

.delivery-list__item .date{
    color: #878787;
    font-family: Helvetica, Arial;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 112.61% */
    letter-spacing: -0.1px;
}

.basket-list p.sum i{
    font-style: normal;
}

.buy-today{
    border-radius: 5px;
}

.stickers{
    min-width: 115px;
}

.overlay{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.overlay.active{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.delivery-panel__line{
    display: flex;
    width: 100%;
    justify-content: center;
}

.delivery-panel__line:before{
    content: " ";
    background: #cacaca;
    width: 30px;
    height: 5px;
    border-radius: 5px;
    margin: 5px 0 15px;
}

.delivery-panel__title{
    font-family: Montserrat, Helvetica, Arial;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.delivery-panel__list .delivery-list__item{
    margin-bottom: 10px;
}

@keyframes show {
    0% {transform: translateY(150%);}
    100% {transform: translateY(0);}
}

.delivery-panel{
    position: fixed;
    bottom: 0;
    background: #DAF2F9;
    padding: 20px;
    width: 100%;
    left: 0;
    display: none;
    z-index: 2;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 40px;
}

.delivery-panel.active{
    display: flex;
    transform: translateY(150%);
    animation: show .5s forwards;
}

.delivery-panel__header{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.delivery-panel__button{
    width: 100%;
    background: #7FC3EF;
    height: 48px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.delivery-panel__close{
    color: #7FC3EF;
    font-size: 20px;
    padding: 0;
    display: flex;
    justify-content: end;
}

.basket-list__header{
    display: flex;
    justify-content: space-between;
    height: 30px;
    margin-bottom: 10px;
}

.basket-list__header .title{
    color: #2394E5;
    font-size: 18px;
    font-weight: 600;
}

.map-button__show{
    width: 94px;
    height: 27px;
    background: #5BABE5;
    border-radius: 6px;
    color: #F4F4F4;
    font-size: 8px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    text-align: center;
    min-width: 94px;
    padding: 4px;
    cursor: pointer;
    display: none;
}

.map-button__show.active{
    display: flex;
}

.map-button__show img{
    width: 12px;
    height: 14px;
}

.delivery-panel__top{
    display: flex;
    width: 100%;
    justify-content: end;
    margin-bottom: 10px;
}

.delivery-panel__line{
    flex-basis: 93%;
    text-align: center;
}

.delivery-panel__close{
    flex-basis: 1%;
    text-align: right;
}

.delivery-panel__close{
    margin-top: -5px;
}

.flex-table-row__item.price{
    justify-content: space-between;
}

.cart-table--gift .stickers{
    justify-content: start !important;
}

.mobile .available{
    max-width: 37px;
}

.order-shelf-life{
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}


.active-arrow{
    width: 40%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: none;
}

.active-arrow__left{
    height: 30px;
    width: 50%;
    transform: skewY(15deg);
    transform-origin: top right;
    border-bottom: 1px solid #2394E5;
}

.active-arrow__right{
    height: 30px;
    width: 50%;
    transform: skewY(-15deg);
    transform-origin: bottom left;
    border-bottom: 1px solid #2394E5;
}

.delivery-list__item .small-info{
    display: none;
}

.popup-block .popup-wrap .h{
    text-align: center;
}

.popup-block .popup-wrap .h i{
    /*font-weight: 700;*/
    font-style: normal;
}

.popup-content__buttons a{
    padding: 5px 10px;
    border-radius: 5px;
}

.popup-content__buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content__buttons .blue{
    margin-right: 10px;
}

.city-title{
    display: none;
}

.delete-product__title{
    font-weight: 600;
}

.delete-product__text{
    font-size: 14px;
    line-height: 1.2;
}

/* payment button */
.order-detail-block .btn-success{
    background: #1eb42f;
    border-radius: 0 !important;
    color: #ffffff;
    padding: 10px 135px;
}

.order-detail-block .d-flex{
    flex-direction: column;
    justify-content: start;
}

.order-detail-block .d-flex .col-auto{
    margin-bottom: 10px;
    width: 100%;
}

.order-detail-block .widget-payment-checkout-info{
    padding: 0;
}

.payment-list{
    display: flex;
    gap: 0 40px;
    width: 100%;
}

.payment-item{
    flex-basis: 33%;
}

.payment-item__name{
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.payment-item__content{
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 20px;
}

.payment-item:hover > .payment-item__content{
    background: rgba(35,148,229,0.1);
    cursor: pointer;
    border: 1px solid rgba(35,148,229,0.1);
}

/* select date delivery block */

.delivery-date{
    margin-top: 20px;
}

.delivery-date__notice{
    display: flex;
}

.delivery-date__notice-text{
    font-size: 13px;
    line-height: 130%;
}

.delivery-date__notice-tag{
    display: flex;
    align-items: center;
}

.delivery-date__notice-tag-cloud{
    width: 270px;
    display: none;
    position: absolute;
}

.delivery-date__notice-tag:hover + .delivery-date__notice-tag-cloud{
    display: flex;
    transition: 2s;
}

.delivery-date__notice-tag img{
    width: 18px;
}

.delivery-date__notice-tag-triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9.5px 19px 9.5px;
    border-color: transparent transparent #ffffff transparent;
    transform: rotate(0deg);
    position: absolute;
    margin-top: 24px;
    right: 34px;
    /*display: none;*/
}

.delivery-date__notice-tag-text {
    /*display: none;*/
    position: absolute;
    background: #ffffff;
    padding: 16px;
    width: 270px;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0 4px 5px rgba(0,0,0,0.4);
    margin-top: 42px;
}

.delivery-date__notice-tag-text p{
    font-size: 13px;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 10px;
}

.delivery-date__notice-tag-text span{
    font-size: 12px;
}

.delivery-date__datepicker{
    width: 232px;
    border-radius: 4px;
    height: 48px;
    border: 1px solid #2394E5;
    background: #ffffff;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;

}

.delivery-date__datepicker.opened{
    background: rgba(0,0,0,0.1);
    transition: 0.5s;
}

.delivery-date__datepicker input{
    background: transparent;
}

.delivery-date__datepicker img{
    margin-right: 8px;
    width: 18px;
    height: 20px;
}

.delivery-date__datepicker input{
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.popup-window{
    width: 357px;
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    margin-left: -105px;
}

.bx-calendar{
    width: 100%;
}

.bx-calendar-name-day-wrap{
    display: flex;
    justify-content: space-between;
    background: none;
    height: 20px;
}

.bx-calendar-name-day{
    /*flex-basis: 14.28%;*/
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    width: 20px;
    height: 18px;
    color: #3C3C43;
    opacity: 30%;
    font-family: "Montserrat", Helvetica;
}

.bx-calendar-layer .bx-calendar-range{
    /*flex-basis: 14.28%;*/
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}

.bx-calendar-layer .bx-calendar-range .bx-calendar-cell{
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.bx-calendar-cell{
    border: 1px solid transparent;
    border-radius: 100%;
    opacity: 35%;
    font-family: "Montserrat", Helvetica;
}

.bx-calendar-cell.available{
    opacity: 100%;
}

.bx-calendar-cell.bx-calendar-active{
    border-radius: 100%;
    background: #2394E5;
    color: #ffffff;
}

.bx-calendar-left-arrow{
    position: absolute;
    top: 17px;
    right: 50px;
    background: url('/local/templates/.default/images/arrow_chevron.svg') no-repeat;
    background-size: 10px 17px;
    width: 10px;
    height: 17px;
}

.bx-calendar-left-arrow:hover{
    background-color: transparent;
}

.bx-calendar-right-arrow{
    position: absolute;
    top: 17px;
    right: 18px;
    background: url('/local/templates/.default/images/arrow_chevron.svg') no-repeat;
    background-size: 10px 17px;
    width: 10px;
    height: 17px;
    transform: rotate(180deg);
}

.bx-calendar-right-arrow:hover{
    background-color: transparent;
}

.bx-calendar-header-content{
    text-align: left;
    width: 200px;
}

.bx-calendar-header-content .bx-calendar-top-month{
    padding-left: 1px;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    background: none;
    font-family: "Montserrat", Helvetica;
    padding-right: 0;
}

.bx-calendar-header-content .bx-calendar-top-year{
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    background: none;
    font-family: "Montserrat", Helvetica;
    padding-left: 5px;
}

.bx-calendar-cell.available:hover:not(.bx-calendar-active){
    border-radius: 100%;
    color: #ffffff;
    /*border: 1px solid #2394E5;*/
    background: #2394E5;
    border: 1px solid transparent;
    opacity: 80%;
}

.bx-calendar-top-month:hover,
.bx-calendar-top-year:hover{
    background-color: #ffffff;
}

.bx-calendar__buttons{
    display: flex;
    justify-content: space-between;
    width: 328px;
    margin-bottom: 10px;
}

.bx-calendar__select{
    width: 108px;
    height: 48px;
    background: #2394E5;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Montserrat", Helvetica;
    cursor: pointer;
}

.bx-calendar__cancel{
    width: 118px;
    height: 48px;
    background: #ffffff;
    color: #2394E5;
    border-radius: 4px;
    font-size: 16px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Montserrat", Helvetica;
    cursor: pointer;
}

.bx-calendar-cell.disabled:not(.bx-calendar-date-hidden),
.bx-calendar-cell.disabled:hover{
    background: none !important;
    color: #000000;
    opacity: 35%;
}

.bx-calendar-date-hidden{
    opacity: 0 !important;
}

.bx-calendar-date-hidden:hover{
    opacity: 0 !important;
}

.delivery-date__notice-tag-text-mobile{
    display: none;
}

.delivery-date__notice-tag-mobile{
    display: none;
}

.delivery-date__notice-tag-cloud-mobile{
    display: none;
}

.gift-notice{
    color: red;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.gift-quantity{
    font-weight: 700;
}

/* .select date delivery block */

.order-totals{
    margin-top: 30px;
}

.sale-paysystem-yandex-button-item{
    height: 32px;
    display: inline-block;
    width: 120px;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
}

.address-row__title span{
    color: #8A8784;
    font-size: 13px;
    font-weight: 500;
}

.address-row__title{
    font-size: 15px;
}

.popup-wrap__row{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.button-style3.btn-white{
    background: #fff;
    color: #2394e6;
    border: 1px solid #2394e6;
}

.popup-wrap__row .button-style3{
    flex-basis: 50%;
}

.set-address-popup__loader{
    display: none;
}

.set-address-popup.active .set-address-popup__loader{
    position: absolute;
    width: 520px;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.flex-table-bonus{
    height: 30px;
    display: flex;
    align-items: end;
    position: relative;
}

.flex-table-bonus__balance{
    font-size: 16px;
    margin-right: 3px;
    line-height: 1;
}

.flex-table-bonus__notice{
    height: 30px;
}

.flex-table-bonus__notice svg{
    margin-top: 5px;
}

.flex-table-bonus__notice:hover > p{
    display: inline-block;
}

.flex-table-bonus__notice p{
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    width: 300px;
    height: auto;
    background: #fff;
    display: none;
    transition: .3s;

    right: 87px;
    top: -35px;

    /* display: none; */
    padding: 16px;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0 4px 5px rgba(0,0,0,0.4);
    margin-top: 40px;
}

.flex-table-bonus.archive{
    justify-content: end;
}

.promocode.bonus button{
    top: 53px;
}

.flex-table-bonus__available{
    margin-bottom: 3px;
}

.promocode.disabled input{
    background: #ECF8FC;
    opacity: 0.7;
}

.sale-paysystem-yandex-button-item{
    height: 32px;
    display: inline-block;
    width: 120px;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
}

.bonus-block{
    color: red;
    font-weight: 600;
}

.popup-form__rows{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.popup-form__rows{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.popup-form__rows-section-name{
    color: #2394e5;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #2394e5;
    padding-bottom: 5px;
    width: 70%;
    display: none;
}

.set-address-popup .popup-form__rows{
    overflow: auto;
    max-height: 330px;
    margin-bottom: 25px;
}

.set-address-popup .popup-form__rows::-webkit-scrollbar{
    width: 3px;
}

.set-address-popup .popup-form__rows::-webkit-scrollbar-track {
    background: #E9E9E9;
}

.set-address-popup .popup-form__rows::-webkit-scrollbar-thumb {
    background-color: #2394E5;
}

.option-select{
    order: 1000;
    /*transition: 1s all;*/
}

.option-select.active{
    order: 0;
}

.address-row__input-wrapper.new-address{
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #2394e5;
    align-items: center;
    gap: 7px;
    margin-bottom: 40px;
    cursor: pointer;
}

.delivery-item__row-info .title i{
    border-bottom: 1px dashed #2394e6;
    font-style: normal;
    color: #2394e6;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

@media(max-width: 1290px) {
    .basket-cols{
        flex-direction: column;
    }

    .basket-list{
        flex-wrap: wrap;
    }

    .basket-list__item{
        flex-basis: 48%;
        margin-bottom: 10px;
    }

    .order-total-col{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .order-total-box{
        max-width: 100% !important;
    }

    .delivery-date__datepicker{
        width: 100%;
    }

    .delivery-date__notice-tag-cloud-mobile{
        box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
        bottom: 0;
        left: 0;
        flex-direction: column;
        position: fixed;
        border-radius: 13px 13px 0 0;
        display: none;
        background: #ffffff;
        min-height: 292px;
        padding: 16px;
        z-index: 100;
    }

    .delivery-date__notice-tag-cloud-mobile.active{
        display: block;
        transition: 0.5s;
    }

    .delivery-date__notice-tag-text{
        width: 100%;
        position: relative;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .delivery-date__notice-tag-text p{
        position: relative;
        padding-top: 12px;
        font-size: 17px;
        line-height: 24px;
        font-weight: bold;
        color: #232425;
        letter-spacing: -0.41px;
    }

    .delivery-date__notice-tag-text span{
        position: relative;
        font-size: 17px;
        line-height: 24px;
        color: #757575;
    }

    .delivery-date__notice-tag-button{
        position: relative;
    }

    .delivery-date__notice-tag-mobile img{
        width: 14px;
        height: 14px;
    }

    .delivery-date__notice-tag-cloud-mobile button{
        background: #2394E5;
        color: #ffffff;
        width: 100%;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        border-radius: 4px;
        border: none;
        margin-top: 20px;
    }

    .popup-window{
        position: fixed !important;
        width: 100%;
        /*margin-left: 15px;*/
        /*min-height: 100%;*/
        /*top: 0 !important;*/
        margin: 0 !important;
        left: 0 !important;
        top:25% !important;
        box-shadow: none;
        border-radius: 0;
    }

    .opacity-0{
        opacity: 0;
    }

    .bx-calendar__buttons{
        width: 95%;
    }

    .delivery-date__notice-text{
        max-width: 70%;
    }

    .delivery-date__notice{
        display: flex;
        justify-content: space-between;
    }

    .delivery-date__notice-tag-mobile{
        display: block;
    }

    .delivery-date__notice-tag{
        display: none;
    }
}

@media(max-width: 820px) {
    .basket-list__item{
        flex-basis: 100%;
        margin-bottom: 10px;
        margin-right: unset;
    }
}

@media(max-width: 1023px) {
    .ct-sticker.flex-table-td{
        flex-basis: 100% !important;
        max-width: unset !important;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .city-title{
        display: block;
    }

    .city-title__title{
        color: #8A8784;
    }

    .city-title__name{
        font-weight: 600;
    }

    .mobile-view{
        display: flex !important;
    }

    .desktop-view{
        display: none !important;
    }

    .delivery-list.desktop{
        display: none !important;
    }
    .basket-list.desktop{
        display: none !important;
    }
    .flex-table-body .desktop{
        display: none !important;
    }
    .flex-table-body .mobile{
        display: flex;
    }

    .delivery-list{
        display: flex;
        flex-direction: column;
    }

    .delivery-item .active-arrow{
        display: none !important;
    }

    .basket-list.mobile .basket-list__item{
        min-height: auto;
    }

    .basket-list.mobile .basket-list__item .basket-list__item-info{
        display: none;
        height: auto;
    }

    .basket-list.mobile .basket-list__item.active .basket-list__item-info{
        display: block;
    }

    .delivery-list__item.a .small-info{
        display: flex;
        font-size: 12px;
        flex-direction: column;
        color: #2394E5;
        height: 30px;
        justify-content: space-between;
    }

    .delivery-list__item .dots{
        display: flex;
    }

    .delivery-list__item .dots i{
        width: 4px;
        height: 4px;
        display: block;
        background: #2394E5;
        margin-right: 3px;
    }

    .delivery-list__item .delivery-item__row{
        display: none;
    }

    .delivery-list__item .delivery-item__row.has-title{
        display: block;
    }

    .delivery-list__item.active .delivery-item__row{
        display: flex;
    }

    .delivery-list__item .delivery-item__row.has-title .title {
        font-size: 18px;
    }

    .delivery-list__item .small-info{
        display: block;
        font-size: 15px;
        color: #2394E5;
    }

    .delivery-list__item .small-info .dots{
        margin-top: 10px;
    }

    .delivery-list__item.active .small-info{
        display: none;
    }

    .basket-list.mobile{
        display: flex;
        flex-direction: column;
    }

    .basket-list__item{
        flex-basis: 100%;
        margin-bottom: 10px;
        margin-right: unset;
    }

    .delivery-list .delivery-list__item{
        display: flex;
        justify-content: space-between;
        width: 100%;
        /*height: 125px;*/
        flex-direction: column;
    }

    .delivery-list .delivery-list__row{
        display: none;
        justify-content: space-between;
        margin: 5px 0;
    }

    .delivery-list.delivery-list__row.visible{
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
    }

    .delivery-list .delivery-list__row .left-col{
        flex-basis: 64%;
    }

    .delivery-list .delivery-list__row .right-col{
        flex-basis: 33%;
    }

    .delivery-list .delivery-list__row .left-col .delivery-list__item{
        flex-direction: column;
    }

    .delivery-list .delivery-list__item.group-button span{
        font-size: 12px;
        font-weight: bold;
    }

    .delivery-list .delivery-list__item.group-button:before{
        content: " ";
        background-image: url("images/icon_cross.png");
        background-size: 24px 24px;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: 6px;
        right: 6px;
    }

    .delivery-list .delivery-list__row.hidden-item{
        display: none;
    }

    .delivery-list.active .delivery-list__row.hidden-item{
        display: flex;
    }

    .flex-table-row{
        flex-wrap: wrap;
    }

    .flex-table-row__item{
        display: flex;
        justify-content: start;
        flex-basis: 100%;
        margin: 5px;
    }

    .mobile .ct-sku, .mobile .ct-num, .mobile .ct-remove{
        height: 35px;
        display: flex !important;
        align-items: center;
    }

    .mobile .flex-table-row__item.info img{
        /*flex-basis: 15%;*/
        max-width: 60px;
        height: auto;
        margin: 0 10px 0 0;
    }

    .mobile .flex-table-row__item.info .name{
        flex-basis: 84%;
    }

    .mobile .flex-table-row__item.info .title{
        color: #333333;
        font-family: Montserrat, Helvetica, Arial;
        font-size: 12px;
        font-weight: 600;
    }

    .mobile .flex-table-row__item:last-child{
        align-items: center;
    }

    .mobile .flex-table-row__item:last-child .total-price{
        font-weight: 700;
    }

    .warning-message ul{
        font-size: 12px;
    }

    .mobile .flex-table-row__item .ct-sku{
        padding: 0;
    }

    .payment-list{
        flex-direction: column;
    }

    .payment-item__content{
        padding: 7px;
    }
}

@media(max-width: 786px) {
    .tooltip-inner {
        position: absolute;
        left: 25px;
    }

    .flex-table-bonus__notice p{
        width: 100%;
        left: 0;
        top: -15px;
    }
}

@media(max-width: 520px) {
    .basket-list__item{
        flex-basis: 100%;
        margin-bottom: 10px;
        margin-right: unset;
    }
}

.popup-form__row input[type="radio"]:checked + label.input-box__label,
.popup-form__row input[type="radio"].active + label.input-box__label {
    border: 4.5px solid #5470ff;
}