@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/segoeui-light.eot');
	src: local('segoe ui light'), local('segoeui-light'),
		url('fonts/segoeui-light.eot?#iefix') format('embedded-opentype'),
		url('fonts/segoeui-light.woff') format('woff'),
		url('fonts/segoeui-light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/segoeui-bolditalic.eot');
	src: local('segoe ui bold italic'), local('segoeui-bolditalic'),
		url('fonts/segoeui-bolditalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/segoeui-bolditalic.woff') format('woff'),
		url('fonts/segoeui-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/segoeui-semibold.eot');
	src: local('segoe ui semibold'), local('segoeui-semibold'),
		url('fonts/segoeui-semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/segoeui-semibold.woff') format('woff'),
		url('fonts/segoeui-semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/segoeui.eot');
	src: local('segoe ui'), local('segoeui'),
		url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),
		url('fonts/segoeui.woff') format('woff'),
		url('fonts/segoeui.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/segoeui-bold.eot');
	src: local('segoe ui bold'), local('segoeui-bold'),
		url('fonts/segoeui-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/segoeui-bold.woff') format('woff'),
		url('fonts/segoeui-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/segoeui-italic.eot');
	src: local('segoe ui italic'), local('segoeui-italic'),
		url('fonts/segoeui-italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/segoeui-italic.woff') format('woff'),
		url('fonts/segoeui-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}






body, html {
	height: 100%;
}

a {color: #333}
a:hover {color: #000}

header,
.top,
.opisanie,
.reviews,
.about,
footer {
	width: 100%;
	float: left;
}

.wrap {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.show720 {display: none}

/* HEADER */

header {
	height: 130px;
	background: #010414;
}
.logo  {float: left;}
.logo a {
	display: block;
	width: 292px;
	height: 83px;
	margin-top: 43px;
	background: url(../images/logo.png) no-repeat;
}

.menu {
	float: left;
	padding-top: 69px;
	margin-left: 60px;
}
.menu ul li {
	float: left;
	margin-right: 30px;
}
.menu ul li a {
	font: 600 17px 'Segoe UI';
	color: #1467a1;
	text-transform: uppercase;
	text-decoration: none;
}
.menu ul li a:hover {color: #0795e9}

.telefon {
	float: right;
	padding-top: 58px;
}
.telefon a {
	font: 500 28px 'Segoe UI';
	color: #fff;
	text-decoration: none;
}
.telefon a:hover {color: #0795e9;}

/* TOP */
.top {
	height: 1004px;
	background: #010414 url(../images/top.jpg) center center no-repeat;
}
.top-text {
	float: right;
	margin-top: 100px;
	text-align: right;
}
.top-text h1 {
	font: 700 63px/63px 'Segoe UI';
	color: #0b99ca;
	text-transform: uppercase;
}
.top-text h2 {
	margin-top: 15px;
	font: 700 45px 'Segoe UI';
	color: #fff;
}
.top-text h3 {
	font: 400 italic 26px/24px 'Segoe UI';
	color: #0b99ca;
}

#contactform {
	float: right;
	margin-top: 105px;
	margin-right: 35px;
}
#contactform input[type=text] {
	display: block;
	width: 357px;
	height: 13px;
	padding: 25px;
	margin-bottom: 8px;
	border: solid 2px #cecece;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	font: 500 16px 'Segoe UI';
	color: #9ac7fa;
	text-transform: uppercase;
}
#contactform input[type=submit] {
	display: block;
	width: 411px;
	height: 78px;
	padding: 0;
	margin-top: 53px;
	border: 0;
	border-radius: 5px 5px 15px 15px;
	background: url(../images/btn-fon.png) top center repeat-x;
	font: 500 25px/70px 'Segoe UI';
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align:top
}
#contactform .btn:hover {background: url(../images/btn-fon.png) bottom center repeat-x;}

/* OPISANIE */
.opisanie {
	padding: 60px 0px;
}
.opisanie h2 {
	font: 500 36px 'Segoe UI';
	color: #2774ae;
	text-align: center;
	
}
.opisanie h3 {
	font: 300 24px/28px 'Segoe UI';
	color: #686868;
	text-align: center;
	margin-top: 20px;
}

.opisanie .img-wrap {
	width: 498px;
	float: left;
	margin-top: 80px;
}
.opisanie .text-wrap {
	width: calc(100% - 500px);
	float: left;
	margin-top: 80px;
	margin-bottom: 80px;
}

.opisanie p {
	font: 300 18px/28px 'Segoe UI';
	color: #686868;
	margin-top: 20px;
}

.opisanie b {
	font-weight: bold;
}

.opisanie ul {
	margin-top: 20px;
}
.opisanie ul.big-ul {
	margin-top: 80px;
}
.opisanie ul li {
	font: 300 18px/28px 'Segoe UI';
	color: #686868;
}
.opisanie ul.big-ul li {
	font: 300 24px/30px 'Segoe UI';
	color: #686868;
}

ul.characters {
	width: 100%;
	margin-bottom: 40px;
}
ul.characters  li {
	width: 100%;
	font: 300 24px/30px 'Segoe UI';
	color: #686868;
	padding-bottom: 4px;
	border-bottom: solid 2px #0795e9;
}
ul.characters  li span {
	float: left;
	width: 498px;
	padding-left: 12px;
	color: #1467a1;
}
ul.characters  li span b {
	font-weight: 700;
}

ul.preim {
	width: 95%;
	margin: 0 auto;
	clear: both;
}
ul.preim li {
	width: calc(33% - 51px);
	float: left;
	padding-left: 51px;
	font: 500 30px 'Segoe UI';
	color: #2774ae;
}
ul.preim li:nth-child(1) {background: url(../images/1.png) left top no-repeat}
ul.preim li:nth-child(2) {background: url(../images/2.png) left top no-repeat}
ul.preim li:nth-child(3) {background: url(../images/3.png) left top no-repeat}

ul.preim li ul {
	margin-top: 14px;
}
ul.preim li ul li {
	position: relative;
	width: 100%;
	float: left;
	margin-left: 20px;
	padding-left: 0px;
	font: 400 18px/30px 'Segoe UI';
	color: #686868;
}
ul.preim li ul li:before {
	position: absolute;
	content: "–";
	top: 0;
	left: -15px;
}
ul.preim li ul li:nth-child(1),
ul.preim li ul li:nth-child(2),
ul.preim li ul li:nth-child(3) {background: none;}

.download {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border: solid 2px #0795e9;
	border-radius: 5px;
	font: 600 30px/40px 'Segoe UI';
	color: #686868;
	text-align: center;
	text-decoration: none;
}
.download:hover {
	background: #0795e9;
	color: #fff;
}



/* REVIEW */
.reviews {
	height: auto;
	padding: 40px 0px 100px 0px;
	background: url(../images/fon.jpg) center top no-repeat;
}

.video-wrap {
	width: 100%;
	float: left;
	margin: 150px 0px;
}


.review-wrap {
	position: relative;
	width: 100%;
	float: left;
}
.review-wrap h3 {
	font: 600 24px/36px 'Segoe UI';
	color: #fff;
	margin: 15px;
}

.stars {
	width: 105px;
	height: 18px;
	margin-left: 15px;
	background: url(../images/stars.png) top left no-repeat;
}
.stars05 {background-position: 0px -17px;}
.stars1 {background-position: 0px -34px;}
.stars15 {background-position: 0px -51px;}
.stars2 {background-position: 0px -68px;}
.stars25 {background-position: 0px -85px;}
.stars3 {background-position: 0px -102px;}
.stars35 {background-position: 0px -119px;}
.stars4 {background-position: 0px -136px;}
.stars45 {background-position: 0px -153px;}
.stars5 {background-position: 0px -170px;}
.review-text {
	height: 270px;
	margin: 15px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
.review-text .date {
	font: 400 12px/18px 'Segoe UI';
	color: #686868;
}
.review-text h4 {
	font: 600 18px/36px 'Segoe UI';
	color: #000;
}
.review-text p {
	font: 400 14px/18px 'Segoe UI';
	color: #000;
}




/* ABOUT */
.about {
	padding: 60px 0px;
}
.about h2 {
	font: 700 48px 'Segoe UI';
	color: #919191;
	text-align: center;
	text-transform: uppercase;
}
.about h2 b {color: #0b99ca;}

.about h3 {
	font: 600 30px 'Segoe UI';
	color: #0b99ca;
	padding-bottom: 20px;
	border-bottom: solid 2px #000;
}

.about .img-wrap {
	width: 750px;
	float: left;
	margin-top: 107px;
}
.about .text-wrap {
	width: calc(100% - 750px);
	float: left;
	margin-top: 107px;
	margin-bottom: 80px;
}

.about p {
	font: 300 18px/28px 'Segoe UI';
	color: #686868;
	margin-top: 20px;
}


/* FOOTER */
footer {
	height: 190px;
	background: #051034;
}
footer .wrap {
	width: 700px;

}

.social {
	float: left;
	width: 40%;
	padding-top: 50px;
	font: 500 24px/48px 'Segoe UI';
	color: #919191;
}
.social a {
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 13px;
	background-image: url(../images/soc.png);
	background-position-y: top;
	text-decoration: none;
}
.social a.vk {background-position-x: left;}
.social a.fb {background-position-x: center;}
.social a.inst {background-position-x: right;}
.social a:hover {
	background-position-y: bottom;
}

.contact {
	float: left;
	width: 60%;
	padding-top: 30px;
	font: 700 24px/28px 'Segoe UI';
	color: #919191;
}
.contact p {
	margin-top: 20px;
	font: 400 14px/18px 'Segoe UI';
	color: #fff;
}
.contact a {
	font: 400 14px/18px 'Segoe UI';
	color: #fff;
	text-decoration: none;
}
.contact a:hover {text-decoration: underline;}

.scrollup {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	background: rgba(255,255,255,0.8);
	border: solid 1px #0795e9;
	border-radius: 30px;
	font: 700 35px/45px 'Segoe UI';
	color: #0795e9;
	text-decoration: none;
	text-align: center;
}
.scrollup:hover {
	background: #0795e9;
	border: solid 1px #0795e9;
	color: #fff;
}

