button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    background-color: #8c8c8c !important;
    border-color: #ccc !important;
}
.form__files {
	display: none;
}
.text-error {
    font-size: 11px;
    font-weight: 500;
    color: #bc1121;
    padding-top: 2px;
    margin-left: 20px;
}
form .form__select {
    margin-bottom: 0;
}
.form__comment {
    margin-top: 20px;
}
.form__files_error {
    margin-bottom: 20px;
}
.form__files_error .text-error {
    margin-left: 0;
}
.succes-form {
    background: #fff;
    min-height: 50px;
    line-height: 20px;
    padding: 17px 20px;
    border: 2px solid #71bd6d;
    font-size: 16px;
    border-radius: 5px;
}