* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #333;
}
a:focus,
input:focus,
select:focus
{
    outline: none;
}
button,
input[type="submit"],
input[type="text"]{
    -webkit-appearance: none;
}

a:hover {
    color: #79b6c8;
}

.hover-underline {
    text-decoration: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.wrapper {
    width: 1150px;
    margin: 0 auto;
}
.minwidth{
    width: 1150px;
}


.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}

.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

input,
textarea{
    font-family: Gilroy;
}
input:focus,
textarea:focus{
    outline: none;
}
textarea{
    resize: vertical;
}

input[type=submit]{
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}

.relative {
    position: relative;
}

.sess_messages{
    width: 100%;
    border: 3px solid #78b7c6;
    padding: 20px;
    color: #78b7c6;
    margin-top: 50px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

.photos-wrapper{
    width: 1100px;
    margin: 0 auto;
}

ul.latest-photos{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    padding-left: 0 !important;
}
ul.latest-photos li{
    padding: 0;
    display: inline-block;
    width: 160px;
    margin: 10px 45px 30px 0;
}

ul.latest-photos li:nth-child(5n){
    margin-right: 0
}

ul.latest-photos li a{
    display: block;
}

ul.latest-photos li.hidden{
    display: none;
}

.photos-spoiler{
    text-align: center;
}
.photos-spoiler a{
    display: inline-block;
    color: #ff4200 !important;
    font-weight: bold;
    border: 2px solid #ff4200;
    width: 250px;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
.photos-spoiler a:hover{
    background-color: #ff4200;
    color: #fff !important;
}

.moduletitle{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    font-family: Gilroy;
}
.module{
}


.calculator-block{
    width: 100%;
    background: url(../images/dotss.png) 50% 50px #ffc809;
    background-repeat: repeat-x;
    padding: 50px 0 0;
    font-family: 'Gilroy';
    position: relative;
}

.calculator-block .triangle-1{
    position: absolute;
    left: 50%;
    margin-left: -440px;
    top: 85px;
}

.calculator-block .title-1{
    font-size: 36px;
    font-weight: normal;
    color: #282828;
    text-align: center;
    background-color: #ffc809;
    padding: 0 50px;
    line-height: 1.2;
    width : 790px;
    left: 50%;
    position: absolute;
    margin-left: -395px;
    top: 35px;
    box-sizing: border-box;
}

.calculator-block .title-1 span{
    font-weight: 800;
}

.calculator-block .inputs-wrapper{
    min-height: 350px;
    font-size: 18px;
    font-family: 'Gilroy';
    color: #282828;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 1150px;
    margin: 150px  auto 0;

}

.calculator-block .inputs-wrapper .col-1,
.calculator-block .inputs-wrapper .col-2,
.calculator-block .inputs-wrapper .col-3,
.calculator-block .inputs-wrapper .col-4{
    float: left;
}

.calculator-block .inputs-wrapper .col-1{
    width: 400px;
    margin-right: 10px;
}
.calculator-block .inputs-wrapper .col-2{
    width: 500px;
    margin-right: 10px;
}
.calculator-block .inputs-wrapper .col-3{
    width: 230px;
}
.calculator-block .inputs-wrapper .col-4{
    width: 100%;
}

.calculator-block .inputs-wrapper .title{
    line-height: 30px;
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.calculator-block .inputs-wrapper label{
    line-height: 1.2;
    display: inline-block;
    padding-left: 5px;
    vertical-align: bottom;
    cursor: pointer;
}



.calculator-block .inputs-wrapper input,
.calculator-block .inputs-wrapper select,
.calculator-block .inputs-wrapper select option{
    font-size: 18px;
    font-weight: normal;
    font-family: 'Gilroy';
}

.calculator-block .inputs-wrapper .col-1 .data,
.calculator-block .inputs-wrapper .col-2 .data{
    min-height: 125px;
}

.calculator-block .inputs-wrapper input,
.calculator-block .inputs-wrapper select
{
    padding: 7px 10px;
    border: 1px solid #999999;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.calculator-block .inputs-wrapper .col-1 input{
    width: 120px;
    text-align: center;
}
.calculator-block .inputs-wrapper .col-1 .data span{
    text-align: center;
    width: 44px;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
}

.calculator-block .inputs-wrapper input[name="qty"]{
    width: 116px;
    text-align: center;
    border-left: none;
    border-right: none;

}
.calculator-block .inputs-wrapper .data.run span{
    font-size: 18px;
    line-height: 48px;
    display: inline-block;
    width: 34px;
    text-align: center;
    border: 1px solid #999999;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
}
.calculator-block .inputs-wrapper .data.run span:hover{
    background-color: #d0d0d0 ;
}

.calculator-block .inputs-wrapper .col-1 label{
    margin-right: 15px;
    margin-bottom: 15px;
    min-width: 45px;
}
.calculator-block .inputs-wrapper .col-1 .iradio_flat-blue,
.calculator-block .inputs-wrapper .col-2 .iradio_flat-blue{
    vertical-align: top;
}

.calculator-block .inputs-wrapper .col-2 select{
    width: 375px;
}

.calculator-block .inputs-wrapper .col-2 label{
    margin-right: 15px;
    vertical-align: top;
}

.calculator-block .inputs-wrapper .col-3 select{
    width: 290px;
}

.calculator-block .inputs-wrapper .col-4 label{
    width: 180px;
    margin-left: 15px;
}

.calculator-block .inputs-wrapper .col-3 input{
    text-align: center;
}

.calculator-block .cta{
    position: relative;
    width: 100%;
    background: url(../images/contacts-show.png) 0 0 no-repeat #282828;
    background-position: calc( 50% - 570px ) 0;
    padding: 30px 0;
}
.calculator-block .cta .col-1{
    float: left;
    width: 260px;
    margin-left: 0;
    margin-right: 145px;
    color: #ffc809;
    font-size: 18px;
    font-weight: bold;
}
.calculator-block .cta .col-1 span{
    color: #fff;
    font-weight: normal;
}


.calculator-block .cta .col-2{
    float: left;
    width: 370px;
}
.calculator-block .cta .col-3{
    float: left;
    width: 200px;

}

.calculator-block .cta .phone-input{
    width: 266px;
    height: 54px;
    line-height: 54px;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background-color: #fff;
    min-width: 266px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Gilroy;
}
.calculator-block .cta .col-1 input:hover{
    background-color: #1F3451;
}

.redstar{
    color: #ff0000;
}

.yellow-button{
    border: none;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #ffd800;
    min-width: 275px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Gilroy;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#microembossing-value{
    padding-left: 50px;
}


#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;

    z-index: 7777;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#popupcounsult {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
}

.popup_selector {
    width: 350px;
    border: 5px solid #c05246;
    border-radius: 10px;
    background-color: #fff;
    margin: 150px auto 0 auto;
}

.popup_form {
    z-index: 9999;
    width: 1100px;
    background-color: #fff;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    margin-left: -550px;
}

.popup_form.order {
    height: 360px;
}

.close_popup {
    position: fixed;
    display: block;
    z-index: 8888;
    right: 20px;
    top: 20px;
    cursor: pointer;
}


#printSheetResults{
    position: absolute;
    background-color: #ffc809;
    width: 100%;
    left: 0;
    min-height: 440px;
    top: 150px;
    display: none;
}
#printSheetResults .fields{
    padding: 30px ;
    box-sizing: border-box;
    width: 590px;
    margin: 0 auto;
}

#printSheetResults .fields .col-1{
    float: left;
    height: 290px;
    width: 300px;
    background: url(../images/product-sheet.png) 50% 50% no-repeat;
}
#printSheetResults .fields .col-2{
    width: 100%;
}
#printSheetResults .fields .col-3{
    height: 140px;
    border-bottom: 1px solid #282828;
    color: #282828;
    text-align: center;
}

#printSheetResults .fields .col-3  .title{
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    text-align: center;
}
#printSheetResults .fields .col-3  .cost{
    font-size: 60px;
    font-weight: bold;
}

#printSheetResults .fields .col-3  .currency{
    font-size: 19px;
    font-weight: bold;
}
#printSheetResults .fields .col-3  .cost sup{
    font-size: 40px;
    text-decoration: underline;
}

#printSheetResults .fields .recalc{
    text-align: center;
}
#printSheetResults .fields .recalc a{
    font-size: 18px;
    color: #fff !important;
    line-height: 30px;
    display: inline-block;
    text-decoration: underline;
}

#printSheetResults .fields .col-2 .title{
    font-size: 18px;
    font-weight: 500;
}

#printSheetResults .fields .col-2 .data{
    padding: 30px 0;
}

#printSheetResults .fields .col-2 .item{
    background: url(../images/dots.png) 0 17px repeat-x;
    margin-top: 12px;
    margin-left: 5px;
}
#printSheetResults .fields .col-2 .item-title{
    font-size: 18px;
    float: left;
    background-color: #ffc809;
    padding-right: 10px;
}
#printSheetResults .fields .col-2 .item-value{
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    float: right;
    text-align: right;
    background-color: #ffc809;
    padding-left: 10px;
    min-height: 22px;
}


#printSheetResults .footer{
    width: 100%;
    min-height: 120px;
    background-color: #282828;
    padding: 22px 20px;
    box-sizing: border-box;
}
#printSheetResults .footer .col-1,
#printSheetResults .footer .col-2,
#printSheetResults .footer .col-3,
#printSheetResults .footer .col-4{
    float: left;
}

#printSheetResults .footer .col-1{
    width: 225px;
}
#printSheetResults .footer .col-2{
    width: 260px;
    margin-left: 300px;
}
#printSheetResults .footer .col-3{
    width: 280px;
}

#printSheetResults .footer .col-1 .title,
#printSheetResults .footer .col-2 .title,
#printSheetResults .footer .col-3 .title,
#printSheetResults .footer .col-4{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#printSheetResults .footer .col-3 .title{
    margin-bottom: 5px;
}

#printSheetResults .footer .col-1 input,
#printSheetResults .footer .col-2 input{
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #282828;
    padding: 0 10px;
    line-height: 52px;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#printSheetResults .footer .col-4{
    padding-top: 0;
}


.folders.calculator-block .inputs-wrapper .col-2 .data{
    min-height: 55px;
}

.folders.calculator-block .inputs-wrapper .col-3 .embossing .hint{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 16px;
    color: #848484;
}
.folders.calculator-block .inputs-wrapper .col-3 .embossing {
    padding-top: 14px;
}

.folders.calculator-block .inputs-wrapper .col-1 select{
    width: 220px;
}

.folders.calculator-block .inputs-wrapper .col-1 .preview{
    padding-top: 24px;
}

.folders.calculator-block .inputs-wrapper .col-1 .preview a{
    display: none;
}

#printSheetResults.posters .fields .col-1{
    background: url(../images/product-poster.jpg) 50% 50% no-repeat;
}

#phone-float-button{
    width: 80px;
    height: 80px;
    background: url(../images/phone.png) 50% 50% no-repeat #0040ff;
    border-radius: 50%;
    position: fixed;
    right: 70px;
    bottom: 150px;
    z-index: 50;
    animation-duration: 4s;
    animation-name: phone-ring;
    animation-iteration-count: infinite;
    cursor: pointer;
}

#ring-1{
    width: 70px;
    height: 70px;
    border: 2px solid #f5d733;
    border-radius: 50%;
    right: 75px;
    bottom: 154px;
    position: fixed;
    z-index: 49;
    animation-duration: 4s;
    animation-name: phone-ring-circle;
    animation-iteration-count: infinite;
}

#ring-2{
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    right: 73px;
    bottom: 153px;
    position: fixed;
    z-index: 49;
    animation-duration: 4s;
    animation-name: phone-ring-circle-2;
    animation-iteration-count: infinite;
    background-color: rgba(255,255,255,0.5);
}

@keyframes phone-ring {
    from {transform: rotate( 130deg );}
    35%{transform: rotate( 130deg );}
    37%{transform: rotate( 125deg );}
    39%{transform: rotate( 135deg );}
    41%{transform: rotate( 125deg );}
    43%{transform: rotate( 135deg );}

    45%{transform: rotate( 125deg );}
    48%{transform: rotate( 135deg );}
    50%{transform: rotate( 125deg );}
    52%{transform: rotate( 135deg );}
    54%{transform: rotate( 125deg );}
    56%{transform: rotate( 135deg );}
    70%{transform: rotate( 0deg );}

    90%{transform: rotate( 0deg );}

    to {transform: rotate( 130deg );}
}

@keyframes phone-ring-circle {
    from, 25% { width: 70px; height: 70px; opacity: 1; margin-right: 0; margin-bottom: 0;}

    90%{
        width: 130px; height: 130px; margin-right: -32px; margin-bottom: -32px;
        opacity: 0;
    }
    to {width: 70px; height: 70px; opacity: 0}
}


@keyframes phone-ring-circle-2 {
    from, 55% { width: 70px; height: 70px; opacity: 1; margin-right: 0; margin-bottom: 0;}
    95%{
        width: 180px; height: 180px; margin-right: -55px; margin-bottom: -55px;
        opacity: 0;
    }
    to {width: 70px; height: 70px; opacity: 0}
}