@font-face {
	font-family: 'CR';
	src: url('../fonts/calibri.eot');
	src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/calibri.woff') format('woff'),
		 url('../fonts/calibri.ttf') format('truetype'),
		 url('../fonts/calibri.svg#CR') format('svg');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'CB';
	src: url('../fonts/calibrib.eot');
	src: url('../fonts/calibrib.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/calibrib.woff') format('woff'),
		 url('../fonts/calibrib.ttf') format('truetype'),
		 url('../fonts/calibrib.svg#CB') format('svg');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'CL';
	src: url('../fonts/сalibril.eot');
	src: url('../fonts/сalibril.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/сalibril.woff') format('woff'),
		 url('../fonts/сalibril.ttf') format('truetype'),
		 url('../fonts/сalibril.svg#CL') format('svg');
	font-style: normal;
	font-weight: normal;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.width{
	width: 988px;
	margin: 0 auto;
}
body{
	min-width: 988px;
}
/* header */
header{
	background: url('../images/string.jpg') 50% 50% no-repeat;
	height: 103px;
}
.logo{
	display: inline-block;
	padding: 10px 0 0 5px;
	vertical-align: middle;
}
.header-text{
	display: inline-block;
	font-family: 'CR';
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	width: 840px;
	text-align: center;
	line-height: 25px;
	margin: 0 0 0 20px;
}
.header-text strong{
	font-size: 23px;
}
/* sale-bl */
.sale-bl{
	background: url('../images/section1.jpg') 50% 50% no-repeat;
	height: 617px;
}
.sale-bl h3{
	position: relative;
	z-index: 55;
	font-family: 'CB';
	font-size: 60px;
	color: #f11119;
	text-align: center;
	padding: 5px 0 0;
}
.presents-bl{
	background: url('../images/presents.png') 50% 50% no-repeat;
	width: 1002px;
	min-height: 542px;
	margin: 0 auto;
	position: relative;
	margin-top: -50px;
}
.percents{
	z-index: 555;
	position: relative;
}
.percents span{
	display: block;
	position: absolute;
	font-family: 'CB';
	font-size: 41px;
	color: #fff;
	left: 50%;
	top: 50%;
}
span.per-1{
	-moz-transform:rotate(-12deg);
	-webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	font-size: 60px;
	margin-top: 207px;
	margin-left: -153px;
}
span.per-2{
	-moz-transform:rotate(12deg);
	-webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	margin-top: 123px;
	margin-left: -75px;
}
span.per-3{
	margin-top: 200px;
	margin-left: 10px;
}
span.per-3:after{
	content: '';
	display: block;
	position: absolute;
	width: 131px;
	height: 41px;
	right: -96px;
	z-index: 55;
	top: 11px;
	background: url('../images/oval.png') 50% 50% no-repeat;
}
/* таймер */
.timer-wrapper{
	position: absolute;
	width: 525px;
	height: 160px;
	background: #f3f1f1;
	left: 50%;
	margin-left: -262px;
	margin-top: 252px;
	text-align: center;
	z-index: 999;
}
.timer-wrapper h3{
	font-family: 'CR';
	font-size: 24px;
	color: #017fa7;
	padding: 20px 0 10px;
}
.time-wrap{
	position: relative;
	margin-top: -15px;
}
.time-wrap > span{
	position: absolute;
	display: block;
	font-family: "CL";
	font-size: 11px;
	color: #161616;
	text-transform: uppercase;
	bottom: 0;
}
.time-wrap > span.d{margin-left: 88px;}
.time-wrap > span.h{margin-left: 194px;}
.time-wrap > span.m{margin-left: 299px;}
.time-wrap > span.s{margin-left: 406px;}

.countdownHolder{
	display: inline-block;
	font-size: 50px;
	text-align:center;
	letter-spacing:-6px;
}
.position{
	display: inline-block;	
	height: 94px;
	overflow: hidden;
	position: relative;
	width: 23px;
	line-height: 94px;
	text-shadow: 1px 1px 0 #000;
}
.digit{
	font-family: 'CB';
	position:absolute;
	display:block;
	text-align:center;
	color: #fff;
	font-size: 48px;
	letter-spacing:-1px;
}
.digit.static{}
.countDays{   }
.countDiv0{  display: none!important;}
.countHours{}
.countDiv1{ display: none!important;}
.countMinutes{}
.countDiv2{ display: none!important;}
.countSeconds{}
.countDays,
.countHours,
.countMinutes,
.countSeconds{
	background: url("../images/timer-bg.png") 50% 50% no-repeat;
	width: 87px;
	height: 94px;
	display: inline-block;
	margin: 0 10px;
}

.countDiv{
	display:inline-block;
	width:5px;
	height:35px;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:2px;
	height:2px;
	background-color:#000;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}
/* таймер конец */
/* action-wrapper */
.action-wrapper{
	position: absolute;
	height: 110px;
	width: 1000px;
	background: #f3f1f1;
	bottom: 0;
	left: 0;
	color: #017fa7;
	font-family: 'CR';
	font-size: 33px;
	text-align: center;
	padding: 20px 0 0;
}
.action-wrapper strong{
	font-size: 51px;
}
/* string */
.string{
	background: url('../images/string.jpg') 50% 50% no-repeat;
	height: 83px;
	padding: 20px 0 0;
	text-align: center;
}
.red_button{
	display: inline-block;
	background: #f42625;
	border-radius: 9px;
	padding: 0 25px;
	height: 69px;
	text-align: center;
	line-height: 69px;
	font-family: 'CR';
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: 
	inset 3px 3px 15px 0px rgba(255, 249, 249, 0.5),
	inset -4px -4px 20px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    
	inset 3px 3px 15px 0px rgba(255, 249, 249, 0.5),
	inset -4px -4px 20px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         
	inset 3px 3px 15px 0px rgba(255, 249, 249, 0.5),
	inset -4px -4px 20px 0px rgba(50, 50, 50, 0.5);
	-webkit-transition: All 0.1s ease-in;
	-moz-transition: All 0.1s ease-in;
	-o-transition: All 0.1s ease-in;
	-ms-transition: All 0.1s ease-in;
	transition: All 0.1s ease-in;
}
.red_button:hover{	
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         inset 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
}
/* table-manager */
.manager-section{
	background: url('../images/section2.jpg') 50% 50% repeat-y;
	padding: 0 0 35px;
}
h3{
	font-family: 'CR';
	font-size: 36px;
	color: #e84746;
	text-align: center;
	padding: 40px 0 0;
}
.manager-list{
	font-size: 0;
	text-align: center;
	margin: 40px 0 0;
}
.manager-list li{
	display: inline-block;
	width: 232px;
	vertical-align: top;
	font-family: 'CR';
	font-size: 24px;
	color: #004f63;
	text-align: center;
}
.photo-wrap{
	display: block;
}
.manager-list:after{
	content: '';
	background: url('../images/blue_arrow.png') 50% 50% no-repeat;
	display: block;
	width: 415px;
	height: 105px;
	margin: 20px auto 0;
}
/* table */
.table-wrap{
	position: relative;
}
.table-wrap h3{
	font-family: 'CR';
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}
.table-wrap h3 > i{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.table-titles{
	border-radius: 5px;
	background: url('../images/table-pattern.jpg') 50% 50% repeat-x;
	height: 44px;
	padding: 0 215px 0 10px;
	margin: 40px 0 0;
}
.table-titles span{
	font-family: 'CB';
	font-size: 20px;
	color: #000;
	line-height: 44px;
}
.table-titles span > i{
	font-family: 'CR';
	font-size: 16px;
}
.price{
	width: 100%;
	font-family: 'CR';
	font-size: 20px;
	color: #000;
}
.price li{
	background: url('../images/line.png') 50% 100% no-repeat;
	padding: 0 0 0 15px;
}
.price li:nth-child(2n){
	background: rgb(244,251,254); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZmJmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWVmZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(244,251,254,1) 0%, rgba(206,239,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,251,254,1)), color-stop(100%,rgba(206,239,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(244,251,254,1) 0%,rgba(206,239,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(244,251,254,1) 0%,rgba(206,239,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(244,251,254,1) 0%,rgba(206,239,252,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(244,251,254,1) 0%,rgba(206,239,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fbfe', endColorstr='#ceeffc',GradientType=1 ); /* IE6-8 */
}
.price li span{	
	width: 66%;
	padding: 14px 0;
}
.price li > span:nth-child(2n){
	width: 34%;
}
.lh{
	line-height: 45px;
}
/* action-table */
.action-table{
	background: rgba(69, 199, 245, .9);
	width: 180px;
	height: 345px;
	position: absolute;
	top: 50%;
	margin-top: -110px;
	right: 0;
	border-radius: 9px;
	z-index: 1;
	-webkit-box-shadow: inset -1px -1px 15px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    inset -1px -1px 15px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         inset -1px -1px 15px 0px rgba(50, 50, 50, 0.6);
	text-align: center;
}
.action-table span{	
	display: block;
}
.action-table:before{
	content: "";
	opacity: .5;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('data:image/png;base64,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');
}
.action-table li{
	display: block;
	margin: 0 0 13px;
}
.action-table li:first-child{
	margin: 0;
}
.action-title{
	font-family: 'CB';
	font-size: 20px;
	color: #000;
	line-height: 55px;
}
.action-title i{
	font-family: 'CR';
	font-size: 16px;
}
.action-table p{
	display: block;
	margin: 0 auto;
	width: 93px;
	height: 35px;
	background: #97e3f8;
	border-radius: 8px;
	font-family: 'CB';
	font-size: 22px;
	color: #000;
	line-height: 35px;
}
/* string_b */
.string_b{
	background: url('../images/string_b.png') 50% 50% no-repeat;
	height: 101px;
	padding: 25px 0 0;
}
/* table-2 */
.h-630{
	height: 630px;
	margin-top: -250px;
}
.h-630 li{
	margin: 0 0 28px 0;
}
.h-630 li:first-child {
	margin: 0 0 20px;
}
/* table-3 */
.h-450{
	height: 615px;
	margin-top: -245px;
}
.h-450 li{
	margin: 0 0 35px 0;
}
.h-450 li:first-child {
	margin: 0;
}
/* table-4 */
.h-480{
	height: 480px;
	margin-top: -173px;
}
.h-480 li{
	margin: 0 0 35px 0;
}
.h-480 li:first-child {
	margin: 0;
}
/* question-block */
.question-block{
	position: relative;
	margin-top: -17px;
	background: url('../images/section3.png') 50% 0 no-repeat;
	min-height: 400px;
}
.questions-wrap{
	position: relative;
	background: url('../images/questions.png') 50% 50% no-repeat;
	width: 851px;
	height: 573px;
	margin: 0 auto;
}
.question-block > .width > .questions-wrap > .timer-wrapper{
	width: 465px;
	height: 179px;
	margin-left: -189px;
	background: rgba(109, 207, 246, .2);
	margin-top: -3px;
}
.questions{
	position: absolute;
	display: block;
	width: 250px;
	height: 120px;
	bottom: 45px;
	left: 50%;
	margin-left: -86px;
	text-align: center;
	font-family: 'CB';
	font-size: 18px;
	color: #000;
	line-height: 35px;
}
.questions h3{
	font-family: 'CR';
	font-size: 30px;
	color: #e84746;
}
.questions b{
	font-family: 'CR';
	font-size: 37px;
	color: #006097;
}
.question-block > .width > .questions-wrap > .timer-wrapper > .time-wrap > span.d{margin-left: 58px;}
.question-block > .width > .questions-wrap > .timer-wrapper > .time-wrap > span.h{margin-left: 164px;}
.question-block > .width > .questions-wrap > .timer-wrapper > .time-wrap > span.m{margin-left: 269px;}
.question-block > .width > .questions-wrap > .timer-wrapper > .time-wrap > span.s{margin-left: 376px;}
/* footer */
footer{
	background: url('../images/string.jpg') 50% 50% no-repeat;
	height: 89px;
}
.footer-text{
	font-family: 'CB';
	font-size: 20px;
	color: #013f62;
	padding: 10px 0 0 10px;
}
.footer-text span{
	display: block;
	line-height: 24px;
}
.footer-links{
	padding: 15px 0 0;
}
.footer-links span{
	display: block;
	text-align: right;
	line-height: 21px;
}
.footer-links a{
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #152b48;
	color: #152b48;
	font-family: 'CR';
	font-size: 18px;
}
.footer-links a:hover{
	border-bottom: 1px solid transparent;
}
#blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}