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

.about_wrapper {}

.about_layer1 {
	background: #1b345e url('../img/bg_about.jpg') center top no-repeat fixed;
	background-size: cover;
	min-height: 670px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.about_layer1_wrapper {
	position: absolute;
	left: 0; right: 0;
	/*margin-top: 85px;*/
	overflow: hidden;
	min-height: 609px;
	z-index: 999;
}

.frame {
	/*position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;

	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;*/
}

.about_layer2 {
	background-color: #fff;
	overflow: hidden;
	min-height: 580px;
} 

.about_layer3 {
	color: #333;
	background: transparent url('../img/map.jpg') center top 175px no-repeat;
	background-size: 1305px 643px;
}

.about_layer1_wrapper {}

.about_text1 {
	background: transparent url('../img/bf_logo.png') center center no-repeat;
	margin: 0 auto;
	width: 172px;
	height: 55px;
	/*line-height: 40px;*/
	/*font-family: 'helveticaneuecyrlight';
	font-size: 3.3em;
	text-align: center;*/
	text-indent: -9999px;
}

.about_text2 {
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	font-family: 'helveticaneuecyrlight';
	font-size: 3.3em;
	text-align: center;
} 


.micro {
	display: block;
	margin: 160px auto 0;
}

.about_text3 {
	margin-top: 40px;
	line-height: 27px;
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
}

.vision_btn {
	margin: 25px auto;
	width: 245px;
	height: 72px;
	font-size: 1.5em;
	line-height: 72px;
	cursor: pointer;
}

.go_next_btn {
	margin: 5px auto;
	background: url('../img/down_arrow.svg') left top no-repeat;
	background-size: cover;
	width: 79px;
	height: 79px;
	cursor: pointer;
}

.go_next_btn:hover {
	background-position: -79px center;
}

.vision_btn i {
	background: url('../img/play.svg') left center no-repeat;
	background-size: cover;
	width: 72px;
	height: 72px;
	display: block;
	float: right;
}

.vision_btn:hover i {
	background-position: -72px center;
}

.bottom {
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.top {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.zlayer {
    position: absolute;
    display: block;
}

.prlx_cont1 {
	position: absolute;
	top: 130px;
	left: 50%;
	width: 920px;
	margin-left: -460px;
	min-height: 500px;
	/*position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-left: -920px;*/
	/*width: 1920px;*/
}

.bubles {
	margin: -50px 0 0 120px;
	width: 770px;
	z-index: 2;
}

.chip1, .chip2, .chip3, .chip4, .chip5, .chip6 {
	opacity: .1;
	z-index: 1;
}

.chip1 {
	margin-top: 100px;
	width: 91px;
	height: 91px;
	z-index: 1;
}

.chip2 {
	margin-top: 300px;
	margin-left: 90px;
	width: 82px;
	height: 82px;
	z-index: 1;
}

.chip3 {
	margin-top: 140px;
	margin-left: 200px;
	width: 92px;
	height: 92px;
	z-index: 1;
}

.chip4 {
	margin-top: 160px;
	margin-left: 580px;
	width: 82px;
	height: 82px;
	z-index: 1;
}

.chip5 {
	margin-top: 290px;
	margin-left: 680px;
	width: 92px;
	height: 92px;
	z-index: 1;
}

.chip6 {
	margin-top: 100px;
	margin-left: 800px;
	width: 91px;
	height: 91px;
	z-index: 1;
}
/*--*/

.about_layer2_wrapper {
	color: #565656;
	margin: 60px auto 40px;
	margin-top: 50px;
	width: 828px;
	overflow: hidden;
	/*min-height: 440px;*/
}

.dna_bl {
	width: 412px;
	float: left;
}

.dna_txt {
	color: #23467e;
	font-family: 'helveticaneuecyrroman';
	font-size: 2em;
	text-align: center;
}

.dna_body {
	color: #333;
	margin-top: 30px;
	line-height: 1.2em;
	font-size: 1em;
}

.dna_img {
	margin-top: 35px;
	width: 394px;
	float: right;
}

/**/

.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 99999;
}

.popup__overlay:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: ''
}

.popup {
    display: inline-block;
    position: relative;
    max-width: 80%;
    max-height: 351px;
    padding-bottom: 0;
    border: 22px solid #3c4b4a;
    background: #fff;
    vertical-align: middle;
}
/*--*/

.about_layer3 {
	height: 737px;
	overflow: hidden;
	/*margin-top: 150px;*/
}

.about_layer3_wrapper {
	margin: 60px auto 0;
	width: 960px;
	min-height: 940px;
	overflow: hidden;
}

.geo_title {
	margin-top: 91px;
	text-align: center;
	font-family: 'helveticaneuecyrmedium';
	font-size: 1em;
	letter-spacing: .6em;
} 

.geo_txt {
	margin-top: 430px;
	font-family: 'helveticaneuecyrlight';
	margin-left: 70px;
	font-size: 1.5em;
	line-height: 1.3em;
}

.micro {
	margin: 32px auto 0;
	width: 258px;
	height: 258px;
}

/* media query */
/*@media(max-width: 1740px) {
	.about_layer2_wrapper {
		margin-left: 76px;
		margin-right: 76px;
	}
}

@media(max-width: 1920px) {

	.about_text1 {
		font-size: 2.4em;
	}

	.about_text2 {
		margin-top: 10px;
		font-size: 1.5em;
	}

	.about_text3 {
		font-family: 'helveticaneuecyrlight';
		font-size: 1.2em
	}

	.vision_btn {
		margin: 25px auto;
		width: 170px;
		height: 50px;
		line-height: 50px;
		font-size: 1.1em;
	}

	.vision_btn i {
		width: 50px;
		height: 50px;
	}

	.vision_btn:hover i {
		background-position: -50px center;
	}

	.go_next_btn {
		margin: 5px auto;
		width: 55px;
		height: 55px;
	}

	.go_next_btn:hover {
		background-position: -55px center;
	}

	.about_toggle {
		right: 20px;
	}

	.about_toggle li {
		width: 7px;
		height: 7px;
	}

	.about_layer2_wrapper {
		margin-left: 76px;
		margin-right: 76px;
	}

	.dna_bl {
		width: 435px;
	}

	.dna_txt {
		font-size: 2.3em;
	}

	.dna_body {
		font-size: 1.3em;
	}

	.dna_img {
		display: block;
		width: 373px;
		height: 290px;
	}

	.geo_title {
		font-size: 1.3em;
	}

	.geo_txt {
		line-height: 1.2em;
	} 
 }*/

 /*

.go_next_btn {
	margin: 25px auto;
	background: url('../img/down_arrow.svg') left top no-repeat;
	background-size: cover;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.go_next_btn:hover {
	background-position: -80px center;
}
*/

/*@media(max-height: 850px) {*/
	.micro {
		margin: 30px auto 0;
		width: 158px;
		height: 158px;
	}

	.about_text1 {
		font-size: 2em;
	}

	.about_text2 {
		margin-top: 10px;
		font-size: 1em;
	}

	.about_text3 {
		margin-top: 15px;
		font-size: 1.1em
	}

	/**/
	.vision_btn {
		margin: 25px auto;
		width: 160px;
		height: 48px;
		line-height: 48px;
		font-size: 1em;
	}

	.vision_btn i {
		width: 48px;
		height: 48px;
	}

	.vision_btn:hover i {
		background-position: -48px center;
	}

	.go_next_btn {
		margin: 5px auto;
		width: 35px;
		height: 35px;
	}

	.go_next_btn:hover {
		background-position: -35px center;
	}
/*}*/

/*@media(max-height: 600px) {*/
	.micro {
		margin: 20px auto 0;
		width: 138px;
		height: 138px;
	}

	.about_text1 {
		font-size: 1.8em;
	}

	.about_text2 {
		margin-top: 5px;
		font-size: .9em;
	}

	.about_text3 {
		margin-top: 10px;
		font-size: 1em
	}

	.geo_txt {
		font-size: 1.2em;
	}
/*}*/

/*@media(max-height: 499px) {*/
	.micro {
		margin: 160px auto 0;
		width: 220px;
		height: 223px;
	}

	.about_text1 {
		margin-top: 45px;
		font-size: 2.1em;
	}

	.about_text2 {
		margin-top: 22px;
		font-size: 1.8em;
		font-style: italic;
	}

	.about_text3 {
		margin-top: 40px;
		font-size: 1em;
		line-height: 1.2em;
	}

/*}*/


/* what we do */

.wwd {
	border: 1px solid #fff;
	margin: 40px auto;
	width: 172px;
	height: 39px;
	font-size: 1.1em;
	text-align: center;
	line-height: 39px;
	cursor: pointer;
 }

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

 .about_layer11 {
 	color: #333;
 	background-color: #2a508e;
 	background-image: url("../img/serv_bg.jpg");
 	background-size: cover;
 	min-height: 610px;
 	overflow: hidden;
 }

 .about_layer11_wrapper {
 	margin: 60px auto 0;
 	width: 845px;
 }

  .about_layer11_wrapper .dna_txt {
  	color: #fff;
  }

 .our_list {
 	color: #fff;
 	margin-top: 50px;
 	margin-bottom: 60px;
 	overflow: hidden;
 	display: none;
 }

 .our_list .our_item {
 	width: 210px;
 	list-style: none;
 	float: left;
 	text-align: center;
 }

 .our_ico {
 	background: url('../img/our_icons.png') left top no-repeat;
 	margin: 0 auto;
 	width: 66px;
 	height: 89px;
 	display: none;
 }

 .our_can {
 	font-size: 1.3em;
 	font-family: 'helveticaneuecyrlight';
 	text-transform: uppercase;
 	display: none;
 }

 .our_can_description {
 	margin: 9px auto;
 	font-size: 1em;
 	width: 198px;
 	line-height: 1.3em;
 	text-align: left;
 }

.our_list > .our_item:nth-child(2) > .our_ico {
	background-position: -66px top;
	width: 52px;
}

.our_list > .our_item:nth-child(3) > .our_ico {
	background-position: -118px top;
	width: 52px;
}

.our_list > .our_item:nth-child(4) > .our_ico {
	background-position: -171px top;
	width: 53px;
}

/**/
.wwd_wrapper  {
	margin-top: 20px;
	text-align: center;
}

.wwd_wrapper > p {
	color: #fff;
	font-family: 'helveticaneuecyrlight';
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}

.geo_substr {
	color: #666;
	margin-top: 25px; 
	font-family: 'helveticaneuecyrlight';
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
}

/* Our mission */

.about_layer_mission {
	background-color: #f5f5f5;
	min-height: 465px;
	overflow: hidden;
}

.about_layer_mission_wr {
	width: 825px;
	margin: 0 auto;
}

.mission_note {
	color: #666;
	margin-top: 10px;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.2em;
}

.mi_list_title {
	color: #333;
	margin-top: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.mission_list {
	margin: 30px auto;
	overflow: hidden;
	width: 624px;
}

.mission_item {
	margin-left: 36px;
	width: 184px;
	float: left;
	list-style: none;
}

.mission_item:first-child {
	margin-left: 0;
}

.mission_desc {
	color: #333;
	margin-top: 30px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.mission_photo {
	margin: 0 auto;
	background: url("../img/mission.png") left top no-repeat;
	width: 179px;
	height: 138px;
}

.mi_btc {
	background-position: -179px top;
}

.mi_air {
	background-position: -358px top;
}

.mi_serv {
	background-position: -537px top;
}

/**/

.dna_body_big {
	color: #666;
	padding-bottom: 25px;
	font-family: 'helveticaneuecyrlight';
	font-size: 1.4em;
	line-height: 1.2em;
}

.dna_body_big p {
	margin-bottom: 20px;
}

/* Clients */

.about_layer_cli {
	overflow: hidden;
}

.about_layer_cli_wr {
	margin: 60px auto;
	width: 840px;
}

.cli_b_title {
	color: #666;
	margin-top: 10px;
	font-family: 'helveticaneuecyrlight';
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: center;
}

.cli_l_title {
	color: #333;
	margin-top: 33px;
	line-height: 1.2em;
}

.cli_clients {
	background: url("/img/cli.jpg") center center no-repeat;
	margin-top: 40px;
	width: 843px;
	height: 113px;
}

/* Responses */

.about_layer_res {
	background-color: #f5f5f5;
	min-height: 495px;
	overflow: hidden;
}

.about_layer_res_wr {
	margin: 50px auto;
	width: 900px;
}

.res_title {
	color: #666;
	font-family: 'helveticaneuecyrmedium';
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.res_list_fr {
	min-height: 235px;
	overflow: hidden;
}

.res_fr {
	margin-top: 40px;
	height: 250px;
	list-style: none;
	display: none;
}

.res_body {
	color: #333;
	font-family: 'helveticaneuecyrlight';
	font-size: 1.3em;
	line-height: 1.5em;
	float: left;
}

.res_body p {
	display: inline;
}

.res_body:before {
	background: url("../img/our_icons.png") -225px top no-repeat;
	content: '';
	margin-right: 10px;
	float: left;
	display: block;
	width: 47px;
	height: 30px;
}

.res_body:after {
	background: url("../img/our_icons.png") -272px top no-repeat;
	content: '';
	margin-top: -6px;
	display: inline-block;
	width: 47px;
	height: 29px;
	position: relative;
	top: 13px;
}

.res_name {
	color: #333;
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.res_stat {
	color: #666;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}

.res_toggle_list {
	margin-top: 40px;
	overflow: hidden;
	text-align: center;
} 

.res_toggle_list li {
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-left: 15px;
	width: 18px;
	height: 18px;
	list-style: none;
	display: inline-block;
	cursor: pointer;
}

.res_toggle_list li:first-child {
	margin-left: 0;
}

.res_active {
	background-color: #ccc;
}

.res_toggle_list li:hover {
	background-color: #ccc; 

	-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;
}


