html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	font-family: Tahoma; font-size: 16px; background: #fff; position: relative; color: #000;
}
* {
	outline: none;
}
img {
	border: none; vertical-align: top;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	font-family: Tahoma; margin: 0; padding: 0;
}
label {
	cursor: pointer;
}
.clear_fix {
	clear: both; display: block; height: 0;
}
.hidden {
	display: none;
}
.wrap {
	width: 990px; position: relative; margin: 0 auto; padding: 0 10px;
}


/* header
------------------------------------------------ */
#header {
	position: relative; padding: 24px 0 0; 1background: url(../i/line-1.png) left bottom repeat-x; min-width: 1000px; height: 100px;
}

#header .logo {
	position: relative; padding-left: 458px; float: left;
}
#header .logo .sign {
	position: absolute; left: -5px; top: 5px; color: #323232; font-family: 'OfficinaSansMediumC'; font-size: 18px;
}
#header .logo .sign H1 a {
	color: #000; text-decoration: none;
}

#header .phone {
	float: right; font-size: 25px; line-height: 28px; font-family: 'OfficinaSansMediumC';
}
#header .phone span {
	position: relative; color: #333; font-size: 18px; top: -7px;
}

#header .callback {
	float: right; padding-left: 10px;
}
#header .callback a {
	display: block; background: url(../i/bt-callback.png) no-repeat; width: 131px; height: 52px; padding-top: 6px; 
	font-size: 20px; color: #fff; text-decoration: none; text-align: center; font-family: 'OfficinaSansMediumC'; text-transform: uppercase;
}
/* end header */


H1, H2 {
	margin: 0; padding: 0; font-weight: normal;
}
H1 {
	font-size: 33px; color: #000; line-height: 40px; font-weight: bold;
}
H2 {
	font-size: 30px; color: #f12116; line-height: 30px; font-family: 'OfficinaSerifBlackC';
}


/* slider
------------------------------------------------ */
#slider {
	position: relative; margin-bottom: 38px;
}

#slider .inner {
	position: relative; width: 100%; overflow: hidden;
}
#slider .inner .line-1 {
	background: url(../i/line-1.png) repeat-x; width: 100%; height: 15px; position: absolute; left: 0; top: 0;
}
#slider .inner .line-2 {
	background: url(../i/line-2.png) repeat-x; width: 100%; height: 13px; position: absolute; left: 0; bottom: 0;
}
#slider ul, #slider li {
	position: relative; list-style: none; margin: 0; padding: 0;
}
#slider li {
	width: 100%; height: 447px; float: left; background-repeat: no-repeat; background-position: center top; background-color: #fff;
}
#slider li .title {
	padding: 62px 0 0 54px;
}
#slider li .title .big {
	color: #f12116; font-size: 32px; font-family: 'OfficinaSerifBlackC'; line-height: 30px;
}
#slider li .title .big {
	font-size: 30px;
}
#slider li .title .med {
	color: #f12116; font-size: 20px; font-family: 'OfficinaSerifBlackC'; line-height: 20px;
}
#slider li .title .sml {
	color: #585858; font-size: 20px; font-family: 'OfficinaSansMediumC';
}
#slider li .title .sml.e {
	font-size: 18px;
}
#slider li .title .sm {
	color: #585858; font-size: 16px; font-family: 'OfficinaSansMediumC'; padding-top: 2px;
}
#slider li .title .sm.sl2 {
	padding-top: 10px;
}
#slider li .title sup {
	vertical-align: baseline; position: relative; font-size: 10px; top: -7px; left: 1px;
}
#slider .arrow a {
	display: block; background: url(../i/slider-arrow.png) no-repeat; width: 28px; height: 113px; position: absolute; top: -210px;
}
#slider .arrow a.l {
	left: 64px;
}
#slider .arrow a.r {
	left: 626px; background-position: -28px 0;
}
#slider .nav {
	position: absolute; left: 158px; bottom: -28px; width: 400px; height: 14px; text-align: center;
}
#slider .nav a {
	position: relative; display: inline-block; background: url(../i/slider-nav.png) no-repeat; width: 14px; height: 14px; margin: 0 2px; top: -1px;
}
#slider .nav a.cur {
	background-position: -14px 0; top: 0;
}

.jq-checkbox, .jq-radio {
	position: relative; cursor: pointer; vertical-align: middle; background: url(../i/checkbox.png) no-repeat; width: 21px; height: 21px;
}
.jq-checkbox.checked, .jq-radio.checked {
	background-position: -21px 0;
}

#slider .order {
	position: absolute; right: 10px; top: -470px; width: 310px; border: 2px solid #f5f6f8; border-radius: 7px; padding: 6px 4px; background: #fff;
}
#slider .order .bg {
	background: #f2f5f8 url(../i/order-form-bg.png) left bottom repeat-x; border-radius: 4px; border-bottom: 3px solid #e0e4eb;
}
#slider .order .head {
	font-size: 24px; font-family: 'OfficinaSerifBoldC'; margin: 0 25px; padding: 16px 0 14px; background: url(../i/order-sep.png) center bottom no-repeat;
}
#slider .order .price {
	padding: 12px 25px 12px; background: rgba(255, 255, 255, 0.3);
}
#slider .order .price .box {
	 position: relative; width: 100%; font-family: 'OfficinaSerifBlackC'; font-size: 25px; color: #f12116; line-height: 35px;
}
#slider .order .price .box s {
	font-family: 'OfficinaSansMediumC'; color: #454545; float: left; font-size: 21px;
}
#slider .order .price .box div {
	float: right;
}
#slider .order .price .box span {
	font-size: 35px;
}
#slider .order .price .lin {
	clear: both; font-size: 15px;
}
#slider .order .price .lin span.hint {
	position: relative; top: 2px; display: inline-block; background: url(../i/hint.png) no-repeat; width: 15px; height: 15px; vertical-align: baseline; margin-left: 4px; cursor: pointer;
}
#slider .order .time {
	padding: 17px 25px 18px; background: #EAEDF2; background: url(../i/order-sep.png) center top no-repeat;
}
#slider .order .time .text {
	font-size: 17px; font-family: 'OfficinaSansMediumC'; text-transform: uppercase; text-align: center;
}
#slider .order .time .box {
	position: relative; width: 100%; padding-top: 16px;
}
#slider .order .time .box .item {
	width: 77px; padding-left: 14px; float: left; font-family: 'OfficinaSansMediumC'; font-size: 12px; text-align: center; color: #505153;
}
#slider .order .time .box .item:first-child {
	padding-left: 0;
}
#slider .order .time .box .item div {
	background: url(../i/time-bg.png) no-repeat; width: 68px; padding-left: 8px; height: 47px; border-radius: 7px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.08); margin-bottom: 5px; 
	line-height: 47px; font-size: 42px; font-family: 'Arial'; font-weight: bold; color: #454545; text-shadow: 0 1px #fff; letter-spacing: 14px;
}
#slider .order .form {
	padding: 0 25px 28px;
}
#slider .order .form .in {
	padding-bottom: 12px;
}
#slider .order .form .bt {
	padding-top: 8px; text-align: center;
}
input[type='text'] {
	width: 236px; height: 43px; line-height: 43px; padding: 0 12px; border: 1px solid #e6e6e6; border-radius: 5px; box-shadow: 0 0 1px 1px #fff;
	font-size: 16px; font-weight: 700; color: #787878;
}
#slider .order .form button {
	background: url(../i/bt-order.png) no-repeat; width: 258px; height: 44px; cursor: pointer; border: none; 
	font-size: 25px; color: #fff; font-family: 'OfficinaSerifBlackC'; text-shadow: 1px 1px 1px #e30200;
}
/* end slider */


/* capability
------------------------------------------------ */
#capability {
	background: url(../i/capability-icon.png) center top no-repeat; height: 324px; padding-bottom: 28px;
}
#capability .item {
	position: absolute; font-size: 20px; font-family: 'OfficinaSerifBoldC'; 
}
#capability .item.c1 {
	top: 66px; left: 190px;
}
#capability .item.c2 {
	top: 220px; left: 416px;
}
#capability .item.c3 {
	top: 66px; left: 640px;
}
#capability .item.c4 {
	top: 206px; left: 850px;
}
/* end capability */


/* char
------------------------------------------------ */
#char {
	position: relative; background: #fafafa url(../i/line-3.png) repeat-x; padding: 67px 0 42px; min-width: 1000px;
}
#char .line {
	position: absolute; left: 0; bottom: 0; background: url(../i/line-4.png) repeat-x; width: 100%; height: 17px;
}
#char .box {
	padding-left: 25px;
}
#char ul, #char li {
	list-style: none; margin: 0; padding: 0;
}
#char ul {
	padding-top: 38px;
}
#char li {
	font-size: 16px; font-weight: 700; color: #565656; padding: 7px 0 0 70px; margin-bottom: 24px; background: url(../i/li-1.png) 16px top no-repeat; min-height: 28px;
}
/* end char */


/* photo
------------------------------------------------ */
#photo {
	position: relative; padding-top: 45px; padding-bottom: 48px; background: url(../i/photo-bg.png) 51px 27px no-repeat; min-height: 335px;
}
#photo H2 {
	color: #000;
}
#photo .box {
	position: relative; margin-left: 28px;
}
#photo .inner {
	position: relative; width: 880px; overflow: hidden; padding-top: 56px; margin-left: 40px;
}
#photo ul, #photo li {
	position: relative; list-style: none; margin: 0; padding: 0;
}
#photo li {
	width: 200px; padding: 0 10px; float: left;
}
#photo li a {
	display: block;
}
#photo li img {
	width: 198px; height: 138px; border: 1px solid #cecece; border-radius: 3px;
}
#photo li span {
	box-shadow: inset 0 0 0 3px #f5f5f5; display: block; position: absolute; left: 13px; right: 13px; top: 1px; bottom: 1px; border-radius: 3px;
}
#photo .arrow a {
	display: block; background: url(../i/photo-arrow.png) no-repeat; width: 33px; height: 33px; position: absolute; top: 132px;
}
#photo .arrow a.l {
	left: -2px;
}
#photo .arrow a.r {
	right: 2px; background-position: -33px 0;
}
#photo a.order {
	position: relative; display: block; background: url(../i/bt-order-photo.png) no-repeat; width: 328px; height: 44px; margin: 30px auto 0; 
	font-size: 25px; color: #fff; font-family: 'OfficinaSerifBlackC'; text-shadow: 1px 1px 1px #e30200; text-decoration: none; text-align: center; line-height: 44px;
}
/* end photo */


/* complect
------------------------------------------------ */
#complect {
	position: relative; background: #fafafa url(../i/line-3.png) repeat-x; padding: 50px 0 45px;
}
#complect .line {
	position: absolute; left: 0; bottom: 0; background: url(../i/line-4.png) repeat-x; width: 100%; height: 17px;
}
#complect .box {
	margin-left: 28px;
}
#complect .list {
	position: relative; margin-top: 38px; width: 100%;
}
#complect .img {
	float: right; border-radius: 3px; border: 1px solid #cecece; padding: 8px; box-shadow: inset 0 0 0 3px #f5f5f517:21 08.08.2013; background: #fff;
}
#complect ul, #complect li {
	list-style: none; margin: 0; padding: 0;
}
#complect ul {
	float: left; width: 424px;
}
#complect li {
	position: relative; width: 100%; padding-bottom: 25px;
}
#complect li .level {
	display: table-cell; width: 55px; padding-left: 5px; font-size: 24px; color: #000; font-family: 'OfficinaSerifBlackC'; vertical-align: middle; float: left !ie;
}
#complect li .value {
	display: table-cell; width: 364px; font-size: 16px; font-weight: 700; color: #565656; vertical-align: middle; float: left !ie;
}
/* end complect */


/* video
------------------------------------------------ */
#video {
	text-align: center; padding-top: 38px; padding-bottom: 55px; background: url(../i/video-bg.png) center 168px no-repeat;
}
#video H2 {
	color: #000;
}
#video .box {
	position: relative; margin: 24px auto 0; border: 7px solid #f5f5f5; width: 640px; padding: 5px; background: #fff;
}
/* end video */


/* reason
------------------------------------------------ */
#reason {
	position: relative; background: #fafafa url(../i/line-3.png) repeat-x; padding: 54px 0 10px; min-width: 1000px;
}
#reason .wrap {
	
}
#reason .box {
	position: relative; width: 958px; margin: 0 auto;
}
#reason .sign {
	font-size: 20px; font-family: 'OfficinaSansMediumC'; color: #565656; width: 958px;
}
#reason .tbl {
	position: relative; margin-top: 22px;
}
#reason .tbl .cloud {
	position: absolute; right: -88px; top: -75px; background: url(../i/cloud.png) no-repeat; width: 166px; height: 173px;
}
#reason .tbl .in {
	position: relative; border: 1px solid #cecece; border-radius: 3px; padding: 2px; background: #f5f5f5; box-shadow: 0 0 1px 2px #eee;
}
#reason .tbl ul, #reason .tbl li {
	list-style: none; margin: 0; padding: 0;
}
#reason .tbl ul {
	position: relative; width: 100%;
}
#reason .tbl li {
	border: 2px solid #f5f5f5; background: #fff; display: table-cell; vertical-align: middle; text-align: center; height: 90px; padding: 20px 10px; float: left !ie;
}
#reason .tbl li.td-1 {
	font-size: 14px; font-weight: 700; width: 296px;
}
#reason .tbl li.td-2 {
	font-size: 25px; font-family: 'OfficinaSansMediumC'; color: #f12116; width: 288px;
}
#reason .tbl li.td-3 {
	font-size: 14px; color: #6a6a6a; font-weight: 700; width: 296px;
}
#reason .tbl li.td-4 {
	width: 452px; font-family: 'OfficinaSansMediumC'; font-size: 30px; padding: 0 10px;
}
#reason .tbl li.td-5 {
	width: 452px; font-family: 'OfficinaSansMediumC'; font-size: 20px; padding: 0 10px;
}
/* end reason */


/* order
------------------------------------------------ */
#order {
	background: #fafafa; min-width: 1000px; padding-bottom: 30px;
}
#order .box {
	position: relative; background: url(../i/order-bg.png) no-repeat; width: 945px; min-height: 351px; margin: 0 auto; padding: 25px 0 0;
}
#order .form {
	position: relative; width: 546px; background: #fff; padding: 5px; border-radius: 6px; border: 2px solid #f5f6f8; margin: 0 auto;
}
#order .form .inner {
	background: #f2f5f8 url(../i/order-form-bg.png) left bottom repeat-x; border-radius: 4px; border-bottom: 2px solid #e0e4eb; padding-bottom: 32px;
}
#order .form .head {
	padding: 18px 0 10px; text-align: center; background: url(../i/order-form-sep.png) center bottom no-repeat; margin-bottom: 30px;
}
#order .form .head * {
	color: #000; font-family: 'OfficinaSerifBoldC'; font-size: 35px; line-height: 35px;
}
#order .form .in {
	position: relative; padding-bottom: 12px; width: 400px; margin: 0 auto;
}
#order .form .lin {
	font-size: 15px; color: #4f5152; text-align: right; padding-top: 4px;
}
#order .form .lin span.hint {
	position: relative; top: 2px; display: inline-block; background: url(../i/hint.png) no-repeat; width: 15px; height: 15px; vertical-align: baseline; margin-left: 4px; cursor: pointer;
}
#order .form .bt {
	position: absolute; left: 0; bottom: -18px; width: 100%; text-align: center;
}
#order .form input[type='text'] {
	width: 374px;
}
#order .form button {
	background: url(../i/bt-order-2.png) no-repeat; width: 328px; height: 44px; cursor: pointer; border: none; 
	font-size: 25px; color: #fff; font-family: 'OfficinaSerifBlackC'; text-shadow: 1px 1px 1px #e30200;
}
/* end order */


/* footer
------------------------------------------------ */
#footer {
	position: relative; background: #fafafa url(../i/line-3.png) repeat-x; min-width: 1000px; padding: 46px 0 38px;
}

#footer .text {
	color: #323232; font-family: 'OfficinaSansMediumC'; font-size: 15px; width: 590px; float: left;
}
#footer .text div {
	color: #000; font-size: 35px;
}

#footer .social {
	position: relative; float: left; width: 160px; height: 32px; padding-top: 11px;
}
#footer .social a {
	display: block; background: url(../i/social.png) no-repeat; width: 32px; height: 32px; float: left; margin-right: 9px;
}
#footer .social a.fb {
	background-position: -32px 0;
}
#footer .social a.tw {
	background-position: -64px 0;
}

#footer .callback {
	float: left; text-align: right; font-family: 'OfficinaSansMediumC'; font-size: 18px;
}
#footer .callback a {
	display: inline-block; background: url(../i/bt-callback-2.png) no-repeat; width: 201px; height: 34px; line-height: 34px; 
	font-size: 22px; color: #fff; text-decoration: none; text-align: center; text-transform: uppercase; margin-top: 5px;
}

#footer .phone {
	float: right; font-size: 23px; line-height: 28px; font-family: 'OfficinaSansMediumC';
}
#footer .phone span {
	position: relative; color: #333; font-size: 18px; top: -7px; right: 4px;
}

#footer #up {
	background: url(../i/up.png) no-repeat; width: 51px; height: 84px; position: absolute; top: -146px; right: 30px; cursor: pointer;
}
/* end footer */


/* ui-dialog
------------------------------------------------ */
.ui-dialog {
	position: absolute !important; padding: 7px; background: #fff; border-radius: 10px; border: 1px solid #f5f6f8;
}
.ui-widget-overlay {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 80); 
	filter: alpha(opacity=80); 
	moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
	position: fixed; top: 0; left: 0; background: #000; width: 100%; height: 100%;
}
.ui-dialog-titlebar {
	height: 0; position: relative; z-index: 1002;
}
.ui-dialog-titlebar-close {
	position: absolute; right: -23px; top: -23px; background: url(../i/close.png) no-repeat; width: 44px; height: 44px; text-indent: -9999em; 
	border: none; cursor: pointer;
}
.ui-dialog .form {
	background: #f2f5f8 url(../i/order-form-bg.png) left bottom repeat-x; border-radius: 8px; border-bottom: 3px solid #e0e4eb; padding-bottom: 28px;
}
.ui-dialog .form .head {
	padding: 28px 0 20px; text-align: center; background: url(../i/order-form-sep.png) center bottom no-repeat; margin-bottom: 28px; 
	color: #000; font-family: 'OfficinaSerifBoldC'; font-size: 35px; line-height: 35px;
}	
.ui-dialog .form .in {
	position: relative; padding-bottom: 12px; width: 400px; margin: 0 auto;
}
.ui-dialog .form .check {
	font-size: 15px; color: #515254; padding-bottom: 22px;
}
.ui-dialog .form .check label {
	margin-right: 15px;
}
.ui-dialog .form .text {
	font-weight: 700; font-size: 18px; color: #4f5152; text-align: center; padding-bottom: 25px;
}
.ui-dialog .form .bt {
	position: absolute; left: 0; bottom: -18px; width: 100%; text-align: center;
}
.ui-dialog .form input[type='text'] {
	width: 374px;
}
.ui-dialog .form button {
	background: url(../i/bt-order-2.png) no-repeat; width: 328px; height: 44px; cursor: pointer; border: none; 
	font-size: 25px; color: #fff; font-family: 'OfficinaSerifBlackC'; text-shadow: 1px 1px 1px #e30200;
}
.ui-dialog .form button.ok {
	background: url(../i/bt-ok.png) no-repeat; width: 85px;
}
#d-callback, #d-buy, #d-ok {
	display: none;
}
/* end ui-dialog */


.ui-tooltip {
	position: absolute; border: 1px solid #cecece; width: 262px; border-radius: 3px; background: #fff;
}
.ui-tooltip .ui-tooltip-content {
	padding: 18px; color: #323232; font-size: 12px; border: 3px solid #f5f5f5; border-radius: 3px;
}
.ui-tooltip .arrow {
	background: url(../i/ui-tooltip-arrow.png) no-repeat; width: 22px; height: 25px; position: absolute; right: 28px; top: -23px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type='text'] {
		line-height: 1;
	}
}