.form-modal__status {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.form-modal__status_error {
    color: #e02d2d;
}

.form-modal__status_success {
    color: #1f9d55;
}

.form-modal .input.input_error {
    box-shadow: inset 0 0 0 2px #e02d2d;
}

.checkbox.checkbox_error .checkbox__mark {
    box-shadow: inset 0 0 0 2px #e02d2d;
}

.icon-close {
    cursor: pointer;
}
