﻿.section-warranty,
.section-warranty * {
    box-sizing: border-box;
}

.section-warranty {
    background: #f4f4f4;
    color: #272727;
    /* font-family: "TT Commons", Arial, sans-serif; */
    /* padding-bottom: 12rem; */
}

.warranty-breadcrumbs {
    background: #f4f4f4;
}

.warranty-intro {
    padding: 0 0 6rem;
}

.warranty-intro__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    max-width: 56.9rem;
    text-align: center;
}

.warranty-intro__title {
    margin: 0;
    padding-bottom: 1rem;
}

.warranty-intro__title::after {
    left: 50%;
}

.warranty-intro__title h1 {
    font-size: 4.4rem;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

.warranty-intro__text,
.warranty-intro__text p {
    font-size: 1.8rem;
    line-height: 1.35;
    margin: 0;
}

.warranty-hero__panel {
    background: linear-gradient(241.638deg, #ffffff 4.6715%, #4c86a0 63.781%);
    /* height: 65rem; */
    overflow: hidden;

    position: relative;
    width: 100%;
}

.warranty-hero__panel::after {
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 69.69%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.warranty-hero__content {
    display: grid;
    height: 100%;
    position: relative;
    z-index: 2;
}

.warranty-hero__item {
    align-items: center;
    display: grid;
    grid-template-columns: 34.3rem minmax(0, 1fr);
    /* min-height: 32.5rem; */
}

.warranty-hero__number {
    -webkit-text-stroke: 1px rgba(244, 244, 244, 0.55);
    color: rgba(244, 244, 244, 0.2);
    font-size: 32rem;
    font-weight: 600;
    height: 32.5rem;
    line-height: 1.35;
    margin-left: 0;
    overflow: hidden;
    paint-order: stroke fill;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    /* width: 26.9rem; */
}

/* .warranty-hero__item + .warranty-hero__item .warranty-hero__number { */
    /* top: -1.2rem; */
    /* width: 27.1rem; */
/* } */

.warranty-hero__text {
    color: #f4f4f4;
    display: flex;
    flex-direction: column;
    max-width: 39rem;
}

.warranty-hero__text strong {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 31.7rem;
}

.warranty-hero__description,
.warranty-hero__description p {
    font-size: 2.4rem;
    line-height: 1.35;
    margin: 0;
}

.warranty-hero__media {
    height: 113.139%;
    left: 60.409%;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -12.938%;
    width: 55.979%;
    z-index: 3;
}

.warranty-hero__image {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.warranty-hero__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.warranty-info {
    padding: 6rem 0 12rem;
}

.warranty-info__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* grid-template-rows: 27.1rem 43.9rem 27.1rem; */
}

.warranty-card {
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    height: 100%;
    padding: 2rem 3rem;
}

.warranty-card__icon {
    align-items: center;
    background: #ebebeb;
    color: #4c86a0;
    display: flex;
    flex: 0 0 4.3rem;
    height: 4.3rem;
    justify-content: center;
    width: 4.3rem;
}

.warranty-card__icon img {
    display: block;
    height: 2.4rem;
    object-fit: contain;
    width: 2.4rem;
}

.warranty-card__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.warranty-card h2 {
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0;
    line-height: 1.35;
    margin: 0;
}

.warranty-card__text,
.warranty-card__text p,
.warranty-card__text ul,
.warranty-card__text ol,
.warranty-card__text li {
    color: #272727;
    font-size: 1.8rem;
    line-height: 1.35;
}

.warranty-card__text p {
    margin: 0;
}

.warranty-card__text ul,
.warranty-card__text ol {
    margin: 0;
    padding-left: 2.2rem;
}

.warranty-card__text ul {
    list-style: disc;
}

.warranty-card__text ol {
    list-style: decimal;
}

.warranty-card__text li {
    display: list-item;
    padding-left: .2rem;
}

.warranty-card__text ul li {
    list-style: disc;
}

.warranty-card__text ol li {
    list-style: decimal;
}

.warranty-card__text li + li {
    margin-top: .2rem;
}

.warranty-card__text > * + * {
    margin-top: .8rem;
}


.warranty-downloads {
    padding: 0 0 12rem;
    text-align: center;
}

.warranty-downloads h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6rem;
    padding-bottom: 1rem;
    position: relative;
}

.warranty-downloads h2::after {
    background: #4c86a0;
    bottom: 0;
    content: "";
    height: .4rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 6rem;
}

.warranty-downloads__list {
    align-items: flex-start;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.warranty-file-wrap {
    width: 100%;
}

.warranty-file {
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #4c86a0;
    color: #272727;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 1rem;
    height: 6.4rem;
    justify-content: center;
    line-height: 1.35;
    padding: 0 2rem;
    text-decoration: none;
    width: 100%;
}

.warranty-file__icon,
.warranty-upload__icon {
    display: block;
    position: relative;
}

.warranty-file__icon {
    background: url("../../img/warranty/icons/download.svg") center / contain no-repeat;
    flex: 0 0 2rem;
    height: 2rem;
    width: 2rem;
}

.warranty-downloads__note {
    color: #ff383c;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: .8rem 0 0;
    text-align: left;
}

.warranty-downloads__note span {
    margin-right: .4rem;
}

.warranty-form-section {
    padding: 0 0 12rem;
    overflow: hidden;
    position: relative;
}

.warranty-form-section .warranty-form-wrap {
    position: relative;
}

.warranty-form-section .warranty-form-wrap::after, .warranty-form-section .warranty-form-wrap::before {
    position: absolute;
    top: 50%;
    /* right: 0; */
    content: '';
    background: url('../../img/warranty/np.svg') center / 100% no-repeat;
    width: 54rem;
    height: 57.226rem;

    z-index: -1;
}

.warranty-form-section .warranty-form-wrap::after {
    right: 0;
    transform: translateX(35%) translateY(-50%);
}

.warranty-form-section .warranty-form-wrap::before {
    left: 0;
    transform: translateX(-35%) translateY(-50%);
}

/*
.warranty-form-section::before {
    left: .2rem;
}

.warranty-form-section::after {
    right: -.2rem;
    transform: scaleX(-1);
} */

.warranty-form-section .container {
    position: relative;
    z-index: 1;
}

.warranty-form {
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.04);
    /* height: 124.1rem; */
    margin: 0 auto;
    max-width: none;
    padding: 3.2rem;
    position: relative;
    width: 100%;
}

.warranty-form h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1.4rem;
}

.warranty-form h3 {
    color: #000000;
    /* font-family: Inter, Arial, sans-serif; */
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.warranty-form__group {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3.2rem;
}

.warranty-form__group:first-of-type {
    margin-top: 0;
}

.warranty-form__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.warranty-form .form-row {
    margin: 0;
    padding: 0;
}

.warranty-field {
    display: block;
    min-width: 0;
    position: relative;
}

.warranty-form .field.field--default {
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    color: #272727;
    display: block;
    font: 400 1.6rem/1.25 "TT Commons", Arial, sans-serif;
    height: 6.4rem;
    outline: none;
    padding: 2rem;
    transition: border-color 0.2s ease;
    width: 100%;
}

.warranty-form textarea.field.field--default {
    height: 12rem;
    min-height: 12rem;
    resize: vertical;
}

.warranty-form .field.field--default::placeholder {
    color: #808080;
    opacity: 1;
}

.warranty-form .field.field--default:focus {
    border-color: #4c86a0;
}

.warranty-field.is-invalid .field.field--default {
    border-color: #ff383c;
}

.warranty-field.is-invalid.warranty-field--select::after {
    border-color: #ff383c;
}

.warranty-field__error {
    color: #ff383c;
    font-size: 1.3rem;
    font-weight: 400;
    left: 0;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + .5rem);
    transform: translateY(-.3rem);
    transition: opacity .2s ease, transform .2s ease;
    width: 100%;
    z-index: 3;
}

.warranty-field.is-invalid .warranty-field__error {
    opacity: 1;
    transform: translateY(0);
}

.warranty-field select.field.field--default {
    appearance: none;
    color: #808080;
    padding-right: 4.8rem;
}

.warranty-field--select::after {
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    content: "";
    height: .8rem;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
    transform: rotate(45deg);
    width: .8rem;
}

.warranty-field--with-info .field.field--default {
    padding-right: 5.8rem;
}

.warranty-field--with-info {
    overflow: visible;
}

.warranty-info-btn {
    align-items: center;
    background: url("../../img/warranty/icons/info.svg") center / contain no-repeat;
    border: 0;
    border-radius: 50%;
    color: #272727;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 2.4rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2.4rem;
}

.warranty-form__group--type {
    align-items: flex-start;
    width: 54.3rem;
}

.warranty-radio {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.6rem;
    gap: 1.2rem;
    line-height: normal;
    min-height: 2.2rem;
}

.warranty-radio input {
    appearance: none;
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.warranty-radio span {
    border: 1px solid #d4d4d4;
    display: block;
    height: 1.8rem;
    position: relative;
    width: 1.8rem;
}

.warranty-radio input:checked + span {
    border-color: #4c86a0;
}

.warranty-radio input:checked + span::after {
    background: #4c86a0;
    content: "";
    height: 1rem;
    left: .3rem;
    position: absolute;
    top: .3rem;
    width: 1rem;
}

.warranty-form__group--type .warranty-field--ticket {
    margin-top: -.8rem;
    width: 54.3rem;
}

.warranty-form__group--details h3 {
    font-size: 1.6rem;
}

.warranty-form__hint {
    color: #808080;
    font-size: 1.6rem;
    line-height: normal;
    margin: 0;
}

.warranty-form__hint p {
    margin: 0;
}

.warranty-form__details {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.warranty-upload {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 12rem;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 2rem;
    text-align: center;
}

.warranty-upload input {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.warranty-upload__icon {
    background: url("../../img/warranty/icons/upload.svg") center / contain no-repeat;
    height: 2rem;
    width: 2rem;
}

.warranty-upload__title {
    color: #272727;
    font-size: 1.6rem;
    line-height: normal;
}

.warranty-upload__text {
    color: #808080;
    font-size: 1.6rem;
    line-height: normal;
}

.warranty-form__policy {
    font-size: 1.6rem;
    line-height: normal;
    margin: 0;
}

.warranty-form__policy p {
    margin: 0;
}

.warranty-form__policy a,
.warranty-form__policy span {
    color: #272727;
    text-decoration: underline;
}

.warranty-form__submit {
    margin-top: 3.2rem;
    position: relative;
}

.warranty-submit.btn__primary {
    border: 0;
    cursor: pointer;
    gap: 1rem;
    line-height: 1.4;
    width: 100%;
}

.warranty-submit.btn__primary::before {
    background-image: url("../../img/warranty/icons/submit.svg");
}

.warranty-form__status {
    color: #4c86a0;
    font-size: 1.4rem;
    font-weight: 700;
    left: 0;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: calc(100% + 1.2rem);
    transform: translateY(-.4rem);
    transition: opacity .2s ease, transform .2s ease;
    width: 100%;
}

.warranty-form__status.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.warranty-form__status.is-error {
    color: #ff383c;
}

.warranty-tooltip {
    background: #ffffff;
    border-radius: 2rem;
    /* box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.12); */
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
    display: none;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem;
    position: absolute;
    right: 0;
    top: calc(100% + 1.2rem);
    max-width: 48rem;
    width: 100%;
    z-index: 50;
}

.warranty-tooltip.is-active {
    display: flex;
}

.warranty-tooltip::before {
    background: #ffffff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    content: "";
    height: 3.1rem;
    position: absolute;
    width: 3.1rem;
}

.warranty-tooltip--serial::before {
    right: 1.7rem;
    top: -2rem;
}

.warranty-tooltip.warranty-tooltip--ticket {
    left: calc(100% + 1.2rem);
    right: initial;
    max-width: 56rem;
    top: 0;

}

.warranty-tooltip--ticket::before {
    /* right: 1.7rem; */
    /* left: 0; */
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    right: calc(100% - 1rem);
    top: 1.7rem;
}

.warranty-tooltip__close {
    background: #ffffff url("../../img/warranty/icons/close.svg") center / 2.584rem 2.584rem no-repeat;
    border: 0;
    cursor: pointer;
    height: 4.2rem;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: .9rem;
    width: 3.6rem;
}

.warranty-tooltip__close::before,
.warranty-tooltip__close::after {
    display: none;
}

.warranty-tooltip__title {
    align-items: center;
    color: #272727;
    display: flex;
    font-size: 1.6rem;
    gap: .8rem;
    line-height: 2rem;
    /* min-height: 2.4rem; */
    padding-right: 3.6rem;
}

.warranty-tooltip__title span {
    align-items: center;
    background: url("../../img/warranty/icons/info.svg") center / contain no-repeat;
    border: 0;
    display: flex;
    flex: 0 0 2.4rem;
    font-size: 0;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.warranty-tooltip__title--long {
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 2rem;
}

.warranty-tooltip__title--long p {
    margin: 0;
}

.warranty-tooltip__image {
    overflow: hidden;
}

.warranty-tooltip__image img {
    display: block;
    width: 100%;
}

/* .warranty-tooltip__image--serial, */
/* .warranty-tooltip__image--ticket { */
    /* border: 1px solid #272727; */
    /* border-radius: .8rem; */
/* } */

.warranty-tooltip__image--serial img, .warranty-tooltip__image--ticket img {
    /* height: 20rem; */
    height: auto;
    object-fit: cover;
    /* object-position: center; */
}

/* .warranty-tooltip__image--ticket img { */
    /* height: 12rem; */
    /* height: auto; */
    /* object-fit: cover; */
    /* object-position: top left; */
/* } */

.warranty-warning {
    padding: 0 0 6rem;
}

.warranty-warning__panel {
    background: #f9f9f9;
    border-left: .4rem solid #4c86a0;
    border-radius: .6rem 0 0 .6rem;
    min-height: 54.2rem;
    padding: 5rem 4.6rem;
}

.warranty-warning__head {
    align-items: end;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    row-gap: 1.2rem;
    margin-bottom: 2.4rem;
}

.warranty-warning__head > div {
    display: contents;
}

.warranty-warning__icon {
    align-items: center;
    color: #4c86a0;
    display: inline-flex;
    height: 3.2rem;
}

.warranty-warning__icon img {
    display: block;
    height: 3.2rem;
    width: 3.2rem;
}

.warranty-warning__head strong {
    color: #4c86a0;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.35;
}

.warranty-warning__head h2 {
    font-size: 1.8rem;
    font-weight: 700;
    grid-column: 1 / -1;
    line-height: 1.35;
    margin: 0;
}

.warranty-warning__grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* grid-template-rows: 11.2rem 8.8rem; */
    padding-bottom: 2.5rem;
}

.warranty-warning__item {
    align-items: center;
    background: #ffffff;
    border: 1px solid #ececec;
    display: flex;
    font-size: 1.8rem;
    height: 100%;
    line-height: 1.35;
    padding: 2rem;
}

.warranty-warning__item p {
    margin: 0;
}
/*
.warranty-warning__item:nth-child(1) {
    order: 1;
}

.warranty-warning__item:nth-child(6) {
    order: 2;
}

.warranty-warning__item:nth-child(3) {
    order: 3;
}

.warranty-warning__item:nth-child(5) {
    order: 4;
}

.warranty-warning__item:nth-child(4) {
    order: 5;
}

.warranty-warning__item:nth-child(2) {
    order: 6;
} */

.warranty-warning__text {
    border-top: 1px solid #4c86a0;
    color: #676767;
    font-size: 1.6rem;
    line-height: 1.35;
    padding-top: 2.5rem;
}

.warranty-warning__text p {
    margin: 0;
}

.warranty-help__panel {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    min-height: 15.7rem;
    padding: 4.5rem 6rem;
}

.warranty-help h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1.6rem;
}

.warranty-help__text,
.warranty-help__text p {
    font-size: 1.8rem;
    line-height: 1.35;
    margin: 0;
}

.warranty-help__btn.btn__primary {
    flex: 0 0 26rem;
    font-size: 1.6rem;
    height: 6.4rem;
    line-height: 1.35;
    text-decoration: none;
    width: 26rem;
}

.warranty-help__btn.btn__primary::before {
    background-image: url("../../img/warranty/icons/telegram.svg");
    height: 2rem;
    top: 0;
    width: 2rem;
}

@media (max-width: 119.9rem) {
    .warranty-hero__media {
        left: 60.409%;
    }
}

@media (max-width: 76.7rem) {



    .section-warranty {
        padding-bottom: 0;
    }

    .warranty-breadcrumbs {
        display: block;
        margin-bottom: .6rem;
        margin-top: 4rem;
    }

    .warranty-breadcrumbs .breadcrumbs {
        font-size: 1.4rem;
        justify-content: center;
        line-height: 1.35;
    }

    .warranty-breadcrumbs .breadcrumbs__link,
    .warranty-breadcrumbs .breadcrumbs__separator,
    .warranty-breadcrumbs .breadcrumbs span {
        font-size: 1.4rem;
        line-height: 1.35;
    }

    .warranty-intro {
        padding: 0 0 2.5rem;
    }

    .warranty-intro__inner {
        gap: .6rem;
        /* max-width: 28rem; */
    }

    .warranty-intro__title {
        padding-bottom: .9rem;
    }

    .warranty-intro__title h1 {
        font-size: 2.6rem;
        line-height: 1;
    }

    .warranty-intro__text,
    .warranty-intro__text p {
        font-size: 1.4rem;
        line-height: 1.55;
    }

    .warranty-hero__panel {
        background: linear-gradient(-18.6664deg, #a7c4d1 11.346%, #4c86a0 76.834%);
        height: auto;
        margin-left: 0;
        padding-bottom: 47rem;
        width: 100%;
    }

    .warranty-hero__panel::after {
        display: none;
    }

    .warranty-hero .container {
        max-width: 100%;
    }

    .warranty-hero__content {
        display: block;
        height: 100%;
        padding-top: 0;
    }

    .warranty-hero__item {
        /* display: contents; */
        padding: 0 2rem;
        grid-template-columns: 1fr;
        min-height: 0;
        position: relative;
        text-align: center;
    }

    .warranty-hero__number {
        /* left: */
        font-size: 15rem;
        height: 14.1rem;
        line-height: 1.35;
        margin: 0 0 1.8rem;
        /* position: absolute; */
        /* top: 2.5rem; */
        /* width: 26.9rem; */
    }

    /* .warranty-hero__item + .warranty-hero__item .warranty-hero__number {
        top: 27.5rem;
    } */

    .warranty-hero__text {
        align-items: center;
        /* left: 2rem; */
        /* max-width: 28rem; */
        /* position: absolute; */
        /* width: 28rem; */
    }

    .warranty-hero__item:first-child .warranty-hero__text {
        top: 17.4rem;
    }

    .warranty-hero__item + .warranty-hero__item .warranty-hero__text {
        top: 43.4rem;
    }

    .warranty-hero__text strong {
        font-size: 2.2rem;
        width: auto;
    }

    .warranty-hero__description,
    .warranty-hero__description p {
        font-size: 1.6rem;
    }

    .warranty-hero__media {
        /* height: 47.196%; */
        height: 57.5%;
        left: -2.979%;
        right: auto;
        /* top: 46.224%; */
        top: initial;
        bottom: 2rem;
        width: 128.737%;
    }

    .warranty-info {
        padding: 2.5rem 0 2.5rem;
    }

    .warranty-info__grid,
    .warranty-form__grid,
    .warranty-form__details,
    .warranty-warning__grid {
        grid-template-columns: 1fr;
    }

    .warranty-info__grid {
        gap: 2rem;
        /* grid-template-rows: none; */
    }

    .warranty-card,
    .warranty-card:nth-child(3),
    .warranty-card:nth-child(4) {
        gap: 1.6rem;
        min-height: 0;
        padding: 2rem;
    }

    /* .warranty-card:nth-child(1) {
        min-height: 26.6rem;
    }

    .warranty-card:nth-child(2) {
        min-height: 30.4rem;
    }

    .warranty-card:nth-child(3) {
        min-height: 32.3rem;
    }

    .warranty-card:nth-child(4) {
        min-height: 51.3rem;
    }

    .warranty-card:nth-child(5) {
        min-height: 29.5rem;
    }

    .warranty-card:nth-child(6) {
        min-height: 24.7rem;
    } */

    .warranty-card h2 {
        font-size: 1.8rem;
    }

    .warranty-card__text,
    .warranty-card__text p,
    .warranty-card__text ul,
    .warranty-card__text ol,
    .warranty-card__text li {
        font-size: 1.4rem;
    }

    .warranty-downloads {
        padding: 2.5rem 0;
    }

    .warranty-downloads h2 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 2.4rem;
        padding-bottom: .9rem;
    }

    .warranty-downloads h2::after {
        height: .3rem;
        width: 3.733rem;
    }

    .warranty-downloads__list {
        align-items: center;
        grid-template-columns: 1fr;
        gap: 1.6rem;
        justify-items: center;
    }

    .warranty-file-wrap,
    .warranty-file {
        /* max-width: 28rem; */
        width: 100%;
    }

    .warranty-file {
        font-size: 1.6rem;
        height: 5rem;
    }

    .warranty-file__icon {
        flex-basis: 1.8rem;
        height: 1.8rem;
        width: 1.8rem;
    }

    .warranty-downloads__note {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: .8rem;
        text-align: center;
    }

    .warranty-tooltip__close {
        width: 2rem;
        height: 2rem;
        right: 0.7rem;
        top: 0.7rem;
        background: #ffffff url("../../img/warranty/icons/close.svg") center / 100% no-repeat;
    }

    .warranty-tooltip.warranty-tooltip--ticket {
        left: 0;
        top: 90%;
    }

    .warranty-form-section {
        padding: 2.5rem 0;
    }

    .warranty-form-section .warranty-form-wrap::after,
    .warranty-form-section .warranty-form-wrap::before {
        content: none;
    }

    /* .warranty-form-section::before,
    .warranty-form-section::after {
        display: none;
    } */

    .warranty-form {
        height: auto;
        padding: 3.2rem;
        width: 100%;
    }

    .warranty-form h2 {
        font-size: 2.2rem;
        line-height: 1.35;
        margin-bottom: 2.4rem;
    }

    .warranty-form h3,
    .warranty-form__group--details h3 {
        font-size: 1.8rem;
        line-height: 1.35;
        white-space: normal;
    }

    .warranty-form__group {
        gap: 2rem;
        margin-top: 2.4rem;
    }

    .warranty-form__grid,
    .warranty-form__details {
        gap: 2rem;
    }

    .warranty-form .field.field--default {
        font-size: 1.2rem;
        line-height: normal;
        min-height: 5.4rem;
        padding: 2rem 1.6rem;
    }

    .warranty-field__error {
        font-size: 1.1rem;
        top: calc(100% + .4rem);
    }

    .warranty-form textarea.field.field--default {
        min-height: 10rem;
    }

    .warranty-info-btn {
        height: 1.8rem;
        right: 1.6rem;
        top: 1.8rem;
        width: 1.8rem;
    }

    .warranty-form__group--type,
    .warranty-form__group--type .warranty-field--ticket {
        width: 100%;
    }

    .warranty-form__group--type .warranty-field--ticket {
        margin-top: -.4rem;
    }

    .warranty-form__group--type .warranty-field--ticket .field.field--default,
    .warranty-field--select select.field.field--default {
        min-height: 6.4rem;
    }

    .warranty-form__hint {
        font-size: 1.2rem;
        line-height: normal;
        order: 4;
    }

    .warranty-form .warranty-upload {
        padding: 2rem;
        height: auto;
        /* min-height: 14.4rem; */
    }

    .warranty-upload__title {
        font-size: 1.6rem;
    }

    .warranty-upload__text {
        font-size: 1.2rem;
    }

    .warranty-form__group--details h3 {
        order: 1;
    }

    .warranty-form__details {
        order: 2;
    }

    .warranty-form__policy {
        font-size: 1.2rem;
        line-height: normal;
        order: 5;
    }

    .warranty-form__submit {
        margin-top: 2.4rem;
    }

    .warranty-form__status {
        font-size: 1.2rem;
        top: calc(100% + .8rem);
    }

    .warranty-submit.btn__primary {
        font-size: 1.8rem;
        min-height: 6.4rem;
        width: 100%;
    }

    .warranty-tooltip {
        border-radius: 1.2rem;
        left: auto;
        padding: 2rem 1.2rem 1.2rem;
        right: 0;
        transform: none;
        gap: .8rem;
        top: 90%;
        width: 100%;
    }

    .warranty-tooltip--serial::before,
    .warranty-tooltip--ticket::before {
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        left: auto;
        /* right: 2.4rem; */
        right: 0.9rem;
        top: -1.5rem;
    }

    .warranty-tooltip__title {
        font-size: 1.2rem;
        line-height: 1.333;
        padding-right: 2.4rem;
    }

    .warranty-tooltip__title--long {
        line-height: 1.2rem;
    }

    .warranty-tooltip__title span {
        flex-basis: 2rem;
        height: 2rem;
        width: 2rem;
    }

    .warranty-tooltip__image--serial img {
        height: auto;
    }

    .warranty-tooltip__image--ticket img {
        height: auto;
    }

    .warranty-warning {
        padding: 2.5rem 0;
    }

    .warranty-warning__panel {
        padding: 3.2rem 2rem;
    }

    .warranty-warning__head {
        margin-bottom: 1.6rem;
    }

    .warranty-warning__head strong {
        font-size: 2.4rem;
    }

    .warranty-warning__head h2 {
        font-size: 1.6rem;
    }

    .warranty-warning__grid {
        gap: 1.2rem;
        padding-bottom: 1.6rem;
    }

    .warranty-warning__item {
        font-size: 1.4rem;
        order: initial;
        padding: 1.6rem;
    }

    .warranty-warning__text {
        font-size: 1.4rem;
        padding-top: 1.6rem;
    }

    .warranty-help {
        padding: 2.5rem 0;
    }

    .warranty-help__panel {
        align-items: stretch;
        flex-direction: column;
        gap: 1.6rem;
        min-height: 0;
        padding: 4.5rem 2rem;
        text-align: center;
    }

    .warranty-help h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .warranty-help__text,
    .warranty-help__text p,
    .warranty-help__btn.btn__primary {
        font-size: 1.4rem;
    }

    .warranty-help__btn.btn__primary {
        align-self: stretch;
        flex-basis: auto;
        min-height: 5.4rem;
        width: 100%;
    }
}
