﻿/*--------------------------------------------------
/ Design by  2014
--------------------------------------------------- */
@font-face {
    font-family: 'pf_din_text_cond_promedium';
    src: url('../font/pfdintextcondpro-medium-webfont.eot');
    src: url('../font/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/pfdintextcondpro-medium-webfont.woff') format('woff'),
         url('../font/pfdintextcondpro-medium-webfont.ttf') format('truetype'),
         url('../font/pfdintextcondpro-medium-webfont.svg#pf_din_text_cond_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	margin: 0;
	padding: 0;
	outline: none !important;
}
*:focus {outline: none;}
html {
	height: 100%;
	width: 100%;
	background: #edebec;
}
body {
	position: relative;
	width: 100%;
	height: 100% !important;
	min-height: 100%;
	min-width: 1000px;
	color: #fff;
	font: 30px/36px 'PT Sans Narrow', trebuchet, helvetica, arial, sans-serif;
}
a {
	color: #ffa800;
	text-decoration: underline;
	outline: none;
	transition: 		all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: 	all 0.4s ease;
	-o-transition: 		all 0.4s ease;
	-ms-transition: 	all 0.4s ease;
}
a:hover {
	color: #d52f2f;
}
a:visited {/*color:#;*/}
select,
input,
textarea {
	height: 22px;
	color: #555;
	font: 14px/22px trebuchet, helvetica, sans-serif;
	background: none;
	vertical-align: middle;
	border: 1px solid #000;
	padding: 0 0 0 5px;
	outline: none;
}
textarea {
	height: 100px;
	padding: 3px 5px;
	resize: vertical;
}
ol,
ul {
	margin: 0 0 20px 25px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	vertical-align: top;
}
blockquote,
q {
	quotes: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
h1,
h2 {
	color: #2f354e;
	font: 60px/48px 'pf_din_text_cond_promedium';
	text-align: center;
	margin: 0 0 10px;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
p {
	padding: 0;
	margin: 0 0 18px;
}
/* ================ framework ================= */
.clr {
	clear: both !important;
	float: none !important;
}
.left {float: left;}
.right {float: right;}
/* =========================== main boxes =========================== */
.wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100% !important;
	background: #edebec;
	margin: 0 0 -121px;
	z-index: 300;
}
.header {
	position: fixed;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 115px;
	background: url(../img/bg_header.png) no-repeat 0 0;
	margin: 0 0 0 -960px;
	z-index: 500;
	-webkit-backface-visibility: hidden; /* for Chrome */
	-webkit-transform: translateZ(0); /* for Chrome */
}
.body {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: url(../img/bg_top.jpg) no-repeat center 0;
	padding: 25px 0 121px;
	z-index: 300;
}
.content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.footer {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 121px;
	color: #898989;
	background: #e3e2e3;
	margin: -121px auto 0;
	z-index: 400;
}
/* =========================== header =========================== */
.headerInn {
	position: relative;
	width: 1000px;
	height: 115px;
	margin: 0 auto;
}
.logoBox {
	float: left;
	margin: 9px 0 0;
}
.logoBox2 {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 141px;
	margin: 0 0 0 -101px;
}
.headerTellBox {
	overflow: hidden;
	float: right;
	width: 300px;
	height: 30px;
	color: #fff;
	text-align: right;
	font: 30px/30px 'pf_din_text_cond_promedium';
	margin: 9px 0 0;
}
a.linkOrderCall {
	position: absolute;
	top: 44px;
	right: -3px;
	color: #fff609;
	font: 18px/18px 'pf_din_text_cond_promedium';
	text-decoration: none;
	padding: 6px 8px 9px;
	border: 3px solid #fff609;
	border-radius: 10px;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 10px;/* Firefox */
	-webkit-border-radius: 10px;/* Safari 4 */
}
a.linkOrderCall:hover {
	color: #424a6a;
	border-color: #424a6a;
}
/* =========================== / header =========================== */
/* =========================== footer =========================== */
.footerInn {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 121px;
	margin: 0 auto;
}
.footerTellBox {
	float: left;
	width: 300px;
	color: #2f354e;
	font: 30px/30px 'pf_din_text_cond_promedium';
	margin: 39px 0 0;
}
.devBox {
	float: right;
	width: 200px;
	text-align: right;
	margin: 40px 0 0;
}
.devBox a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}
.footer a.linkOrderCall {
	position: absolute;
	top: 37px;
	right: auto;
	left: 419px;
	color: #ffa800;
	font-size: 21px;
	line-height: 21px;
	padding: 0;
	border: none;
	border-bottom: 1px dashed #ffa800;
	border-radius: 0;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 0;/* Firefox */
	-webkit-border-radius: 0;/* Safari 4 */
}
.footer a.linkOrderCall:hover {
	color: #d52f2f;
	border-color: #d52f2f;
}
/* =========================== / footer =========================== */
/* =========================== content =========================== */
.topBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 1354px;
	margin: 0 auto -142px;
	z-index: 300;
}
.topBox .content {
	color: #2f354e;
	text-align: center;
	font: 300 italic 30px/32px 'Roboto Condensed', sans-serif;
	padding: 98px 0 0;
}
.topBoxText {
	overflow: hidden;
	height: 500px;
	margin: 0 0 25px;
}
.topBox table {
	width: 100%;
	border: none;
}
.topBox table td {
	width: 50%;
	padding: 0;
	border: none;
}
.topBox table td.border_b {
	border-bottom: 1px solid #c9cad0;
}
.topBox table td.border_r {
	border-right: 1px solid #c9cad0;
}
.servBox {
	position: relative;
	width: 244px;
	min-height: 58px;
	color: #2f354e;
	text-align: left;
	font: 24px/24px 'pf_din_text_cond_promedium';
	padding: 35px 0 40px 236px;
}
.servBox.short {
	padding-left: 208px;
}
.servBox.margin {
	margin: 40px 0 15px;
}
.servBox.margin-2 {
	margin: 30px 0 0;
}
.servBox.margin-3 {
	margin: 11px 0 0;
}
.servBoxIco {
	position: absolute;
	top: 38px;
	left: 217px;
	width: 15px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat 0 0;
	z-index: 100;
}
.servBox.short .servBoxIco {
    left: 188px;
}
.servBoxPic {
	position: absolute;
}
.ico_set {
	top: 21px;
	left: 57px;
	width: 119px;
	height: 97px;
	background: url(../img/sprite.png) no-repeat -16px 0;
}
.ico_docs {
	top: 12px;
	left: 64px;
	width: 87px;
	height: 103px;
	background: url(../img/sprite.png) no-repeat -135px 0;
}
.ico_tv {
	top: 5px;
	left: 27px;
	width: 136px;
	height: 110px;
	background: url(../img/sprite.png) no-repeat -222px 0;
}
.ico_robot {
	top: -2px;
	left: 50px;
	width: 129px;
	height: 116px;
	background: url(../img/sprite.png) no-repeat 0 -103px;
}
.ico_phone {
	top: -4px;
	left: 49px;
	width: 95px;
	height: 130px;
	background: url(../img/sprite.png) no-repeat -129px -110px;
}
.ico_batman {
	top: 16px;
	left: 63px;
	width: 117px;
	height: 122px;
	background: url(../img/sprite.png) no-repeat -224px -110px;
}
.knownBox {
	position: relative;
	min-width: 1000px;
	max-width: 1920px;
	height: 760px;
	text-align: center;
	background: url(../img/bg_toptail.png) no-repeat center bottom;
	padding: 115px 0 0;
	margin: 0 auto -180px;
	z-index: 200;
}
.sliderBoxWrap {
	position: relative;
	min-width: 1000px;
	max-width: 1920px;
	text-align: left;
	color: #fff;
	background: #4d5564 url(../img/bg_gradient.jpg) no-repeat center 0;
	padding: 169px 0 120px;
	margin: 0 auto;
	z-index: 100;
}
.sliderBoxWrap h2 {
	margin: 0;
}
a.linkMoreText {
	display: block;
	position: absolute;
	bottom: -52px;
	right: 5px;
	color: #2f354e;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none !important;
	padding: 0 2px;
	border-bottom: 1px dashed #2f354e;
	cursor: pointer;
}
a.linkMoreText:hover {
	color: #d52f2f;
	border-color: #d52f2f;
}
a.linkMoreText span {
	display: inline-block;
	padding: 0 0 5px;
}
a.linkMoreText .linkText-2 {
	display: none;
}
a.linkMoreText.opened .linkText-1 {
	display: none;
}
a.linkMoreText.opened .linkText-2 {
	display: block;
}
.textContent {
	text-align: justify;
}
.textHidden {
	display: none;
	text-align: justify;
	padding: 18px 0 0;
}
.bgBottomBox {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background: url(../img/bg_bottom.jpg) no-repeat center 0;
	z-index: 300;
}
.bgBottomTailBox {
	position: absolute;
	top: -72px;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 79px;
	background: url(../img/bg_bottom_tail_top.png) no-repeat center 0;
}
.autoBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 854px;
	text-align: center;
	padding: 30px 0 0;
	margin: 0 auto 0;
	z-index: 200;
}
.partnersBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 552px;
	text-align: center;
	background: url(../img/bg_partnersBox.png) no-repeat center 0;
	padding: 45px 0 0;
	margin: 0 auto;
	z-index: 300;
}
.partnersBox h3 {
	color: #fff;
	font: 60px/48px 'pf_din_text_cond_promedium';
	text-align: center;
	margin: 0 0 60px;
}
.partnersListWrap {
	overflow: hidden;
}
.partnersList {
	overflow: hidden;
	width: 120%;
}
.partnerItem {
	position: relative;
	overflow: hidden;
	float: left;
	width: 203px;
	height: 114px;
	background: #fff;
	border: 10px solid #8cd8f6;
	margin: 0 36px 30px 0;
	border-radius: 12px;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 12px;/* Firefox */
	-webkit-border-radius: 12px;/* Safari 4 */
}
.partnerItem div {
	overflow: hidden;
	width: 203px;
	height: 114px;
	border-radius: 4px;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 4px;/* Firefox */
	-webkit-border-radius: 4px;/* Safari 4 */
}
.partnerItem div span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 203px;
	height: 114px;
}
.incBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 575px;
	text-align: left;
	color: #fff;
	font: 67px/80px 'pf_din_text_cond_promedium';
	background: url(../img/bg_incBox.png) no-repeat center 0;
	padding: 35px 0 0;
	margin: 0 auto -146px;
	z-index: 200;
}
.incBox .content {
	width: 463px;
	padding: 0 500px 0 37px;
}
.incBox .formBox {
	top: 5px;
	right: auto;
	left: 50%;
	margin: 0 0 0 127px;
	z-index: 200;
}
.schemeBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	text-align: center;
	padding: 114px 0 113px;
	margin: 0 auto;
	z-index: 100;
}
.schemeBox h3 {
	color: #2f354e;
	font: 60px/60px 'pf_din_text_cond_promedium';
	text-align: center;
	margin: 0 0 38px;
}
.easyBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 607px;
	text-align: center;
	background: url(../img/bg_easyBox.png) no-repeat center 0;
	padding: 43px 0 0;
	margin: 0 auto;
	z-index: 300;
}
.aminationBox {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 109px 0 0;
}
.aminationPic {
	position: relative;
	width: 1000px;
	height: 153px;
	background: url(../img/bg_amination.png) no-repeat center 0;
	padding: 0 0 25px;
}
.lineLeft,
.lineRight {
	overflow: hidden;
	position: absolute;
	top: 64px;
	left: 190px;
	width: 210px;
	height: 3px;
}
.lineRight {
	left: 630px;
	width: 223px;
}
.lineLeft span,
.lineRight span {
	display: block;
	float: left;
	width: 11px;
	height: 3px;
	background: #363c58;
	margin: 0 5px 0 0;
}
.ico_tell {
	position: absolute;
	top: 26px;
	left: 495px;
	width: 45px;
	height: 70px;
	background: url(../img/sprite.png) no-repeat 0 -609px;
}
.ico_round {
	position: absolute;
	top: 0;
	right: 44px;
	width: 32px;
	height: 32px;
	background: url(../img/sprite.png) no-repeat 0 -687px;
}
.ico_rec {
	position: absolute;
	top: 46px;
	right: 36px;
	width: 50px;
	height: 27px;
	background: url(../img/sprite.png) no-repeat -60px -609px;
}
.aminationText {
	position: relative;
	float: left;
	width: 285px;
	color: #31486f;
	font: 18px/18px 'Roboto Condensed';
}
.aminationText.text-2 {
	margin: 0 0 0 117px;
}
.aminationText.text-3 {
	float: right;
	width: 224px;
}
.aminationText h5 {
	color: #31486f;
	text-align: left;
	font: 30px/30px 'Roboto Condensed';
	margin: 0 0 4px;
}
.getBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 226px;
	text-align: center;
	background: url(../img/bg_getBox.png) no-repeat center 0;
	padding: 353px 0 0;
	margin: 0 auto;
	z-index: 200;
}
.getBox h4 {
	position: relative;
	color: #fff;
	font: 36px/39px 'pf_din_text_cond_promedium';
	text-align: left;
	background: rgba(54,60,88,0.7);
	padding: 13px 20px 42px 25px;
	margin: 0 333px 0 10px;
	z-index: 200;
}
.getBox h4 b {
	font-weight: normal;
	font-size: 48px;
}
.getBox .formBox {
	top: 72px;
	right: auto;
	left: 50%;
	margin: 0 0 0 171px;
}
.arrowBox,
.arrowBox2 {
	display: none;
	position: absolute;
	top: -173px;
	left: 349px;
	width: 317px;
	height: 178px;
	background: url(../img/sprite.png) no-repeat -49px -661px;
	z-index: 100;
}
.arrowBox2 {
	top: 122px;
	left: 50%;
	width: 281px;
	height: 132px;
	background: url(../img/sprite.png) no-repeat -85px -845px;
	margin: 0 0 0 -134px;
	z-index: 300;
}
.getBox.closed .arrowBox,
.incBox.closed .arrowBox2 {
	display: block;
}
.scrollPoint,
.scrollPoint2 {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 10px;
}
.scrollPoint2 {
	top: -150px;
}
.armyBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 552px;
	text-align: center;
	background: url(../img/bg_armyBox.jpg) no-repeat center 0;
	padding: 9px 0 0;
	margin: 0 auto;
	z-index: 100;
}
.armyBox h3,
.autoBox h3,
.knownBox h3 {
	color: #2f354e;
	font: 60px/48px 'pf_din_text_cond_promedium';
	text-align: center;
	margin: 0 0 10px;
}
.analiticBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 572px;
	text-align: center;
	background: url(../img/bg_analiticBox.png) no-repeat center 0;
	padding: 13px 0 0;
	margin: 0 auto;
	z-index: 300;
}
.analiticBox h3 {
	color: #fff;
	font: 60px/65px 'pf_din_text_cond_promedium';
	margin: 0 0 10px;
}
.inculcationBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 506px;
	text-align: center;
	background: url(../img/bg_inculcationBox.png) no-repeat center 0;
	padding: 20px 0 0;
	margin: 0 auto;
	z-index: 200;
}
.inculcationBox h3 {
	width: 550px;
	color: #fff;
	text-align: left;
	font: 48px/57px 'pf_din_text_cond_promedium';
	background: rgba(54,60,88,0.7);
	padding: 5px 22px 23px;
	margin: 0 0 0 33px;
}
.inculcationBox .formBox {
	top: -1px;
	right: auto;
	left: 50%;
	margin: 0 0 0 142px;
}
.inculcationBox .formBox p {
	padding: 10px 0 20px;
}
.safeBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 504px;
	color: #fff;
	font: 30px/30px 'pf_din_text_cond_promedium';
	text-align: center;
	background: url(../img/bg_safeBox.jpg) no-repeat center 0;
	padding: 20px 0 0;
	margin: 0 auto;
	z-index: 100;
}
.safeBox h2 {
	color: #fff;
	margin: 0 0 102px;
}
.safeBox p {
	text-align: left;
	margin: 0 0 30px 470px;
}
.supportBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 754px;
	text-align: center;
	background: url(../img/bg_supportBox.png) no-repeat center 0;
	padding: 32px 0 0;
	margin: 0 auto;
	z-index: 300;
}
.supportBox h2 {
	margin: 0 0 26px;
}
.supportItem {
	position: relative;
	min-height: 30px;
	color: #31486f;
	text-align: left;
	font: 36px/36px 'pf_din_text_cond_promedium';
	padding: 50px 0 80px 243px;
	margin: 0 170px 0 152px;
}
.supportPic {
	position: absolute;
}
.ico_superman {
	top: 8px;
	left: 0;
	width: 200px;
	height: 205px;
	background: url(../img/sprite.png) no-repeat -166px -333px;
}
.ico_reward {
	top: 34px;
	left: 17px;
	width: 177px;
	height: 123px;
	background: url(../img/sprite.png) no-repeat -190px -538px;
}
.ico_wrench {
	top: 12px;
	left: 28px;
	width: 152px;
	height: 146px;
	background: url(../img/sprite.png) no-repeat 0 -375px;
}
.introductionBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 571px;
	text-align: center;
	background: url(../img/bg_introductionBox.png) no-repeat center 0;
	margin: 0 auto;
	z-index: 100;
}
.introductionBox h4 {
	color: #fff;
	font: 48px/48px 'pf_din_text_cond_promedium';
	text-align: center;
	background: rgba(54,60,88,0.7);
	padding: 10px 53px 18px;
	margin: 0 52px;
}
.introductionBox h4 b {
	font-weight: normal;
	font-size: 60px;
}
.introductionBox .formBox {
	top: 138px;
	right: auto;
	left: 50%;
	margin: 0 0 0 125px;
}
.onePlaceBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 944px;
	text-align: center;
	margin: 0 auto;
	z-index: 300;
}
.onePlaceBox h2 {
	line-height: 60px;
	margin: 0 0 29px;
}
.workAboutBox {
	position: relative;
	min-width: 1000px;
	max-width: 1920px;
	padding: 28px 0 0;
	margin: 0 auto;
	z-index: 200;
}
.workAboutBox .content {
	height: 465px;
	z-index: 300;
}
.workAboutTail {
	position: absolute;
	bottom: -130px;
	left: 0;
	width: 1920px;
	height: 130px;
	background: url(../img/bg_tail_white.png) no-repeat 0 0;
	z-index: 200;
}
.workAboutBox h2 {
	margin: 0 0 32px;
}
.workAboutItem {
	position: relative;
	min-height: 30px;
	color: #31486f;
	font: 300 18px/18px 'Roboto Condensed';
	padding: 20px 0 5px 190px;
	margin: 0 220px 0 231px;
}
.workAboutItem h4 {
	color: #31486f;
	font: 24px/24px 'pf_din_text_cond_promedium';
	text-align: left;
	margin: 0 0 5px;
}
.workAboutIco {
	position: absolute;
	top: 26px;
	left: 154px;
	width: 14px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat 0 -48px;
}
.workAboutNumber {
	position: absolute;
	top: 20px;
	left: 117px;
	width: 40px;
	color: #3a9fff;
	text-align: center;
	font: bold 48px/48px 'pf_din_text_cond_promedium', sans-serif;
}
.workAboutPic {
	position: absolute;
}
.ico_start {
	top: 8px;
	left: 23px;
	width: 76px;
	height: 76px;
	background: url(../img/sprite.png) no-repeat 0 -222px;
}
.ico_lupe {
	top: 17px;
	left: 20px;
	width: 109px;
	height: 67px;
	background: url(../img/sprite.png) no-repeat -80px -245px;
}
.ico_setting {
	top: 11px;
	left: 17px;
	width: 83px;
	height: 67px;
	background: url(../img/sprite.png) no-repeat -189px -245px;
}
.ico_hat {
	top: 25px;
	left: 9px;
	width: 97px;
	height: 57px;
	background: url(../img/sprite.png) no-repeat 0 -312px;
}
.ico_lifebuoy {
	top: 8px;
	left: 17px;
	width: 91px;
	height: 88px;
	background: url(../img/sprite.png) no-repeat -275px -245px;
}
.mapBox {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	height: 694px;
	margin: 0 auto;
	z-index: 100;
}
.mapBox .formBox {
	top: 211px;
	right: auto;
	left: 50%;
	margin: 0 0 0 130px;
}
.mapBox h1 {
	position: absolute;
	top: 153px;
	left: 0;
	width: 100%;
}
/* =========================== / content =========================== */
/* =========================== form =========================== */
.formBox {
	position: absolute;
	top: 238px;
	right: 21px;
	text-align: center;
	z-index: 500;
}
.boxBlue {
	width: 354px;
	height: 468px;
	background: url(../img/sprite_popup.png) no-repeat 0 0;
}
.boxBlue .formInn {
	color: #fff;
	font-style: normal;
	font-size: 28px;
	line-height: 29px;
	padding: 51px 20px 20px;
}
.boxBlue .formInn p {
	margin: 0 0 25px;
}
.boxBlue .formInn p b {
	font-weight: normal;
	font-family: 'pf_din_text_cond_promedium';
}
.boxLtBlue {
	width: 354px;
	height: 454px;
	background: url(../img/sprite_popup.png) no-repeat -368px 0;
}
.boxLtBlue .formInn {
	color: #2f354e;
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	padding: 36px 20px 20px;
}
.boxLtBlue .formInn p {
    margin: 0 0 24px;
}
.boxLtBlue a.linkGuarantee {
    color: #605768;
    border-color: #605768;
}
.boxLtBlueSmall {
	width: 354px;
	height: 372px;
	background: url(../img/sprite_popup.png) no-repeat 0 -481px;
}
.boxLtBlueSmall .formInn {
	padding: 69px 20px 20px;
}
.boxLtBlueSmall a.linkGuarantee {
    color: #62697e;
    border-color: #2f354e;
}
.boxLtBlueMiddle {
	width: 337px;
	height: 419px;
	background: url(../img/sprite_popup.png) no-repeat -368px -468px;
}
.boxLtBlueMiddle .formInn {
	padding: 82px 11px 20px;
}
.boxLtBlueMiddle a.linkGuarantee {
    color: #596076;
    border-color: #2f354e;
}
.inputBox {
	display: block;
	width: 275px;
	height: 33px;
	background: #fff;
	padding: 8px;
	margin: 0 0 16px 11px;
	border-radius: 6px;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 6px;/* Firefox */
	-webkit-border-radius: 6px;/* Safari 4 */
}
.inputBox input {
	display: block;
	width: 275px;
	height: 33px;
	color: #2f354e;
	text-align: center;
	font: 400 17px/33px 'Roboto Condensed', sans-serif;
	background: #ebebeb;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: inset 3px 3px 5px #bababa;/* IE 9, Safari 5,re4 Chrome */
	-moz-box-shadow: inset 3px 3px 5px #bababa;/* Firefox */
	-webkit-box-shadow: inset 3px 3px 5px #bababa;/* Safari 4 */
	-ms-box-shadow: inset 3px 3px 5px #bababa;
}
.inputBox input::-webkit-input-placeholder {color: #2f354e;}
.inputBox input:-moz-placeholder {color: #2f354e;}
.inputBox input:-ms-input-placeholder {color: #2f354e;}
.error input[type='text'] {
	color: #f31227 !important;
}
.inputBox input.user_name:focus::-webkit-input-placeholder { color:transparent; }
.inputBox input.user_name:focus:-moz-placeholder { color:transparent; }
.btnBox {
	width: 274px;
	height: 68px;
	margin: 24px 0 9px 11px;
	border: 8px solid #2f354e;
	border-radius: 8px;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 8px;/* Firefox */
	-webkit-border-radius: 8px;/* Safari 4 */
}
input.btn {
	display: block;
	width: 274px;
	height: 68px;
	color: #2f354e;
	text-align: center;
	font: 36px/60px 'pf_din_text_cond_promedium', sans-serif;
	background: #ffd30a;
	background: -moz-linear-gradient(to bottom, #ffd30a, #ff8500);/* Firefox */
	background: -webkit-linear-gradient(to bottom, #ffd30a, #ff8500);/* Safari 5, Chrome */
	background: -o-linear-gradient(to bottom, #ffd30a, #ff8500);
	background: -ms-linear-gradient(to bottom, #ffd30a, #ff8500);
	background: linear-gradient(to bottom, #ffd30a, #ff8500);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd30a', endColorstr='#ff8500');/* IE6–IE9 */
	padding: 0;
	margin: 0;
	border: 3px solid #ffa800;
	cursor: pointer;
}
input.btn:hover {
	background: #ff8500;
	background: -moz-linear-gradient(to bottom, #ff8500, #ffd30a);/* Firefox */
	background: -webkit-linear-gradient(to bottom, #ff8500, #ffd30a);/* Safari 5, Chrome */
	background: -o-linear-gradient(to bottom, #ff8500, #ffd30a);
	background: -ms-linear-gradient(to bottom, #ff8500, #ffd30a);
	background: linear-gradient(to bottom, #ff8500, #ffd30a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8500', endColorstr='#ffd30a');/* IE6–IE9 */
}
a.linkGuarantee {
	display: inline-block;
	vertical-align: top;
	position: relative;
	white-space: nowrap;
	color: #2b4c74;
	font: 400 17px/17px 'Roboto Condensed', sans-serif;
	text-decoration: none !important;
	border-bottom: 1px dashed #2f354e;
	margin: 0 0 0 35px;
	cursor: pointer;
}
a.linkGuarantee:hover {
	border: none;
}
a.linkGuarantee span {
	display: block;
	position: absolute;
	top: 1px;
	left: -29px;
	width: 14px;
	height: 20px;
	background: url(../img/sprite.png) no-repeat 0 -24px;
}
/* =========================== / form =========================== */
/* =========================== popup =========================== */
.layerBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2000;
}
.popupBox {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	width: 337px;
	height: 419px;
	margin: 0 0 0 -169px;
	z-index: 2500;
}
.popupBox .formBox {
	position: relative;
	top: 0;
	left: 0;
}
a.linkClose {
	display: block;
	position: absolute;
	top: -30px;
	right: -25px;
	width: 21px;
	height: 21px;
	text-decoration: none !important;
	background: url(../img/sprite.png) 0 -726px;
	cursor: pointer;
}
a.linkClose:hover {
	opacity: 0.7;
	filter:alpha(opacity = 70);
}
.popupGarBox {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	width: 540px;
	color: #2f354e;
	font-size: 20px;
	line-height: 22px;
	background: #cbd6e8;
	margin: 0 0 0 -257px;
	z-index: 2500;
	border: 7px solid #2f354e;
	border-radius: 7px;/* IE 9, Safari 5, Chrome */
	-moz-border-radius: 7px;/* Firefox */
	-webkit-border-radius: 7px;/* Safari 4 */
}
.popupGarInn {
	padding: 25px;
}
.popupGarBox h4 {
	color: #31486f;
	font: 36px/36px 'pf_din_text_cond_promedium';
	text-align: left;
	margin: 0 0 10px;
}
.popupGarBox a.linkClose {
	top: -37px;
	right: -32px;
}
/* =========================== / popup =========================== */