/* --- Bitfury.com, Dev group: rabbit --- */

html {
    min-height: 100%
}

body {
	color: #fff;
	/*background: url('../img/bg_blue.jpg') center center repeat-y fixed;
	background-size: cover;*/
	font-family: 'helveticaneuecyrroman', Helvetica;
	min-height: 100%;
}

a {
	color: #291a1a;
	/*text-decoration: none;*/
}

select {
	border: none;
}

.frame {
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: 	all 300ms ease-in-out;
	-ms-transition: 	all 300ms ease-in-out;
	-o-transition: 		all 300ms ease-in-out;
	transition: 		all 300ms ease-in-out;
}

.slow_hover {
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

.slow_all {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: 	all 300ms ease-in-out;
	-ms-transition: 	all 300ms ease-in-out;
	-o-transition: 		all 300ms ease-in-out;
	transition: 		all 300ms ease-in-out;
}

.slow_bg {
	-webkit-transition: background-color 300ms ease;
	-moz-transition: 	background-color 300ms ease;
	-ms-transition: 	background-color 300ms ease;
	-o-transition: 		background-color 300ms ease;
	transition: 		background-color 300ms ease;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/*---------------------*/

.wrapper {
	/*border-top: 1px solid #1c2e4a;*/
	overflow: hidden;
	position: relative;
}

.main_nav_bl {
	background: #1c2e4a;
	height: 145px;
	overflow: hidden;
	z-index: 999;
	position: fixed;
	top: 0; right: 0; left: 0;
	z-index: 99999;
	text-align: center;
}

.logo {
	background: url('../img/new_logo.svg') center center no-repeat;
	background-size: contain;
	width: 273px;
	height: 90px;
	margin-top: 28px;
	display: block;
	float: left;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav_list {
	/*margin-top: 39px;*/
	/*display: inline-block;*/
	float: left;
	overflow: hidden;
	/*margin-left: 5px;*/
	height: 102px;
}

 .nav_list > .nv_l_item {
 	float: left;
 	list-style: none;
 	/*margin-right: 10px;
 	margin-left: 35px;*/
 }



.nav_list > .nv_l_item > a {
	position: relative;
   	color: #fff;
   	text-decoration: none;
   	height: 102px;
   	line-height: 102px;
   	display: block;

   	padding-right: 20px;
 	padding-left: 20px;

   	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*.nav_list > .nv_l_item > a:after {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	display: block;
	top: 97%;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fac02b;
	content: '';
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.nav_list > .nv_l_item > a:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}*/

.lamp {
	background: url('../img/menu_sprite.svg') left top no-repeat;

	margin: 0 auto;
	width: 64px;
	display: block;
	height: 64px;
	position: relative;
	opacity: 1;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lamp:after {
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	content: '';
	border-radius: 50%;
	display: block;
	opacity: 0;

	-webkit-transition: all 200ms ease;
	-moz-transition: 	all 200ms ease;
	-ms-transition: 	all 200ms ease;
	-o-transition: 		all 200ms ease;
	transition: 		all 200ms ease;
}

.nav_list > .nv_l_item:hover > a .lamp:after {
	opacity: 1;
}

.nav_list > .active > a .lamp:after {
	opacity: 1;
}


/**/
.box_ico > a > .lamp {
	background-position: left -64px;
}

/**/
.comp_ico > a > .lamp {
	background-position: left -128px;
}

/**/

.people_ico > a > .lamp {
	background-position: left -192px;
}

/**/
.partner_ico > a > .lamp {
	background-position: left -256px;
}

/**/
.sup_ico > a > .lamp {
	background-position: left -320px;
}

/**/
.mail_ico > a > .lamp {
	background-position: left -384px;
}

/*--*/

.nav_list > .nv_l_item > a > span {
	/*margin-top: 11px;*/
	/*display: block;*/
	text-align: center;
	height: 15px;
	line-height: 18px;
	font-size: .9em;
}
/**/

.social_list {
	margin-top: 52px;
	float: right;
	overflow: hidden;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social_list > li {
	margin-right: 8px;
	list-style: none;
	float: left;
}

.social_list > li:last-child {
	margin-right: 0;
}

.social_list > li > a {
	background: url('../img/social.svg') left center no-repeat;
	background-size: cover;

	width: 40px;
	height: 40px;
	display: block;
}

.social_list > li:nth-child(2) > a {
	background-position: -40px center;
}

.social_list > li:nth-child(3) > a {
	background-position: -80px center;
}

.social_list > li:nth-child(4) > a {
	background-position: -102px center;
}

/*------------------- Mod nav media query */

/*@media(max-width: 1830px){
	.nav_list > .nv_l_item {
		margin-right: 80px;
	}
}

@media(max-width: 1630px){
	.nav_list > .nv_l_item {
		margin-right: 50px;
	}
}*/

/*@media(max-width: 1920px){*/
	.logo {
		margin-top: 19px;
		width: 190px;
		height: 63px;
	}

	.main_nav_bl {
		height: 102px;
	}

	/*.nav_list > .nv_l_item {
		margin-right: 60px;
	}*/

	.nav_list > .nv_l_item a > .lamp {
		width: 45px;
		height: 45px;
	}

	.nav_list > .nv_l_item > a > span {
		/*margin-top: 10px;*/
		height: 11px;
		line-height: 13px;
		font-size: .7em;
	}

	.social_list {
		margin-top: 39px;
	}

	.social_list > li > a {
		border-radius: 50%;
		background-color: rgba(0,0,0,.2);
		width: 34px;
		height: 34px;
	}

	.nav_fixed .main_nav_bl_in .social_list > li > a:hover {
		background-color: rgba(0,0,0,.5) !important;
	}

	.social_list > li > a:hover {
		background-color: rgba(0,0,0,.7);
	}

	.social_list > li:nth-child(1) > a {
		background-position: -34px center;
	}

	.social_list > li:nth-child(2) > a {
		background-position: 0px center;
	}

	.social_list > li:nth-child(3) > a {
		background-position: -68px center;
	}

	/*------------------------------------------------*/
	.lamp_ico > a > .lamp {
		background-position: -128px top;
	}

	/**/
	.box_ico > a > .lamp {
		background-position: -128px -45px;
	}

	/**/
	.comp_ico > a > .lamp {
		background-position: -128px -90px;
	}
	/**/

	.people_ico > a > .lamp {
		background-position: -128px -135px;
	}

	/**/
	.partner_ico > a > .lamp {
		background-position: -128px -180px;
	}

	/**/
	.sup_ico > a > .lamp {
		background-position: -128px -225px;
	}

	/**/
	.mail_ico > a > .lamp {
		background-position: -128px -270px;
	}
	/*--------------------------------------------*/
/*}*/

/*------------------------------*/
.nav_fixed .main_nav_bl_in .logo {
	background-size: contain;
	margin-top: 9px;
	width: 230px;
	height: 55px;
}

.nav_fixed {
	background: rgba(0,0,0,.5);
	height: 60px !important;
}

.nav_fixed .main_nav_bl_in .nav_list {
	margin-top: 0px;
	height: 60px;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nav_fixed .main_nav_bl_in .nav_list > .nv_l_item > a {
	height: 60px;
	line-height: 60px;
}

.nav_fixed .main_nav_bl_in .nav_list > .nv_l_item > a > i {
	opacity: 0;
	height: 0;
}

.nav_fixed .main_nav_bl_in .nav_list > .nv_l_item > a > span {
	margin-top: 0;
	/*display: inline;*/
}

.nav_fixed .main_nav_bl_in .nav_list > .nv_l_item:hover > a {
	/*color: #fac02b;*/
	background-color: rgba(0,0,0,.4);
}

.main_nav_bl_in .nav_list > .nv_l_item:hover > a  {
	/*color: #fac02b;*/
	background-color: rgba(0,0,0,.4);
}

.main_nav_bl_in > .nav_list > .active > a {
	background-color: rgba(0,0,0,.2);
}

/*.main_nav_bl_in > .nav_list > .active {
	background-color: rgba(0,0,0,.5);
}*/

/**/
.nav_fixed .main_nav_bl_in .social_list {
	margin-top: 19px;
}

.nav_fixed .main_nav_bl_in .social_list li a {
	background-color: rgba(76,134,193,1);
}


/*------------------------------*/

/*@media(max-width: 1920px) {*/
	.nav_fixed .main_nav_bl_in .logo {
		margin-top: 9px;
		background-size: contain;
		width: 162px;
		height: 40px;
	}

	.nav_fixed {
		height: 60px !important;
	}

	.nav_fixed .main_nav_bl_in .nav_list > .nv_l_item > a {
		height: 60px !important;
		line-height: 60px;
	}

	.nav_fixed .main_nav_bl_in .social_list {
		margin-top: 13px;
	}
/*}*/

.main_nav_bl_in {
	margin: 0 auto;
	width: 930px;
	overflow: hidden;
}
/*----------*/

.act-btn:hover {
	background-color: #71a1ed;
}

.act-btn:active {
	background-color: #2471ec;
}

.ln-yllow:hover {
	/*color: #fac02b;*/
	text-decoration: none;
}

.bit_footer {
	background-color: #23467e;
	min-height: 430px;
	position: relative;
}

.bit_footer a {
	color: #fff;
	text-decoration: underline;
}

.foot_wr {
	margin: 0 auto;
	width: 900px;
}

.foot_left {
	width: 420px;
	float: left;
}

.foot_right {
	float: right;
}

.foot_logo {
	background: url('../img/new_logo.svg') center center no-repeat;
	background-size: contain;
	margin-top: 30px;
	width: 162px;
	height: 40px;
}

.foot_contact_l, .foot_contact_r {
	font-family: 'helveticaneuecyrroman';
	margin-top: 47px;
	font-size: .9em;
	line-height: 1.1em;
}

.foot_contact_l a, .foot_contact_r a {
	/*margin-bottom: 20px;*/
	/*display: block;*/
}

.foot_contact_l {
	float: left;
}

.foot_contact_r {
	float: right;
}

.foot_rep_bl {
	margin-top: 35px;
	margin-right: 70px;
	float: left;
}

.foot_rep_bl:last-child {
	margin-right: 0;
}

.foot_rep_bl ul li {
	height: 18px;
	list-style: none;
}

.foot_rep_bl span {
	text-transform: uppercase;
	font-family: 'helveticaneuecyrmedium';
	font-size: .9em;
}

.foot_rep_bl ul {
	margin-top: 10px;
}

.foot_rep_bl ul li a {
	font-size: .9em;
	text-decoration: none;
}

.foot_rep_bl ul li a:hover {
	text-decoration: underline;
}

/*--*/

.foot_inpt {
	color: #fff;
	background-color: transparent;
	margin-top: 35px;
	border: none;
	border-bottom: 1px solid #4775af;
	display: block;
	width: 356px;
	height: 38px;
	font-family: 'helveticaneuecyrlight';
	font-size: 1.1em;
}

.foot_inpt::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4775af;
}
.foot_inpt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4775af;
    opacity:  1;
}
.foot_inpt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4775af;
    opacity:  1;
}
.foot_inpt:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #4775af;
}

.foot_r_title {
	font-family: 'helveticaneuecyrlight';
	margin-top: 45px;
	font-size: 1.3em;
}


.foot_send_btn {
	color: #fff;
	border: 1px #fff solid;
	margin-top: 20px;
	width: 172px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	cursor: pointer;
}

.foot_send_btn:hover {
	background-color: rgba(255,255,255,.3);
}

.totop {
	background: url('../img/up.png') center center no-repeat;
	position: fixed;
	bottom: 25px; right: 25px;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.totop:hover {
	opacity: .5;
}

.foot_capcha {
	margin-top: 29px;
	display: block;
	float: left;
}

#secure_code {
	margin-top: 20px;
	width: 210px;
	float: right;
	font-family: 'helveticaneuecyrlight';
}

/**/
.foot_left2 {
	margin-left: 25px;
	width: 400px;
	float: left;
}

.foot_right2 {
	margin-top: -10px;
	width: 320px;
	float: right;
}

.foot_right2 a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.5);
	display: inline;
}

/*.foot_right2 span {
	margin-top: 10px;
	margin-bottom: 4px;
	display: block;
}*/

.foot_bot {
	border-top: 2px solid #657ea6;
	border-bottom: 2px solid #657ea6;
	margin-top: 40px;
	/*position: absolute;
	bottom: 0; left: 0; right: 0;*/
}

.foot_bot_wr {
	margin: 20px auto;
	width: 850px;
}

.foot_bot_wr > a {
	font-size: 15px;
	margin-right: 85px;
	text-decoration: none;

	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

.foot_bot_wr > a:hover {
	color: #5593ff;
}

/*.foot_bot_wr > a:last-child {
	margin-left: 125px;
}*/

.foot_text {
	margin: 20px auto;
	width: 850px;
	font-size: 11px;
}



ol {
	padding-left: 30px;
}
