.spliter span.or-field {
    font-size: 15px;
    width: 100%;
}
.spliter {
    text-align: center;
    padding: 10px 0;
}

.question::before {
    content: counter(my-awesome-counter) ". ";
    color: red;
    font-weight: 500;
    position: absolute;
    display: initial;
    font-size: 15px;
    left: 0px;
    line-height: 5;
}

.question {
    padding-left: 25px;
    counter-increment: my-awesome-counter;
    position: relative;
}

.form_fields_group {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.form_field.action_btn::before {
    display: none;
}

.form_field label {
    padding: 0 13px;
    display: inline;
    position: relative;
    top: 13px;
    left: 14px;
    color: #205e93;
    z-index: 99;
    background: #f4f7fe;
}
#saving_form .form_field input[type='text'] {
    border: 1px solid rgb(32 94 147);
    position: relative;
    border-radius: 5px;
    margin-top: 0;
    padding: 10px 15px;
}

.form_field.radio_input label,
.form_field.checkbox_input label {
    top: 18px;
    left: 0;
    padding: 0px;
}

.form_field.checkbox_input input {
    top: 18px;
}

.form_field input[type="radio"] {
    display: inline-block;
    margin: 5px 0 0 0;
}
.form_field.radio_input label {
    display: block;
}
.form_field label.radio_label {
    display: inline-block;
    margin: 10px;
}

.form_field label.radio_label:last-child {
    margin-bottom: 15px;
}

.form_holder {
    padding: 5px 0;
}
#action .btn {
    color: #fff;
    background: #f00;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #f00;
}

#action .btn.re_calculate {
    background: #205e93;
    border: 1px solid #205e93;
}

#action .btn:hover {
    background: #09040400;
    border: 1px solid #f00;
    color: #f00;
}

#action .btn.re_calculate:hover {
    border-color: #205e93;
    color: #205e93;
}
.result_table td {
    border: none;
}
td#action {
    text-align: center;
}
.result_table table {
    border: none;
    width: 100%;
}

td.value {
    text-align: center;
    color: #f00;
}
td.value.suggestion {
    text-align: left;
}
.group .question {
    width: 45.4%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
