

/* Start:/dostavka/style.css?178642803723015*/
.delivery-page {
    --delivery-blue: #0877f9;
    --delivery-blue-dark: #0c54a0;
    --delivery-blue-soft: #edf6ff;
    --delivery-surface: #f6faff;
    --delivery-text: #071b3a;
    --delivery-muted: #63758f;
    --delivery-border: #d5e6fa;
    --delivery-warm: #fff9ed;
    width: 100%;
    margin: 18px 0 56px;
    color: var(--delivery-text);
    font-family: Montserrat, Arial, sans-serif;
}

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

.delivery-page button,
.delivery-page input {
    font-family: inherit;
}

.delivery-page button {
    color: inherit;
}

.delivery-page a {
    color: var(--delivery-blue);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.delivery-hero {
    display: grid;
    min-height: 235px;
    grid-template-columns: minmax(480px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.delivery-hero__content {
    padding: 28px 0 28px 2px;
}

.delivery-hero__title {
    max-width: 670px;
    margin: 0 0 14px;
    padding: 0;
    background: none;
    color: var(--delivery-text);
    font-size: clamp(34px, 2.55vw, 43px);
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -.035em;
    text-align: left;
}

.delivery-hero__title::before,
.delivery-hero__title::after {
    display: none;
}

.delivery-hero__lead {
    margin: 0;
    color: var(--delivery-muted);
    font-size: 16px;
    line-height: 1.6;
}

.delivery-hero__visual {
    height: 235px;
    min-width: 0;
    overflow: hidden;
}

.delivery-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
}

.delivery-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
    margin-bottom: 16px;
    padding: 26px 22px;
    border: 1px solid #bcd9fb;
    border-radius: 20px;
    background: linear-gradient(145deg, #f7fbff 0%, #edf6ff 100%);
    box-shadow: 0 16px 40px rgba(36, 91, 153, .045);
}

.delivery-calculator__main {
    min-width: 0;
}

.delivery-calculator__main::after {
    display: block;
    clear: both;
    content: "";
}

.delivery-destination,
.delivery-terms {
    float: left;
    margin-bottom: 18px;
}

.delivery-destination {
    width: 37%;
    padding-right: 24px;
}

.delivery-terms {
    width: 63%;
    padding-left: 2px;
}

.delivery-control-title {
    margin: 0 0 12px;
    color: var(--delivery-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.delivery-control-title span {
    margin-right: 4px;
}

.delivery-destination__buttons {
    display: grid;
    height: 42px;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid #c7daef;
    border-radius: 9px;
    background: #fff;
}

.delivery-destination__buttons button {
    position: relative;
    padding: 0 12px;
    border: 0;
    background: transparent;
    color: #425574;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

.delivery-destination__buttons button:not(:last-child)::after {
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: 24px;
    background: #d7e2ef;
    content: "";
}

.delivery-destination__buttons button.is-active {
    z-index: 1;
    background: var(--delivery-blue);
    color: #fff;
}

.delivery-destination__buttons button.is-active::after {
    display: none;
}

.delivery-terms__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0 6px;
}

.delivery-terms__timeline::before {
    position: absolute;
    top: 10px;
    right: 16%;
    left: 16%;
    height: 1px;
    border-top: 1px dashed #8fbdf5;
    content: "";
}

.delivery-term {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.delivery-term__number {
    display: flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    border-radius: 50%;
    background: var(--delivery-blue);
    box-shadow: 0 0 0 4px #f1f8ff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

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

.delivery-term small {
    max-width: 150px;
    color: var(--delivery-muted);
    font-size: 11px;
    line-height: 1.4;
}

.delivery-terms__notice {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 5px 18px;
    border: 1px solid #f0dfb8;
    border-radius: 999px;
    background: var(--delivery-warm);
    color: #52647e;
    font-size: 13px;
}

.delivery-terms__notice img {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    object-fit: contain;
}

.delivery-terms__notice strong {
    color: var(--delivery-blue);
}

.delivery-tariffs {
    clear: both;
}

.delivery-tariff {
    display: grid;
    width: 100%;
    min-height: 53px;
    grid-template-columns: 19px 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 7px;
    padding: 7px 18px;
    border: 1px solid #d2e2f4;
    border-radius: 10px;
    background: rgba(255, 255, 255, .92);
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.delivery-tariff:last-child {
    margin-bottom: 0;
}

.delivery-tariff:hover,
.delivery-tariff:focus-visible {
    border-color: #8bbdf8;
    outline: none;
}

.delivery-tariff.is-active {
    border: 2px solid var(--delivery-blue);
    padding: 6px 17px;
    box-shadow: 0 8px 20px rgba(8, 119, 249, .08);
}

.delivery-tariff__radio {
    width: 17px;
    height: 17px;
    border: 1px solid #c7d5e4;
    border-radius: 50%;
    background: #fff;
}

.delivery-tariff.is-active .delivery-tariff__radio {
    border: 5px solid var(--delivery-blue);
}

.delivery-tariff__icon {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: var(--delivery-blue-dark);
}

.delivery-tariff__icon img {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.delivery-tariff__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.delivery-tariff__copy strong {
    font-size: 14px;
    line-height: 1.3;
}

.delivery-tariff__copy small {
    margin-top: 2px;
    color: var(--delivery-muted);
    font-size: 12px;
    line-height: 1.3;
}

.delivery-tariff__price {
    min-width: 95px;
    color: var(--delivery-text);
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.delivery-summary {
    align-self: end;
    min-height: 360px;
    padding: 26px 28px 18px;
    border: 1px solid #d1e2f6;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(34, 83, 139, .045);
}

.delivery-summary__label {
    display: block;
    margin-bottom: 7px;
    color: var(--delivery-text);
    font-size: 14px;
    font-weight: 500;
}

.delivery-summary__price {
    display: block;
    color: var(--delivery-blue);
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.delivery-summary__price--individual {
    max-width: 100%;
    font-size: clamp(24px, 4vw, 33px);
    line-height: 1.06;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow-wrap: anywhere;
}

.delivery-summary__distance {
    margin: 7px 0 0;
    color: #52647e;
    font-size: 14px;
}

.delivery-summary__distance--individual {
    max-width: 100%;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.delivery-summary__separator {
    height: 1px;
    margin: 18px 0 13px;
    background: var(--delivery-border);
}

.delivery-summary__fact {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 13px 0;
}

.delivery-summary__fact > span {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--delivery-blue-soft);
    color: var(--delivery-blue);
}

.delivery-summary__fact img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.delivery-summary__fact p {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.delivery-summary__fact strong {
    font-size: 13px;
    line-height: 1.35;
}

.delivery-summary__fact small {
    margin-top: 2px;
    color: var(--delivery-muted);
    font-size: 12px;
}

.delivery-summary__button,
.delivery-master__button,
.delivery-feature--master button {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: var(--delivery-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.delivery-summary__button {
    width: 100%;
    gap: 24px;
    margin-top: 16px;
    color: #fff;
}

.delivery-page .delivery-summary__button {
    color: #fff;
}

.delivery-summary__arrow {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.delivery-summary__button:hover,
.delivery-master__button:hover,
.delivery-feature--master button:hover {
    background: var(--delivery-blue-dark);
    transform: translateY(-1px);
}

.delivery-summary__caption {
    display: block;
    margin-top: 7px;
    color: var(--delivery-muted);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.delivery-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 0;
}

.delivery-feature {
    display: grid;
    min-height: 128px;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 21px 26px;
    border: 1px solid var(--delivery-border);
    border-radius: 17px;
    background: #fff;
}

.delivery-feature__icon {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--delivery-blue-soft);
    color: var(--delivery-blue);
}

.delivery-feature__icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.delivery-feature--master .delivery-feature__icon img {
    width: 46px;
    height: 46px;
}

.delivery-feature h2 {
    margin: 0 0 7px;
    color: var(--delivery-text);
    font-size: 17px;
    line-height: 1.3;
}

.delivery-feature p {
    margin: 0 0 8px;
    color: var(--delivery-muted);
    font-size: 13px;
    line-height: 1.5;
}

.delivery-feature strong {
    color: #354b68;
    font-size: 13px;
    font-weight: 600;
}

.delivery-feature--master {
    min-height: 88px;
    grid-column: 1 / -1;
    grid-template-columns: 70px minmax(0, 1fr) auto;
}

.delivery-feature--master button {
    min-width: 190px;
    padding: 0 22px;
    border: 1px solid var(--delivery-blue);
    background: #fff;
    color: var(--delivery-blue);
}

.delivery-feature--master button:hover {
    color: #fff;
}

.delivery-feature--master button span {
    margin-left: 22px;
    font-size: 18px;
}

.delivery-content-section,
.delivery-regions {
    margin-bottom: 72px;
}

.delivery-section-heading {
    margin-bottom: 26px;
}

.delivery-section-heading > span {
    display: block;
    margin-bottom: 9px;
    color: var(--delivery-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.delivery-section-heading h2 {
    margin: 0;
    color: var(--delivery-text);
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.delivery-text-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 22px;
    padding: 28px 30px;
    border-radius: 18px;
    background: var(--delivery-surface);
}

.delivery-text-card p {
    margin: 0;
    color: #435873;
    font-size: 12px;
    line-height: 1.7;
}

.delivery-price-table {
    overflow: hidden;
    border: 1px solid var(--delivery-border);
    border-radius: 17px;
    background: #fff;
}

.delivery-price-table__head,
.delivery-price-row {
    display: grid;
    grid-template-columns: 1.15fr .7fr 1.2fr;
    gap: 20px;
    align-items: center;
}

.delivery-price-table__head {
    padding: 13px 22px;
    background: #edf6ff;
    color: var(--delivery-blue-dark);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.delivery-price-row {
    min-height: 60px;
    padding: 14px 22px;
    border-top: 1px solid var(--delivery-border);
    font-size: 12px;
    line-height: 1.45;
}

.delivery-price-row strong {
    font-size: 12px;
}

.delivery-price-row span {
    color: #405570;
}

.delivery-included {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 15px 20px;
    border: 1px solid #cce3fd;
    border-radius: 12px;
    background: #f5faff;
}

.delivery-included svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: var(--delivery-blue);
}

.delivery-included p {
    margin: 0;
    color: #405570;
    font-size: 12px;
}

.delivery-notices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 18px;
}

.delivery-notices article {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid #f2e2bd;
    border-radius: 15px;
    background: var(--delivery-warm);
}

.delivery-notices article > span {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0d89d;
    border-radius: 50%;
    background: #fff;
    color: var(--delivery-blue);
    font-weight: 700;
}

.delivery-notices p {
    margin: 0;
    color: #53647b;
    font-size: 11px;
    line-height: 1.6;
}

.delivery-notices p strong {
    display: block;
    margin-bottom: 4px;
    color: var(--delivery-text);
    font-size: 12px;
}

.delivery-notices a {
    text-decoration: underline;
}

.delivery-master {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    margin-bottom: 72px;
    overflow: hidden;
    border: 1px solid var(--delivery-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(36, 91, 153, .045);
}

.delivery-master__summary {
    padding: 34px 34px 30px;
    background: linear-gradient(145deg, #eaf5ff 0%, #f7fbff 100%);
}

.delivery-master__icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #fff;
    color: var(--delivery-blue);
}

.delivery-master__icon svg {
    width: 32px;
    height: 32px;
}

.delivery-master h2 {
    margin: 0 0 24px;
    color: var(--delivery-text);
    font-size: 23px;
    line-height: 1.3;
}

.delivery-master__summary > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #cfe1f7;
    color: #53647b;
    font-size: 11px;
}

.delivery-master__summary > div strong {
    color: var(--delivery-text);
    font-size: 11px;
    text-align: right;
}

.delivery-master__button {
    width: 100%;
    margin-top: 24px;
}

.delivery-master__content {
    padding: 40px 46px;
    color: #405570;
    font-size: 12px;
    line-height: 1.75;
}

.delivery-master__content p {
    margin: 0 0 16px;
}

.delivery-master__content h3 {
    margin: 22px 0 14px;
    color: var(--delivery-text);
    font-size: 15px;
}

.delivery-master__content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-master__content li::before {
    margin-right: 8px;
    color: var(--delivery-blue);
    content: "✓";
    font-weight: 700;
}

.delivery-master__note {
    margin-top: 22px !important;
    padding: 12px 15px;
    border-radius: 10px;
    background: #f3f6f9;
    color: var(--delivery-muted);
    font-size: 11px;
}

.delivery-regions__layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    overflow: hidden;
    border: 1px solid var(--delivery-border);
    border-radius: 20px;
}

.delivery-regions__intro {
    padding: 35px;
    background: var(--delivery-surface);
}

.delivery-regions__intro p {
    margin: 0 0 18px;
    color: #405570;
    font-size: 12px;
    line-height: 1.75;
}

.delivery-companies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-companies li {
    padding: 10px 12px;
    border: 1px solid var(--delivery-border);
    border-radius: 8px;
    background: #fff;
    color: var(--delivery-text);
    font-size: 10px;
}

.delivery-region-steps {
    margin: 0;
    padding: 20px 34px;
    list-style: none;
}

.delivery-region-steps li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 17px 0;
    border-bottom: 1px solid var(--delivery-border);
}

.delivery-region-steps li:last-child {
    border-bottom: 0;
}

.delivery-region-steps span {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--delivery-blue-soft);
    color: var(--delivery-blue);
    font-size: 10px;
    font-weight: 700;
}

.delivery-region-steps p {
    margin: 0;
    color: #405570;
    font-size: 11px;
    line-height: 1.65;
}

.page__watched-it {
    display: block !important;
}

@media (max-width: 1199px) {
    .delivery-calculator {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 18px;
    }

    .delivery-destination {
        width: 40%;
    }

    .delivery-terms {
        width: 60%;
    }

    .delivery-summary {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 1023px) {
    .delivery-page {
        margin-top: 8px;
        padding: 0 15px;
    }

    .delivery-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .delivery-hero__content {
        padding-top: 18px;
        padding-bottom: 8px;
    }

    .delivery-hero__visual {
        height: clamp(150px, 34vw, 230px);
    }

    .delivery-hero__visual img {
        object-position: center;
    }

    .delivery-calculator {
        grid-template-columns: 1fr;
    }

    .delivery-summary {
        min-height: 0;
    }

    .delivery-feature-grid,
    .delivery-text-card,
    .delivery-notices,
    .delivery-master,
    .delivery-regions__layout {
        grid-template-columns: 1fr;
    }

    .delivery-feature--master {
        grid-column: auto;
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .delivery-feature--master button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .delivery-page {
        margin-bottom: 36px;
        padding: 0 10px;
    }

    .delivery-hero__title {
        margin-bottom: 10px;
        font-size: 29px;
        line-height: 1.16;
    }

    .delivery-hero__lead {
        font-size: 13px;
    }

    .delivery-hero__visual {
        height: 145px;
        margin: 0 -6px;
    }

    .delivery-calculator {
        gap: 18px;
        padding: 20px 14px;
        border-radius: 16px;
    }

    .delivery-destination,
    .delivery-terms {
        float: none;
        width: 100%;
        padding: 0;
    }

    .delivery-destination {
        margin-bottom: 24px;
    }

    .delivery-destination__buttons {
        height: 44px;
    }

    .delivery-terms {
        margin-bottom: 22px;
    }

    .delivery-term small {
        display: none;
    }

    .delivery-terms__notice {
        display: flex;
        width: 100%;
        justify-content: center;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }

    .delivery-tariff {
        grid-template-columns: 17px 32px minmax(0, 1fr) auto;
        gap: 8px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .delivery-tariff.is-active {
        padding-right: 9px;
        padding-left: 9px;
    }

    .delivery-tariff__icon {
        width: 31px;
        height: 31px;
    }

    .delivery-tariff__icon img {
        width: 26px;
        height: 26px;
    }

    .delivery-tariff__copy strong {
        font-size: 13px;
    }

    .delivery-tariff__copy small {
        font-size: 11px;
    }

    .delivery-tariff__price {
        min-width: 70px;
        font-size: 18px;
    }

    .delivery-summary__price {
        font-size: 34px;
    }

    .delivery-summary__price--individual {
        font-size: 28px;
        line-height: 1.1;
    }

    .delivery-summary__distance--individual {
        font-size: 11px;
    }

    .delivery-feature-grid {
        margin-bottom: 0;
    }

    .delivery-feature {
        min-height: 0;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }

    .delivery-feature__icon {
        width: 52px;
        height: 52px;
    }

    .delivery-feature__icon img {
        width: 29px;
        height: 29px;
    }

    .delivery-feature--master .delivery-feature__icon img {
        width: 40px;
        height: 40px;
    }

    .delivery-feature h2 {
        font-size: 15px;
    }

    .delivery-section-heading h2 {
        font-size: 25px;
    }

    .delivery-text-card {
        gap: 16px;
        padding: 22px 18px;
    }

    .delivery-price-table {
        border-radius: 13px;
    }

    .delivery-price-table__head {
        display: none;
    }

    .delivery-price-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 17px;
    }

    .delivery-price-row span::before {
        display: block;
        margin-bottom: 2px;
        color: var(--delivery-muted);
        font-size: 8px;
        text-transform: uppercase;
    }

    .delivery-price-row span:nth-child(2)::before {
        content: "В пределах МКАД";
    }

    .delivery-price-row span:nth-child(3)::before {
        content: "За пределами МКАД";
    }

    .delivery-master__summary,
    .delivery-master__content,
    .delivery-regions__intro,
    .delivery-region-steps {
        padding: 24px 18px;
    }

    .delivery-master__content ul,
    .delivery-companies {
        grid-template-columns: 1fr;
    }

    .delivery-region-steps li {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .delivery-page button {
        transition: none !important;
    }
}

/* End */
/* /dostavka/style.css?178642803723015 */
