.form .form_title {
    font-family: Outfit, sans-serif;
    font-size: 1.5em;
    font-weight: 800;
}
.form .form_title:not(:last-child) {
    margin-bottom: 1.67em;
}
.form .fields:not(:last-child) {
    margin-bottom: 2.5em;
}
.form .field {
    display: block;
}
.form .field:not(:last-child) {
    margin-bottom: 1.25em;
}
.form .field_title {
    font-weight: 500;
    display: block;
    font-size: 1.125em;
}
.form .field_title:not(:last-child) {
    margin-bottom: 0.83em;
}
.form .field_input {
    font-size: inherit;
    border: none;
    box-sizing: border-box;
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 0.625em;
    color: #ffffff;
    padding: 0.75em 1em;
    height: 3em;
    line-height: 1.5;
}
.form textarea.field_input {
    resize: none;
    height: 10.25em;
}
.form .butt {
    width: 100%;
}
.form.popup .form_title {
    text-align: center;
}
