/* ========================================================================
   /help/kak-esche-pomoch/
   Страница «Другие способы помочь»
   Breakpoints: 1440 / 1024 / 768 / 375
   ======================================================================== */

:root {
    --help-other-green: #3EA74F;
    --help-other-green-dark: #185E30;
    --help-other-orange: #EE7B2D;
    --help-other-orange-hover: #DF6815;
    --help-other-dark: #343333;
    --help-other-text: #5F5E5E;
    --help-other-bg: #F4F4F4;
    --help-other-white: #FFFFFF;
    --help-other-error: #D73535;
}

/* Скрываем старые системные блоки Bitrix, если они остаются в шаблоне */
.help-other-page .wrapper > .section,
.help-other-page .wrapper > .section--second,
.help-other-page .wrapper > .breadcrumbs,
.help-other-page .wrapper > .breadcrumbs__wrapper {
    display: none !important;
}

.help-other {
    width: 100%;
    overflow: hidden;
    background: var(--help-other-bg);
    color: var(--help-other-dark);
    font-family: "Roboto", Arial, sans-serif;
}

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

.help-other img,
.help-other svg {
    display: block;
    max-width: 100%;
}

.help-other a,
.help-other button,
.help-other input,
.help-other textarea {
    font-family: inherit;
}

.help-other a,
.help-other button {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.help-other button {
    cursor: pointer;
}

.help-other-visually-hidden,
.help-other-hero__title-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ========================================================================
   HERO
   ======================================================================== */

.help-other-hero {
    position: relative;
    width: 100%;
    height: 690px;
    min-height: 690px;
    overflow: hidden;
    background: var(--help-other-green);
    color: var(--help-other-white);
}

.help-other-hero__inner {
    position: relative;
    width: 1440px;
    max-width: 100%;
    height: 690px;
    margin: 0 auto;
}

.help-other-hero__breadcrumbs {
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 78px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 8px 0;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    white-space: nowrap;
}

.help-other-hero__breadcrumbs a,
.help-other-hero__breadcrumbs span {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.help-other-hero__breadcrumbs span:last-child {
    color: var(--help-other-white);
}

.help-other-hero__breadcrumbs a:hover,
.help-other-hero__breadcrumbs a:focus-visible {
    color: var(--help-other-white);
    outline: none;
}

.help-other-hero__title {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 150px;
    width: 980px;
    max-width: calc(100vw - 160px);
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: translateX(-50%);
}

.help-other-hero__title-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

.help-other-hero__subtitle {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 430px;
    width: 620px;
    max-width: calc(100vw - 80px);
    margin: 0;
    padding: 0;
    color: var(--help-other-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    transform: translateX(-50%);
}

.help-other-hero__subtitle-line {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    white-space: normal;
    text-align: center;
}

.help-other-hero__decor {
    position: absolute;
    z-index: 2;
    display: block;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.help-other-hero__decor--cat {
    left: 90px;
    top: 360px;
    bottom: auto;
    width: 240px;
}

.help-other-hero__decor--rabbit {
    right: 88px;
    top: 360px;
    bottom: auto;
    width: 175px;
}

/* ========================================================================
   WAYS: заголовок, SVG-линия, карточки
   ======================================================================== */

.help-other-ways {
    position: relative;
    z-index: 6;
    margin-top: -10px;
    padding: 0 20px 80px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: var(--help-other-bg);
}

.help-other-ways__head {
    position: relative;
    z-index: 1;
    width: 1440px;
    max-width: calc(100vw + 2px);
    height: 275px;
    margin: 0 auto 14px;
}

.help-other-ways__line,
.help-other-ways > img.help-other-ways__line,
.help-other-ways > svg.help-other-ways__line,
.help-other-ways__figma-line {
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 130px;
    display: none;
    width: 1440px;
    max-width: none;
    height: auto;
    overflow: visible;
    pointer-events: none;
    transform: translateX(-50%);
}

.help-other-ways__figma-line--desktop,
.help-other-ways__line {
    display: block;
}

.help-other-ways__figma-line--tablet,
.help-other-ways__figma-line--tablet-1024,
.help-other-ways__figma-line--tablet-768,
.help-other-ways__figma-line--mobile {
    display: none;
}

.help-other-ways__title {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 88px;
    width: 680px;
    max-width: calc(100vw - 40px);
    margin: 0;
    padding: 0;
    color: var(--help-other-dark);
    font-size: 56px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.02em;
    text-align: center;
    transform: translateX(-50%);
}

.help-other-ways__title span {
    color: var(--help-other-green);
    text-decoration: none;
    border: 0;
    background: none;
}

/* Если в HTML остался второй H2 внутри .help-other-ways__inner, скрываем дубль */
.help-other-ways__inner > .help-other-ways__title {
    display: none;
}

.help-other-ways__inner {
    position: relative;
    z-index: 2;
    width: 1164px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.help-other-ways__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.help-other-card {
    display: grid;
    grid-template-columns: 440px minmax(0, 1fr);
    gap: 40px;
    width: 100%;
    min-height: 300px;
    padding: 8px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--help-other-white);
    color: var(--help-other-dark);
    text-decoration: none;
    box-shadow: none;
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease;
}

.help-other-card:hover,
.help-other-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(52, 51, 51, .14);
}

.help-other-card__image-wrap {
    width: 440px;
    height: 284px;
    overflow: hidden;
    border-radius: 8px;
    background: #E8E8E8;
}

.help-other-card__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.help-other-card:hover .help-other-card__image-wrap img,
.help-other-card:focus-within .help-other-card__image-wrap img {
    transform: scale(1.035);
}

.help-other-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 284px;
    padding: 32px 52px 32px 20px;
}

.help-other-card__title {
    margin: 0 0 30px;
    padding: 0;
    color: var(--help-other-dark);
    font-size: 30px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.02em;
}

.help-other-card__text {
    max-width: 640px;
    margin: 0;
    color: var(--help-other-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.help-other-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 40px;
    margin-top: 30px;
    padding: 10px 30px;
    border: 0;
    border-radius: 100px;
    background: var(--help-other-green);
    color: var(--help-other-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.help-other-card__btn:hover,
.help-other-card__btn:focus-visible {
    background: var(--help-other-green-dark);
    color: var(--help-other-white);
    outline: none;
}

/* ========================================================================
   CONTACT FORM
   ======================================================================== */

.help-other-contact {
    padding: 80px 20px 40px;
    background: var(--help-other-bg);
}

.help-other-contact__inner {
    position: relative;
    width: 1400px;
    max-width: calc(100vw - 40px);
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    background: var(--help-other-green-dark);
    color: var(--help-other-white);
}

.help-other-contact__kites {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -20px;
    display: block;
    width: 230px;
    height: auto;
    pointer-events: none;
    transform: translateX(-50%);
}

.help-other-contact__content {
    position: absolute;
    z-index: 2;
    left: 60px;
    top: 60px;
    width: 593px;
    height: 360px;
}

.help-other-contact__title {
    width: 593px;
    margin: 0;
    color: var(--help-other-white);
    font-size: 56px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.02em;
}

.help-other-contact__text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 306px;
    margin: 0;
    color: var(--help-other-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
}

.help-other-contact__form {
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 60px;
    display: flex;
    flex-direction: column;
    width: 512px;
    gap: 8px;
}

.help-other-contact__field {
    display: block;
    width: 100%;
    margin: 0;
}

.help-other-contact__field input,
.help-other-contact__field textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--help-other-white);
    border-radius: 6px;
    background: var(--help-other-white);
    color: var(--help-other-dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.help-other-contact__field input {
    height: 50px;
    padding: 0 16px;
}

.help-other-contact__field textarea {
    height: 136px;
    min-height: 136px;
    max-height: 220px;
    padding: 16px;
    resize: vertical;
}

.help-other-contact__field input::placeholder,
.help-other-contact__field textarea::placeholder {
    color: rgba(52, 51, 51, .4);
}

.help-other-contact__field input:hover,
.help-other-contact__field textarea:hover {
    border-color: #D8D8D8;
}

.help-other-contact__field input:focus,
.help-other-contact__field textarea:focus {
    border-color: var(--help-other-orange);
    box-shadow: 0 0 0 3px rgba(238, 123, 45, .22);
}

.help-other-contact__field input.is-error,
.help-other-contact__field textarea.is-error,
.help-other-contact__field input:invalid:not(:placeholder-shown),
.help-other-contact__field textarea:invalid:not(:placeholder-shown) {
    border-color: var(--help-other-error);
}

.help-other-contact__field input.is-valid,
.help-other-contact__field textarea.is-valid,
.help-other-contact__field input:valid:not(:placeholder-shown),
.help-other-contact__field textarea:valid:not(:placeholder-shown) {
    border-color: var(--help-other-green);
}

.help-other-contact__agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 512px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    cursor: pointer;
}

.help-other-contact__agree input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.help-other-contact__agree span {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 3px;
}

.help-other-contact__agree span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    opacity: 0;
    border-right: 2px solid var(--help-other-white);
    border-bottom: 2px solid var(--help-other-white);
    transform: rotate(45deg);
}

.help-other-contact__agree input:checked + span::after {
    opacity: 1;
}

.help-other-contact__agree input:focus-visible + span {
    box-shadow: 0 0 0 3px rgba(238, 123, 45, .22);
}

.help-other-contact__agree em {
    color: rgba(255, 255, 255, .7);
    font-style: normal;
}

.help-other-contact__agree a {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
}

.help-other-contact__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 40px;
    margin-top: 12px;
    padding: 0 30px;
    border: 0;
    border-radius: 100px;
    background: var(--help-other-orange);
    color: var(--help-other-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}

.help-other-contact__submit:hover,
.help-other-contact__submit:focus-visible {
    background: var(--help-other-orange-hover);
    outline: none;
    transform: translateY(-1px);
}

.help-other .section-form-donate {
    background: var(--help-other-bg);
}

/* ========================================================================
   LEGACY MODAL
   ======================================================================== */

.help-legacy-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.help-legacy-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.help-legacy-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(52, 51, 51, .45);
}

.help-legacy-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(780px, 100%);
    max-height: calc(100vh - 60px);
    overflow: auto;
    border-radius: 10px;
    background: var(--help-other-white);
    color: var(--help-other-dark);
}

.help-legacy-modal__content {
    padding: 50px 54px 54px;
}

.help-legacy-modal__close {
    position: absolute;
    z-index: 3;
    right: 30px;
    top: 30px;
    width: 31px;
    height: 31px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.help-legacy-modal__title {
    margin: 0 0 28px;
    color: var(--help-other-dark);
    font-size: 44px;
    font-weight: 700;
    line-height: 105%;
}

.help-legacy-modal p {
    margin: 0 0 24px;
    color: var(--help-other-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
}

.help-legacy-modal h3 {
    margin: 0 0 20px;
    color: var(--help-other-dark);
    font-size: 24px;
    font-weight: 700;
    line-height: 112%;
}

.help-legacy-modal ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.help-legacy-modal li {
    position: relative;
    padding-left: 22px;
    color: var(--help-other-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
}

.help-legacy-modal li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--help-other-green);
}

body.help-legacy-modal-open {
    overflow: hidden;
}

/* ========================================================================
   1024
   ======================================================================== */

@media (min-width: 1024px) and (max-width: 1199px) {
    .help-other-hero {
        height: 480px;
        min-height: 480px;
    }

    .help-other-hero__inner {
        width: 1024px;
        height: 480px;
    }

    .help-other-hero__breadcrumbs {
        left: 10px;
        top: 60px;
    }

    .help-other-hero__title {
        top: 118px;
        width: 680px;
        max-width: calc(100vw - 140px);
        height: auto;
    }

    .help-other-hero__subtitle {
        top: 330px;
        width: 520px;
        max-width: calc(100vw - 60px);
        font-size: 16px;
        line-height: 100%;
    }

    .help-other-hero__decor--cat {
        left: 96px;
        top: 283px;
        bottom: auto;
        width: 139px;
    }

    .help-other-hero__decor--rabbit {
        right: 78px;
        top: 274px;
        bottom: auto;
        width: 118px;
    }

    .help-other-ways {
        padding-bottom: 70px;
    }

    .help-other-ways__head {
        width: 1024px;
        height: 205px;
        margin-bottom: 10px;
    }

    .help-other-ways__figma-line--desktop,
    .help-other-ways__line {
        display: none;
    }

    .help-other-ways__figma-line--tablet,
    .help-other-ways__figma-line--tablet-1024 {
        display: block;
        width: 1024px;
    }

    .help-other-ways__title {
        top: 68px;
        width: 560px;
        font-size: 40px;
        line-height: 95%;
    }

    .help-other-ways__inner {
        width: 835px;
        max-width: calc(100% - 20px);
    }

    .help-other-ways__list {
        gap: 10px;
    }

    .help-other-card {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 20px;
        min-height: 260px;
        padding: 4px;
    }

    .help-other-card__image-wrap {
        width: 360px;
        height: 252px;
    }

    .help-other-card__content {
        min-height: 252px;
        padding: 30px 36px 30px 20px;
    }

    .help-other-card__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 100%;
    }

    .help-other-card__text {
        font-size: 14px;
        line-height: 110%;
    }

    .help-other-card__btn {
        min-width: 140px;
        height: 40px;
        margin-top: 20px;
        font-size: 13px;
    }

    .help-other-contact {
        padding: 70px 10px 30px;
    }

    .help-other-contact__inner {
        width: 1004px;
        max-width: calc(100vw - 20px);
        height: 366px;
    }

    .help-other-contact__kites {
        width: 170px;
        bottom: -15px;
    }

    .help-other-contact__content {
        left: 40px;
        top: 40px;
        width: 457px;
        height: 286px;
    }

    .help-other-contact__title {
        width: 457px;
        font-size: 40px;
    }

    .help-other-contact__text {
        width: 231px;
        font-size: 14px;
    }

    .help-other-contact__form {
        right: 40px;
        top: 40px;
        width: 372px;
        gap: 14px;
    }

    .help-other-contact__field input {
        height: 40px;
        padding: 0 14px;
        border-radius: 4px;
        font-size: 14px;
    }

    .help-other-contact__field textarea {
        height: 94px;
        min-height: 94px;
        padding: 14px;
        border-radius: 4px;
        font-size: 14px;
    }

    .help-other-contact__agree {
        width: 372px;
        margin-top: 0;
        font-size: 12px;
        line-height: 100%;
    }

    .help-other-contact__submit {
        width: 200px;
        height: 40px;
        margin-top: 0;
        font-size: 13px;
    }
}

/* ========================================================================
   768
   ======================================================================== */

@media (min-width: 768px) and (max-width: 1023px) {
    .help-other-hero {
        height: 480px;
        min-height: 480px;
    }

    .help-other-hero__inner {
        width: 768px;
        height: 480px;
    }

    .help-other-hero__breadcrumbs {
        left: 10px;
        top: 60px;
    }

    .help-other-hero__title {
        top: 127px;
        width: 560px;
        max-width: calc(100vw - 120px);
        height: auto;
    }

    .help-other-hero__subtitle {
        top: 342px;
        width: 520px;
        max-width: calc(100vw - 60px);
        font-size: 16px;
        line-height: 100%;
    }

    .help-other-hero__decor--cat {
        left: 73px;
        top: 294px;
        bottom: auto;
        width: 126px;
    }

    .help-other-hero__decor--rabbit {
        right: 77px;
        top: 276px;
        bottom: auto;
        width: 106px;
    }

    .help-other-ways {
        padding: 0 10px 70px;
    }

    .help-other-ways__head {
        width: 768px;
        height: 190px;
        margin-bottom: 10px;
    }

    .help-other-ways__figma-line--desktop,
    .help-other-ways__figma-line--tablet-1024,
    .help-other-ways__line {
        display: none;
    }

    .help-other-ways__figma-line--tablet,
    .help-other-ways__figma-line--tablet-768 {
        display: block;
        width: 768px;
    }

    .help-other-ways__title {
        top: 62px;
        width: 520px;
        font-size: 40px;
        line-height: 95%;
    }

    .help-other-ways__inner {
        width: 748px;
        max-width: calc(100% - 20px);
    }

    .help-other-ways__list {
        gap: 10px;
    }

    .help-other-card {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 20px;
        min-height: 260px;
        padding: 4px;
    }

    .help-other-card__image-wrap {
        width: 360px;
        height: 252px;
    }

    .help-other-card__content {
        min-height: 252px;
        padding: 30px 20px;
    }

    .help-other-card__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 100%;
    }

    .help-other-card__text {
        font-size: 14px;
        line-height: 110%;
    }

    .help-other-contact {
        padding: 70px 10px 30px;
    }

    .help-other-contact__inner {
        width: 748px;
        max-width: calc(100vw - 20px);
        height: 358px;
    }

    .help-other-contact__kites {
        width: 130px;
        bottom: -12px;
    }

    .help-other-contact__content {
        left: 30px;
        top: 30px;
        width: 380px;
        height: 298px;
    }

    .help-other-contact__title {
        width: 380px;
        font-size: 30px;
    }

    .help-other-contact__text {
        width: 213px;
        font-size: 14px;
    }

    .help-other-contact__form {
        right: 20px;
        top: 30px;
        width: 307px;
        gap: 14px;
    }

    .help-other-contact__field input {
        height: 40px;
        padding: 0 14px;
        border-radius: 4px;
        font-size: 14px;
    }

    .help-other-contact__field textarea {
        height: 94px;
        min-height: 94px;
        padding: 14px;
        border-radius: 4px;
        font-size: 14px;
    }

    .help-other-contact__agree {
        width: 307px;
        margin-top: 0;
        font-size: 12px;
        line-height: 100%;
    }

    .help-other-contact__submit {
        width: 200px;
        height: 40px;
        margin-top: 0;
        font-size: 13px;
    }
}

/* ========================================================================
   357 / 375
   ======================================================================== */

@media (max-width: 767px) {
    .help-other-hero {
        height: 300px;
        min-height: 300px;
    }

    .help-other-hero__inner {
        width: 357px;
        max-width: 100%;
        height: 300px;
    }

    .help-other-hero__breadcrumbs {
        left: 10px;
        top: 12px;
        display: flex;
        max-width: calc(100% - 20px);
        font-size: 8px;
        line-height: 110%;
        white-space: nowrap;
    }

    .help-other-hero__title {
        top: 62px;
        width: 210px;
        max-width: calc(100vw - 90px);
        height: auto;
    }

    .help-other-hero__subtitle {
        top: 150px;
        width: 317px;
        max-width: calc(100vw - 40px);
        font-size: 16px;
        line-height: 100%;
    }

    .help-other-hero__subtitle br {
        display: none;
    }

    .help-other-hero__subtitle-line {
        display: inline;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
    }

    .help-other-hero__subtitle-line:not(:last-child)::after {
        content: " ";
    }

    .help-other-hero__decor--cat {
        left: 24px;
        top: 220px;
        bottom: auto;
        width: 96px;
    }

    .help-other-hero__decor--rabbit {
        display: none !important;
    }

    .help-other-ways {
        margin-top: -10px;
        padding: 0 6px 44px;
    }

    .help-other-ways__head {
        width: 357px;
        height: 122px;
        max-width: calc(100vw + 2px);
        margin-bottom: 12px;
    }

    .help-other-ways__figma-line--desktop,
    .help-other-ways__figma-line--tablet,
    .help-other-ways__figma-line--tablet-1024,
    .help-other-ways__figma-line--tablet-768,
    .help-other-ways__line {
        display: none;
    }

    .help-other-ways__figma-line--mobile {
        display: block;
        width: 357px;
    }

    .help-other-ways__title {
        top: 30px;
        width: 320px;
        max-width: calc(100vw - 20px);
        font-size: 28px;
        line-height: 96%;
        letter-spacing: -0.01em;
    }

    .help-other-ways__title br {
        display: none;
    }

    .help-other-ways__inner {
        width: 337px;
        max-width: calc(100% - 12px);
    }

    .help-other-ways__list {
        gap: 10px;
    }

    .help-other-card {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        min-height: 0;
        padding: 4px;
        border-radius: 10px;
    }

    .help-other-card__image-wrap {
        width: 100%;
        height: 180px;
        border-radius: 8px 8px 2px 2px;
    }

    .help-other-card__content {
        width: 100%;
        min-height: 0;
        padding: 20px 16px 26px;
        justify-content: center;
        gap: 20px;
    }

    .help-other-card__title {
        margin: 0;
        font-size: 22px;
        line-height: 100%;
    }

    .help-other-card__text {
        font-size: 14px;
        line-height: 110%;
    }

    .help-other-card__btn {
        width: fit-content;
        min-width: 140px;
        height: 40px;
        margin-top: 0;
        font-size: 13px;
    }

    .help-other-contact {
        padding: 60px 10px 30px;
    }

    .help-other-contact__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 337px;
        max-width: calc(100vw - 20px);
        height: auto;
        min-height: 0;
        padding: 30px 20px;
        overflow: visible;
        border-radius: 10px;
    }

    .help-other-contact__kites,
    .help-other-contact__inner > svg,
    .help-other-contact__inner > img,
    .help-other-contact__inner > picture {
        display: none !important;
    }

    .help-other-contact__content,
    .help-other-contact__form {
        position: static;
    }

    .help-other-contact__content {
        width: 297px;
        margin: 0 0 26px;
        text-align: center;
    }

    .help-other-contact__title {
        width: 297px;
        margin: 0 0 14px;
        font-size: 26px;
        line-height: 95%;
        text-align: center;
    }

    .help-other-contact__text {
        position: static;
        width: 297px;
        font-size: 16px;
        line-height: 110%;
        text-align: center;
    }

    .help-other-contact__form {
        width: 297px;
        gap: 10px;
    }

    .help-other-contact__field input {
        height: 40px;
        padding: 0 14px;
        border-radius: 4px;
        font-size: 14px;
    }

    .help-other-contact__field textarea {
        height: 94px;
        min-height: 94px;
        padding: 14px;
        border-radius: 4px;
        font-size: 14px;
    }

    .help-other-contact__agree {
        width: 297px;
        margin: 4px 0 8px;
        font-size: 12px;
        line-height: 100%;
    }

    .help-other-contact__agree em br {
        display: none;
    }

    .help-other-contact__submit {
        width: 200px;
        height: 40px;
        margin: 4px auto 0;
        font-size: 13px;
    }

    .help-legacy-modal {
        align-items: flex-start;
        padding: 0;
    }

    .help-legacy-modal__dialog {
        width: 100%;
        min-height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .help-legacy-modal__content {
        padding: 72px 20px 44px;
    }

    .help-legacy-modal__close {
        top: 24px;
        right: 20px;
    }

    .help-legacy-modal__title {
        font-size: 30px;
    }

    .help-legacy-modal p,
    .help-legacy-modal li {
        font-size: 14px;
    }

    .help-legacy-modal h3 {
        font-size: 18px;
    }
}

@media (max-width: 374px) {
    .help-other-hero__inner {
        width: 320px;
    }

    .help-other-hero__title {
        width: 205px;
    }

    .help-other-hero__subtitle {
        width: 300px;
    }

    .help-other-ways__inner,
    .help-other-ways__title,

    .help-other-card {
        width: 300px;
    }

    .help-other-card__image-wrap,
    .help-other-card__content {
        width: 100%;
    }

    .help-other-contact__inner {
        width: 300px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .help-other-contact__content,
    .help-other-contact__title,
    .help-other-contact__text,
    .help-other-contact__form,
    .help-other-contact__agree {
        width: 268px;
    }
}

/* ===== FIX: мобильная форма /help/kak-esche-pomoch/ ===== */
@media (max-width: 767px) {
    .help-other-contact {
        padding: 40px 10px 30px;
    }

    .help-other-contact__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: calc(100% - 20px);
        max-width: 337px;
        min-height: unset;
        height: auto;
        margin: 0 auto;
        padding: 24px 16px 24px;
        border-radius: 8px;
        overflow: hidden;
    }

    .help-other-contact__content,
    .help-other-contact__form {
        position: static !important;
        width: 100%;
        max-width: 100%;
    }

    .help-other-contact__content {
        display: block;
        min-height: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .help-other-contact__title {
        margin: 0 0 12px;
        font-size: 22px;
        line-height: 1.05;
        text-align: center;
        letter-spacing: -0.02em;
    }

    .help-other-contact__text {
        position: static;
        max-width: 100%;
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    .help-other-contact__form {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .help-other-contact__field {
        width: 100%;
        margin: 0;
    }

    .help-other-contact__field input,
    .help-other-contact__form input {
        width: 100%;
        height: 34px;
        padding: 0 12px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 1.2;
    }

    .help-other-contact__field textarea,
    .help-other-contact__form textarea {
        width: 100%;
        height: 72px;
        min-height: 72px;
        padding: 10px 12px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 1.2;
        resize: none;
    }

    .help-other-contact__agree,
    .help-other-contact__form label {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        margin: 2px 0 0;
        font-size: 9px;
        line-height: 1.15;
    }

    .help-other-contact__agree span {
        flex: 0 0 14px;
        width: 14px;
        height: 14px;
        margin-top: 1px;
    }

    .help-other-contact__agree em {
        font-size: 9px;
        line-height: 1.15;
    }

    .help-other-contact__submit,
    .help-other-contact__form button {
        align-self: center;
        width: 150px;
        height: 34px;
        margin-top: 8px;
        font-size: 10px;
        line-height: 1;
    }

    .help-other-contact__kites {
        display: none !important;
    }
}

/* =========================================================
   FINAL FIX: /help/kak-esche-pomoch/ — заголовок экрана "Поддержать"
   Показываем H2, который лежит внутри .help-other-ways__inner,
   и ставим его в зону верхнего декоративного экрана как в макете.
   ========================================================= */

.help-other-ways__inner > .help-other-ways__title span {
    color: var(--help-other-green) !important;
    text-decoration: none !important;
    border: 0 !important;
    background: none !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .help-other-ways__inner > .help-other-ways__title {
        top: -147px !important;
        width: 560px !important;
        font-size: 66px !important;
        line-height: 95% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .help-other-ways__inner > .help-other-ways__title {
        top: -138px !important;
        width: 520px !important;
        font-size: 40px !important;
        line-height: 95% !important;
    }
}

@media (max-width: 767px) {
    .help-other-ways__inner > .help-other-ways__title {
        top: -104px !important;
        width: 320px !important;
        max-width: calc(100vw - 20px) !important;
        font-size: 28px !important;
        line-height: 96% !important;
        letter-spacing: -0.01em !important;
    }

    .help-other-ways__inner > .help-other-ways__title br {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .help-other-ways__inner > .help-other-ways__title {
        width: 300px !important;
    }
}
/* FIX: убираем лишнюю высоту в мобильной форме */
@media (max-width: 767px) {
    .help-other-contact {
        padding: 32px 10px 24px !important;
    }

    .help-other-contact__inner {
        width: calc(100% - 20px) !important;
        max-width: 337px !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 24px 14px 22px !important;
        overflow: hidden !important;
    }

    .help-other-contact__content {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 22px !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .help-other-contact__title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        font-size: 22px !important;
        line-height: 1.05 !important;
    }

    .help-other-contact__text {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 210px !important;
        margin: 0 auto !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .help-other-contact__form {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 8px !important;
        margin: 0 !important;
    }

    .help-other-contact__field input,
    .help-other-contact__form input {
        height: 34px !important;
    }

    .help-other-contact__field textarea,
    .help-other-contact__form textarea {
        height: 72px !important;
        min-height: 72px !important;
    }

    .help-other-contact__agree {
        margin: 2px 0 0 !important;
    }

    .help-other-contact__submit,
    .help-other-contact__form button {
        margin-top: 8px !important;
    }
}