.spdx-mobile-home { display: none; }
@media (max-width: 767.98px) {
    .site-header .main-nav {
        position: relative;
        z-index: 100;
        box-shadow: 0 5px 12px rgba(0, 48, 110, .18);
    }
}
@media (max-width: 767.98px) {
    html, body {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .spdx-desktop-home { display: none !important; }

    .spdx-mobile-home {
        display: block;
        overflow: hidden;
        color: #111;
        background: #fff;
        font-size: 12px;
        line-height: 1.45;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .spdx-m-container {
        width: 100%;
        padding: 0 18px;
        margin: 0 auto;
    }

    .spdx-m-section { padding: 60px 0 0 0; }

    .spdx-m-title {
        margin: 0 0 20px;
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: 700;
        color: #111;
    }

    .spdx-m-hero {
        padding: 22px 0 30px;
        background: #f3f3f3;
    }

    .spdx-m-hero-visual {
        position: relative;
        height: 300px;
        margin: 0 0 10px;
        overflow: hidden;
    }

    .spdx-m-hero-visual img {
        display: block;
        width: 230px;
        height: 300px;
        margin-left: auto;
        object-fit: contain;
        object-position: right center;
    }

    .spdx-m-hero-line {
        width: 70%;
        height: 1px;
        margin: -16px 30px 14px auto;
        background: #a9bacd;
    }

    .spdx-m-hero h1 {
        max-width: 340px;
        margin: 0 0 8px;
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .spdx-m-hero p {
        max-width: 340px;
        margin: 0;
        font-size: 1rem;
        line-height: 1.5;
        color: #222;
    }

    .spdx-m-track-form {
        position: relative;
        display: flex;
        align-items: center;
        height: 56px;
        padding: 0 12px 0 18px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-track-input {
        min-width: 0;
        flex: 1;
        height: 100%;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 1rem;
        color: #111;
    }

    .spdx-m-track-input::placeholder { color: #b8b8b8; }

    .spdx-m-arrow-btn,
    .spdx-m-card-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        background: transparent;
    }

    .spdx-m-arrow-btn {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .spdx-m-arrow-btn::before,
    .spdx-m-card-arrow::before {
        content: '';
        width: 12px;
        height: 12px;
        border-top: 4px solid #f7a817;
        border-right: 4px solid #f7a817;
        transform: rotate(45deg);
    }

    .spdx-m-track-result {
        margin-top: 14px;
        padding: 16px;
        border-radius: 14px;
        background: #f1f1f1;
        font-size: 14px;
        line-height: 1.5;
    }

    .spdx-m-services {
        display: grid;
        gap: 14px;
        margin-top: 24px;
    }

    .spdx-m-service-card {
        position: relative;
        display: flex;
        align-items: flex-end;
        min-height: 160px;
        padding: 24px;
        overflow: hidden;
        border-radius: 20px;
        color: #111;
        text-decoration: none;
        background: #ededed var(--spdx-m-bg) center/cover no-repeat;
    }

    .spdx-m-service-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(246,246,246,.97) 0%, rgba(246,246,246,.65) 42%, rgba(246,246,246,0) 78%);
    }

    .spdx-m-service-title {
        position: relative;
        z-index: 1;
        max-width: 170px;
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .spdx-m-card-arrow {
        position: absolute;
        right: 18px;
        bottom: 18px;
        z-index: 2;
        width: 38px;
        height: 38px;
    }

    .spdx-m-trust-list {
        display: grid;
        gap: 10px;
    }

    .spdx-m-trust-card {
        display: grid;
        grid-template-columns: 40px 1fr;
        gap: 12px;
        min-height: 132px;
        padding: 22px;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .spdx-m-trust-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin-top: 1px;
        border-radius: 50%;
        background: #e2efff;
        color: #0068d9;
    }

    .spdx-m-trust-icon svg { width: 22px; height: 22px; }

    .spdx-m-trust-card h3 {
        margin: 0 0 6px;
        font-size: 1.1rem;
        line-height: 1.1;
        font-weight: 700;
    }

    .spdx-m-trust-card p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.5;
        color: #222;
    }

    .spdx-m-main-numbers {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 22px;
        margin-bottom: 22px;
    }

    .spdx-m-number strong {
        display: block;
        margin-bottom: 4px;
        color: #0870df;
        font-size: 2.5rem;
        line-height: 1;
        font-weight: 800;
    }

    .spdx-m-number span {
        display: block;
        font-size: 14px;
        line-height: 1.25;
        text-transform: uppercase;
    }

    .spdx-m-number span img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        object-fit: contain;
        vertical-align: -3px;
    }

.spdx-m-extra-numbers {
    margin: 0 -20px;
    position: relative;
}

.spdx-m-extra-numbers::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(
        90deg,
        #0057a8 0%,
        #e0eaef 100%
    );
}

.spdx-m-extra-row {
    position: relative;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.spdx-m-extra-row::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        #0057a8 0%,
        #e0eaef 100%
    );
}

    .spdx-m-extra-row strong { font-weight: 800; }

    .spdx-m-calculator {
        padding: 34px 0 40px;
        color: #fff;
        background: linear-gradient(180deg, #3f8ff1 0%, #0765d9 100%);
        box-shadow: 0 6px 14px rgba(0, 67, 151, .2);
    }

    .spdx-m-calculator .spdx-m-title { color: #fff; }

    .spdx-m-field {
        position: relative;
        margin-bottom: 16px;
    }

    .spdx-m-label {
        display: block;
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
    }

    .spdx-m-input {
        display: block;
        width: 100%;
        height: 58px;
        padding: 0 18px;
        border: 1px solid rgba(0,0,0,.16);
        border-radius: 16px;
        outline: 0;
        background: #fff;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.18);
        font-size: 1rem;
        color: #111;
    }

    .spdx-m-input::placeholder { color: #b7b7b7; }

    .spdx-m-suggestions {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        z-index: 20;
        overflow: hidden;
        border-radius: 12px;
        background: #fff;
        color: #111;
        box-shadow: 0 6px 18px rgba(0,0,0,.22);
    }

    .spdx-m-place {
        position: relative;
        margin-top: 16px;
    }

    .spdx-m-place-title {
        margin: 0 0 16px;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .spdx-m-remove-place {
        position: absolute;
        top: -4px;
        right: 0;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 2rem;
        line-height: 1;
    }

    .spdx-m-button {
        width: 100%;
        min-height: 56px;
        margin-top: 14px;
        border: 0;
        border-radius: 16px;
        font-size: 1rem;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

    .spdx-m-button-add { color: #fff; background: #b9bec4; }
    .spdx-m-button-calc { color: #fff; background: #ffad18; }

    .spdx-m-calculator-message {
        margin-top: 16px;
        padding: 14px;
        border-radius: 12px;
        background: rgba(255,255,255,.18);
        font-size: 1rem;
        line-height: 1.5;
    }

    .spdx-m-options { padding: 42px 0 48px; }

    .spdx-m-options-list {
        display: grid;
        gap: 10px;
    }

    .spdx-m-option-card,
    .spdx-m-options-list > * {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 6px 16px !important;
        padding: 20px 22px !important;
        border: 0 !important;
        border-radius: 20px !important;
        background: #f1f1f1 !important;
        color: #111 !important;
        box-shadow: none !important;
        font-size: 1rem !important;
        line-height: 1.35 !important;
    }

    .spdx-m-options-list .row,
    .spdx-m-options-list [class*="col-"] { display: contents !important; }

    .spdx-m-options-list h3,
    .spdx-m-options-list h4,
    .spdx-m-options-list strong {
        margin: 0 !important;
        font-size: 1rem !important;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-about-hero {
        position: relative;
        min-height: 395px;
        padding: 18px 0 28px;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
    }

    .spdx-m-about-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, .98) 0%,
            rgba(255, 255, 255, .90) 38%,
            rgba(255, 255, 255, .16) 76%,
            rgba(255, 255, 255, 0) 100%
        );
        pointer-events: none;
    }

    .spdx-m-about-hero .spdx-m-container {
        position: relative;
        z-index: 1;
    }

    .spdx-m-about-breadcrumb {
        margin: 0 0 28px;
        color: #1474db;
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
    }

    .spdx-m-about-title {
        max-width: 290px;
        margin: 0 0 22px;
        color: #0870df;
        font-size: 1.75rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-about-mission {
        max-width: 280px;
    }

    .spdx-m-about-mission h2 {
        margin: 0 0 8px;
        color: #111;
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .spdx-m-about-mission p {
        margin: 0;
        color: #222;
        font-size: 1rem;
        line-height: 1.45;
    }

    .spdx-m-about-values {
        padding-top: 30px;
    }

    .spdx-m-about-values .spdx-m-trust-card {
        min-height: 0;
        padding: 20px 18px;
        border-radius: 20px;
    }

    .spdx-m-about-values .spdx-m-trust-card h3 {
        margin-bottom: 10px;
        color: #0870df;
        font-size: 1.1rem;
        line-height: 1.25;
    }

    .spdx-m-about-values .spdx-m-trust-card p {
        font-size: 1rem;
        line-height: 1.45;
    }

    .spdx-m-about-values .spdx-m-trust-icon {
        width: 34px;
        height: 34px;
        color: #0870df;
        background: #d8eaff;
    }

    .spdx-m-about-values .spdx-m-trust-icon svg {
        width: 21px;
        height: 21px;
    }

    .spdx-m-about-numbers {
        padding-top: 48px;
    }

    .spdx-m-about-numbers .spdx-m-main-numbers {
        margin-bottom: 26px;
    }

    .spdx-m-about-trusted {
        padding: 48px 0 18px;
    }

    .spdx-m-about-trusted .position-relative {
        position: relative;
        padding: 8px 30px 10px;
    }

    .spdx-m-about-trusted .trusted-swiper {
        overflow: hidden;
    }

    .spdx-m-about-trusted .trusted-swiper .swiper-slide {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .spdx-m-about-trusted .trusted-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 76px;
        padding: 8px;
    }

    .spdx-m-about-trusted .trusted-logo img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 64px;
        object-fit: contain;
    }

    .spdx-m-about-trusted .trusted-swiper-prev,
    .spdx-m-about-trusted .trusted-swiper-next {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 28px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #b7b7b7;
        font-size: 2.4rem;
        line-height: 1;
        transform: translateY(-50%);
    }

    .spdx-m-about-trusted .trusted-swiper-prev {
        left: 0;
    }

    .spdx-m-about-trusted .trusted-swiper-next {
        right: 0;
    }

    .spdx-m-about-actions {
        display: grid;
        gap: 12px;
        padding: 12px 0 52px;
    }

    .spdx-m-about-action {
        display: grid;
        grid-template-columns: 76px 1fr;
        align-items: center;
        gap: 16px;
        min-height: 112px;
        padding: 20px 22px;
        border-radius: 18px;
        background: #0866d8;
        color: #fff;
        text-decoration: none;
    }

    .spdx-m-about-action:hover,
    .spdx-m-about-action:focus {
        color: #fff;
        text-decoration: none;
    }

    .spdx-m-about-action-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
    }

    .spdx-m-about-action-icon img {
        display: block;
        width: 64px;
        height: 64px;
        object-fit: contain;
    }

    .spdx-m-about-action-title {
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
        text-transform: uppercase;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-courier-page {
        padding-top: 12px;
    }

    .spdx-m-courier-breadcrumb {
        margin: 0 0 14px;
        color: #1474db;
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
    }

    .spdx-m-courier-hero-card {
        overflow: hidden;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-courier-image {
        width: 100%;
        height: 238px;
        overflow: hidden;
    }

    .spdx-m-courier-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .spdx-m-courier-info {
        padding: 24px 22px 26px;
    }

    .spdx-m-courier-info h1,
    .spdx-m-courier-info h2 {
        margin: 0 0 22px;
        color: #111;
        font-size: 1.6rem;
        line-height: 1.15;
        font-weight: 800;
    }

    .spdx-m-courier-list {
        display: grid;
        gap: 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .spdx-m-courier-list li {
        position: relative;
        padding-left: 20px;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-courier-list li::before {
        content: "";
        position: absolute;
        top: .42em;
        left: 1px;
        width: 9px;
        height: 9px;
        border-top: 4px solid #0870df;
        border-right: 4px solid #0870df;
        transform: rotate(45deg);
    }

    .spdx-m-courier-numbers {
        padding-top: 46px;
    }

    .spdx-m-courier-services {
        padding: 44px 0 52px;
    }

    .spdx-m-courier-services-list {
        display: grid;
        gap: 14px;
    }

    .spdx-m-courier-service-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 168px;
        padding: 22px 22px 18px;
        overflow: hidden;
        border-radius: 20px;
        background: #f1f1f1;
        color: #111;
        text-decoration: none;
    }

    .spdx-m-courier-service-card:hover,
    .spdx-m-courier-service-card:focus {
        color: #111;
        text-decoration: none;
    }

    .spdx-m-courier-service-image {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 102px;
        margin-bottom: 8px;
    }

    .spdx-m-courier-service-image img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 112px;
        object-fit: contain;
    }

    .spdx-m-courier-service-title {
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 400;
    }
}
@media (max-width: 767.98px) {
	
    .spdx-m-partner-hero-trigger {
        display: block;
        width: 100%;
        color: inherit;
        text-decoration: none;
    }

    .spdx-m-partner-hero {
        width: 100%;
        margin: 0;
        overflow: hidden;
        background: #f1f1f1;
    }
    .spdx-m-partner-page { padding-top: 12px; }
    .spdx-m-partner-breadcrumb { margin: 0 0 12px; color: #1474db; font-size: 1rem; line-height: 1.3; font-weight: 500; }
    .spdx-m-partner-hero-image { display: flex; align-items: flex-end; justify-content: center; height: 164px; padding: 0 20px; }
    .spdx-m-partner-hero-image img { display: block; width: auto; max-width: 100%; height: 164px; object-fit: contain; object-position: center bottom; }
    .spdx-m-partner-hero-content { position: relative; padding: 18px 54px 18px 20px; }
    .spdx-m-partner-hero-content p { margin: 0; color: #111; font-size: 1rem; line-height: 1.12; font-weight: 800; }
    .spdx-m-partner-hero-arrow { position: absolute; top: 50%; right: 20px; width: 18px; height: 18px; border-top: 5px solid #ffad18; border-right: 5px solid #ffad18; transform: translateY(-50%) rotate(45deg); }
    .spdx-m-partner-intro { padding: 30px 0 26px; }
    .spdx-m-partner-intro p { margin: 0; color: #111; font-size: 1rem; line-height: 1.45; }
    .spdx-m-partner-requirements-card { padding: 20px 18px; border-radius: 18px; background: #f1f1f1; }
    .spdx-m-partner-requirements-card h2 { margin: 0 0 14px; color: #0870df; font-size: 1.2rem; line-height: 1.2; font-weight: 700; }
    .spdx-m-partner-requirements-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
    .spdx-m-partner-requirements-list li, .spdx-m-partner-benefits-list li { position: relative; padding-left: 18px; color: #111; font-size: 1rem; line-height: 1.35; }
    .spdx-m-partner-requirements-list li::before, .spdx-m-partner-benefits-list li::before { content: ""; position: absolute; top: .42em; left: 0; width: 8px; height: 8px; border-top: 4px solid #0870df; border-right: 4px solid #0870df; transform: rotate(45deg); }
    .spdx-m-partner-steps { padding-top: 26px; }
    .spdx-m-partner-steps-title { margin: 0 0 18px; color: #111; font-size: 1.15rem; line-height: 1.3; font-weight: 800; }
    .spdx-m-partner-steps-list { display: grid; gap: 10px; }
    .spdx-m-partner-step-card { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 18px 16px; border-radius: 18px; background: #f1f1f1; }
    .spdx-m-partner-step-number { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #9dc8ff; color: #fff; font-size: 1.35rem; line-height: 1; font-weight: 800; }
    .spdx-m-partner-step-card h3 { margin: 0 0 5px; color: #111; font-size: 1.05rem; line-height: 1.25; font-weight: 800; }
    .spdx-m-partner-step-card p { margin: 0; color: #111; font-size: 1rem; line-height: 1.35; }
    .spdx-m-partner-benefits { padding: 24px 0 48px; }

    .spdx-m-partner-benefits-visual {
        position: relative;
        min-height: 150px;
        margin-top: 70px;
        overflow: visible;
        border-radius: 18px;
        background: #0866d8;
    }

    .spdx-m-partner-benefits-title {
        position: relative;
        z-index: 2;
        width: 58%;
        margin: 0;
        padding: 42px 0 30px 38px;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1.15;
        font-weight: 800;
    }

    .spdx-m-partner-benefits-phone {
        position: absolute;
        right: 18px;
        bottom: 0;
        z-index: 3;
        width: 42%;
        height: 210px;
        pointer-events: none;
    }

    .spdx-m-partner-benefits-phone img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right bottom;
    }

    .spdx-m-partner-benefits-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
    .spdx-m-partner-hero-trigger { color: inherit; text-decoration: none; }
}


@media (max-width: 767.98px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    body {
        position: relative;
    }

    .spdx-mobile-home,
    .spdx-m-partner-page {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    .spdx-m-partner-page *,
    .spdx-m-partner-page *::before,
    .spdx-m-partner-page *::after {
        box-sizing: border-box;
        max-width: 100%;
    }

    img,
    svg,
    video,
    iframe {
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-partner-benefits-banner {
        position: relative;
        width: 100%;
        height: 145px;
        margin-top: 65px;
        overflow: visible;
        border-radius: 18px;
        background: #0866d8;
    }

    .spdx-m-partner-benefits-banner-title {
        position: absolute;
        top: 50%;
        left: 36px;
        z-index: 2;
        width: 48%;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1.15;
        font-weight: 800;
        transform: translateY(-50%);
    }

    .spdx-m-partner-benefits-banner-phone {
        position: absolute !important;
        right: 18px !important;
        bottom: 0 !important;
        left: auto !important;
        z-index: 3;

        display: block !important;
        width: auto !important;
        max-width: none !important;
        height: 235px !important;

        margin: 0 !important;
        object-fit: contain;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-fulfillment-page {
        padding-top: 12px;
    }

    .spdx-m-fulfillment-page,
    .spdx-m-fulfillment-page *,
    .spdx-m-fulfillment-page *::before,
    .spdx-m-fulfillment-page *::after {
        box-sizing: border-box;
    }

    .spdx-m-fulfillment-breadcrumb {
        margin: 0 0 12px;
        color: #1474db;
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
    }

    /*
     * Hero
     * Картинка задаётся через inline background-image.
     */
    .spdx-m-fulfillment-hero {
        position: relative;
        width: calc(100% + 36px);
        min-height: 270px;
        margin: 0 -18px;
        overflow: hidden;
        background-color: #f3f3f3;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*
     * Белый градиент поверх фоновой картинки.
     */
    .spdx-m-fulfillment-hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        padding: 22px 18px;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, .96) 42%,
            rgba(255, 255, 255, .78) 56%,
            rgba(255, 255, 255, .38) 70%,
            rgba(255, 255, 255, 0) 86%
        );
    }

    .spdx-m-fulfillment-hero-content {
        position: relative;
        z-index: 2;
        width: 58%;
        max-width: 58%;
        min-width: 0;
    }

    .spdx-m-fulfillment-hero-content h1 {
        margin: 0 0 10px;
        color: #0870df;
        font-size: 1.45rem;
        line-height: 1.15;
        font-weight: 800;
    }

    .spdx-m-fulfillment-hero-content p {
        margin: 0;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
    }

    /*
     * Кнопки под hero
     */
    .spdx-m-fulfillment-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
    }

    .spdx-m-fulfillment-action {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 14px;
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
    }

    .spdx-m-fulfillment-action:hover,
    .spdx-m-fulfillment-action:focus {
        color: #fff;
        text-decoration: none;
    }

    .spdx-m-fulfillment-action-warning {
        background: #ffad18;
    }

    .spdx-m-fulfillment-action-primary {
        background: #0866d8;
    }

    /*
     * Цикл обработки
     */
    .spdx-m-fulfillment-cycle {
        padding-top: 28px;
    }

    .spdx-m-fulfillment-blue-title {
        margin: 0 0 18px;
        color: #0870df;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-fulfillment-cycle-list {
        display: grid;
        gap: 10px;
    }

    .spdx-m-fulfillment-cycle-card {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        min-height: 72px;
        padding: 16px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-fulfillment-cycle-card span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #9dc8ff;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 800;
    }

    .spdx-m-fulfillment-cycle-card p {
        min-width: 0;
        margin: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-fulfillment-section-text {
        margin: 18px 0 0;
        font-size: 1rem;
        line-height: 1.4;
    }

    /*
     * Интеграции
     */
    .spdx-m-fulfillment-integrations {
        padding-top: 28px;
    }

    .spdx-m-fulfillment-section-title {
        margin: 0 0 18px;
        color: #111;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-fulfillment-logos {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        align-items: center;
    }

    .spdx-m-fulfillment-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 54px;
    }

    .spdx-m-fulfillment-logo img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 50px;
        object-fit: contain;
    }

    /*
     * Серые информационные карточки
     */
    .spdx-m-fulfillment-gray-section {
        padding-top: 28px;
    }

    .spdx-m-fulfillment-gray-card {
        padding: 22px 18px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-fulfillment-gray-card +
    .spdx-m-fulfillment-gray-card {
        margin-top: 18px;
    }

    .spdx-m-fulfillment-item-list {
        display: grid;
        gap: 16px;
    }

    .spdx-m-fulfillment-item {
        display: grid;
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
    }

    .spdx-m-fulfillment-item > div {
        min-width: 0;
    }

    .spdx-m-fulfillment-item img {
        display: block;
        width: 24px;
        height: 24px;
        max-width: none;
        object-fit: contain;
    }

    .spdx-m-fulfillment-item h3 {
        margin: 0 0 4px;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-fulfillment-item p {
        margin: 0;
        font-size: .95rem;
        line-height: 1.35;
    }

    /*
     * Списки со стрелками
     */
    .spdx-m-fulfillment-arrow-list {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .spdx-m-fulfillment-arrow-list li {
        position: relative;
        padding-left: 18px;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-fulfillment-arrow-list li::before {
        content: "";
        position: absolute;
        top: .42em;
        left: 0;
        width: 8px;
        height: 8px;
        border-top: 4px solid #0870df;
        border-right: 4px solid #0870df;
        transform: rotate(45deg);
    }

    /*
     * Форма
     */
    .spdx-m-fulfillment-form-section {
        margin-top: 28px;
        padding: 26px 0 32px;
        color: #fff;
        background: linear-gradient(
            180deg,
            #3f8ff1 0%,
            #0765d9 100%
        );
    }

    .spdx-m-fulfillment-form-section h2 {
        margin: 0 0 6px;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .spdx-m-fulfillment-form-section p {
        margin: 0 0 16px;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-fulfillment-form {
        display: grid;
        gap: 12px;
    }

    .spdx-m-fulfillment-form input,
    .spdx-m-fulfillment-form textarea {
        display: block;
        width: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        border-radius: 16px;
        background: #fff;
        color: #111;
        font-size: 1rem;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
    }

    .spdx-m-fulfillment-form input {
        height: 56px;
        padding: 0 16px;
    }

    .spdx-m-fulfillment-form textarea {
        min-height: 118px;
        padding: 14px 16px;
        resize: vertical;
    }

    .spdx-m-fulfillment-form input::placeholder,
    .spdx-m-fulfillment-form textarea::placeholder {
        color: #aaa;
    }

    .spdx-m-fulfillment-submit {
        width: 100%;
        min-height: 56px;
        margin-top: 4px;
        border: 0;
        border-radius: 16px;
        background: #ffad18;
        color: #fff;
        font-size: 1rem;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-fulfillment-hero-simple {
        width: calc(100% + 36px);
        min-height: 270px;
        margin-right: -18px;
        margin-left: -18px;
        padding: 22px 18px;

        background-image:
            linear-gradient(
                90deg,
                #fff 0%,
                #fff 34%,
                rgba(255, 255, 255, .92) 48%,
                rgba(255, 255, 255, .55) 64%,
                rgba(255, 255, 255, 0) 82%
            ),
            var(--hero-image);

        background-repeat: no-repeat, no-repeat;
        background-position: left top, center center;
        background-size: 100% 100%, cover;
    }

    .spdx-m-fulfillment-hero-simple-content {
        width: 58%;
    }

    .spdx-m-fulfillment-hero-simple-content h1 {
        margin: 0 0 10px;
        color: #0870df;
        font-size: 1.45rem;
        line-height: 1.15;
        font-weight: 800;
    }

    .spdx-m-fulfillment-hero-simple-content p {
        margin: 0;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-ecom-page {
        padding-top: 12px;
    }

    .spdx-m-ecom-breadcrumb {
        margin: 0 0 12px;
        color: #1474db;
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
    }

    .spdx-m-ecom-hero {
        position: relative;
        width: calc(100% + 36px);
        min-height: 290px;
        margin: 0 -18px;
        padding: 20px 18px 22px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .spdx-m-ecom-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.98) 34%,
            rgba(255,255,255,.88) 50%,
            rgba(255,255,255,.5) 68%,
            rgba(255,255,255,0) 84%
        );
    }

    .spdx-m-ecom-hero-content {
        position: relative;
        z-index: 1;
        width: 68%;
        max-width: 68%;
    }

    .spdx-m-ecom-hero h1 {
        margin: 0 0 14px;
        color: #111;
        font-size: 1.5rem;
        line-height: 1.18;
        font-weight: 800;
    }

    .spdx-m-ecom-hero h2 {
        margin: 0 0 12px;
        color: #111;
        font-size: 1.15rem;
        line-height: 1.3;
        font-weight: 700;
    }

    .spdx-m-ecom-hero p {
        margin: 0;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-ecom-section {
        padding-top: 34px;
    }

    .spdx-m-ecom-section-title {
        margin: 0 0 18px;
        color: #111;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-ecom-solutions-card {
        padding: 22px 18px;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .spdx-m-ecom-solutions-list {
        display: grid;
        gap: 18px;
    }

    .spdx-m-ecom-solution-item {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .spdx-m-ecom-solution-item img {
        display: block;
        width: 34px;
        height: 34px;
        object-fit: contain;
    }

    .spdx-m-ecom-solution-item h3 {
        margin: 0 0 5px;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-ecom-solution-item p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-ecom-advantages-list {
        display: grid;
        gap: 10px;
    }

    .spdx-m-ecom-advantage {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 18px 16px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-ecom-advantage-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #d8eaff;
        color: #0870df;
    }

    .spdx-m-ecom-advantage-icon img {
        display: block;
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .spdx-m-ecom-advantage h3 {
        margin: 0 0 5px;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-ecom-advantage p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-ecom-steps-card {
        padding: 18px 16px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-ecom-steps-list {
        display: grid;
        gap: 18px;
    }

    .spdx-m-ecom-step {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .spdx-m-ecom-step-number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #9dc8ff;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 800;
    }

    .spdx-m-ecom-step h3 {
        margin: 0 0 5px;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-ecom-step p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-ecom-cta {
        margin-top: 36px;
        padding: 18px 18px 28px;
        color: #fff;
        background: #0866d8;
    }

    .spdx-m-ecom-cta-image {
        display: flex;
        justify-content: center;
        margin: -2px 0 14px;
    }

    .spdx-m-ecom-cta-image img {
        display: block;
        width: auto;
        max-width: 88%;
        max-height: 160px;
        object-fit: contain;
    }

    .spdx-m-ecom-cta h2 {
        margin: 0 0 18px;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .spdx-m-ecom-cta-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 56px;
        border-radius: 16px;
        background: #ffad18;
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-green-page {
        padding-top: 12px;
    }

    .spdx-m-green-hero,
    .spdx-m-green-important {
        position: relative;
        width: calc(100% + 36px);
        min-height: 250px;
        margin: 0 -18px;
        padding: 24px 18px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .spdx-m-green-hero::before,
    .spdx-m-green-important::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.98) 36%,
            rgba(255,255,255,.88) 50%,
            rgba(255,255,255,.48) 68%,
            rgba(255,255,255,0) 84%
        );
    }

    .spdx-m-green-hero-content,
    .spdx-m-green-important-content {
        position: relative;
        z-index: 1;
        width: 78%;
        max-width: 78%;
    }

    .spdx-m-green-hero h1,
    .spdx-m-green-important h2 {
        margin: 0 0 12px;
        color: #0870df;
        font-size: 1.55rem;
        line-height: 1.18;
        font-weight: 800;
    }

    .spdx-m-green-hero p,
    .spdx-m-green-important p {
        margin: 0;
        color: #111;
        font-size: 14px;
        line-height: 1.35;
    }

    .spdx-m-green-important {
        margin-top: 28px;
        min-height: 220px;
    }

    .spdx-m-green-important h2 {
        color: #111;
    }

    .spdx-m-green-section {
        padding-top: 34px;
    }

    .spdx-m-green-section-title {
        margin: 0 0 18px;
        color: #111;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-green-trees-card {
        padding: 18px;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .spdx-m-green-trees-image {
        margin-bottom: 18px;
    }

    .spdx-m-green-trees-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 230px;
        object-fit: contain;
    }

    .spdx-m-green-trees-text p {
        margin: 0 0 18px;
        font-size: 1rem;
        line-height: 1.4;
    }

    .spdx-m-green-trees-text p:last-child {
        margin-bottom: 0;
    }

    .spdx-m-green-trees-text strong {
        color: #0870df;
        font-size: 1.35rem;
        line-height: 1.1;
    }

    .spdx-m-green-principles-list {
        display: grid;
        gap: 10px;
        margin-top: 12px;
    }

    .spdx-m-green-principle-card {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
        padding: 18px 16px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-green-principle-card img {
        display: block;
        width: 52px;
        height: 52px;
        object-fit: contain;
    }

    .spdx-m-green-principle-card p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-green-implement-card {
        padding: 22px 16px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-green-implement-list {
        display: grid;
        gap: 22px;
    }

    .spdx-m-green-step {
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
    }

    .spdx-m-green-step-number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #9dc8ff;
        color: #fff;
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 800;
    }

    .spdx-m-green-step p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-green-approach-card {
        overflow: hidden;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .spdx-m-green-approach-image img {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .spdx-m-green-approach-content {
        padding: 22px 18px 26px;
    }

    .spdx-m-green-approach-content h2 {
        margin: 0 0 14px;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-green-approach-content p {
        margin: 0 0 16px;
        font-size: 1rem;
        line-height: 1.45;
    }

    .spdx-m-green-approach-content p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .spdx-m-forwarding-page {
        padding-top: 12px;
    }

    .spdx-m-forwarding-hero {
        position: relative;
        min-height: 250px;
        margin: 0 -18px;
        padding: 18px 18px 20px;
        overflow: hidden;
        background: #fff;
    }

    .spdx-m-forwarding-hero-content {
        position: relative;
        z-index: 2;
        width: 58%;
    }

    .spdx-m-forwarding-hero h1 {
        margin: 0 0 16px;
        color: #0870df;
        font-size: 1.35rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .spdx-m-forwarding-hero h2 {
        margin: 0 0 14px;
        color: #111;
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .spdx-m-forwarding-hero-list {
        display: grid;
        gap: 7px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .spdx-m-forwarding-hero-list li {
        position: relative;
        padding-left: 16px;
        color: #111;
        font-size: .92rem;
        line-height: 1.25;
    }

    .spdx-m-forwarding-hero-list li::before {
        content: "";
        position: absolute;
        top: .38em;
        left: 0;
        width: 7px;
        height: 7px;
        border-top: 3px solid #0870df;
        border-right: 3px solid #0870df;
        transform: rotate(45deg);
    }

    .spdx-m-forwarding-hero-image {
        position: absolute;
        top: 8px;
        right: 0;
        z-index: 1;
        width: 48%;
        height: 150px;
    }

    .spdx-m-forwarding-hero-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: right top;
    }

    .spdx-m-forwarding-hero-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        margin-top: 18px;
        border-radius: 14px;
        background: #0866d8;
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
    }

    .spdx-m-forwarding-calc {
        margin-top: 24px;
        padding: 24px 0 28px;
        background: #f1f1f1;
    }

    .spdx-m-forwarding-calc h2 {
        margin: 0 0 18px;
        color: #111;
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 800;
    }

    .spdx-m-forwarding-form {
        display: grid;
        gap: 10px;
    }

    .spdx-m-forwarding-form input {
        display: block;
        width: 100%;
        height: 54px;
        padding: 0 16px;
        border: 0;
        border-radius: 16px;
        outline: 0;
        background: #fff;
        color: #111;
        font-size: 1rem;
    }

    .spdx-m-forwarding-form-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .spdx-m-forwarding-submit {
        width: 100%;
        min-height: 54px;
        margin-top: 2px;
        border: 0;
        border-radius: 14px;
        background: #0866d8;
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .spdx-m-forwarding-privacy {
        margin: 4px 0 0;
        color: rgba(255,255,255,.75);
        font-size: .75rem;
        line-height: 1.3;
    }

    .spdx-m-forwarding-benefits {
        padding-top: 28px;
    }

    .spdx-m-forwarding-benefits-list {
        display: grid;
        gap: 10px;
    }

    .spdx-m-forwarding-benefit {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 18px 16px;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-forwarding-benefit img {
        display: block;
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    .spdx-m-forwarding-benefit h3 {
        margin: 0 0 5px;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-forwarding-benefit p {
        margin: 0;
        font-size: .95rem;
        line-height: 1.35;
    }

    .spdx-m-forwarding-trusted {
        padding: 34px 0 24px;
    }

    .spdx-m-forwarding-trusted h2,
    .spdx-m-forwarding-fleet-title {
        margin: 0 0 18px;
        color: #111;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-forwarding-fleet {
        padding-bottom: 48px;
    }

    .spdx-m-forwarding-fleet-subtitle {
        margin: 0 0 16px;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-forwarding-fleet {
        padding-bottom: 48px;
    }

    .spdx-m-forwarding-fleet-title {
        margin: 0 0 8px;
        color: #111;
        font-size: 1.15rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-forwarding-fleet-subtitle {
        margin: 0 0 16px;
        color: #111;
        font-size: 1rem;
        line-height: 1.35;
    }

    .spdx-m-fleet-accordion {
        display: grid;
        gap: 9px;
    }

    .spdx-m-fleet-item {
        width: 100%;
    }

    .spdx-m-fleet-trigger {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 42px;
        padding: 9px 18px;
        border: 0;
        border-radius: 22px;
        background: #f1f1f1;
        color: #111;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 400;
        text-align: left;
        cursor: pointer;
    }

    .spdx-m-fleet-item.is-open .spdx-m-fleet-trigger {
        border: 2px solid #0870df;
        padding: 7px 16px;
        background: #fff;
        color: #0870df;
    }

    .spdx-m-fleet-panel {
        display: none;
        padding: 18px 0 2px;
    }

    .spdx-m-fleet-item.is-open .spdx-m-fleet-panel {
        display: block;
    }

    .spdx-m-fleet-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% + 36px);
        margin: 0 -18px 14px;
        overflow: hidden;
    }

    .spdx-m-fleet-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 260px;
        object-fit: contain;
        object-position: center;
    }

    .spdx-m-fleet-description {
        margin-bottom: 6px;
        color: #111;
        font-size: 1rem;
        line-height: 1.4;
    }
}


.private-rate-card-caption {
    display: block;
}

.private-rate-chevron {
    display: none;
}
@media (max-width: 767.98px) {

    .private-rate-tabs {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .private-rate-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;

        width: 100%;
        min-height: 92px;
        padding: 16px 24px;

        color: #111;
        text-decoration: none;

        border: 0;
        border-radius: 18px;
        background: #f3f3f3;
        box-shadow: none;
    }

    .private-rate-card:hover,
    .private-rate-card:focus,
    .private-rate-card.active {
        color: #111;
        text-decoration: none;
        border: 0;
        background: #f3f3f3;
        box-shadow: none;
    }

    .private-rate-card-caption {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 0;
    }

    .private-rate-card-caption strong {
        display: block;
        margin: 0;

        font-size: 22px;
        line-height: 1.15;
        font-weight: 700;
    }

    .private-rate-card-caption > span {
        display: block;
        margin-top: 4px;

        font-size: 21px;
        line-height: 1.2;
        font-weight: 400;
    }

    .private-rate-chevron {
        display: block;
        flex: 0 0 auto;

        width: 18px;
        height: 18px;

        border-top: 6px solid #0868d7;
        border-right: 6px solid #0868d7;

        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    .private-rate-card.active .private-rate-chevron {
        transform: rotate(135deg);
    }

    .private-rate-content-host {
        display: none;
    }

    .private-rate-tabs > .private-rate-content {
        width: 100%;
        margin: 22px 4px 4px;
    }

    .private-rate-description {
        margin: 0;

        font-size: 20px;
        line-height: 1.25;
        color: #111;
    }

    .private-rate-description a {
        color: #0868d7;
    }

    .private-rate-table-wrap {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .private-rate-tabs .private-rate-card {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        padding: 16px 64px 16px 24px !important;
        text-align: left !important;
    }

    .private-rate-tabs .private-rate-card-caption {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .private-rate-tabs .private-rate-card-caption strong,
    .private-rate-tabs .private-rate-card-caption > span {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
    }

    .private-rate-tabs .private-rate-chevron {
        position: absolute !important;
        top: 50% !important;
        right: 24px !important;
        bottom: auto !important;
        left: auto !important;

        margin: 0 !important;

        transform: translateY(-50%) rotate(45deg) !important;
    }

    .private-rate-tabs .private-rate-card.active .private-rate-chevron {
        transform: translateY(-50%) rotate(135deg) !important;
    }
}

@media (max-width: 767.98px) {
    .spdx-m-private-page {
        padding-top: 12px;
    }

    .spdx-m-private-breadcrumb {
        margin: 0 0 12px;
        color: #1474db;
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
    }

    .spdx-m-private-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 18px;
    }

    .spdx-m-private-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 9px 12px;
        border-radius: 14px;
        background: #f1f1f1;
        color: #111;
        text-decoration: none;
        font-size: .95rem;
        line-height: 1.2;
        text-align: center;
    }

    .spdx-m-private-tab.active {
        border: 1px solid #0870df;
        background: #fff;
        color: #0870df;
    }

    .spdx-m-private-intro {
        overflow: hidden;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-private-intro-image {
        padding: 20px 18px 10px;
    }

    .spdx-m-private-intro-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 205px;
        object-fit: contain;
    }

    .spdx-m-private-intro-content {
        padding: 18px;
    }

    .spdx-m-private-intro-content h1,
    .spdx-m-private-intro-content h2 {
        margin: 0 0 12px;
        color: #111;
        font-size: 1.45rem;
        line-height: 1.15;
        font-weight: 800;
    }

    .spdx-m-private-intro-content p {
        margin: 0;
        color: #333;
        font-size: 1rem;
        line-height: 1.4;
    }

    .spdx-m-private-calculator {
        margin-top: 26px;
    }

    .spdx-m-private-tracking {
        padding: 24px 0 0;
    }

    .spdx-m-private-tracking-title {
        margin: 0 0 16px;
        color: #111;
        font-size: 1.2rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-private-free {
        padding-top: 28px;
    }

    .spdx-m-private-free-card {
        overflow: hidden;
        border-radius: 18px;
        background: #f1f1f1;
    }

    .spdx-m-private-free-image img {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .spdx-m-private-free-content {
        padding: 20px 18px 24px;
    }

    .spdx-m-private-free-content h2 {
        margin: 0 0 18px;
        font-size: 1.1rem;
        line-height: 1.25;
        font-weight: 800;
    }

    .spdx-m-private-free-list {
        display: grid;
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .spdx-m-private-free-list li {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
    }

    .spdx-m-private-free-list img {
        display: block;
        width: 38px;
        height: 38px;
        object-fit: contain;
    }

    .spdx-m-private-free-list span {
        font-size: .95rem;
        line-height: 1.35;
    }

    .spdx-m-private-notes {
        padding: 22px 0 44px;
    }

    .spdx-m-private-notes-list {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .spdx-m-private-notes-list li {
        position: relative;
        padding-left: 18px;
        font-size: .95rem;
        line-height: 1.35;
        font-weight: 700;
    }

    .spdx-m-private-notes-list li::before {
        content: "";
        position: absolute;
        top: .4em;
        left: 0;
        width: 8px;
        height: 8px;
        border-top: 4px solid #0870df;
        border-right: 4px solid #0870df;
        transform: rotate(45deg);
    }

    .spdx-m-private-note-card {
        margin-top: 18px;
        padding: 16px 18px;
        background: #f1f1f1;
    }

    .spdx-m-private-note-card p {
        margin: 0;
        font-size: .9rem;
        line-height: 1.4;
    }
}
@media (max-width: 767.98px) { .cargo-request-image {display:none;} .cargo-request-content {margin-bottom:30px;}}

@media (max-width: 767.98px) {
.spdx-m-support-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 14px 0 40px;
}
    .spdx-m-support-accordion .accordion-item {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .spdx-m-support-accordion .accordion-header {
        margin: 0;
    }

    .spdx-m-support-accordion .accordion-button {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 80px;
        padding: 14px 40px 14px 16px;

        border: 0;
        border-radius: 16px !important;
        outline: 0;

        background: #f1f1f1;
        color: #111;

        box-shadow: none !important;

        font-size: 16px;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
    }

    .spdx-m-support-accordion .accordion-button:hover,
    .spdx-m-support-accordion .accordion-button:focus,
    .spdx-m-support-accordion .accordion-button:not(.collapsed) {
        border: 0;
        background: #f1f1f1;
        color: #111;
        box-shadow: none !important;
    }

    /*
     * Полностью убираем стандартную иконку Bootstrap.
     */
    .spdx-m-support-accordion .accordion-button::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;

        width: 17px;
        height: 17px;
        margin: 0;

        border-right: 7px solid #0868d8;
        border-bottom: 7px solid #0868d8;

        background: none !important;
        background-image: none !important;

        transform: translateY(-50%) rotate(-45deg);
        transform-origin: center;
        transition: transform .2s ease;
    }

    /*
     * Открытый пункт: шеврон направлен вниз.
     */
    .spdx-m-support-accordion
    .accordion-button:not(.collapsed)::after {
        background: none !important;
        background-image: none !important;
        transform: translateY(-65%) rotate(45deg);
    }

    /*
     * Содержимое раскрывается сразу под кнопкой.
     */
    .spdx-m-support-accordion .accordion-collapse {
        background: transparent;
    }

    .spdx-m-support-accordion .accordion-body {
        padding: 24px 0 0;
    }

    .spdx-m-support-pdf {
        width: calc(100% + 36px);
        height: 70vh;
        min-height: 300px;
        margin-right: -18px;
        margin-left: -18px;
        overflow: hidden;
        border-radius: 0;
        background: #f2f2f2;
    }

    .spdx-m-support-pdf iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }
}