@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;
}
.width-1000{
	width: 1000px;
	margin: 0 auto;
}
body{
	min-width: 1000px;
}
/* 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: 30px;
	color: #000;
	vertical-align: middle;
	width: 840px;
	text-align: center;
	line-height: 25px;
	margin: 0 0 0 0px;
}
.header-text strong{
	font-size: 30px;
}
/* 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: 55;
	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: 80px;
	text-align: center;
	z-index: 888;
}
.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;
	margin-top: 80px;
}
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;
}

/* 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;
	margin: 40px 0 0;
	overflow: hidden;
}
.table-titles span{
	display: block;
	text-align: center;
	font-family: 'CB';
	font-size: 14px;
	color: #000;
	line-height: 55px;
}
.table-titles span:first-child{
	font-size: 20px;
	line-height: 44px;
	padding: 0 400px 0 20px;
}
.table-titles span > i{
	line-height: 1.2em;
	display: inline-block;
}
.table-titles span:last-child{
	padding: 0 170px 0 20px;
}
.price{
	width: 100%;
	font-family: 'CR';
	font-size: 20px;
	color: #000;
	line-height: 23px;
	background: url('../images/line.png') 50% 0 no-repeat
}
.price tr > td{
	width: 100px;
	padding: 20px 0;
	vertical-align: middle;
	height: 29px;
}
.price tr > td:first-child{
	width: 363px;
	padding: 0 20px 0 20px;
}
.price tr > td:last-child{
	width: 170px;
}
.price tr:nth-child(2n){
	background: #cee8fd;
}
/* extre-line */
.extra-line{
	width: 140px;
	height: 1065px;
	position: absolute;
	top: 0;
	margin-top: 127px;
	right: 50%;
	margin-right: -228px;
	border-radius: 9px;
	z-index: 1;
	background: rgb(57,190,240); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5YmVmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzY1Y2RlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOWJlZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(57,190,240,.8) 0%, rgba(101,205,239,.8) 50%, rgba(57,190,240,.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(57,190,240,.8)), color-stop(50%,rgba(101,205,239,.8)), color-stop(100%,rgba(57,190,240,.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(57,190,240,.8) 0%,rgba(101,205,239,.8) 50%,rgba(57,190,240,.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(57,190,240,.8) 0%,rgba(101,205,239,.8) 50%,rgba(57,190,240,.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(57,190,240,.8) 0%,rgba(101,205,239,.8) 50%,rgba(57,190,240,.8) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(57,190,240,.8) 0%,rgba(101,205,239,.8) 50%,rgba(57,190,240,.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39bef0', endColorstr='#39bef0',GradientType=1 ); /* IE6-8 */
	-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;
}
ul.extra-sm{
	height: 407px;
	right: 0;
	margin-right: 0;
	width: 180px;
	border-radius: 9px 9px 0 0;
}
ul.extra-sm > li > .extra-title{
	font-size: 20px;
	font-family: 'CB';
	line-height: 44px;
}
ul.extra-sm > li > .extra-title i{
	display: inline;
	line-height: normal;
	font-family: 'CR';
	font-size: 16px;
}
ul.extra-sm > li:first-child{
	height: 44px;
	line-height: 44px;
	padding: 0;
}
ul.extra-sm > li{
	height: 50px;
	line-height: 60px;
	padding: 10px 0 0;
}
ul.extra-sm > li > p{
	display: block;
	width: 93px;
	height: 35px;
	background: #99e4f7;
	font-size: 22px;
	margin: 0 auto;
	border-radius: 9px;
	font-family: 'CB';
	line-height: 35px;
}
.extra-title{
	display: block;
	text-align: center;
	font-family: 'CB';
	font-size: 14px;
	color: #000;
	line-height: 55px;
}
.extra-title i{
	display: inline-block;
	line-height: 1.2em;
}
.extra-line li{
	height: 68px;
	line-height: 18px;
}
.extra-line li:first-child{
	height: 62px;
	line-height: 62px;
}
.extra-price{
	right: 0;
	margin-right: 0;
	font-family: 'CB';
	font-size: 14px;
	border-radius: 9px 9px 0 0;
}
table.bg-white{
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:   none;
}

table.bg-white tr > td{
	width: 129px;
}
table.bg-white tr > td:last-child{
	width: 186px;
}
.purchase{	
	position: relative;
	z-index: 55;
	background: rgb(51,183,235); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYjdlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzYzVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzM2I3ZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(51,183,235,1) 0%, rgba(51,197,249,1) 50%, rgba(51,183,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,183,235,1)), color-stop(50%,rgba(51,197,249,1)), color-stop(100%,rgba(51,183,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b7eb', endColorstr='#33b7eb',GradientType=0 ); /* IE6-8 */
	-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);
	border-radius: 8px;
	display: block;
	width: 100%;
}
.purchase tr{
	border-radius: 8px;
	height: 50px;
	font-family: 'CR';
	font-size: 24px;
	color: #000;
	line-height: 50px;
}
.purchase td{
	width: 131px;
}
.purchase td:first-child{
	width: 496px;
	padding: 0 0 0 20px;	
}
.purchase td:last-child{
	width: 242px;
}
.purchase tr > span:first-child{
	text-transform: uppercase;
}
.purchase tr > span{
	padding: 0 75px 0 0;
}
.purchase-buttons{
	padding: 10px 0 0 464px;
}
.purchase-buttons > .red_button{
	width: 131px;
	height: 42px;
	padding: 0;
	font-size: 19px;
	line-height: 42px;
}
/* purchase-sm */
.purchase-sm{
	position: relative;
	z-index: 55;
	margin-top: -3px;
}
.purchase-sm b{
	font-family: 'CB';
}
.purchase-sm li{
	padding: 0 45px 0 20px;
	font-family: 'CR';
	font-size: 24px;
	color: #000;
	background: rgb(51,183,235); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYjdlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzYzVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzM2I3ZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(51,183,235,1) 0%, rgba(51,197,249,1) 50%, rgba(51,183,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,183,235,1)), color-stop(50%,rgba(51,197,249,1)), color-stop(100%,rgba(51,183,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,183,235,1) 0%,rgba(51,197,249,1) 50%,rgba(51,183,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b7eb', endColorstr='#33b7eb',GradientType=0 ); /* IE6-8 */
	-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);
	border-radius: 8px;
	display: block;
	height: 50px;
	line-height: 50px;
}
.purchase-sm li:nth-child(2n){
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 55px 0 25px;
}
.purchase-sm li:last-child{
	padding: 0 50px 0 25px;
}
/* smal-buttons */
.small-buttons{
	padding: 10px 15px 0 0;
}
/* price-sm */
.price-sm li{
	background: url('../images/line.png') 50% 100% no-repeat;
	padding: 20px 0;
	font-size: 20px;
	font-family: 'CR';
	color: #000;
}
/* string_b */
.string_b{
	background: url('../images/string_b.png') 50% 50% no-repeat;
	height: 101px;
	padding: 25px 0 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); }
}