/* сброс стилей */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	outline: none;
}
/* общие стили */
body {
	font-size: 14px;
	background: #2c6087;
}
body.start {
	background: #57a5e0 url(../images/bg-start.jpg) center top no-repeat;
}
h2 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 26px;
  text-align: center;
  text-shadow: 0 1px 0 #4188bc;
  width: 100%;	
}
p.text {
  color: white;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  padding-top: 26px;
  text-align: center;
  width: 100%;
  padding-top: 0;
}
input[type=text] {
	background-color: white;
	height: 43px;
	line-height: 1;
	color: #838a94;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	border: 1px solid #d4d7d5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type=submit], a.btn {
	display: block;
	cursor: pointer;
	background: #f0c602;
	background: -moz-linear-gradient(top,  #f0c602 0%, #ee9803 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0c602), color-stop(100%,#ee9803));
	background: -webkit-linear-gradient(top,  #f0c602 0%,#ee9803 100%);
	background: -o-linear-gradient(top,  #f0c602 0%,#ee9803 100%);
	background: -ms-linear-gradient(top,  #f0c602 0%,#ee9803 100%);
	background: linear-gradient(to bottom,  #f0c602 0%,#ee9803 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c602', endColorstr='#ee9803',GradientType=0 );	

	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	padding: 20px 10px;
	width: 600px;
	text-shadow: 0 1px 0 #c18502;
	-webkit-box-shadow:inset 0 2px 0 0 #fedd4d;
	box-shadow:inset 0 2px 0 0 #fedd4d;
	text-align: center;
	text-decoration: none;	
	margin: auto;
}

input[type=submit] {
	line-height: 1px;
}

a.btn:hover {
	background: #fdcf03; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdcf03 0%, #fca104 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdcf03), color-stop(100%,#fca104)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdcf03 0%,#fca104 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdcf03 0%,#fca104 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdcf03 0%,#fca104 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdcf03 0%,#fca104 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcf03', endColorstr='#fca104',GradientType=0 ); /* IE6-9 */
}
a.btn:active {
	background: #ef9903; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef9903 0%, #f0c402 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef9903), color-stop(100%,#f0c402)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef9903 0%,#f0c402 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef9903 0%,#f0c402 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef9903 0%,#f0c402 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef9903 0%,#f0c402 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9903', endColorstr='#f0c402',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 -2px 0 0 #fedd4d;
}

.wrap {
	width: 959px;
	margin: 0 auto;
	position: relative;
}
#title2 {
	height: 149px;
	background: #225073 url(../images/bg-point.png) repeat;
	padding: 19px 0;
	-webkit-box-shadow: 0 0 5px 1px rgba(13,42,65,0.67);
	box-shadow: 0 0 5px 1px rgba(13,42,65,0.67);
	position: relative;
}
.corner_brd {
	width: 959px;
	height: 105px;
	position: relative;
}
#title2 .corner_brd {
	width: 959px;
	height: 148px;
	position: relative;
}
#title2 p {
	font-size: 16px;
	font-weight: 600;
	color: white;
	position: relative;
	top: -6px;
	left: 40px;	
	width: 900px;
}
#title2 p span {
	color: #fdd11f;
}
.corner_brd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border: 4px solid #96b0c3;
	border-bottom: 0;
	border-right: 0;
}
.corner_brd:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border: 4px solid #96b0c3;
	border-top: 0;
	border-left: 0;	
}
#title2 h1 {
	font-size: 54px;
	color: white;
	text-align: center;
	font-weight: 600;
	line-height: 54px;
}
#title2 h2 {
	font-size: 41px;
	font-weight: normal;
	color: white;
	text-align: center;
	margin-top: 4px;
}
#title2 h2 span {
	font-weight: 700;
	color: #fdd11f;
}
.num_block {
	width: 42px;
	height: 74px;
	position: relative;
	background-color: #2f3943;
	font-weight: bold;
	font-size: 49px;
	line-height: 74px;
	text-align: center;
	color: white;
}
.num_block span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 49px;
	line-height: 74px;
	text-align: center;
	color: white;	
	z-index: 110;
}
.num_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: -4px;
	width: 50px;
	height: 36px;
	background-color: #3b454f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.num_block:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 50px;
	height: 36px;
	background-color: #3b454f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#start {
	height: 84px;
	background: #2c6087 url(../images/bg-point.png) repeat;
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	color: white;
	line-height: 84px;
}
#start img {
	width: 45px;
	height: 43px;
	margin-right: 15px;
	position: relative;
	top: 10px;
}
#start span {
	font-size: 35px;
	font-weight: bold;
}
#commit {
	height: 58px;
	background: #2c6087 url(../images/bg-point.png) repeat;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: white;
	line-height: 36px;
	padding-top: 17px;
}
#notebook {
	width: 952px;
	height: 521px;
	margin: 0 auto;
	margin-top: 40px;
	background: url(../images/cnt-notebook2.png) center top no-repeat;
	margin-bottom: 30px;
	position: relative;
	
}
#notebook3 {
	width: 952px;
	height: 521px;
	margin: 0 auto;
	margin-top: 40px;
	background: url(../images/cnt-notebook3.png) center top no-repeat;
	margin-bottom: 30px;
	position: relative;
	
}
.sms {
	float: left;
	width: 613px;
	height: 95px;
	background-color: #e76263;
	margin-top: 38px;
	margin-left: 173px;
}
.sms img {
	float: left;
	width: 53px;
	height: 76px;
	margin-top: 11px;
	margin-left: 30px;
}
.sms p {
	width: 263px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 22px;
	margin-top: 16px;
}
.sms input[type=text] {
	width: 238px;
	height: 27px;
	text-align: center;
	color: #959595;
	font-style: normal;
	font-size: 14px;
	float: left;
	border: 0;
	-webkit-box-shadow:inset 0 1px 0 0 #d55253, 0 1px 0 0 #fe8081;
	box-shadow:inset 0 1px 0 0 #d55253, 0 1px 0 0 #fe8081;
	margin-top: 10px;
}
.sms input[type=submit] {
	float: left;
	margin-top: 7px;
	width: 238px;
	height: 40px;
	font-size: 22px;	
}
.sms .input_area p {
	font-size: 14px;
	font-weight: normal;
}
.sms .input_area p a {
	color: white;
}
.tostart {
	float: left;
	clear: left;
	margin-left: 173px;
	width: 613px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #414449;
	padding-top: 13px;
}
.tostart .num_block {
	width: 52px;
	height: 94px;
	position: relative;
	background-color: #2f3943;
	font-weight: bold;
	font-size: 74px;
	line-height: 94px;
	text-align: center;
	color: white;
	float: left;
	margin-right: 14px;
}
.tostart .numbers {
	margin-top: 10px;
	margin-left: 20px;
}
.tostart .numbers span {
	display: block;
	float: left;
	font-size: 55px;
	line-height: 94px;
	color: #9da2a7;
	font-weight: bold;
	text-align: center;
	width: 12px;
	overflow: hidden;
	margin-left: -4px;
	margin-right: 11px;
	margin-top: -5px;
}
.tostart .num_block span {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	font-weight: bold;
	font-size: 74px;
	line-height: 94px;
	text-align: center;
	color: white;	
	z-index: 110;
	margin: 0;
	padding-left: 5px;
	letter-spacing: 25px;
}
.tostart .num_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: -4px;
	width: 60px;
	height: 46px;
	background-color: #3b454f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tostart .num_block:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 60px;
	height: 46px;
	background-color: #3b454f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.tostart .numbers p {
	float: left;
	width: 126px;
	margin-right: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	text-transform: uppercase;
}
.tostart .numbers p:last-child {
	margin-right: 0;
}
.tostart p {
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 8px;
	float: left;
	width: 613px;
}
.social-blue {
	float: left;
	clear: left;
	margin-left: 173px;
	width: 613px;
	margin-top: 20px;
	height: 51px;	
	background: #225073 url(../images/bg-point.png) repeat;
}
.social-blue a {
	padding: 0 !important;
}
.social-blue > span {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: white;
	margin-left: 36px;
	margin-top:12px;
}
.social-blue img {
	width: 28px;
	height: 28px;
	margin-left: 12px;
	float: left;
	margin-top: 12px;
}
.social-blue .counter {
	float: left !important;
	width: 56px !important;
	height: 32px !important;
	margin-left: 13px !important;
	margin-top: 10px !important;
	background: url(../images/ico-social-count.png) top left no-repeat !important;
	text-align: center !important;
	color: #56809f !important;
	font-weight: 600 !important;
	line-height: 32px !important;
	padding-left: 6px !important;
}
.social-blue .counter a {
	color: #56809f;
}
#what {
	/*height: 745px;*/
	background: url(../images/bg-social.jpg) top left no-repeat;
	background-size: cover;	
}
#what h1 {
	color: #e76263;
	font-size: 30px;
	font-weight: bold;
	line-height: 85px;
	text-align: center;
}
#what .ico {
	float: left;
	clear: left;
	width: 90px;
	height: 90px;
	margin-right: 18px;
	margin-bottom: 20px;
}
#what .ico img {
	width: 90px;
	height: 90px;
}
#what .text {
	float: left;
	width: 850px;
	font-size: 18px;
	font-weight: 600;
	color: #414449;
	line-height: 24px;
	margin-top: 21px;
}
#what .text span {
	font-weight: bold;
	color: #e76263;
}
#what .text a {
	color: #414449;
	padding: 0;
}
#what .text p {
	float: left;
	line-height: 45px;
}
#what .text a img {
	float: left;
	width: 45px;
	height: 45px;
	margin-left: 15px;
}
#what .text .counter {
	float: left;
	width: 56px;
	height: 32px;
	margin-left: 20px;
	margin-top: 7px;
	background: url(../images/ico-social-count.png) top left no-repeat;
	text-align: center;
	color: #56809f;
	font-weight: 600;
	line-height: 32px;
	padding-left: 6px;
}
#what .text .counter a {
	color: #56809f;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif !important;
}
#what #notebook {
	margin-top: 345px;
}
#what #notebook .sms {
	padding: 7px 0;
}
#what #notebook .tostart {
	padding-top: 58px;
}
/* retina фоны */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	body.start {
		background: #57a5e0 url(../images/bg-start@2x.jpg) center top no-repeat;
		background-size: 1900px 1272px;
	}
	#title2 {
		background: #225073 url(../images/bg-point@2x.png);
		background-size: 6px 6px;
	}	
	.social-blue .counter {
		background: url(../images/ico-social-count@2x.png) top left no-repeat;
		background-size: 62px 32px;
	}
	#what {
		background: url(../images/bg-social@2x.jpg) top left no-repeat;
		background-size: auto;	
	}
	#what .text .counter {
		background: url(../images/ico-social-count@2x.png) top left no-repeat;
		background-size: 62px 32px;
	}
	#notebook {
		background: url(../images/cnt-notebook2@2x.png) center top no-repeat;
		background-size: 954px 515px;
	}
}

#hidden, #hidden2 {
	position: absolute;
	left: 174px;
	top: 36px;
}

hr {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

height: 1px;
margin: 20px 0;
	
}

#register3 {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

#register3 p.upprice {
	background: #e76263 none repeat scroll 0 0;
	display: inline;
	font-size: 24px;
	padding: 0 10px;
	float: left;
	font-weight: 600;
	margin: 25px 0 0 35px;
}

#register3 .timer {
	width: 358px;
	overflow: hidden;
}

#register3 .win .to_start {
	margin: auto;
	width: 780px;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
#register3 .win p.time {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: auto;
	margin-right: 10px;
}
#register3 .win p.time span {
	display: inline;
	font-size: 24px;
	background: #e76263;
	padding: 0 10px;
}

#register3 .win .timer {
	width: 480px;
	margin: auto;
	display: block;
	float: left;
}
#register3 .timer .numbers {
	margin-top: 10px;
	margin-left: 20px;
}
#register3 .timer .numbers span {
	display: block;
	float: left;
	font-size: 35px;
	line-height: 64px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 12px;
	overflow: hidden;
	margin-left: -4px;
	margin-right: 11px;
	margin-top: -5px;
}
#register3 .timer .digit {
	width: 36px;
	height: 65px;
	position: relative;
	background-color: #2f3943;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: white;
	float: left;
	margin-right: 14px;
}
#register3 .timer .digit span {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: white;	
	z-index: 110;
	margin: 0;
	padding-left: 3px;
	letter-spacing: 21px;
}
#register3 .timer .digit:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 46px;
	height: 32px;
	background-color: #3b454f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#register3 .timer .digit:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 46px;
	height: 32px;
	background-color: #3b454f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#register3 .timer .numbers p {
	float: left;
	width: 87px;
	margin-right: 32px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	text-transform: uppercase;
	text-align: center;
}
#register3 .timer .numbers p:last-child {
	margin-right: 0;
}
#register3 .timer p {
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 8px;
	float: left;
	width: 613px;
}
#register3 .win .form_register input[type=submit] {
	float: left;
	width: 253px;
	margin-left: 20px;
	height: 45px;
	font-size: 23px;
	line-height: 45px;
}

#register3 .win .count {
	float: left;
	background-color: #2c6087;
	border-top: 1px solid #28597e;
	height: 121px;
	width: 516px;
}
#register3 .win .count p {
	float: left;
	width: 290px;
	color: white;
	font-weight: bold;
	font-size: 23px;
	line-height: 29px;
	margin-left: 3px;
	padding-top: 13px;
	text-align: center;
}
#register3 .win .count p span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-top: -3px;
}
#register3 .win .count .numbers {
	float: left;
	margin-top: 22px;
}
#register3 .win .count .numbers .num_block {
	float: left;
	margin-right: 13px;
}