@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	border: none;
}
body{
	position: relative;
	min-width: 1000px;
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	color: #fff;
}
.menu{
	width: 936px;
	height: 42px;
	margin: 0 auto;
	padding: 18px 32px;
	background: #fff;
}
.menu li{
	list-style: none;
	float: left;
	padding: 0 0 0 84px;
	color: #0a253a;
	font-weight: bold;
}
.menu li:first-child{
	padding: 0;
}
.menu a{
	text-decoration: none;
	color: #172c3e;
}
.numb{
	display: block;
	width: 40px;
	height: 20px;
	font-size: 26px;
	line-height: 20px;
	color: #0079ff;
	overflow: hidden;
}
a .numb{
	color: #bbc4c7;
}
.numb span{
	position: absolute;
	display: block;
	margin-top: 5px !!important;
	width: 40px;
	height: 20px;
	z-index: 999;
	background: url('../images/digits.png') no-repeat -40px 0px;
}
a .numb span.one{
	background-position: 0 0;
}
.numb .two{
	background-position: -40px -20px;
}
a .numb span.two{
	background-position: 0 -20px;
}
.numb .tree{
	background-position: -40px -40px;
}
a .numb span.tree{
	background-position: 0 -40px;
}
.numb .four{
	background-position: -40px -60px;
}
a .numb span.four{
	background-position: 0 -60px;
}
.numb .five{
	background-position: -40px -80px;
}
a .numb span.five{
	background-position: 0 -80px;
}
.numb .six{
	background-position: -40px -100px;
}
a .numb span.six{
	background-position: 0 -100px;
}
.wrap{
	width: 100%;
	height: 845px;
	background: #1e629a url('../images/bg.jpg') no-repeat center top;
}
.content{
	width: 962px;
	margin: 0 auto;
	padding: 55px 0 0 37px;
	text-align: right;
}
img.logo{
	float: left;
	width: 211px;
	height: 119px;
	text-align: left;
}
.text{
	width: 730px;
	float: right;
}
.text a{
	color: #fff;
}
h1{
	opacity: 0.2;
	filter:alpha(opacity=20);
	letter-spacing: -10px;
	line-height: normal;
	text-align: right;
}
p{
	width: 450px;
	margin: 10px 36px 5px auto;
	letter-spacing: 0px;
	text-align: left;
}
.sa_bold{
	font-weight: bold;
	font-size: 18px;
}
.video{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #242424;
	opacity: 0.6;
	filter:alpha(opacity=60);
	z-index: 1000;
	display: none;
	left: 0;
}
.ipad_video{
	position: absolute;
	left: -331px;
	opacity: 1;
	filter:alpha(opacity=100);
	width: 540px;
	height: 684px;
	padding: 84px 75px;
	margin: 27px 50%;
	background: url('../images/tablet_video.png') no-repeat;
	z-index: 1001;
	display: none;
	overflow: visible;
}
.close{
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	height: 21px;
	width: 22px;
	background: url('../images/close_btn.png') no-repeat;
	cursor: pointer;
	z-index: 1001;
}
.bt_close{
	display: block;
	position: absolute;
	width: 23px;
	height: 27px;
	left: 0;
	margin-left: 320px;
	bottom: 28px;
	cursor: pointer;
}
.bt_close:hover{
	background: url('../images/switch.png') no-repeat;
}
.main .ipad{
	width: 313px;
	height: 417px;
	position: absolute;
	padding: 50px 45px;
	top: 340px;
	left: 50%;
	margin-left: -470px;
	background: url('../images/tablet_portrait_front.png') no-repeat;
}
.play{
	width: 203px;
	height: 88px;
	padding: 2px 5px 5px 12px;
	margin: 161px 46px;
	margin-top: 220px !!important;
	background: url('../images/playvideobtn_block.png') no-repeat left top;
	cursor: pointer;
}
.play:hover{
	background-position: left bottom;
}
.main h1{
	font-size: 192px;
	margin-top: -42px;
	margin-bottom: 22px;
	width: 730px;
	height: 220px;
}
.capabilities{
	background: #1e629a url('../images/bg_capabilities.jpg') no-repeat center top;
}
.capabilities h1{
	font-size: 115px;
	margin-top: -15px;
	margin-bottom: 45px;
	width: 725px;
	height: 120px;
}
.cap{
	text-align: left;
	width: 450px;
	margin: 10px 36px 5px auto;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
}
.cap li{
	line-height: 30px;
	cursor: pointer;
}
.cap li span{
	border-bottom: 1px solid #fff;
}
.cap li p{
	display: none;
	width: 252px;
	height: 360px;
	position: absolute;
	top: 360px;
	left: 50%;
	margin-left: -400px;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #172c3e;
}
.cap li p span{
	font-size: 18px;
	font-weight: bold;
	border: none;
}
.use{
	background: #1e629a url('../images/bg_use.jpg') no-repeat center top;
}
.use h1{
	font-size: 115px;
	margin-right: 3px;
	margin-top: -15px;
	margin-bottom: 25px;
	width: 721px;
	height: 140px;
}
.use p{
	width: 410px;
}
.benefits{
	background: #1e629a url('../images/bg_benefits.jpg') no-repeat center top;
}
.benefits h1{
	font-size: 105px;
	margin-right: 3px;
	margin-top: -15px;
	margin-bottom: 45px;
	width: 719px;
	height: 120px;
}
.benefits p{
	font-weight: bold;
}
.benefits ul{
	width: 450px;
	margin: 10px 36px 5px auto;
	letter-spacing: 0px;
	text-align: left;
	list-style: none;
	font-style: italic;
}
.benefits ul li{
	min-height: 35px;
	margin: 3px 0;
	padding: 5px 0 5px 34px;
	background: url('../images/list_marker.png') no-repeat left 7px;
}
.exploitation{
	background: #1e629a url('../images/bg_exploitation.jpg') no-repeat center top;
}
.exploitation h1{
	font-size: 105px;
	margin-right: 3px;
	margin-top: -15px;
	margin-bottom: 45px;
	width: 723px;
	height: 120px;
}
.exploitation p{
	width: 460px;
}
.exploitation ul{
	width: 460px;
	margin: 10px 36px 5px auto;
	letter-spacing: 0px;
	text-align: left;
	list-style: none;
}
.exploitation li{
	margin-bottom: 15px;
}
.exploitation ul .num{
	display: block;
	float: left;
	width: 50px;
	font-size: 18px;
	font-weight: bold;
	margin-left: -50px;
}
.list1, .list2{
	width: 460px;
	height: 325px;
	margin: 10px 36px 5px auto;
	text-align: left;
}
.list2{
	display: none;
}

.contacts{
	background: #1e629a url('../images/bg_contacts.jpg') no-repeat center top;
}

.contacts .ipad{
	width: 542px;
	height: 422px;
	padding: 70px 90px 80px 100px;
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -366px;
	background: url('../images/tablet_landscape_front.png') no-repeat;
	overflow: hidden;
}
.contacts .content{
	z-index: 9999;
	position: relative;
	text-align: left;
}
.contacts h1{
	font-size: 156px;
	margin-right: 3px;
	margin-top: -46px;
	margin-bottom: 120px;
	width: 727px;
	height: 170px;
}
.contacts .ipad img{
	float: left;
	margin-top: 15px;
}
.contacts a{
	color: #000;
	text-decoration: none;
}
.contacts p.managers{
	margin-left: 17px;
	margin-bottom: -3px;
	width: 350px;
	line-height: 25px;
	font-style: italic;
	padding-bottom: 5px !!important;
}
.name{
	font-weight: bold;
	font-style: normal;
}
.phone, .email{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px 7px 1px 0;
	margin: 8px 7px -6px 0 !!important;
	background: url('../images/contacts.png') no-repeat left top;
}
.email{
	background: url('../images/contacts.png') no-repeat left bottom;
}
.contacts p.address{
	margin-left: 200px;
	font-weight: bold;
	font-style: italic;
	width: 320px;
	font-size: 12px;
}
.contacts .cont{
	width: 530px;
	margin: 25px 0 0;
}
.about{
	display: none;
	width: 530px;
	margin: 25px 0 0;
}
.a{
	color: #000;
	margin-top: 30px;
	margin-right: 20px;
	border-bottom: 1px solid #000;
	cursor: pointer;
	float: right;
}
.cont .a{
	margin-top: 10px;
	margin-top: 0px !!important;
}
.contacts p{
	width: 500px;
	margin: 10px 0 5px;
	color: #000;
}
.nav_list{
	width: 60px;
	margin: 15px auto 5px 428px;
	text-align: left;
}
.nav_list span span{
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: url('../images/pagenav.png') no-repeat top left;
	z-index: 99;
	margin: 0;
	margin-left: -1px;
}
.nav_list span.next span{
	background-position: bottom left;
	background-position: -10px left !!important;
	cursor: pointer;
}
.nav_list span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 3px;
	float: left;
	overflow: hidden;
	line-height: 10px;
	font-size: 12px;
	cursor: default;
}
.nav_list span.next{
}
.footer{
	height: 20px;
	width: 936px;
	margin: 0 auto;
	padding: 20px 32px;
	color: #172c3e;
	background: #fff;
}
.right{
	float: right;
	text-align: right;
}
.left{
	float: left;
	text-align: left;
}
