.p-form-page {
    padding: 60px 0 80px
}

@media (width<=768px) {
    .p-form-page {
        padding: 32px 0 56px
    }
}

.p-form-page .p-form-page__lead {
    text-align: center;
    color: #242424;
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700
}

@media (width<=768px) {
    .p-form-page .p-form-page__lead {
        margin-bottom: 20px;
        font-size: 15px
    }
}

.p-type-cards {
    gap: 20px;
    margin-bottom: 60px;
    display: grid
}

@media (width<=768px) {
    .p-type-cards {
        gap: 12px;
        margin-bottom: 24px
    }
}

.p-type-cards.p-type-cards--contact {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

@media (width<=768px) {
    .p-type-cards.p-type-cards--contact {
        grid-template-columns: 1fr
    }
}

.p-type-cards.p-type-cards--document {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

@media (width<=768px) {
    .p-type-cards.p-type-cards--document {
        grid-template-columns: 1fr
    }
}

.p-type-card {
    cursor: pointer;
    text-align: center;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    align-items: stretch;
    width: 100%;
    padding: 0;
    transition: border-color .2s, box-shadow .2s;
    display: flex;
    overflow: hidden
}

.p-type-card:hover {
    box-shadow: 0 2px 10px #00000014
}

.p-type-card.is-active {
    box-shadow: 0 2px 12px #0000001a
}

.p-type-card.p-type-card--green.is-active {
    border-color: #028b6c
}

.p-type-card.p-type-card--green .p-type-card__icon-wrap {
    background: #028b6c
}

.p-type-card.p-type-card--blue.is-active {
    border-color: #0846b1
}

.p-type-card.p-type-card--blue .p-type-card__icon-wrap {
    background: #0846b1
}

.p-type-card.p-type-card--red.is-active {
    border-color: #B60101
}

.p-type-card.p-type-card--red .p-type-card__icon-wrap {
    background: #B60101
}

.p-type-card.p-type-card--teal.is-active {
    border-color: #00c1ca
}

.p-type-card.p-type-card--teal .p-type-card__icon-wrap {
    background: #00c1ca
}

.p-type-card .p-type-card__body {
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-height: 90px;
    padding: 0 16px;
    display: flex
}

@media (width<=768px) {
    .p-type-card .p-type-card__body {
        gap: 8px;
        min-height: 88px;
        padding: 18px 12px
    }
}

.p-type-card .p-type-card__label {
    color: #242424;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7
}

@media (width<=768px) {
    .p-type-card .p-type-card__label {
        font-size: 13px;
        line-height: 1.6
    }
}

.p-type-card .p-type-card__brand {
    letter-spacing: .04em;
    font-family: Cinzel, serif
}

.p-type-card .p-type-card__arrow {
    flex-shrink: 0;
    width: 20px;
    height: 20px
}

@media (width<=768px) {
    .p-type-card .p-type-card__arrow {
        width: 16px;
        height: 16px
    }
}

.p-type-card .p-type-card__icon-wrap {
    flex: 0 0 28%;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    padding: 0;
    display: flex
}

@media (width<=768px) {
    .p-type-card .p-type-card__icon-wrap {
        flex-basis: 88px;
        max-width: 88px;
        padding: 12px
    }
}

.p-type-card .p-type-card__icon {
    width: 100%;
    height: auto
}

@media (width<=768px) {
    .p-type-card .p-type-card__icon {
        width: 100%
    }
}

.p-form-box {
    background: #f8f8f8;
    border-radius: 8px;
    max-width: 960px;
    margin: 0 auto;
    padding: 48px 56px 40px
}

@media (width<=768px) {
    .p-form-box {
        border-radius: 6px;
        padding: 28px 20px 32px
    }
}

.p-form-box.p-form-box--confirm .p-form-field__value {
    display: block
}

.p-form-field {
    margin-bottom: 28px
}

@media (width<=768px) {
    .p-form-field {
        margin-bottom: 22px
    }
}

.p-form-field:last-of-type {
    margin-bottom: 0
}

.p-form-field .p-form-field__label-row {
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    display: flex
}

.p-form-field .p-form-field__badge {
    color: #fff;
    background: #d63232;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 22px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex
}

.p-form-field .p-form-field__label {
    color: #242424;
    font-size: 15px;
    font-weight: 700
}

@media (width<=768px) {
    .p-form-field .p-form-field__label {
        font-size: 14px
    }
}

.p-form-field .p-form-field__input,
.p-form-field .p-form-field__textarea {
    color: #242424;
    background: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.6
}

@media (width<=768px) {

    .p-form-field .p-form-field__input,
    .p-form-field .p-form-field__textarea {
        padding: 14px 16px;
        font-size: 14px
    }
}

.p-form-field .p-form-field__input::placeholder,
.p-form-field .p-form-field__textarea::placeholder {
    color: #b0b0b0
}

.p-form-field .p-form-field__input:focus,
.p-form-field .p-form-field__textarea:focus {
    outline-offset: 0;
    outline: 2px solid #d6323259
}

.p-form-field .p-form-field__textarea {
    resize: vertical;
    min-height: 180px
}

@media (width<=768px) {
    .p-form-field .p-form-field__textarea {
        min-height: 140px
    }
}

.p-form-field .p-form-field__radios {
    flex-wrap: wrap;
    gap: 16px 40px;
    display: flex
}

@media (width<=768px) {
    .p-form-field .p-form-field__radios {
        flex-direction: column;
        gap: 14px
    }
}

.p-form-field .p-form-field__radios--contact {
    grid-template-columns: repeat(2, max-content);
    gap: 16px 40px;
    display: grid
}

@media (width<=768px) {
    .p-form-field .p-form-field__radios--contact {
        grid-template-columns: 1fr;
        gap: 14px
    }
}

.p-form-field .p-form-field__radio {
    cursor: pointer;
    color: #242424;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    display: flex
}

@media (width<=768px) {
    .p-form-field .p-form-field__radio {
        font-size: 14px
    }
}

.p-form-field .p-form-field__radio input {
    accent-color: #d63232;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0
}

.p-form-field .p-form-field__value {
    color: #242424;
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 1.8;
    display: none
}

@media (width<=768px) {
    .p-form-field .p-form-field__value {
        font-size: 14px
    }
}

.p-form-privacy {
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 28px;
    display: flex
}

@media (width<=768px) {
    .p-form-privacy {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.p-form-privacy .p-form-privacy__label {
    cursor: pointer;
    color: #242424;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    display: flex
}

@media (width<=768px) {
    .p-form-privacy .p-form-privacy__label {
        font-size: 13px
    }
}

.p-form-privacy .p-form-privacy__label input {
    accent-color: #d63232;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0
}

.p-form-privacy .p-form-privacy__link {
    color: #242424;
    text-decoration: underline
}

.p-form-privacy .p-form-privacy__link:hover {
    opacity: .75
}

.p-form-submit {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    display: flex
}

.p-form-submit .p-form-submit__btn {
    color: #fff;
    cursor: pointer;
    background: #2b2b2b;
    border: none;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 64px;
    font-size: 16px;
    font-weight: 700;
    transition: opacity .2s;
    display: flex
}

@media (width<=768px) {
    .p-form-submit .p-form-submit__btn {
        width: 100%;
        max-width: 280px;
        height: 52px;
        font-size: 15px
    }
}

.p-form-submit .p-form-submit__btn:hover {
    opacity: .85
}

.p-form-submit .p-form-submit__back {
    color: #242424;
    font-size: 14px;
    text-decoration: underline
}

@media (width<=768px) {
    .p-form-submit .p-form-submit__back {
        font-size: 13px
    }
}

.p-form-submit .p-form-submit__back:hover {
    opacity: .75
}

.p-form-thanks {
    text-align: center;
    padding: 80px 0 120px
}

@media (width<=768px) {
    .p-form-thanks {
        padding: 48px 0 80px
    }
}

.p-form-thanks .p-form-thanks__title {
    color: #d63232;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 900
}

@media (width<=768px) {
    .p-form-thanks .p-form-thanks__title {
        margin-bottom: 24px;
        font-size: 18px
    }
}

.p-form-thanks .p-form-thanks__body {
    color: #242424;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 2
}

@media (width<=768px) {
    .p-form-thanks .p-form-thanks__body {
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 1.9
    }
}

.p-form-thanks .p-form-thanks__body p+p {
    margin-top: 0
}

.p-form-thanks .p-form-thanks__btn {
    color: #fff;
    background: #2b2b2b;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 64px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 700;
    transition: opacity .2s;
    display: inline-flex
}

@media (width<=768px) {
    .p-form-thanks .p-form-thanks__btn {
        width: 100%;
        max-width: 280px;
        height: 52px;
        font-size: 14px
    }
}

.p-form-thanks .p-form-thanks__btn:hover {
    opacity: .85
}