/*==========================================*/
.hidden{
	display:none;
}
.shadow{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99910;
	text-align:center;
	vertical-align: middle;	
	overflow-y:scroll;
	padding-bottom:20px;
}
.shadow_inner_table {
    display: table;
    height: 100%;
    width: 100%;
}
.shadow_inner_td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:50px;
}

.atb_top{
	background:#14cc93;
	text-align:center;
	position:relative;
	border-bottom:1px solid #9f9f9f;
}
.atb_title{
	display: inline-block;
	padding:20px 0px 14px 40px;
	background:url(/images/atb_icon.png) no-repeat 0px 14px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	
}
.atb_msg{
	padding:16px 20px;
	color:#231f20;
	font-size:18px;
	text-align:center;
	line-height: 23px;
}

/*==================================*/
form{
	width:470px;
}
.common_form{
	
	display:inline-block;
	background:#ffffff;
	position:relative;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-bottom:1px solid #9f9f9f;
	padding:22px 20px 20px 20px;
}
.form_close,.cpf_close{
	position:absolute;
	top:0;
	right:0;
	padding:15px;
	background:url(/images/form_close.png) no-repeat center;
	cursor:pointer;
}
.form_title{
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size:24px;
	line-height: 27px;
	margin-bottom:20px;
}
.input_error{
	border:1px solid red;
}
/**/
.form_content{
	padding:20px;
	margin:0 auto;
}
.form_label{
	font-size:13px;
	color:#4d4d4d;
	font-weight: 700;
	margin-bottom:2px;
	float:left;
}

.form_content input[type=password], .form input[type=password]
{
	width: 100%;
    height: 38px;
	border:1px solid #c1ced7;
	border-radius:4px;
	color:#696969;
	margin-bottom: 15px;
	font-size:13px;
	padding:3px;
}
.form_content input[type=text]{
	width: 100%;
    height: 42px;
	border:1px solid #c1ced7;
	border-radius:4px;
	color:#696969;
	margin-bottom: 15px;
	font-size:13px;
	padding:3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_content input:focus{
	outline:none;
}
.error_field{
	border-color: #ca0505 !important;
	color: #ca0505 !important;
	font-weight:600;
    font-size: 12px !important;
}
.checkbox_wr{

}
.checkbox {
	-webkit-appearance: none;
	background-color: #fff;
	border:1px solid #c1ced7;
	padding: 7px 7px 8px 8px;
	position: relative;
	margin:3px 10px 12px 0;
}
.checkbox:checked:after {
	content: url('/images/bifa.png');
	position: absolute;
	top: 0px;
	left: 2px;
	color: #7592a4;
}
.checkbox_label{
	margin-top:2px;
	font-size:13px;
	color:#696969;
}
.checkbox_label input{
	float:left;	
}

.label_radio{
	margin-top:2px;
	font-size:13px;
	color:#696969;
}
.form_content textarea{
	width: 100%;
    height: 78px;
	border:1px solid #c1ced7;
	border-radius:4px;
	color:#696969;
	font-size:13px;
	resize:vertical;
	margin:1px 0 11px 0;
	padding:3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_content textarea:focus{
	outline: none;
}
.form_content input[type=button]{
	width: 200px;
    height: 38px;
    color:#fff;
    text-transform: uppercase;
    background: #153860;
    border:none;
    display: block;
    border-radius: 4px;
    text-align: center;
    margin-top:24px;
}
.form_content input[type=button]:hover{
	cursor:pointer;
}
.form_content input[type=button]:focus{
	outline: none;
}

.radio_wr{

}
.radio_wr input[type=radio]{
	margin-right:-23px;
}

.form_content input[type=radio] {
    display: none;
}
.label_radio{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    margin-bottom: 12px;
}
.label_radio:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #c5d1d9;
    border-radius: 10px;
}
input[type=radio]:checked + .label_radio:before {
	padding-top:2px;
	height: 15px;
	content:url('/images/radio.png');
    text-align: center;
}
.require{
	color:red;
	font-size: 17px;
}
.form_left{
	 padding:0px;
	 width:450px;
	 margin:0;
	 padding-bottom:20px;
}
.form_header{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.form_value{
	font-size:13px;
	color:#4d4d4d;
	margin-bottom:2px;
	float:left;
}
a.calculate_value{
	color:#123d65;
	text-decoration:underline;
	font-size:13px;
	margin-top: 5px;
	font-weight:600;
	display: inline;
	
}
a.calculate_value:hover{

	text-decoration:none;
}
p.last_calculate_value{
	color:black;


	font-size:13px;
	margin-top: 5px;

}
p.last_calculate_value span{
	font-weight:600;
	font-size:12px;
	
}
/*Для печати форм*/
.form_row{
	padding-top:20px;
}
.form_row div{
	font-size:13px;
	color:#4d4d4d;
	margin-bottom:2px;
	

}
.form_row div.form_question{

	font-weight:600;
}
.user_form_text{
	padding-top:20px;
}
.form_multiselect{
	width: 100%;
   
	border:1px solid #c1ced7;
	border-radius:4px;
	color:#696969;
	font-size:13px;
	resize:vertical;
	margin:1px 0 11px 0;
	padding:3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_multiselect option{
	padding-top:4px;
}

.subform{
	width:450px;
}
.user_form_fields
{
	float:left;
	
}
.user_form_result
{
	display:none;
	float:left;
}
.result_content{
	padding:20px;
	width:250px;
}
.data_loader{
	display:none;
}
.form_width_with_result{
	width:750px;
}
.field_comment{
	color:#1783bd;
	font-size:13px;
	padding-bottom:5px;
}
.sub_field_comment{
	color:#808080;
	font-size:13px;
}

.field_image img{
	height:150px;
	padding-top:15px;
}

.delimeter{
	border-bottom:1px solid #E6E6E6;margin-bottom:10px;height:10px;
}
.quantity_layer ,.checkbox_quantity_layer{font-weight:normal;color:#4A4A4A }
.checkbox_quantity_layer .digit
{
	width: 40px !important;
    height: 22px;
    border: 1px solid #c1ced7;
    border-radius: 4px;
    color: #696969;
    font-size: 13px;
    padding: 3px;
    outline: none;
}
.quantity_layer .digit{
	width:40px !important;
    height: 22px;
    border: 1px solid #c1ced7;
    border-radius: 4px;
    color: #696969;
    font-size: 13px;
    padding: 3px;
    outline: none;
}

.form_summary{
	font-size:14px;display:none;
}
.form_summary span{
	font-weight:bold;
	}

