

/* Start:/bitrix/templates/spektr/components/custom/form/feedback/style.css?17215928651370*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
.form_feedback.form_row{
	display: flex;
	justify-content: space-between;
	color: #8f8f8f;
	margin-bottom: 20px;
}
.form_feedback.form_row:last-child{
	margin-bottom: 0;
}
.form_block-left{
	width: 50%;
	padding-right: 7px;
}
.form_block-right{
	width: 50%;
	padding-left: 7px;
}
.form_feedback.form_row .text-input,
.form_feedback.form_row .textarea{
	color: #8f8f8f;
	border: solid 1px #8f8f8f;
	border-radius: 4px;
	background-color: transparent;
	min-height: 45px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}
.webform.feedback .submit{
    background-color: #0165fe;
    color: #fff;
    border: solid 1px #1d61c7;
    background-image: none;
    border-radius: 4px;
    font-weight: 400;
    width: 110px;
}
.row_accepеt{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.form_row.row_accepеt:after{
	display: none;
}
.form_feedback.form_row .form_elem{
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
}
.form_feedback.form_row .form_elem:last-child{
	margin-bottom: 0;
}
.form_feedback.form_row .mf-text{
	color: #8f8f8f;
	padding-bottom: 7px;
}
.form_feedback_title{
	font-size: 30px;
	color: #000;
}
/* End */
/* /bitrix/templates/spektr/components/custom/form/feedback/style.css?17215928651370 */
