@media (max-width: 1300px) {
    .wrapper-support-form {
        display: flex;
        flex-direction: column-reverse;
    }

    .ticket-form {
        position: static;
    }

    .support-questions {
        margin-top: 75px;
    }

    .support-content-btns {
        margin-bottom: 152px;
        justify-content: space-between;
    }

    .privacy {
        margin-right: 0;
        margin-left: 16px;
    }
}

@media (max-width: 768px) {
    .skewed {
        height: 242px;
    }

    .support-body {
        width: 100%;
    }

    .support-content {
        width: 100%;
    }

    .intro-content_body {
        font-size: 16px;
        line-height: 21px;
    }

    .ticket-form {
        width: 100%;
        margin-top: 64px;
    }

    .form-field {
        width: 100%;
        height: 41px;
    }

    .request_btn {
        width: 100%;
        height: 48px;
        margin-bottom: 37px;
    }

    .support-faq {
        width: 100%;
    }

    .ticket-header,
    .ticket-body {
        margin-right: 33px;
        margin-left: 33px;
    }

    .ticket-header {
        margin-top: 29px;
        margin-bottom: 14px;
    }

    .ticket-header h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .support-questions {
        width: 100%;
        margin-top: 135px;
        font-size: 36px;
        line-height: 41px;
    }

    .support-questions-text {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .body-user-data {
        display: block;
    }

    .body-user-data {
        margin-bottom: 0;
    }

    .body-user-data .data-item,
    .custom-select-style {
        margin-bottom: 13px;
    }

    .custom-select-style {
        height: 41px;
        padding: 6px 18px;
    }

    .message {
        height: 141px;
        margin-bottom: 37px;
    }

    .support-content-btns {
        display: block;
    }

    .faq {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .privacy {
        width: 100%;
        margin-left: 0;
    }

    .arrow-icon {
        margin-left: 25px;
    }
}
