.basket__header_title {
    margin: 60px 0px 40px 0px;
}
.basket__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.basket__row_item {
    margin-top: 40px;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e5e9eb;
    background: #fff;
}

.basket__item_img{
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket__item_title{
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket__item_title h4 {
    color: #252C32;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 109.091% */
    letter-spacing: -0.132px;
}

.basket__item_title a {
    color: #252C32;
}

.basket__function_btns {
    margin-top: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket__function_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket__function_edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket__option_price {
    margin-top: 34px;
    margin-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--Gray-1, #333);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.108px;
}
.basket__option_btn p {
    margin-top: 33px;
    color: var(--Gray-2, #4f4f4f);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.108px;
    cursor: pointer;
}
.basket__option_btn p:hover {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.108px;
}
.basket__option_list {
    display: none;
    margin-top: 34px;
}

.basket__edit-item{
    display: none;
}

.basket__option_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 11px;
}
.basket__option_list ul li:last-child {
    margin-bottom: 0;
}
.basket__sale {
    margin-top: 40px;
    width: 502px;
    right: 0;
    margin-left: auto;
}
.basket__sale_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--Gray-1, #333);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 109.091% */
    letter-spacing: -0.132px;
}
.basket__sale_btn {
    margin-top: 26px;
    margin-bottom: 60px;
}
.basket__sale_btn a {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    padding: 13px 0px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.basket__sale_btn a:hover {
    background-color: black;
    color: white;
}
.basket__price_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.function__count_plus button {
    border: 1px solid #000;
    background: #fff;
    width: 25px;
    height: 25px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.function__count_plus button:hover {
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    background: black;
}
.function__count_number {
    margin: 0px 3px;
}
.function__count_number p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #000;
    background: #fff;
    padding: 3px 17px;
    height: 25px;
}
.function__count_minus button {
    border: 1px solid #000;
    background: #fff;
    width: 25px;
    height: 25px;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.function__count_minus button:hover {
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    background: black;
}
.function__edit_pen {
    background-image: url("/assets/images/basket_page/pen.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 33px;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.function__edit_pen--active,
.function__edit_pen:hover {
    border: 1px solid black;
    border-radius: 25px;
}


.function__edit_del {
    background-image: url("/assets/images/basket_page/del.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 33px;
    height: 33px;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.function__edit_del:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.list__title {
    color: var(--Gray-2, #4f4f4f);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}
.list__discription {
    color: var(--Gray-2, #4f4f4f);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.09px;
}

.block {
    display: block;
}

.active-btn {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.108px;
    text-decoration-line: underline;
}



.basket__function_edit-mobile,
.faq-mob,
.basket__function_option-mobile {
    display: none;
}

.basket__empty {
    padding: 30px 0;
    text-align: center;
    font-size: 25px;
}

@media (min-width: 320px) and (max-width: 1250px) {

    .basket__function_option-mobile {
        display: block;
    }

    .basket__option_list-mobile.basket__option_list-mobile--hidden{
        display: none;
    }

    .basket__header_title {
        margin-top: 124px;
    }
    .basket__header_title h2 {
        text-align: center;
    }
    .basket__row_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .basket__option_price {
        color: var(--Gray-1, #333);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 160% */
        letter-spacing: -0.09px;
    }
    .basket__function_edit {
        display: none;
    }
    .basket__function_edit-mobile {
        margin-top: 8px;
        width: 110%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .basket__item_title {
        margin-top: 8px;
    }
    .basket__function_btns {
        margin-top: 55px;
    }
    .basket__function_count {
        margin: 0 auto;
    }
    .basket__option_btn {
        margin-bottom: 20px;
    }

    .basket__function_option .basket__option_btn{
        display: none;
    }

    .help {
        display: none;
    }
    .basket__sale {
        width: 100%;
    }
    .faq-mob {
        display: block !important;
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .faq-mob__row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/faq-logo.svg"), url("/assets/images/about_page/faq-bg-mob.png");
        background-repeat: no-repeat;
        background-position: left, 50px 330px, 50%;
        background-size: auto auto, auto auto, cover;
        padding: 0px 30px 90px 30px;
    }
    .faq-mob__row_title {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 54px;
    }
    .faq-mob__row_title h3 {
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 118.182% */
        text-transform: uppercase;
    }
    .faq-mob__row_discription p {
        color: #fff;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .faq-mob__content_btn {
        margin-top: 30px;
    }
    .faq-mob__content_btn a {
        display: inline-block;
        text-align: center;
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
        padding: 12px 0px;
        border: 1px solid #000;
        background: #fff;
        width: 100%;
    }
    .basket__function_option-mobile p {
        margin-top: 33px;
        color: var(--Gray-2, #4f4f4f);
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 160% */
        letter-spacing: -0.09px;
    }
    .basket__option_list-mobile {
        margin-top: 34px;
    }
    .basket__option_list-mobile ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 11px;
    }
    .basket__option_list-mobile ul li:last-child {
        margin-bottom: 0;
    }
    .list__title {
        color: var(--Gray-2, #4f4f4f);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 160% */
        letter-spacing: -0.09px;
    }
    .list__discription {
        color: var(--Gray-2, #4f4f4f);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 160% */
        letter-spacing: -0.09px;
    }
    .basket__row_item {
        margin: 0 5px;
    }
    .card-for-slider {
        width: 370px;
    }
    .basket__item_img {
        margin-top: 10px;
    }
    .basket__option_price {
        margin-top: 0;
    }
}