/* FONT */
@font-face {
    font-family: 'Helv-5-Normal';
    src: url('../font/Helv-5-Normal.eot?') format('eot'), 
         url('../font/Helv-5-Normal.woff') format('woff'), 
         url('../font/Helv-5-Normal.ttf')  format('truetype'),
         url('../font/Helv-5-Normal.svg#Helv-5-Normal') format('svg');
}
@font-face {
    font-family: 'Helv-4-Light';
    src: url('../font/Helv-4-Light.eot?') format('eot'), 
         url('../font/Helv-4-Light.woff') format('woff'), 
         url('../font/Helv-4-Light.ttf')  format('truetype'),
         url('../font/Helv-4-Light.svg#Helv-4-Light') format('svg');
}
@font-face {
    font-family: 'Helv-6-Medium';
    src: url('../font/Helv-6-Medium.eot?') format('eot'), 
         url('../font/Helv-6-Medium.woff') format('woff'), 
         url('../font/Helv-6-Medium.ttf')  format('truetype'),
         url('../font/Helv-6-Medium.svg#Helv-6-Medium') format('svg');
}
@font-face {
    font-family: 'PFDinTextCompPro-Light';
    src: url('../font/PFDinTextCompPro-Light.eot?') format('eot'), 
         url('../font/PFDinTextCompPro-Light.woff') format('woff'), 
         url('../font/PFDinTextCompPro-Light.ttf')  format('truetype'),
         url('../font/PFDinTextCompPro-Light.svg#PFDinTextCompPro-Light') format('svg');
}
html {
    width: 100%;
	height: 100%;
}
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	min-width: 1024px;
}
/* ------------- */
.topline .inner, .contact_wrap .contact, .box1 .inner, .box2, .box3 .inner, .box4 .inner, .box5 .inner, .box6, .box7 .inner, .box8 .inner, .box9 .inner, .box10 .inner, .box11 .inner {
	width: 1000px;
	margin: 0 auto;
}
.address {
	padding: 0 0 0 27px;
	background: url('../img/address_bg.jpg') no-repeat;
	font-size: 16px;	
}
.address p:first-child {
	font-size: 14px;
}
.address a {
	color: #0c62c9;
	border-bottom: 1px dotted #0c62c9;	
	text-decoration: none;
}
.address a:hover {
	border-bottom: none;
}
.clr {
	clear: both;	
}
.phone {
	background: url('../img/phone_icon.jpg') no-repeat center left;
	padding: 0 0 0 30px;
	font-family: Tahoma;
	font-weight: 100;
	font-size: 16px;
	line-height: 22px;
}
.phone p:first-child {
	font-size: 20px;
	font-family: Tahoma;
}
button.custom {
	width: 170px;
	height: 40px;
	border-radius: 5px;	
	font-family: Tahoma;
	background: #0f7ad6; /* Old browsers */
	background: -moz-linear-gradient(top, #1296fe, #0c60b2); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#1296fe), color-stop(#0c60b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1296fe, #0c60b2); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1296fe, #0c60b2); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1296fe, #0c60b2); /* IE10+ */
	background: linear-gradient(to bottom, #1296fe, #0c60b2); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1296fe', endColorstr='#0c60b2',GradientType=0 ); /* IE6-9 */
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
h1, h2 {
	font-family: 'PFDinTextCompPro-Light';
	text-align: center;
	font-size: 40px;
}
h2 {
	background: url('../img/h2_bg.jpg') no-repeat left center, url('../img/h2_bg.jpg') no-repeat right center;
	padding: 0 50px;
	display: inline-block;
}
.for_h2 {
	text-align: center;	
}
form.order {
	width: 230px;
	background: RGBA(5, 6, 7, .9);
	padding: 25px 30px 25px;
	border-radius: 5px;
}
form.order p {
	font-size: 24px;
	color: #fff;	
	font-family: 'PFDinTextCompPro-Light';
}
form.order label {
	font-family: 'Helv-4-Light';
	color: #fff;
	margin: 10px 0 0;
	display: block;
}
form.order p:first-child {
	font-size: 40px;	
}
form.order input {
	width: 220px;
	background: #fff;
	height: 35px;
	padding: 0 0 0 10px;
	font-family: Tahoma;
	font-weight: 100;
	margin: 15px 0 0;
}
form.order input[name="name"] {
	margin: 20px 0 0;	
}
form.order input[type="submit"], button.podr {
	width: 175px;
	padding: 0;
	height: 40px;
	background: #0f7ad6; /* Old browsers */
	background: -moz-linear-gradient(top, #f8c83d, #f8b701); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#f8c83d), color-stop(#f8b701)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8c83d, #f8b701); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8c83d, #f8b701); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8c83d, #f8b701); /* IE10+ */
	background: linear-gradient(to bottom, #f8c83d, #f8b701); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c83d', endColorstr='#f8b701',GradientType=0 ); /* IE6-9 */	
	font-size: 18px;
	font-family: Tahoma;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0 0;
}
h2 {
		
}
.topline, .contact_wrap, .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .map, .box11 {
	min-width: 1190px;	
}
/* HEADER */
.topline {
	font-family: Tahoma;
	font-weight: 100;
	height: 40px;
	background: #2c2d2d;	
}
.topline .inner {
	line-height: 40px;
	color: #fff;
}
.topline .inner a.soc_icon {
	padding: 4px 0 0;	
}
.topline .inner p {
	margin: 0 0 0 12px;
	padding: 0 0 2px 0;
}
.topline .inner p, .topline .inner a.soc_icon {
	display: inline-block;
	vertical-align: middle;
}
.topline .inner ul.menu {
	float: right;	
}
.topline .inner ul.menu li {
	display: inline-block;
	margin: 0 40px 0 0;	
}
.topline .inner ul.menu li a {
	color: inherit;	
	text-decoration: none;	
}
.topline .inner ul.menu li a:hover {
	text-decoration: underline;
}
.topline .inner ul.menu li:last-child {
	margin: 0;	
}
.contact_wrap {
	background: url('../img/contact_bg.jpg') #fff no-repeat center bottom;
}
.contact_wrap .contact {
	background: url('../img/logo.jpg') #fff no-repeat center 10px;
}
.contact_wrap .contact .address {
	margin: 25px 0 0 2px;
	float: left;	
}
.contact_wrap .contact .info {
	float: right;	
	margin: 12px 0 0;
}
.contact_wrap .contact .info button.custom {
	float: right;
	margin: 10px 0 0;	
}
.timer {
	border: 1px solid #3f3f3d;
	border-radius: 5px;
	padding: 10px;	
	position: relative;
}
.timer p.special {
	float: left;
	width: 50px;
	color: #fff;
	font-size: 14px !important;	
	margin: 7px 0 0;
	line-height: 14px !important;
}
.timer p.hour, .timer p.minute {
	position: absolute;	
	font-family: 'Myriad Pro';
	font-size: 12px !important;
	color: #fff;
	top: 70px !important;
}
.timer p.hour {
	left: 90px;	
}
.timer p.minute {
	left: 165px;	
}
/* BOX1 */
.box1 {
	background: url('../img/box1_bg.jpg') no-repeat center top;	
}
.box1 .inner {
	min-height: 515px;	
	position: relative;
}
.box1 .inner h1 {
	font-size: 50px;	
}
.box1 .inner h1 span {
	display: block;
	font-size: 34px;	
}
.box1 .inner form.order {
	float: right;	
	margin: 10px 0 0;
}
.box1 .inner form.order .timer {
	margin: 12px 0 0;	
}
.box1 .inner a.slide_next {
	display: block;
	position: absolute;
	width: 53px;
	height: 59px;
	background: url('../img/slide_next.jpg') no-repeat;
	bottom: 0;
	right: -83px;
}
/* BOX2 */
.box2 {
	padding: 30px 0 50px;
	text-align: center;
}
.box2 .item {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	text-align: left;
	margin: 45px 0 0 85px;
}
.box2 .item p:first-child {
	font-size: 18px;	
}
.box2 .item ul {
	margin: 45px 0 0;
}
.box2 .item ul li {
	border-bottom: 1px solid #d7d7d7;
	padding: 8px 0 8px 20px;
}
.box2 .item ul.before_tuning li {
	background: url('../img/tuning_before_li_bg.jpg') no-repeat left center;
}
.box2 .item ul.after_tuning li {
	background: url('../img/tuning_after_li_bg.jpg') no-repeat left center;
}
/* BOX3 */
.box3 {
	background: url('../img/box3_bg.jpg') no-repeat center top;	
}
.box3 .inner {
	min-height: 177px;
	padding: 10px 0 30px;	
}
.box3 .inner .item {
	width: 320px;
	display: inline-block;
	vertical-align: middle;	
	position: relative;
	margin: 20px 15px 0 0;
}
.box3 .inner .item:nth-child(3n) {
	margin: 20px 0 0;	
}
.box3 .inner .item img  {
	float: left;
	vertical-align: middle;
}
.box3 .inner .item .wrap_p {
	display: table;
	min-height: 63px;
	width: 247px;
	float: right;
}
.box3 .inner .item .wrap_p p {
	font-size: 20px;
	color: #fff;	
	display: table-cell;
	line-height: 26px;
	vertical-align: middle;
}
/* BOX4 */
.box4 {
	background: url('../img/box4_bg.jpg') no-repeat center top;
}
.box4 .inner {
	min-height: 43px;	
	padding: 20px 10px 20px 20px;
	width: 970px;
}
.box4 .inner p {
	font-size: 20px;
	color: #fff;	
	line-height: 42px;
	float: left;
}
.box4 .inner button.podr {
	margin: 0;
	float: right;	
}
/* BOX5 */
.box5 {
	padding: 50px 0 80px;
	border-bottom: 1px solid #d4d4d4;
}
.box5 .item {
	width: 470px;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 55px 0 0;	
}
.box5 .item:last-child {
	margin: 20px 0 0;	
}
.box5 .item .info {
	width: 235px;
	margin: 0 0 0 10px;	
}
.box5 .item .info, .box5 .item img {
	display: inline-block;
	vertical-align: middle;	
}
.box5 .item .info p:first-child {
	width: 190px;	
	font-family: Tahoma;
	font-size: 18px;
	padding: 0 0 7px 0;
}
.box5 .item .info p {
	line-height: 18px;	
}
/* BOX6 */
.box6 {
	padding: 35px 0 60px;
	text-align: center;
}
.box6 .item {
	width: 150px;
	font-size: 16px;
	display: inline-block;
	margin: 50px 125px 0 0;
}
.box6 .item .for_img {
	min-height: 110px;
	position: relative;
}
.box6 .item p {
	margin: 20px 0 0;	
}
.box6 .item:last-child {
	margin: 50px 0 0;	
}
/* BOX7 */
.box7 {
	background: url('../img/box7_bg.jpg') no-repeat center top;
}
.box7 .inner  {
	min-height: 386px;	
}
.box7 .inner .infoblock {
	float: left;
	font-family: 'PFDinTextCompPro-Light';
	color: #fff;
	width: 390px;
	margin: 60px 0 0;
}
.box7 .inner .infoblock p:first-child {
	font-size: 50px;	
	line-height: 50px;
}
.box7 .inner .infoblock p {
	font-size: 34px;
	line-height: 40px;
}
.box7 .inner form.order {
	float: right;	
	margin: 30px 0 0;
}
.box7 .inner form.order input, .box11 form.order input {
	margin: 5px 0 0;	
}
.box7 .inner form.order label[for="name"], .box11 form.order label[for="name"] {
	margin: 15px 0 0;	
}
.box7 .inner form.order input[type="submit"], .box11 form.order input[type="submit"] {
	margin: 20px 0 0;	
}
.box7 .inner .timer {
	float: left;
	width: 210px;	
}
.box7 .inner .timer p {
	line-height: 12px;	
}
.box7 .inner .timer {
	margin: 15px 0 0;	
}
/* BOX8 */
.box8 {
	padding: 40px 0 25px;
}
.box8 .item {
	margin: 45px 0 0;
}
.box8 .item img, .box8 .item .info {
	display: inline-block;
	vertical-align: middle;	
}
.box8 .item .info {
	width: 790px;	
	margin: 0 0 0 30px;
}
.box8 .item .info .title {
	padding: 0 0 15px 0;
}
.box8 .item .info .title p {
	display: inline-block;	
}
.box8 .item .info .title p:first-child {
	font-family: Tahoma;
	font-size: 20px;
}
.box8 .item .info .title p.after, .box8 .item .info .title p.before {
	font-family: Tahoma;
	font-weight: 100;
}
.box8 .item .info .title p.after span.num {
	color: #3f9b17;
}
.box8 .item .info .title p.before span.num {
	color: #9f0000;
}
.box8 .item .info .title p.after, .box8 .item .info .title p.before {
	margin: 0 0 0 20px;	
}
.box8 .item .info .title p span.num {
	font-size: 30px;	
}
.box8 .item .info .title p span {
	font-family: Tahoma;
}
.box8 .item .info .title p span.ls {
	font-size: 18px;
}
.box8 .item .info p {
	line-height: 18px;	
}
.box8 .item .info p:last-child {
	margin: 18px 0 0;	
	font-size: 16px;
}
.box8 .item .info p:last-child a {
	color: #0d67bd;
}
.box8 .item .info p:last-child a:hover {
	text-decoration: none;	
}
.box8 button.custom {
	height: 50px;
	margin: 30px auto 0;
	display: block;
}
/* BOX9 */
.box9 {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #fff, #efefef); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#fff), color-stop(#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff, #efefef); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff, #efefef); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff, #efefef); /* IE10+ */
	background: linear-gradient(to bottom, #fff, #efefef); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 5px 5px #ccc;	
}
.box9 .inner {
	padding: 35px 0;
	text-align: center;
}
.box9 .inner .item {
	width: 205px;
	display: inline-block;
	margin: 40px 0 0;
	text-align: left;
	line-height: 20px;
	position: relative;
}
.box9 .inner .item.strike {
	background: url('../img/box9_strike.png') no-repeat 95% center;
	padding: 0 10px 0 0;	
	width: 250px;
}
.box9 .inner .item:last-child {
	padding: 0;
}
.box9 .inner .item img, .box9 .inner .item p {
	display: inline-block;	
	vertical-align: middle;
}
.box9 .inner .item p {
	width: 150px;	
}
/* BOX10 */
.box10 {
	padding: 40px 0 35px;
}
.box10 .address, .box10 .info {
	float: left;	
	margin-top: 50px;
}
.box10 .info {
	margin-left: 120px;	
}
.box10 .address {
	margin-left: 15px;	
}
.box10 button.custom {
	float: right;
	margin: 50px 15px 0 0;	
}
/* BOX11 */
.map {
	height: 465px;	
	position: relative;
}
.box11 {
	margin: 0 auto;
	position: relative;
}
.box11 form.order {
	position: absolute;
	right: 20px;	
	top: -445px;
}
/* COUNTDOWN */
.countDays, .countDiv0, .countHours, .countDiv1 {
	display: none;	
}
.digit, .position {
	width: .8em;
	height: 1.5em;	
}
.digit.static, .digit {
	background: #fff;
	color: #000;
	font-size: 32px;	
}
.countdownHolder {
	padding: 0;
	letter-spacing: -10px;
	text-align: right;
}
.box1 .inner form.order .timer .countdownHolder {
	float: right;
}
/* POPUP */
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.7;
	z-index: 49;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 6;
}
form.popup {
	display: none;
	z-index: 100;	
}
.close {
	width: 21px;
	height: 21px;
	background: url('../img/close.png') no-repeat;
	position: absolute;
	top: -25px;
	right: -25px;
	cursor: pointer;
}
.thank_you {
	border-radius: 10px;
	border: 2px solid #000;
	background: #fff;
	padding: 30px;
	width: 540px;
	display: none;
	z-index: 50;
	text-align: center;
}
/* VALIDATE */
label.error {
	text-align: center;
	color: red !important;
	font-size: 12px !important;
	width: 230px;
	position: absolute;
	margin: 0 !important;	
	font-family: Tahoma, Geneva, sans-serif;
}