

/* Start:/local/templates/.default/components/bitrix/form/webform_new_recaptcha/bitrix/form.result.new/.default/style.css?17473113225772*/
.web_form_field_submit input, input.web_form_field_submit, input[type=submit]{
    border-radius: 7px;
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    border: 0px;
    background-color: #f1f1f1;
    padding: 12px 43px;
    box-shadow: 1px 2px 7px 0px rgba(21, 34, 63, 0.39);

}
.web_form_field_confirmed{
  
  
   font-size: 15px;
}
.web_form_field_confirmed > a{
        color: #343536;
}
.web_form{
	margin: 0;
	
        color: #343536;
}
.web_form_title{
	font-size: 22px;
	line-height: 20px;
    font-weight: bold;
}
.web_form_field{
	display: inline-block;
	width: 100%;
}
.web_form_field_error{
	position: absolute;
	font-size: 12px;
	color: red;
}
.web_form_field_name{
	font-size: 15px;
	margin-top: 13px;
     line-height: 24px;	
}
.field_required .web_form_field_name{
	font-weight: 400;
}
.web_form_field_input{
}
.send_button_block{
	position: relative;
}
.confirm_text{
	display: none;
    position: absolute;
    box-shadow: 1px 2px 7px 0px rgba(21, 34, 63, 0.39);
    background-color: #ffffff;
    color: #636a6e;
    font-size: 14px;
    border-radius: 2px;
    padding: 5px 10px;
}
.confirm_block{
	position: absolute;
    height: 100%;
    width: 100%;	
}
.confirm_block.confirmed{
	display: none;
}

.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: 60%;
    height: 32px;
    border: none;
    border-radius: 7px;
    padding: 5px;
    box-shadow: inset 0.5px 2px 4px 0px rgba(80, 68, 81, 0.25);
    background-color: #f1f1f1;
    font-size: 14px;
}


.web_form_field_input textarea{
    width: 60%;
    height: 195px;
    border: none;
    border-radius: 7px;
    padding: 5px;
    box-shadow: inset 0.5px 2px 4px 0px rgba(80, 68, 81, 0.25);
    background-color: #f1f1f1;
    font-size: 14px;
}
.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{
	
	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;
}
.input_style{
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    border: none;
    border-radius: 4px;
    padding: 5px;
    box-shadow: inset 0.5px 0.866px 4px 0px rgba(80, 68, 81, 0.75);
    background-color: #f0f0f0;
}
.label_input_wrapp{
    cursor: pointer;
    height: 27px;
    width: 0px;
    position: relative;
    display: inline-block;	
    left: -39px;
    top: 9px;
}
.label_input_wrapp input{
    margin: 0px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    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 */
/* /local/templates/.default/components/bitrix/form/webform_new_recaptcha/bitrix/form.result.new/.default/style.css?17473113225772 */
