-params, {
                            @{key} : @value;
                        });
                    }
                    .new {
                        background-color: #f96465;
                        each(@label-params, {
                            @{key} : @value;
                        });
                    }
                    .badg {
                        margin-right: 10px;
                    }

                }
            }
            .quant-man-block  {
                flex-basis: 16%;
                align-self: center;
                .block-q {
                    display: flex;
                    width: 75%;
                    margin: 0 auto;
                    .block-minus {
                        /*flex-basis: 25%;*/
                        each(@btn-plus-minus, {
                            @{key} : @value;
                        });
                        background: url('https://bethowen.ru/images/basket-minus.svg');
                        each(@back-img-st, {
                            @{key} : @value;
                        });
                        &:hover {
                            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.04);
                        }
                        &:active {
                            background: url('https://bethowen.ru/images/basket-minus.svg') @grey-qu-block;
                            each(@back-img-st, {
                                @{key} : @value;
                            });
                        }
                        transition: 0.4s ease;
                        -webkit-transition: 0.4s ease;
                    }
                    .block-plus {
                        /*flex-basis: 25%;*/
                        each(@btn-plus-minus, {
                            @{key} : @value;
                        });
                        background: url('https://bethowen.ru/images/basket-plus.svg');
                        each(@back-img-st, {
                            @{key} : @value;
                        });
                        &:hover {
                            box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.04);
                        }
                        &:active {
                            background: url('https://bethowen.ru/images/basket-plus.svg') @grey-qu-block;
                            each(@back-img-st, {
                                @{key} : @value;
                            });
                        }
                        transition: 0.4s ease;
                        -webkit-transition: 0.4s ease;
                    }
                    .block-numbers {
                        /*flex-basis: 50%;*/
                        width: 38px;
                        border: 1px solid @grey-qu-block;
                        background: none;
                        border-radius: 50px;
                        padding: 8px;
                        text-align: center;
                        margin-left: 6px;
                        margin-right: 6px;
                    }
                }
            }
            .price-block {
                flex-basis: 11%;
                align-self: center;
                font-size: 20px;
                font-weight: 600;
                color: @color-red;
                text-align: right;
                .old-price {
                    float: right;
                    font-weight: 600;
                    color: #4f4e4e;
                    font-size: 15px;
                    width: max-content;
                    position: relative;
                    .strike {
                        width: 100%;
                        position: absolute;
                        top: -8px;
                        background: @color-red;
                        height: 1px;
                    }
                }
            }
        }

        .block-control-bonus-line {
            display: flex;
            margin-top: 38px;
            .img-sm-round {
                each(@quest-params, {
                    @{key} : @value;
                });
            }
            .input-value {
                border: 1px solid #bbbbbb;
                border-radius: 50px;
                padding: 10px 20px;
                margin-top: 10px;
                width: 80%;
                font-size: 13px;
            }

            .quest-tooltip-proto {
                display: none;
                position: absolute;
                padding: 20px;
                width: 370px;
                background: #fff;
                top: -90px;
                left: -92px;
                line-height: 1.3;
                box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.17);
                font-size: 12px;
                color: @grey-tooltip;
                [data-bonus-card-num=""] {
                    color: #4f4e4e;
                }

                &:after {
                    display: block;
                    content: ' ';
                    transform: rotate(30deg) skewY(30deg);
                    width: 16px;
                    height: 16px;
                    position: absolute;
                    background: #fff;
                    bottom: -6px;
                    left: 92px;
                }

                .close-popover {
                    background: url(https://bethowen.ru/images/del-items.svg);
                    background-size: 85%;
                    background-position: center;
                    width: 12px;
                    height: 12px;
                    display: block;
                    background-repeat: no-repeat;
                    position: absolute;
                    right: 10px;
                    top: 10px;
                }

            }

            .block-coupon-cont {
                flex-basis: 50%;
                .label-green {
                    color: @color-company;
                    font-size: 13px;
                    font-weight: 600;
                    padding-left: 12px;
                }
                .quest-tooltip {
                    .quest-tooltip-proto();
                }

                .block-with-applyed-coupons {
                    font-size: 12px;
                    color: #39b54a;
                    position: relative;
                    width: 350px;
                    padding-left: 15px;
                    margin-top: 10px;
                    .del-coupons {
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        cursor: pointer;
                        text-decoration: underline;
                        display: block;
                        color: #bbbbbb;
                        &:after {
                            display: block;
                            content: ' ';
                            width: 12px;
                            height: 12px;
                            background: url(https://bethowen.ru/images/del-items.svg);
                            background-size: contain;
                            background-repeat: no-repeat;
                            position: absolute;
                            top: 5px;
                            left: -15px;
                        }

                    }
                }
            }

            .block-bonus-cont {
                & .input-value {
                    width: 70%;
                }

                flex-basis: 50%;

                .label-green {
                    color: @color-company;
                    font-size: 13px;
                    font-weight: 600;
                    padding-left: 12px;
                }

                .quest-tooltip {
                    .quest-tooltip-proto();
                    background: #fff;
                    left: -255px;
                    width: 325px;
                    &:after {
                        left: 254px;
                    }
                }
            }

            .btn-assign-bonus {
                each(@btn-p, { @{key} : @value; });
                width: 22%;
                border: none;
                &:hover {
                    background: lighten(@color-company, 15);
                }
            }

        }

        .block-delivery {
            display: flex;
            .three-blocks {
                .three-blocks-proto();
            }
        }
        
        .to-delivery {
            margin-top: 30px;
            display: flex;
            .label-delivery {
                flex-basis: 60%;
                color:#7e7e7e;
                font-size: 13px;
                padding-left: 25px;
                .colored {
                    color: @color-company;
                }
            }
            .add-address {
                .add-button-proto();
            }
            [data-btn="self-call"] {
                display: none;
            }
            [data-btn="pickup"] {
                display: none;
            }
        }
        
        .before-last-address {
            margin-top: @stand-gaps;
            margin-bottom: 20px;
            padding-left: 40px;
            color: #bbbbbb;
            font-size: 13px;
            position: relative;
            margin-left: 20px;
            &:before {
                background: url('https://bethowen.ru/images/place_marker_greay.svg');
                content: ' ';
                width: 32px;
                height: 32px;
                background-size: contain;
                background-origin: center;
                background-repeat: no-repeat;
                position: absolute;
                top: -5px;
                left: 0px;
            }
        }
        
        .info-panel {
            .info-panel-proto();
        }
        
        .slider-data-deliver {
            width: 850px;
            margin: 0 auto;
            margin-top: 35px;
            visibility: hidden;
            
            .slide-cal-date {
                cursor: pointer;
                width: 60px;
                text-align: center;
                padding-top: 7px;
                padding-bottom: 7px;
                border: 2px solid rgba(0,0,0,0.0);
                .short-week {
                    font-size: 13px;
                    font-weight: bold;
                    color: #4f4e4e;
                }
                .short-date {
                    color: #7e7e7e;
                    font-size: 13px;
                }
                &.active {
                    border: 2px solid @green;
                    border-radius: 12px;
                }
                &.slick-active:focus {
                    outline: none;
                }
            }
            
            .slick-prev {
                left: 0px;
                top: 0px;
                &:after {
                    content: ' ';
                    display: block;
                    background: url('https://bethowen.ru/images/arrow_left_date_slick.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    top: calc(50% + 5px);
                    left: -30px;
                }
            }
            .slick-arrow {
                position: absolute;
                background: none;
                border: none;
                font-size: 0;
            }
            .slick-next {
                right: 0px;
                top: 0px;
                &:after {
                    content: ' ';
                    display: block;
                    background: url('https://bethowen.ru/images/arrow_left_date_slick.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    position: absolute;
                    transform: rotate(180deg);
                    width: 30px;
                    height: 30px;
                    top: calc(50% + 5px);
                    right: -30px;
                }
            }
        }
        
        .list-box-time {
            .list-box-time-proto();
        }
        
        .block-info-time {
            margin-top: @stand-gaps;
            font-size: 13px;
            color: #4f4e4e;
            padding-left: 15px;
            .hight {
                color: @color-company;
            }
        }
        
        .block-payment {
            display: flex;
            .three-blocks {
                .three-blocks-proto();
            }
            
        }
        
        .to-payment {
            margin-top: 30px;
            margin-bottom: 30px;
            display: flex;
            .label-payment {
                flex-basis: 60%;
                color:#7e7e7e;
                font-size: 13px;
                padding-left: 25px;
                .colored {
                    color: @color-company;
                }
            }
            .add-payment-card {
                .add-button-proto();
            }

        }
        
        .block-card-add {
            .title {
                color: @color-company;
                font-size: 18px;
            }
            .block-with-card {
                .card-body {
                    border: 1px solid #bbbbbb;
                    border-radius: 14px;
                    width: 330px;
                    height: 210px;
                    background-color: #f7f7f7;
                    display: flex;
                    flex-direction: column;
                    padding: 10px;
                    .num-block {
                        .card-num {
                            font-size: 20px;
                        }
                    }
                    .name-block {
                        .card-name {
                            font-size: 18px;
                            placeholder: 
                        }
                    }
                    .info-block {
                        .block-date {
                            .month-vt {
                                
                            }
                            .slesh {
                                
                            }
                            .year-vt {
                                
                            }
                        }
                        .block-small-txt {
                            
                        }
                        .secure-code {
                            
                        }
                    }
                }
            }
            .block-btn {
                .btn-add-card {
                    each(@btn-p, { @{key} : @value; });
                    /*width: 22%;*/
                    border: none;
                    &:hover {
                        background: lighten(@color-company, 15);
                    }
                }
            }
        }
    }
    .block-price-floater {
        &.pos-abs {
            top: initial;
            position: absolute;
        }

        &.pos-fix {
            top: 0px;
            position: fixed;
        }

        padding: 34px 29px;
        color: @color-floater-block;
        background: #f00;
        flex-basis: 25%;
        box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.11);
        height: max-content;
        position: absolute;
        right: calc(50% - 615px);
        max-width: 315px;
        .block-price-total {
            display: flex;
            .label-big {
                font-size: @size-font;
                font-weight: @weight-price;
                flex-basis: 50%;
            }

            .price-total {
                font-size: @size-font;
                flex-basis: 50%;
                text-align: right;
            }
        }
        .quantity-block {
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            .label-big  {
                font-weight: @weight-price;
                color: @color-floater-block;
            }
            .red-mark {
                color: @color-red;
            }
            .total-pr {
                font-weight: @weight-price;
                color: @color-floater-block;
            }
            .descr-grey {
                color: @grey-spec;
            }
            .value {
                text-align: right;
            }
            .fl-el-l {
                flex-basis: 50%;
            }
            .fl-el-r {
                flex-basis: 50%;
                text-align: right;
            }
        }

        .delivery-info {
            margin-top: 50px;
            font-weight:  @weight-value;
            .comp-color {
                color: @color-company;
            }
            .value {
                margin-left: 5px;
            }
            .add-inf-grey {
                color: @grey-spec;
                font-size: 12px;
            }
        }
        .paymend-info {
            .delivery-info();
        }

        .btn-m-buy {
            each(@btn-p, {
                @{key}: @value;
            });
            margin-top: 20px;
        }

        .btn-buy-o-click {
            each(@btn-p, {
                @{key}: @value;
            });
            color: @color-company;
            background: #fff;
            font-weight: 600;
        }

    }
}

#modal-address {
    .flex-box {
        display: flex;
        width: 1100px;
        .form-box {
            flex-basis: 35%;
            padding: 30px 28px;
            .head-from {
                font-size: 23px;
                color: #4f4e4e;
            }
            .small-sub-header {
                color: #bbbbbb;
                font-size: 12px;
            }
            .lbl-grey {
                font-size: 13px;
                color: #7e7e7e;
                display: block;
                padding-left: 14px;
                margin-top: 12px;
                -moz-user-select: none;
                -webkit-user-select: none;
                user-select: none;
            }
            .info-panel {
                position: relative;
                .clear-info {
                    background: url('https://bethowen.ru/images/clear-info-input.svg');
                    width: 18px;
                    height: 18px;
                    position: absolute;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center;
                    top: 13px;
                    right: 20px;
                    cursor: pointer;
                    z-index: 3;
                    transition: 0.4s ease;
                    -webkit-transition: 0.4s ease;
                    -moz-transition: 0.4s ease;
                    &:hover {
                        transform: rotate(90deg);
                    }
                }
                &.error:after {
                    content: 'Текст ошибки';
                    width: auto;
                    position: absolute;
                    right: 20px;
                    top: 12px;
                    font-size: 12px;
                    color: #f96465;
                }
            }
            .round-input {
                border: 1px solid #bbbbbb;
                border-radius: 25px;
                padding: 10px 20px;
                font-size: 13px;
                outline: none;
                width: 100%;
                transition: 0.4 ease;
                -webkit-transition: 0.4 ease;
                -moz-transition: 0.4 ease;
                &:focus {
                    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
                    border: 1px solid #fff;
                }
                &.complete {
                    border: 1px solid #39b54a;
                }
            }
            .fict-checkbox {
                position: relative;
                font-size: 13px;
                padding-left: 25px;
                margin-top: 10px;
                margin-left: 14px;
                cursor: pointer;
                -moz-user-select: none;
                -webkit-user-select: none;
                user-select: none;
                &:after {
                    content: ' ';
                    display: block;
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    border-radius: 5px;
                    border: 1px solid #bbbbbb;
                    top: 0px;
                    left: 0px;
                }
                &.active:after {
                    border-radius: 5px;
                    border: 1px solid #bbbbbb;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    background: url('https://bethowen.ru/images/ok-sig-list-choosed.svg');
                    background-repeat: no-repeat;
                    background-position: center;
                    content: ' ';
                    background-size: contain;
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    top: 0px;
                    left: 0px;
                }
            }
            .hidden-control {
                display: none;
            }
            .round-ta {
                border: 1px solid #bbbbbb;
                border-radius: 20px;
                padding: 10px 20px;
                overflow-y: hidden;
                background: #fff;
            }
            
            .btn-green {
                .btn-green-proto();
            }
            
        }
        .map-wrapper {
            flex-basis: 65%;
            height: 675px;
        }
    }
}

#modal-shop {
    .flex-box {
        display: flex;
        width: 1100px;
        .form-box {
            flex-basis: 35%;
            padding: 30px 28px;
            .head-from {
                font-size: 23px;
                color: #4f4e4e;
            }
            
            .lbl-grey {
                font-size: 13px;
                color: #7e7e7e;
                display: block;
                padding-left: 14px;
                margin-top: 12px;
                -moz-user-select: none;
                -webkit-user-select: none;
                user-select: none;
            }
            
            .small-sub-header {
                color: #bbbbbb;
                font-size: 12px;
            }
            
            .list-box-city {
                .list-box-time-proto();
                margin-top: 0px;
                width: 100% !important;
                .list-items {
                    z-index: 2;
                    width: calc(100% + 2px);
                }
            }
            .box-list-address-shops {
                height: 350px;
                overflow: auto;
                .list-item {
                    &.active {
                        background-color: #f8f8f8;
                    }
                    padding: 4px 10px;
                    .metro-s {
                        display: inline-block;
                        background: #eee;
                        width: 19px;
                        height: 19px;
                        border-radius: 10px;
                        text-align: center;
                        line-height: 18px;
                        font-size: 13px;
                    }
                }
            }
            .info-box-serach {
                padding-top: 18px;
                position: relative;
                &:after {
                    content: ' ';
                    display: block;
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    background: url('https://bethowen.ru/images/search_ico_shop.svg');
                    background-position: center;
                    background-size: contain;
                    background-repeat: no-repeat;
                   top: 24px;
                    right: 10px;
                }
                .without-border {
                    border: none;
                    padding: 5px;
                    outline: none;
                    padding: 6px 12px;
                    border-bottom: 2px solid #bbbbbb;
                    width: 100%;
                    margin-bottom: 8px;
                    font-size: 13px;
                    transition: 0.4s ease;
                    -webkit-transition: 0.4s ease;
                    -moz-transition: 0.4s ease;
                    &:active {
                        box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
                        border-bottom: 2px solid @color-company;
                    }
                }
            }
            .btn-green {
                .btn-green-proto();
            }
            
        }
        .map-wrapper {
            flex-basis: 65%;
            height: 675px;
        }
    }
}