.form-required 
{
	color: red;
}
.feedback_form input[type=text], .feedback_form textarea, .feedback_form .div__input_file {
	background-color: #f6f8fd;
	border-top: 1px solid #e2eafc;
	border-bottom: none;
	border-right: none;
	border-left: none;
	min-height: 60px;
	
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.feedback_form input.input-text-50 {
	width: 48.5%;
	max-width: 246px;
}
.feedback_form input.input-text-100, .feedback_form .div__input_file {
	width: 99%;
	max-width: 501px;
}
.feedback_form textarea {
	resize: none;
	width: 99%;
	max-width: 500px;
	padding: 20px;
	
}
.feedback_form input[type=file] {
	display: none;
}
.feedback_form .div__input_file {
	position: relative;
	padding-right: 130px;
	color: #9298a7;
	cursor: pointer;
	height: 60px;
}
.feedback_form .div__input_file .file_name {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
.feedback_form .div__input_file .simulation_btn {
	position: absolute;
	right: 15px;
	top: 9px;
	background-color: #004f9f;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
	padding: 9px 18px;
}
.feedback_form .div__input_file .simulation_btn:hover {
	background-color: #2b6daf;
}

.feedback_form input[type=submit] {
	margin-top: 10px !important;
}
.feedback_form input.wrong-field, .feedback_form textarea.wrong-field {
	background-color: #ffdbde;
}

.grecaptcha-badge {
	display: none !important;
}

.feedback_form .error {
	color: red;
}