input, select{
    font-family: 'Gilroy', serif;
}

.calculator-bg{
    background: url(/img/calculator-bg.jpg) 50% 0 no-repeat #2e7cce;
}


.cal1-head{
    font-family: 'Gilroy', serif;
    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: 'Gilroy', serif;
}

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: 'Gilroy', serif;
    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{
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #d6ca10;
    margin-left: 0;
    background-color: #fcee0d;
    box-shadow: 0 3px 8px #d6ca10;
    border-radius: 5px 5px 3px 3px;
    width: 275px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.green-button:active {
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 6px #d6ca10;
}
.green-button:active:after {
    background-color: #d6ca10;
    height: 0;
    bottom: -1px;
}
.green-button:after {
    content: ' ';
    display: block;
    position: absolute;
    /* bottom: -5px; */
    height: 4px;
    width: 275px;
    background-color: #d6ca10;
    /* left: 0; */
    border-radius: 0px 0px 5px 5px;
}


#allrecords a.orangebutton{
    color: #fff;
}
.calculator-wrapper{
    font-family: 'Gilroy', serif;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 ;
    min-height: 670px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
}

.calculator-heading{
    text-align: center;
    padding-top: 30px;
}
.calculator-heading span{
    color: #fff;
    font-family: 'Gilroy', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px auto;
    border-bottom: 2px solid #FFD70E;
    padding-bottom: 10px;
    text-align: center;
}
.calculator-footer{
    text-align: center;
    color: #fff;
    padding: 20px 0 ;
}

.calculator-wrapper input:focus{
    outline: none;
}
.calculator-wrapper .tabs{
    float: left;
    padding: 25px 10px 25px 20px;
    width: 335px;
    height: 583px;
    background-color: #eaeaea;
    margin-right: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.calculator-wrapper .heading{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #3f8edd;
    padding-bottom: 38px;
}

.calculator-wrapper .tabs .items{

}

.calculator-wrapper .tabs .col-1{
    float: left;
    width: 120px;
}

.calculator-wrapper .tabs .col-2{
    float: left;
    width: 170px;
}

.calculator-wrapper .tabs a{
    display: inline-block;
    float: left;
    clear: left;
    line-height: 32px;
    color: #282828;
    font-weight: 500;
    font-size: 14px;
    padding: 0 7px;
    margin: 0 0 18px 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
}
.calculator-wrapper .tabs a.active,
.calculator-wrapper .tabs a:hover{
    color: #3f8edd !important;
    border: 1px solid #3f8edd;
}

.calculator-wrapper .title {
    border-bottom: 2px solid #2d7dce;
    padding-bottom: 2px;
    margin-bottom: 9px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;

}

.calculator-wrapper label{
    cursor: pointer;
    padding: 5px 10px 0 5px;
}
.calculator-wrapper label.disabled{
    color: #cecece;
}

.calculator-wrapper select.processing{
    width: 335px;
    border: 1px solid #ababab;
    padding: 8px 12px;
    line-height: 38px;
    font-family: 'Gilroy', serif;
    font-size: 14px;
}

.calculator-slide,
#slide-result{
    position: relative;
    float: right;
    width: 840px;
    padding: 25px 40px 15px 40px;
    background: url(/img/grayslide.png) 0 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    min-height: 540px;
    display: none;
    box-sizing: border-box;
}


.cal-footer .col1{
    float: left;
    width: 475px;
}
.cal-footer .col1 span{
    font-size: 12px;
    color: #4c4d4f;
}
.cal-footer input.phone-input{
    font-size: 24px;
    padding: 0px 10px;
    width: 370px;
    border: 1px solid #ababab;
    margin-top: 5px;
    font-weight: 300;
    line-height: 55px;
}
.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: 2px solid #2d7dce;
    padding-bottom: 2px;
    margin-bottom: 9px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.datacol{
    min-height: 80px;
}
.col-v1{
    float: left;
    width: 345px;
    margin-right: 10px;
}
.col-v2{
    float: right;
    width: 335px;
}
.col-v3{
    float: left;
    width: 690px;
}
.col-v3s{
    float: left;
    width: 440px;
}
.col-v4{
    float: right;
    width: 235px;
}
.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: 1200px;
    display: none;
    height: 600px;
    z-index: 18;
    border: 1px solid #c4c4c4;
}

#slide-result .col1{
    float: left;
    background: url(/img/grayslide.png) 0 0 ;
    width: 810px;
    padding: 35px 30px;
    height: 100%;
    box-sizing: border-box;
}
#slide-result .col1 .resline{
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    padding-bottom: 10px;
}

#slide-result .col1 .resline span{
    color: #2d7dce;
}

#slide-result .col1 .file{
    padding-bottom: 10px;
}

#slide-result .col2{
    float: left;
    background-color: #eaeaea;
    width: 388px;
    padding: 35px 25px 25px 25px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

#slide-result .form-fields{
    text-align: left;
    margin-top: 10px;
}

#slide-result .label-mockup{
    float: left;
    width: 215px;
    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: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
}

#slide-result .col2 .text-input{
    width: 330px;
    border: 1px solid #c5c5c5;
    padding: 10px 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: 20px;
}



#slide-result .schema,
#slide-result .price-schema {
    float: left;
    width: 50%;
}

.price-schema{
    margin-top: 30px;
    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: 45px;
    color: #686868;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#slide-result .calculate-params span{
    border-bottom: 2px solid #2d7dce;
}


.iradio_minimal-blue{
    margin-top: -3px;
}

#slide-thankyou{
    padding: 0;
    position: absolute;
    right: 0;
    width: 1200px;
    display: none;
    height: 580px;
    z-index: 19;
    background: url(/img/grayslide.png) 0 0 ;
    border: 1px solid #c4c4c4;
    text-align: center;
}


#slide-thankyou .logo-thankyou{
    padding-top: 100px;
}

#slide-thankyou .line1{
    font-size: 48px;
    color: rgb(0, 0, 0);
    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: 200;
}

#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;
    }

    .calculator-wrapper .tabs {
        width: 100% !important;
    }
    .calculator-wrapper .tabs .col-1, .calculator-wrapper .tabs .col-2 {
        width: 50%;
        float: left;
    }
    #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;
    }
    .calculator-heading span {
        line-height: 130%;
    }

    #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;
        padding-bottom: 20px;
    }

    .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%;
    }


    #slide-shirokoformat input[type=text].shfield,
    #slide-shirokoformat input[type=email].shfield{
        width: 280px;
    }
    #slide-shirokoformat select.shfield{
        width: 280px;
    }
}