

body.return-page .content-area {
    padding: 0 0 64px;
    background: #ffffff;
}

body.return-page .content-area > .page-background-image {
    display: none !important;
}

body.return-page .content-area > .page-background-image + .width-wrap,
body.return-page .content-area > .width-wrap {
    background: transparent;
}

body.return-page .content-area > .page-background-image + .width-wrap h1,
body.return-page #pagetitle {
    max-width: 1040px;
    margin: 30px auto 24px;
    padding: 0;
    font-family: 'NotoSans', Arial, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #26242d;
}

body.return-page .breadcrumb-block {
    min-height: 0;
    margin: 18px 0 0;
    padding-bottom: 0;
    background: transparent;
}

body.return-page .breadcrumb-block .breadcrumb-catalog {
    display: none !important;
}

body.return-page .content-area .page-background-image + .width-wrap .breadcrumbs span,
body.return-page .content-area .page-background-image + .width-wrap .breadcrumbs a,
body.return-page .breadcrumbs span,
body.return-page .breadcrumbs a {
    color: #716d78;
}

body.return-page .return-editorial {
    box-sizing: border-box;
    max-width: 1040px;
    margin: 0 auto;
    padding: 38px;
    color: #312f37;
    background: #ffffff;
    border: 1px solid #ece8f3;
    border-radius: 24px;
    box-shadow: 0 12px 34px rgba(43, 36, 83, .045);
    font-family: 'NotoSans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

body.return-page .return-editorial p {
    margin: 0 0 16px;
}

body.return-page .return-editorial__intro {
    max-width: 900px;
    margin-bottom: 32px;
}

body.return-page .return-editorial__lead {
    margin: 0 0 16px !important;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
    font-weight: 600;
    color: #26242d;
}

body.return-page .return-editorial__section {
    margin-top: 26px;
    padding: 28px;
    border-radius: 20px;
}

body.return-page .return-editorial__section h2 {
    margin: 0 0 20px;
    font-family: 'NotoSans', Arial, sans-serif;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.25;
    font-weight: 700;
    color: #2f2b64;
}

body.return-page .return-editorial__section--steps {
    margin-top: 26px;
    padding: 28px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

body.return-page .return-editorial__section--steps h2 {
    margin: 0 0 20px;
    color: #2f2b64;
}

body.return-page .return-editorial__checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
    background: transparent;
    border: 0;
    border-radius: 0;
}

body.return-page .return-editorial__checklist li {
    position: relative;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    min-height: 0;
    margin: 0;
    padding: 15px 16px 15px 14px;
    color: #37343f;
    background: #faf9fc;
    border: 1px solid #ece9f2;
    border-radius: 13px;
    line-height: 1.6;
}

body.return-page .return-editorial__checklist li:last-child {
    grid-column: 1 / -1;
    max-width: none;
}

body.return-page .return-editorial__checklist li::before {
    content: none !important;
    display: none !important;
}

body.return-page .return-editorial__check-icon {
    box-sizing: border-box;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    align-items: center;
    justify-content: center;
    color: #4c8b68;
    background: #edf7f1;
    border: 1px solid #cfe5d7;
    border-radius: 50%;
    box-shadow: none;
}

body.return-page .return-editorial__check-icon svg {
    display: block;
    width: 12px;
    height: 12px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.return-page .return-editorial__notice {
    position: relative;
    margin-top: 26px;
    padding: 22px 24px 22px 56px;
    color: #514625;
    background: #fff9e8;
    border: 1px solid #efe1af;
    border-radius: 18px;
}

body.return-page .return-editorial__notice::before {
    content: "!";
    position: absolute;
    left: 22px;
    top: 22px;
    display: inline-flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #a47a20;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

body.return-page .return-editorial__section--restrictions {
    padding: 28px 0 0;
}

body.return-page .return-editorial__section--restrictions > p {
    max-width: 920px;
}

body.return-page .return-editorial__subhead {
    margin: 26px 0 14px !important;
    color: #26242d;
}

body.return-page .return-editorial__restrictions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.return-page .return-editorial__restrictions li {
    position: relative;
    box-sizing: border-box;
    padding: 15px 16px 15px 38px;
    background: #faf9fc;
    border: 1px solid #ece9f2;
    border-radius: 13px;
    line-height: 1.6;
}

body.return-page .return-editorial__restrictions li::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 24px;
    width: 6px;
    height: 6px;
    background: #393186;
    border-radius: 50%;
}

body.return-page .return-editorial__footnote {
    margin-top: 30px;
    padding: 20px 22px;
    color: #66616e;
    background: #f5f4f7;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    body.return-page .return-editorial {
        padding: 28px;
        border-radius: 20px;
    }

    body.return-page .return-editorial__checklist,
    body.return-page .return-editorial__restrictions {
        grid-template-columns: 1fr;
    }

    body.return-page .return-editorial__checklist li,
    body.return-page .return-editorial__checklist li:last-child {
        min-height: auto;
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    body.return-page .content-area {
        padding-bottom: 36px;
    }

    body.return-page .breadcrumb-block {
        margin-top: 12px;
    }

    body.return-page .content-area > .page-background-image + .width-wrap h1,
    body.return-page #pagetitle {
        margin: 22px 0 18px;
        padding: 0;
    }

    body.return-page .return-editorial {
        margin: 0;
        padding: 22px 18px;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(43, 36, 83, .04);
    }

    body.return-page .return-editorial__section {
        padding: 20px 16px;
        border-radius: 16px;
    }

    body.return-page .return-editorial__section--restrictions {
        padding: 22px 0 0;
    }

    body.return-page .return-editorial__section--steps {
        padding: 22px 0 0;
    }

    body.return-page .return-editorial__checklist {
        gap: 10px;
    }

    body.return-page .return-editorial__checklist li {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 8px;
        padding: 14px;
    }

    body.return-page .return-editorial__check-icon {
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

    body.return-page .return-editorial__check-icon svg {
        width: 12px;
        height: 12px;
    }

    body.return-page .return-editorial__notice {
        padding: 18px 16px 18px 48px;
        border-radius: 15px;
    }

    body.return-page .return-editorial__notice::before {
        left: 16px;
        top: 19px;
    }
}
