
@media (max-width: 991px) {
    .contacts-info__item.contacts-info__item--mail a:active {
        color: #00b74f;
    }
    .catalog-parameters__tab:active {
        color: #212121;
    }
    .parameters-reset:active {
        color: #fff;
        background: #00b74f;
    }
    .parameters-reset:active svg path {
        fill: #fff;
    }
    .right-modal__btn:active {
        background: #1ebf64;
    }
    .right-modal__product-delete:active svg path {
        fill: #ed0010;
    }
    .right-modal__product-plus:active svg path {
        stroke: #00b74f;
    }
    .right-modal__product-minus:active svg path {
        stroke: #ed0010;
    }
    .right-modal__product-plus.disabled:active svg path,
    .right-modal__product-minus.disabled:active svg path {
        stroke: #212121;
    }
    .right-modal__close:active svg path {
        stroke: #00b74f;
    }
    .green-modal__close:active {
        opacity: 0.7;
    }
    .parameters-checkbox label:active {
        color: rgba(33, 33, 33, 0.8);
    }
    .catalog-parameters__tabs-content .parameters-checkbox label:active {
        color: rgba(33, 33, 33, 0.8);
    }
    .parameters-checkbox input:checked ~ label:hover {
        color: #fff;
    }
    .td-link:active {
        opacity: 0.75;
    }
    .contacts-info__item.contacts-info__item--phone a:active {
        opacity: 0.85;
    }
    .bid-form__btn:active {
        opacity: 0.9;
    }
    .icon-cart:active {
        background: #1ebf64;
    }
    .parameters-check:active {
        background:#fff;
        color: #00b74f;
    }
    .parameters-check:active svg path {
        fill: #00b74f;
    }
    .parameters__mobile-btn:active {
        background: #1ebf64;
    }
    .green-modal__btn:active {
        opacity: 0.9;
    }
}
@media (min-width: 992px) {
    .contacts-info__item.contacts-info__item--mail a:hover {
        color: #00b74f;
    }
    .catalog-parameters__tab:hover {
        color: #212121;
    }
    .parameters-reset:hover {
        color: #fff;
        background: #00b74f;
    }
    .parameters-reset:hover svg path {
        fill: #fff;
    }
    .right-modal__btn:hover {
        background: #1ebf64;
    }
    .right-modal__product-delete:hover svg path {
        fill: #ed0010;
    }
    .right-modal__product-plus:hover svg path {
        stroke: #00b74f;
    }
    .right-modal__product-minus:hover svg path {
        stroke: #ed0010;
    }
    .right-modal__product-plus.disabled:hover svg path,
    .right-modal__product-minus.disabled:hover svg path {
        stroke: #212121;
    }
    .right-modal__close:hover svg path {
        stroke: #00b74f;
    }
    .catalog-pagination a:hover {
        background: #f0f5f0;
    }
    .catalog-pagination > a[disabled]:hover {
        border: 1px solid rgba(0, 0, 0, 0.04);
        background: #fff;
    }
    .catalog-pagination > a[disabled]:hover svg path {
        stroke: #a8a8a8;
    }
    .catalog-result__table > tbody > tr:nth-child(odd) td {
        background: #fafafa;
    }
    .catalog-result__table > tbody > tr:nth-child(even) td {
        background: #f0f5f0;
    }
    .green-modal__close:hover {
        opacity: 0.7;
    }
    .parameters-checkbox label:hover {
        color: rgba(33, 33, 33, 0.8);
    }
    .catalog-parameters__tabs-content .parameters-checkbox label:hover {
        color: rgba(33, 33, 33, 0.8);
    }
    .parameters-checkbox input:checked ~ label:hover {
        color: #fff;
    }
    .td-link:hover {
        opacity: 0.75;
    }
    .contacts-info__item.contacts-info__item--phone a:hover {
        opacity: 0.85;
    }
    .bid-form__btn:hover {
        opacity: 0.9;
    }
    .icon-cart:hover {
        background: #1ebf64;
    }
    .green-modal__btn:hover {
        opacity: 0.9;
    }
}
* {
    padding: 0px;
    margin: 0px;
    border: none;
}
.main {
    font-family: 'Noto Sans', sans-serif;
    overflow-x: hidden;
}
.main *,
.main *::before,
.main *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.container {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}
.advantages {
    padding: 70px 0 75px;
}
.advantages-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
}
.advantages-item {
    padding: 18px;
    max-width: 429px;
    background: #fafafa;
}
.advantages-item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
}
.advantages-item__icon img {
    width: 100%;
    height: 100%;
}
.advantages-item__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 117%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 12px;
}
.advantages-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    opacity: 0.8;
    letter-spacing: 0.008rem;
}
.title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 111%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 34px;
}
.title.title--white {
    color: #fff;
}
.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about-list li {
    padding: 30px 16px;
    width: 251px;
    height: 158px;
    background: #fafafa;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 13px;
}
.about-list li span {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 87%;
    text-transform: uppercase;
    text-align: center;
    color: #00b74f;
}
.about-list li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #212121;
    opacity: 0.8;
    letter-spacing: 0.008rem;
}
.about {
    padding: 75px 0;
}
.cooperation {
    padding: 75px 0 45px;
}
.cooperation-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 322px;
    width: 100%;
    padding: 32px 32px 28px;
}
.cooperation-banner__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #00b74f;
    max-width: 534px;
}
.cooperation-banner__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    max-width: 652px;
    margin-top: 15px;
    letter-spacing: 0.006rem;
}
.cooperation-banner__text p {
    padding: 5px 0;
}
.delivery-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.delivery-item {
    padding: 24px;
    background: #fafafa;
}
.delivery-item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #212121;
    letter-spacing: 0.01rem;
}
.delivery-item__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
}
.delivery-item__icon {
    width: 42px;
    height: 42px;
}
.delivery-item__icon img {
    max-width: 100%;
    max-height: 100%;
}
.delivery-item__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.delivery-item__info-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #212121;
    opacity: 0.7;
    margin-bottom: 5px;
    letter-spacing: 0.003rem;
}
.delivery {
    padding: 45px 0;
}
.subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 106%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 24px;
}
.delivery-item__info-subtitle {
    font-weight: 500;
    font-size: 17px;
    line-height: 145%;
    color: #212121;
    letter-spacing: 0.002rem;
}
.pickup {
    padding: 45px 0;
}
.pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 18px 0;
    gap: 16px;
}
.pickup-item {
    max-width: 429px;
    background: #fafafa;
    padding: 20px 28px 20px 20px;
    width: 33%;
}
.pickup-item__image {
    width: 100%;
    height: 213px;
    position: relative;
}
.pickup-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.pickup-item__num {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
    color: #00b74f;
}
.pickup-item__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    margin-top: 14px;
    letter-spacing: 0.006rem;
}
.pickup-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    letter-spacing: 0.004rem;
    max-width: 1000px;
}
.payment {
    padding: 45px 0 75px;
}
.payment-card {
    padding: 20px;
    background: #fafafa;
}
.payment-card__icon {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 47px;
}
.payment-card__icon img {
    width: 100%;
    height: 100%;
}
.payment-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #212121;
    margin-bottom: 9px;
    letter-spacing: 0.014rem;
}
.payment-card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    letter-spacing: 0.007rem;
}
.contacts {
    padding: 75px 0;
}
.contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
}
.contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 34px;
    max-width: 540px;
}
.contacts-info__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 10px;
}
.contacts-info__location {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #00b74f;
}
.contacts-info__subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 118%;
    color: #212121;
    margin-bottom: 12px;
}
.contacts-info__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: rgba(33, 33, 33, 0.8);
}
.contacts-info__item b {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
}
.contacts-info__item.contacts-info__item--phone a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #00b74f;
    text-decoration: none;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.contacts-info__item.contacts-info__item--mail a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.01em;
    color: #212121;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.contacts-info__item + .contacts-info__item {
    margin-top: 7px;
}
.contacts-info__address {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #212121;
    font-style: normal;
    margin-top: 7px;
    letter-spacing: 0.005rem;
}
.contacts-map {
    max-width: 750px;
    max-height: 386px;
}
.contacts-map img {
    width: 100%;
    height: 100%;
}
.bid {
    margin-top: 75px;
    background: #00b74f;
}
.bid-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 60px 0;
    gap: 30px;
}
.bid-info {
    max-width: 539px;
}
.bid-info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    max-width: 433px;
    margin-top: 20px;
    letter-spacing: 0.004rem;
}
.bid-info .title {
    margin-bottom: 0;
}
.bid-form {
    max-width: 531px;
}
.bid-form__error {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
    margin-top: 6px;
}
.bid-form__row + .bid-form__row {
    margin-top: 12px;
}
.bid-form__input {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 17px 18px;
    width: 100%;
    height: 56px;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bid-form__input.input-error {
    border: 1px solid rgba(255, 255, 255, 1);
}
.bid-form__input:active,
.bid-form__input:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}
.bid-form__input::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.bid-form__input::-moz-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.bid-form__input:-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.bid-form__input::-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.bid-form__input::placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.bid-form__warning {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
    opacity: 0.8;
    margin-top: 14px;
    letter-spacing: 0.005rem;
}
.bid-form__btn {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #00b74f;
    padding: 17px 67px;
    min-width: 286px;
    background: #fff;
    margin-top: 18px;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    cursor: pointer;
}
.catalog {
    padding: 75px 0;
}
.catalog-parameters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.parameters-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    padding: 10px 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.catalog-parameters__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    color: #212121;
    display: inline-block;
    background: #fff;
    letter-spacing: 0.008rem;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
}
.catalog .title {
    margin-bottom: 43px;
}
.catalog-parameters__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}
.catalog-parameters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 5px 19px 18px;
}
.parameters-checkbox {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.parameters-checkbox label {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    text-align: center;
    color: #212121;
    padding: 10px 20px 10px 14px;
    background: #fafafa;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

.parameters-checkbox input {
    display: none;
}
.parameters-checkbox input:checked ~ label {
    background: #00b74f;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.parameters-checkbox input:checked ~ label:after {
    content: '';
    position: absolute;
    right: 7px;
    top: 7px;
    width: 9px;
    height: 9px;
    background-image: url('../images/icons/parameter-close.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.catalog-parameters {
    border: 1px solid #e1e1e1;
}
.catalog-parameters__tabs-content .parameters-checkbox label {
    background: #fff;
    color: #212121;
}
.catalog-parameters__tabs-content {
    background: #fafafa;
    padding: 19px 20px;
}
.catalog-parameters__tab {
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #696969;
    text-decoration: none;
    padding: 20px 18px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    letter-spacing: 0.01rem;
}

.catalog-parameters__tab.active {
    color: #00b74f;
}
.catalog-parameters__tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.5px;
    background: #00b74f;
}
.catalog-parameters__tab-content {
    display: none;
}
.catalog-parameters__tab-content.active {
    display: block;
}
.catalog-parameters__tabs {
    border-bottom: 1.5px solid #e1e1e1;
    border-top: 1.5px solid #e1e1e1;
}
.catalog-row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.parameters-reset {
    border: 1px solid #00b74f;
    padding: 14px 54px;
    min-width: 290px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: #00b74f;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.parameters-reset svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.catalog-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
}
.catalog-count b {
    font-weight: 500;
}
.catalog-result {
    margin-top: 24px;
}
.catalog-result__table thead th {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    background: #00b74f;
}

.th-photo {
    width: 15.4%;
    height: 68px;
}
.td-photo {
    width: 15.4%;
}
.th-name {
    width: 25.7%;
    height: 68px;
}
.td-name {
    width: 25.7%;
}
.th-price {
    width: 15.8%;
    height: 68px;
}
.td-price {
    width: 15.8%;
}
.th-wholesale {
    width: 22%;
}
.th-sale {
    width: 7.4%;
}
.th-empty {
    width: 14%;
    height: 68px;
}
.td-empty {
    width: 14%;
}
.th-mini-left {
    width: 11.5%;
}
.th-mini-right {
    width: 10.5%;
}
.td-photo > img {
    max-width: 122px;
    max-height: 122px;
    display: block;
    margin: auto auto;
}
.catalog-result__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px;
}
.catalog-result__table tbody {
    height: 169px;
}
.catalog-result__table tbody .td-name p {
    max-width: 216px;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    padding: 0 17px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    box-orient: vertical;
}
.catalog-result__table tbody .td-name b {
    font-weight: 500;
}
.td-price p {
    padding: 0 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
}
.catalog-result__table td {
    background: #fafafa;
}
.td-count {
    width: 36%;
}
.td-newprice {
    width: 33.4%;
}
.td-sale {
    width: 23.3%;
    position: relative;
}
td.td-wholesale {
    background: #fff;
}
td.td-wholesale table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px;
}
.td-count p,
.td-newprice p,
.td-sale p {
    padding: 0 17px;
}
.td-link {
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #00b74f;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.td-count p,
.td-newprice p,
.td-sale p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #212121;
}
.td-name__info {
    display: none;
}
.modal-bg {
    background: rgba(42, 26, 5, 0.25);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -999;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.modal-bg.modal-bg--active {
    opacity: 1;
    z-index: 999;
}
.wholesale-modal {
    display: none;
}
.parameters-check {
    display: none;
}
.parameters__mobile {
    display: none;
}
.icon-cart {
    position: fixed;
    bottom: 63px;
    right: 61px;
    border-radius: 85px;
    width: 86px;
    height: 86px;
    background: #00b74f;
    z-index: 9999;
    padding: 26px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.icon-cart__image img {
    max-width: 100%;
    max-height: 100%;
}
.icon-cart__inner {
    position: relative;
}
.icon-cart__image {
    width: 38px;
    height: 38px;
}
.icon-cart__count {
    position: absolute;
    padding: 2px 5px;
    background: #ed0010;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    border-radius: 100%;
    min-width: 18px;
    min-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: -8px;
    top: -6px;
}
.right-modal {
    position: fixed;
    right: -100%;
    top: 0;
    padding: 28px;
    width: 490px;
    -webkit-box-shadow: 4px 0 20px 0 rgba(59, 45, 71, 0.02),
        0 4px 30px 0 rgba(59, 45, 71, 0.06);
            box-shadow: 4px 0 20px 0 rgba(59, 45, 71, 0.02),
        0 4px 30px 0 rgba(59, 45, 71, 0.06);
    background: #fff;
    overflow-y: scroll;
    max-height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cart-modal {
    padding: 37px 28px;
}
.right-modal.right-modal--active {
    right: 0;
}
.right-modal__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 115%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
}
.right-modal__count {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    opacity: 0.7;
}
.right-modal__toprow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
}
.right-modal__close {
    width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
}
.right-modal__close svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-modal__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 158px;
    gap: 10px;
}
.right-modal__product:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.right-modal__product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 101px;
    max-height: 125px;
}
.right-modal__product-image img {
    max-width: 100%;
    max-height: 100%;
}
.right-modal__product-inner {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.right-modal__product-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.right-modal__product-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    max-width: 199px;
    letter-spacing: 0.01rem;
}
.right-modal__product-bottom {
    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;
}
.right-modal__product-nowprice {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #212121;
}
.right-modal__product-counts {
    width: 123px;
    height: 36px;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7px 12px;
}
.right-modal__product-input {
    font-family: 'Noto Sans', sans-serif;
    width: 58px;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: #212121;
    background: transparent;
    outline: none;
}
.right-modal__product-minus,
.right-modal__product-plus {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    height: 100%;
}
.right-modal__product-minus.disabled svg,
.right-modal__product-plus.disabled svg {
    opacity: 0.4;
}
.right-modal__product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.right-modal__product-oldprice {
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    text-decoration: line-through;
    color: #212121;
    opacity: 0.6;
    margin-right: 6px;
}
.right-modal__product-newprice {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #ed0010;
    display: inline-block;
}

.right-modal__bottomrow {
    margin-top: 20px;
}
.cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cart-info__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    letter-spacing: 0.008rem;
}
.cart-info__price {
    font-weight: 600;
    font-size: 19px;
    line-height: 116%;
    color: #212121;
}
.cart-sale__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.cart-sale__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #ed0010;
}
.cart-sale__percent {
    padding: 2px 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    color: #fff;
}
.cart-sale__percent {
    font-weight: 500;
    background: #ed0010;
}
.cart-sale__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: #ed0010;
}
.cart-result__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
}
.cart-result__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    color: #212121;
}
.cart-info {
    margin-bottom: 5px;
}
.cart-sale {
    margin-bottom: 14px;
}
.cart-warning {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    opacity: 0.6;
    letter-spacing: 0.004rem;
}
.cart-result {
    margin-bottom: 4px;
}
.right-modal__btn {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    padding: 17px 0;
    width: 100%;
    background: #00b74f;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.cart-btn {
    margin-top: 32px;
}
.right-modal__product-delete svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-modal__product-plus svg path,
.right-modal__product-minus svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-modal__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    text-decoration: none;
    opacity: 0.8;
    margin-bottom: 8px;
}
.right-modal__form-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 114%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 6px;
}
.right-modal__form-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    margin-bottom: 16px;
}
.right-modal__form-inner + .right-modal__form-inner {
    margin-top: 10px;
}
.right-modal__form-input {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #2a1a05;
    padding: 17px 18px;
    border: 1px solid rgba(33, 33, 33, 0.4);
    outline: none;
}
.right-modal__form-input:active,
.right-modal__form-input:focus {
    border: 1px solid rgba(42, 26, 5, 0.7);
}
.input-error.right-modal__form-input {
    border: 1px solid #f43;
}
.right-modal__form-input::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    opacity: 0.7;
}
.right-modal__form-input::-moz-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    opacity: 0.7;
}
.right-modal__form-input:-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    opacity: 0.7;
}
.right-modal__form-input::-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    opacity: 0.7;
}
.right-modal__form-input::placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    opacity: 0.7;
}
.right-modal__form-error {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #f43;
    margin-top: 6px;
    display: block;
}
.input-error .right-modal__form-error {
    border: 1px solid #f43;
}
.right-modal__form-warning {
    font-weight: 400;
    font-size: 13px;
    line-height: 138%;
    color: #212121;
    opacity: 0.8;
    margin-top: 12px;
    letter-spacing: 0.004rem;
}
.order-btn {
    margin-top: 20px;
}
.right-modal__details {
    margin-top: 36px;
}
.right-modal__details-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 114%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
}
.right-modal__orders {
    margin-top: 18px;
}
.right-modal__order-image img {
    max-width: 100%;
    max-height: 100%;
}
.right-modal__order-image {
    max-width: 71px;
    max-height: 87px;
}
.right-modal__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 115px;
}
.right-modal__order:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.right-modal__order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.right-modal__order-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #212121;
    max-width: 186px;
}
.right-modal__order-title {
    font-weight: 500;
}
.right-modal__order-price {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.right-modal__order-quantity {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    opacity: 0.8;
}
.right-modal__order-nowprice {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #212121;
}
.right-modal__order-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    row-gap: 6px;
}
.right-modal__order-newprice {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #ed0010;
}
.right-modal__order-oldprice {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-decoration: line-through;
    color: #212121;
    opacity: 0.6;
    margin-right: 6px;
}
.order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.order-info__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
}
.order-info__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 122%;
    color: #212121;
}
.order-info__warning {
    margin-top: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
    opacity: 0.6;
}
.right-modal__success-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 114%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 6px;
}
.right-modal__success span {
    color: #00b74f;
}
.right-modal__success-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #212121;
}
.success-order-modal {
    height: 100%;
}
.catalog-pagination {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}
.catalog-pagination a,
.catalog-pagination span,
.catalog-pagination div {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 14px 5px;
    min-width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #212121;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.catalog-pagination a[disabled] {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
}
.catalog-pagination a[disabled] svg path {
    stroke: #a8a8a8;
}

.catalog-pagination span {
    color: #fff;
    background: #00b74f;
    border: 1px solid #00b74f;
}

.catalog-pagination a svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.catalog-pagination a:active svg path {
    stroke: #fff;
}
.catalog-pagination a:active {
    background: #00b74f;
    border: 1px solid #00b74f;
    color: #fff;
}
.catalog-pagination > a[disabled]:active {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
}
.catalog-pagination > a[disabled]:active svg path {
    stroke: #a8a8a8;
}
.catalog-pagination__prev {
    margin-right: 6px;
}
.catalog-pagination__next {
    margin-left: 6px;
}
.green-modal {
    display: block;
    position: fixed;
    left: 50%;
    background: #fff;
    padding: 26px;
    width: 466px;
    z-index: 1000;
    -webkit-box-shadow: 4px 0 20px 0 rgba(59, 45, 71, 0.02),
        0 4px 30px 0 rgba(59, 45, 71, 0.06);
            box-shadow: 4px 0 20px 0 rgba(59, 45, 71, 0.02),
        0 4px 30px 0 rgba(59, 45, 71, 0.06);
    background: #00b74f;
}
.modal {
    top: -100%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.modal.modal-active {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.green-modal__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.green-modal__close {
    background: transparent;
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
}
.green-modal__close {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.green-modal__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #fff;
    letter-spacing: 0.004rem;
}
.green-modal__form {
    margin-top: 28px;
}
.green-modal__form-input {
    font-family: 'Noto Sans', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 17px 18px;
    width: 100%;
    height: 56px;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
}
.green-modal__form-input:active,
.green-modal__form-input:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}
.green-modal__form-input.input-error {
    border: 1px solid rgba(255, 255, 255, 1);
}
.green-modal__form-input::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.green-modal__form-input::-moz-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.green-modal__form-input:-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.green-modal__form-input::-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.green-modal__form-input::placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #fff;
    opacity: 0.7;
}
.green-modal__form-error {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
    margin-top: 4px;
}
.green-modal__form-inner + .green-modal__form-inner {
    margin-top: 12px;
}
.green-modal__form-warning {
    margin-top: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #fff;
    opacity: 0.8;
    letter-spacing: 0.005rem;
}
.green-modal__btn {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #00b74f;
    padding: 17px 67px;
    width: 100%;
    height: 56px;
    background: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    cursor: pointer;
}
.green-modal__link {
    margin-top: 28px;
}
.green-modal__form-btn {
    margin-top: 16px;
}
.success-modal .green-modal__title {
    max-width: 269px;
}
@media (max-width: 1280px) {
    .advantages-item__title {
        font-size: 21px;
        margin-bottom: 8px;
    }
    .advantages-item__icon {
        width: 45px;
        height: 45px;
        margin-bottom: 26px;
    }
    .advantages-item__text {
        font-size: 15px;
    }
    .advantages {
        padding: 50px 0 50px;
    }
    .about {
        padding: 50px 0;
    }
    .title {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .about-list li span {
        font-size: 42px;
    }
    .about-list li {
        padding: 27px 12px;
        width: 237px;
    }
    .about-list {
        gap: 12px;
    }
    .cooperation-banner__title {
        font-size: 22px;
        max-width: 486px;
    }
    .cooperation-banner__text {
        font-size: 15px;
        max-width: 598px;
    }
    .cooperation-banner {
        min-height: 304px;
    }
    .cooperation {
        padding: 50px 0 35px;
    }
    .delivery-inner {
        gap: 10px;
    }
    .subtitle {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .delivery {
        padding: 35px 0;
    }
    .pickup {
        padding: 35px 0;
    }
    .payment {
        padding: 35px 0 50px;
    }
    .contacts {
        padding: 50px 0;
    }
    .contacts-info__title {
        font-size: 26px;
    }
    .bid {
        margin-top: 50px;
    }
    .bid-inner {
        padding: 45px 0;
    }
    .catalog-result__table thead th {
        font-size: 15px;
    }
    .catalog-result__table tbody .td-name p {
        font-size: 15px;
        padding: 0 8px;
        max-width: 205px;
    }
    .td-price p {
        font-size: 15px;
        padding: 0 8px;
    }
    .td-count p,
    .td-newprice p,
    .td-sale p {
        font-size: 14px;
    }
    .td-link {
        font-size: 14px;
    }
    .td-count p,
    .td-newprice p,
    .td-sale p {
        padding: 0 8px;
    }
    .parameters-reset {
        padding: 12px 38px;
        min-width: 256px;
        height: 44px;
        font-size: 15px;
    }
    .parameters-checkbox label {
        font-size: 14px;
        padding: 8px 18px 8px 12px;
    }
    .catalog-parameters__tab {
        font-size: 15px;
        padding: 18px 16px;
    }
    .catalog-parameters__tabs-content {
        padding: 16px 16px;
    }
    .parameters-title {
        font-size: 15px;
    }
    .catalog-parameters__title {
        font-size: 17px;
        -webkit-transform: translateY(-12px) translateX(2px);
            -ms-transform: translateY(-12px) translateX(2px);
                transform: translateY(-12px) translateX(2px);
    }
    .catalog-parameters__top {
        padding: 4px 16px 16px;
        gap: 30px;
    }
    .catalog .title {
        margin-bottom: 34px;
    }
    .catalog {
        padding: 50px 0;
    }
    .parameters-checkbox input:checked ~ label:after {
        right: 6px;
        top: 8px;
        width: 7px;
        height: 7px;
    }
    .icon-cart {
        bottom: 50px;
        right: 50px;
        width: 80px;
        height: 80px;
        padding: 21px;
    }
    .icon-cart__count {
        right: -5px;
        top: -5px;
    }
    .catalog-pagination a,
    .catalog-pagination span,
    .catalog-pagination div {
        padding: 12px 5px;
        min-width: 44px;
        height: 44px;
        font-size: 14px;
    }
    .green-modal {
        padding: 18px;
        width: 425px;
    }
    .green-modal__form {
        margin-top: 22px;
    }
    .green-modal__title {
        font-size: 31px;
        margin-bottom: 6px;
    }
    .green-modal__form-input {
        padding: 13px 15px;
        height: 50px;
        font-size: 15px;
    }
    .green-modal__form-input::-webkit-input-placeholder {
        font-size: 15px;
    }
    .green-modal__form-input::-moz-placeholder {
        font-size: 15px;
    }
    .green-modal__form-input:-ms-input-placeholder {
        font-size: 15px;
    }
    .green-modal__form-input::-ms-input-placeholder {
        font-size: 15px;
    }
    .green-modal__form-input::placeholder {
        font-size: 15px;
    }
    .green-modal__text {
        font-size: 14px;
    }
    .green-modal__btn {
        font-size: 15px;
    }
    .green-modal__form-btn {
        margin-top: 12px;
    }
    .green-modal__close {
        right: 18px;
        top: 18px;
    }
    .green-modal__form-inner + .green-modal__form-inner {
        margin-top: 9px;
    }
    .green-modal__form-warning {
        margin-top: 10px;
    }
    .success-modal .green-modal__title {
        max-width: 239px;
    }
    .green-modal__link {
        margin-top: 20px;
    }
}
@media (max-width: 1092px) {
    .contacts-map {
        max-width: 531px;
    }
}

@media (max-width: 991px) {
    .advantages-item {
        padding: 16px;
    }
    .cooperation-banner {
        padding: 20px;
    }
    .delivery-item {
        padding: 20px;
    }
    .delivery-item__title {
        font-size: 18px;
    }
    .delivery-item__icon {
        width: 40px;
        height: 40px;
    }
    .delivery-item__info-subtitle {
        font-size: 15px;
    }
    .delivery-item__info-title {
        font-size: 15px;
        margin-bottom: 1px;
    }
    .pickup-text {
        font-size: 14px;
    }
    .pickup-item__info {
        font-size: 14px;
    }
    .pickup-item {
        padding: 15px 15px 15px 15px;
    }
    .pickup-list {
        gap: 8px;
    }
    .contacts-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contacts-map {
        max-width: 100%;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
    .bid-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .bid-form {
        max-width: 100%;
        width: 100%;
    }
    .bid-form__row {
        width: 100%;
    }
    .bid-info__text {
        margin-top: 10px;
    }
    .catalog-result__table thead {
        display: none;
    }
    .td-price {
        display: none;
    }
    .td-wholesale {
        display: none;
    }
    .td-name__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 6px;
    }
    .catalog-result__table tr {
        background: #fafafa;
        padding: 14px;
        position: relative;
        min-height: 176px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 14px;
    }
    .catalog-result__table td.td-photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff;
        width: 148px;
    }
    .catalog-result__table tbody .td-name__info p {
        font-weight: 400;
        font-size: 15px;
        line-height: 138%;
        color: rgba(33, 33, 33, 0.8);
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .catalog-result__table tbody .td-name__info b {
        color: rgb(33, 33, 33);
        font-weight: 500;
    }
    .td-name__wholesale {
        font-family: 'Noto Sans', sans-serif;
        background: transparent;
        outline: none;
        font-weight: 500;
        font-size: 15px;
        line-height: 129%;
        color: #ed0010;
    }
    .th-empty {
        width: 0%;
    }
    .td-link {
        position: absolute;
        width: 30px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/icons/add-cart.svg');
        color: transparent;
        padding: 0;
        top: 10px;
        right: 15px;
    }
    .td-name {
        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-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .wholesale-modal thead {
        display: block;
    }
    .wholesale-modal {
        display: block;
        position: fixed;
        left: 50%;
        background: #fff;
        width: 500px;
        padding: 16px;
        z-index: 1000;
    }
    .wholesale-modal__title {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #212121;
        margin-bottom: 10px;
    }
    .wholesale-modal__text {
        font-weight: 400;
        font-size: 13px;
        line-height: 138%;
        color: #212121;
        opacity: 0.8;
        margin-bottom: 12px;
    }
    .catalog-result__table tbody .wholesale-modal__text p,
    .wholesale-modal__text p {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        padding: 0;
    }
    .wholesale-modal__table {
        width: 100%;
    }
    .wholesale-modal__table tr {
        background: #fff;
        width: 100%;
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
        padding: 0;
        gap: 1px;
        margin-top: 1px;
    }
    .wholesale-modal__table tr th {
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 10px 0;
    }
    .td-count {
        width: 50%;
    }
    .td-count p {
        width: 100%;
    }
    .td-newprice {
        width: 50%;
    }
    .td-newprice p {
        width: 100%;
    }
    .wholesale-modal__close {
        width: 20px;
        height: 20px;
        background-image: url('../images/icons/modal-close.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        right: 16px;
        top: 16px;
    }
    .wholesale-modal__table tbody {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .wholesale-modal__table tbody .td-count p,
    .wholesale-modal__table tbody .td-newprice p {
        font-size: 15px;
        padding: 6px 17px;
        max-width: 100%;
    }
    .catalog-parameters__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }
    .catalog-parameters__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .catalog-result__table > tbody > tr + tr {
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .advantages-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }
    .advantages {
        padding: 50px 0 35px;
    }
    .advantages-item {
        width: 100%;
        max-width: 100%;
        padding: 14px;
        min-height: 260px;
    }
    .advantages-item__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 34px;
    }
    .advantages-item__title {
        font-size: 18px;
        line-height: 122%;
        margin-bottom: 10px;
    }
    .advantages-item__text {
        font-size: 13px;
        line-height: 138%;
    }
    .about {
        padding: 35px 0;
    }
    .title {
        font-size: 26px;
        line-height: 115%;
        margin-bottom: 24px;
    }
    .about-list li {
        width: 100%;
        padding: 22px 22px;
        height: 123px;
        row-gap: 8px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about-list li span {
        font-size: 38px;
        line-height: 100%;
    }
    .about-list li p {
        font-size: 13px;
        line-height: 138%;
    }
    .about-list {
        gap: 10px;
    }
    .cooperation-banner {
        padding: 14px;
        min-height: 234px;
    }
    .cooperation-banner__title {
        font-size: 18px;
        line-height: 122%;
        max-width: 422px;
    }
    .cooperation-banner__text {
        font-size: 13px;
        line-height: 139%;
        max-width: 521px;
        margin-top: 9px;
    }
    .cooperation-banner__text p {
        padding: 3px 0;
    }
    .cooperation {
        padding: 35px 0 25px;
    }
    .delivery-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .subtitle {
        font-size: 22px;
        line-height: 123%;
        margin-bottom: 20px;
    }
    .delivery-item {
        padding: 12px;
    }
    .delivery-item__title {
        font-size: 16px;
        line-height: 137%;
    }
    .delivery-item__list {
        margin-top: 15px;
        gap: 12px;
    }
    .delivery-item__icon {
        width: 30px;
        height: 30px;
    }
    .delivery-item__info-title {
        font-size: 13px;
        line-height: 138%;
        margin-bottom: 5px;
    }
    .delivery-item__info-subtitle {
        font-size: 14px;
        line-height: 107%;
    }
    .delivery {
        padding: 25px 0;
    }
    .delivery-item__elem {
        gap: 8px;
    }
    .pickup-text {
        font-size: 13px;
        line-height: 138%;
    }
    .pickup-list {
        margin: 13px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }
    .pickup-item {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        min-height: 273px;
    }
    .pickup-item__image {
        height: 50vw;
    }
    .pickup-item__info {
        font-size: 13px;
        line-height: 138%;
        margin-top: 15px;
        letter-spacing: 0.013rem;
    }
    .pickup {
        padding: 25px 0;
    }
    .payment-card__icon {
        max-width: 40px;
        max-height: 40px;
        margin-bottom: 23px;
    }
    .payment-card {
        padding: 12px;
    }
    .payment-card__title {
        font-size: 17px;
        line-height: 129%;
    }
    .payment-card__text {
        font-size: 13px;
        line-height: 138%;
    }
    .payment {
        padding: 25px 0 35px;
    }
    .contacts {
        padding: 35px 0;
    }
    .contacts-info__title {
        font-size: 26px;
        line-height: 115%;
    }
    .contacts-info__location {
        font-size: 16px;
        line-height: 137%;
    }
    .contacts-info {
        row-gap: normal;
    }
    .contacts-info__row--top {
        margin-bottom: 24px;
    }
    .contacts-info__row--center {
        margin-bottom: 16px;
    }
    .contacts-info__subtitle {
        font-size: 16px;
        line-height: 125%;
        margin-bottom: 10px;
    }
    .contacts-info__item p {
        font-size: 13px;
        line-height: 138%;
    }
    .contacts-info__item.contacts-info__item--phone a {
        font-size: 17px;
        line-height: 118%;
    }
    .contacts-info__item + .contacts-info__item {
        margin-top: 7px;
    }
    .contacts-info__item.contacts-info__item--mail a {
        font-size: 15px;
        line-height: 120%;
    }
    .contacts-info__item b {
        font-size: 13px;
        line-height: 138%;
    }
    .contacts-info__address {
        margin-top: 7px;
        font-size: 14px;
        line-height: 143%;
    }
    .contacts-inner {
        gap: 24px;
    }
    .bid {
        margin-top: 35px;
    }
    .bid-inner {
        padding: 30px 0;
        gap: 24px;
    }
    .bid-form__warning {
        max-width: 500px;
    }
    .bid-info__text {
        font-size: 13px;
        line-height: 138%;
    }
    .bid-form__input {
        height: 42px;
        padding: 12px;
        font-size: 14px;
        line-height: 129%;
    }
    .bid-form__input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .bid-form__input::-moz-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .bid-form__input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .bid-form__input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .bid-form__input::placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .bid-form__warning {
        font-size: 12px;
        line-height: 133%;
    }
    .bid-form__btn {
        height: 40px;
        padding: 10px 0;
        font-size: 13px;
        line-height: 138%;
    }
    .bid-form__error {
        font-size: 12px;
        line-height: 117%;
        margin-top: 3px;
    }
    .catalog-result__table tr {
        min-height: 126px;
        padding: 6px 10px 8px 8px;
    }
    .catalog-result__table tbody {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .catalog-result__table td.td-photo {
        width: 100px;
        height: 100%;
        min-height: inherit;
    }
    .td-photo > img {
        max-width: 100px;
        max-height: 112px;
    }
    .catalog-result__table tbody .td-name p {
        font-size: 13px;
        line-height: 138%;
        max-width: 165px;
        letter-spacing: -0.02rem;
    }
    .catalog-result__table tbody .td-name__info b {
        font-size: 14px;
        line-height: 129%;
    }
    .td-name__wholesale {
        font-size: 14px;
        line-height: 129%;
    }
    .td-link {
        width: 24px;
        height: 24px;
        top: 6px;
        right: 10px;
    }
    .catalog-result__table tbody .wholesale-modal__text p,
    .wholesale-modal__text p {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .wholesale-modal__table tr {
        padding: 0;
        min-height: auto;
    }
    .catalog-parameters__bottom {
        display: none;
    }
    .catalog-parameters__title {
        display: none;
    }
    .catalog-parameters__top {
        padding: 0;
        gap: 12px;
    }
    .catalog-parameters {
        border: none;
    }
    .catalog .title {
        margin-bottom: 24px;
    }
    .parameters-title {
        padding: 0;
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 138%;
        letter-spacing: 0.02rem;
    }
    .parameters-checkbox label {
        font-size: 13px;
        line-height: 138%;
        padding: 8px 17px;
    }
    .catalog-parameters__inner {
        gap: 6px;
    }
    .catalog {
        padding: 35px 0;
    }
    .parameters-check {
        font-family: 'Noto Sans', sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        padding: 16px;
        background: #00b74f;
        font-weight: 500;
        font-size: 13px;
        line-height: 138%;
        text-align: center;
        color: #fff;
        width: 100%;
        border: 1px solid #00b74f;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .parameters-check svg path {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .catalog-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-top: 14px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .catalog-row__buttons {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 10px;
    }
    .parameters-reset svg {
        width: 14px;
        height: 14px;
    }
    .parameters-reset {
        font-size: 13px;
        line-height: 138%;
    }
    .catalog-count {
        margin-top: 24px;
        font-size: 13px;
        line-height: 138%;
    }
    .catalog-result {
        margin-top: 12px;
    }
    .parameters-checkbox {
        min-height: 34px;
    }
    .parameters__mobile {
        display: block;
        position: fixed;
        left: 50%;
        background: #fff;
        width: 500px;
        padding: 20px;
        z-index: 1000;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .parameters__mobile-btn {
        font-weight: 500;
        font-size: 13px;
        line-height: 138%;
        color: #fff;
        padding: 12px 67px;
        background: #00b74f;
        width: 100%;
        margin-top: 40px;
    }
    .parameters__mobile-section + .parameters__mobile-section {
        margin-top: 18px;
    }
    .parameters__mobile-content {
        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-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .parameters__mobile-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #212121;
        margin-bottom: 25px;
        max-width: 274px;
    }
    .parameters__mobile-close {
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../images/icons/modal-close.svg');
        position: absolute;
        right: 20px;
        top: 20px;
        background-color: transparent;
    }
    .right-modal {
        padding: 20px;
        width: 100%;
    }
    .right-modal__title {
        font-size: 24px;
        line-height: 108%;
    }
    .right-modal__count {
        font-size: 13px;
        line-height: 123%;
    }
    .right-modal__toprow {
        margin-bottom: 15px;
    }
    .right-modal__product-image {
        max-width: 81px;
        max-height: 95px;
    }
    .right-modal__product-title {
        font-size: 14px;
        line-height: 143%;
        max-width: 161px;
    }
    .right-modal__product {
        padding: 13px 0;
        min-height: 134px;
    }
    .right-modal__product-delete svg {
        width: 16px;
        height: 16px;
    }
    .right-modal__product-nowprice {
        font-size: 16px;
        line-height: 125%;
    }
    .right-modal__product-counts {
        padding: 8px 12px;
        width: 114px;
        height: 34px;
    }
    .right-modal__product-input {
        font-size: 14px;
        line-height: 129%;
        width: 60px;
    }
    .right-modal__product-minus svg {
        width: 15px;
        height: 14px;
    }
    .right-modal__product-plus {
        width: 14px;
        height: 14px;
    }
    .right-modal__product-newprice {
        font-size: 16px;
        line-height: 125%;
    }
    .right-modal__product-oldprice {
        font-size: 12px;
        line-height: 142%;
        margin-right: 3px;
    }
    .cart-info__title {
        font-size: 13px;
        line-height: 138%;
        letter-spacing: 0.002rem;
    }
    .cart-info__price {
        font-size: 15px;
        line-height: 120%;
    }
    .right-modal__bottomrow {
        margin-top: 18px;
    }
    .cart-sale__title {
        font-size: 13px;
        line-height: 138%;
    }
    .cart-sale__percent {
        font-size: 12px;
        line-height: 117%;
    }
    .cart-sale__price {
        font-size: 13px;
        line-height: 138%;
    }
    .cart-sale__col {
        gap: 7px;
    }
    .cart-result__title {
        font-size: 18px;
        line-height: 122%;
    }
    .cart-result__price {
        font-size: 18px;
        line-height: 122%;
    }
    .cart-warning {
        font-size: 13px;
        line-height: 138%;
    }
    .cart-btn {
        margin-top: 21px;
    }
    .right-modal__btn {
        font-size: 13px;
        line-height: 138%;
        padding: 12px 0;
    }
    .icon-cart {
        padding: 21px;
        width: 64px;
        height: 64px;
        right: 30px;
        bottom: 30px;
    }
    .icon-cart__image {
        width: 21px;
        height: 21px;
    }
    .icon-cart__count {
        font-size: 12px;
        line-height: 100%;
        right: -8px;
        top: -8px;
    }
    .right-modal__back {
        font-size: 13px;
        line-height: 138%;
    }
    .right-modal__back svg {
        width: 6px;
        height: 8px;
    }
    .right-modal__close svg {
        width: 16px;
        height: 16px;
    }
    .right-modal__formrow {
        padding-top: 11px;
    }
    .right-modal__form-title {
        font-size: 18px;
        line-height: 122%;
    }
    .right-modal__form-text {
        font-size: 13px;
        line-height: 138%;
        max-width: 330px;
    }
    .right-modal__form-input {
        font-size: 14px;
        line-height: 129%;
        padding: 11px;
        letter-spacing: 0.004rem;
    }
    .right-modal__form-input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.004rem;
    }
    .right-modal__form-input::-moz-placeholder {
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.004rem;
    }
    .right-modal__form-input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.004rem;
    }
    .right-modal__form-input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.004rem;
    }
    .right-modal__form-input::placeholder {
        font-size: 14px;
        line-height: 129%;
        letter-spacing: 0.004rem;
    }
    .right-modal__form-inner + .right-modal__form-inner {
        margin-top: 12px;
    }
    .right-modal__form-warning {
        font-size: 12px;
        line-height: 133%;
        letter-spacing: 0.005rem;
    }
    .right-modal__details {
        margin-top: 26px;
        margin-bottom: -2px;
    }
    .right-modal__details-title {
        font-size: 18px;
        line-height: 122%;
    }
    .right-modal__orders {
        margin-top: 15px;
    }
    .right-modal__order-title {
        font-size: 13px;
        line-height: 138%;
        max-width: 152px;
    }
    .right-modal__order {
        padding: 12px 0;
        min-height: 112px;
    }
    .right-modal__order-quantity {
        font-size: 13px;
        line-height: 138%;
    }
    .right-modal__order-nowprice {
        font-size: 14px;
        line-height: 129%;
    }
    .right-modal__order-newprice {
        font-size: 14px;
        line-height: 129%;
    }
    .right-modal__order-oldprice {
        margin-right: 0;
        font-size: 11px;
        line-height: 145%;
    }
    .right-modal__order-price {
        -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;
    }
    .order-info__title {
        font-size: 15px;
        line-height: 133%;
    }
    .order-info__price {
        font-size: 15px;
        line-height: 133%;
    }
    .order-info__warning {
        font-size: 13px;
        line-height: 138%;
        letter-spacing: 0.004rem;
    }
    .order-modal {
        padding-bottom: 38px;
    }
    .right-modal__success-text {
        font-size: 18px;
        line-height: 122%;
    }
    .right-modal__success {
        padding-top: 10px;
    }
    .right-modal__success-info {
        font-size: 13px;
        line-height: 138%;
        max-width: 319px;
    }
    .right-modal__form-error {
        font-size: 12px;
        line-height: 117%;
        margin-top: 3px;
    }
    .catalog-pagination {
        margin-top: 16px;
        gap: 6px;
    }
    .catalog-pagination a,
    .catalog-pagination span,
    .catalog-pagination div {
        padding: 12px 5px;
        min-width: 38px;
        height: 38px;
        line-height: 129%;
        letter-spacing: -0.02em;
    }
    .catalog-pagination a svg {
        width: 8px;
        height: 10px;
    }
    .green-modal {
        padding: 16px;
        width: 335px;
    }
    .green-modal__title {
        font-size: 26px;
        line-height: 115%;
        margin-bottom: 10px;
    }
    .green-modal__close svg {
        width: 16px;
        height: 16px;
    }
    .green-modal__close {
        right: 16px;
        top: 16px;
    }
    .green-modal__text {
        font-size: 13px;
        line-height: 138%;
    }
    .green-modal__form-input {
        font-size: 14px;
        line-height: 129%;
        padding: 12px;
        height: 42px;
    }
    .green-modal__form-input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .green-modal__form-input::-moz-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .green-modal__form-input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .green-modal__form-input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .green-modal__form-input::placeholder {
        font-size: 14px;
        line-height: 129%;
    }
    .green-modal__form-inner + .green-modal__form-inner {
        margin-top: 12px;
    }
    .green-modal__form {
        margin-top: 24px;
    }
    .green-modal__form-warning {
        margin-top: 14px;
    }
    .green-modal__form-btn {
        margin-top: 16px;
    }
    .green-modal__btn {
        height: 42px;
        font-size: 13px;
        line-height: 138%;
        padding: 12px 0;
    }
    .success-modal .green-modal__title {
        max-width: 207px;
    }
    .green-modal__link {
        margin-top: 27px;
    }
    .green-modal__form-error {
        font-size: 12px;
        line-height: 117%;
    }
    .th-mini-left + .th-mini-right {
        margin-left: 1px;
    }
}
@media (max-width: 620px) {
    .wholesale-modal {
        max-width: 89%;
        padding: 14px;
    }
    .wholesale-modal__close {
        right: 14px;
        top: 14px;
    }
    .wholesale-modal__table tr th {
        font-size: 13px;
        line-height: 138%;
        padding: 8px 0;
    }
    .wholesale-modal__table tbody .td-count p,
    .wholesale-modal__table tbody .td-newprice p {
        font-size: 13px;
        line-height: 138%;
        padding: 6px 17px;
    }
    .parameters__mobile {
        width: 100%;
        top: -400%;
    }
    .parameters__mobile-btn {
        margin-top: 121px;
    }
    .parameters__mobile__form {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .parameters__mobile.modal {
        top: -400%;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 1px;
        overflow-y: hidden;
    }
    .parameters__mobile.modal.modal-active {
        top: 0;
        overflow-y: scroll;
        max-height: -webkit-fill-available;
    }
}
@media (max-width: 430px) {
    .container {
        padding: 0 20px;
    }
    .cooperation-banner {
        padding: 14px;
        min-height: 488px;
    }
    .pickup-item__image {
        height: 163px;
    }
    .bid-form__btn {
        width: 100%;
    }
    .parameters-check {
        padding: 13px;
        gap: 12px;
    }
    .parameters-reset {
        height: 42px;
        gap: 12px;
    }
    .catalog-result__table tr {
        gap: 0px;
        min-height: 111px;
    }
    .catalog-result__table tbody .td-name__info p {
        letter-spacing: 0rem;
    }
    .wholesale-modal__table tr {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }
}
@media (max-width: 370px) {
    .green-modal {
        width: 94%;
    }
    .green-modal__title {
        font-size: 23px;
        margin-bottom: 5px;
    }
}
@media (max-width: 350px) {
    .container {
        padding: 0 10px;
    }
}