@media (max-width: 760px) {
    body.residents-page-body .residents-contact {
        width: min(100%, 393px);
        margin: 0 auto;
        padding: 96px 0 40px;
        background: #ffffff;
        color: #1f1f1f;
        overflow: hidden;
    }

    body.residents-page-body .residents-contact__inner {
        width: 100%;
        min-height: 0;
        margin: 0;
        display: block;
    }

    body.residents-page-body .residents-contact__left {
        width: 100%;
        max-width: 393px;
        margin: 0;
        padding: 0 16px 40px;
        box-sizing: border-box;
    }

    body.residents-page-body .residents-contact__title {
        width: 100%;
        max-width: 361px;
        margin: 0 auto;
        color: #1f1f1f;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.03em;
        text-align: center;
        text-transform: uppercase;
        white-space: pre-line;
    }

    body.residents-page-body .residents-contact__subtitle {
        width: 100%;
        max-width: 361px;
        margin: 4px auto 0;
        color: rgba(31, 31, 31, .46);
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
    }

    body.residents-page-body .residents-contact__phone {
        width: 100%;
        max-width: 361px;
        margin: 28px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        color: #1f1f1f;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: .02em;
        text-decoration: none;
    }

    body.residents-page-body .residents-contact__phone-icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border: 1px solid #1f1f1f;
        background: #ffffff;
    }

    body.residents-page-body .residents-contact__phone-icon img {
        width: 20px;
        height: 20px;
        display: block;
    }

    body.residents-page-body .residents-contact__form {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    body.residents-page-body .residents-contact__fields {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 0;
        border-top: 1px solid rgba(31, 31, 31, .18);
        background: #ffffff;
        box-sizing: border-box;
    }

    body.residents-page-body .residents-contact__field {
        position: relative;
        width: 100%;
        min-height: 80px;
        display: block;
        border-bottom: 1px solid rgba(31, 31, 31, .18);
        box-sizing: border-box;
        cursor: text;
    }

    body.residents-page-body .residents-contact__field:last-child {
        border-bottom: 0;
    }

    body.residents-page-body .residents-contact__field > span {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 16px;
        right: 16px;
        transform: translateY(-50%);
        display: block;
        color: #1f1f1f;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        pointer-events: none;
        transition: top .22s ease, transform .22s ease, font-size .22s ease, color .22s ease;
    }

    body.residents-page-body .residents-contact__field:focus-within > span,
    body.residents-page-body .residents-contact__field:has(input:not(:placeholder-shown)) > span,
    body.residents-page-body .residents-contact__field:has(textarea:not(:placeholder-shown)) > span {
        top: 14px;
        transform: none;
        color: rgba(31, 31, 31, .52);
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0;
    }

    body.residents-page-body .residents-contact__field input,
    body.residents-page-body .residents-contact__field textarea {
        width: 100%;
        min-height: 78px;
        padding: 34px 16px 10px;
        display: block;
        box-sizing: border-box;
        border: 0;
        border-radius: 0;
        outline: 0;
        background: transparent;
        color: #1f1f1f;
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        resize: none;
    }

    body.residents-page-body .residents-contact__field textarea {
        height: 78px;
    }

    body.residents-page-body .residents-contact__submit {
        width: calc(100% - 32px);
        max-width: 361px;
        min-height: 66px;
        margin: 20px auto 0;
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        box-sizing: border-box;
        border: 0;
        background: #1f1f1f;
        color: #ffffff;
        cursor: pointer;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: .02em;
        text-align: center;
        text-transform: uppercase;
    }

    body.residents-page-body .residents-contact__submit img {
        width: 14px;
        height: 14px;
        display: block;
        flex: 0 0 auto;
    }

    body.residents-page-body .residents-contact__consent {
        width: min(100% - 64px, 300px);
        min-height: 0;
        margin: 20px auto 0;
        color: rgba(31, 31, 31, .72);
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }

    body.residents-page-body .residents-contact__consent a {
        color: inherit;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
}
