* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
}

body {
	font-size:16px;
	line-height:1;
	color:#394754;
	font-family:'psp_regular';
	background:
		url(../images/main1.jpg) no-repeat center top,
		url(../images/main2.jpg) no-repeat center 630px;
	background-color:#fff;
}

b {
	font-family:'psp_medium';
	font-weight:normal;
}

a {
	text-decoration:none;
	color:inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a.link_a {
	font-family:'psp_medium';
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	text-shadow:0px 1px 0px #045897;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.6);
	box-shadow: inset 0 1px rgba(255,255,255,.6);
	border: solid 1px #036fb8;
	background-image: -webkit-linear-gradient(top, #1898e1, #0066b4);
	background-image: -moz-linear-gradient(top, #1898e1, #0066b4);
	background-image: -o-linear-gradient(top, #1898e1, #0066b4);
	background-image: linear-gradient(to bottom, #1898e1, #0066b4);
	display:inline-block;
}

a.link_a:hover {
	border: solid 1px #218fd9;
	background-image: -webkit-linear-gradient(top, #2ea8ee, #0e7cd1);
	background-image: -moz-linear-gradient(top, #2ea8ee, #0e7cd1);
	background-image: -o-linear-gradient(top, #2ea8ee, #0e7cd1);
	background-image: linear-gradient(to bottom, #2ea8ee, #0e7cd1);
}

a.link_a:active {
	border: solid 1px #036fb8;
	background-image: -webkit-linear-gradient(bottom, #1898e1, #0066b4);
	background-image: -moz-linear-gradient(bottom, #1898e1, #0066b4);
	background-image: -o-linear-gradient(bottom, #1898e1, #0066b4);
	background-image: linear-gradient(to top, #1898e1, #0066b4);
}

em {
	font-style:normal;
}

p {
	margin:0;
	padding:0;
}

.wrap {
	width:960px;
	margin:0 auto;
}

.page {
	position:relative;
	width:100%;
	max-width:100%;
	min-width:960px;
	overflow:hidden;
	margin:0 auto;
}

.clear {
	clear:both;
}

.menu {
	text-align:center;
	height:32px;
	padding-top:13px;
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:#fff;
	z-index:5;
}

.menu a {
	display:inline-block;
	margin:0 15px;
	font-size:18px;
	line-height:16px;
	color:#235495;
	border-bottom:#235495 solid 1px;
}

.menu a:hover {
	border-color:transparent;
}

header {
	padding-top:26px;
	margin-top:45px;
}

header .wrap {
	width:940px;
}

.logo {
	width:181px;
	height:42px;
	float:left;
	background:url(../images/logo.png) no-repeat center;
}

.top_phone {
	float:right;
	width:180px;
	text-align:right;
	font-family:'psp_medium';
	font-size:20px;
	line-height:20px;
	color:#2c333d;
}

.top_phone a.mc {
	width: 130px;
	height: 28px;
	font-size:12px;
	line-height:32px;
	margin-top:8px;
}

.main {
	height:495px;
}

.main .wrap {
	position:relative;
	height:495px;
	width:940px;
}

.condition {
	width:753px;
	height:432px;
	background:url(../images/condition.png) no-repeat center;
	position:absolute;
	top:0px;
	left:93px;
	top:-84px;
	z-index:2;
}

.condition > img.fleck {
    position: absolute;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    -webkit-user-drag:none;
    -moz-user-drag:none;
    -o-user-drag:none;
    -khtml-user-drag:none;
    -ms-user-drag:none;
    user-drag:none;
}

h1 {
	position:absolute;
	width:940px;
	top:225px;
	left:0px;
	color: #606c74;
	text-align:center;
	font-size:57px;
	line-height:51px;
	font-family:'psp_bold';
	text-shadow: 1px 1px 1px rgba(255,255,255,.38);,
	text-shadow:inset 1px 1px 1px rgba(0,1,1,.19);
	z-index:1;
}

h1 span {
	display:block;
	color:#58636a;
	font-size:49px;
	line-height:49px;
	font-family:'psp_regular';
	margin-top:5px;
}

.free_del {
	position:absolute;
	width:325px;
	height:116px;
	padding:10px 0 0 211px;
	background:url(../images/free_del.png) no-repeat center;
	bottom:-20px;
	left:-133px;
	font-size:21px;
	color:#1786ca;
	line-height:10px;
}

.free_del span {
	display:block;
	font-size:26px;
	line-height:34px;
	font-family:'psp_bold';
	text-transform:uppercase;
}
.free_del em {
	display: inline-block;
	margin-top: 23px;
}
.order {
	height:640px;
	padding-top:26px;
	background:url(../images/order1.jpg) no-repeat center top;
}

.order .wrap {
	width:900px;
	height:615px;
	border-radius:20px;
	background:rgba(251,251,251,0.7);
	position:relative;
}

.order_img {
	position:absolute;
	z-index:2;
}

.oi1 {
	width:707px;
	height:640px;
	background:url(../images/oi1.png) no-repeat center;
	left:-230px;
}

.oi2 {
	width:564px;
	height:651px;
	background:url(../images/oi2.png) no-repeat center;
	left:-95px;
	top:-11px;
}

.order_cntnr {
	width:623px;
	height:615px;
	left:277px;
	position:absolute;
	z-index:3;
	top:20px;
}

.order_ttl {
	width:555px;
	text-align:center;
	font-size:48px;
	line-height:40px;
	color:#47515f;
	font-family:'psp_medium';
	margin-bottom:10px;
}

.order_text {
	float:left;
	width:290px;
	padding:20px 0 0 0px;
	font-size:24px;
	line-height:21px;
	color:#47515f;
	letter-spacing:1px;
}

.order_timer {
	width:280px;
	float:left;
	margin-bottom:-22px;
}

.timer_left {
	text-align:center;
	font-size:18px;
	line-height:18px;
	color:#47515f;
	margin-bottom:7px;
}

.timer {
	margin:0;
	width:280px; 
	height:84px; 
	background:url(../images/timer.png) no-repeat center;
	position:relative; 
}

.timer .container { 
	width:279px;
	position:relative;
	height:80px; 
	top:4px;
	left:10px;
}

.timer .container div {
	height:57px; 
	width:57px; 
	float: left; 
	text-align:center; 
	position:relative;
}

.days {
	margin-right:9px;
}

.hours {
	margin-right:9px;
}

.minutes {
	margin-right:8px;
}

.timer .container div span {
	display:inline;
	font-size: 44px;
	color:#47515f;
	font-family:'din_bold';
	line-height: 54px;
	letter-spacing:-5px;
}

.timer .container em {
	position: absolute;
	font-size:16px;
	bottom: -22px;
	text-align: center;
	width:58px;
	display:block;
	color:#3c3c3c;
	font-family:'pt_regular';
	letter-spacing:0;
}

.order form {
	width:555px;
	text-align:center;
}

form em {
	display:block;
	text-align:left;
	color:#47515f;
	font-size:18px;
	margin-bottom:8px;
}

input[type="text"] {
	width: 549px;
	height: 58px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,1,1,.34);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,1,1,.34);
	box-shadow: inset 1px 1px 2px rgba(0,1,1,.34);
	border: solid 3px #1786ca;
	text-align:center;
	color:#000;
	font-size:23px;
	font-family:'bliss_regular';
	margin-bottom:17px;
}

input[type="text"].input_ph1 {
	width:63px!important;
	margin-right:17px;
}

input[type="text"].input_ph2 {
	width:63px!important;
	margin-right:17px;
}

input[type="text"].input_ph3 {
	width:354px!important;
	text-align:left;
	padding-left:14px;
}

.bttn {
	font-family:'psp_medium';
	text-transform:uppercase;
	width: 353px;
	height: 59px;
	line-height:62px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.6);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.6);
	box-shadow: inset 0 1px rgba(255,255,255,.6);
	border: solid 1px #036fb8;
	background-image: -webkit-linear-gradient(top, #1898e1, #0066b4);
	background-image: -moz-linear-gradient(top, #1898e1, #0066b4);
	background-image: -o-linear-gradient(top, #1898e1, #0066b4);
	background-image: linear-gradient(to bottom, #1898e1, #0066b4);
	margin-top:16px;
	color:#fff;
	font-size:22px;
	text-shadow:0px 1px 0px #045897;
	cursor:pointer;
}

.bttn:hover {
	border: solid 1px #218fd9;
	background-image: -webkit-linear-gradient(top, #2ea8ee, #0e7cd1);
	background-image: -moz-linear-gradient(top, #2ea8ee, #0e7cd1);
	background-image: -o-linear-gradient(top, #2ea8ee, #0e7cd1);
	background-image: linear-gradient(to bottom, #2ea8ee, #0e7cd1);
}

.bttn:active {
	border: solid 1px #036fb8;
	background-image: -webkit-linear-gradient(bottom, #1898e1, #0066b4);
	background-image: -moz-linear-gradient(bottom, #1898e1, #0066b4);
	background-image: -o-linear-gradient(bottom, #1898e1, #0066b4);
	background-image: linear-gradient(to top, #1898e1, #0066b4);
}

.order_worker {
	width:192px;
	height:54px;
	padding:10px 0 0 18px;
	color:#3c4a57;
	font-size:22px;
	line-height:22px;
	background:rgba(255,255,255,0.78);
	position:absolute;
	left:40px;
	bottom:26px;
	letter-spacing:1px;
	z-index:3;
}

.ordr1 {
	background:transparent;
	padding:40px 0 0 0;
	height:595px;
}

.ordr1 .wrap {
	width:520px;
	padding-right:420px;
	background:transparent;
}

.ordr1 .order_text {
	width:240px;
	padding:0;
	font-size:20px;
	line-height:20px;
	font-family:'psp_medium';
	letter-spacing:0px;
}

.ordr1 .order_text em {
	color:#008dda;
}

.order_disc {
	height:83px;
	width:230px;
	padding-top:11px;
	background:url(../images/disc.png) no-repeat right;
	font-size:31px;
	line-height:29px;
	color:#e5c74f;
	font-family:'psp_bold';
	text-shadow:0px 1px 0px #b3930f, 0 -1px 0 #eee0a9;
	margin-bottom:8px;
}

.order_disc span {
	display:block;
	font-size:53px;
	line-height:48px;
}

.order_disc strong {
	font-size: 30px;
	position: relative;
	top: -20px;
}

.ddesc {
	font-family: 'psp_regular';
	font-size: 14px;
	color: #514b3f;
	line-height: 17px;
	text-shadow: none;
	position: relative;
	top: -12px;
}

.ordr1 .order_timer {
	float:right;
	padding-top:60px;
	margin-bottom:-12px;
}

.ordr1 form {
	width:510px;
}

.ordr1 input[type="text"] {
	width:504px;
}

.ordr1 input[type="text"].input_ph3 {
	width:310px!important;
}

.ordr1 .bttn {
	width:219px;
	height:48px;
	line-height:52px;
	font-size:18px;
}

.ordr1 form em {
	color:#fff;
}

.ordr2 .order_text {
	width:555px;
	margin-bottom:25px;
	text-align:center;
}

.trust {
	height:91px;
	padding:25px 0;
	background:url(../images/trust.png) no-repeat center;
}

h2 {
	text-transform:uppercase;
	color:#40505f;
	font-size:48px;
	line-height:46px;
	font-family:'psp_medium';
	text-align:center;
	letter-spacing:2px;
	margin-bottom:45px;
}

h2 span {
	display:block;
	font-family:'psp_regular';
	font-size:34px;
	line-height:34px;
	letter-spacing:6px;
}

.products {
	padding:60px 0 10px 0;
	background:#f6f6f6;
}

.products h2 {
	background:url(../images/products_h2.png) no-repeat center 19px;
}

.products .wrap {
	width:900px;
}

.prod_cat {
	margin-bottom:50px;
}

.pc_descr {
	width:260px;
	height:634px;
	padding:35px 0 0 40px;
	float:left;
	background:#40505f;
	border-top:#008dda solid 10px;
	color:#fff;
	font-size:14px;
	line-height:21px;
}

.pc_ttl {
	padding-right:40px;
	font-size:30px;
	line-height:21px;
	text-align:center;
	letter-spacing:2px;
}

.pc_ttls {
	font-size:18px;
	line-height:18px;
	letter-spacing:1px;
	margin-top:2px;
}

.pc_img {
	width:300px;
	margin-left:-40px;
}

.pc_descr em {
	display:block;
	color:#abbdc8;
	margin:4px 0 1px 0;
}

.pc_descr span {
	display:block;
	margin-bottom:10px;
	line-height:16px;
}

.pc_list {
	background:#fff;
	width:599px;
	height:679px;
	float:left;
}

.pc_prod {
	width:199px;
	height:319px;
	padding-top:20px;
	float:left;
	border:#e7e7e7 solid 1px;
	border-top:none;
	border-left:none;
	text-align:center;
	color:#3c4a57;
}

.pp_name {
	font-family:'psp_medium';
	font-size:16px;
	line-height:16px;
	padding-bottom:13px;
	background:url(../images/pp_name.png) no-repeat center bottom
}

.pp_img {
	height:187px;
}

.pp_price {
	font-size:14px;
	margin-bottom:14px;
}

.pp_price span {
	font-family:'psp_medium';
	font-size:16px;
}

a.pp_a {
	font-family:'psp_bold';
	width: 138px;
	height: 34px;
	color:#fff;
	font-size:14px;
	line-height:36px;
}

.df {
	margin-top:24px;
	text-align:center;
}

.df em {
	display:inline-block;
	font-size:16px;
	color:#181818;
	line-height:18px;
	border-bottom:#181818 dashed 1px;
	font-family:'psp_light';
	margin-bottom:5px;
}

a.pp_df {
	width:430px;
	height:50px;
	line-height:52px;
	font-size:18px;
}

.pc1 .pc_img {
	height:150px;
	background:url(../images/pc1.png) no-repeat center;
}

.pc2 .pc_descr, .pc3 .pc_descr {
	height:734px;
}

.pc2 .pc_list, .pc3 .pc_list {
	height:779px;
}

.pc2 .pc_img {
	height:157px;
	background:url(../images/pc2.png) no-repeat center;
}

.pc3 .pc_img {
	height:200px;
	background:url(../images/pc3.png) no-repeat center;
}

.pc4 .pc_img {
	height:380px;
	background:url(../images/pc4.png) no-repeat center;
}

.pc5 .pc_img {
	height:270px;
	background:url(../images/pc5.png) no-repeat center;
}

.p1 .pp_img {
	background:url(../images/p1.png) no-repeat center;
	height: 171px;
}

.p2 .pp_img {
	background:url(../images/p2.png) no-repeat center;
}

.p3 .pp_img {
	background:url(../images/p3.png) no-repeat center;
}

.p4 .pp_img {
	background:url(../images/p4.png) no-repeat center;
	height: 186px !important;
}

.p5 .pp_img {
	background:url(../images/p5.png) no-repeat center;
}

.p6 .pp_img {
	background:url(../images/p6.png) no-repeat center;
}

.p7 .pp_img {
	background:url(../images/p7.png) no-repeat center;
}

.p8 .pp_img {
	background:url(../images/p8.png) no-repeat center;
}

.p9 .pp_img {
	background:url(../images/p9.png) no-repeat center;
}

.p10 .pp_img {
	background:url(../images/p10.png) no-repeat center;
}

.p11 .pp_img {
	background:url(../images/p11.png) no-repeat center;
}

.p12 .pp_img {
	background:url(../images/p12.png) no-repeat center;
}

.p13 .pp_img {
	background:url(../images/p13.png) no-repeat center;
}

.p14 .pp_img {
	background:url(../images/p14.png) no-repeat center;
}

.p15 .pp_img {
	background:url(../images/p15.png) no-repeat center;
}

.p16 .pp_img {
	background:url(../images/p16.png) no-repeat center;
}

.p17 .pp_img {
	background:url(../images/p17.png) no-repeat center;
}

.p18 .pp_img {
	background:url(../images/p18.png) no-repeat center;
}

.p19 .pp_img {
	background:url(../images/p19.png) no-repeat center;
}

.p20 .pp_img {
	background:url(../images/p20.png) no-repeat center;
}

.p21 .pp_img {
	background:url(../images/p21.png) no-repeat center;
}

.p22 .pp_img {
	background:url(../images/p22.png) no-repeat center;
}

.p23 .pp_img {
	background:url(../images/p23.png) no-repeat center;
}

.p24 .pp_img {
	background:url(../images/p24.png) no-repeat center;
}

.p25 .pp_img {
	background:url(../images/p25.png) no-repeat center;
}

.p26 .pp_img {
	background:url(../images/p26.png) no-repeat center;
}

.p27 .pp_img {
	background:url(../images/p27.png) no-repeat center;
}

.p28 .pp_img {
	background:url(../images/p28.png) no-repeat center;
}

.p29 .pp_img {
	background:url(../images/p29.png) no-repeat center;
}

.p30 .pp_img {
	background:url(../images/p30.png) no-repeat center;
}

.p4, .p5, .p6, .p22, .p23, .p24, .p28, .p29, .p30 {
	border-bottom:none;
}

.p3, .p6, .p9, .p12, .p15, .p18, .p21, .p24, .p27, .p30 {
	border-right:none;
}

.p4 .pp_img, .p5 .pp_img, .p6 .pp_img, .p11 .pp_img, .p12 .pp_img, .p16 .pp_img, .p17 .pp_img, .p18 .pp_img {
	height:171px;
}

.install {
	padding:60px 0;
}

.install h2 {
	background:url(../images/install_h2.png) no-repeat center 19px;
}

.install_one {
	width:240px;
	float:left;
	text-align:center;
	margin-bottom:60px;
	font-size:18px;
	color:#3c4a57;
	padding-top:153px;
}

.install_one b {
	font-size:18px;
}

.i1 {
	background:url(../images/i1.png) no-repeat center top;
}

.i2 {
	background:url(../images/i2.png) no-repeat center top;
}

.i3 {
	background:url(../images/i3.png) no-repeat center top;
}

.i4 {
	background:url(../images/i4.png) no-repeat center top;
}

.i5 {
	background:url(../images/i5.png) no-repeat center top;
}

.i6 {
	background:url(../images/i6.png) no-repeat center top;
}

.i7 {
	background:url(../images/i7.png) no-repeat center top;
}

.i8 {
	background:url(../images/i8.png) no-repeat 55px top;
}

.install a {
	display:block;
	margin:0 auto;
	width:498px;
	height:58px;
	line-height:62px;
	font-size:21px;
}

.reasons {
	padding:60px 0;
}

.reasons h2 {
	background:url(../images/reasons_h2.png) no-repeat center 19px;
}

.reason {
	width:192px;
	text-align:center;
	float:left;
	padding-top:78px;
	font-size:18px;
	line-height:18px;
	color:#697380;
	margin-bottom:45px;
}

.reason span {
	display:block;
	font-size:30px;
	line-height:30px;
	font-family:'psp_xblack';
	color:#40505f;
	text-transform:uppercase;
	margin-bottom:-5px;
}

.reason em {
	font-size:24px;
	line-height:24px;
	color:#697380;
}

.r3 span, .r5 span {
	font-family:'psp_bold';
	font-size:21px;
	line-height:21px;
	margin-bottom:-3px;
}

.r1 {
	background:url(../images/r1.png) no-repeat center top;
	width:152px;
}

.r2 {
	background:url(../images/r2.png) no-repeat center top;
}

.r3 {
	background:url(../images/r3.png) no-repeat center top;
	width:232px;
}

.r4 {
	background:url(../images/r4.png) no-repeat center top;
}

.r5 {
	background:url(../images/r5.png) no-repeat center top;
}

.reasons a {
	display:block;
	margin:0 auto;
	width:498px;
	height:58px;
	line-height:62px;
	font-size:21px;
}

.hww {
	background:url(../images/hww.jpg) no-repeat center top;
	padding:60px 0;
}

.hww h2 {
	background:url(../images/hww_h2.png) no-repeat center 19px;
}

.hww .wrap {
	width:898px;
	position:relative;
}

.hww_one {
	float:left;
	width:179px;
	text-align:center;
	color:#394754;
	font-size:18px;
	line-height:18px;
	margin-bottom:50px;
}

.hww_nmbr {
	margin:0 auto 154px auto;
	width:56px;
	height:56px;
	border-radius:28px;
	text-align:center;
	line-height:58px;
	color:#fff;
	font-size:21px;
	font-family:'psp_medium';
	background:#40505f;
}

.hww_one span {
	display:block;
	font-size:21px;
	font-family:'psp_medium';
}

.hww_arrow {
	position:absolute;
}

.ha1 {
	background:url(../images/ha1.png) no-repeat center;
	width:43px;
	height:35px;
	top:7px;
	left:160px;
}

.ha2 {
	background:url(../images/ha2.png) no-repeat center;
	width:46px;
	height:25px;
	top:16px;
	left:335px;
}

.ha3 {
	background:url(../images/ha1.png) no-repeat center;
	width:43px;
	height:35px;
	top:7px;
	left:520px;
}

.ha4 {
	background:url(../images/ha2.png) no-repeat center;
	width:46px;
	height:25px;
	top:16px;
	left:695px;
}

.h1 {
	background:url(../images/h1.png) no-repeat center 33px;
}

.h2 {
	background:url(../images/h2.png) no-repeat center 33px;
}

.h3 {
	background:url(../images/h3.png) no-repeat center 33px;
}

.h4 {
	background:url(../images/h4.png) no-repeat center 33px;
}

.h5 {
	background:url(../images/h5.png) no-repeat center 33px;
}

.hww a {
	display:block;
	margin:0 auto;
	width:498px;
	height:58px;
	line-height:62px;
	font-size:21px;
}

.project {
	padding:50px 0 35px 0;
}

.project h2 {
	color:#fff;
	background:url(../images/project_h2.png) no-repeat center 19px;
	margin-bottom:45px;
}

.project .wrap {
	width:600px;
	padding:300px 0 0 20px;
	color:#fff;
	font-size:18px;
	line-height:21px;
}

.project .wrap span {
	text-transform:uppercase;
	font-family:'psp_medium';
}

.project_ttl {
	font-size:35px;
	line-height:35px;
	font-family:'psp_medium';
	text-transform:uppercase;
	margin-bottom:20px;
}

.project_left {
	width:300px;
	float:left;
}

.project_right {
	float:left;
	width:300px;
}

.project a {
	display:block;
	margin:45px auto 0 auto;
	width:298px;
	height:58px;
	line-height:62px;
	font-size:21px;
}

.pr1 {
	background:
		url(../images/pr1_1.jpg) no-repeat center top,
		url(../images/pr1_2.jpg) no-repeat center 462px;
	padding:60px 0;
}

.pr1 .wrap {
	background:url(../images/pr1.jpg) no-repeat center top;
}

.pr2 {
	background:
		url(../images/pr2_1.jpg) no-repeat center top,
		url(../images/pr2_2.jpg) no-repeat center 388px;
}

.pr2 .wrap {
	background:url(../images/pr2.jpg) no-repeat center top;
}

.pr3 {
	background:
		url(../images/pr3_1.jpg) no-repeat center top,
		url(../images/pr3_2.jpg) no-repeat center 398px;
}

.pr3 .wrap {
	background:url(../images/pr3.jpg) no-repeat center top;
}

.faq {
	background:
		url(../images/faq1.jpg) no-repeat center top,
		url(../images/faq2.jpg) no-repeat center 600px;
	padding:60px 0;
}

.faq .wrap {
	padding-left:390px;
	width:570px;
}

.faq h2 {
	color:#324957;
	text-align:left;
	line-height:48px;
	margin:0 0 50px -20px;
}

.faq_one {
	margin-bottom:38px;
	width:540px;
	color:#324957;
	font-size:18px;
	line-height:21px;
}

.faq_one span {
	display:block;
	margin:0 0 10px -100px;
	padding-left:80px;
	color:#1786ca;
	font-size:20px;
	text-transform:uppercase;
	font-family:'psp_medium';
}

.f1 span {
	background:url(../images/f1.png) no-repeat left 4px;
}

.f2 span {
	background:url(../images/f2.png) no-repeat left 4px;
}

.f3 span {
	background:url(../images/f3.png) no-repeat left 0px;
	padding-left:95px;
	margin-left:-115px;
}

.f4 span {
	background:url(../images/f4.png) no-repeat 12px 4px;
	height:54px;
	padding-top:12px;
	margin-bottom:0px;
}

.faq a {
	display:block;
	margin:90px 0 0 50px;
	width:348px;
	height:58px;
	line-height:62px;
	font-size:21px;
}

.elements {
	padding:60px 0;
}

.elements h2 {
	background:url(../images/elements_h2.png) no-repeat center 19px;
}

.elements .wrap {
	width:900px;
	padding-left:60px;
}

.elements_col {
	width:450px;
	float:left;
}

.elements_col.ec1 {
	margin-top:85px;
}

.elements_col.ec2 {
	margin-top:80px;
}

.elements_img {
	width:400px;
	padding-left:50px;
	text-transform:uppercase;
	font-size:30px;
	line-height:30px;
}

.ei1 {
	height:340px;
	background:url(../images/ei1.jpg) no-repeat 5px 45px;
}


.ei2 {
	height:327px;
	background:url(../images/ei2.jpg) no-repeat 33px 63px;
}

.element {
	width:440px;
	margin:0 0 11px 10px;
}

.element_nmbr {
	width:40px;
	float:left;
	font-size:36px;
	line-height:36px;
	color:#1786ca;
	font-family:'psp_bold';
}

.element_text {
	float:left;
	width:400px;
	margin-top:7px;
	color:#394754;
	font-size:16px;
	line-height:18px;
}

a.el_a1 {
	display:block;
	width:478px;
	height:61px;
	padding-top:19px;
	line-height:23px;
	font-size:21px;
	margin:5px 0 45px 200px;
}

a.el_a2 {
	display:block;
	width:478px;
	height:58px;
	line-height:62px;
	font-size:21px;
	margin:5px 0 0px 200px;
}

.reviews {
	padding:60px 0;
}

.reviews h2 {
	background:url(../images/reviews_h2.png) no-repeat center 19px;
	margin-bottom:100px;
}

.reviews .wrap {
	width:840px;
}

.review {
	float:left;
	margin:0 10px;
	position:relative;
	width:325px;
	border:#eaeaea solid 2px;
	padding:125px 33px 0 38px;
	font-size:16px;
	line-height:21px;
}

.review span {
	display:block;
	font-size:21px;
	line-height:21px;
	text-transform:uppercase;
	font-family:'psp_medium';
	margin-bottom:20px;
}

.review_img {
	position:absolute;
	width:160px;
	height:160px;
	left:119px;
	top:-44px;
}

.review_name {
	text-align:center;
	font-size:18px;
	line-height:21px;
	font-family:'psp_medium';
	margin-bottom:20px;
}

.review_name em {
	display:block;
	font-size:16px;
	font-family:'psp_regular';
}

.re1, .re2 {
	height:485px;
	margin-bottom:90px;
}

.re3, .re4 {
	height:360px;
}

.re1 .review_img {
	background:url(../images/re1.png) no-repeat center;
}

.re2 .review_img {
	background:url(../images/re2.png) no-repeat center;
}

.re3 .review_img {
	background:url(../images/re3.png) no-repeat center;
}

.re4 .review_img {
	background:url(../images/re4.png) no-repeat center;
}

.serts {
	padding:70px 0 10px 0;
	background:#f6f6f6;
}

.serts h2 {
	background:url(../images/serts_h2.png) no-repeat center 19px;
	margin-bottom:40px;
}

.serts .wrap {
	width:735px;
}

.sert {
	float:left;
	margin:0 ;
	width:204px;
	height:277px;
	margin:0 17px 35px 24px;
}

.sert a {
	display:block;
	width:198px;
	height:270px;
}

.s1 {
	background:url(../images/s1.png) no-repeat center;
}

.s2 {
	background:url(../images/s2.png) no-repeat center;
}

.s3 {
	background:url(../images/s3.png) no-repeat center;
}

.s4 {
	background:url(../images/s4.png) no-repeat center;
}

.s5 {
	background:url(../images/s5.png) no-repeat center;
}

.s6 {
	background:url(../images/s6.png) no-repeat center;
}

.contacts {
	background:url(../images/contacts.jpg) no-repeat center;
	height:397px;
}

.contacts .wrap {
	background:url(../images/contacts_wrap.png) no-repeat center;
	height:159px;
	width:820px;
	padding-top:35px;
	font-size:18px;
	line-height:24px;
	color:#aabbcb;
	text-align:center;
}

.contacts .wrap b {
	color:#fff;
}

.contacts h2 {
	color:#fff;
	background:url(../images/contacts_h2.png) no-repeat center 19px;
	margin-bottom:5px;
}

.any_q {
	padding:50px 0;
	text-align:center;
}

.any_q h2 {
	font-size:36px;
	line-height:36px;
	margin-bottom:2px;
}

.any_q a {
	display:inline-block;
	color:#0090ff;
	font-size:18px;
	line-height:18px;
	border-bottom:#0090ff solid 1px;
	font-family:'psp_medium';
}

.any_q a:hover {
	border-color:transparent;
}

footer {
	background:#f6f6f6;
	padding:20px 0 24px 0;
}

footer .wrap {
	width:820px;
}

.f_phone {
	float:left;
	width:205px;
	text-align:right;
	font-family:'psp_medium';
	font-size:24px;
	line-height:24px;
	color:#47515f;
}

.f_phone a.mc {
	width: 130px;
	height: 28px;
	font-size:12px;
	line-height:32px;
	margin-top:8px;
}

a.copyright {
	float:right;
	display:inline-block;
	padding-right:106px;
	background:url(../images/mokselle.png) no-repeat right;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#3c4a57;
	font-family:'psp_medium';
	margin-top:20px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#7a7a7a;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	opacity:0.8;
	background-color: #000;
}

.popup {
	position: fixed;
	display: none;
	z-index: 9999;
	width:556px;
	padding:40px 65px 50px 65px;
	text-align:center;
	background:rgba(251,251,251,0.8);
	border-radius:20px;
	color:#47515f;
}

.popup_close {
	width:34px;
	height:34px;
	position:absolute;
	display:block;
	background:url(../images/modal_close.png) no-repeat center;
	right:0px;
	top:0px;
	cursor:pointer;
}

.popup_h1 {
	font-size:47px;
	line-height:40px;
	text-align:center;
	font-family:'psp_medium';
	margin-bottom:11px;
}

.popup_h1 span {
	font-size:24px;
	line-height:24px;
}

.popup_h2 {
	font-size:24px;
	line-height:21px;
	margin-bottom:20px;
}

.popup input.input_ph3 {
	width:355px!important;
}

.thx {
	width:820px;
	padding:40px 0 50px 0;
}

.thx .popup_wrap {
	width:522px;
}

.popup input[type="text"] {
	background-color:#fff;
	width:550px;
}

textarea {
	width: 526px;
	height: 78px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,1,1,.34);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,1,1,.34);
	box-shadow: inset 1px 1px 2px rgba(0,1,1,.34);
	border: solid 3px #1786ca;
	text-align:left;
	padding:10px 10px 10px 14px;
	color:#000;
	font-size:23px;
	line-height:23px;
	font-family:'bliss_regular';
	margin-bottom:17px;
	resize:none;
}

/* --------------------------------------------------------------- */
/* Anton Lukashov | cassador.ru */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { opacity:1; }
input::-moz-placeholder,
textarea::-moz-placeholder { opacity:1; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { opacity:0; }

/* --------------------------------------------------------------- */
/* Errors */

label {
	display:inline-block;
	position:relative;
}
label:before, label:after {
	display:block;
	opacity:0;
	position:absolute;
	visibility:hidden;
	z-index:5;
}
label:before {
	content:'';
	height:0;
	line-height:0;
	position:absolute;
}
label:after {
	color:#fff;
	background: #f00 url('../images/alert_icon.png') center center no-repeat;
	content: ' ';
	cursor:pointer;
	font-size:12px;
	height:20px;
}
label:after {
	line-height:10px;
	padding:11px 17px 0;
	white-space:nowrap;
	border-radius: 4px;
}
label:after:focus {
	visibility:hidden;
	opacity:0;
}

label.left:before {
	z-index: 6;
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
	border-left: 5px solid #f00;
	right:91%;
	top:50%;
	margin: -10px 22px 0 0;
	width:0px;
	height: 0px;
}
label.left:after {
	border-right:solid 1px #f00;
	right:90%;
	margin:-21px 29px 0 -5px;
	top:50%;
}

label.top:before {
	z-index: 6;
	border-left:solid 5px transparent;
	border-right:solid 5px transparent;
	border-top: 5px solid #f00;
	height:0px;
	width: 0px;
	left:28px;
	top:-5px;
}

label.top:after {
	bottom:105%;
	left:15px;
}

label.red input, label.red textarea {
	border: 3px solid #f00 !important;
}
label.red:before, label.red:after {
	visibility:visible;
	opacity:1;
}

/* --------------------------------------------------------------- */
/* cassador.ru */

.animation {
	visibility: visible;
}