@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: 33px;
    margin-bottom: 11px;
}

.calc-block .steps{
    margin-top: 11px;
}
.calc-block .steps h3{
    color: #565656;
    font-size: 16px;
    margin-bottom: 32px;
}
.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;
}


.calc-block .window-type label{
    width: 97px;
    margin: 0 22px;
}
.balkon-type.window-type label i{
    width: 97px;
    height: 97px;
}
.calc-block .mosquito{
    margin-top: 39px;
}
.calc-block .mosquito label{display: inline-block;}
.calc-block .mosquito strong{
    font: 16px Glober, Arial,sans-serif;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
}
.calc-block .mosquito .switcher input[type=checkbox]+i{
    display: inline-block;
    vertical-align: middle;
}



.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);
}


/*---------------------------------------------------------------------*/

.calc-block{
    text-align: center;
    z-index: 2000;
    width: 1008px;
}
.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;
}

.calc-block .popup-content h1{
    text-transform: uppercase;
    font: 16px GloberB, Arial,sans-serif;
}

.calc-block .steps{
    margin-top: 11px;
}
.calc-block .steps h2{
    color: #565656;
    font-size: 16px;
    margin-bottom: 11px;
}
.calc-block .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;
} 
.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;
}

.balkon-type label{
    width: 142px;
    display: inline-block;
    margin: 0 64px;
    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: 28px;
    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-2 h2{
    margin-bottom: 11px !important;
}
.step-2 h3{
    margin-bottom: 11px !important;
}
.step-2 .win-img{
    margin-left: 65px;
}
.step-2 .win-img img{
    display: none;
}
.step-2 .win-img img.active{
    display: block;
}

.step-2 .right{
    width: 468px;
    text-align: left;
}
.step-2 .right label{
    display: block;
    margin-bottom: 18px;
}
.step-2 .right label input[type=text]{
    text-align: center;
}
.step-2 .right label strong{
    font: 16px GloberB, Arial,sans-serif;
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 11px;
}
.step-2 .right label span{
    font-size: 16px;
    margin-left: 5px;
}

.step-2 .idk{
    display: block;
    margin-top: 20px;
    width: 311px;
    height: 45px;
    background-color: #f4f6ca;
    border-radius: 10px;
    margin: 24px 0 0 30px;
    cursor: pointer;
    padding: 13px 0 0 21px;
}
.step-2 .idk input[type=checkbox]{
    display: none;
}
.step-2 .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-2 .idk input[type=checkbox]:checked+i{
    background-position: 0 -23px;
}

.step-4 h2,
.step-5 h2{
    margin-bottom: 11px !important;
}
.additional-options{
    margin-top: -16px;
}
.additional-options label img{
    border: none;
}
.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,
.switcher{
    display: block;
    cursor: pointer;
}
.more-settings label strong,
.switcher strong{
    font: 16px GloberB, Arial,sans-serif;
    display: block;
}
.more-settings label input[type=checkbox],
.switcher input[type=checkbox]{
    display: none;
}
.more-settings label input[type=checkbox]+i,
.switcher 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,
.switcher 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-1,
.step-2,
.step-3,
.step-3-custom,
.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;
}


.calc-block .steps .win-img{
    display: none;
}
.calc-block .steps .win-img.active{
    display: block;
}
.calc-block .steps .win-img{
    width: 259px;
    height: 204px;
    background: url(../images/triple-window.png) 0 0 no-repeat;
    position: relative;
    padding: 16px 0 0 19px;
    margin: 6px 0 0 198px;
}
.calc-block .steps .single-img{
    background-image: url(../images/single-window.png);
    width: 211px;
    height: 204px;
    padding: 17px 0 0 13px;
}
.calc-block .steps .double-img{
    background-image: url(../images/double-window.png);
    width: 208px;
    height: 204px;
    padding: 15px 0 0 15px;
    
}
/*.calc-block .steps .win-img:before{
    width: 415px;
    height: 13px;
    background: url(../images/triple-arrow-x.png) 0 0 no-repeat;
    content: '';
    position: absolute;
    display: block;
    top: -23px;
    right: 7px;
}
.calc-block .steps .win-img:after{
    width: 13px;
    height: 340px;
    background: url(../images/triple-arrow-y.png) 0 0 no-repeat;
    content: '';
    position: absolute;
    display: block;
    top: -4px;
    left: -16px;
}*/
.calc-block .step-2 .win-img i{
    width: 72px;
    height: 174px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/triple-window.png) 0 -204px no-repeat;
    position: relative;
}
.calc-block .step-2 .win-img.single-img i{
    background: url(../images/single-window.png) -182px -205px no-repeat;
    width: 181px;
    height: 176px;
}
.calc-block .step-2 .win-img.double-img i{
    background: url(../images/double-window.png) 0 -203px no-repeat;
    width: 89px;
    height: 177px;
}
.calc-block .step-2 .win-img i.top ins.top{
    width: 14px;
    height: 17px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    content: '';
    background: url(../images/purple-arrows.png) 0 0 no-repeat;
    margin-top: 29px;
}
.calc-block .step-2 .win-img i ins.bot{
    width: 18px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    content: '';
    background: url(../images/purple-arrows.png) -14px 0 no-repeat;
    bottom: 35px;
    cursor: pointer;
}
.calc-block .step-2 .win-img i.hidden{
    background: none;
}
.calc-block .step-2 .win-img i.hidden ins.tpp,
.calc-block .step-2 .win-img i.hidden ins.bot{
    display: none;
}
.calc-block .step-2 .win-img i.revert{
    background-position: -73px -204px;
}
.calc-block .step-2 .win-img.single-img i.revert{
    background-position: 0px -205px;
}
.calc-block .step-2 .win-img.double-img i.revert{
    background-position: -87px -203px;
}
.calc-block .step-2 .win-img i.revert ins.bot{
    background-position: -32px 0;
}

.calc-block .step-2 .win-img i span{
    -webkit-box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    -moz-box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    background-color: #7200ff;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    margin-top: 80px;
    font-size: 12px;
}
.calc-block .step-2 .right{
    width: 499px;
    text-align: left;
}
.calc-block .step-2 .win-list{
    margin-top: 5px;
}
.calc-block .step-2 .win-list.single-list .select-number{
    display: none;
}
.calc-block .step-2 .win-list.single-list .select-number:first-child{
    display: block;
}
.calc-block .step-2 .win-list.double-list .select-number:last-child{
    display: none;
}
.calc-block .step-2 .right .select-number i{
    text-align: center;
    -webkit-box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    -moz-box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    background-color: #7200ff;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    position: relative;
    top: -1px;
    margin-right: 16px;
    font-size: 12px;
}

.selected{}
.select{
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 260px;
}
.select span{
    text-align: left;
    display: block;  
    background: url(../images/select-arrow.png) no-repeat 95% 12px;
    padding: 8px 10px;
    font-size: 16px;
    color: #666;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px #fff;
    -moz-box-shadow: inset 1px 1px #fff;
    box-shadow: inset 1px 1px #fff;
    border: solid 1px #e2e2e2;
    font: 12px Gotham, Arial,sans-serif;
}
.select ul{
    position: absolute; 
    width: 96%;
    margin-left: 2%;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 210;
    display: none;
    font: 12px Gotham, Arial,sans-serif;
    color: #333;
    left: 0px;
    background-color: #fff;
}
.select ul li{
    padding: 8px 10px; 
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.select ul li:last-child{
    border: none;
}
.select ul li:hover{
    background-color: #888;
    color: #fff;
}
.calc-block .step-2 .right .select-number{
    margin-bottom: 18px;
}

.calc-block .idk{
    cursor: pointer;
    margin-left: 30px;
}
.calc-block .idk input[type=checkbox]{
    display: none;
}
.calc-block .idk input[type=checkbox]+i{
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../images/check.png) 0 0 no-repeat;
    position: relative;
    top: -2px;
}
.calc-block .idk input[type=checkbox]:checked+i{
    background-position: 0 -23px;
}
.calc-block .idk span{
    font-size: 16px;
    margin-left: 9px;
    position: relative;
    top: 0px;
}

.calc-block .step-2 .dimensions{
    width: auto;
    margin-top: -11px;
    margin-left: 29px;
}
.calc-block .step-2 .dimensions div{
    margin-bottom: 4px;
}
.calc-block .step-2 .dimensions .height{

}
.calc-block .step-2 .dimensions .height span{
    margin-left: 69px;
}
.calc-block .step-2 .dimensions strong{
    font-size: 16px;
    display: block;
    font: 12px Glober, Arial,sans-serif;
    text-align: center;
}
.calc-block .step-2 .dimensions input[type=text]{
    width: 60px;
    height: 30px;
    border-radius: 2px;
    border: none;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 0 6px;
}
.calc-block .step-2 .dimensions span{
    display: block;
    font-size: 12px;
    color: #a8a8a8;
    margin: 5px 0 0 76px;
}

.hidden{
    display: none;
}

.profile-types{
    margin-top: -12px;
}
.profile-types label{
    display: inline-block;
    width: 200px;
    height: 218px;
    -webkit-box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    -moz-box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    box-shadow: inset 0 0 18px rgba(207,239,169,.75);
    background-image: -webkit-linear-gradient(bottom, #cfefa9, #def6b7 50%, #dcf5b5);
    background-image: -moz-linear-gradient(bottom, #cfefa9, #def6b7 50%, #dcf5b5);
    background-image: -o-linear-gradient(bottom, #cfefa9, #def6b7 50%, #dcf5b5);
    background-image: -ms-linear-gradient(bottom, #cfefa9, #def6b7 50%, #dcf5b5);
    background-image: linear-gradient(to top, #cfefa9, #def6b7 50%, #dcf5b5);
    border-radius: 6px;
    margin: 0 21px;
    cursor: pointer;
    font-size: 12px;
    vertical-align: top;
    position: relative;
}
.profile-types label>i{
    display: block;
    text-align: center;
    height: auto;
    float: left;
    padding-top: 13px;
    margin-left: 7px;
}
.profile-types label>i img{
    display: inline-block;
    width: 57px;
}
.profile-types strong{
    font-family: Gotham;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 25px;
}
.profile-types .custom{
    background: #f6f0b7;
}
.profile-types .custom i{
    padding-top: 14px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.profile-types .custom i img{
    width: 100px;
}
.profile-types .custom strong{
    margin-top: 13px;
}
.profile-types .custom input[type=radio]+ins{
    margin: 0px auto 0;
}
.profile-types label input[type=radio]{
    display: none;
}
.profile-types label input[type=radio]+ins{
    width: 23px;
    height: 23px; 
    background: url(../images/check.png) 0 0 no-repeat;
    margin: 0 0 17px 121px;
    display: block;
}
.profile-types label input[type=radio]:checked+ins{
    background-position: 0 -23px;
}
.profile-types .feature{
    width: 148px;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    margin: 0 auto 7px;
}
.profile-types .feature .progress-bar{
    height: 14px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 -1px 1px #666;
    -moz-box-shadow: 0 -1px 1px #666;
    box-shadow: 0 -1px 1px #666;
    display: block;
    background-color: #e8e8e8;
    margin-top: 5px;
    overflow: hidden;
}
.profile-types .feature .progress-bar ins{
    background: #bb67ff;
    background: -moz-linear-gradient(top,  #bb67ff 0%, #740afd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb67ff), color-stop(100%,#740afd));
    background: -webkit-linear-gradient(top,  #bb67ff 0%,#740afd 100%);
    background: -o-linear-gradient(top,  #bb67ff 0%,#740afd 100%);
    background: -ms-linear-gradient(top,  #bb67ff 0%,#740afd 100%);
    background: linear-gradient(to bottom,  #bb67ff 0%,#740afd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb67ff', endColorstr='#740afd',GradientType=0 );
    display: block;
    height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profile-types-custom{
    margin-top: 32px;
}
.profile-types-custom img.left{
    border-radius: 300px;
    margin-left: 260px;
    width: 169px;
}
.profile-types-custom div.right{
    width: 506px;
    margin-top: 5px;
    text-align: left;
}
.profile-types-custom div.right>div{
    margin-bottom: 28px;
}
.profile-types-custom div.right strong{
    font: 12px Gotham, Arial,sans-serif;
    display: block;
    margin-bottom: 8px;
}
.profile-types-custom .mk-list .select{
    display: none;
}
.profile-types-custom .mk-list .select.active{
    display: block;
}

.colors{
    margin-top: -18px;
    text-align: left;
}
.colors strong{
    font: 14px GothamPro-Medium, Arial,sans-serif;
    display: block;
    margin-bottom: 11px;
}
.colors .left{
    width: 238px;
    margin-left: 94px;
}
.colors .right{
    width: 532px;
    margin-right: 16px;
}
.colors ul li{
    display: inline-block;
    margin-right: 3px;
    margin-bottom: -2px;
    cursor: pointer;
    border-radius: 3px;
}
.colors ul li img{
    width: 32px;
    height: 32px;
}
.colors .right ul li img{
    width: 57px;
    height: 57px;
}
.colors .handle ul li{
    margin-right: 5px;
}
.colors .mosquito label{
    cursor: pointer;
    margin-right: 40px;
}
.colors ul li.active{
    -webkit-box-shadow: 0 0 0 3px #9ee945;
    box-shadow: 0 0 0 3px #9ee945;
}
.colors .color{
    margin-bottom: 19px;
}
.colors .color.tone li{
    margin-right: 5px;
}