

/* Start:/opt/assets/wholesale.css?178660809024153*/
:root {
    --wh-green: #4f7c3b;
    --wh-green-dark: #365c29;
    --wh-green-soft: #edf3e9;
    --wh-ink: #262b26;
    --wh-muted: #6b716b;
    --wh-line: #e3e7df;
    --wh-warm: #f8faf7;
    --wh-white: #fff;
    --wh-radius: 18px;
    --wh-shadow: 0 16px 42px rgba(49, 65, 42, .08);
}

.wholesale-opt-page .top-block-wrapper {
    display: none !important;
}

.wholesale-opt-page #content > .wrapper_inner {
    max-width: none !important;
    padding: 0 !important;
}

.wholesale-opt-page #content > .wrapper_inner > .container_inner {
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
}

.wholesale-opt-page #content .right_block,
.wholesale-opt-page #content .middle,
.wholesale-opt-page #content .middle > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wholesale-opt-page #content .left_block {
    display: none !important;
}

.wholesale-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.wholesale-page,
.wholesale-page * {
    box-sizing: border-box;
}

.wholesale-page {
    overflow: visible;
    overflow-x: clip;
    color: var(--wh-ink);
    background: var(--wh-white);
    font-size: 16px;
    line-height: 1.55;
}

.wholesale-page h1,
.wholesale-page h2,
.wholesale-page h3,
.wholesale-page p,
.wholesale-page ul,
.wholesale-page ol {
    margin-top: 0;
}

.wholesale-page a {
    color: inherit;
}

.wholesale-page li::before {
    display: none !important;
    content: none !important;
}

.wholesale-shell {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.wholesale-section {
    padding: 72px 0;
}

.wholesale-heading {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.wholesale-heading--left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.wholesale-heading h2,
.wholesale-request h2 {
    margin-bottom: 12px;
    color: var(--wh-ink);
    font-size: clamp(28px, 2.2vw, 40px);
    font-weight: 700;
    line-height: 1.15;
}

.wholesale-heading p {
    margin-bottom: 0;
    color: var(--wh-muted);
    font-size: 17px;
}

.wholesale-icon {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border: 1px solid #d5e1cf;
    border-radius: 15px;
    color: var(--wh-green);
    background: linear-gradient(145deg, #fbfdf9, #eef5ea);
    box-shadow: 0 6px 16px rgba(62, 93, 49, .07);
}

.wholesale-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.85;
    shape-rendering: geometricPrecision;
    vector-effect: non-scaling-stroke;
}

.wholesale-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.wholesale-button:hover {
    transform: translateY(-1px);
}

.wholesale-button--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #5b8b43, #3f7133);
    box-shadow: 0 12px 24px rgba(76, 120, 56, .18);
}

.wholesale-button--primary:hover {
    background: linear-gradient(135deg, #507f3b, #345f2a);
}

.wholesale-button--secondary {
    border-color: #98af8c;
    color: var(--wh-green-dark) !important;
    background: rgba(255, 255, 255, .78);
}

.wholesale-button--secondary:hover {
    border-color: var(--wh-green);
    background: #fff;
}

.wholesale-hero {
    position: relative;
    min-height: 640px;
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 33%, rgba(255, 255, 255, .38) 57%, rgba(255, 255, 255, 0) 100%), url('/opt/assets/wholesale-hero-white.webp');
    background-position: center, center;
    background-size: cover, cover;
}

.wholesale-hero__inner {
    display: flex;
    min-height: 640px;
    align-items: center;
}

.wholesale-hero__content {
    position: relative;
    z-index: 1;
    width: 56%;
    max-width: 720px;
    padding: 70px 0 46px;
}

.wholesale-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--wh-green-dark);
    border: 1px solid #dce7d7;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.wholesale-hero h1 {
    max-width: 760px;
    margin-bottom: 20px;
    color: #232823;
    font-size: clamp(40px, 4.4vw, 66px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.wholesale-hero__lead {
    max-width: 650px;
    margin-bottom: 12px;
    color: #3d443d;
    font-size: clamp(19px, 1.7vw, 24px);
    line-height: 1.42;
}

.wholesale-hero__note {
    max-width: 610px;
    margin-bottom: 28px;
    color: var(--wh-muted);
    font-size: 16px;
}

.wholesale-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}

.wholesale-benefits {
    padding: 18px 0 20px;
    border-top: 1px solid var(--wh-line);
    border-bottom: 1px solid var(--wh-line);
    background: #fff;
}

.wholesale-benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.wholesale-benefit {
    display: flex;
    min-height: 88px;
    align-items: center;
    gap: 11px;
    padding: 12px 13px;
    border: 1px solid var(--wh-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.wholesale-benefit .wholesale-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 12px;
    background: #f7faf5;
    box-shadow: none;
}

.wholesale-benefit .wholesale-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    stroke-width: 2;
}

.wholesale-benefit strong,
.wholesale-benefit div > span {
    display: block;
}

.wholesale-benefit strong {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.25;
}

.wholesale-benefit div > span {
    color: var(--wh-muted);
    font-size: 11px;
    line-height: 1.3;
}

.wholesale-pricing {
    background: #fff;
}

.wholesale-price-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.wholesale-price-card {
    padding: 28px 24px;
    border: 1px solid var(--wh-line);
    border-radius: var(--wh-radius);
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 28px rgba(54, 67, 49, .04);
}

.wholesale-price-card--accent {
    border-color: #a7bd9b;
    background: linear-gradient(145deg, #fff, #f1f6ed);
}

.wholesale-price-card__visual {
    position: relative;
    display: block;
    width: 72px;
    height: 58px;
    margin: 0 auto 18px;
}

.wholesale-price-card__visual::before,
.wholesale-price-card__visual::after {
    position: absolute;
    bottom: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #92ad85;
    background: linear-gradient(135deg, #f2f7ef, #d9e7d3);
    box-shadow: inset -5px -5px 0 rgba(69, 110, 51, .06);
    content: '';
}

.wholesale-price-card__visual::before {
    left: 22px;
}

.wholesale-price-card__visual::after {
    display: none;
    left: 4px;
}

.wholesale-price-card__visual--two::after,
.wholesale-price-card__visual--three::after,
.wholesale-price-card__visual--four::after,
.wholesale-price-card__visual--five::after {
    display: block;
}

.wholesale-price-card__visual--three {
    transform: scale(1.08);
}

.wholesale-price-card__visual--three::before,
.wholesale-price-card__visual--four::before,
.wholesale-price-card__visual--five::before {
    box-shadow: 18px -10px 0 #dce9d6, -7px -21px 0 #edf4ea;
}

.wholesale-price-card h3 {
    margin-bottom: 10px;
    font-size: 17px;
}

.wholesale-price-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.wholesale-price-card p {
    margin-bottom: 0;
    color: var(--wh-muted);
    font-size: 14px;
}

.wholesale-package-picker .banners_package {
    padding: 64px 0;
    background-color: #fff;
}

.wholesale-package-picker .banners_package-wrapper {
    border: 1px solid #dfe9da;
    border-radius: 18px;
    background-color: rgba(235, 246, 228, .82);
}

.wholesale-package-picker .banners_package-wrapper-inner {
    padding-top: 42px;
    padding-bottom: 52px;
}

.wholesale-package-picker .banners_package-title {
    color: var(--wh-ink);
    font-weight: 700;
}

.wholesale-package-picker .banners_package-itemtitle {
    z-index: 2;
    color: #555;
    pointer-events: none;
}

.wholesale-package-picker .banners_package-link {
    z-index: 3;
}

/* --- Фикс блока «Подберите себе упаковку» (2026-08-09) ---
   Шаблон banners_package рисует ДВЕ картинки на карточку (обычную и ховерную)
   и прячет вторую через `.banners_package-image_hover{display:none}`.
   Но у Aspro есть `.img-responsive{display:block}` — та же специфичность,
   а файл шаблона грузится позже, поэтому побеждал он и было видно ОБЕ иконки.
   Плюс подмена через display дёргала высоту карточки под курсором и давала
   мерцание. Здесь: обе картинки складываем стопкой и меняем прозрачностью —
   раскладка не прыгает, ховер не срывается. */
.wholesale-package-picker .banners_package-image-wrapper {
    position: relative;
    /* картинки квадратные 300x300; резервируем место, чтобы карточка
       не была схлопнута, пока lazy-загрузка держит заглушку 1x1 */
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 5px;
}

.wholesale-package-picker .banners_package-image-wrapper img.img-responsive {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.wholesale-package-picker .banners_package-image_hover {
    opacity: 0;
    transition: opacity .18s ease;
}

.wholesale-package-picker .banners_package-item:hover .banners_package-image_hover {
    opacity: 1;
}

/* базовая картинка больше не прячется — она просто под ховерной */
.wholesale-package-picker .banners_package-item:hover .banners_package-image_default {
    display: block;
}

@supports not (aspect-ratio: 1 / 1) {
    .wholesale-package-picker .banners_package-image-wrapper {
        height: 0;
        padding-bottom: 100%;
    }
}

.wholesale-industries {
    padding: 46px 0 52px;
    background: #fff;
}

.wholesale-industries .wholesale-heading {
    margin-bottom: 24px;
}

.wholesale-industry-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.wholesale-industry-card {
    display: flex;
    min-height: 158px;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    border: 1px solid var(--wh-line);
    border-radius: 12px;
    background: #fff;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.wholesale-industry-card:hover {
    transform: translateY(-3px);
    border-color: #bfd0b6;
    box-shadow: var(--wh-shadow);
}

.wholesale-industry-card__icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
    place-items: center;
    border: 1px solid #d8e4d3;
    border-radius: 11px;
    color: var(--wh-green);
    background: #f7faf5;
    box-shadow: none;
}

.wholesale-industry-card__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    shape-rendering: geometricPrecision;
    vector-effect: non-scaling-stroke;
}

.wholesale-industry-card h3 {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.25;
}

.wholesale-industry-card p {
    margin-bottom: 0;
    color: var(--wh-muted);
    font-size: 11px;
    line-height: 1.35;
}

.wholesale-process {
    height: calc(100vh + 300px);
    min-height: 760px;
    border-top: 1px solid var(--wh-line);
    background: #fff;
}

.wholesale-process__track {
    height: 100%;
}

.wholesale-process__sticky {
    position: sticky;
    top: 92px;
    min-height: 0;
    padding: 38px 0 34px;
}

.wholesale-process__intro {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.wholesale-process__intro .wholesale-eyebrow {
    margin-bottom: 15px;
}

.wholesale-process__intro h2 {
    margin-bottom: 0;
    color: var(--wh-ink);
    font-size: clamp(30px, 2.7vw, 42px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.06;
}

.wholesale-process__content {
    position: relative;
    padding-top: 4px;
}

.wholesale-process__progress {
    position: absolute;
    top: 28px;
    right: 10%;
    left: 10%;
    z-index: 0;
}

.wholesale-process__bar {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
    border-radius: 99px;
    background: #e2e8de;
}

.wholesale-process__bar i {
    position: absolute;
    inset: 0;
    display: block;
    border-radius: inherit;
    background: var(--wh-green);
    transform: scaleX(0);
    transform-origin: left center;
    /* Без transition: полоса привязана к скроллу и обновляется каждый кадр —
       с переходом она постоянно догоняет позицию и выглядит дрожащей. */
    will-change: transform;
}

/* Счётчик шагов живёт в подзаголовке, а не на правом краю полосы:
   там он накладывался на кружок последнего шага (2026-08-09). */
.wholesale-eyebrow [data-process-counter] {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    border-radius: 99px;
    color: var(--wh-green-dark);
    background: rgba(79, 124, 59, .1);
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: .08em;
    white-space: nowrap;
    vertical-align: middle;
}

.wholesale-process-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wholesale-process-list li {
    min-width: 0;
    margin: 0 !important;
    padding: 0 8px;
    text-align: center;
    opacity: .46;
    transition: opacity .2s ease, transform .2s ease;
}

.wholesale-process-list li.is-active,
.wholesale-process-list li.is-complete {
    opacity: 1;
}

.wholesale-process-list li > span {
    display: grid;
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    place-items: center;
    border: 1px solid #cbd9c4;
    border-radius: 50%;
    color: var(--wh-green-dark);
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.wholesale-process-list li.is-complete > span {
    border-color: var(--wh-green);
    color: #fff;
    background: var(--wh-green);
}

.wholesale-process-list li.is-active > span {
    border-color: var(--wh-green);
    box-shadow: 0 0 0 5px rgba(79, 124, 59, .12);
}

.wholesale-process-list h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.25;
}

.wholesale-process-list p {
    margin-bottom: 0;
    color: var(--wh-muted);
    font-size: 11px;
    line-height: 1.35;
}

.wholesale-bottom {
    padding-top: 52px;
    background: #fff;
}

.wholesale-bottom__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 26px;
    align-items: stretch;
}

.wholesale-faq,
.wholesale-request {
    padding: 38px;
    border: 1px solid var(--wh-line);
    border-radius: 20px;
    background: #fff;
}

.wholesale-faq .wholesale-heading {
    margin-bottom: 22px;
}

.wholesale-faq__item {
    border-bottom: 1px solid var(--wh-line);
}

.wholesale-faq__item:first-child {
    border-top: 1px solid var(--wh-line);
}

.wholesale-faq__item h3 {
    margin: 0;
}

.wholesale-faq__item button {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 2px;
    border: 0;
    color: var(--wh-ink);
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.wholesale-faq__item i {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.wholesale-faq__item i::before,
.wholesale-faq__item i::after {
    position: absolute;
    top: 9px;
    right: 3px;
    width: 14px;
    height: 1px;
    background: var(--wh-green);
    content: '';
    transition: transform .2s ease;
}

.wholesale-faq__item i::after {
    transform: rotate(90deg);
}

.wholesale-faq__item.is-open i::after {
    transform: rotate(0);
}

.wholesale-faq__answer {
    padding: 0 36px 18px 2px;
}

.wholesale-faq__answer p {
    margin: 0;
    color: var(--wh-muted);
    font-size: 13px;
}

.wholesale-request {
    border-color: #dfe8da;
    background: linear-gradient(145deg, #f5f8f2, #eef4e9);
}

.wholesale-request > p {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--wh-muted);
}

.wholesale-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.wholesale-request label {
    display: block;
    margin: 0;
}

.wholesale-request label > span {
    display: block;
    margin-bottom: 6px;
    color: #5a625a;
    font-size: 12px;
    font-weight: 600;
}

.wholesale-request input[type='text'],
.wholesale-request input[type='tel'] {
    width: 100%;
    height: 46px;
    padding: 10px 13px;
    border: 1px solid #d8dfd4;
    border-radius: 7px;
    color: var(--wh-ink);
    background: #fff;
    font: inherit;
    font-size: 14px;
    outline: 0;
}

.wholesale-request input:focus {
    border-color: #87a679;
    box-shadow: 0 0 0 3px rgba(100, 143, 81, .1);
}

.wholesale-request label.has-error input {
    border-color: #c9675d;
}

.wholesale-file {
    margin-top: 14px !important;
    padding: 13px 15px;
    border: 1px dashed #aec0a5;
    border-radius: 8px;
    background: rgba(255, 255, 255, .58);
}

.wholesale-file > span {
    margin-bottom: 8px !important;
}

.wholesale-file input {
    width: 100%;
    color: #687068;
    font-size: 12px;
}

.wholesale-honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.wholesale-request__footer {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.wholesale-request__footer p {
    max-width: 340px;
    margin: 0;
    color: #7b827b;
    font-size: 11px;
    line-height: 1.4;
}

.wholesale-request button[disabled] {
    opacity: .7;
    cursor: wait;
}

.wholesale-form-status {
    min-height: 24px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
}

.wholesale-form-status.is-success {
    color: #34702a;
}

.wholesale-form-status.is-error {
    color: #a73d35;
}

@media (max-width: 1180px) {
    .wholesale-hero {
        min-height: 610px;
        background-position: center, 62% center;
    }

    .wholesale-hero__inner {
        min-height: 610px;
    }

    .wholesale-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wholesale-industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .wholesale-price-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 920px) {
    .wholesale-shell {
        width: min(100% - 32px, 760px);
    }

    .wholesale-section {
        padding: 56px 0;
    }

    .wholesale-hero {
        min-height: auto;
        padding-top: 360px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 270px, #fff 360px), url('/opt/assets/wholesale-hero-white.webp');
        background-position: center, 64% top;
        background-size: cover, auto 390px;
        background-repeat: no-repeat;
    }

    .wholesale-hero__inner {
        min-height: auto;
    }

    .wholesale-hero__content {
        width: 100%;
        max-width: none;
        padding: 36px 0 44px;
    }

    .wholesale-hero h1 {
        font-size: clamp(38px, 8vw, 54px);
    }

    .wholesale-price-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wholesale-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wholesale-process {
        height: auto;
        min-height: 0;
        padding: 56px 0;
    }

    .wholesale-process__sticky {
        position: static;
        display: block;
        min-height: 0;
        padding: 0;
    }

    .wholesale-process__intro {
        max-width: 650px;
        margin-bottom: 28px;
    }

    .wholesale-process__content {
        display: block;
    }

    .wholesale-process__progress {
        display: none;
    }

    .wholesale-process-list {
        gap: 8px;
    }

    .wholesale-process-list li {
        min-height: 70px;
        opacity: 1;
        transform: none;
    }

    .wholesale-bottom__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .wholesale-page {
        font-size: 15px;
    }

    .wholesale-shell {
        width: min(100% - 24px, 520px);
    }

    .wholesale-section {
        padding: 44px 0;
    }

    .wholesale-heading {
        margin-bottom: 24px;
    }

    .wholesale-heading h2,
    .wholesale-request h2 {
        font-size: 28px;
    }

    .wholesale-hero {
        padding-top: 280px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 215px, #fff 280px), url('/opt/assets/wholesale-hero-white.webp');
        background-position: center, 65% top;
        background-size: cover, auto 300px;
    }

    .wholesale-hero__content {
        padding-top: 28px;
    }

    .wholesale-hero h1 {
        font-size: 37px;
    }

    .wholesale-hero__lead {
        font-size: 18px;
    }

    .wholesale-actions {
        display: grid;
    }

    .wholesale-button {
        width: 100%;
    }

    .wholesale-benefits__grid,
    .wholesale-price-grid,
    .wholesale-industry-grid {
        grid-template-columns: 1fr;
    }

    .wholesale-benefit {
        min-height: 76px;
        padding: 11px 12px;
    }

    .wholesale-package-picker .banners_package {
        padding: 42px 0;
    }

    .wholesale-package-picker .banners_package-wrapper-inner {
        padding: 34px 18px 28px;
    }

    .wholesale-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .wholesale-industry-card {
        min-height: 150px;
        padding: 14px 9px;
    }

    .wholesale-process__intro h2 {
        font-size: 32px;
    }

    .wholesale-process__content {
        overflow-x: auto;
        padding-bottom: 12px;
        scrollbar-width: thin;
    }

    .wholesale-process-list {
        min-width: 700px;
    }

    .wholesale-faq,
    .wholesale-request {
        padding: 26px 18px;
    }

    .wholesale-form-grid {
        grid-template-columns: 1fr;
    }

    .wholesale-request__footer {
        display: block;
    }

    .wholesale-request__footer p {
        margin-top: 12px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .wholesale-page *,
    .wholesale-page *::before,
    .wholesale-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/banners_package/style.min.css?17268257041341*/
.banners_package{padding:100px 0;background:url('/upload/new-images/leafs/package-l1.png') left -110px bottom -75px no-repeat,url('/upload/new-images/leafs/package-r1.png') right -210px top -135px no-repeat,url('/upload/new-images/leafs/package-r2.png') right -60px bottom 300px no-repeat}.banners_package>.maxwidth-theme{background:0 0}.banners_package-wrapper{background:#e8f6e0b3;backdrop-filter:blur(3px);border-radius:5px}.banners_package-wrapper-inner{margin:0 auto;max-width:850px;padding:50px 30px 80px}.banners_package-title{font-size:21px;font-weight:500;margin-bottom:20px}.banners_package-description{font-size:19px;margin-bottom:40px}.banners_package-item_wrapper{padding-bottom:20px}.banners_package-item{position:relative;border-radius:5px;background:#f3f4f6}.banners_package-image_hover,.banners_package-item:hover .banners_package-image_default{display:none}.banners_package-item:hover .banners_package-image_hover{display:block}.banners_package-itemtitle{position:absolute;top:25px;left:25px;right:25px;font-size:18px;font-weight:500;text-transform:uppercase}.banners_package-item:hover .banners_package-itemtitle{color:var(--theme-base-color)}.banners_package-link{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0}@media(max-width:767px){.banners_package-itemtitle{font-size:12px;top:15px;left:15px;right:15px}}
/* End */
/* /opt/assets/wholesale.css?178660809024153 */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/banners_package/style.min.css?17268257041341 */
