@font-face {
    font-family: 'helveticaneuecyrthin';
    src: url('/fonts/helveticaneuecyr-thin-webfont.eot');
    src: url('/fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneuecyr-thin-webfont.woff') format('woff'),
         url('/fonts/helveticaneuecyr-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuecyritalic';
    src: url('/fonts/helveticaneuecyr-italic-webfont.eot');
    src: url('/fonts/helveticaneuecyr-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneuecyr-italic-webfont.woff') format('woff'),
         url('/fonts/helveticaneuecyr-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('/fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('/fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('/fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

strong,b{
	font-weight:normal!important;
    font-family: 'helveticaneuecyrbold';

}

.cl{
	clear:both;
}



html{
	font-weight:normal;
	line-height:normal;
	letter-spacing:0.00em;
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	font-family:helveticaneuecyrthin, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin:0 auto;
	max-width:1920px;
}
body{
	margin:0;
	padding:0;
	width:100%;
	padding:70px 0 0 0 !important;
-moz-box-sizing: border-box!important; 
-opera-sizing: border-box!important; 
-webkit-box-sizing: border-box!important;
-khtml-box-sizing: border-box!important;
box-sizing: border-box!important;
	background:#2b303a;
	margin:0 auto;
	max-width:1920px;
	overflow:hidden;
}

.top_menu{
	width:100%;
	background:#1e212a;
	position:fixed;
	z-index:100;
	display:table;
	top:0;
	max-width:1920px;
}

.active_menu{
	font-weight:normal!important;
    font-family: 'helveticaneuecyrbold';
}

.top_menu .logo{
	width:210px;
	min-width:210px;
	height:70px;
	background:url(/i/logo3.png) center center no-repeat #0060af;
	display:table-cell;
	cursor:pointer;
}




.top_menu  .punkt{
	text-decoration:none;
	color:#fff;
	width:auto;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	cursor:pointer;
	height:40px;
	line-height:0px;
	font-weight:normal;
	padding:25px 0 0 0;
}

.top_menu  .punkt::after{
	content:"";
	display:block;
	position:relative;
	width:1px;
	height:40px;
	background:#fff;
	left:100%;
	margin:-20px 0 0 0px;
}

.punkt:hover{
	background:#0060af;
	box-shadow:inset 0px 0px 15px 0px rgba(0,0,0,0.4);
	position:relative;
	border-right:none;
	padding:5px 0 0 0;
}

.punkt:hover::after{
	width:0px;
	height:0px;
}






.top_menu  .search{
	min-width:295px;
	max-width:427px;
	display:table-cell;
}

.wrapper{
	width:100%;
	height:100%;
	margin:0 auto;
	max-width:1920px;
	position:relative;
}

.main{
	z-index:2;
	width:100%;
	height:100%;
}


.section{
	width:100%;
	
}


