@font-face {
    font-family: "Bounded";
    src: url("/local/templates/nle/fonts/Bounded/bounded-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bounded";
    src: url("/local/templates/nle/fonts/Bounded/bounded-semi-bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.b2b-landing {
    --b2b-font-heading: "Bounded", "Inter", Arial, sans-serif;
    --b2b-text-color: var(--color-gray-darker2, #383838);
    --b2b-accent-color: var(--color-red, #ff4246);
    --b2b-benefit-background: #DDEDFF;

    width: 100%;
    min-width: 0;
    color: var(--b2b-text-color);
}

.b2b-landing,
.b2b-landing * {
    box-sizing: border-box;
}

.b2b-landing [hidden] {
    display: none !important;
}

main .b2b-landing > .b2b-landing__section,
main .b2b-landing > .b2b-landing__section:first-child {
    margin: 0;
    padding: clamp(34px, 4.6vw, 68px) 0;
    overflow: hidden;
}

main .b2b-landing > .b2b-landing__section--hero,
main .b2b-landing > .b2b-landing__section--hero:first-child {
    padding-block: 0;
}

.b2b-landing__section {
    position: relative;
    min-width: 0;
}

.b2b-landing__section--full-bleed {
    --b2b-full-bleed-background: #fff;

    background: var(--b2b-full-bleed-background);
    box-shadow: 0 0 0 100vmax var(--b2b-full-bleed-background);
    clip-path: inset(0 -100vmax);
}

.b2b-landing__section--hero {
    --b2b-full-bleed-background: #f8f8fa;
}

.b2b-landing__inner {
    width: 100%;
    min-width: 0;
    margin-inline: auto;
}

.b2b-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.43fr) minmax(320px, 1fr);
    width: 100%;
    min-width: 0;
    min-height: clamp(520px, 34.5vw, 660px);
    overflow: hidden;
    background: #fff;
    border-radius: clamp(24px, 2.8vw, 40px);
}

.b2b-hero__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(20px, 2vw, 30px) clamp(15px, 2.2vw, 30px) clamp(20px, 2vw, 30px) clamp(15px, 3vw, 35px);
}

.b2b-hero__title {
    margin: 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(24px, 2.45vw, 30px);
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.b2b-hero__subtitle {
    margin: 12px 0 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(16px, 1.55vw, 20px);
    font-weight: 600;
    line-height: 1.2;
}

.b2b-hero__partner {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
    margin-top: clamp(24px, 2.6vw, 38px);
}

.b2b-hero__partner-label {
    flex: 0 1 118px;
    color: var(--color-blue2, #2354a5);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.b2b-hero__partner-logo {
    display: block;
    width: auto;
    max-width: min(100%, 244px);
    max-height: 65px;
}

.b2b-hero__partner--composite .b2b-hero__partner-logo {
    width: min(100%, 244px);
}

.b2b-hero__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 20px 20px;
    width: 100%;
    margin: clamp(30px, 4vw, 100px) 0 0;
    padding: 0;
    list-style: none;
}

.b2b-hero__benefit {
    position: relative;
    display: block;
    min-width: 0;
    max-width: 100%;
    padding-left: 24px;
    color: var(--b2b-text-color);
    font-size: clamp(15px, 1.1vw, 16px);
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    overflow-wrap: break-word;
}

.b2b-hero__benefit::before {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #005baa;
}

.b2b-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: auto;
    padding-top: clamp(20px, 3vw, 30px);
}

.b2b-hero__button {
    width: 100%;
    max-width: none;
    min-width: 0;
    text-align: center;
    white-space: normal;
}

.b2b-hero__button--secondary.btn {
    color: var(--b2b-text-color) !important;
    background: #fff !important;
    border: 1px solid #9f9f9f !important;
}

.b2b-hero__button--secondary.btn:hover {
    color: var(--b2b-accent-color) !important;
    background: #fff !important;
    border-color: var(--b2b-accent-color) !important;
}

/*
.b2b-hero__button--primary.btn {
    color: #fff !important;
    background: var(--b2b-accent-color) !important;
    border-color: var(--b2b-accent-color) !important;
}
*/

.b2b-hero__visual {
    min-width: 0;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #eff2f7;
}

.b2b-hero__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.b2b-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.b2b-landing__placeholder {
    min-height: 120px;
    padding: 24px;
    border: 1px dashed #c9c9c9;
    border-radius: 8px;
}

.b2b-landing__placeholder-title {
    margin: 0;
    font-family: var(--b2b-font-heading);
    font-size: 24px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.b2b-landing .btn.btn-md {
    padding: 0 5px;
    line-height: 1;
}

.b2b-landing .b2b-hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-hero {
        grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.9fr);
    }

    .b2b-hero__content {
        padding: 28px;
    }

    .b2b-hero__title {
        max-width: none;
        font-size: clamp(28px, 3vw, 34px);
    }

    .b2b-hero__subtitle {
        font-size: 18px;
    }

    .b2b-hero__partner--composite .b2b-hero__partner-logo {
        width: min(100%, 310px);
    }

    .b2b-hero__benefits {
        gap: 18px 20px;
    }

    .b2b-hero__benefit {
        padding-left: 20px;
        font-size: 14px;
    }

    .b2b-hero__benefit::before {
        width: 10px;
        height: 10px;
        border-radius: 2px;
    }

    .b2b-hero__actions {
        gap: 12px;
        margin-top: 32px;
        grid-template-columns: 1fr;
    }

    .b2b-hero__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 14px;
        margin-top: 20px;
    }
}

@media (max-width: 750px) {
    main .b2b-landing > .b2b-landing__section,
    main .b2b-landing > .b2b-landing__section:first-child {
        padding: 26px 0;
    }

    main .b2b-landing > .b2b-landing__section--hero,
    main .b2b-landing > .b2b-landing__section--hero:first-child {
        padding-top: 0;
    }

    .b2b-hero {
        display: flex;
        flex-direction: column;
        overflow: visible;
        background: transparent;
        border-radius: 0;
    }

    .b2b-hero__visual {
        order: -1;
        min-height: 0;
        aspect-ratio: 2.2 / 1;
        border-radius: 20px;
    }

    .b2b-hero__content {
        padding: 22px 0 0;
    }

    .b2b-hero__title {
        max-width: 100%;
        font-size: clamp(24px, 7.2vw, 31px);
        line-height: 1.2;
    }

    .b2b-hero__subtitle {
        margin-top: 6px;
        font-size: 15px;
    }

    .b2b-hero__partner {
        margin-top: 18px;
    }

    .b2b-hero__partner--composite .b2b-hero__partner-logo {
        width: min(100%, 250px);
        max-height: 48px;
    }

    .b2b-hero__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 14px;
        margin-top: 20px;
    }

    .b2b-hero__benefit {
        padding-left: 18px;
        font-size: 13px;
    }

    .b2b-hero__benefit::before {
        width: 9px;
        height: 9px;
        border-radius: 2px;
    }

    .b2b-hero__actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        padding-top: 0;
    }

    .b2b-hero__button--primary {
        order: -1;
    }

    .b2b-landing__placeholder {
        min-height: 96px;
        padding: 20px;
    }

    .b2b-landing__placeholder-title {
        font-size: 22px;
    }
}


/* Section: Why us */
.b2b-landing__section--why {
    padding-block: clamp(40px, 5vw, 72px) !important;
}

.b2b-why {
    display: grid;
    grid-template-columns: minmax(360px, 41%) minmax(0, 1fr);
    grid-template-areas:
        "visual heading"
        "visual items";
    align-items: start;
    gap: clamp(34px, 3.3vw, 48px);
    width: 100%;
    min-width: 0;
}

.b2b-why__visual {
    grid-area: visual;
    min-width: 0;
    overflow: hidden;
    background: #eef2f7;
    border-radius: clamp(24px, 2.5vw, 36px);
    aspect-ratio: 572 / 595;
}

.b2b-why__picture,
.b2b-why__image {
    display: block;
    width: 100%;
    height: 100%;
}

.b2b-why__image {
    object-fit: cover;
    object-position: center;
}

.b2b-why__heading-row {
    grid-area: heading;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 304px);
    align-items: start;
    gap: clamp(24px, 3vw, 48px);
}

.b2b-why__title {
    max-width: 13ch;
    margin: 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    overflow-wrap: break-word;
}

.b2b-why__badge {
    justify-self: end;
    width: 100%;
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    color: var(--color-gray-darker2);
    background: #DDE9FF;
    border-radius: 0 0 36px 36px;
    font-family: var(--b2b-font-heading);
    font-size: clamp(17px, 1.45vw, 20px);
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    overflow-wrap: break-word;
}

.b2b-why__items {
    grid-area: items;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-why__item {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    min-height: 58px;
    padding: 12px 25px;
    color: var(--b2b-text-color);
    background: #f1efef;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-why {
        grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
        gap: 30px;
    }

    .b2b-why__heading-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .b2b-why__title {
        max-width: 16ch;
    }

    .b2b-why__badge {
        justify-self: start;
        width: auto;
        min-height: 0;
        border-radius: 18px;
        font-size: 16px;
        text-align: center;
    }

    .b2b-why__items {
        gap: 10px;
    }

    .b2b-why__item {
        min-height: 48px;
        padding: 9px 14px;
        font-size: 13px;
    }
}

@media (max-width: 750px) {
    .b2b-landing__section--why {
        padding-block: 32px !important;
    }

    .b2b-why {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "visual"
            "items";
        gap: 24px;
    }

    .b2b-why__visual {
        width: 100%;
        aspect-ratio: 2.2 / 1;
        border-radius: 20px;
    }

    .b2b-why__heading-row {
        grid-template-columns: minmax(0, 1fr) minmax(112px, 38%);
        gap: 12px;
    }

    .b2b-why__title {
        max-width: 13ch;
        font-size: clamp(23px, 7vw, 29px);
        line-height: 1.2;
    }

    .b2b-why__badge {
        min-height: 0;
        padding: 10px 12px;
        border-radius: 0 0 10px 10px;
        font-size: 11px;
        line-height: 1.15;
        text-align: center;
    }

    .b2b-why__items {
        gap: 8px;
    }

    .b2b-why__item {
        min-height: 0;
        padding: 8px 12px;
        font-size: 12px;
    }
}
@media (max-width: 415px) {
    .b2b-hero__visual {
        aspect-ratio: 1 / 0;
        border-radius: 16px;
    }

    .b2b-hero__title {
        font-size: 20px;
    }
    .b2b-hero__subtitle {
        font-size: 14px;
    }
    .b2b-why__title {
        max-width: 13ch;
        font-size: 20px;
    }
    .b2b-why__heading-row {
        display: block;
        position: relative;
        padding-right: 30%;
    }
    .b2b-why__badge {
        position: absolute;
        top:0;right: 0;
        width: 160px;
        text-align: right;
    }
}

@media (max-width: 330px) {
    .b2b-why__heading-row {
        grid-template-columns: 1fr;
    }

    .b2b-why__title {
        max-width: none;
    }

    .b2b-why__badge {
        justify-self: start;
        width: auto;
        max-width: 190px;
    }
}

/* CTA: Сократите время на поиск и закупки */
.b2b-landing__section--procurement {
    --b2b-full-bleed-background: #f8f8fa;
    padding-block: clamp(20px, 2.4vw, 32px) !important;
}

.b2b-procurement {
    display: grid;
    gap: clamp(30px, 3vw, 44px);
    width: 100%;
    min-width: 0;
    padding: clamp(36px, 3.4vw, 48px) clamp(28px, 10vw, 148px) clamp(36px, 3.2vw, 44px);
    background: #fff;
    border-radius: clamp(24px, 2.2vw, 32px);
}

.b2b-procurement__heading {
    display: grid;
    grid-template-columns: minmax(0, auto) auto;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 3.8vw, 54px);
    min-width: 0;
}

.b2b-procurement__copy {
    min-width: 0;
}

.b2b-procurement__title {
    margin: 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(27px, 2.25vw, 33px);
    font-weight: 600;
    line-height: 1.08;
    overflow-wrap: break-word;
}

.b2b-procurement__subtitle {
    margin: 6px 0 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 400;
    line-height: 1.15;
}

.b2b-procurement__accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 188px;
    min-height: 72px;
    padding: 25px 30px 15px;
    color: var(--b2b-accent-color);
    background: var(--b2b-benefit-background);
    border-radius: 40px;
    font-family: var(--b2b-font-heading);
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.b2b-procurement__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.b2b-landing .b2b-procurement__button.btn {
    width: 100%;
    max-width: none;
    min-width: 0;
    border-radius: 40px !important;
    white-space: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2b-procurement__button--secondary.btn {
    color: var(--b2b-text-color) !important;
    background: #fff !important;
    border: 1px solid #9f9f9f !important;
}

.b2b-procurement__button--secondary.btn:hover:not(:disabled) {
    color: var(--b2b-accent-color) !important;
    border-color: var(--b2b-accent-color) !important;
}

/*
.b2b-procurement__button--primary.btn {
    color: #fff !important;
    background: var(--b2b-accent-color) !important;
    border-color: var(--b2b-accent-color) !important;
}
*/

.b2b-procurement__button:disabled {
    cursor: default;
    opacity: 0.55;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-procurement {
        padding-inline: 48px;
    }

    .b2b-procurement__heading {
        gap: 28px;
    }

    .b2b-procurement__accent {
        min-width: 164px;
        min-height: 64px;
        padding: 10px 26px;
        font-size: 38px;
    }
}

@media (max-width: 750px) {
    .b2b-landing__section--procurement {
        padding-block: 16px !important;
    }

    .b2b-procurement {
        gap: 22px;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .b2b-procurement__heading {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-content: stretch;
        gap: 12px;
    }

    .b2b-procurement__title {
        font-size: clamp(20px, 6vw, 26px);
    }

    .b2b-procurement__subtitle {
        font-size: 14px;
    }

    .b2b-procurement__accent {
        min-width: 106px;
        min-height: 58px;
        padding: 9px 18px;
        font-size: clamp(30px, 9vw, 40px);
    }

    .b2b-procurement__actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .b2b-procurement__button[data-b2b-action="callback"] {
        display: none !important;
    }

    .b2b-landing .b2b-procurement__button.btn {
        min-height: 46px;
        border-radius: 12px !important;
    }
}

@media (max-width: 330px) {
    .b2b-procurement__heading {
        grid-template-columns: 1fr;
    }

    .b2b-procurement__accent {
        justify-self: start;
    }
}

/* Section: Facts */
.b2b-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.b2b-landing__section--facts {
    --b2b-full-bleed-background: #f8f8fa;
    padding-block: clamp(34px, 4.4vw, 64px) !important;
}

.b2b-facts {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 38px);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-facts__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 230px;
    padding-left: 34px;
}

.b2b-facts__item::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 10px;
    width: 1px;
    background: var(--b2b-accent-color);
}

.b2b-facts__item::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 20px;
    height: 20px;
    background: var(--b2b-accent-color);
    border-radius: 50%;
}

.b2b-facts__main {
    display: block;
    min-width: 0;
}

.b2b-facts__dot {
    display: none;
}

.b2b-landing .b2b-facts__value {
    min-width: 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading) !important;
    font-size: clamp(44px, 4.2vw, 60px);
    font-weight: 600;
    line-height: 0.95;

    white-space: nowrap;
}

/*
 * Главный шаблон назначает Inter каждому элементу через универсальный селектор.
 * Повышаем специфичность только внутри B2B-лендинга.
 */
.b2b-landing .b2b-facts__value span {
    font-family: "Bounded", "Inter", Arial, sans-serif !important;
}

.b2b-facts__label {
    max-width: 13ch;
    margin-top: 12px;
    color: var(--b2b-text-color);
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 500;
    line-height: 1.12;
}

.b2b-facts__note {
    display: flex;
    align-items: center;
    max-width: 100%;
    min-height: 80px;
    margin-top: auto;
    padding: 12px 16px;
    color: #4d4d4d;
    background: #ebe9e9;
    border-radius: 18px;
    font-size: clamp(13px, 1.05vw, 16px);
    line-height: 1.15;
    overflow-wrap: anywhere;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 36px 28px;
    }

    .b2b-facts__item {
        min-height: 220px;
    }

    .b2b-facts__label {
        max-width: 16ch;
    }
}

@media (max-width: 750px) {
    .b2b-landing__section--facts {
        padding-block: 28px !important;
    }

    .b2b-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .b2b-facts__item {
        min-height: 220px;
        padding-left: 32px;
    }

    .b2b-facts__item::before {
        left: 9px;
    }

    .b2b-facts__item::after {
        width: 18px;
        height: 18px;
    }

    .b2b-facts__value {
        font-size: clamp(42px, 14vw, 58px);
    }

    .b2b-facts__label {
        max-width: 12ch;
        margin-top: 10px;
        font-size: clamp(15px, 4.5vw, 18px);
    }

    .b2b-facts__note {
        min-height: 68px;
        padding: 11px 14px;
        border-radius: 16px;
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .b2b-facts {
        gap: 24px 12px;
    }

    .b2b-facts__item {
        min-height: 205px;
        padding-left: 28px;
    }

    .b2b-facts__value {
        font-size: 46px;
    }

    .b2b-facts__label {
        font-size: 15px;
    }

    .b2b-facts__note {
        min-height: 64px;
        padding: 10px 12px;
        font-size: 12px;
    }
}


/* Section: Advantages */
.b2b-landing__section--advantages {
    padding-block: clamp(44px, 5.5vw, 76px) !important;
}

.b2b-advantages {
    width: 100%;
    min-width: 0;
}

.b2b-advantages__title,
.b2b-advantages__title * {
    font-family: var(--b2b-font-heading);
}

.b2b-advantages__title {
    margin: 0 0 clamp(34px, 4vw, 56px);
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(24px, 2.8vw, 32x);
    font-weight: 600;
    line-height: 1.2;
}

.b2b-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.6vw, 36px);
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-advantages__item {
    display: flex;
    min-width: 0;
}

.b2b-advantages__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: clamp(380px, 34vw, 415px);
    padding: clamp(44px, 4.2vw, 56px) clamp(20px, 4vw, 48px) clamp(34px, 3.5vw, 42px) clamp(38px, 4vw, 48px);
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    background: #dbdbdb;
    border-radius: clamp(30px, 3vw, 38px);
}

/* Глобальный шаблон задаёт Inter каждому вложенному элементу. */
.b2b-advantages__card * {
    font-family: var(--b2b-font-heading);
}

.b2b-advantages__item--quality .b2b-advantages__card {
    background: linear-gradient(135deg, #d3d3d3 0%, #e7e7e7 100%);
}

.b2b-advantages__item--solutions .b2b-advantages__card {
    background: #dbdbdb;
}

.b2b-advantages__item--logistics .b2b-advantages__card {
    background: #d0d0d0;
}

.b2b-advantages__lead {
    min-width: 0;
}

.b2b-advantages__value {
    display: flex;
    align-items: baseline;
    min-width: 0;
    font-size: clamp(40px, 4.3vw, 50px);
    font-weight: 600;
    line-height: 0.95;
    white-space: nowrap;
}

.b2b-landing .b2b-advantages__value span {
    font-family: var(--b2b-font-heading);
}

.b2b-advantages__unit {
    margin-left: 8px;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 600;
    line-height: 1;
}

.b2b-advantages__lead-title,
.b2b-advantages__secondary-title,
.b2b-advantages__bullet {
    font-size: clamp(16px, 1.75vw, 20px);
    font-weight: 500;
    line-height: 1.2;
}

.b2b-advantages__lead-title {
    max-width: 15ch;
    margin-top: 8px;
}

.b2b-advantages__secondary-title {
    max-width: 18ch;
    margin: 22px 0 0;
}

.b2b-advantages__bullets {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-advantages__bullet {
    position: relative;
    max-width: 19ch;
    padding-top: 28px;
}

.b2b-advantages__bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: var(--b2b-accent-color);
    border-radius: 50%;
}

.b2b-advantages__text {
    max-width: 26ch;
    margin: auto 0 0;
    padding-top: 28px;
    font-size: clamp(14px, 1.35vw, 16px);
    font-weight: 400;
    line-height: 1.2;
}

.b2b-advantages__link {
    align-self: flex-start;
    padding-top: 28px;
    color: #006dcc;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 400;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.b2b-advantages__link--disabled {
    color: #999; /* серый цвет */
    cursor: not-allowed; /* курсор "запрещено" */
    text-decoration: underline;
    pointer-events: auto; /* важно, чтобы срабатывал hover и клик */
}

.b2b-advantages__link--placeholder {
    cursor: default;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-advantages__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b2b-advantages__item:last-child {
        grid-column: 1 / -1;
    }

}

@media (max-width: 750px) {
    .b2b-landing__section--advantages {
        padding-block: 34px !important;
    }

    .b2b-advantages__title {
        margin-bottom: 24px;
        font-size: clamp(26px, 8vw, 34px);
    }

    .b2b-advantages__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .b2b-advantages__item--logistics {
        grid-column: 1 / -1;
    }

    .b2b-advantages__card {
        min-height: 252px;
        padding: 24px 14px 22px;
        border-radius: 18px;
    }

    .b2b-advantages__value {
        font-size: 38px;
    }

    .b2b-advantages__unit {
        margin-left: 4px;
    }

    .b2b-advantages__unit,
    .b2b-advantages__lead-title,
    .b2b-advantages__secondary-title,
    .b2b-advantages__bullet {
        font-size: 13px;
    }

    .b2b-advantages__text,
    .b2b-advantages__link {
        font-size: 12px;
    }

    .b2b-advantages__lead-title {
        max-width: 12ch;
        margin-top: 4px;
    }

    .b2b-advantages__secondary-title {
        margin-top: 18px;
    }

    .b2b-advantages__bullets {
        gap: 20px;
    }

    .b2b-advantages__bullet {
        max-width: 16ch;
        padding-top: 22px;
    }

    .b2b-advantages__bullet::before {
        width: 12px;
        height: 12px;
    }

    .b2b-advantages__text {
        max-width: none;
        padding-top: 16px;
    }

    .b2b-advantages__link {
        padding-top: 18px;
    }
}


/* Section: Tasks */
.b2b-landing__section--tasks {
    padding-block: clamp(44px, 5.5vw, 76px) !important;
}

.b2b-tasks {
    width: 100%;
    min-width: 0;
}

.b2b-tasks__title,
.b2b-tasks__title span,
.b2b-tasks__list span {
    font-family: var(--b2b-font-heading);
}

.b2b-tasks__description,
.b2b-tasks__description p,
.b2b-tasks__description span {
    font-family: "Inter", Arial, sans-serif;
}

.b2b-tasks__title {
    margin: 0 0 clamp(34px, 4vw, 58px);
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(24px, 2.8vw, 32px);
    font-weight: 600;
    line-height: 1.2;
}

.b2b-tasks__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.88fr);
    align-items: center;
    gap: clamp(54px, 6.4vw, 90px);
}

.b2b-tasks__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(19px, 1.7vw, 25px);
    min-height: 374px;
    margin: 0;
    padding: clamp(44px, 4.5vw, 56px) clamp(42px, 5.4vw, 76px);
    color: var(--b2b-text-color);
    background: #fff;
    border-radius: clamp(30px, 3vw, 40px);
    list-style: none;
}

.b2b-tasks__item {
    position: relative;
    margin: 0;
    padding-left: 25px;
    font-family: var(--b2b-font-heading);
    font-size: clamp(16px, 1.65vw, 20px);
    font-weight: 400;
    line-height: 1.2;
}

.b2b-tasks__item::before {
    content: "";
    position: absolute;
    top: 0.22em;
    left: 0;
    width: 12px;
    height: 12px;
    background: var(--b2b-accent-color);
    border-radius: 50%;
}

.b2b-tasks__description {
    min-width: 0;
    padding-right: clamp(0px, 2vw, 30px);
}

.b2b-tasks__description p {
    margin: 0;
    color: var(--b2b-text-color);
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 500;
    line-height: 1.3;
}

.b2b-tasks__description p + p {
    margin-top: 10px;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-tasks__layout {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
        gap: 36px;
    }

    .b2b-tasks__list {
        min-height: 340px;
        padding: 40px 34px;
    }

    .b2b-tasks__item {
        font-size: 18px;
    }

    .b2b-tasks__description p {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .b2b-landing__section--tasks {
        padding-block: 34px !important;
    }

    .b2b-tasks__title {
        margin-bottom: 24px;
        font-size: clamp(26px, 8vw, 34px);
    }

    .b2b-tasks__layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .b2b-tasks__list {
        min-height: 0;
        gap: 16px;
        padding: 30px 24px;
        border-radius: 24px;
    }

    .b2b-tasks__item {
        padding-left: 22px;
        font-size: 17px;
    }

    .b2b-tasks__item::before {
        width: 10px;
        height: 10px;
    }

    .b2b-tasks__description {
        padding-right: 0;
    }

    .b2b-tasks__description p {
        font-size: 15px;
        font-weight: 600;
    }
}

/* Section: What we supply */
.b2b-landing__section--categories {
    padding-block: clamp(44px, 5vw, 72px) !important;
}

.b2b-categories__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(26px, 3vw, 40px);
}

.b2b-categories__title {
    margin: 0;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: clamp(24px, 2.45vw, 32px);
    font-weight: 600;
    line-height: 1.08;
}

.b2b-categories__catalog-link {
    flex: 0 0 auto;
    color: var(--b2b-text-color);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.b2b-categories__catalog-link--placeholder {
    cursor: default;
    text-decoration: none;
}

.b2b-categories__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
    width: 100%;
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.b2b-categories__item {
    min-width: 0;
}

.b2b-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(160px, 16vw, 178px);
    height: 100%;
    padding: clamp(18px, 1.8vw, 24px);
    overflow: hidden;
    color: var(--b2b-text-color);
    background: center/cover no-repeat linear-gradient(145deg, #f2f7ff 0%, #e6effb 100%);
    border-radius: clamp(20px, 2vw, 30px);
    text-decoration: none;
}

.b2b-category-card__title {
    position: relative;
    z-index: 1;
    max-width: 13ch;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(14px, 1.15vw, 17px);
    font-weight: 500;
    line-height: 1.18;
}

.b2b-category-card__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    margin-top: auto;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 180ms ease;
}

a.b2b-category-card:hover .b2b-category-card__image {
    transform: translateY(-3px);
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-categories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .b2b-category-card {
        min-height: 210px;
    }
}

@media (max-width: 750px) {
    .b2b-landing__section--categories {
        padding-block: 34px !important;
    }

    .b2b-categories__heading {
        margin-bottom: 22px;
    }

    .b2b-categories__title {
        font-size: clamp(26px, 8vw, 34px);
    }

    .b2b-categories__catalog-link {
        font-size: 14px;
    }

    .b2b-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .b2b-category-card {
        min-height: 176px;
        padding: 14px;
        border-radius: 18px;
    }

    .b2b-category-card__title {
        font-size: 13px;
    }

    .b2b-category-card__image {
        max-height: 112px;
    }
}

@media (max-width: 360px) {
    .b2b-category-card {
        min-height: 160px;
        padding: 12px;
    }

    .b2b-category-card__title {
        font-size: 12px;
    }
}


/* Sections: Partners, Cases, FAQ, Feedback */
.b2b-landing__section--partners,
.b2b-landing__section--cases,
.b2b-landing__section--faq {
    padding-block: clamp(42px, 5vw, 72px) !important;
}


/**/
/* Восстановление стилей списков внутри FAQ-блока */
.b2b-faq__items ul,
.b2b-faq__items ol {
    /* Отступы и маркеры — как в браузере по умолчанию */
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px; /* стандартный отступ слева */
    list-style: revert; /* возвращает стандартные маркеры (disc, decimal и т.д.) */
}

.b2b-faq__items li {
    margin-block: 0.25em 0; /* небольшой вертикальный отступ между пунктами */
    line-height: 1.5; /* читаемый межстрочный интервал */
}

/* Для вложенных списков сохраняем иерархию */
.b2b-faq__items ul ul,
.b2b-faq__items ol ul,
.b2b-faq__items ul ol,
.b2b-faq__items ol ol {
    margin-block: 0.25em 0; /* меньший отступ для вложенных */
    padding-inline-start: 30px; /* чуть меньше отступ для вложенных */
}

.b2b-faq__items ul,
.b2b-faq__items ul li {
    list-style-type: disc;
}

.b2b-faq__items ol,
.b2b-faq__items ol li {
    list-style-type: decimal;
}

/**/

.b2b-partners__title,
.b2b-cases__title,
.b2b-faq__title,
.b2b-feedback__title {
    margin: 0 0 28px;
    font-family: var(--b2b-font-heading);
    font-size: clamp(24px, 2.45vw, 32px);
    font-weight: 600;
    line-height: 1.1;
}

.b2b-partners__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-bottom: 30px;
}

.b2b-partners__tab {
    min-height: 38px;
    padding: 8px 28px;
    border: 1px solid #d2d2d2;
    border-radius: 999px;
    background: #f1f1f1;
    color: var(--b2b-text-color);
    font: 500 14px/1.2 "Inter", Arial, sans-serif;
    cursor: pointer;
}

.b2b-partners__tab.is-active {
    background: #d4d4d4;
}

.b2b-partners__panel {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 20px;
}

.b2b-partners__viewport {
    overflow: hidden;
}

.b2b-partners__track {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    scroll-behavior: smooth;
}

.b2b-partners__logo-card {
    flex: 0 0 calc((100% - 80px) / 6);
    min-width: 0;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #fff;
    border-radius: 16px;
}

.b2b-partners__logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.b2b-partners__logo-card span {
    color: var(--b2b-text-color);
    font: 500 14px/1.2 "Inter", Arial, sans-serif;
    text-align: center;
}

.b2b-slider-arrow {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #777;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.b2b-slider-arrow:disabled {
    opacity: .35;
    cursor: default;
}

.b2b-cases__slider {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 20px;
}

.b2b-cases__viewport {
    overflow: hidden;
}

.b2b-cases__track {
    display: flex;
    transition: transform 1s ease;
}

.b2b-case-card {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    min-width: 0;
}

.b2b-case-card__media {
    min-height: 360px;
    overflow: hidden;
    border-radius: 28px 0 0 28px;
    background: #e5e5e5;
    margin-right: clamp(30px, 40px, 50px);
    border-radius: 40px;
}

.b2b-case-card__media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.b2b-case-card__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 54px 54px 44px;
    background: #ddd;
    border-radius: 0 16px 16px 0;
    border-radius: 40px;
}

.b2b-case-card__quote {
    position: absolute;
    top: 26px;
    left: 44px;
    color: #efc8c8;
    font: 600 86px/1 var(--b2b-font-heading);
    opacity: .65;
}

.b2b-case-card__text {
    position: relative;
    margin: 0 0 28px;
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.35;
}

.b2b-case-card__rating {
    color: var(--b2b-accent-color);
    font-size: 18px;
}

.b2b-case-card__author {
    margin: 8px 0 0;
    font-size: 13px;
}

.b2b-cases__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.b2b-cases__dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #c5c5c5;
    padding: 0;
}

.b2b-cases__dot.is-active {
    background: var(--b2b-accent-color);
}

.b2b-faq__items {
    display: grid;
    gap: 22px;
}

.b2b-faq__item {
    overflow: hidden;
    border-radius: 14px;
    background: #e5e3e3;
}

.b2b-faq__question {
    margin: 0;
}

.b2b-faq__question button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 42px;
    border: 0;
    background: transparent;
    color: var(--b2b-text-color);
    font: 500 24px/1.25 "Inter", Arial, sans-serif;
    text-align: left;
    cursor: pointer;
}

.b2b-faq__item.is-open {
    background: #dbe8ff;
    border: 1px solid #9fbfff;
}

.b2b-faq__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: #fff; /* или любой другой цвет фона */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxMC43MDMxIiB3aWR0aD0iMi41ODQ2MiIgaGVpZ2h0PSIyNCIgcng9IjEiIGZpbGw9IiMzODM4MzgiLz48cmVjdCB4PSIyNCIgeT0iMTAuNzAzMSIgd2lkdGg9IjIuNTg0NjIiIGhlaWdodD0iMjQiIHJ4PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAyNCAxMC43MDMxKSIgZmlsbD0iIzM4MzgzOCIvPjwvc3ZnPg==');
    background-size: 24px 24px; /* подгоните под нужный размер */
    background-repeat: no-repeat;
    background-position: center;
    /* убираем font-size, line-height — они больше не нужны */
    font-size: 0; /* если оставили текст в HTML, скрываем его */
    line-height: 0;
}

.b2b-faq__item.is-open .b2b-faq__icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDI0IDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMjQiIHdpZHRoPSIyLjU4NDYyIiBoZWlnaHQ9IjI0IiByeD0iMSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjQgMCkiIGZpbGw9IiNGRjQyNDYiLz48L3N2Zz4=');
}


.b2b-faq__answer > div {
    padding: 0 42px 34px;
}

.b2b-faq__answer p {
    max-width: 1250px;
    margin: 0;
    font: 400 18px/1.45 "Inter", Arial, sans-serif;
}

.b2b-faq__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.b2b-faq__pagination[hidden] {
    display: none;
}

.b2b-faq__page {
    min-width: 30px;
    height: 30px;
    padding: 0 9px;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    background: #fff;
    color: var(--b2b-text-color);
    font: 500 14px/1 "Inter", Arial, sans-serif;
}

.b2b-faq__page.is-active {
    border-color: var(--b2b-accent-color);
    background: var(--b2b-accent-color);
    color: #fff;
}

.b2b-faq__page:disabled {
    opacity: .45;
}

.b2b-landing__section--feedback {
    --b2b-full-bleed-background: #fff;
    padding-block: clamp(48px, 6vw, 82px) !important;
}

.b2b-feedback {
    max-width: 866px;
    margin: 0 auto;
    text-align: center;
}

.b2b-feedback__heading {
    margin-bottom: 30px;
}

.b2b-feedback__title {
    margin-bottom: 10px;
}

.b2b-feedback__subtitle {
    display: block;
    max-width: 680px;
    margin: 0 auto !important;
    font: 400 15px/1.4 "Inter", Arial, sans-serif;
}

.b2b-feedback__form {
    display: grid;
    gap: 14px;
    text-align: left;
}

.b2b-field {
    display: grid;
    gap: 6px;
}

.b2b-field__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.b2b-field input,
.b2b-field textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
    background: #fff;
    color: var(--b2b-text-color);
    font: 400 16px/1.3 "Inter", Arial, sans-serif;
    padding: 17px 18px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.b2b-field input {
    min-height: 60px;
}

.b2b-field textarea {
    min-height: 140px;
    resize: vertical;
}

.b2b-field input::placeholder,
.b2b-field textarea::placeholder {
    color: #7a7a7a;
}

.b2b-field input:focus,
.b2b-field textarea:focus {
    border-color: #9fbfff;
    outline: 2px solid rgba(143, 182, 255, .42);
    outline-offset: 1px;
}

.b2b-field input[aria-invalid="true"],
.b2b-field textarea[aria-invalid="true"] {
    border-color: #c62828;
}

.b2b-field__error {
    min-height: 18px;
    color: #c62828;
    font: 400 13px/1.2 "Inter", Arial, sans-serif;
}

.b2b-field__error--consent {
    margin-top: -6px;
}

.b2b-feedback__agreement {
    margin: 2px 0 0;
    color: #616161;
    font: 400 12px/1.45 "Inter", Arial, sans-serif;
}

.b2b-feedback__agreement a {
    color: var(--b2b-accent-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.b2b-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #333;
    font: 400 13px/1.8 "Inter", Arial, sans-serif;
    cursor: pointer;
}

.b2b-consent input {
    position: absolute;
    opacity: 0;
}

.b2b-consent__box {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.b2b-consent input:checked + .b2b-consent__box {
    border-color: var(--b2b-accent-color);
    background: var(--b2b-accent-color);
    box-shadow: inset 0 0 0 5px #fff;
}

.b2b-consent input:focus-visible + .b2b-consent__box {
    outline: 2px solid rgba(143, 182, 255, .55);
    outline-offset: 2px;
}

.b2b-feedback__submit {
    justify-self: center;
    min-width: 360px;
    min-height: 56px;
    border-radius: 8px !important;
}

.b2b-feedback__submit:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.b2b-feedback__status {
    min-height: 20px;
    margin: 0;
    text-align: center;
    font: 400 14px/1.3 "Inter", Arial, sans-serif;
}

.b2b-feedback__success {
    padding: 124px 24px 118px;
    text-align: center;
}

.b2b-feedback__success-icon {
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    margin: 0 auto 40px;
    border-radius: 50%;
    background: #e4f3e7;
    color: #43aa55;
    font-size: 88px;
    font-weight: 400;
    line-height: 1;
}

.b2b-feedback__success h3 {
    margin: 0 0 4px;
    color: #3c3c3c;
    font-family: var(--b2b-font-heading);
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.b2b-feedback__success p {
    margin: 0;
    color: #3c3c3c;
    font: 400 26px/1.25 "Inter", Arial, sans-serif;
}

.b2b-modal-is-open {
    overflow: hidden;
}

body.b2b-modal-is-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.b2b-modal[hidden] {
    display: none;
}

.b2b-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.b2b-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(31, 31, 31, .55);
}

.b2b-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 780px);
    margin: auto 0;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.b2b-modal__body {
    padding: 42px 44px 34px;
}

.b2b-modal__title {
    margin: 0 46px 4px;
    color: var(--b2b-text-color);
    font-family: var(--b2b-font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.b2b-modal__subtitle {
    margin: 0 46px 34px;
    color: #333;
    font: 400 16px/1.35 "Inter", Arial, sans-serif;
    text-align: center;
}

.b2b-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8a8a8a;
    font: 400 34px/1 Arial, sans-serif;
    cursor: pointer;
}

.b2b-modal-form {
    display: grid;
    gap: 16px;
}

.b2b-modal-form .b2b-field {
    gap: 8px;
}

.b2b-modal-form .b2b-field__label {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: #333;
    font: 600 18px/1.25 "Inter", Arial, sans-serif;
}

.b2b-modal-form .b2b-checkbox-grid {
    margin: 20px 0;
}


.b2b-field__required {
    color: var(--b2b-accent-color);
}

.b2b-modal-form .b2b-field input,
.b2b-modal-form .b2b-field textarea {
    border-color: #b7b7b7;
    border-radius: 10px;
    font-size: 16px;
}

.b2b-modal-form .b2b-field input {
    min-height: 56px;
    padding-block: 14px;
}

.b2b-modal-form .b2b-field textarea {
    min-height: 84px;
    padding-block: 14px;
}

.b2b-modal-form__consent {
    margin-top: 0;
}

.b2b-modal-form__submit {
    justify-self: stretch;
    min-width: 0;
    min-height: 58px;
    margin-top: 4px;
    border-radius: 8px !important;
    font-size: 18px !important;
}

.b2b-modal-form__submit:disabled {
    background: #d8d8d8 !important;
    color: #a6a6a6 !important;
    opacity: 1;
    cursor: not-allowed;
}

.b2b-field--checkbox-group {
    margin: 4px 0 2px;
    padding: 0;
    border: 0;
}

.b2b-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 28px;
}

.b2b-option-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #333;
    font: 400 15px/1.25 "Inter", Arial, sans-serif;
    cursor: pointer;
}

.b2b-option-checkbox input {
    position: absolute;
    opacity: 0;
}

.b2b-option-checkbox__box {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background: #fff;
}

.b2b-option-checkbox input:checked + .b2b-option-checkbox__box {
    border-color: var(--b2b-accent-color);
    background: var(--b2b-accent-color);
}

.b2b-option-checkbox input:checked + .b2b-option-checkbox__box::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    margin: 5px 0 0 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.b2b-option-checkbox input:focus-visible + .b2b-option-checkbox__box {
    outline: 2px solid rgba(143, 182, 255, .55);
    outline-offset: 2px;
}

.b2b-field--file {
    gap: 8px;
}

.b2b-file-note {
    color: #9b9b9b;
    font: 400 14px/1.25 "Inter", Arial, sans-serif;
}

.b2b-file-success {
    color: #2e8b57;
    font: 400 14px/1.25 "Inter", Arial, sans-serif;
}

.b2b-file-control {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 46px;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    background: #fff;
}

.b2b-file-control input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    min-height: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.b2b-file-control__picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-width: 0;
    cursor: pointer;
}

.b2b-file-control__name {
    min-width: 0;
    padding: 10px 14px;
    overflow: hidden;
    color: #9b9b9b;
    font: 400 15px/1.2 "Inter", Arial, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b2b-file-control.is-selected .b2b-file-control__name {
    color: var(--b2b-text-color);
}

.b2b-file-control__button {
    min-width: 160px;
    margin-right: 8px;
    padding: 11px 20px;
    border-radius: 8px;
    background: #d8d8d8;
    color: #a6a6a6;
    font: 500 15px/1.2 "Inter", Arial, sans-serif;
    text-align: center;
}

.b2b-file-control.is-selected .b2b-file-control__button {
    color: #6f6f6f;
}

.b2b-file-control__remove {
    width: 38px;
    height: 38px;
    margin-right: 8px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8a8a8a;
    font: 400 26px/1 Arial, sans-serif;
    cursor: pointer;
}

.b2b-file-control__remove:hover,
.b2b-file-control__remove:focus-visible {
    color: var(--b2b-accent-color);
}

.b2b-modal__success {
    min-height: 430px;
    padding: 68px 10px 58px;
    display: grid;
    align-content: center;
}

.b2b-modal__success .b2b-feedback__success-icon {
    width: 138px;
    height: 138px;
    margin-bottom: 32px;
    font-size: 74px;
}

.b2b-modal__success h3 {
    font-size: 30px;
}

.b2b-modal__success p {
    font-size: 22px;
}

.b2b-modal__success:focus {
    outline: none;
}

@media (max-width: 750px) {
    .b2b-modal {
        padding: 24px 0 0;
    }

    .b2b-modal__dialog {
        width: 100%;
        margin: auto 0 0;
        border-radius: 20px 20px 0 0;
    }

    .b2b-modal__body {
        padding: 34px 18px 22px;
    }

    .b2b-modal__title {
        margin: 0 42px 4px 0;
        font-size: 24px;
        text-align: left;
    }

    .b2b-modal__subtitle {
        margin: 0 42px 22px 0;
        text-align: left;
    }

    .b2b-modal__close {
        top: 14px;
        right: 14px;
    }

    .b2b-modal-form__submit {
        width: 100%;
        min-width: 0;
    }

    .b2b-checkbox-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .b2b-file-control,
    .b2b-file-control__picker {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .b2b-file-control {
        padding-bottom: 8px;
    }

    .b2b-file-control__button {
        width: calc(100% - 16px);
        margin: 0 8px;
    }

    .b2b-file-control__remove {
        justify-self: center;
        margin: 0;
    }
}

.b2b-floating {
    position: fixed;
    z-index: 60;
    right: 0;
    top: 50%;
    display: grid;
    padding: 30px 12px;
    border-radius: 42px 0 0 42px;
    background: var(--b2b-accent-color);
    transform: translate(110%, -50%);
    transition: transform .3s ease;
}

.b2b-floating.is-visible {
    transform: translate(0, -50%);
}

.b2b-floating__button {
    position: relative;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.b2b-floating__button span {
    font-family: var(--b2b-font-heading);
}

.b2b-floating__button img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: opacity .2s ease;
}

.b2b-floating__button::after {
    content: attr(aria-label);
    position: absolute;
    right: calc(100% + 18px);
    top: 50%;
    max-width: 280px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #fff;
    color: var(--b2b-text-color);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    font: 500 15px/1.2 "Inter", Arial, sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity .2s ease, transform .2s ease;
    white-space: nowrap;
}

.b2b-floating__button:hover img,
.b2b-floating__button:focus-visible img {
    opacity: .55;
}

.b2b-floating__button:hover::after,
.b2b-floating__button:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%);
}

@media (max-width: 750px) {
    .b2b-partners__tabs {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 28px;
    }

    .b2b-partners__tab {
        flex: 0 1 auto;
        padding-inline: 18px;
    }

    .b2b-partners__panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .b2b-partners__panel .b2b-slider-arrow {
        display: none;
    }

    .b2b-cases__slider {
        grid-template-columns: minmax(0, 1fr);
    }

    .b2b-cases__slider > .b2b-slider-arrow {
        position: absolute;
        z-index: 2;
        top: 34%;
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    .b2b-cases__slider > .b2b-slider-arrow--prev {
        left: 8px;
    }

    .b2b-cases__slider > .b2b-slider-arrow--next {
        right: 8px;
    }

    .b2b-slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .b2b-partners__logo-card {
        flex-basis: calc((100% - 12px) / 2);
        min-width: 0;
        height: 76px;
    }

    .b2b-case-card {
        position: relative;
        display: block;
        min-height: 520px;
    }

    .b2b-case-card__media {
        min-height: 0;
        aspect-ratio: 288 / 210;
        border-radius: 20px;
    }

    .b2b-case-card__content {
        width: calc(100% - 44px);
        min-height: 290px;
        margin: -36px auto 0;
        padding: 36px 22px 28px;
        border-radius: 18px;
    }

    .b2b-case-card__quote {
        top: 8px;
        left: 22px;
        font-size: 68px;
    }

    .b2b-case-card__text {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .b2b-faq__items {
        gap: 14px;
    }

    .b2b-faq__question button {
        padding: 18px 16px;
        font-size: 18px;
    }

    .b2b-faq__icon {
    }

    .b2b-faq__answer > div {
        padding: 0 16px 20px;
    }

    .b2b-faq__answer p {
        font-size: 14px;
    }

    .b2b-faq__pagination {
        margin-top: 26px;
    }

    .b2b-floating {
        display: none;
    }

    .b2b-feedback {
        max-width: 100%;
    }

    .b2b-feedback__form {
        gap: 12px;
    }

    .b2b-field input {
        min-height: 58px;
    }

    .b2b-field textarea {
        min-height: 126px;
    }

    .b2b-feedback__agreement {
        font-size: 11px;
    }

    .b2b-feedback__submit {
        width: 100%;
        min-width: 0;
    }

    .b2b-feedback__success {
        padding: 64px 10px;
    }

    .b2b-feedback__success-icon {
        width: 112px;
        height: 112px;
        margin-bottom: 26px;
        font-size: 58px;
    }

    .b2b-feedback__success h3 {
        font-size: 24px;
    }

    .b2b-feedback__success p {
        font-size: 18px;
    }

    .b2b-modal__success {
        min-height: 320px;
        padding-block: 58px;
    }
}

/* Slider and FAQ behavior support */
.b2b-partners__viewport {
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.b2b-partners__viewport::-webkit-scrollbar {
    display: none;
}

.b2b-partners__track {
    width: max-content;
    min-width: 100%;
    will-change: transform;
}

.b2b-partners__logo-card {
    scroll-snap-align: start;
}

.b2b-cases__viewport {
    touch-action: pan-y;
    user-select: none;
}

.b2b-cases__track {
    width: 100%;
    will-change: transform;
}

.b2b-case-card {
    width: 100%;
}

.b2b-cases__slider:focus-within {
    outline: none;
}

.b2b-faq__answer[hidden] {
    display: none;
}

.b2b-faq__answer:not([hidden]) {
    display: block;
}


/* Partner slider sizing */
.b2b-partners__track {
    width: 100%;
    min-width: 100%;
}

.b2b-partners__logo-card {
    flex: 0 0 calc((100% - 80px) / 6);
    min-width: 0;
    height: 100px;
    padding: 10px 12px;
}

@media (max-width: 1100px) and (min-width: 751px) {
    .b2b-partners__logo-card {
        flex-basis: calc((100% - 48px) / 4);
    }
}

@media (max-width: 750px) {
    .b2b-partners__track {
        width: 100%;
        min-width: 100%;
    }

    .b2b-partners__logo-card {
        flex-basis: calc((100% - 12px) / 2);
        height: 72px;
    }
}


/* Slider drag states */
.b2b-partners__viewport {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.b2b-partners__viewport.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.b2b-partners__viewport img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}


.b2b-cases__viewport {
    cursor: grab;
    user-select: none;
}

.b2b-cases__viewport.is-dragging {
    cursor: grabbing;
}

.b2b-cases__viewport img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

/* Interactive states */
.b2b-landing button:not(:disabled),
.b2b-landing a[href],
.b2b-landing label[for],
.b2b-landing [role="button"],
.b2b-landing [role="tab"] {
    cursor: pointer;
}

.b2b-landing button:disabled,
.b2b-landing [aria-disabled="true"] {
    cursor: not-allowed;
}

.b2b-partners__tab,
.b2b-slider-arrow,
.b2b-cases__dot,
.b2b-faq__question button,
.b2b-floating__button,
.b2b-category-card,
.b2b-advantages__link {
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.b2b-cases__dot {
    cursor: pointer;
}

.b2b-partners__tab:hover:not(.is-active),
.b2b-partners__tab:focus-visible {
    background: #dcdcdc;
}

.b2b-slider-arrow:hover:not(:disabled),
.b2b-slider-arrow:focus-visible {
    color: var(--b2b-accent-color);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .14);
}

.b2b-cases__dot:hover,
.b2b-cases__dot:focus-visible {
    background: #9c9c9c;
    transform: scale(1.25);
}

.b2b-cases__dot.is-active:hover,
.b2b-cases__dot.is-active:focus-visible {
    background: var(--b2b-accent-color);
}

.b2b-faq__question button:hover,
.b2b-faq__question button:focus-visible {
    /*
    background: rgba(255, 255, 255, .28);
    */
}

.b2b-category-card:hover,
.b2b-category-card:focus-visible {
}
.b2b-category-card {
    position: relative; /* Чтобы псевдоэлемент позиционировался относительно карточки */
}

.b2b-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Изначально полностью прозрачный */
    transition: background-color 0.3s ease; /* Плавность затемнения */
    z-index: 1;
    border-radius: inherit; /* Наследует скругления, если они есть у карточки */
}

.b2b-category-card__title {
    position: relative;
    z-index: 2; /* Гарантирует, что текст останется поверх затемнения */
}

.b2b-category-card:hover::before,
.b2b-category-card:focus-visible::before {
    background-color: rgba(0, 0, 0, 0.1); /* Уровень затемнения (30%). Меняй от 0.1 до 0.8 по вкусу */
}

.b2b-floating__button:hover,
.b2b-floating__button:focus-visible {
    filter: brightness(.94);
}

.b2b-landing :is(button, a[href], input, textarea):focus-visible {
    outline: 2px solid var(--color-blue2, #2354a5);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .b2b-partners__tab,
    .b2b-slider-arrow,
    .b2b-cases__dot,
    .b2b-faq__question button,
    .b2b-floating__button,
    .b2b-category-card,
    .b2b-advantages__link {
        transition: none;
    }
}

@media(max-width: 415px)
{
    .b2b-procurement__heading {
        position: relative;
        display: block;
    }
    .b2b-procurement__title {
        font-size: 18px;
        max-width: 13ch;
    }
    .b2b-procurement__subtitle {
        font-size: 13px;
    }
    .b2b-procurement__copy {
    }
    .b2b-procurement__accent {
        position: absolute;
        top:0;
        right: 0;
        width: 100px;
        padding: 5px 0 0 0;
        height: 36px;
        min-height: 36px;
        line-height: 36px;
        font-size: 24px;
        border-radius: 15px;
    }
    .b2b-advantages__title {
        font-size: 20px;
    }
    .b2b-advantages__unit, .b2b-advantages__lead-title, .b2b-advantages__secondary-title, .b2b-advantages__bullet {
        font-size: 11px;
    }
    .b2b-tasks__title {
        font-size: 20px;
    }
    .b2b-tasks__item {
        font-size: 11px;
    }
    .b2b-tasks__item::before {
        top: 0;
    }
    .b2b-tasks__description p {
        font-size: 12px;
    }
    .b2b-categories__title {
        font-size: 20px;
    }
    .b2b-partners__title, .b2b-cases__title, .b2b-faq__title, .b2b-feedback__title {
        font-size: 20px;
    }
    .b2b-partners__tab {
        min-height: 30px;
        padding: 2px 10px;
    }
    .b2b-faq__question button {
        padding: 10px 10px;
        font-size: 16px;
    }
    .b2b-field__error {
        min-height: 0;
    }
}