.newTopHeader{
	height: 80px;
	border-bottom: 35px solid #90b866;
	margin-bottom: 5px;
}
.newTopHeader .container{
	width: 970px;
	margin: 0 auto;
	height: 115px;
	position: relative;
}

.newTopHeader .logo{
	background: url(/images/svg/icons/pravoved_logo.svg) no-repeat 0 0;
	width: 162px;
	height: 45px;
	display: block;
	position: absolute;
	top: 19px;
	left: 5px;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.newTopHeader .logo img {
	width: 100%;
}
.newTopHeader .logo:hover{
	opacity: .8;
}
.newTopHeader .logo:active{
	opacity: .7;
	top: 20px;
}

.newTopHeader .hotline{
	position: absolute;
	top: 37px;
	left: 200px;
	color: #909090;
	font: bold 13px/normal Helvetica, Arial, sans-serif;
}
.newTopHeader .hotline{
	top: 36px;
}
.newTopHeader .hotline span, .newTopHeader .hotline a{
    font-size: 15px;
	color: #333333;
    text-decoration: none;
}
.newTopHeader .hotline.defaultText span, .newTopHeader .hotline.defaultText a{
    font-size: inherit;
}
.newTopHeader .hotline span:before, .newTopHeader .hotline a:before{
	content: '';
	display: inline-block;
	background: url(/images/sprite.png) no-repeat -1096px -464px;
	margin: 0 5px;
	width: 7px;
	height: 11px;
}

.newTopHeader .profile{
	position: absolute;
	right: 5px;
	top: 33px;
}

.newTopHeader .profile>ul>li{
	list-style: none;
	float: left;
	position: relative;
}
.newTopHeader .profile>ul>li>a, .newTopHeader .profile>ul>li>span,
.newTopHeader .events-widget__toggle {
	text-decoration: none;
	border-right: 1px solid #cacaca;
	cursor: pointer;
	color: #244f8a;
	font: bold 13px/20px Helvetica, Arial, sans-serif;
	display: block;
	padding: 0 10px;
}
.newTopHeader .profile>ul>li>span{
	cursor: default;
	position: relative;
}
.newTopHeader .profile>ul>li>span:before{
	height: 40px;
	content: '';
	position: absolute;
	top: -10px;
	width: 90%;
}
.newTopHeader .profile>ul>li>span>i{
	font-style: normal;
}
.newTopHeader .profile>ul>li:last-child>span, .newTopHeader .profile>ul>li:last-child>a{
	border: none;
}
.newTopHeader .profile>ul>li:last-child>span{
	text-overflow: ellipsis;
	max-width: 150px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	padding-right: 17px;
}
.newTopHeader .profile>ul>li:last-child>span:after{
	position: absolute;
	top: 8px;
	right: 0;
}
.newTopHeader .profile>ul>li.events {
    display: none;
}
.newTopHeader .profile .myEmail{
	background: #f3f3f3;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.newTopHeader .profile .myEmail:hover{
	background: #f3f3f3;
}

.newTopHeader .profile.unregistered>*{
	float: right;
}
.newTopHeader .container .newButton.green.reg{
	display: block;
	font-weight: bold !important;
	font-size: 11px !important;
	letter-spacing: 0;
	padding: 6px 15px;
}
.newTopHeader .container .newButton.green.reg:active{
	padding: 7px 14px 5px 16px !important;
}

.newTopHeader .newLogin{
	display: block;
	height: 20px;
	color: #244f8a;
	font: bold 11px/26px Helvetica, Arial, sans-serif;
	border-bottom: 1px dotted #244f8a;
	text-decoration: none;
	position: relative;
}
.newTopHeader .newLogin:hover{
	color: #2961ae;
}
.newTopHeader .newLogin:active{
	color: #113f7f;
	top: 1px;
}

.newMenu>li.activePage>a, .newMenu>li.activePage>span{
	background-color: #84ae58;
}

.newTopHeader .socialLogin{
	margin: 0 20px;
}
.newTopHeader .socialLogin>div{
	border-radius: 2px;
	cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	height: 26px;
	width: 26px;
	background: url(/images/sprite.png) no-repeat;
	float: left;
	margin-right: 10px;
}
.newTopHeader .socialLogin>div:hover{
	opacity: .8;
}
.newTopHeader .socialLogin>div:active{
	margin-top: 1px;
}
.newTopHeader .socialLogin>div:last-child{
	margin-right: 0;
}
.newTopHeader .socialLogin .vk{
	background-color: #6686ae;
	background-position: -1165px 0;
}
.newTopHeader .socialLogin .vk:active{
	background-color: #7894bb;
}
.newTopHeader .socialLogin .fb{
	background-color: #3b5998;
	background-position: -1191px 0;
}
.newTopHeader .socialLogin .fb:active{
	background-color: #5973ab;
}
.newTopHeader .socialLogin .mr{
	background-color: #004b88;
	background-position: -1217px 0;
}
.newTopHeader .socialLogin .mr:active{
	background-color: #346fa4;
}
.newMenu{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	width: 100%;
}
ul.newMenu{
    margin: 0;
}
.newMenu>li{
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 35px;
}

.newMenu>li>a, .newMenu>li>span{
	cursor: pointer;
	border-right: 1px solid #78a44a;
	color: #fff;
	font: bold 13px/35px Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #90b866;
	display: block;
	height: 34px;
	padding: 0 20px;
}
.newMenu>li.order.menuClickable>span {
	height: 35px;
}
.newMenu>li:last-child>a, .newMenu>li:last-child>span {
    border: 0;
}
.newMenu>li.activePage>a, .newMenu>li.activePage>span {
    background-color: #84ae58;
}
.newMenu>li>span{
	cursor: default;
}
.dropdown>span:after{
	content: '';
	margin-left: 10px;
	border-top: 5px solid #fff;
	border-left: 4px solid rgba(255,255,255,0);
	border-right: 4px solid rgba(255,255,255,0);
	width: 0;
	height: 0;
	display: inline-block;
	position: relative;
	top: -1px;
}
.profile .dropdown>span:after{
	border-top-color: #244f8a;
}
.newMenu>li:last-child>a, .newMenu>li:last-child>span{
	border: none;
}
.newMenu>li.active>span, .newMenu>li:hover>span, .newMenu>li:hover>a{
	background-color: #78a44a;
}
.newMenu>li.active:active>span, .newMenu>li:active>a{
	background-color: #6e9d3d;
	line-height: 36px;
}

.newTopHeader .dropdown>ul{
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #cddec6;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 17px;
	z-index: 999;

	display: block !important;
	top: -9999px;
	opacity: 0;
	box-shadow: 0 0 15px rgba(255,255,255,.3);

	transition: opacity 150ms linear;
	-webkit-transition: opacity 150ms linear;
}
.newTopHeader .dropdown:hover>ul{
	top: 17px;
	opacity: 1;
}
.newTopHeader .dropdown.active>ul{
	display: block !important;
	top: 17px !important;
	opacity: 1 !important;
}
.newTopHeader .dropdown:hover>ul:before, .newTopHeader .dropdown.active>ul:before{
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0);
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
}
.newTopHeader .dropdown>ul>li:first-child:before, .newTopHeader .dropdown>ul>li:first-child:after{
	pointer-events: none;
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	border-bottom: 9px solid #fff;
	border-left: 9px solid rgba(255,255,255,0);
	border-right: 9px solid rgba(255,255,255,0);
	width: 0;
	height: 0;
	margin-top: -7px;
}
.newTopHeader .dropdown>ul>li:first-child:before{
	border-bottom-color: #cddec6;
	margin-top: -9px;
}

.newTopHeader .dropdown>ul.myProfile{
	left: auto;
	right: 0;
}
.newTopHeader .dropdown>ul.myProfile>li:first-child:before, .newTopHeader .dropdown>ul.myProfile>li:first-child:after{
	left: auto;
	right: 20px;
}

.newTopHeader .dropdown>ul>li:hover:after{
	border-bottom-color: #f1f6ef;
}
.newTopHeader .dropdown>ul>li:active:after{
	border-bottom-color: #eaf4e5;
}
.newTopHeader .profile .dropdown>.myProfile>li:active:after{
	border-bottom-color: #f1f6ef;
}
.newTopHeader .dropdown>ul>li{
	list-style: none;
}
.newTopHeader .dropdown>ul>li>span{
	white-space: nowrap;
}
.newTopHeader .dropdown>ul>li>a{
	padding: 12px 20px;
	border-bottom: 1px solid #cddec6;
	display: block;
	color: #244f8a;
	font: bold 13px/20px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	text-decoration: none;
}
.newTopHeader .dropdown>ul>li>a:hover{
	background-color: #f1f6ef;
}
.newTopHeader .dropdown>ul>li>a:active{
	background-color: #eaf4e5;
	padding: 13px 20px 11px 20px;
}
.newTopHeader .profile .dropdown>.myProfile>li>a:active{
	background-color: #f3f3f3;
	padding: 13px 20px 11px 20px;
}
.newTopHeader .profile .dropdown>.myProfile>li:first-child>a:active{
	padding: 12px 20px !important;
}
.newTopHeader .dropdown>ul>li:last-child>a{
	border: none;
}

.newMenu .order>ul, .profile .dropdown>ul{
	border-color: #d6dbe2;
}
.newMenu .order>ul>li:before, .profile .dropdown>ul>li:before{
	border-bottom-color: #d6dbe2;
}
.newMenu .order>ul>li:hover:after, .profile .dropdown>ul>li:hover:after{
	border-bottom-color: #edf2fa;
}
.newMenu .order>ul>li:active:after, .profile .dropdown>ul>li:active:after{
	border-bottom-color: #e5edf5;
}
.newMenu .order>ul>li>a, .profile .dropdown>ul>li>a{
	border-bottom-color: #d6dbe2;
}
.newMenu .order>ul>li>a:hover, .profile .dropdown>ul>li>a:hover{
	background-color: #edf2fa;
}
.newMenu .order>ul>li>a:active, .profile .dropdown>ul>li>a:active{
	background-color: #e5edf5;
}

.newTopHeader .profile .dropdown>.myProfile>li:after{
	border-bottom-color: #f3f3f3;
}

.newMenu .order{
	background-color: #fff;
}
.newMenu .order>span, .newMenu .order.activePage>span{
    background-color: #5f91d6;
    border-radius: 3px;
    margin: 0 5px;
    border: none;
    padding: 0;
    display: block;
}
.newMenu .order.dropdown>span, .newMenu .order.dropdown.activePage>span{
    padding-left: 20px;
    padding-right: 20px;
}
.newMenu .order>span a, .newMenu .order.activePage>span a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.newMenu .order.menuClickable>span, .newMenu .order.activePage>span{
    cursor: pointer;
}
.newMenu .order.menuClickable>span:active{
    background-color: #3f73bc;
}

.newMenu .order.active>span, .newMenu .order:hover>span{
	background-color: #4c80ca;
}

.newMenu .order.active>span, .newMenu .order>span>a{
    color: #fff;
    text-decoration: none;
}

.newMenu .order>ul{
	left: 5px;
}
.newMenu .order:hover>ul{
	left: 5px;
}
.newMenu .order>ul>li>a{
	padding-left: 51px;
	position: relative;
}
.newMenu .order>ul>li>a:active{
	padding: 13px 20px 11px 51px;
}
.newMenu .order>ul>li>a:active:before{
	margin-top: -9px;
}
.newMenu .order>ul>li>a:before{
	background: url(/images/sprite.png) no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 19px;
	height: 20px;
}
.newMenu .order>ul>.orderQuestion>a:before{
	background-position: -1256px 0;
	width: 20px;
	margin: -10px 0 0 0;
}
.newMenu .order>ul>.orderDoc>a:before{
	background-position: -1276px 0;
	width: 16px;
	margin: -10px 0 0 2px;
}
.newMenu .order>ul>.orderCall>a:before{
	background-position: -1292px 0;
	width: 18px;
	margin: -10px 0 0 1px;
}

.newMenu .dropdown:hover>ul, .newMenu .dropdown.active>ul{
	top: auto !important;
}

.newSearch{
	background-color: #fff;
	padding: 0 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
}
.newSearch input{
	height: 32px;
	padding: 0 15px 1px 15px;
	width: 180px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #cacaca;
	border-right: none;
	float: left;
	color: #464646;
	font: 13px/1 Helvetica, Arial, sans-serif;
}
.newSearch input::-webkit-input-placeholder{ color: #bababa; padding-top: 2px; }
.newSearch input:-moz-placeholder{ color: #bababa; padding-top: 2px; }
.newSearch input:-ms-input-placeholder{ color: #bababa; padding-top: 2px; }
.newSearch input:focus::-webkit-input-placeholder{ color: #d4d4d4; }
.newSearch input:focus:-moz-placeholder{ color: #d4d4d4; }
.newSearch input:focus:-ms-input-placeholder{ color: #d4d4d4; }
.newSearch input:focus{
	border-color: #90b866;
}

.newSearch .launchSearch{
	background-color: #90b866;
	border: 1px solid #76a466;
	border-radius: 0 3px 3px 0;
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	width: 35px;
	height: 33px;
	display: block;
	float: left;
	cursor: pointer;
}
.newSearch .launchSearch:after{
	content: '';
	background: url(/images/sprite.png) no-repeat -1243px 0;
	width: 13px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
}
.newSearch .launchSearch:active:after{
	margin: -5px 0 0 -6px;
}

.myBalance{
	font-family: Helvetica, Arial, sans-serif;
}

.myBalance .state, .myBalance .newBalance{
	background-color: #f6f6f6;
	border-bottom: 1px solid #d6dbe2;
	padding: 12px 20px;
	font-size: 11px;
	color: #999;
}
.myBalance .state{
	line-height: 24px;
}
.myBalance b{
	font-weight: normal;
	width: 80px;
	display: inline-block;
}
.myBalance.adminBalance b{
	width: 140px;
}
.myBalance i{
	font-style: normal;
	color: #000;
}
.newTopHeader .dropdown>.myBalance>li:first-child:after{
	border-bottom-color: #f6f6f6;
}

.newTopHeader .profile .messages span, .newTopHeader .profile .events span{
	background: url(/images/sprite.png) no-repeat;
	display: inline-block;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	vertical-align: middle;
}
.newTopHeader .profile .messages i, .newTopHeader .profile .events i{
	display: none;
	color: #ed712e;
	font-style: normal;
}
.newTopHeader .profile .messages.active i, .newTopHeader .profile .events.active i{
	display: inline;
}
.newTopHeader .profile .messages span{
	width: 20px;
	height: 15px;
	background-position: -1328px 0;
}
.newTopHeader .profile .events span{
	width: 18px;
	height: 18px;
	background-position: -1310px 0;
}

.newTopHeader .profile .messages.active span{
	background-position: -1328px -15px;
}
.newTopHeader .profile .events.active span{
	background-position: -1310px -18px;
}

.newTopHeader .profile .council span{
	background: url(/images/sprite.png) no-repeat -1348px -17px;
	width: 19px;
	height: 17px;
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	vertical-align: middle;
}
.newTopHeader .profile .council.active span{
    background-position: -1348px 0;
}

/* fixed header */
.fixedHead{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background-color: #617ca4;
	z-index: 4;

	-webkit-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
}
.fixedHead.hidden{
	display: block;
	top: -64px;
}
.fixedHead .container{
	width: 960px;
	height: 64px;
	margin: 0 auto;
	position: relative;
}
.fixedHead i{
	display: block;
	position: absolute;
	left: 105px;
	bottom: 0;
	width: 119px;
	height: 64px;
	background: url(/images/sprite.png) no-repeat -520px -88px;
}
.fixedHead .newButton{
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	border: none !important;
	margin-top: 15px;
	margin-right: 110px;
}
.fixedHead .newButton:active{
	padding-left: 26px !important;
	padding-right: 24px !important;
}
.fixedHead .preButton{
	margin-left: 250px;
	color: #fff;
	font: 18px/64px Arial, sans-serif;
}

.newTopHeader .header-phone {
    position: absolute;
    top: 19px;
    left: 264px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.newTopHeader .header-phone:before {
    position: absolute;
    top: 2px;
    left: -55px;
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/images/sprite.png);
    background-position: -480px -5px;
}

.newTopHeader .header-phone-number {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-top: 9px;
    padding-left: 20px;
}

.newTopHeader .header-phone-number:before {
    position: absolute;
    content: " ";
    display: block;
    width: 12px;
    height: 13px;
    left: 0;
	top: 50%;
	margin-top: -8px;
    background-image: url(/images/sprite.png);
    background-position: -480px -45px;
}

.newTopHeader .header-phone .city-name {
    text-decoration: none;
    border-bottom: 1px dotted #5478a9;
    color: #244F8A;
    cursor: pointer;
}

.newTopHeader .header-phone .city-name:hover {
    color: #80ab54;
    border-color: #80ab54;
}

.header-phone-link-static {
  display: block !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #333333 !important;
  text-decoration: none !important;
}

.header-phone-link-static--inline-block {
  display: inline-block !important;
}

.header-phone-link-static:hover {
  color: #333333 !important;
  text-decoration: none !important;
}
