@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

.topic {
    display: none !important;
}

.helpservice {
    --help-red: #ff393d;
    --help-text: #414146;
    width: 100%;
    margin: 34px auto 100px;
    color: var(--help-text);
    font-family: Montserrat, Arial, sans-serif;
}

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

.helpservice__section {
    width: min(1400px, 100%);
    margin: 0 auto 90px;
}

.helpservice h1,
.helpservice h2,
.helpservice h3,
.helpservice p {
    color: inherit;
}

.helpservice h1 {
    margin: 0 0 38px;
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 800;
    line-height: 1.08;
}

.helpservice h2 {
    margin: 0 0 40px;
    font-size: clamp(34px, 2.6vw, 42px);
    font-weight: 800;
    line-height: 1.12;
}

.helpservice h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.18;
}

.helpservice p {
    font-size: 20px;
    line-height: 1.45;
}

.helpservice__intro {
    padding-top: 20px;
}

.helpservice__lead {
    max-width: 1040px;
    margin: 0 0 46px;
}

.helpservice__intro-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
}

.helpservice__action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 80px;
    margin: 0;
    padding: 18px 26px;
    border: 2px solid var(--help-red) !important;
    border-radius: 6px;
    background: var(--help-red) !important;
    color: #fff !important;
    cursor: pointer;
    font: 700 24px Montserrat,
    Arial,
    sans-serif;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.helpservice__action:hover {
    background: #eb252a !important;
    transform: translateY(-1px);
}

.helpservice__action--outline {
    border-color: var(--help-text) !important;
    background: #fff !important;
    color: var(--help-text) !important;
}

.helpservice__action--outline:hover {
    background: var(--help-text) !important;
    color: #fff !important;
}

.helpservice__advantages,
.helpservice__services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.helpservice__advantage,
.helpservice__service,
.helpservice__detail,
.helpservice__faq-item,
.helpservice__question {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 35, 40, 0.12);
}

.helpservice__advantage {
    display: flex;
    min-height: 292px;
    padding: 46px 24px 38px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.helpservice__advantage img {
    width: 104px;
    height: 104px;
    margin-bottom: 28px;
    object-fit: contain;
}

.helpservice__solution {
    padding: 40px 30px 36px;
    border-radius: 6px;
    background: #f1f1f1;
    box-shadow: 0 8px 24px rgba(35, 35, 40, 0.1);
    text-align: center;
}

.helpservice__solution h2 {
    margin-bottom: 22px;
    font-size: clamp(38px, 3.6vw, 55px);
}

.helpservice__solution p {
    margin: 0;
}

.helpservice__service {
    min-height: 440px;
    padding: 70px 28px 36px;
}

.helpservice__service img {
    width: 82px;
    height: 82px;
    margin-bottom: 28px;
    object-fit: contain;
}

.helpservice__service h3 {
    margin-bottom: 28px;
}

.helpservice__service p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.38;
}

.helpservice__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 66px;
}

.helpservice__step {
    position: relative;
}

.helpservice__step b {
    display: block;
    margin-bottom: 28px;
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
}

.helpservice__step h3 {
    margin-bottom: 15px;
    font-size: 28px;
}

.helpservice__step p {
    margin: 0;
    font-size: 18px;
    line-height: 1.38;
}

.helpservice__step > span {
    position: absolute;
    top: 96px;
    right: -57px;
    width: 48px;
    height: 24px;
    overflow: hidden;
    background: url("/help/service/assets/step-arrow.svg") center / contain no-repeat;
    color: transparent;
    font-size: 0;
}

.helpservice__step > span::before {
    display: none;
}

.helpservice__step > span::after {
    display: none;
}

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

.helpservice__detail {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 890px;
    padding: 135px 26px 34px;
    flex-direction: column;
}

.helpservice__detail-icon {
    position: absolute;
    top: 0;
    left: 26px;
    display: grid;
    width: 88px;
    height: 95px;
    background: var(--help-red);
    place-items: center;
}

.helpservice__detail-icon img {
    width: 58px;
    height: 58px;
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.helpservice__detail-icon--ready {
    background: transparent;
}

.helpservice__detail-icon--ready img {
    width: 88px;
    height: 95px;
    filter: none;
}

.helpservice__detail h2 {
    margin-bottom: 38px;
    font-size: 34px;
}

.helpservice__detail h3 {
    margin: 0 0 18px;
    font-size: 20px;
}

.helpservice__detail p {
    margin: 0 0 28px;
    font-size: 18px;
}

.helpservice__list {
    display: grid;
    margin: 0 0 35px;
    padding: 0;
    gap: 20px;
    list-style: none !important;
}

.helpservice__list li {
    position: relative;
    padding-left: 21px;
    font-size: 17px;
    line-height: 1.35;
    list-style: none !important;
}

.helpservice__list li::marker {
    content: "";
}

.helpservice__list li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: none;
    font-weight: 800;
}

.helpservice__list--yes li::before {
    content: "✓";
}

.helpservice__list--no li::before {
    content: "×";
}

.helpservice__small-action {
    display: flex !important;
    width: 100%;
    height: auto !important;
    min-height: 74px;
    margin-top: auto;
    padding: 14px 24px;
    border: 2px solid var(--help-text) !important;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: var(--help-text) !important;
    cursor: pointer;
    font: 700 18px Montserrat,
    Arial,
    sans-serif;
    text-align: center;
    text-decoration: none !important;
}

.helpservice__small-action:hover {
    background: var(--help-text) !important;
    color: #fff !important;
}

.helpservice__terms {
    margin: 0;
}

.helpservice__terms div {
    padding: 19px 0;
    border-bottom: 1px solid #77777d;
}

.helpservice__terms dt {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.helpservice__terms dd {
    margin: 0;
    font-size: 14px;
}

.helpservice__faq {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 0.9fr);
    align-items: stretch;
    gap: 50px;
}

.helpservice__eyebrow {
    margin: 0 0 8px;
    font-size: 38px !important;
    font-weight: 800;
}

.helpservice__faq-main > h2 {
    margin-bottom: 42px;
}

.helpservice__accordion {
    display: grid;
    gap: 22px;
}

.helpservice__faq-item {
    overflow: hidden;
}

.helpservice__faq-item button {
    display: flex;
    width: 100%;
    min-height: 92px;
    padding: 22px 28px;
    border: 0;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: var(--help-text);
    cursor: pointer;
    font: 700 18px Montserrat,
    Arial,
    sans-serif;
    text-align: left;
}

.helpservice__faq-item i {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: 20px;
}

.helpservice__faq-item i::before,
.helpservice__faq-item i::after {
    position: absolute;
    top: 13px;
    left: 2px;
    width: 24px;
    height: 2px;
    background: var(--help-text);
    content: "";
    transition: transform 0.2s ease;
}

.helpservice__faq-item i::after {
    transform: rotate(90deg);
}

.helpservice__faq-item button[aria-expanded="true"] i::after {
    transform: rotate(0);
}

.helpservice__faq-item > div p {
    margin: 0;
    padding: 0 28px 26px;
    font-size: 16px;
}

.helpservice__question {
    display: flex;
    padding: 70px 38px 48px;
    flex-direction: column;
    justify-content: center;
}

.helpservice__question h2 {
    margin-bottom: 32px;
    font-size: 34px;
}

.helpservice__question p {
    margin: 0 0 42px;
    font-size: 18px;
}

.helpservice__question .helpservice__action {
    min-height: 72px;
    font-size: 18px;
}

.helpservice__final {
    margin-bottom: 0;
}

.helpservice__final h2 {
    margin-bottom: 24px;
}

.helpservice__final p {
    margin: 0 0 38px;
}

.helpservice__final .helpservice__action {
    width: 460px;
    max-width: 100%;
}

@media (max-width: 1000px) {
    .helpservice__advantages,
    .helpservice__services {
        grid-template-columns: repeat(2, 1fr);
    }

    .helpservice__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .helpservice__step > span {
        display: none;
    }

    .helpservice__details {
        grid-template-columns: 1fr;
    }

    .helpservice__detail {
        min-height: 0;
    }

    .helpservice__faq {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .helpservice {
        margin-top: 20px;
    }

    .helpservice__section {
        width: calc(100% - 28px);
        margin-bottom: 60px;
    }

    .helpservice h1 {
        margin-bottom: 24px;
        font-size: 38px;
    }

    .helpservice h2 {
        margin-bottom: 28px;
        font-size: 30px;
    }

    .helpservice p {
        font-size: 16px;
    }

    .helpservice__intro-actions,
    .helpservice__advantages,
    .helpservice__services,
    .helpservice__steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .helpservice__action {
        min-height: 62px;
        font-size: 17px;
    }

    .helpservice__advantage {
        min-height: 230px;
    }

    .helpservice__solution {
        padding: 32px 18px;
    }

    .helpservice__solution br {
        display: none;
    }

    .helpservice__service {
        min-height: 330px;
        padding: 40px 24px;
    }

    .helpservice__step {
        padding-bottom: 20px;
    }

    .helpservice__step b {
        font-size: 60px;
    }

    .helpservice__detail {
        padding: 125px 24px 28px;
    }

    .helpservice__detail h2 {
        font-size: 29px;
    }

    .helpservice__question {
        padding: 42px 24px;
    }
}
