

/* Start:/local/templates/iservice/css/warranty-page-v1.css?178741308017323*/
.warranty-page {
    width: calc(100% - 60px);
    max-width: 1370px;
    margin: 0 auto;
    padding: 8px 0 90px;
    color: #171522;
}

.warranty-page *,
.warranty-page *::before,
.warranty-page *::after {
    box-sizing: border-box;
}

.warranty-page a {
    text-decoration: none;
}

.warranty-page svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.warranty-page__hero {
    position: relative;
    min-height: 448px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    padding: 56px 62px;
    border-radius: 28px;
    background: #f1effb;
}

.warranty-page__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent 28%, rgba(244, 242, 251, .22) 47%, rgba(244, 242, 251, .92) 66%, #f4f2fb 100%);
    pointer-events: none;
}

.warranty-page__hero-picture,
.warranty-page__hero-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.warranty-page__hero-picture img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.warranty-page__hero-copy {
    position: relative;
    z-index: 2;
    width: 48%;
    max-width: 620px;
}

.warranty-page__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #6545e8;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.warranty-page__eyebrow::before {
    content: "";
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background: #6545e8;
}

.warranty-page__hero h1 {
    margin: 0 0 22px;
    color: #171522;
    font-size: clamp(42px, 4.1vw, 60px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.warranty-page__lead {
    max-width: 520px;
    margin: 0;
    color: #635d6c;
    font-size: 18px;
    line-height: 1.48;
}

.warranty-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.warranty-page__button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.warranty-page__button:hover {
    transform: translateY(-1px);
}

.warranty-page__button--primary {
    color: #fff;
    border-color: #6949ed;
    background: linear-gradient(100deg, #7553fa 0%, #6041e6 100%);
}

.warranty-page__button--primary:hover {
    color: #fff;
    background: linear-gradient(100deg, #6948f0 0%, #5739da 100%);
}

.warranty-page__button--secondary {
    color: #25212d;
    border-color: rgba(50, 43, 62, .14);
    background: rgba(255, 255, 255, .88);
}

.warranty-page__button--secondary:hover {
    color: #6545e8;
    border-color: #6545e8;
    background: #fff;
}

.warranty-page__anchors {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    margin: 18px 0;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.warranty-page__anchors::-webkit-scrollbar {
    display: none;
}

.warranty-page__anchors a {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 18px;
    border: 1px solid #e6e2ef;
    border-radius: 12px;
    color: #4b4652;
    background: #fff;
    font-size: 13px;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.warranty-page__anchors a:hover {
    color: #6545e8;
    border-color: #d4caff;
    background: #f6f3ff;
}

.warranty-page__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 76px;
}

.warranty-page__benefit {
    min-height: 116px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
    background: #f5f5f7;
}

.warranty-page__icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 13px;
    color: #6545e8;
    background: #e8e2ff;
}

.warranty-page__benefit h2,
.warranty-page__step h3 {
    margin: 0 0 6px;
    color: #171522;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.warranty-page__benefit p,
.warranty-page__step p {
    margin: 0;
    color: #827d89;
    font-size: 13px;
    line-height: 1.45;
}

.warranty-page__section,
.warranty-page__return,
.warranty-page__info-grid,
.warranty-page__timing,
.warranty-page__apple-note,
.warranty-page__faq {
    scroll-margin-top: 24px;
}

.warranty-page__section {
    margin-bottom: 76px;
}

.warranty-page__section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.warranty-page__section-heading h2,
.warranty-page__timing h2,
.warranty-page__apple-note h2,
.warranty-page__contact h2 {
    margin: 0;
    color: #171522;
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.warranty-page__section-heading p {
    max-width: 510px;
    margin: 0;
    color: #7d7784;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}

.warranty-page__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.warranty-page__step {
    min-height: 220px;
    padding: 26px;
    border: 1px solid #e8e6ed;
    border-radius: 19px;
    background: #fff;
}

.warranty-page__step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    color: #aaa5b1;
}

.warranty-page__step-top span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: #6949ee;
    font-size: 14px;
    font-weight: 500;
}

.warranty-page__return {
    margin-bottom: 76px;
    padding: 42px;
    border-radius: 26px;
    color: #fff;
    background: linear-gradient(120deg, #17131f 0%, #2b2050 55%, #49319e 100%);
}

.warranty-page__section-heading--light h2 {
    color: #fff;
}

.warranty-page__section-heading--light p {
    color: rgba(255, 255, 255, .66);
}

.warranty-page__return-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.warranty-page__return-card {
    min-height: 228px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}

.warranty-page__return-label,
.warranty-page__apple-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 24px;
    padding: 0 11px;
    border-radius: 8px;
    color: #ded5ff;
    background: rgba(255, 255, 255, .1);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.warranty-page__return-card h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
}

.warranty-page__return-card p,
.warranty-page__return-note {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.58;
}

.warranty-page__return-note {
    margin-top: 20px;
    padding-left: 16px;
    border-left: 2px solid #876cff;
}

.warranty-page__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 76px;
}

.warranty-page__panel {
    padding: 34px;
    border-radius: 23px;
    background: #f5f5f7;
}

.warranty-page__panel > h2,
.warranty-page__faq > h2 {
    margin: 0 0 24px;
    color: #171522;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.warranty-page__conditions,
.warranty-page__exceptions {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.warranty-page__conditions li {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    border-radius: 14px;
    background: #fff;
}

.warranty-page__check {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #6344e8;
    background: #ece7ff;
    font-size: 15px;
    font-weight: 500;
}

.warranty-page__conditions strong,
.warranty-page__conditions small {
    display: block;
}

.warranty-page__conditions strong {
    margin-bottom: 4px;
    color: #24202b;
    font-size: 15px;
    font-weight: 500;
}

.warranty-page__conditions small {
    color: #837e89;
    font-size: 12px;
    line-height: 1.4;
}

.warranty-page__exceptions {
    counter-reset: warranty-exception;
}

.warranty-page__exceptions li {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 12px 10px 50px;
    border-bottom: 1px solid #e3e1e7;
    color: #5e5964;
    font-size: 13px;
    line-height: 1.45;
    counter-increment: warranty-exception;
}

.warranty-page__exceptions li::before {
    content: counter(warranty-exception, decimal-leading-zero);
    position: absolute;
    left: 6px;
    color: #7a5ced;
    font-size: 12px;
    font-weight: 500;
}

.warranty-page__timing {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    margin-bottom: 18px;
    padding: 38px 42px;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(115deg, #6545e8 0%, #4e35bc 55%, #282038 100%);
}

.warranty-page__timing-icon,
.warranty-page__contact-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.warranty-page__timing-icon svg,
.warranty-page__contact-icon svg {
    width: 30px;
    height: 30px;
}

.warranty-page__timing h2 {
    color: #fff;
}

.warranty-page__timing p {
    max-width: 980px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1.58;
}

.warranty-page__apple-note {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    margin-bottom: 76px;
    padding: 36px 42px;
    border-radius: 24px;
    background: #f5f5f7;
}

.warranty-page__apple-label {
    margin-bottom: 14px;
    color: #5d42c7;
    background: #e8e2ff;
}

.warranty-page__apple-note h2 {
    font-size: clamp(27px, 2.5vw, 36px);
}

.warranty-page__apple-note p {
    max-width: 920px;
    margin: 12px 0 0;
    color: #77717e;
    font-size: 14px;
    line-height: 1.58;
}

.warranty-page__apple-note > svg {
    width: 70px;
    height: 70px;
    color: #2d2932;
    fill: currentColor;
    stroke: none;
}

.warranty-page__faq {
    margin-bottom: 76px;
}

.warranty-page__faq-list {
    border-top: 1px solid #e6e4eb;
}

.warranty-page__faq details {
    border-bottom: 1px solid #e6e4eb;
}

.warranty-page__faq summary {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
    color: #201c27;
    font-size: 17px;
    font-weight: 500;
}

.warranty-page__faq summary::-webkit-details-marker {
    display: none;
}

.warranty-page__faq summary::after {
    content: "+";
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #6545e8;
    background: #eee9ff;
    font-size: 20px;
    font-weight: 400;
}

.warranty-page__faq details[open] summary::after {
    content: "−";
}

.warranty-page__faq details p {
    max-width: 900px;
    margin: -3px 55px 24px 0;
    color: #77717e;
    font-size: 14px;
    line-height: 1.6;
}

.warranty-page__faq details a {
    color: #6545e8;
}

.warranty-page__contact {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    padding: 38px 42px;
    border-radius: 24px;
    background: #f0edff;
}

.warranty-page__contact-icon {
    color: #6545e8;
    background: #dfd7ff;
}

.warranty-page__contact p {
    margin: 10px 0 0;
    color: #77717e;
    font-size: 14px;
}

.warranty-page__contact-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.warranty-page__legal {
    margin: 24px 0 0;
    color: #9a95a0;
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .warranty-page__hero {
        padding-right: 42px;
        padding-left: 42px;
    }

    .warranty-page__hero-copy {
        width: 51%;
    }

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

    .warranty-page__return-grid {
        grid-template-columns: 1fr;
    }

    .warranty-page__return-card {
        min-height: 0;
    }

    .warranty-page__contact {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .warranty-page__contact-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .warranty-page {
        width: calc(100% - 30px);
        padding-bottom: 60px;
    }

    .warranty-page__hero {
        min-height: 680px;
        display: block;
        padding: 40px 32px;
    }

    .warranty-page__hero::after {
        background: linear-gradient(180deg, #f4f2fb 0%, rgba(244, 242, 251, .98) 44%, rgba(244, 242, 251, .2) 68%, transparent 100%);
    }

    .warranty-page__hero-picture {
        top: auto;
        height: 330px;
    }

    .warranty-page__hero-picture img {
        object-fit: cover;
        object-position: left center;
    }

    .warranty-page__hero-copy {
        width: 100%;
        max-width: 620px;
    }

    .warranty-page__hero h1 {
        max-width: 620px;
        font-size: clamp(38px, 8vw, 54px);
    }

    .warranty-page__benefits,
    .warranty-page__info-grid {
        grid-template-columns: 1fr;
    }

    .warranty-page__section-heading {
        display: block;
    }

    .warranty-page__section-heading p {
        margin-top: 12px;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .warranty-page {
        width: calc(100% - 24px);
        padding-top: 2px;
        padding-bottom: 48px;
    }

    .warranty-page__hero {
        min-height: 640px;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .warranty-page__hero h1 {
        font-size: 37px;
        line-height: 1.05;
    }

    .warranty-page__lead {
        font-size: 15px;
    }

    .warranty-page__hero-actions,
    .warranty-page__contact-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .warranty-page__button {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .warranty-page__hero-picture {
        right: auto;
        bottom: -5px;
        width: 610px;
        height: 280px;
    }

    .warranty-page__hero-picture img {
        object-fit: cover;
        object-position: left center;
    }

    .warranty-page__anchors {
        margin-top: 12px;
    }

    .warranty-page__benefits {
        gap: 12px;
        margin-bottom: 54px;
    }

    .warranty-page__benefit {
        min-height: 100px;
        padding: 20px;
    }

    .warranty-page__section,
    .warranty-page__return,
    .warranty-page__info-grid,
    .warranty-page__apple-note,
    .warranty-page__faq {
        margin-bottom: 56px;
    }

    .warranty-page__section-heading h2,
    .warranty-page__timing h2,
    .warranty-page__apple-note h2,
    .warranty-page__contact h2 {
        font-size: 31px;
    }

    .warranty-page__steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .warranty-page__step {
        min-height: 0;
        padding: 22px;
    }

    .warranty-page__step-top {
        margin-bottom: 30px;
    }

    .warranty-page__return {
        padding: 28px 20px;
        border-radius: 21px;
    }

    .warranty-page__return-card {
        padding: 22px;
    }

    .warranty-page__panel {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .warranty-page__panel > h2,
    .warranty-page__faq > h2 {
        font-size: 26px;
    }

    .warranty-page__conditions li {
        align-items: flex-start;
    }

    .warranty-page__timing,
    .warranty-page__apple-note,
    .warranty-page__contact {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        border-radius: 21px;
    }

    .warranty-page__timing-icon,
    .warranty-page__contact-icon {
        width: 58px;
        height: 58px;
    }

    .warranty-page__apple-note > svg {
        width: 52px;
        height: 52px;
    }

    .warranty-page__faq summary {
        min-height: 68px;
        font-size: 15px;
    }

    .warranty-page__faq details p {
        margin-right: 40px;
        font-size: 13px;
    }

    .warranty-page__contact-actions {
        grid-column: auto;
    }
}

/* End */
/* /local/templates/iservice/css/warranty-page-v1.css?178741308017323 */
