::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

::-webkit-scrollbar-track {
    background-color:#EBEBEB
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #7ABC2F;
}

::-webkit-scrollbar-thumb:hover{
    background-color: #7ABC2F;
}

::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

::-webkit-scrollbar{
    width: 8px;
}


.main {
    min-height: calc(100vh - 262px);
}
.card-product__product-img img {
    height: 100%;
    object-fit: cover;
}
.catalog__item-amount-product {
    display: inline-block;
}

.card-product__product-descr {
    width: 375px;
}

.card-product__all-logo {
    position: relative;
}
.card-product__product-descr {
    width: 70%;
}
.card-product-left {
    width: 100%;
}
@media (min-width: 769px) {
    .card-product-left {
        width: calc(100% - 303px);
    }
}
@media (min-width: 1025px) {
    .card-product-left {
        padding-right: 120px;
    }
}



.card-product__container {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 769px) {
    .title-main .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .title-main .container {
        display: flex;
        align-content: flex-start;
        flex-direction: column;
    }
    .title-main .container .title-main__sort {
        margin-top: 15px;
    }
}

button {
    display: flex;
    cursor: pointer;
    border: 0;
    background: transparent;
    outline: 0;
    overflow: hidden;
}
button .cleverlypaired {
    line-height: 30px;
    color: #f8f9f8;
    font-size: 18px;
    transition: .3s color;
    border-radius: 2px;
}

button .cleverlypaired:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #2c343c;
    top: 12.5px;
    right: 1px;
    -webkit-transition: .2s right;
    transition: .2s right;
    z-index: 1;
}

button .kedeverything {
    position: relative;
    width: 0;
    height: 29.8px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 29.9px;
    color: #da2d29;
    font-weight: 300;
    transition: .3s all;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

button .kedeverything span {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all;
}
button:hover .cleverlypaired {
    color: #F34541;
    border-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
button:hover .cleverlypaired:after {
    right: -2px;
}
button:hover .kedeverything {
    width: 119px;
}
button:hover .kedeverything span {
    opacity: 1;
    top: 0;
}

.provider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.provider--text {
    max-width: 876px;

}
.provider--text__head {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}
.provider--text__body {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}
.provider--link {
    width: 316px;
    width: fit-content;
    border-radius: 15px;
    padding: 24px;
    background: #D2E46C;
    position: relative;
    overflow: hidden;
}
.provider--link::before {
    content: '';
    width: 125px;
    height: 125px;
    background: url(/assets/images/svg/providers.svg) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.provider--link h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    z-index: 10;
    color: #000000;
    position: relative;
}

.provider--link p {
    position: relative;
    z-index: 10;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.56;
    color: #515461;
}

.provider--link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.18;
    color: #000000;
    text-align: center;
    display: inline-block;
    min-width: 268px;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 12px 0px;
    width: 100%;
}

.modal-content__thanks {
    padding: 50px 60px;
    border: none;
    border-radius: 0;
    background: #ffffff;
}
.modal-reviews__thanks {
    width: 482px
}
.modal-reviews__thanks__title {
    width: 362px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}
.modal-reviews__thanks__text {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #333850;
}
.modal-reviews__thanks__bottom {

}

.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload {
    width: 83px;
    height: 83px;
    cursor: pointer;
    background-image: url(/assets/images/img-upload.jpg)
}

.button-disable {
    padding: 11px 24px;
    background: #E8E8E8;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.21;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #9DA3AE;
    display: inline-flex;
    align-items: center;
}

.button-disable:hover {
    cursor: auto;
}

.total__price--deficiency {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.29;
    color: #9DA3AE;
}

.order__button--wrapper {
    display: flex;

    margin-bottom: 30px;
}

.order__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    border-radius: 10px;
    background: #EDEDED;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #9DA3AE;
    margin-right: 10px;
    transition: background .3s linear, color .3s linear;
}

.order__button:hover:not(.order__button--active) {
    transition: background .3s linear, color .3s linear;
    background: #E9E9E9;
    color: #3F4042;
}

.order__button--active {
    background: transparent;
    border: 1px solid #7ABC2F;
    color: #515461;
    cursor: auto;
}

.orders__top--price {
    display: flex;
    align-items: center;
}

.orders__status {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3F4042;
    margin-right: 16px;
    padding: 4px 10px;
    border-radius: 100px;
    position: relative;
}

.orders__status::after {
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 8px;
    display: inline-block;
    border-radius: 100px;
}

.orders__status-success {
    background: #96DAA9;
}

.orders__status-success::after {
    background: url(/assets/images/svg/orders-access.svg);
}

.orders__status-success::after:hover {
    background: #FFFFFF;
    box-shadow: 3px 4px 14px rgba(67, 26, 26, 0.08);
    border-radius: 10px;
}

.orders__status-processing {
    background: #D0D0D0;
}

.orders__status-processing::after {
    background: url(/assets/images/svg/orders-processing.svg);
}

.order__status-info {
    display: none;
    position: absolute;
    left: 136px;
    width: 260px;
    text-align: start;
    padding: 16px 18px;

    background: #FFFFFF;
    box-shadow: 3px 4px 14px rgba(67, 26, 26, 0.08);
    border-radius: 10px;

    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: #3F4042;
}

.orders__status:hover .order__status-info {
    display: block;
}

.orders__pay {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;

    color: #3F4042;
}

.orders__pay-total {
    font-weight: 500;
    color: #4F742E;
}

.orders__pay-economy {
    text-decoration-line: line-through;
    color: #9DA3AE;
}

.orders__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.21;

    letter-spacing: 0.07em;
    text-transform: uppercase;

    color: #3F4042;
}

.orders__button--cancel-order {
    background: #F5F4F4;
    margin-right: 15px;
    transition: background .3s linear;
}

.orders__button--cancel-order:hover {
    transition: background .3s linear;
    background: #E9E9E9;
}

.orders__button--repeat-order {
    transition: background .3s linear;
    border: 1px solid #7ABC2F;
    border-radius: 10px;
}

.orders__button--repeat-order:hover {
    transition: background .3s linear;
    background: #7ABC2F;
}


.order-wrapper {
    padding-top: 40px;
}

.orders__item-product-price--old {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16;
    text-decoration-line: line-through;
    color: #9A9494;
}

.order__item--btn {
    /*margin-top: 40px;*/
    width: 100%;
}

.orders__hollow {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.order__hollow--wrapper {
    width: 407px;
}

.order__hollow--wrapper h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.order__hollow--wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #515461;
    margin-bottom: 30px;
}

.order__hollow--wrapper a {
    padding: 12px 20px;
    background: #7ABC2F;
    border-radius: 10px;
    transition: background .5s linear;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.21;

    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.order__hollow--wrapper a:hover {
    background: #4F742E;
    transition: background .5s linear;
}

.orders__hollow--img {
    width: 306px;
    height: 250px;
}

.order__support {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order__support--wrapper {
}

.order__support--wrapper h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 8px;
}

.order__support--wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3F4042;
}

.order__support--phone {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 12px 20px;
    border: 1px solid #7ABC2F;
    border-radius: 10px;

    font-weight: 500;
    font-size: 13px;
    line-height: 1.21;

    letter-spacing: 0.07em;
    text-transform: uppercase;

    color: #3F4042;
}

.order__support--phone svg {
    fill: #7ABC2F;
}

.order__support--phone:hover {
    background: #7ABC2F;
    color: #3F4042;

}
.order__support--phone:hover svg {
    fill: #3F4042;
}

.modal-content--order {
    padding: 50px 40px;
    max-width: 330px;
    margin: 0 auto;
}

.order__check {

}

.order__check--title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 20px;
}

.order__check--payment {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #3F4042;
    margin-bottom: 24px;
}

.order__check--case:not(:last-child) {
    margin-bottom: 24px;
}

.order__check--case span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
    color: #7C7C7C;
    margin-bottom: 10px;
}

.order__check--case p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.18;
    margin-bottom: 0;
    color: #3F4042;
}

.scores {
    margin-bottom: 40px;
}

.point__inner--scores {
    display: flex;
    justify-content: space-between;
}

.scores__block {
    display: inline-block;
    padding: 18px;
    min-width: 316px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
}

.scores__block img {
    margin-bottom: 23px;
    width: 21px;
    height: 21px;
}

.scores__block--text {
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.scores__block--text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.scores__access {
    margin-right: 20px;
}

.scores__block--text span {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
}

.point__inner--left {
    width: 100%;
}

.score__info {
    width: 320px;
    background: #FFFFFF;
    padding: 40px 45px;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 50px;
}

.score__info img {
    margin-bottom: 20px;

}

.score__info p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.39;

    text-align: center;

    color: #3F4042;
}

.score__info a {
    padding: 10px 24px;
    border: 1.5px solid #000000;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.score__hollow {
    margin-top: 50px;
}

.score__hollow h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 16px;
}

.score__hollow p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
    color: #515461;
}

.score__hollow a {
    display: inline-block;
    padding: 12px 20px;
    background: #7ABC2F;
    border-radius: 10px;

    font-weight: 500;
    font-size: 13px;
    line-height: 1.21;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.score {
    margin-bottom: 100px;
}

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

@media screen and (max-width: 1025px) {
    .score__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .score__privilege__card--request {
        top: 200px;
    }
}

.score__inner--left {

}

.score__privilege {
    display: flex;
    margin-bottom: 50px;
}

.score__privilege--title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 16px;
}

.score__privilege__card {
    position: relative;
}

.score__privilege__card:not(:last-child) {
    margin-right: 16px;
}
@media screen and (max-width: 320px){
    .score__privilege__card {
        margin-right: 0;
    }
}

.score__privilege__card--img {
    display: inline-block;
    padding: 50px 40px;
    border-radius: 10px;
    margin-bottom: 10px;
}



.score__privilege--1 {
    background: linear-gradient(180deg, #F6A882 0%, #F4BDA2 100%);
}

.score__privilege--10 {
    background: linear-gradient(180deg, #F9BBB5 0%, #F8CDC9 100%);
}

.score__privilege--20 {
    background: linear-gradient(180deg, #C7E87D 0%, #D5F48F 100%);
}

.score__privilege__card--text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.12;
    color: #000000;
}

@media screen and (max-width: 502px){
    .score__privilege__card--text {
        /*flex-direction: column;*/
    }
}

.score__privilege__card--text span {
    margin-left: 6px;
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../images/svg/score-request.svg);
}

/*@media screen and (max-width: 665px){*/
/*    .score__privilege__card--text span {*/
/*        display: none;*/
/*    }*/
/*}*/

.score__privilege__card--text span:hover + .score__privilege__card--request {
    display: block;
}

.score__privilege__card--request {
    background: #FFFFFF;
    box-shadow: 3px 4px 14px rgba(67, 26, 26, 0.08);
    border-radius: 10px;
    width: 300px;
    padding: 16px 18px;
    position: absolute;
    display: none;
    top: 130px;
    left: 150px;
    z-index: 100;
}
@media screen and (max-width: 1025px) {
    .score__privilege__card--request {
        top: 200px;
        left: 0;
    }
}

@media screen and (max-width: 640px) {
    .score__privilege {
        flex-direction: column;
    }
    .score__privilege__card--request {

        width: 270px;
    }
}

.score__privilege__card--request h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 14px;
}

.score__privilege__card--request p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #3F4042;
}

.score__privilege__card--request p:not(:last-child){
    margin-bottom: 10px;
}

.score__description {

}

.score__description--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #515461;
    margin-bottom: 24px;
}

.score__description--title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 12px;
}

.score__description__list {
    margin-bottom: 24px;
}

.score__description__list--item {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #515461;
    margin-bottom: 6px;
}

.score__description__list--item::before {
    content: '\2022';
    height: 6px;
    width: 6px;
    margin-right: 8px;
    color: #7ABC2F;
}

.score__description__list--item p {
    margin: 0;
}

.score__inner--right {

}

.score__wrapper {
    display: inline-block;
    width: 316px;
    background: linear-gradient(180deg, #C7E87D 0%, #D6F394 100%), #D2E46C;
    border-radius: 15px;
    padding: 24px 24px 77px;
    position: relative;
}

@media screen and (max-width: 376px){
    .score__wrapper {
        width: 260px;
    }
}

.score__wrapper h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
}

.score__wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.54;
    color: #515461;
}

.score__wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.faq {
    margin-bottom: 100px;
}

.faq__inner {
    max-width: 65%;
    line-height: 1.3;
    color: #000000;
}

.faq__title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 24px;
}

.faq__title:not(:first-child) {
    margin-top: 50px;
}

.faq__button {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
}

.faq__button.collapsed {
    border-bottom: 2px #EBEBEB solid;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.faq__button.collapsed svg {
    fill: #000000;
    transform: rotate(-90deg);
}

.faq__button svg {
    fill: #000000;
    transition: transform .3s linear;
}

.faq__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #515461;

}

.faq__text.show {
    margin-bottom: 30px;
}


.payment__cash {
    margin-top: 24px;
}

.payment__cash--title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
     display: none;
    -webkit-appearance: none;
    margin: 0;
}

.payment__cash--input {
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    height: 58px;
    border-bottom: 2px #D3D3D3 solid;
    padding: 20px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.18;
    color: #3F4042;
    margin-bottom: 12px;
}

.payment__cash--btn {
    padding: 11px 20px;
    background: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 10px;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #515461;
    transition: background-color .3s linear, border .3s linear;
    margin-right: 10px;
}

.payment__cash--btn:hover {
    background-color: transparent;
    border: 1px solid #7ABC2F;
}

.payment__cash--btn--active {
    background-color: transparent;
    border: 1px solid #7ABC2F;
}

.payment__cash--btn--wrapper {
    display: flex;
}

.payment__qr {
    max-width: 500px;
    margin-top: 24px;
}

.payment__qr--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #515461;
}


/**
 *  Редактирование профиля
 */
.lk__setting--wrapper {
    width: 307px;
}

.lk__setting__top {
    margin-top: 50px;
    margin-bottom: 25px;
}

.lk__setting__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #707378;
}


.lk__setting__firstname {

}

.lk__setting__lastname {

}

.lk__setting__mail {

}

.lk__setting__phone {

}

.lk__setting__address {

}

.lk__setting__address--wrapper {
    display: flex;
}

.lk__setting--address--input {
    position: relative;
}

.profile--address__update {
    position: absolute;
    top: 15px;
    right: 10px;
}

.profile--address__delete {
    width: 58px;
    height: 58px;
    margin-left: 10px;
    padding: 15px;
    border: 1px solid #E0EED1;
    border-radius: 3px;
}

.lk__setting__address--add {

}

.lk__setting__address--add button {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.21;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #4F742E;
    background: #DFF0D8;
    border-radius: 10px;
    padding: 11px 20px;
}

/*
    Адрес доставки в заказе
*/

.order__payment--btn {
    margin-top: 30px;
    margin-bottom: 24px;
}

.order__delivery__time--title {
    margin-bottom: 12px;
}

.order__delivery__time {
    display: flex;
}

.order__delivery__time .order__payment-list-item:not(:last-child) {
    margin-right: 20px;
}

.delivery__date--wrapper {
    display: flex;
}

.delivery__date:not(:last-child) {
    margin-right: 20px;
}

.button-group__back {

}

.faq__list {
    margin-top: 10px;
}

.faq__item {
    list-style: disc inside;
}

.faq__item--text {
    display: inline-block;
}


.orders__wrapper {
    margin-top: 10px;
}


.requisites {
    margin-bottom: 100px;
}

.requisites tbody {
}

.requisites p {
    margin: 0;
}

.requisites th {
    border: 1px solid black;
    padding: 10px 15px;
}

.requisites td {
    border: 1px solid black;
    padding: 10px 15px;
}

.order__point {
    margin-top: 10px;
}

.order__input--btn {
    margin-bottom: 24px;
}

.address__checked {
    display: none;
}

.order__payment-list-item input:checked + label .address__checked {
    display: block;
}

@media screen and (max-width: 992px){
    .provider {
        flex-direction: column;
    }
}