@import url(reset.css);

@font-face {
    font-family: "Gotham";
    src: url("../fonts/GothamPro.eot");
    src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"),
         url("../fonts/GothamPro.woff") format("woff"),
         url("../fonts/GothamPro.ttf") format("truetype"),
         url("../fonts/GothamPro.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Light';
  src: url('../fonts/GothamPro-Light.eot');
  src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamPro-Light.woff') format('woff'),
       url('../fonts/GothamPro-Light.ttf') format('truetype'),
       url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Medium';
  src: url('../fonts/GothamPro-Medium.eot');
  src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamPro-Medium.woff') format('woff'),
       url('../fonts/GothamPro-Medium.ttf') format('truetype'),
       url('../fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro-Bold';
  src: url('../fonts/GothamPro-Bold.eot');
  src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamPro-Bold.woff') format('woff'),
       url('../fonts/GothamPro-Bold.ttf') format('truetype'),
       url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'GloberB';
    src: url('../fonts/Glober-Bold.otf');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Glober';
    src: url('../fonts/Glober-Book.otf');
    font-style: normal;
    font-weight: normal;
}

button,input[type="submit"],input[type="button"],a:hover{cursor:pointer;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{display:block;}
a {text-decoration: none;}

input {border:none}

aside, nav, footer, header, section, article {display: block;}

.clear{clear:both;}

.clearfix:before, .clearfix:after{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after{clear: both;}
body{background:url(../images/top-bg.jpg) no-repeat top center;min-width: 1150px;}
.center
{
	width: 1000px;
	margin: 0 auto;
}

header{
	width:100%;
	height: 80px;
}

.logo{
	display:block;
	width: 155px;
	height: 46px;
	float: left;
	margin-top: 23px;
}

header p.phone{
	font-family: 'GothamPro-Light';
	font-size: 18px;
	color:#fff;
	float: right;
	margin-top: 24px;
}



.top-menu{
	float: right;
	margin-top: 15px;
    width: 765px;
    text-align: right;
}

.top-menu li{
	display: inline-block;
	margin-left: 28px;
}

.top-menu li a{
	font-family: 'GothamPro-Light';
	font-size: 14px;
	color:#fff;
	text-decoration: underline;
}
.top-menu li a:hover{text-decoration:none;}

.text{
	width: 800px;
	padding-top: 45px
}

.text h1{
	font-family: 'GothamPro-Bold';
	font-size: 30px;
	color:#fff;
	text-transform: uppercase;
	line-height: 44px;
}

.text h1 span.sp-1{color:#fff7c0;}
.text h1 span.sp-2{color:#fff700;}

.text p{
	font-family: "Gotham";
	font-size: 18px;
	color:#fff;
	line-height: 21px;
	margin-top: 45px;
}

/*.preliminary-calculation{
	width: 375px;
	height: 60px;
	background:url(../images/button-1.png) no-repeat top center;
	display: block;
	margin-top:40px;
}

.preliminary-calculation:hover{
  background-position:0 -60px
}

.text p.small-text-1{
	width: 375px;
	font-family: "Gotham";
	font-size: 12px;
	color:#fff700;
	margin-top:0;
	text-align: center;
}
.text p.small-text-2{color:#fff;}

.just_calc{
	width: 375px;
	height: 60px;
	background:url(../images/button-2.png) no-repeat top center;
	display: block;
	margin-top:35px;
	margin-left: 5px;
}
.zamershik:hover{
	background-position:0 -60px
}*/

.calc-block{
    height: 484px;
    text-align: center;
    width: 1000px;
    margin-top: 35px;
    background:#fff;
    /*background: url(../images/calc-bg.jpg) no-repeat top center;*/
    -webkit-box-shadow: 0 0 54px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 54px rgba(0,0,0,.1);
	box-shadow: 0 0 54px rgba(0,0,0,.1);
	border: solid 1px rgba(0,0,0,0);
    position: relative;
}

.calc-block  h2{
    text-transform: uppercase;
    font: 16px GloberB, Arial,sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
}

.calc-block .steps{
    margin-top: 11px;
}
.calc-block .steps h3{
    color: #565656;
    font-size: 16px;
    margin-bottom: 25px;
}
.calc-block .steps h3 strong{
    font: 16px GloberB, Arial,sans-serif;
    display: inline-block;
    color: #000;
    width: 107px;
    height: 35px;
    padding-top: 10px;
    background: url(../images/step-bg.png) 0 0 no-repeat;
    margin-right: 24px;
}
.calc-block .steps .controls{
    position: absolute;
    width: 100%;
    height: 135px;
    background-color: #E9E9E9;
    bottom: 0;
}
.calc-block .steps .controls .choose-your-destiny{
    margin: 37px 0 0 99px;
}
.calc-block .steps .controls .choose-your-destiny>*{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.calc-block .steps .controls .choose-your-destiny p{
    margin-left: 29px;
    position: relative;
    top: 3px;
    color: #8f8f8f;
}
.calc-block .steps .controls .choose-your-destiny p span{
    color: #424242;
}
.calc-block .steps .controls .next-btn,
.calc-block .steps .controls .prev-btn{
    display: block;
    width: 324px;
    height: 93px;
    background: url(../images/next-btn.png) 0 0 no-repeat;
    float: right;
    margin: 17px 53px 0 53px;
}
.calc-block .steps .controls .next-btn:hover{
    background-position: 0 -93px;
}
.calc-block .steps .controls .prev-btn{
    background-image: url(../images/prev-btn.png);
    float: left;
    text-decoration: underline;
    color: #525252;
    font-size: 16px;
    padding-left: 26px;
}
.calc-block .steps .controls .prev-btn:hover{
    text-decoration: none;
}
.calc-block .steps input[type=text]{
    padding: 3px 6px 0;
    font: 16px Glober, Arial,sans-serif;
    border: solid 1px #e1e1e1;
    width: 71px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
}



.trigger-block{
	text-align:center;
	padding-top: 40px;
	padding-bottom: 45px;
}

.trigger-block img.img-trig{
    width: 222px;
    height: 230px;
    display:inline-block;
	vertical-align: top;
}


.trigger-block .trigger{
	width: 192px;
    height: 195px;
	display:inline-block;
	vertical-align: top;
    border: 3px solid #ffde00;
    margin-left: 63px;
    margin-top: 17px;
}
.trigger-block .img-wrap{height: 82px;padding-top: 40px;margin-bottom: 15px;}
.trigger-block .img-wrap img{margin:0px auto 0;}

.trigger-block p{
	font-family: "Gotham";
	font-size: 14px;
	color:#000;
	margin-top: 5px;
}

.trigger-block p span{font-family: 'GothamPro-Bold';}

.otziv-wrap{
	padding-top: 5px;
	padding-bottom: 5px;
}

.otziv-item{
    background:#EFEFEF;
    position: relative;
    height: 354px;
}

.otziv-img{
  width: 580px;
  height: 354px;
  float: left;
}

.otziv-text {
    padding-right: 20px;
    overflow-y: scroll;
    height: 350px;
    width: 380px;
    margin-left: 40px;
    float: left;
    padding-top: 25px;
    padding-bottom:25px;
}

.otziv-text h3{
    font-family: 'GothamPro-Bold';
    font-size: 16px;
    color:#000;
    margin-bottom: 5px;
}

.otziv-text p{
    font-family: 'GothamPro-Light';
    font-size: 14px;
    color:#000;
}

.otziv-text p.date{
    font-family: 'GothamPro-Light';
    font-size: 14px;
    color:#bababa;
    margin-bottom:10px;
    
}

.klients-about{
  position: absolute;
  top:0;
  left:0;
  width: 78px;
  height: 354px;
}


/* карусель стили начало */

.carusel
{
	width: 1000px;
	margin: 0 auto;
	height: 354px;
}

.horizontal-slider
{
  width: 1000px;
  height: 354px;
  position: relative;
}

.horizontal-slider ul li
{
    float:left;
    width:1000px;
	height: 354px;
}

.horizontal-slider .horizontal-slider-arrow-left{
    background: url(../images/slide-button-left.png) no-repeat left top;
    width: 28px;
    height: 107px;
	top:0;
	top:120px;
	left:0;
    left:-28px;
    position: absolute;
    cursor:pointer;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.horizontal-slider .horizontal-slider-arrow-left:hover{background-position: right top;}

.horizontal-slider .horizontal-slider-arrow-right{
    background: url(../images/slide-button-right.png) no-repeat right top;
    width: 28px;
    height: 107px;
    top:0;
    top:120px;
	right:0;
    right:-28px;
    position: absolute;
    cursor:pointer;
}
.horizontal-slider .horizontal-slider-arrow-right:hover{background-position: left top;}

.horizontal-slider .jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}

.horizontal-slider .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 1000px;
}

/* карусель стили конец */



.form-block{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 75px;
    position: relative;
}

.form-block img{
	position: absolute;
    width: 529px;
    height: 524px;
    top:0;
    right:0;
    top:10px;
    right:-60px;
}

.form-block form{
	width: 480px;
	padding-top: 60px;
}

.form-block form h2{
	font-size: 20px;
	color:#000;
	font-family: "Gotham";
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom:25px;
    background:url(../images/form-txt-img.png) no-repeat top center;
    height: 257px;
    padding-left: 35px;
    padding-top: 35px;
}

.form-block form h2 span{font-family: "GothamPro-Bold";}

.lb_content-call input[type="text"]{
	width: 212px;
	height: 42px;
	border:none;
	padding-left: 17px;
    border: 1px solid #DDDDDD;
	color:#c5c5c5;
	font-size: 14px;
	font-family: "Gotham";
	margin-bottom:20px;
	text-transform:uppercase;
	margin-left:6px
}

.lb_content-call input[type="submit"]{
	background:url(../images/form-button-bg.png) no-repeat top center;
	width: 230px;
	height: 46px;
	border:none;
	font:14px "GothamPro-Bold";
	cursor:pointer;
	color:#55510e;
    float:right;

}

.lb_content-call input[type="submit"]:hover{
	background-position:0 -46px
}


footer{
	height: 131px;
	background:url(../images/footer-bg.jpg) no-repeat top center;
}

.logo-footer{
	width:155px;
	height: 46px;
	display:block;
	float: left;
	margin-top: 40px;
    margin-right: 20px;
}

.f-left-text{
	float:left;
	font-size:12px;
	color:#a3a29d;
	font-family: "Gotham";
	line-height: 19px;
    margin-top: 40px;
}
.razrab{
	font-size:14px;
	color:#929292;
	font-family: "Gotham";
	float: right;
	width: 400px;
	text-align: right;
    margin-top: 95px;
}

.razrab a{
	color:#38bdfb;
	text-decoration:underline;
}
.razrab a:hover{text-decoration: none;}



/* =========================================================== */

.popup{
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    top: 0;
    z-index: 2000;
    min-width: 1300px;
}

.popup-shadow{
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
}



.infoblock {
    position: fixed;
    z-index: 10000;
    height: 64px;
    background-image:url('../images/infbg.png');
    background-repeat: repeat;
    width: 100%;
    left: 0;
    top: -80px;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
    font-size: 32px;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    overflow: hidden;
}

.close-info {
    height: 64px;
    width: 64px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    border-left: solid 1px #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 63px;
    font-size: 48px;
        background-image:url('../images/infbg.png');
    background-repeat: repeat;
}
.close-info:hover {
    opacity: 0.8;
    -moz-transition: 0.3s 0s ease;
    -o-transition:  0.3s 0s ease;
    -webkit-transition: 0.3s 0s ease;
}

.error2 {
letter-spacing:1px!important;
color:#fff!important;
background-position:0 -120px!important
}

.error2:hover {
background-position:0 -180px!important
}

.cor2 {
letter-spacing:0px!important;
color:#fff!important;
background-position:0 -240px!important
}

.cor2:hover {
background-position:0 -300px!important
}

.gr1 {
color:#00ea38
}

.infoblock.err {
    top: -80px;
        background-image:url('../images/infbg.png');
    background-repeat: repeat;
}
.infoblock.err .close-info {
        background-image:url('../images/infbg.png');
    background-repeat: repeat;
    border-left: solid 1px rgb(162, 53, 53);
}


/*---------------------------------------------------------------------*/

.popup-steps{
    text-align: center;
    z-index: 2000;
    position: absolute;
    width: 100%;
}
.popup-shadow{
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
}
.popup-content{
    width: 900px;
    height: 484px;
    margin: 5% auto 0;
    position: relative;
    background-color: #fff;
    z-index: 1900;
    padding: 30px 0 46px;
    position: relative;
}
.popup-content .close{
    position: absolute;
    background: url(../images/close.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    right: 23px;
    top: 22px;
}

.popup-steps .popup-content h1{
    text-transform: uppercase;
    font: 16px GloberB, Arial,sans-serif;
}

.popup-steps .steps{
    margin-top: 11px;
}
.popup-steps .steps h2{
    color: #565656;
    font-size: 16px;
    margin-bottom: 37px;
}
.popup-steps .steps h2 strong{
    font: 16px GloberB, Arial,sans-serif;
    display: inline-block;
    color: #000;
    width: 107px;
    height: 35px;
    padding-top: 10px;
    background: url(../images/step-bg.png) 0 0 no-repeat;
    margin-right: 24px;
} 
.popup-steps .steps .controls{
    position: absolute;
    width: 100%;
    height: 135px;
    background-color: #e9e9e9;
    bottom: 0;
}
.popup-steps .steps .controls .choose-your-destiny{
    margin: 37px 0 0 99px;
}
.popup-steps .steps .controls .choose-your-destiny>*{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.popup-steps .steps .controls .choose-your-destiny p{
    margin-left: 29px;
    position: relative;
    top: 3px;
    color: #8f8f8f;
}
.popup-steps .steps .controls .choose-your-destiny p span{
    color: #424242;
}
.popup-steps .steps .controls .next-btn,
.popup-steps .steps .controls .prev-btn{
    display: block;
    width: 324px;
    height: 93px;
    background: url(../images/next-btn.png) 0 0 no-repeat;
    float: right;
    margin: 17px 53px 0 53px;
}
.popup-steps .steps .controls .next-btn:hover{
    background-position: 0 -93px;
}
.popup-steps .steps .controls .prev-btn{
    background-image: url(../images/prev-btn.png);
    float: left;
    text-decoration: underline;
    color: #525252;
    font-size: 16px;
    padding-left: 26px;
}
.popup-steps .steps .controls .prev-btn:hover{
    text-decoration: none;
}
.popup-steps .steps input[type=text]{
    padding: 3px 6px 0;
    font: 16px Glober, Arial,sans-serif;
    border: solid 1px #e1e1e1;
    width: 71px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
}

.balkon-type label{
    width: 142px;
    display: inline-block;
    margin: 0 40px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}
.balkon-type label img{
    border-radius: 100px;
    border: 5px solid #ececec;
    margin: 0 auto;
}
.balkon-type label input[type=radio]{
    display: none;
}
.balkon-type label span{
    margin-top: 14px;
    display: block;
}
.balkon-type label i{
    position: absolute;
    width: 142px;
    height: 142px;
    background: url(../images/balkon-check.png) 0 0 no-repeat;
    display: none;
    top: 0;
    left: 0;
    border: 5px solid #ececec;
    border-radius: 100px;
    background-position: center;
}
.balkon-type label input[type=radio]:checked+i{
    display: block;
    border-color: #fff10a;
}

.step-3 h2{
    margin-bottom: 24px !important;
}
.step-3 .win-img{
    margin-left: 65px;
}
.step-3 .win-img img{
    display: none;
}
.step-3 .win-img img.active{
    display: block;
}

.step-3 .right{
    width: 468px;
    text-align: left;
}
.step-3 .right label{
    display: block;
    margin-bottom: 18px;
}
.step-3 .right label input[type=text]{
    text-align: center;
}
.step-3 .right label strong{
    font: 16px GloberB, Arial,sans-serif;
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 11px;
}
.step-3 .right label span{
    font-size: 16px;
    margin-left: 5px;
}

.step-3 .idk{
    display: block;
    margin-top: 20px;
    width: 311px;
    height: 45px;
    background-color: #f3f6c9;
    border-radius: 10px;
    margin: 24px 0 0 30px;
    cursor: pointer;
    padding: 13px 0 0 21px;
}
.step-3 .idk input[type=checkbox]{
    display: none;
}
.step-3 .idk input[type=checkbox]+i{
    width: 23px;
    height: 23px;
    background: url(../images/check.png) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 13px;
}
.step-3 .idk input[type=checkbox]:checked+i{
    background-position: 0 -23px;
}

.step-4 h2,
.step-5 h2{
    margin-bottom: 30px !important;
}
.additional-options label img{
    border: 3px solid #ececec;
}
.additional-options label input[type=checkbox]{
    display: none;
}
.additional-options label input[type=checkbox]+i{
    width: 87px;
    height: 46px;
    background: url(../images/switcher.png) 0 0 no-repeat;
    display: block;
    border: none;
    position: relative;
    margin: 6px auto 0;
}
.additional-options label input[type=checkbox]:checked+i{
    background-position: 0 -46px;
}

.step-5{
  text-align: center;
}

.step-5 .balkon-type h3,.step-6 .balkon-type h3,.step-6 .more-settings h3{
  font-size: 16px;
  text-align: center;
  font-family: 'GloberB';
}

.step-5 .balkon-type label img{
  border: 3px solid #ececec;
  width: 67px;
  height: 67px;
}
.step-5 .balkon-type label i{
    width: 67px;
    height: 67px;
    border: 3px solid #000;
    left: 50%;
    margin-left: -33px;
}

.step-5 .balkon-type.left{background: url(../images/more-settings-line.png) right center no-repeat;padding-right: 30px;margin-left: 60px;}
.step-5 .balkon-type.right{padding-left: 20px;margin-right: 86px;margin-left:0;}

.step-5 .floor-material label {margin: 0 23px;}


.step-6 h2{
    margin-bottom: 10px !important;
}

.step.step-6>h3 {margin-bottom: 30px;}
.step-6 .floor-material {margin-left: 135px;}
.step-6 .more-settings{width: 405px;}
.step-6 .more-settings label strong{
  float:left;
  font-family: 'Glober';
  margin-top: 17px;
  font-size: 14px;
  margin-left: 85px;
  width: 130px;
  text-align: left;
}

.step-6 .more-settings label input[type=checkbox]+i{float:left;}



.floor-material label{
    margin: 0 18px;
    text-align: center;
    width: 84px;
}
.floor-material label img{
    border: 3px solid #ececec;
    width: 74px;
    height: 74px;
}
.floor-material label i{
    width: 74px;
    height: 74px;
    border: 3px solid #000;
    left: 50%;
    margin-left: -37px;
}

.more-settings{
    background: url(../images/more-settings-line.png) 0 0 no-repeat;
    width: 226px;
    height: 200px;
    margin-top: -30px;
    padding-top: 19px;
}
.more-settings label{
    display: block;
    cursor: pointer;
}
.more-settings label strong{
    font: 16px GloberB, Arial,sans-serif;
    display: block;
}
.more-settings label input[type=checkbox]{
    display: none;
}
.more-settings label input[type=checkbox]+i{
    width: 87px;
    height: 46px;
    background: url(../images/switcher.png) 0 0 no-repeat;
    display: block;
    border: none;
    position: relative;
    margin: 0 auto;
}
.more-settings label input[type=checkbox]:checked+i{
    background-position: 0 -46px;
}
.more-settings .thermoregulator{
    margin-top: 20px;
    display: none;
}
.more-settings .thermoregulator strong{
    font-family: Glober;
}

.step-7 h3,
.step-8 h3,
.step-5.var-2 h3{
    font: 16px GloberB, Arial,sans-serif;
    text-align: center;
}
.step-7 .floor-material label{
    margin: 19px 12px 0;
    width: 140px;
}

.step-7 .floor-material.left {margin-left: 60px;background: url(../images/more-settings-line.png) right center no-repeat;padding-right: 20px}
.step-7 .floor-material.right {margin-right: 70px;margin-left:0;}
.step-7 .floor-material h3 {
  margin-bottom:0;
}

.step-7 .more-settings{
    width: 401px;
    padding: 0;
    margin-top: 0;
}
.step-7 .more-settings h3{
    margin-bottom: 8px;
}
.step-7 .more-settings strong{
    font: 14px Glober, Arial,sans-serif;
    display: inline-block;
    width: 124px;
    text-align: left;
    margin-bottom: 5px;
}
.step-7 .more-settings label input[type=checkbox]+i{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.step-7 em{
  color:#9e9e9e;
  font-family: 'Glober';
  font-size: 12px;
}

.step-2,
.step-3,
.step-4,
.step-5,
.step-6,
.step-8,
.step-7{
    display: none;
}
.step-1{
  display:block;
}


.step-5.var-2 h3{
    font: 16px GloberB, Arial,sans-serif;
    text-align: center;
}
.step-5.var-2 .floor-material label{
    margin: 19px 12px 0;
    width: 107px;
}
.floor-material{
    text-align: left;
    margin-left: 24px;
}
.floor-material label{
    margin: 0 18px;
    text-align: center;
    width: 84px;
}
.step-5.var-2 .floor-material label img{
    border: 3px solid #ececec;
    width: 74px;
    height: 74px;
}
.step-5.var-2 .floor-material label i{
    width: 74px;
    height: 74px;
    border: 3px solid #000;
    left: 50%;
    margin-left: -37px;
}


.step-5.var-2 .balkon-type.floor-material.right{
    margin-right: 21px;
    position: relative;
}
.step-5.var-2 .balkon-type.floor-material.right:before{
    background: url(../images/more-settings-line.png) 0 0 no-repeat;
    width: 1px;
    height: 205px;
    content: '';
    display: block;
    position: absolute;
    left: -19px;
    top: -3px;
    visibility: visible;
}


.step-8 img.left{
    position: absolute;
    top: 0;
}
.step-8 .right{
    width: 538px;
}
.step-8 .right h2{
    margin-top: 15px;
}
.step-8 .right p{
    font-size: 16px;
    line-height: 24px;
    background: url(../images/accuracy.png) right bottom no-repeat;
    width: 433px;
    margin: 42px auto 0;
    padding-bottom: 4px;
}
.step-8 .right p strong{
    font-family: GloberB;
}
.step-8 .right .finish-form{
    width: 232px;
    margin: 40px auto 0;
}
.step-8 .right .finish-form label{
    display: block;
    margin-bottom: 24px;
}
.step-8 .right .finish-form span{
    font-size: 12px;
    color: #737373;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}
.step-8 .right .finish-form input[type=text]{
    width: 100%;
    height: 40px;
}
.step-8 .right input[type=submit]{
    width: 238px;
    height: 50px;
    background: url(../images/submit-btn.png) 0 0 no-repeat;
    font: 16px GloberB, Arial,sans-serif;
    padding-bottom: 4px;
    margin-top: 11px;
}
.step-8 .right input[type=submit]:hover{
    background-position: 0 -52px;
}

.error{
    box-shadow: 0 0 10px #f00 !important;
    border-color: #f00!important;
}


