.conf-page h1::before {
    content: "";
    display: block;
    margin-top: -0.12em;
}

.conf-page h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.conf-page h1 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.conf-page h1 + p {
    max-width: 746px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.conf-page.padding-start-page {
    padding-top: 224px;
}

.conf-page__form {
    width: calc(100% - 80px);
    max-width: 1223px;
    margin: 0 auto;
}

.conf-page__form .form-group {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.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) {
    grid-column: span 2;
}

.conf-page__form .form-group .form-field:nth-of-type(4),
.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) {
    grid-column: span 3;
}

.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 6;
}

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

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

.conf-page__form .btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    padding: 21px 16px;
    margin-bottom: 9px;
}