input, select{
    font-family: 'Fira Sans';
}

.calculator-bg{
    background: url(/img/calculator-bg.jpg) 50% 0 no-repeat #2e7cce;
    min-height: 660px;
    background-size: cover;
}


.cal1-head{
    font-family: 'Fira Sans';
    font-weight: 700;
    font-size: 40px;
    color: #4c4d4f;
    line-height: 100%;
}
.cal1-head span{
    color: #f26225;
}
.cal1-text{
    font-size: 14px;
    padding: 40px 0 70px;
    font-family: 'Fira Sans';
}

a.orangebutton,
.orangebutton{
    background-color:#f26225;
    font-size: 16px;
    display: inline-block;
    padding: 18px 25px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-family: 'Fira Sans';
    font-weight: 300;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
    border: none;
}
a.orangebutton.big,
.orangebutton.big{
    padding: 18px 54px;
    font-size: 14px;
    font-weight: bold;
}
a.orangebutton:hover,
.orangebutton:hover{
    background-color: #4c4d4f;
}

a.green-button,
.green-button{
    background: url(/img/green-button.png) 50% 0 no-repeat;
    width: 275px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
}


#allrecords a.orangebutton{
    color: #fff;
}
.calculator-wrapper{
    font-family: 'Fira Sans';
    width: 1120px;
    margin: 0 auto;
    padding: 0 ;
    min-height: 520px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    background-color: #fff;
}

.calculator-heading{
    text-align: center;
    padding-top: 10px;
}
.calculator-heading span{
    color: #fff;
    font-family: 'Fira Sans';
    font-size: 40px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}
.calculator-footer{
    text-align: center;
    color: #fff;
    padding: 20px 0 ;
}

.calculator-wrapper input:focus{
    outline: none;
}
.calculator-wrapper .tabs{
    float: left;
    width: 255px;
    height: 520px;
    background-color: #3e88d2;
}

.calculator-wrapper .heading{
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    color: #282828;
    padding-bottom: 38px;
    text-transform: uppercase;
}

.calculator-wrapper .tabs .items{
    padding: 30px 0;
}

.calculator-wrapper .tabs .col-1{
}

.calculator-wrapper .tabs .col-2{
}

.calculator-wrapper .tabs a{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 0 9px 35px;

    text-decoration: none;
}
.calculator-wrapper .tabs a.active,
.calculator-wrapper .tabs a:hover{
    color: #3e88d2 !important;
    background-color: #fff;
}

.calculator-wrapper .title {
    border-bottom: 1px solid #2d7dce;
    margin-bottom: 9px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;

}

.calculator-wrapper label{
    cursor: pointer;
    padding: 5px 10px 0 5px;
}
.calculator-wrapper label.disabled{
    color: #cecece;
}

.calculator-wrapper select.processing,
.calculator-wrapper select.paper
{
    width: 335px;
    border: 1px solid #ababab;
    padding: 10px 12px;
    line-height: 38px;
    font-family: 'Fira Sans';
    font-size: 16px;
    color: #606060;
}

.calculator-wrapper select.terms{
    width: 135px;
    border: 1px solid #ababab;
    padding: 8px 12px;
    line-height: 38px;
    font-family: 'Fira Sans';
    font-size: 16px;
    color: #606060;
}

.calculator-slide,
#slide-result{
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 860px;
    padding: 30px 60px 15px 60px;
    background: #fff;
    min-height: 520px;
    display: none;
}

.calculator-slide label{
    color: #606060;
}


.cal-footer .col1{
    float: left;
    width: 445px;
}
.cal-footer .col1 span{
    font-size: 12px;
    color: #4c4d4f;
    font-weight: 300;
}
.cal-footer input.phone-input{
    font-size: 24px;
    padding: 0px 10px;
    width: 260px;
    border: 1px solid #ababab;
    margin-top: 5px;
    font-weight: 300;
    line-height: 50px;
}
.cal-footer .col2{
    float: left;
    width: 285px;
    text-align: right;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}
.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.calculator-slide .datacol .title{
    border-bottom: 1px solid #2d7dce;
    margin-bottom: 12px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.datacol{
    min-height: 115px;
}
.col-v1{
    float: left;
    width: 345px;
    margin-right: 10px;
}
.col-v2{
    float: right;
    width: 335px;
}
.col-v3{
    float: right;
    width: 535px;
}
.col-v3s{
    float: left;
    width: 440px;
}
.col-v4{
    float: left;
    width: 135px;
}
.col-v3 select {
    color: #4c4d4f;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    height: 46px;
    padding: 2px 10px;
    font-size: 16px;
    width: 670px;
}
.col-v3s select {
    color: #4c4d4f;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    height: 46px;
    padding: 2px 10px;
    font-size: 16px;
    width: 410px;
}

.calculator-bg .noUi-target {
    display: block;
    height: 13px;
    background-color: #4290df;
    box-shadow: inset -1px 0 5px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 7px;
    width: 96%;
    margin: 0 auto;
}
.calculator-bg .noUi-connect {
    border: 1px solid lightgrey;
    background-color: #fafafa;
    box-shadow: -1px 0 0 white, inset -1px 0 2px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}
.calculator-bg .noUi-handle {
    width: 21px;
    height: 26px;
    left: -10px !important;
    background: url('/img/w5-slider.png') center center no-repeat;
    border: none;
    box-shadow: none;
}
.calculator-bg .noUi-handle:after {
    display: none;
}
.calculator-bg .noUi-handle:before {
    display: none;
}

.calculator-bg .noUi-value-large{
    padding-top: 5px;
    font-size: 14px;
}

.calculator-bg .printrange-wrapper{
    height:100px;
}

.calculator-bg .noUi-value-horizontal {
    /* -webkit-transform: translate3d(-50%,50%,0); */
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
}

.calculator-bg .noUi-value-sub{
    margin-top: 5px;
}

.param-wrapper{
    float: left;
    padding-bottom: 5px;
}

/* slide-bukleti */
#slide-bukleti{
    display: none;
}
/* slide-flaeri */
#slide-flaeri{
    display: none;
}
/* slide-listovki */
#slide-listovki{
    display: none;
}

/* slide-result */
#slide-result{
    padding: 0;
    position: absolute;
    right: 0;
    width: 865px;
    display: none;
    height: 520px;
    z-index: 18;
}

#slide-result .col1{
    float: left;
    background: #fff;
    width: 500px;
    padding: 35px 30px;
    height: 100%;
    box-sizing: border-box;
}
#slide-result .col1 .resline{
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    padding-bottom: 5px;
}

#slide-result .col1 .resline span{
    color: #2d7dce;
}

#slide-result .col1 .file{
    padding-bottom: 10px;
}

#slide-result .col2{
    float: left;
    background-color: #eaeaea;
    width: 365px;
    padding: 35px 15px 25px 15px;
    text-align: center;
    height: 520px;
    box-sizing: border-box;
}

#slide-result .form-fields{
    text-align: left;
    margin: 10px auto 0;
    width: 296px;
}

#slide-result .label-mockup{
    float: left;
    width: 176px;
    font-size: 16px;
    font-weight: bold;
}

span.redstar{
    color: red;
}

#slide-result .file{
    width: 115px;
    float: left;
    overflow: hidden;
}

#slide-result .col2 .label{
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 2px;
}

#slide-result .col2 .text-input{
    width: 260px;
    border: 1px solid #c5c5c5;
    padding: 5px 15px;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 200;
}
#slide-result .col2 .otherorder{
    padding-top: 25px;
}
#slide-result .col2 .otherorder a{
    text-decoration: underline;
}

#slide-result .heading{
    padding-bottom: 0;
}



#slide-result .schema,
#slide-result .price-schema {
}

.otherorder{
    border-top: 1px solid #3e88d2;
    padding-top: 15px;
}

.otherorder a{
    padding-left: 35px;
    background: url(../../img/ico-recalc.png) 0 0 no-repeat;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #3e88d2;
}
.otherorder a span{
    border-bottom: 1px dashed;
}

.price-schema{
    font-size: 36px;
    font-weight: 500;
}
#ressum2{
    color: #2d7dce;
}

#slide-result .schema .paper{
    width: 196px;
    height: 108px;
    background: url(/img/paper.png) 0 0 no-repeat;
    text-align: center;
}
#slide-result #paper-size {
    display: inline-block;
    background-color: #2d7dce;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 2px 4px;
    margin-top: 40px;
}

#slide-result .calculate-params{
    margin-top: 20px;
    color: #686868;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 300;
}

#slide-result .calculate-params span{
    border-bottom: 1px solid #2d7dce;
}


.iradio_minimal-blue{
    margin-top: -3px;
}

#slide-thankyou{
    padding: 0;
    position: absolute;
    right: 0;
    width: 864px;
    display: none;
    height: 520px;
    z-index: 19;
    background: #fff;
    text-align: center;
}


#slide-thankyou .logo-thankyou{
    padding-top: 100px;
}

#slide-thankyou .line1{
    font-size: 36px;
    color: #3e88d2;
    font-weight: bold;
    padding-top: 35px;
}

#slide-thankyou .line2{
    font-size: 20px;
    color: rgb(40, 40, 40);
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    font-weight: bold;
}

#slide-thankyou a.facebook{

    display: inline-block;
    padding-left: 36px;
    background: url(../../img/facebook.png) 0 0 no-repeat;
    line-height: 28px;
    font-size: 21px;
    color: #3e88d2;
    text-decoration: none;

}

#slide-thankyou .line3{
    padding-top: 20px;
}

#slide-shirokoformat input[type=text].shfield,
#slide-shirokoformat input[type=email].shfield{
    font-size: 18px;
    padding: 0px 5px;
    width: 370px;
    border: 1px solid #ababab;
    margin-top: 5px;
    font-weight: 300;
    line-height: 34px;
}

#slide-shirokoformat select.shfield{
    font-size: 18px;
    padding: 5px 5px;
    width: 370px;
    border: 1px solid #ababab;
    margin-top: 5px;
    font-weight: 300;
    line-height: 34px;
}

#slide-shirokoformat .hint{
    font-size: 14px;
    display: inline-block;
    padding: 10px 0 ;
}

#slide-shirokoformat .hint a{
    color: #81d012;
}



@media screen and (max-width: 1200px) and (min-width:951px ){
    .calculator-wrapper{
        width: 840px;
        margin: 0 auto;
    }

    .calculator-wrapper .tabs {
        float: none;
        box-sizing: border-box;
        width: 840px;
        background-color: #eaeaea;
        height: auto;
        margin-bottom: 20px;
    }

    .calculator-wrapper .tabs .col-1,
    .calculator-wrapper .tabs .col-2{
        float: none;
        width: auto;
        display: inline;
    }

    .calculator-wrapper .tabs a{
        clear: none;
        width: 18%;
    }

    #slide-result{
        width: 840px;
    }
    #slide-result .col1{
        width: 450px;
    }

    #slide-result .price-schema{
        padding-left: 10px;
        box-sizing: border-box;
        margin-top: 14px;
    }

    #slide-thankyou{
        width: 840px;
    }
}
@media screen and (max-width: 950px) and (min-width: 530px) {
    .calculator-wrapper .tabs {
        float: none;
        box-sizing: border-box;
        width: 840px;
        background-color: #eaeaea;
        height: auto;
        margin-bottom: 20px;
    }

    .calculator-wrapper .tabs .col-1,
    .calculator-wrapper .tabs .col-2{
        float: none;
        width: auto;
        display: inline;
    }

    .calculator-wrapper .tabs a{
        clear: none;
        width: 29%;
    }


    #colcal2{
        width: 500px !important;
        margin: 30px auto 0 auto;
    }
    .calculator-slide{
        width: 500px;
        box-sizing: border-box;

    }
    #slide-result{
        height: 1080px;
        width: 500px;
        box-sizing: border-box;
        bottom: 20px;
    }

    .calculator-wrapper select.processing,
    .cal-footer .col1,
    .cal-footer input.phone-input{
        width: 420px;
    }

    .cal-footer .col2 {
        float: left;
        margin-top: 10px;
        width: 420px;
        text-align: center;
    }

    #slide-result .label-mockup{
        width: 300px;
    }

    #slide-result .col1{
        width: 500px;
        height: 500px;
    }
    #slide-result .col2{
        width: 500px;
        height: 578px;
    }

    #slide-result .col2 .text-input {
        width: 445px;
    }

    .price-schema {
        margin-top: 10px;
    }

    .col-v1,
    .col-v2,
    .col-v3,
    .col-v4,
    .col-v5{
        float: none;
        width: 100%;
        margin: 0;
    }
    .col-v3 select{
        width: 95%;
    }
    .calculator-wrapper .tabs{
        width: 500px;
    }
    .datacol {
        min-height: 70px;
    }
    .cal1-text {
        padding: 40px 0 30px;
    }

    #slide-thankyou {
        bottom: 20px;
        width: 500px;
    }
}

@media screen and (max-width: 529px) {

    header{
        box-sizing: border-box;
        position: relative;
    }

    .top-block{
        margin-top: 0;
    }

    body .container{
        width: 290px;
    }

    header nav {
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0 ;
        text-align: center;
        margin-bottom: 20px;
    }

    .calculator-wrapper select.processing {
        width: 280px;
    }

    #colcal2{
        width: 320px !important;
        margin: 30px auto 0 auto;
        padding: 0;
    }
    .calculator-slide, #slide-result{
        width: 320px;
        box-sizing: border-box;
        padding: 25px 20px 15px 20px;
    }

    #slide-result{
        bottom: 20px;
        padding: 0;
        height: 1100px;
    }
    .col-v1,
    .col-v2,
    .col-v3,
    .col-v3s,
    .col-v4,
    .col-v5{
        float: none;
        width: 100%;
        margin: 0;
    }
    .col-v1:after,
    .col-v2:after,
    .col-v3:after,
    .col-v3s:after,
    .col-v4:after,
    .col-v5:after{
        content: ' ';
        display: table;
        width: 100%;
        height: 0;
    }
    .col-v3 select, .col-v3s select{
        width: 95%;
    }
    .calculator-wrapper .tabs{
        width: 290px;
        height: 470px;
    }

    .calculator-wrapper .heading{
        padding-bottom: 20px;
    }

    .datacol {
        min-height: inherit;
        padding-bottom: 15px;
    }
    .cal1-text {
        padding: 40px 0 30px;
    }
    .cal-footer input.phone-input{
        width: 100%;
        box-sizing: border-box;
    }
    .cal-footer .col1{
        width: 100%;
    }
    .calculator-wrapper .tabs a{

    }
    #slide-result .col1,
    #slide-result .col2{
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        height: 550px;
    }
    #slide-result .col2{
        padding-top: 20px;
    }
    #slide-result .col2 .text-input{
        width: 290px;
    }

    #slide-result .schema, #slide-result .price-schema{
        width: 100%;
    }

    #slide-thankyou{
        width: 320px;
        bottom: 0;
        height: 770px;
    }
    #slide-thankyou .line2{
        width: 300px;
    }


    .cal-footer .col2 {
        width: 280px;
        text-align: center;
        margin-top: 10px;
    }

    #slide-result .label-mockup {
        width: 175px;
    }

    .products .prod-wrapper {
        width: 96%;
    }

    body .title span{
        line-height: 1.2;
    }
    .top-block .overlay .content .button {
        margin-top: 90px;
    }
    .top-block .overlay .red{
        width: 320px;
    }

    .services .service-wrapper {
        width: 310px;
        margin: 0 auto;
    }

    .services .service-wrapper .service{
        width: 45%;
    }

    .contact .overlay .panel img{
        display: none;
    }

    .contact .overlay .panel {
        width: 300px;
        height: auto;
        text-align: center;
    }

    .contact .overlay .panel .info{
        margin-left:0;
        padding-left: 0;
    }

    .contact .overlay .button{
        margin: 0 auto 20px;
    }

    body .modal-overlay .callback {
        width: 310px;
    }

    body .modal-overlay .calculate,
    body .modal-overlay .color,
    body .modal-overlay .calculate-product{
        width: 310px;
    }
    body .modal-overlay .calculate .left,
    body .modal-overlay .color .left,
    body .modal-overlay .calculate-product .left{
        width: 100%;
    }

    body .modal-overlay .calculate .right,
    body .modal-overlay .color .right,
    body .modal-overlay .calculate-product .right{
        width: 100%;
    }


}