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

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

    .conf-page h1 {
        max-width: 100%;
        margin: 0 24px;
        margin-bottom: 40px;
    }

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

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

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

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

    .conf-page__form .form-group .form-field:nth-of-type(5),
    .conf-page__form .form-group .form-field:nth-of-type(6),
    .conf-page__form .form-group .form-field:nth-of-type(7),
    .conf-page__form .form-group .form-field:nth-of-type(8),
    .conf-page__form .form-group .form-field:nth-of-type(9),
    .conf-page__form .form-group .form-field:nth-of-type(10),
    .conf-page__form .form-group .form-field:nth-of-type(11),
    .conf-page__form .form-group .form-field:nth-of-type(12),
    .conf-page__form .form-group .form-field:nth-of-type(13),
    .conf-page__form .form-group .form-field:nth-of-type(14) {
        grid-column: span 2;
    }

    .conf-page__form textarea {
        min-height: 166px;
    }

    .conf-page__form .form-group-white {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .conf-page__form .form-group {
        column-gap: clamp(0.5rem, -2.5rem + 8.33vw, 1.5rem);
    }
}

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

    .conf-page h1 {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0;
        margin: 0 16px;
        margin-bottom: 26px;
    }

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

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

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

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

    .conf-page__form textarea {
        min-height: 100px;
    }

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

    .conf-page p br{
        display: none;
    }
}