

/* Start:/bitrix/templates/.default/components/bitrix/form/webform_new_recaptcha/bitrix/form.result.new/.default/style.css?15136199545475*/
.web_form{
	background-color: #e2eafd;
	margin: 30px -70px 30px 0;
	padding: 25px 160px 45px 80px;
	background-image: url('/bitrix/templates/.default/components/bitrix/form/webform_new_recaptcha/bitrix/form.result.new/.default/images/icon-resume.png');
    background-repeat: no-repeat;
    background-position: 20px 16px;
}
.web_form_title{
	color: #4668b0;
	font-size: 20px;
	font-weight: bold;	
	line-height: 20px;
}
.web_form_field{
	display: inline-block;
	width: 100%;
}
.web_form_field_error{
	position: absolute;
	font-size: 12px;
	color: red;
}
.web_form_field_name{
	color: #000000;
	font-size: 16px;
	margin-top: 13px;
}
.field_required .web_form_field_name{
	font-weight: bold;
}
.web_form_field_input{
	margin-top: 6px;
}
.web_form_field_inputinput:not([type]),.web_form_field_input input[type="email"],.web_form_field_input input[type="number"],.web_form_field_input input[type="password"],.web_form_field_input input[type="tel"],.web_form_field_input input[type="url"],.web_form_field_input input[type="text"]{
	width: 100%;
    height: 40px;
    border: 1px solid #A3A7A9;
    border-radius: 2px;
    padding: 5px;
    box-shadow: inset 2px 3px 20px -10px #000000;	
}
.web_form_field_input textarea{
    width: 100%;
    height: 140px;
    border: 1px solid #A3A7A9;
    border-radius: 2px;
    padding: 5px 5px 5px 5px;
    box-shadow: inset 2px 3px 20px -10px #000000;	
}
.web_form_field_input input[type="radio"], .web_form_field_input input[type="checkbox"]{

}
.web_form_field_input input[type="radio"]:before, .web_form_field_input input[type="checkbox"]:before{

}
.field_type_radio .web_form_field_input, .field_type_checkbox .web_form_field_input, .web_form_field_confirmed{
	padding-left: 50px;
	position: relative;
}
.field_type_date .web_form_field_input input[type="text"]{
	width: 100px;
}
.web_form_field_input label{
	cursor: pointer;
} 
.field_type_date .web_form_field_input img.calendar-icon{
	box-sizing: content-box;
    margin: 10px 5px 10px 10px;
}
.field_type_date .web_form_field_input img.calendar-icon-hover {
    margin: 9px 4px 9px 9px;
}
.web_form_field_input select{
	max-width: 100%;
	min-width: 50%;
    height: 40px;
    border: 1px solid #A3A7A9;
    border-radius: 2px;
    padding: 5px;
    box-shadow: inset 2px 3px 20px -10px #000000;
}
.field_type_multiselect .web_form_field_input select{
	height: auto;
	max-height: 140px;
}
.web_form_field_fileupload {
    display: inline-block;
    width: 100%;
}
.web_form_field_fileupload input[type="file"]{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	cursor: pointer;
}
.web_form_field_fileupload input[type="file"]:focus,.web_form_field_fileupload input[type="file"]:active{
    outline: 0px;
}
.web_form_field_fileupload label {
    position: relative;
    float: left;
    margin-right: 10px;
}
.web_form_field_fileupload .button {
    line-height: 40px;
    border: 0px;
    background-color: #b7b7b7;
	padding: 0 25px;
}
.web_form_field_fileupload_filename{
    line-height: 40px;
    margin-left: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.web_form_field.field_type_image, .web_form_field.field_type_file{
    margin-top: 13px;
    width: 100%;
    display: inline-block;
}
.web_form_field.field_type_image .web_form_field_name, .web_form_field.field_type_file .web_form_field_name{
    margin-right: 24px;
    float: left;
    margin-top: 0;
    line-height: 40px;
}
.web_form_field.field_type_image .web_form_field_input, .web_form_field.field_type_file .web_form_field_input{
	float: left;
    margin-top: 0px;
    max-width: 100%;
}
.web_form_field_captcha_title{
	float: left;
    line-height: 40px;
    margin-right: 24px;
}
.web_form_field_captcha{
	float: left;
}
.web_form_field_captcha .web_form_field_captcha_input input[type="text"]{
	width: 180px;
}
.web_form_required_text{
	margin-top: 15px;
}
.web_form_description{
	margin-top: 18px;
}
.web_form_field_submit{
	margin-top: 33px;
}
.web_form_field_submit input{
    font-family: 'PT Sans', sans-serif;
    border-radius: 2px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    border: 0px;
    background-color: #b7b7b7;
    padding: 0 45px;
}
.{
    display: none;
}
.input_style{
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    border: 1px solid #A3A7A9;
    border-radius: 2px;
    box-shadow: inset 2px 3px 20px -10px #000000;
    background: #ffffff;
}
.label_input_wrapp{
    cursor: pointer;
    height: 22px;
    width: 0px;
    position: relative;
    display: inline-block;	
    left: -50px;
    top: 5px;
}
.label_input_wrapp::before {
    content: "-";
    display: block;
    margin-left: 27px;
    margin-top: -1px;
    position: absolute;
    font-size: 20px;
}
.label_input_wrapp input{
    margin: 0px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    position: absolute;
    opacity: 0;	
}
.label_input_wrapp input:checked + .input_style::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #413548;
    border-radius: 2px;
}
.field_type_radio .input_style,.field_type_radio .label_input_wrapp input:checked + .input_style::before{
	border-radius: 50%;
}
.field_type_confirm .web_form_field_error{
	margin-top: -4px;
}
.field_type_captcha .web_form_field_error{
    margin-top: -4px;
}
.field_type_confirm .web_form_field_input{
	margin-top: 9px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/form/webform_new_recaptcha/bitrix/form.result.new/.default/style.css?15136199545475 */
