/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width:100%;
	height:100%;
	font-size: 100.01%;
}

body {
	font: 62.5%/1.41 'Open Sans', sans-serif;
	width:100%;
	height:100%;
	background: #e6e5e5;
	color: #666;
}

a, a:focus, a img, a img:focus {
	border: 0 none;
}

a, a:focus, a img, a img:focus, textarea, input:focus, input {
	outline: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* MIXINS */

.inlineblock {
	display: inline-block;
	vertical-align: top;
	
	zoom: 1 !ie;
	display: inline !ie;
}

.clearfix {
    *zoom: ~"expression(this.runtimeStyle.zoom='1', this.appendChild(document.createElement('br')).style.cssText='clear:both;font:0/0 serif')";
    zoom: 1 !ie;
} 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}	
.clearfix:after {
	clear: both;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.overflow{
	overflow:hidden;
}
/* Plain text section */
input[type="text"], input[type="password"]{
	width: 100%;
	line-height: 28px;
	height: 28px;
	font-size: 13px;
	border: 1px solid #cdcdcd;
	text-indent: 7px;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	color: #999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
select{
	width: 100%;
	padding: 3px 3px 3px 10px;
	height: 28px;
	font-size: 13px;
	border: 1px solid #cdcdcd;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	color: #999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
input[type="submit"]{
	width: 100%;
	height: 32px;
	padding: 3px 20px;
	font-size: 14px;
	background: #555;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	border: 1px solid #555;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1{
	font-size: 40px;
	font-weight: 700;
	color: #333;
	line-height: 35px;
}
h2{
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 20px;
}
h3{
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	padding-bottom: 17px;
}
p{
	font-size: 14px;
	margin-bottom: 17px;
}
ul{
	font-size: 14px;
	padding-left: 40px;
	line-height: 23px;
	margin-bottom: 20px;
	line-height: 20px;
}
.li_nostyle{
	list-style: none;
	padding-left: 10px;
}
.li_nostyle li{
	margin-bottom: 15px;
}
.lang{
	padding-left: 0;
	margin-bottom: 0;
	float: right;
}
.lang li{
	display: inline-block;
	margin-left: 5px;
}
.lang-c.off{
	opacity: 0.5;
}
.lang-c.off:hover{
	opacity: 1;
}
.lang-c.on a{
	cursor: default;
	opacity: 1;
}
/* Headers section */
header h1{
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.phone{
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
}
.menu{
	font-weight: 600;
	list-style: none;
	padding: 0;
	padding-left: 0;
	background: #f8f7f7;
}
.menu li a{
	text-decoration: none;
	color: #111;
	padding: 5px 20px;
	display: block;
}
.menu li.active{
	border-left: 4px solid #333;
	background: #eee;
}
.menu li.active a{
	cursor: default;
}
.menu li:hover{
	background: #eee;
}
.banner{
	margin-bottom: 20px;
}
.banner img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
header select{
	display: none;
	width: 70px;
	margin-top: 6px;
}
/* CSS */
.main_wr{
	position: relative;
}
.main_wr .content{
	margin-right: 270px;
	padding-right: 30px;
}
.main_wr .adit_bl{
	width: 270px;
	float: right;
}
.bl_el{
	background: #f8f7f7;
	padding: 20px 25px;
	margin-bottom: 20px;
}
.bl_el h3{
	border-bottom: 1px dotted #bbb;
	text-transform: uppercase;
}
.ad_menu{
	list-style: none;
	margin-top: 20px;
	padding-left: 0;
	font-size: 13px;
}
.ad_menu li{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #bbb;
	line-height: 16px;
}
.ad_menu li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0 none;
}
.ad_menu li.active a{
	color: #888;
}
.ad_menu a{
	text-decoration: none;
	color: #444;
}
.ad_menu a:hover{
	color: #888;
}
.bl_el .back_f{
	margin-top: 20px;
}
.back_f p{
	margin-bottom: 10px;
}
.contact_bl h3{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #bbb;
}
.contact_bl p{
	margin-bottom: 2px;
	color: #ddd;
}
/* Secondary section */
.maincontent .container {
	background: #fff;
	margin-top: 40px;
}
.container {
	width: 980px;
	padding: 20px 30px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer .container{
	background: #333;
	color: #fff;
}
.wrapper {
	position: relative; 
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}
.empty {
	position: relative;
	height: 1em;		
}

footer {
	position: relative; 
	margin-top: -1em; 
	height: 1em; 
	width: 100%; 
}