-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
* a{
	outline:0;
}
html, body{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	background-color:#e9ebee !important;
	letter-spacing:0.01em;
	color:#7a8994;
	font-size:14px;
	font-family:"Segoe UI", Arial, sans-serif;
	font-weight:normal;
/*	font-family:"Roboto", Arial;*/
}
body.noindex{
	background-color:#f9f9f9;
}
.container_width{
    max-width:1200px;
    min-width:320px;
	margin:0 auto;
}
.container_padding{
	padding:0px 20px;
}
.block_white{
	padding:10px 20px;
	background-color:#fff;
}
img{
	border:0px;
}
form{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}
p{
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
label{
	cursor:pointer;
}
.c{
	clear:both;
}
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.abs{
	position:absolute;
}
.relative{
	position:relative;
}
.hidden, .row.hidden{
	display:none;
}
.hidden_i{
	display:none !important;
}
.visible, .visible.hidden{
	display:block !important;
}
.nowrap{
	white-space:nowrap;
}
.nopadd{
	padding:0px !important;
}
.center{
	text-align:center;
}
.center_i{
	text-align:center !important;
}
.left_i{
	text-align:left !important;
}
.right{
	text-align:right;
}
.right_i{
	text-align:right !important;
}
.top{
	vertical-align:top;
}
.top_i{
	vertical-align:top !important;
}
.middle{
	vertical-align:middle;
}
.bottom{
	vertical-align:bottom;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.upper{
	text-transform:uppercase;
}
.lower{
	text-transform:lowercase;
}
.capitalize{
	text-transform:capitalize;
}
.left_f, .float_l{
	float:left;
}
.right_f, .float_r{
	float:right !important;
}
.inline{
	display:inline-block;
}
.table{
	display:table;
	width:100%;
}
.table.auto{
	width:auto;
	margin:auto;
}
.table.nowidth{
	width:auto;
}
.table.auto.marg0{
	margin:0;
}
.table.padd0 .cell{
	padding:0px !important;
}
.table.padd0 .cell.padd_t_5{
	padding-top:5px !important;
}
.padd_t_10{
	padding-top:10px !important;
}
.table.padd5 .cell{
	padding:5px;
}
.table.left .cell{
	text-align:left;
}
.table.top .cell{
	vertical-align:top;
}
.table.middle .cell{
	vertical-align:middle;
}
.table .cell.top{
	vertical-align:top !important;
}
.row_group{
	display:table-row-group;
}
.row{
	display:table-row;
}
.cell{
	display:table-cell;
}
.underline a, a.underline{
	text-decoration:underline;
}
.border_red{
	border:1px solid red;
}
.white_bg{
	background-color:#fff;
}
h1, h2, h3, h4{
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	font-weight:600 !Important;
}
h1{
	color:#178acc;
	font-size:28px;
}
h2{
/*	color:#132759;*/
	padding-top:15px;
	padding-bottom:15px;
	color:#af1105;
	font-size:22px;
}
h2 a{
	color:#000 !important;
}
h3{
	padding:15px 0px;
	color:#fff;
	font-size:18px;
}
h4{
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:4px;
	color:#00053b;
	font-size:18px;
	font-style:normal;
	border-bottom:1px solid #efe0c7;
}
.hr{
	clear:both;
	height:1px;
	background-color:#e0e0e0;
	font-size:0px;
}

/* ----------------------------------------- */
/*                   Errors                  */
/* ----------------------------------------- */
	.ok_input{
		background-color:#edfdea;
		border:1px solid #029829 !important;
	}
	.error_ok{
		color:#029829;
	}
	.error_input{
		background-color:#fdecea !important;
		color:#000 !important;
		border:1px solid red !important;
	}
	.error1{
		display:none;
		padding-top:2px;
		color:#C82100;
		font-size:13px;
	}
	.error1a{
		padding-top:2px;
		color:#C82100;
		font-size:13px;
	}
	.error2, .star{
		color:#C82100;
	}
	.error3{
		color:#960000;
		font-size:13px;
	}
	.error4{
		padding-left:25px;
		color:#964300;
		font-size:13px;
	}
	#autorisation_ind_abs .error3{
		height:30px;
		font-weight:bold;
	}
	.msg1{
		padding-bottom:120px;
	}
/* ----------------------------------------- */
/*               /// Errors ///              */
/* ----------------------------------------- */

/* ----------------------------------------- */
/*                Popup window               */
/* ----------------------------------------- */
	.fog{
		position:absolute;
		display:none;
		top:0px;
		left:0px;
		width:100%;
		background-color:rgba(0, 0, 0, 0.6);
		cursor:url(/img/ru/cursor-side-area.png) 12 12, default;
		z-index:100001;
	}
	#fog2{
		cursor:url(/img/ru/cursor-side-area.png) 12 12, default;
	}
	#arrow_to_top{
		display:none;
		position:fixed;
		right:20px;
		bottom:20px;
		z-index:10000;
	}
	#arrow_to_top div{
		width:40px;
		height:40px;
		background:url("../img/ru/arrow2_top.png") no-repeat center center;
		-webkit-border-radius:80px;
		-moz-border-radius:80px;
		border-radius:80px;
	}
	#arrow_to_top a{
		display:block;
		width:90px;
		height:90px;
		outline:none;
	}
	#window_abs{
		position:absolute;
		display:none;
		left:0px;
		right:0px;
		top:46%;
		width:700px;
		margin:0 auto;
		background:#fff;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		z-index:100002;
	}
	.close_window{
		position:absolute;
		top:5px;
		right:5px;
		padding:5px;
		-webkit-border-radius:60px;
		-moz-border-radius:60px;
		border-radius:60px;
	}
	#text_window{
		padding:10px;
		font-size:14px;
		color:#000;
	}
	#text_window table td{
		text-align:left;
	}
	#title_window{
		padding:10px;
		color:#666;
		font-size:26px;
	}
	.one_message{
		padding:40px 20px 60px;
		color:#000;
	}
	.one_message a{
		color:#b71c1c;
		text-decoration:underline;
	}
	#window_abs input[type="Text"], #window_abs input[type="password"], #window_abs select, #window_abs textarea{
		width:250px;
		height:28px;
		padding:5px 7px;
		background-color:#fff;
		color:#272727;
		font-size:14px;
		font-family:Arial;
		border:1px solid #cacaca;
	}
	#window_abs select{
		width:266px;
		height:36px;
		padding:0px;
	}
	#window_abs input[type="File"]{
		width:100%;
	}
	#window_abs textarea{
		height:80px;
	}
/* ----------------------------------------- */
/*            /// Popup window ///           */
/* ----------------------------------------- */
.width100{
	width:100%;
}
.width20{
	width:20px;
}
.width30p{
	width:30%;
	min-height:1px;
}
.width35{
	width:35px;
}
.width120{
	width:120px;
}
.text_red{
	color:#eb1744 !important;
}
.text_blue, .text_blue a{
	color:#006cc0 !important;
}
.text_grey, .text_grey a{
	color:#646464 !important;
}
.text_grey2{
	color:#979797;
}
.text_green{
	color:#55b846 !important;
}
.text_orange{
	color:#ea5b0b !important;
}
.text_black{
	color:#000 !important;
}
.padd20{
	padding:20px;
}
.padd6_6{
	padding:6px 0px;
}
.padd_t_5{
	padding-top:25px !important;
}
.padd_t_15{
	padding-top:15px !important;
}
.padd_t_30{
	padding-top:30px !important;
}
.marg_m5{
	margin-top:-3px !important;
}
.marg_b_20{
	margin-bottom:20px !important;
}
.table.marg_m5 .cell{
	padding:4px 0px !important;
}
input.middle{
	vertical-align:middle;
}
.height100{
	height:100%;
}