@media screen and (max-width: 1350px) {
    .mks-page.padding-start-page {
        padding-top: 202px;
    }
}

@media screen and (max-width: 1024px) {
    .mks-page h1 {
        max-width: 100%;
        margin: 0 24px;
        margin-bottom: 40px;
    }

    .mks-page h1 + p {
        max-width: 100%;
        margin: 0 24px;
        margin-bottom: 63px;
    }

    .mks-page__form {
        width: 100%;
        margin: 0 24px;
        max-width: calc(100% - 48px);
    }

    .mks-page .form-group-white {
        padding-top: 50px;
    }

    .mks-page__form .form-group {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 32px;
    }

    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(2),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(3),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(4),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(5) {
        grid-column: span 1;
    }

    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(6),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(7),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(8),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(9),
    .mks-page__form .form-group:nth-of-type(1) .form-field:nth-of-type(10) {
        grid-column: span 2;
    }

    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(2),
    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(3),
    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(4),
    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(5),
    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(6),
    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(7),
    .mks-page__form .form-group:nth-of-type(2) .form-field:nth-of-type(8),
    .mks-page__form .form-group:nth-of-type(3) .form-field:nth-of-type(2),
    .mks-page__form .form-group:nth-of-type(3) .form-field:nth-of-type(3) {
        grid-column: span 2;
    }

    .mks-page__form .form-group-step .top-desc {
        margin-bottom: 1px;
    }

    .mks-page__form .form-group:nth-of-type(2) .top-desc {
        margin-bottom: -12px;
    }

    .mks-page__form .form-group:nth-of-type(2) {
        gap: 32px;
    }
}

@media screen and (max-width: 768px) {
    .mks-page h1 {
        font-size: clamp(1.75rem, -0.755rem + 10.69vw, 4.375rem);
    }
}

@media screen and (max-width: 576px) {
    .mks-page.padding-start-page {
        padding-top: 142px;
    }

    .mks-page h1 {
        letter-spacing: 0;
        margin: 0 16px;
        margin-bottom: 26px;
    }

    .mks-page h1 + p {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        margin: 0 16px;
        margin-bottom: 40px;
    }

    .mks-page__form {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }

    .mks-page__form .form-group {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mks-page__form .form-group .form-field {
        grid-column: span 1 !important;
    }

    .mks-page__form .form-group:nth-of-type(2) {
        gap: 24px;
    }

    .mks-page__form .form-group:nth-of-type(3) {
        gap: 15px;
    }

    .mks-page__form .form-group:nth-of-type(3) textarea {
        min-height: 100px;
    }

    .mks-page__form .btn {
        padding: 14px 16px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: -10px;
    }

}