* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img {
	border: 0px none;
}
a {
	text-decoration: none;
}
input:focus,
input:active,
textarea:focus,
textarea:active,
section:focus,
div:focus {
	outline: 0 none;
}
html,
body, 
.top_wrapper {
	min-height: 100%;
	height: 1px;
}
.top_wrapper {
	position: relative;
	min-width: 1270px;	
	max-width: 1600px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  height: 100%;
}
.blur {	
    -webkit-filter: blur(3px);
    filter: url(../img/filters.svg#blur);
    filter: blur(3px);
}
header,
.menu {
	position: relative;
	width: 100%;
}
header {
	height: 115px;
	-webkit-box-shadow: 0px 8px 13px -13px rgb( 35, 31, 32 );
	-moz-box-shadow: 0px 8px 13px -13px rgb( 35, 31, 32 );
	box-shadow: 0px 8px 13px -13px rgb( 35, 31, 32 );
}
.menu {
	height: 60px;
	background-color: #1E76C2;
}
.menu .logo,
.menu .user_menu,
.menu .main_menu,
.menu form {
	position: relative;
	float: left;
}
.logo {
	height: 60px;
	width: 68px;
	text-decoration: none;	
	background: url(../img/netbell_logo_small.png) center no-repeat;
	background-size: auto 33px;
}
.user_menu {	
	height: 60px;
	width: 56px;	
	background: url(../img/user_menu_btn.png) center no-repeat;
	-webkit-background-size: auto 22px;
	-moz-background-size: auto 22px;
	-o-background-size: auto 22px;
	background-size: auto 22px;
	-webkit-transition: background-color.3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.user_menu:after,
.user_menu:before {
	content: "";
	position: absolute;
	top: 8px;
	width: 1px;
	height: 43px;
	background-color: rgb( 6, 82, 161 );
	-webkit-box-shadow: 1px 0px 0px 0px rgba( 255, 255, 255, .18 );
	-moz-box-shadow: 1px 0px 0px 0px rgba( 255, 255, 255, .18 );
  	box-shadow: 1px 0px 0px 0px rgba( 255, 255, 255, .18 );
}
.user_menu:after {
	right: 0;
}
.user_menu > section {
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 270px;
	top: 60px;
	left: -55px;
	background-color: #ffffff;
	-webkit-box-shadow:  0px 6px 10px 0px rgb( 35, 31, 32 );
	-moz-box-shadow:  0px 6px 10px 0px rgb( 35, 31, 32 );
  	box-shadow: 0px 6px 10px 0px rgb( 35, 31, 32 );
  	z-index: 100;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
  	-webkit-transform: translate(0px, 20px);
	-moz-transform: translate(0px, 20px);
	-ms-transform: translate(0px, 20px);
	-o-transform: translate(0px, 20px);
  	transform: translate(0px, 20px);
}
.user_info {
	position: relative;
	min-height: 110px;
	padding-bottom: 15px;
}
.user_photo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  	border-radius: 50%;
  	overflow: hidden;
	/*-webkit-box-shadow:  0px 1px 1px 0px rgb( 158, 158, 158 );
	-moz-box-shadow:  0px 1px 1px 0px rgb( 158, 158, 158 );
  	box-shadow: 0px 1px 1px 0px rgb( 158, 158, 158 );*/
}
.user_photo img {
	width: 52px;
	height: 52px;	
}
.user_info_wrp {
	position: relative;
	left: 97px;
	top: 0;
	width: 173px;
	padding-top: 14px;
}
.user_name {
	font-size: 18.6px;
  color: rgb( 147, 147, 147 );
  text-shadow: 0px 2px 0px rgb( 255, 255, 255 );
}
.user_pos {
  font-size: 13.3px;
  color: rgb( 148, 148, 148 );
  line-height: 1.3;
  text-shadow: 0.5px 0.866px 2px rgb( 255, 255, 255 );
  padding: 5px 0;
}
.user_adr {
	font-size: 14.6px;
	padding: 0px 10px 0px 0px;
  color: rgb( 128, 128, 128 );
  line-height: 1.182;
  text-shadow: 0px 2px 0px rgb( 255, 255, 255 );
}
.user_menu ul {
	list-style: none;
}
.user_menu li {
	height: 46px;
	width: 100%;
	background-color: #1E76C2;
	border-bottom: 1px solid #155892;
}
.user_menu li:hover {
	cursor: pointer;	
	background-color: #0E4F86;
}
.user_menu li:last-child {	
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: 0 none;
}
.user_menu li a {
	  font-size: 14.6px;
  color: rgb( 255, 255, 255 );
  text-shadow: 0px 1px 1px rgb( 35, 31, 32 );
    position: relative;
	top: 11px;
  	padding-left: 40px;
}
.user_menu li a:after {
	position: absolute;
	top: 4px;
	margin-left: 9px;	
}
.user_menu li:nth-child(1) a:after {
	content: "";
	width: 17px;
	height: 16px;	
	background: url(../img/user1.png) no-repeat;
	-webkit-background-size: auto 16px;
	-moz-background-size: auto 16px;
	-o-background-size: auto 16px;
	background-size: auto 16px;	
}
.user_menu li:nth-child(2) a:after {
	content: "";
	width: 13px;
	height: 18px;	
	background: url(../img/user2.png) no-repeat;
	-webkit-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-o-background-size: auto 18px;
	background-size: auto 18px;	
}
.user_menu li:nth-child(3) a:after {
	content: "";
	width: 18px;
	height: 19px;	
	background: url(../img/user3.png) no-repeat;
	-webkit-background-size: auto 19px;
	-moz-background-size: auto 19px;
	-o-background-size: auto 19px;
	background-size: auto 19px;	
}
.user_menu li:nth-child(4) a:after {
	content: "";
	width: 14px;
	height: 16px;	
	background: url(../img/user4.png) no-repeat;
	-webkit-background-size: auto 16px;
	-moz-background-size: auto 16px;
	-o-background-size: auto 16px;
	background-size: auto 16px;	
}
.user_menu:hover {
	cursor: pointer;
	background: url(../img/user_menu_btn.png) center no-repeat #15649f;
	-webkit-background-size: auto 22px, auto 60px;
	-moz-background-size: auto 22px, auto 60px;
	-o-background-size: auto 22px, auto 60px;
	background-size: auto 22px, auto 60px;
}
.user_menu:hover:after,
.user_menu:hover:before {
	width: 0;
	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px 0px transparent;
  	box-shadow: 0px 0px 0px 0px transparent;
}
.user_menu:hover > section {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
  	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
  	transform: translate(0px, 0px);
}
.main_menu {
	height: 60px;
  	margin-left: -webkit-calc(100% / 2 - 567px);
  	margin-left: -moz-calc(100% / 2 - 567px);
  	margin-left: calc(100% / 2 - 567px);
}
.main_menu ul {
	list-style: none;
}
.main_menu ul li {
	float: left;
}
.main_menu ul li ul {
	display: none;
}
.main_menu > ul > a li,
.main_menu > ul > li {
	height: 20px;
	font-size: 14.6px;
	color: rgb( 255, 255, 255 );
	text-transform: uppercase;
	padding: 20px 30px 20px 30px;
	text-align: center;
	cursor: pointer;
}
.main_menu > ul > a li:last-child,
.main_menu > ul > li:last-child {
	border: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
  	box-shadow: none;
}
.main_menu > ul > a li:hover {
	background: #15649f;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.main_menu > ul > a li.inactive {
	color: rgba(0,0,0,.3);
	cursor: default;
}
.main_menu > ul > a li.inactive:hover {
	background: none;
	opacity: 1;
}
.main_menu > ul > li.inactive {
	color: rgba(0,0,0,.3);
	cursor: default;
}
.main_menu > ul > li.inactive:hover {
	background: none;
	opacity: 1;
}
.main_menu > ul > li.current {
	background-color: #ffffff;
	color: rgb( 148, 148, 148 );
	text-shadow: none;
	cursor: default;
}
.main_menu > ul > li.current ul {
	display: block;
	position: absolute;
	bottom: -44px;
	right: 34%;
}
li.current ul a,
li.current ul li {
	font-size: 13.332px;
	color: rgb( 20, 109, 177 );
	text-align: center;
	text-transform: none;
}
li.current ul li {
	padding: 8px 10px;
	margin-right: 20px;
	border-top: 1px solid white;
	border-radius: 3px;
	background-color: white;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
li.current ul li:hover {
	background-color: #ECF7FF;
}
li.current ul li.current {
	color: rgb( 24, 112, 183 );
	background-color: #ECF7FF;
	border: 1px solid rgba(0,159,242,1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
}
.menu form {
	position: absolute;
	right: 0px;
}
.logout {
	font-size: 14.665px;
	color: rgb( 255, 255, 255 );
	text-shadow: 0px 1px 1px rgb( 35, 31, 32 );
	border: 0 none;
	background: transparent;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 60px;
    padding: 20px 50px 20px 14px;
    background: url(../img/logout2.png) 50% 50% no-repeat;
	-webkit-background-size: auto 30px;
	-moz-background-size: auto 30px;
	-o-background-size: auto 30px;
	background-size: auto 30px;
	cursor: pointer;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.menu form span:before {
	content: "";
	position: absolute;
	top: 8px;
	width: 1px;
	height: 43px;
	background-color: rgb( 6, 82, 161 );
	-webkit-box-shadow: 1px 0px 1px 0px rgba( 255, 255, 255, .18 );
	-moz-box-shadow: 1px 0px 1px 0px rgba( 255, 255, 255, .18 );
  	box-shadow: 1px 0px 1px 0px rgba( 255, 255, 255, .18 );
}
.logout:hover {
    background: url(../img/logout2.png) 50% 50% no-repeat #15649f;
	-webkit-background-size: auto 30px;
	-moz-background-size: auto 30px;
	-o-background-size: auto 30px;
	background-size: auto 30px;
}
.logout:active {
	opacity: 1;
}
div.saving {
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 14.7px;
	line-height: 1.6;
	color: rgba( 122, 122, 122, 0.5 );
	padding-left: 31px;
	background: white;
	z-index: 80;
	display: none;
}
div.saving:after {
	position: absolute;
	content: "";
	left: -2px;
	top: -2px;
	bottom: -2px;
	background: url(../img/saving.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 24px;
	animation: loading 1s linear infinite;
	-webkit-animation: loading 1s linear infinite;
	-moz-animation: loading 1s linear infinite;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-o-background-size: 24px 24px;
	background-size: 24px 24px;
}
div.saved {
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 14.7px;
	line-height: 1.6;
	color: rgba( 122, 122, 122, 0.5 );
	padding-left: 31px;
	background-image: url(../img/saved.png);
	background-repeat: no-repeat;	
	background-position: 0% 50%;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	display: none;
}

@keyframes loading {
	0% {
		-moz-transform: rotate(0deg); /* Для Firefox */
	    -ms-transform: rotate(0deg); /* Для IE */
	    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(0deg); /* Для Opera */
	    transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg); /* Для Firefox */
	    -ms-transform: rotate(360deg); /* Для IE */
	    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(360deg); /* Для Opera */
	    transform: rotate(360deg);
	}
}
@-moz-keyframes loading {
	0% {
		-moz-transform: rotate(0deg); /* Для Firefox */
	    -ms-transform: rotate(0deg); /* Для IE */
	    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(0deg); /* Для Opera */
	    transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg); /* Для Firefox */
	    -ms-transform: rotate(360deg); /* Для IE */
	    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(360deg); /* Для Opera */
	    transform: rotate(360deg);
	}
}
@-webkit-keyframes loading {
	0% {
		-moz-transform: rotate(0deg); /* Для Firefox */
	    -ms-transform: rotate(0deg); /* Для IE */
	    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(0deg); /* Для Opera */
	    transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg); /* Для Firefox */
	    -ms-transform: rotate(360deg); /* Для IE */
	    -webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
	    -o-transform: rotate(360deg); /* Для Opera */
	    transform: rotate(360deg);
	}
}