body{
    background: #fff;
     font-family: 'Roboto', sans-serif;
}
 a:hover{
    text-decoration: none;
}
 *:focus{
    outline: none!important;
}
 .hid{
    display: none;
}
/* header */
 .header-top{
    font-size: 13px;
     line-height: 1;
     color: #fff;
     background: #002b41;
}
 .header-top .phone-number{
    position: relative;
     display:inline-block;
     padding: 16px 30px;
}
 .header-top .phone-number:before{
    position: absolute;
     position: absolute;
     left: 4px;
     top: 8px;
     display: inline-block;
     content: ' ';
     width: 18px;
     height: 26px;
     background: url('../img/icon-phone.png') center center no-repeat;
}
 .header-top .header-link, .header-top .header-link:visited{
    display:inline-block;
     padding: 16px 30px;
     color: #fff;
     text-transform: uppercase;
     background: #001926;
}
 .header-top .header-link:hover{
    background: #002b41;
}
/* logo */
 .navbar .navbar-brand{
    padding: 0;
}
 .navbar-default{
    margin: 0;
     padding: 10px 0;
     background: transparent;
     border: none;
}
 .navbar-default .navbar-nav > li > a{
    padding: 22px;
     font-size: 17px;
     font-weight: 500;
     color: #002b41;
}
 .navbar-default .navbar-nav > li.calc > a{
    padding: 20px 10px 20px 70px;
     border: 2px solid #08344b;
     border-radius: 8px;
     background: url('../img/icon-calc-menu.png') 20px center no-repeat;
}
 @media (min-width: 992px) {
     .navbar-default .navbar-nav > li.calc > a{
        padding: 20px 20px 20px 80px;
    }
}
/* footer */
/* .footer-links{
}*/
 .footer-links-list{
    margin: 0;
     padding: 0;
     list-style: none;
}
 .footer-links-elem{
    padding: 5px 0;
     color: #8d9599;
}
 .footer-links-elem a, .footer-links-elem a:visited{
    display: block;
     color: #8d9599;
     width: 100%;
}
 .footer-links-elem .office{
    font-weight: bold;
     color: #c2d102;
}
 .copyright .row{
    padding: 40px 0;
     color: #babdbf;
     border-top: 1px solid #f0f3f4;
     margin-top: 40px;
}
 .copyright a, .copyright a:visited{
    color: #babdbf;
}
/* form */
 .form-to-fill .step{
    margin-bottom: 20px;
     border: 1px solid #d9dfe3;
     border-radius: 20px;
}
 .form-to-fill .step:hover{
    background-color: #f8f8f8;
}
 .form-to-fill .column{
    padding: 45px 45px 45px 45px;
}
 .form-to-fill .column:nth-child(2){
    border-left: 1px solid #d9dfe3;
}
/* //.form-to-fill .column:nth-child(3){
    padding-right: 45px;
}*/
 .form-to-fill .column-price{
    padding: 20px 45px 20px 45px;
     border-left: 1px solid #d9dfe3;
}
 .form-to-fill .column-price .price{
    font-size: 38px;
     line-height: 1;
}
 .form-to-fill .title{
    position: relative;
     display: block;
     padding-left: 55px;
     font-size: 18px;
     line-height: 22px;
     color: #002b41;
     font-weight: bold;
}
 .form-to-fill .title .numb{
    position: absolute;
     left: -24px;
     top: -20px;
     display: inline-block;
     border: 5px solid #cbdb2a;
     padding: 15px;
     border-radius: 50%;
     width: 62px;
     height: 62px;
     text-align: center;
}
 .submit-wrap{
    padding: 40px 0;
}
 .submit-wrap .btn {
    padding: 30px 40px;
     font-weight: bold;
     color: #002b41;
     font-size: 17px;
     background: #fff;
     border: 4px solid #000000;
     border-radius: 20px;
/*
    padding: 15px 20px;
     border: 4px solid #cbdb2a;
     border-radius: 10px;
*/     
}
 .submit-wrap .btn:hover{
    background: #cbdb2a;
}
 .submit-wrap .or{
    margin: 0 30px;
}
 select.form-control, input.form-control, textarea.form-control{
    padding: 12px;
     border: 2px solid #08344b;
     background-color: #fff;
     border-radius: 10px;
     height: auto;
}
 select.form-control{
    height: 48px;
}
/* input.form-control{
}*/
 textarea.form-control{
    min-height: 100px;
}
 input[type=radio].nice-radio {
     position:absolute;
     z-index:-1000;
     left:-1000px;
     overflow: hidden;
     clip: rect(0 0 0 0);
     height:1px;
     width:1px;
     margin:-1px;
     padding:0;
     border:0;
}
 input[type=radio].nice-radio + label.nice-label {
     padding-left:26px;
     height:21px;
     display:inline-block;
     line-height:21px;
     background-repeat:no-repeat;
     background-position: 0 0;
     font-size:14px;
     white-space:nowrap;
     vertical-align:middle;
     cursor:pointer;
}
 input[type=radio].nice-radio:checked + label.nice-label{
    background-position: 0 -22px;
}
 input[type=radio].nice-radio:disabled + label.nice-label{
    color: #ccc;
     background-position: 0 -43px;
}
 label.nice-label{
    background-image:url('../img/nice-radio.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 #your_notices{
    min-height: 327px;
}
 #your_notices_paylink{
    min-height: 200px;
}
/* main-page */
 .main-title-wrap{
    background: url('../img/bg-signs.jpg') center top no-repeat;
}
 .main-title{
    margin: 0;
     padding: 90px 0;
     font-size: 56px;
     line-height: 1;
     color: #fff;
}
 .information{
    font-size: 14px;
     line-height: 20px;
     color: #8d9599;
}
 .information_err{
    font-size: 14px;
     line-height: 20px;
     color: #000000;
}
 .information .text{
    margin: 0;
     padding: 55px 45px;
     background: url('../img/icon-info.png') 0 center no-repeat;
}
 .big-text{
     font-size: 20px;
     color: #000000;
}

.info_paylink .text{
    margin: 0;
     padding: 25px 25px;
     background: url('../img/icon-info.png') 0 center no-repeat;
}
 .information_err .text{
    margin: 0;
     padding: 55px 45px;
     background: url('../img/icon-info.png') 0 center no-repeat;
}
 .clear-textarea-wrap{
    text-align: right;
}
 .choose-file, .clear-textarea{
    padding: 8px 12px;
     border: 2px solid #08344b;
     background-color: #fff;
     border-radius: 10px;
}
 button:disabled, textarea:disabled{
    border-color: #ccc!important;
     background-color: #f5f5f5!important;
     opacity: 0.5!important;
}
 #kalkulator_loader{
    position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background: rgba(255,255,255,0.8);
     padding-top: 50px;
     width: auto;
     z-index: 10;
}
 .dfiles{
    background: #f5f5f5;
     border-radius: 8px;
     padding: 10px;
     margin-top: 20px;
}
 .opis_pliku{
    display: inline-block;
}
