@font-face { 
	font-family: "Proxima Nova";
	src: local("Proxima Nova Regular"),local("Proxima Nova-Regular"),
       url("/css/fonts/ProximaNova/proximanova_regular.woff2") format("woff2"),
       url("/css/fonts/ProximaNova/proximanova_regular.woff") format("woff");
    font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Proxima Nova";
	src: local("Proxima Nova Bold"), local("Proxima Nova-Bold"),
		url("/css/fonts/ProximaNova/proximanova_bold.woff2") format("woff2"),
		url("/css/fonts/ProximaNova/proximanova_bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
}
/*
@font-face {
    font-family: 'Vollkorn';
    src: local('Vollkorn Regular'), local('Vollkorn-Regular'), 
		url('/css/fonts/Vollkorn/Vollkornregular.woff2') format('woff2'), 
		url('/css/fonts/Vollkorn/Vollkornregular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}*/
body,html{
	cursor: default;
	position: relative;
	width: 100%;
}
html{
	height: 100%;
}
body{
	min-height: 100%;
}
body,td{
	font-family: /*"Proxima Nova",*/sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 18px;
}
*,:after,:before{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	moz-box-sizing: border-box;
	webkit-background-clip: padding-box;
	webkit-box-sizing: border-box;
	webkit-tap-highlight-color: transparent;
	webkit-text-size-adjust: none;
	webkit-touch-callout: none;
}
ul{
	list-style: none;
}
table{
	border-collapse: collapse;
}
a img,td{
	border: none;
}
.select{
	position: relative;
	overflow:hidden;
}
.select>select,button,input,textarea{
	background: none;
	border: none;
	color: #292929;
	outline: 0;
	width: 100%;
}
.select>select{
	position:relative;
	z-index:2;
}
.select:after{
	content:"▾";
	position:absolute;
	z-index:1;
}
input:active,input:hover{
	outline: 0;
}
a:active,a:link,a:visited{
	text-decoration: none;
}
.div_min_width{
}
.div_center{
	margin: 0 auto;
	max-width: 1330px;
	padding: 0 10px;
	position: relative;
}
.div_sub_center,.div_sub{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.div_sub{
	margin: 0;
}
.width_100pr.div_center{
	max-width: 1920px;
	padding: 0;
	width: 100%;
}
.position_stat.div_center{
	position: static;
}
.lbh,.rbh{
	position: relative;
	width: 50%;
}
.autoWidth.lbh,
.autoWidth.rbh{
	width: auto
}
.rbh{
	float: right;
}
.lbh{
	float: left;
}
.clear_all{
	clear: both;
	float: none;
	width: 100%;
}
.sOff{
    user-select: none;
	-webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input[type=radio],input[type=checkbox]{
	display: none;
	width: auto;
}
label{
	display: inline-block;
	/*position: relative;*/
	vertical-align: middle;
}
.checkbox>label:after,
.radio>label:after{
	content: "";
	display: block;
	position: absolute;
}
.checkbox,.radio{
	display: inline-block;
}
.radio>label{
	border: 1px solid #e5be93;
	border-radius: 20px;
	height: 20px;
	width: 20px;
	position:relative;
}
.radio>label:after{
	border-radius: 12px;
	height: 12px;
	width: 12px;
	top:50%;
	left:50%;
	margin-left:-6px;
	margin-top:-6px;
}
.radio.checked>label:after,input[type=radio]:checked+.radio>label:after{
	background: #e5be93;
}
.checkbox>label{
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	height: 16px;
	line-height: 15px;
	width: 16px;
}
.miniCheckbox>.checkbox>label{
	height: 16px;
	line-height: 15px;
	width: 16px;
}
.checkbox>label:after{
	color: #292929;
	font-size: 11px;
	text-align: center;
	width: 14px;
}
.miniCheckbox>.checkbox>label:after{
	height: 14px;
	font-size: 11px;
	width: 14px;
}
.checkbox.checked>label:after,input[type=checkbox]:checked+.checkbox>label:after{
	content: "✔";
}
.attention:before,input[type=checkbox].noJs:checked+label:after{
	content: "";
}
button,input,textarea{
	border: 1px solid #d9d9d9;
	padding: 3px;
}
select{
	border: 1px solid #d9d9d9;
	cursor:pointer;
	background: #fff;
}
.inputDataBlock>select{
	height:25px;
}
.button_href{
	background: #E5BE93;
	border: 1px solid #E5BE93;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 30px;
	line-height: 29px;
	moz-transition: all .3s;
	o-transition: all .3s;
	padding: 0;
	text-align: center;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 180px;
	border-radius: 4px;
}
.button_href:hover{
	background: #C7A784;
	border: 1px solid #C7A784;
}
.button_href:active{
	background: #AA8D6E;
	border: 1px solid #C7A784;
	line-height: 31px;
}
.containerAlert{
	height: 0;
	margin-top: -150px;
	moz-transition: all .3s;
	opacity: 0;
	o-transition: all .3s;
	position: fixed;
	text-align: center;
	top: 50%;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 100%;
	z-index: 0;
}
.containerAlert.onDisplay{
	opacity: 1;
	z-index: 40000;
}
.messageAlert{
	border-radius: 5px;
	display: inline-block;
	max-width: 320px;
	min-width: 250px;
	padding: 10px;
}
.messageAlert.errorAlert,.messageAlert.okAlert{
	background: rgba(0,0,0,.9);
}
.contentAlert{
	color: #fff;
	font-size: 14px;
	max-height: 300px;
	overflow: auto;
	text-align: left;
	white-space: pre-wrap;
}
.exitAlert{
	float: right;
	font-size: 13px;
	height: 23px;
	line-height: 21px;
	margin-top: 20px;
	width: 70px;
}
.exitAlert:active{
	line-height: 23px;
}
.QuickSearch{
	position:relative;
}
.containerResults{
	background: #fff;
	border-right: 1px solid #dfdfdf;
	max-height: 110px;
	overflow: hidden;
	position: absolute;
}
.listResults{
	border: 1px solid #dfdfdf;
	border-right: none;
	display: none;
	max-height: 110px;
	overflow: auto;
}
.listResults.onVisible{
	display: block;
}
.blockResult{
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	font-size: 13px;
	height: 20px;
	line-height: 19px;
	overflow: hidden;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.blockResult:hover{
	background: #f1f1f1;
}
.blockResult>span{
	font-weight: 700;
	z-index: 25;
}
.text_warning{
	color: #f44;
	font-size: 12px;
	font-weight: 700;
}
.attention{
	background: #c59e73;
	border: 1px solid #c8b783;
	color: #fff;
	padding: 10px 10px 10px 25px;
	position: relative;
}
.attention:before{
	background: #e5be93;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 15px;
}
.errorFill{
	border: 1px solid #a00!important;
}
.transitionOff{
	-webkit-transition: none !important;
	-moz-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
	cursor:pointer !important;
}
.wc{
	color:#fff;
}
.bu,.cg,.bl,.bc,.bb{
	color:#262626;
}
.color_{
	color: #d5ae83;/*#e5be93;*/
}
a.bb:hover{
	text-decoration: underline;
}
a.bu{
	border-bottom:1px dotted #292929;
}
.bu:hover,.ct,label.cg:hover,
a.cg:hover{
	color: #AA8D6E;
}
a.bl:hover,label.bl:hover,
a.color_:hover,label.color_:hover{
	color: #AA8D6E;
	text-decoration: underline;
}
a.attention_a{
	color:#fff;
	text-decoration: underline;
}