/* Cart & Product */
.basket__head {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 40px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.cartlinksmap {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 768px) {
    .basket__head, .cartlinksmap {
        padding-right: 64px;
        padding-left: 64px
    }
}

@media (min-width: 1280px) {
    .basket__head, .cartlinksmap {
        padding-right: 144px;
        padding-left: 82px;
    }
}

.basket__head-choose-del-choise {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.basket__product-container {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .basket__product-container {
        padding-right: 64px;
        padding-left: 64px
    }
}

@media (min-width: 1280px) {
    .basket__product-container {
        padding-right: 144px;
        padding-left: 144px
    }
}

.basket__product-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.product-basket__description {
    line-height: 28px
}

.basket__issue {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 64px
}
@media (min-width: 768px) {
    .basket__issue {
        margin: auto;
        max-width: 1440px;
    }
}

@media (min-width: 1280px) {
    .basket__issue {
        padding-right: 0px;
        padding-left: 0px
    }
}

.basket__issue-btn {
    margin-bottom: 24px
}

.basket__issue-link {
    display: block;
    text-align: center;
    border: 1px solid #a63244;
    padding: 10px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .basket__head {
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .basket__head {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .basket__head-title {
        margin-right: 32px
    }

    .basket__head-choose-del-choise {
        display: block
    }

    .basket__issue {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        max-width: 1440px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .basket__issue-btn {
        max-width: 236px;
        margin-bottom: 0
    }

    .basket__issue-link {
        display: block;
        text-align: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.basket__issue-agreement--text {
    order: -2
}

.product-basket {
    position: relative;
    margin-bottom: 16px;
    padding-top: 14px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-basket:last-child {
    margin-bottom: 24px;
}

.product-basket__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.product-basket__container:last-child {
    margin-bottom: 0
}

.product-basket__title {
    margin-top: 0;
    margin-bottom: 0
}

.product-basket__container-title {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #a6aebc
}

.product-basket__container-provider {
    margin-bottom: 16px
}

.product-basket__container-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    min-height: 106px
}



.product-basket__container-price .product-basket__container:not(.product-basket__container--count) {
    min-width: 40%;
    margin-bottom: 0;
}

.product-basket__remove-icon {
    display: none
}

.product-basket__add {
    display: none
}

.product-basket__remove {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    width: 144px;
    padding: 13px 10px
}

.product-basket-price-block{
    flex-basis: 145px !important;
}

.basket-product-old-price{
    text-decoration: line-through;
}

@media (min-width: 1280px) {
    .product-basket {
        padding-top: 32px;
        padding-right: 0;
        padding-bottom: 31px;
        padding-left: 0;
        margin-bottom: 0;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .product-basket__form {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: flex-start
    }

    .product-basket__container {
        display: block;
        margin-bottom: 0
    }

    .product-basket__container--title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 288px
    }

    .product-basket__container--vendor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 56px;
        margin-right: 32px
    }

    .product-basket__container--remove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-basket__title {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis
    }

    .product-basket__container-title {
        display: none;
        margin-right: 5px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }



    .product-basket__container-provider {
        margin-bottom: 0;
        margin-left: 118px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .product-basket__container-provider .product-basket__container {
        min-width: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .product-basket__container-provider .product-basket__container-title {
        display: block
    }

    .product-basket__container-price {
        width: 402px;
        min-height: 64px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: normal;
        align-content: normal;
        margin-left: auto
    }

    .product-basket__container-price .product-basket__container:not(.product-basket__container--count) {
        min-width: auto
    }

    .product-basket__choose {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .product-basket__choose label {
        height: 18px;
        padding-top: 0;
        padding-bottom: 0
    }

    .product-basket__remove {
        width: 24px;
        height: 24px;
        margin-top: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        border: 0
    }

    .product-basket__remove-icon {
        display: block;
        fill: #a63244
    }

    .product-basket__add {
        position: absolute;
        top: 52px;
        left: 119px;
        width: 586px;
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px;
        background-color: #fff;
        border: solid 1px #eee;
        border-radius: 4px;
        -webkit-box-shadow: 0 26px 26px 0 rgba(10, 31, 68, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        box-shadow: 0 26px 26px 0 rgba(10, 31, 68, 0.12), 0 0 1px 0 rgba(10, 31, 68, 0.1);
        z-index: 2
    }

    .product-basket__add-title {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }

    .product-basket__add-text {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }

    .product-basket__add-more {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
}
.container--two {
    padding: 0px !important;
    max-width: 1440px;
}
.newCartVariant {
    font-family: "San-Francisco", "Arial", sans-serif;
}
.product-basket__container-title--show {
    display: inline-block;
}
.js-product-count .input-count__input {
    width: 80px;
    text-align: center;
    padding: 13px 16px;
}
.input-count__dec, .input-count__ink, .input-count__dec_new,
.input-count__ink_new, .input-count__dec_duble, .input-count__ink_duble {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-count__dec, .input-count__dec_new, .input-count__dec_duble {
    left: 16px;
}
.input-count__ink, .input-count__ink_new, .input-count__ink_duble {
    right: 14px;
}
.total-amount {
    background-color: rgba(166, 174, 188, 0.1);
    margin-bottom: 24px
}

.total-amount__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
}

.total-amount__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.total-amount__count {
    display: block
}

.total-amount__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px
}

.total-amount__discount {
    font-size: 14px;
    line-height: 20px;
    color: #59606c
}

.total-amount__discount-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.total-amount__price-old-value {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    color: #59606c
}

@media (min-width: 768px) {
    .total-amount__container {
        padding-right: 64px;
        padding-left: 64px
    }
}

.promo-code-block {
    text-align: right
}

@media (min-width: 1280px) {
    .total-amount {
        max-width: 1152px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px
    }

    .total-amount__container {
        padding-right: 40px;
        padding-left: 40px
    }

    .total-amount__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.total-amount__count {
    margin-left: 4px
}
.bid-desc__completed-repeat, .btn--two-size {
    background-color: #a63244;
    color: #fff;
}
.btn.btn--two.btn--two-size.basket__issue-btn {
    padding: 14px 22px !important;
    font-size: 14px !important;
    width: 100%;
    border-radius: 10px;
}
.basket__issue-agreement p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.product-basket__container-title--show {
    display: inline-block
}

.product-basket__container-row {
    flex-basis: 100%
}

.product-basket__container--vendor {
    align-items: inherit;
    padding-top: 7px;
    min-width: inherit;
    flex-basis: 90px;
    margin-right: 25px
}

.product-basket__container-price {
    justify-content: flex-end;
    width: 410px;
    position: relative
}

.product-basket__container-price .product-basket__container {
    min-width: inherit !important
}

.product-basket__container--remove {
    flex-basis: 24px
}

.product-basket__container--amount {
    flex-basis: 110px;
    text-align: right
}

.product-basket__container--count {
    flex-basis: 80px
}

.product-basket__container-price .product-basket__container--price {
    flex-basis: 130px;
    margin-left: 0
}

.product-basket__container-price .product-basket__container--remove {
    margin-left: 0
}
.basket__product_title_text {
    margin-right: 6px;
}
@media (max-width: 1280px) {
    .basket__product_title_text, .basket__product_ul_text {
        display: inline-block;
        margin-bottom: 10px;
    }
    .product-basket__container-price {
        width: 100%;
        justify-content: inherit;
        min-height: inherit;
        display: flex;
        justify-content: space-between;
        gap: 32px;
    }
    .product-basket__container-price > :nth-last-child(2) {
        margin-left: auto;
    }
    .product-basket__container-price .product-basket__container--price, .product-basket__container-price .product-basket__container--amount {
        min-width: inherit !important
    }
}

@media (max-width: 500px) {
    .product-basket__container-price {
        width: 100%
    }

    .product-basket__container-price .product-basket__container--amount {
        flex-basis: 100%;
        text-align: left;
        margin-left: 0
    }


}
.bid-desc__item-desc--price-base {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    color: #59606c;
}
.bid-desc__item-desc--discount {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
@media (min-width: 1280px) {
    .product-basket__container-price {
        width: 430px
    }

    .product-basket__container-price .product-basket__container--amount {
        flex-basis: 136px
    }
}

.price-filter__input {
    background: #eee;
    text-align: center
}

.price-filter__input:nth-child(2) {
    text-align: center
}

@media (min-width: 768px) {
    .product__inner-container .product__container {
        width: 20%
    }
}
.basket-empty__title {
    margin-top: 40px;
    margin-bottom: 100px;
    font-family: "San-Francisco", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #0a1f44
}

@media (min-width: 1280px) {
    .basket-empty__title {
        font-size: 28px;
        font-weight: 700;
        line-height: 40px
    }
}

.basket-empty__item-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #0a1f44;
    text-align: center
}

.basket-empty__item-description {
    margin-top: 0;
    margin-bottom: 40px;
    color: #59606c;
    text-align: center
}

.basket-empty__create-app {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    background-color: #a63244;
    padding: 14px;
    display: block;
    width: 100%;
    max-width: 236px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto
}

.basket-empty__create-app:hover, .basket-empty__create-app:focus {
    background-color: #8c182a;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.basket-empty__return-to-catalog {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    color: #a63244;
    position: relative;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 18px;
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto
}

.basket-empty__return-to-catalog:hover, .basket-empty__return-to-catalog:focus {
    color: #8c182a;
    -webkit-transition: .3s;
    transition: .3s
}

.basket-empty__return-to-catalog::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../../img/arrow-next-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.basket-empty__return-to-catalog::after {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

@media (min-width: 768px) {
    .basket-empty__title {
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    .basket-empty {
        min-height: 364px;
        margin-bottom: 96px
    }

    .basket-empty__container {
        width: 540px;
        margin-right: auto;
        margin-left: auto
    }
}

.li-tab {
    color: black;
}
.product-tabs__label:hover {
    color: #0a1f44;
}
.product-tabs__label:hover::before {
    background-color: #ddd;
}
.li-tab:hover {
    color: inherit;
}
.itemSection {
    font-family: "San-Francisco", "Arial", sans-serif !important;
}
.itemSection h1, h2, h3, h4, h5, h6 {
    font-family: "San-Francisco", "Arial", sans-serif !important;
}
.product-wrapper--two {
    margin-bottom: 54px
}

.product-wrapper__head {
    margin-bottom: 24px
}

.product-wrapper__head-title {
    margin-bottom: 18px
}

.product {
    position: relative;
    margin-bottom: 16px;
    padding-top: 14px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-item{
   position: relative;
    /*margin-bottom: 16px;*/
    padding-top: 14px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 24px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    /*cursor: pointer;*/
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 32px;
}

.product-item:hover{
    background-color: #FFF5F6;
}

.product:last-child {
    margin-bottom: 0
}

.product--description .product__add {
    display: block
}

.product--description .product__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    white-space: normal
}

.product__description--cart {
    position: relative
}

.product__title {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1279px) {
    .product .product__vendor-code {
        font-size: 14px;
        padding-right: 10px
    }

    .product .product-list__title {
        margin-bottom: 10px
    }
}

.product__vendor-code {
    font-weight: 600
}

.product__vendor-code--two {
    display: none;
    margin-right: 8px
}

.product__more {
    display: block;
    min-width: 275px;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.product__reset-btn {
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0;
    border: 0
}

.product__add {
    display: none;
    margin-top: 16px
}

.product__buy {
    min-width: 84px;
    padding-top: 7px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.product__remove-from-basket {
    min-width: 144px;
    padding: 8px 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.product__alert-choice {
    position: absolute;
    top: 38px;
    right: -17px;
    min-width: 293px;
    padding: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1);
    border-radius: 4px 4px 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

.product__alert-choice-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0
}

.product__stickers {
    padding-left: 0;
    margin: 0 0 10px;
    list-style: none
}

.product__stickers-item {
    display: inline-block;
    margin: 0 10px 8px 0;
    padding: 2px 10px;
    border-radius: 4px
}

.product__stickers-item--organic {
    background: lightgreen;
    color: darkgreen
}

.product__stickers-item--hit {
    background: #ffff90;
    color: #a08000
}

.product__stickers-item--best_price {
    background: lightpink;
    color: red
}

.product__stickers-item--halal, .product__stickers-item--kosher {
    background: lightblue;
    color: darkblue
}

.product__stickers-item--vegan{
    background: #00cc66;
    color: white;
}

.product__stickers-item:last-child {
    margin-right: 0
}

@media (min-width: 1280px) {
    .product .product__stickers, .product .product__stickers-item {
        margin-bottom: 0
    }

    .product-other-offer .product__stickers {
        margin-bottom: 10px
    }
}

.item-desc .product__stickers {
    position: absolute;
    max-width: 320px;
    margin-bottom: 0;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 900px) {
    .item-desc .product__stickers {
        max-width: 300px
    }
}

.product__container.product__name {
    display: flex;
    align-items: flex-start
}

.product-list__title {
    display: flex;
    /*width: 400px;*/
    max-width: 95%
}

.product-list__title .product__name:last-child {
    margin-left: 50px
}

@media (max-width: 767px) {
    .product-list__title .product__name:last-child {
        margin-left: 0
    }

    .product-list__title {
        flex-direction: column;
        width: 100%;
        max-width: 100%
    }

    .product__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px
    }

    .product__container:last-child {
        margin-bottom: 0
    }

    .product__container .product__container {
        margin-bottom: 24px
    }

    .product__container-title {
        margin-bottom: 2px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #a6aebc
    }

    .product__inner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 16px
    }

    .product__inner-container .product__container {
        min-width: 30%;
        width: 35vw;
    }

    .product__inner-container--two {
        min-height: 116px;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }

    .product__inner-container--two .product__container {
        min-width: 40%;
        margin-bottom: 0
    }

    .product__add-to-cart {
        min-width: 160px
    }

    .product__add-description {
        margin-bottom: 16px
    }

    .item-desc .product__stickers {
        max-width: 318px
    }

    .product__container--price {
        flex-basis: 100%
    }
}

@media (min-width: 768px) {
    .product__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .product__container:last-child {
        margin-bottom: 0
    }

    .product__container .product__container {
        margin-bottom: 24px
    }

    .product__container-title {
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #a6aebc
    }

    .product__inner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product__inner-container .product__container {
        width: auto
    }
}

@media (max-width: 1280px) {
    .product-list__title .product__container.product__name, .product-list__title .product__container.product__code {
        width: inherit;
        padding-bottom: 10px
    }

    .product__container.product__name {
        order: 1;
        padding-right: 10px
    }

    .product__code {
        order: 2
    }

    .product__code .product__container-title {
        opacity: 0
    }

    .product__code .product__vendor-code {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .product-list__title .product__container.product__name, .product-list__title .product__container.product__code {
        padding-bottom: 0
    }
}

@media (min-width: 1280px) {
    .product-wrapper {
        margin-top: 16px;
        margin-bottom: 46px
    }

    .product-wrapper--two {
        margin-bottom: 95px
    }

    .product {
        padding: 17px 32px
    }

    .product:last-child {
        margin-bottom: 5px;
    }

    .product--description {
/*        -webkit-transform: translateX(8px);
        transform: translateX(8px);*/
    }

    .list-products-card-category{
       -webkit-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }

    .product__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product__container {
        width: auto;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .product__container:nth-child(2) {
        max-width: 315px
    }

    .product__container--vendor-code {
        display: none
    }

    .product__title {
        text-align: left
    }

    .product__inner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 455px
    }

    .product__inner-container--other {
        width: 640px
    }

    .product__inner-container .product__container {
        width: 17%
    }

    .product__vendor-code--two {
        display: inline-block;
        vertical-align: top
    }

    .product__add-to-cart {
        min-width: auto;
        width: 24px;
        height: 24px;
        padding: 0;
        font-size: 0;
        line-height: 0;
        border: 0;
        background-image: url("../../img/cart.svg");
        background-repeat: no-repeat
    }

    .product__add {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: .3s;
        transition: .3s
    }

    .product__add-description {
        margin-bottom: 18px
    }

    .product__reset-btn {
        display: none
    }
}

.product__description {
    white-space: nowrap
}

.b-product__link-more {
    display: none
}

@media (max-width: 768px) {
    .product-wrapper .js-product-count {
        display: none
    }

    .b-product__link-more {
        display: block
    }
}

.item {
    margin-bottom: 16px
}

.item__title {
    min-height: initial;
    margin-top: 40px;
    margin-bottom: 12px;
}

.item__bottom-text {
    margin-bottom: 96px
}

@media (min-width: 768px) {
    .item__title {
        margin-top: 0
    }
}

@media (max-width: 768px) {
    .item__title {
        margin-left: 24px;
        margin-right: 24px;
        text-align: center;
    }
}

@media (min-width: 1280px) {
    .item__title {
        margin-bottom: 56px;
        min-height: auto
    }
}

.item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px
}

.item-desc__img-link {
    display: block;
    font-size: 0;
    line-height: 0;
    margin-bottom: 20px
}

.item-desc__price {
    width: 320px;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e1e4e8;
    border-left: 1px solid #e1e4e8
}

@media (min-width: 768px) {
    .item-desc__price {
        width: 340px
    }
}

@media (max-width: 900px) {
    .item-image {
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .item-image {
        max-width: 320px;
        box-sizing: border-box;
        border: 1px solid #e1e4e8;
        border-bottom: 0
    }
}

.item-desc__price-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 117px
}

.item-desc__price-top-container {
    position: relative;
    width: 100%;
    max-width: 120px
}

.item-desc__price-top-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #59606c
}

.item-desc__price-top-price {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .2px
}

.item-desc__price-top-wholesale span {
    margin-right: 4px
}

.item-desc__price-top-wholesale-icon {
    /*fill: #a63244;*/
}

.item-desc__price-top-container-two-count {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #53627c
}

.item-desc__price-top-container-two-description {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #59606c
}

.item-desc__price-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 99px
}

.item-desc__price-bottom-title {
    margin-top: 23px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #59606c
}

.item-desc__price-bottom-price {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .2px
}

.item-desc__price-bottom-container-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-desc__price-add-to-cart {
    display: block;
    padding: 14px 18px;
    width: 100%;
    font-size: 14px;
    line-height: 20px
}

.item-desc__delivery {
    width: 320px;
    padding: 24px;
    background-color: rgba(166, 174, 188, 0.1);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 260px;
}

.item-desc__delivery-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.item-desc__delivery-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.item-desc__delivery-item {
    margin-bottom: 8px
}

.item-desc__delivery-item:last-child {
    margin-bottom: 0
}

.item-desc__delivery-text {
    margin-top: 0;
    margin-bottom: 0;
    color: #59606c
}

.item-desc__delivery-text-description {
    color: #0a1f44;
    font-weight: 600
}

@media (min-width: 768px) {
    .item-desc {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 64px;
        padding-left: 64px;
        margin-bottom: 75px
    }

    .item-desc__price {
        padding: 0 20px;
        border-right: 0;
        border-left: 0
    }

    .item-desc__price-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 109px
    }

    .item-desc__price-bottom {
        min-height: 94px;
        margin-bottom: 10px;
    }

    .item-desc__price-bottom-title {
        margin-top: 15px
    }

    .item-desc__delivery {
        background-color: #fff;
        border-radius: 0;
        padding-left: 0;
        padding-top: 0
    }
}

@media (min-width: 1280px) {
    .item-desc {
        padding-right: 144px;
        padding-left: 144px
    }

    .item-desc__delivery {
        width: auto;
        padding: 0
    }
}

.item-tabs {
    margin-bottom: 56px
}

@media (min-width: 1280px) {
    .item-tabs {
        margin-bottom: 96px
    }
}

.reviews {
    margin-bottom: 56px
}

.reviews__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.reviews__head-title {
    margin-right: 15px
}

.reviews__head-all-reviews {
    display: none;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px
}

.reviews__head-write-review {
    max-width: 146px;
    margin-left: auto;
    padding: 7px 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center
}

.reviews__item {
    margin-bottom: 32px
}

.reviews__item:last-child {
    margin-bottom: 0
}

.reviews__item--answer {
    margin: 15px 0 0 30px
}

.reviews__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.reviews__item-avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ffad0d;
    border-radius: 50%
}

.reviews__item-avatar--user {
    background: linear-gradient(135deg, #ff5980 0, #ffa882 100%)
}

.reviews__item-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.reviews__item-date {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #59606c
}

.reviews__rating {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 13px
}

.reviews__rating-fill, .reviews__rating-none {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 82px;
    height: 13px;
    margin-top: 3px;
    background-image: url("../../img/star.svg");
    background-repeat: space no-repeat
}

.reviews__rating-fill {
    margin-top: 0;
    background-image: url("../../img/star1.svg");
    width: 0;
    min-height: 35px;
}

.reviews__rating-fill--one-stars {
    width: 20%
}

.reviews__rating-fill--two-stars {
    width: 38%
}

.reviews__rating-fill--three-stars {
    width: 59%
}

.reviews__rating-fill--four-stars {
    width: 78%
}

.reviews__rating-fill--five-stars {
    width: 100%
}

.reviews__text {
    margin-top: 0;
    margin-bottom: 16px;
    color: #53627c
}

.reviews__answer {
    width: 82px
}

@media (min-width: 768px) {
    .reviews {
        margin-bottom: 96px
    }

    .reviews__head {
        margin-bottom: 56px
    }

    .reviews__head-all-reviews {
        display: block
    }

    .reviews__item {
        margin-bottom: 48px
    }
}
.tooltip {
    position: relative;
    display: inline-block
}

.tooltip__link {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

.tooltip--active .tooltip__box {
    display: block;
    z-index:10;
}

.tooltip__box {
    position: absolute;
    left: -56%;
    top: 155%;
    transform: translateX(0%);
    margin-left: 15px;
    display: none;
}

.tooltip-box {
    padding: 25px 20px 20px 20px;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1);
    border: 1px solid #f5f5f5;
    background-color: #fff;
    width: 100%
}

.tooltip-box--w130 {
    width: max-content;
}

.tooltip-box--w240 {
    width: 240px
}

.tooltip-box:before {
    content: '';
    position: absolute;
    top: 0%;
    margin-top: -9px;
    left: 110px;
    width: 17px;
    height: 17px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    transform: rotate(-45deg);
}

.tooltip-box__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.tooltip-box__list-item {
    margin-bottom: 5px
}

.tooltip-box__list-item:last-child {
    margin-bottom: 0
}

.tooltip__close {
    display: block;
    width: 12px;
    height: 12px;
    border: 0;
    opacity: .8;
    background: url('../../img/cross.svg') no-repeat center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px
}

.tooltip__close:hover {
    opacity: 1
}

.tooltip__link.link--four {
    color: #a63244
}

.tooltip__link.link--four:hover {
    text-decoration: underline
}

.item-desc__price-middle {
    border-bottom: solid 1px #e1e4e8;
    padding: 10px 0
}

@media (max-width: 1280px) {
    .tooltip__box {
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        margin: 15px 0 0 0
    }

    .tooltip-box:before {
        top: -9px;
        margin: 0 0 0 -9px;
        left: 50%;
        border-bottom: 0;
        border-left: 0;
        border-right: 1px solid #ddd
    }
}

input::-ms-clear, input::-ms-reveal {
    display: none
}
.review__put-rating-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80px;
    height: 13px;
    background-image: url(../../img/star.svg);
    background-size: 16px 13px;
    background-repeat: repeat-x
}

.review__put-rating-star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 13px;
    background-size: 16px 13px;
    background-repeat: repeat-x;
    font-size: inherit;
    width: 16px
}

.review__put-rating-star:hover {
    background-image: url(../../img/star1.svg)
}

.review__put-rating-input:checked + .review__put-rating-star {
    background-image: url(../../img/star1.svg)
}

.review__put-rating-star:nth-of-type(1) {
    z-index: 5;
    width: 16px
}

.review__put-rating-star:nth-of-type(2) {
    z-index: 4;
    width: 32px
}

.review__put-rating-star:nth-of-type(3) {
    z-index: 3;
    width: 48px
}

.review__put-rating-star:nth-of-type(4) {
    z-index: 2;
    width: 64px
}

.review__put-rating-star:nth-of-type(5) {
    z-index: 1;
    width: 80px
}

.reviews__form {
    margin-bottom: 96px
}

.reviews__form {
    display: none
}
#reviews-list .pagination {
    padding-left: 0
}

#reviews-list .pagination li {
    display: none
}

#reviews-list .pagination li.next {
    display: block
}

#reviews-list .pagination li.next.disabled {
    display: none
}

#reviews-list .pagination .btn {
    width: auto
}

.reviews__item-reply {
    padding-left: 50px
}

.text-full {
    display: none
}

@media (max-width: 500px) {
    .reviews__head {
        flex-wrap: wrap
    }

    .reviews__head-write-review {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px
    }
}
.lk-help__submit {
    margin-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}
.lk-help__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-bottom: 6px;
    color: #53627c;
}

.lk-help__item--width {
    max-width: 404px;
}
.lk-help__item {
    margin-bottom: 24px;
}
.lk-help__list {
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 0;
    list-style: none;
}
.product-tabs__item h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.btn--two:hover, .btn--two:focus {
    background-color: #8c182a;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    color: #fff;
}
.sale-app__add-btn {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    width: auto !important;
    min-width: 203px !important;
    padding-top: 7px !important;
    padding-right: 8px !important;
    padding-bottom: 7px !important;
    padding-left: 32px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #a63244 !important;
    color: #a63244 !important;
    border-radius: 4px !important;
}
.modal--order, .js--modal {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 24px 16px;
    background-color: #fff;
    z-index: 40;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 26px 26px 0 rgba(10, 31, 68, 0.12);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 26px 26px 0 rgba(10, 31, 68, 0.12);
    border-radius: 15px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
.modal.login_modal {
    background: none;
 }
.modal--open {
    opacity: 1;
    pointer-events: auto;
}
.modal--order {
    max-width: 900px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto !important;
    padding: 40px 80px;
    transform: none;
    z-index: 100;
    overflow: hidden;
    height: auto !important;
    bottom: auto;
}

.modal--order .modal__title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.2;
}

.modal--order .sale-app__item:first-child .sale-app__remove-btn {
    opacity: 1
}

.modal--order .select--app-form {
    max-width: 100%
}

.modal--order .sale-app-input-price {
    background: #f0f0f0;
    border-radius: 4px;
    justify-content: center
}

.modal--order .sale-app__container--two {
    max-width: 100%
}

.modal--order .sale-app__container-inner--name {
    flex-basis: 300px
}

.modal--order .sale-app__add-btn {
    margin: 0 auto 60px
}

.modal--order .popup-fields-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.modal--order .popup-fields-row-center {
    justify-content: center
}

.modal--order .popup-fields input[type="text"] {
    max-width: 360px
}

.modal--order .popup-fields textarea {
    min-height: 75px
}

.modal--order .popup-fields .btn {
    max-width: 360px
}

.modal--order .align-center {
    text-align: center
}

.modal--login, .modal--login-exists-user {
    z-index: 50
}

.modal--login {
    height: 84%
}

.modal--registration {
    height: 100%
}

.modal--login, .modal--registration {
    overflow-y: scroll
}

@media (min-width: 500px) {
    .modal--login {
        top: 48%
    }

    .modal--registration {
        top: 50%
    }

    .modal--login, .modal--registration {
        height: auto;
        overflow-y: unset
    }
}

@media (max-width: 500px) {
    .modal--order {
        width: 100%;
        top: 10px;
        padding: 40px
    }

    .modal--order .popup-fields-row {
        flex-flow: column
    }

    .modal--order .popup-fields-row .input:nth-child(2) {
        margin-top: 20px
    }

    .modal--order .popup-fields-row .select--city-list {
        margin-top: 20px
    }

    .sale-app__container-inner--price, .sale-app__container-inner--customer_price {
        flex-basis: 50%
    }
}

.b-sale-items .sale-app__container-inner {
    margin-right: 15px
}

.b-sale-items .line-break {
    display: none;
    flex-basis: 100%;
    margin-bottom: 10px
}

@media (max-width: 560px) {
    .b-sale-items .line-break {
        display: flex
    }
}

@media (max-width: 1024px) {
    .b-sale-items .sale-app__container-inner--name {
        flex-basis: calc(100% - 330px)
    }
}

@media (max-width: 768px) {
    .b-sale-items .sale-app__container-inner--name {
        flex-basis: 100%;
        margin: 0 0 10px 0
    }

    .b-sale-items .popup-request-items-item {
        flex-wrap: wrap !important
    }
}

.b-sale-items .sale-app__container {
    display: flex;
    flex-wrap: wrap
}

.b-sale-items .sale-app__item {
    margin-bottom: 20px
}

.b-sale-items .sale-app__item * {
    box-sizing: border-box
}

.b-sale-items .sale-app-input-price {
    justify-content: left
}

.b-sale-items .sale-app__container-inner--btn {
    margin-right: 0;
    width: 25px;
    justify-content: center;
    margin-top: 0
}

.sale-app__container-inner--btn .sale-app__remove-btn {
    position: static
}

.b-sale-items .sale-app__input-name {
    margin-bottom: 0
}

@media (max-width: 350px) {
    .sale-app__container-inner {
        max-width: inherit
    }

    .sale-app__container-inner--unit {
        width: 50px
    }

    .sale-app__container-inner--amount {
        width: 70px
    }

    .sale-app__container-inner--amount .sale-app__item-count {
        width: 100% !important
    }
}
.modal--order {
    width: 900px;
    position: absolute;
    top: 10px;
    transform: translateZ(0);
    margin-left: -450px;
}
.btn--modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 24px;
    height: 24px
}
.sale-app__form {
    width: 100%;
    padding-top: 40px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sale-app__title {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.sale-app__container--two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 156px;
    margin-bottom: 32px
}

.sale-app__item:first-child .sale-app__remove-btn {
    opacity: 0;
    pointer-events: none
}

.sale-app__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #53627c
}

.sale-app__label--two {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.sale-app__input-name {
    margin-bottom: 16px
}

.sale-app__container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sale-app__container-inner--name {
    max-width: none
}

.sale-app__container-inner--two {
    max-width: 96px
}

.sale-app-input-unit {
    background-color: #f1f2f4;
    padding-top: 14px
}

.sale-app-input-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sale-app__remove-btn, .bid-desc__item-remove-btn {
    width: 24px;
    height: 24px;
    margin-top: 17px
}

.sale-app__remove-btn:hover .sale-app__remove-btn-icon, .sale-app__remove-btn:focus .sale-app__remove-btn-icon {
    fill: #59606c
}

.bid-desc__item-remove-btn:hover .bid-desc__item-remove-btn-icon {
    fill: #59606c
}


.sale-app__add-btn::before, .sale-app__add-btn::after {
    position: absolute;
    content: "";
    background-color: #a63244
}

.sale-app__add-btn::before {
    top: 15px;
    left: 13px;
    width: 9px;
    height: 1px
}

.sale-app__add-btn::after {
    top: 11px;
    left: 17px;
    width: 1px;
    height: 9px
}

.sale-app__issue {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    background-color: rgba(166, 174, 188, 0.1)
}

.sale-app__issue-discount {
    margin-bottom: 16px
}

.sale-app__issue-btn-continue {
    margin-bottom: 16px;
    line-height: 20px
}

.sale-app__issue-offer {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.sale-app__issue-offer--text {
    margin: 10px 0
}

.sale-app__contacts {
    background-color: #fff;
    padding: 32px 24px
}

.sale-app__contacts-input {
    margin-bottom: 24px
}

.sale-app__contacts-input:last-child {
    margin-bottom: 0
}

.sale-app__contacts-input--textarea {
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 104px;
    resize: none
}

@media (min-width: 1280px) {
    .sale-app {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1040px;
        min-height: 625px;
        margin-right: auto;
        margin-bottom: 96px;
        margin-left: auto;
        padding-right: 144px;
        padding-left: 144px;
        z-index: 1
    }

    .sale-app__wrapper {
        margin-right: 20px;
        margin-left: -50px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .sale-app__form {
        width: 750px;
        padding-top: 48px
    }

    .sale-app__title {
        max-width: 590px;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }

    .sale-app__container--two {
        max-width: 645px;
        min-height: auto
    }

    .sale-app__input-name {
        margin-bottom: 0
    }

    .sale-app__add-btn {
        margin-right: 0;
        margin-left: 0
    }

    .sale-app__user {
        position: relative;
        width: 320px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2
    }

    .sale-app__contacts {
        display: block
    }

    .sale-app__issue {
        background-color: #f6f6f8
    }
}

.sale-app__container-inner--name {
    flex-basis: 320px
}

.sale-app__container-inner--amount {
    flex-basis: 80px
}

.sale-app__container-inner--unit {
    flex-basis: 64px
}

.sale-app__container-inner--price {
    flex-basis: 90px
}

.sale-app__user-inner {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column
}

.sale-app__user-form {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 8px 10px 0 rgba(10, 31, 68, 0.1)
}

@media (max-width: 1024px) {
    .sale-app__user-form {
        max-width: 600px;
        margin: 0 auto 20px auto
    }
}
.modal--order button:not(.sale-app__add-btn) {
    background: none !important;
    border: none;
    border-radius: 0px !important;
    padding: 0px !important;
}
.sale-app__add-btn {
    background: none !important;
}
.sale-app__remove-btn-icon, .bid-desc__item-remove-btn-icon {
    fill: #c1c4c8;
}
.modal--order .input-count__dec, .modal--order .input-count__ink,
.modal--order .input-count__dec_new, .modal--order .input-count__ink_new {
    color: #000 !important;
}
.modal--request .input--no-border, .modal--request .sale-app-input-price {
    background: transparent;
}
.modal--order .input-count__ink, .modal--order  .input-count__dec,
.modal--order .input-count__ink_new, .modal--order  .input-count__dec_new {
    width: auto !important;
}
.sale-app__input-custom_price__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.modal--order a {
    color: #a63244
}

.modal--order a:hover {
    color: #8c182a
}

.ui-menu.ui-widget.ui-widget-content {
    border: 1px solid #eee
}

#ui-id-2{
    max-width: 299px !important;
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-item {
    border-bottom: 1px solid #eee;
    color: #0a1f44;
    font-weight: 500;
    font-size: 14px
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-item-title {
    flex: 1
}

.search-words{
    color: lightgrey;
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-item-art {
    flex: 1;
    text-align: right
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-item-price {
    width: 100px;
    text-align: right;
    opacity: .5;
    font-size: 12px;
    font-weight: 500;
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-item .ui-state-active {
    background: #f7f7f7;
    color: #0a1f44;
    border-color: transparent
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found {
    display: block;
    text-align: center;
    padding: 30px
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found.ui-state-active {
    background: transparent
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found1 {
    margin-bottom: .25em;
    font-weight: bold
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found2 {
    color: #8e949d;
    margin-bottom: 1.5em;
    font-size: 12px;
    font-weight: 500;
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found2 a {
    color: #a63244
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found2 a:hover {
    color: #bf4f61
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found3 {
    color: #8e949d;
    font-size: 12px;
    font-weight: 500;
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found4 {
    font-size: 12px;
    font-weight: 500;
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found4 a {
    color: #a63244
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found4 a:hover {
    color: #bf4f61
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-not-found4 a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../../img/arrow-next-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    margin: 2px 0 0 -17px;
    transform: rotate(180deg)
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-show-all {
    display: block;
    text-align: center;
    padding: 15px
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-show-all.ui-state-active {
    background: transparent
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-show-all a {
    color: #a63244
}

.ui-menu.ui-widget.ui-widget-content .ui-menu-show-all a:hover {
    color: #bf4f61
}
.block-loading {
    position: relative;
    pointer-events: none
}

.block-loading * {
    opacity: .8
}

.block-loading:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../../common/img/cart-loading.svg) 50% 50% no-repeat;
    background-size: 50px 50px
}

.preloader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: url(../../common/img/page-loading.svg) 50% 40% no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 100px
}

@media (min-width: 1280px) {
    .preloader {
        background-size: 150px
    }
}
.modal--order .popup-fields .btn {
    background-color: #a63244 !important;
    font-weight: 400;
    padding: 14px 22px !important;
    font-size: 14px !important;
    width: auto;
}
.modal--order .form-request__header p {
    font-family: "San-Francisco", "Arial", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
}

.link--underline:hover, .link--underline:focus {
    border-bottom-color: #a63244;
    color: #a63244 !important;
    -webkit-transition: border-bottom-color .3s linear;
    transition: border-bottom-color .3s linear;
}
.tovar-page-no-tovar {
    min-height: 250px;
    text-align: center;
    vertical-align: middle;
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #7f7f7f;
}
#support_form_block, #message_block {
    position: relative;
    background-color: #fff;
    padding: 20px 60px !important;
    width: 500px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 26px 26px 0 rgba(10, 31, 68, 0.12);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.1), 0 26px 26px 0 rgba(10, 31, 68, 0.12);
    border-radius: 15px
}
.support-form-titel{
    color:#a63244;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
 }

 .support-form-offer-info{
    /*color:#a63244;*/
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    font-size: 18px;
 }

 .support-titel-close-bth{
     margin-left: 220px;
     color: lightgray;
     font-size: 40px;
     position: absolute;
     right: 25px;
     top: 25px;
     cursor: pointer;
 }

 .support-titel-close-bth:hover{
    color:#a63244;
 }

 .suppurt-offer-main-info{
     color: black;
     font-size: 95%;
     font-weight: bold;
 }

 .support-offer-info{
     font-size: 70%;
     color: #59606c;
 }

 .support-form-group{
     margin-bottom: 10px;
 }

 .support-label{
     display: inline-block;
     margin-bottom: 5px;
     font-size: 12px;
     font-weight: 500;
 }

 .support-form-control{
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 14px;
     line-height: 1.5;
     color: black;
 /*    font-weight: bold;*/
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 .support-textarea{
    width: 100% !important;
    font-size: 14px;
    /*font-weight: bold;*/
 }

 .support-submit-block{
     text-align: center;
     margin: 25px 0px;
     height: 32px;
 }

 .support-submit{
     color:#ffffff;
     background-color:#a63244;
     border-radius:10px;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     font-weight:300;
 }
 .support-success-message{
    /*    width: 100%;
        height: 50%;*/
        padding-top: 100px;
        text-align: center;
    /*    color:#a63244;*/
        font-size: 18px;
    /*    font-weight: bold;*/
}

.support-success-message-window{
    margin-top: 35px;
}
.tovar-not-available{
    color:#a63244;
    /*width: 15%;*/
    text-align: center;
    font-size: 17px;
    /*text-decoration: underline;*/
}
.support-error-line{
    color: red;
    font-size: 10px;
}

.support-error-border{
    border-color: red;
}
@media (max-width: 1280px) {
    .modal--order {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .item-desc__price {
        width: 100%;
    }
    .item-desc__delivery {
        width: 100%;
        max-width: none;
    }
}
.basket__warning__ul_product {
    border: 1px solid #a63244;
    border-radius: 6px;
    background-color: rgba(166,50,68,.08);
    padding: 12px;
    margin-bottom: 12px;
}
.basket__warning__ul_product .icon path {
    fill: #a63244;
}
.basket__warning__ul_product .icon {
    margin-top: -4px;
    margin-right: 4px;
}
.basket__warning__ul_product .text {
    color: #a63244;
}
.basket__product_ul_text {
    background-color: #aa4e4e;
    color: white;
    border-radius: 6px;
    padding: 2px 6px;
    white-space: nowrap;
    margin-top: 6px;
}

