@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/assets/fonts/LatoRegular.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/assets/fonts/LatoBold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/assets/fonts/OpenSans.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/assets/fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(/assets/fonts/OswaldRegular.woff) format('woff');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(/assets/fonts/OswaldBold.woff) format('woff');
}


@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

body {
    font-family: 'Oswald', sans-serif;
    position: relative;
    overflow-x: hidden;
}

.form-wrapper {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    color: #17354c;
    font-size: 14px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.main-logo {
    display: block;
    float: left;
    background: url('../images/logo.png') no-repeat top left;
    width: 235px;
    height: 38px;
    margin-top: 13px;
    text-indent: -9999px;
}

.header {
    height: 82px;
    position: relative;
}

.header .navbar {
    position: absolute;
    right: 0;
}

.header .navbar .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background: #666;
}

.main-head {
    background: url('../images/head-nav.png') no-repeat;
}

.main-nav {
    margin-top: 50px;
    font-family: 'Oswald', sans-serif;
}

.clearfix:after {
    display: block;
    clear: both;
    float: none;
    content: " ";
    visibility: hidden;
}

.clear {
    clear: both;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.btn.btn-link {
    text-transform: lowercase;
}

.footer {
    background: #0b2d43;
    font-family: 'Lato', sans-serif;
    color: #fff;
    border-top: 2px solid #a30000;
    padding: 10px;
    line-height: 1em;
}

.footer .head {
    color: #c1d0da;
}

.partners .arr-down {
    width: 10px;
    height: 5px;
    margin: -7px auto 7px;
    background: url('../images/arr-down.png') center no-repeat;
}

.partners {
    margin-top: 10px;
    padding: 12px 0;
    background: url('../images/logos-bg.png');
    width: 100%;
    position: absolute;
    top: 349px;
}

.partners span {
    color: #6d6262;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    display: block;
    float: left;
    text-align: center;
}

.partners .container a {
    display: block;
    float: left;
    text-align: center;
}

.partners .container a, .partners .container span {
    width: 50%;
}

.w180 {
    width: 180px;
}

.w130 {
    width: 130px;
}

.w100 {
    width: 100px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

.contact-us-panel .phone-no {
    font-size: 20px;
    color: #696969;
}

.contact-us-panel .email-address {
    font-size: 18px;
    font-weight: 300;
}

.contact-us-panel span.glyphicon {
    color: #dad9d9;
    margin-right: 15px;
    text-align: right;
    font-size: 22px;
}

.popover.right .arrow, .popover.right .arrow:after {
    border-right-color: #cad7e4;
    border-right-color: rgba(202, 215, 228, 1);
}

.popover.left .arrow, .popover.left .arrow:after {
    border-left-color: #cad7e4;
    border-left-color: rgba(202, 215, 228, 1);
}

.popover.top .arrow, .popover.top .arrow:after {
    border-top-color: #cad7e4;
    border-top-color: rgba(202, 215, 228, 1);
}

.popover.bottom .arrow, .popover.bottom .arrow:after {
    border-bottom-color: #cad7e4;
    border-bottom-color: rgba(202, 215, 228, 1);
}

.popover .popover-title {
    display: none;
}

.eee-panel {
    background-color: #eee;
}

.f7f-panel {
    background-color: #f7f7f7;
}

.gradient-panel {
    background-image: url('../images/grad_panel.png');
    background-repeat: no-repeat;
    background-position: center top;
    border-top: 1px solid #edecec;
}

.h25 {
    height: 25px;
    border-top: 1px solid #fff;
}

.w-auto {
    width: auto;
}

.pt-20 {
    padding-top: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.info-content {
    background: #e9e9e9;
}

.main-content .container {
    border-top: 3px solid #d6d5d5;
    border-bottom: 3px solid #d6d5d5;
}

.top-slider {
    background: #f3f3f3 url('../images/top-slider-bg.png') repeat-y center;
    position: relative;
}

.blue-box {
    background: url('../images/top-slider-calc-bg.png');
    padding: 30px;
    height: 417px;
    float: right;
    width: 430px;
}

.blue-box.blue-box-conversation-form {
    padding-top: 0;
    padding-bottom: 0;
    height: 476px;
}

.blue-box h3, .blue-box h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
}

.top-content {
    background-repeat: no-repeat;
    background-position: top right;
    height: 475px;
}

.top-content.top-simple {
    height: 110px;
}

.top-simple {
    background-image: url('../images/top-simple.png');
}

.top-carrier {
    background-image: url('../images/top-carrier.png');
}

.top-flot {
    background-image: url('../images/top-flot.png');
}

.top-professional {
    background-image: url('../images/top-professional.png');
}

.top-spedition {
    background-image: url('../images/top-spedition.png');
}

.top-form {
    background-image: url('../images/top-form.png');
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.w-220 {
    width: 220px;
}

.w-125 {
    width: 125px;
}

.btn-default-red {
    color: #FFF;
    background: #e90000;
    background: -moz-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e90000), color-stop(100%, #a30101));
    background: -webkit-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: -o-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: -ms-linear-gradient(top, #e90000 0%, #a30101 100%);
    background: linear-gradient(to bottom, #e90000 0%, #a30101 100%);
    border-color: #a30101;
    padding: 8px 40px;
}

.btn-default-red:hover,
.btn-default-red:focus,
.btn-default-red:active,
.btn-default-red.active,
.open .dropdown-toggle.btn-default-red {
    color: #ffffff;
    background-color: #a30101;
    border-color: #a30101;

    background-image: none;
}

.btn-default-red.disabled,
.btn-default-red[disabled],
fieldset[disabled] .btn-default-red,
.btn-default-red.disabled:hover,
.btn-default-red[disabled]:hover,
fieldset[disabled] .btn-default-red:hover,
.btn-default-red.disabled:focus,
.btn-default-red[disabled]:focus,
fieldset[disabled] .btn-default-red:focus,
.btn-default-red.disabled:active,
.btn-default-red[disabled]:active,
fieldset[disabled] .btn-default-red:active,
.btn-default-red.disabled.active,
.btn-default-red[disabled].active,
fieldset[disabled] .btn-default-red.active {
    background-color: #e90000;
    border-color: #a30101;
}

/*BOOTSTRAP OVERWRITE*/
.nav-pills.main-nav > li > a {
    border: 0;
    border-radius: 0;
    color: #685e5e;
    text-align: right;
    padding: 5px 10px;
    margin-left: 30px;
    font-size: 16px;
}

.nav-pills.main-nav > li:first-child > a {
    margin-left: 0;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav-pills.main-nav > li.active > a,
.nav-pills.main-nav > li.active > a:hover,
.nav-pills.main-nav > li.active > a:focus {
    color: #685e5e;
    background: #fafafa;
    background: -moz-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fafafa), color-stop(50%, #dcdbdb), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: -o-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: -ms-linear-gradient(left, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
    background: linear-gradient(to right, #fafafa 0%, #dcdbdb 50%, #fafafa 100%);
}

input[disabled="disabled"] {
    cursor: default !important;
}

.bold, .bold label {
    font-weight: bold;
}

.more-insurance {
    display: none;
}

.more-insurance.expand {
    display: block;
}

.info-content p {
    font-family: 'Lato';
}

.info-content h2 {
    font-family: 'Oswald';
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 24px;
}

.lh-22 {
    line-height: 22px;
}

.info-box {
    margin-top: 45px;
    margin-bottom: 20px;
}

.left-border {
    border-left: 1px solid #cbcbcb;
}

.footer-copy {
    background: url('../images/bg-footer.png') no-repeat top left;
    padding-top: 43px;
    color: #35617e;
}

.pt-30 {
    padding-top: 30px;
}

.pt-25 {
    padding-top: 25px;
}

p.light-blue {
    color: #c1d0da;
}

.square-list {
    color: #35617e;
    list-style: square;
    padding-left: 22px;
    font-size: 22px;
    padding-top: 7px;
}

.square-list li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.icon {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}

.icon.gray {
    height: 65px;
    line-height: 65px;
    font-size: 26px;
    padding-left: 50px;
}

.icon-contact {
    background: url('../images/sprite.png') 0 10px no-repeat;
}

.icon-mobile {
    background: url('../images/sprite.png') 4px -45px no-repeat;
}

.icon-chat {
    background: url('../images/sprite.png') 0 -151px no-repeat;
}

.icon-mail {
    background: url('../images/sprite.png') 0 -101px no-repeat;
}

.gray.icon-contact {
    background-image: url('../images/icon-phone.png');
}

.gray.icon-mobile {
    background-image: url('../images/icon-mobile.png');
}

.icon span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.icon a {
    color: #fff;
}

.icon span small {
    font-size: 11px;
    display: block;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.insurance-step > div {
    margin-top: 65px;
    margin-bottom: 40px;
    padding: 0;
    min-height: 185px;
}

.main-content h3, .main-content h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.insurance-step h2 {
    margin: 0;
    font-size: 24px;
}

.insurance-step h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 38px 0 0 100px;
}

.insurance-step p {
    font-family: 'Open sans', sans-serif;
    padding-left: 100px;
    line-height: 15px;
}

.insurance-step .step-1 {
    background: url('../images/count-box.png') no-repeat top left;
    padding-left: 38px;
}

.insurance-step .step-2 {
    background: url('../images/select-box.png') no-repeat top left;
}

.insurance-step .step-2 h4 {
    padding: 63px 0 0 150px;
}

.insurance-step .step-2 p {
    padding-left: 150px;
}

.insurance-step .step-3 {
    background: url('../images/pay-box.png') no-repeat top left;
}

.insurance-step .step-3 h4 {
    padding: 63px 0 0 100px;
}

.more-insurance {
    margin-bottom: 15px;
}

.more-insurance .more {
    padding: 0;
    width: 480px;
    position: relative;
}

.more-insurance .more h4 {
    position: absolute;
    top: -35px;
    width: 100%;
    text-align: center;
}

.more-insurance .more-3a, .more-insurance .more-3b, .more-insurance .more-4a, .more-insurance .more-4b {
    width: 240px;
    padding: 65px 10px 0;
    background-repeat: no-repeat;
    background-position: center top;
    height: 217px;

}

.more-insurance .more-3a, .more-insurance .more-4a {

}

.more-insurance .more-3b, .more-insurance .more-4b {

}

.more-insurance .more-1, .more-insurance .more-2 {
    width: 240px;
    padding: 130px 10px 0;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 280px;
}

.more-insurance h4,
.more-insurance p,
.more-insurance a {
    font-family: 'Lato', sans-serif;
}

.more-insurance p {
    font-size: 12px;
}

.more-insurance p strong {
    font-size: 14px;
}

.more-insurance h4 {
    font-weight: 700;
}

.mb-60 {
    margin-bottom: 60px;
}

.more-1 {
    background-image: url('../images/240x130/more-1.png');
}

.more-2 {
    background-image: url('../images/240x130/more-2.png');
}

.more-3a {
    background-image: url('../images/240x130/more-3a.png');
}

.more-3b {
    background-image: url('../images/240x130/more-3b.png');
}

.more-4a {
    background-image: url('../images/240x130/more-4a.png');
}

.more-4b {
    background-image: url('../images/240x130/more-4b.png');
}

.more-insurance .visible-sm .more-1,
.more-insurance .visible-sm .more-2,
.more-insurance .visible-sm .more-3a,
.more-insurance .visible-sm .more-3b,
.more-insurance .visible-sm .more-4 {
    width: 480px;
    padding: 65px 10px 0;
    background-repeat: no-repeat;
    background-position: center top;
    height: 150px;
    min-height: 150px;
    margin: auto;

}

.visible-sm .more-1 {
    background-image: url('../images/480x69/kroki-responsywne-01.png');
}

.visible-sm .more-2 {
    background-image: url('../images/480x69/kroki-responsywne-02.png');
}

.visible-sm .more-3a {
    background-image: url('../images/480x69/kroki-responsywne-03a.png');
}

.visible-sm .more-3b {
    background-image: url('../images/480x69/kroki-responsywne-03b.png');
}

.visible-sm .more-4 {
    background-image: url('../images/480x69/kroki-responsywne-04.png');
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.contact-form .form-wrapper {
    padding: 10px 50px 0;
}

.contact-form p {
    font-family: 'Lato', sans-serif;
    color: #666;
}

.contact-form small {
    color: #999;
}

.icon-ok, .icon-no {
    padding-left: 25px;
}

.icon-ok span, .icon-no span {
    line-height: 20px;
    display: block;
    float: left;
}

.icon-ok span.glyphicon,
.icon-no span.glyphicon {
    margin-left: -25px;
    font-size: 20px;
}

.icon-ok span.glyphicon {
    color: #559C32;
}

.icon-no span.glyphicon {
    color: #f00;
}

.contect-form h3 {
    margin-bottom: 25px;
}

.pt-50, .contact-form .form-wrapper.pt-50 {
    padding-top: 50px;
}

.btn-210 {
    margin: auto;
    width: 210px;
    float: none;
    display: block;
    padding: 8px;
}

.simple-content p {
    font-size: 14px;
    color: #666666;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
}

.simple-content h2 {
    color: #103046;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.simple-content h3 {
    color: #103046;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.simple-content h4 {
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.simple-content a {
    text-decoration: underline;
    color: #103046;
}

.simple-content a:hover {
    text-decoration: none;
}

.pb-50 {
    padding-bottom: 50px;
}

.simple-content img {
    max-width: 100%;
}

.red {
    color: #d30000;
}

a.red:hover, a.red:focus {
    color: #d30000;
    text-decoration: underline;
}

label.chackbox {
    font-weight: normal;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header .navbar {
        position: relative;
    }

    .navbar-collapse {
        z-index: 999;
        position: relative;
        background: #fff;
        padding-bottom: 20px;
    }

    .main-nav {
        margin-top: 0;
        width: 100%;
        float: none !important;
    }

    .nav-pills.main-nav > li > a {
        text-align: left;
        margin-left: 0;
        padding: 10px;
    }

    .main-nav.nav-pills > li {
        float: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-nav {
        margin: 0;
    }
}

html, body {
    min-width: 410px;
    overflow: auto;
}

.right-position {
    position: fixed;
    right: -2px;
    top: 150px;
    width: 218px;
}

.right-position h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #FFF;
}

.calculation-no {
    border-radius: 4px;
    border: 1px solid #4a91c8;
    padding: 12px 19px;
    background: #4a91c8;
    margin-bottom: 20px;
}

.contact-us-panel {
    padding: 0 10px 2px 20px;
    width: 218px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px #dddedf;
    box-shadow: 0 2px 6px #dddedf;
    background: #f1f1f1;
    position: fixed;
}

.contact-us-panel h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
}

.contact-us-panel .btn {
    margin: 20px auto;
    padding: 5px 0;
    font-size: 14px;
    width: 80%;
}

.contact-us-panel input[type="text"] {
    margin: 5px 0;
    font-family: 'Open Sans', sans-serif;
}

.contact-us-panel input[type="text"].mb-20, .mb-20 {
    margin-bottom: 5px;
}

.contact-us-panel h3 {
    color: #696969;
}

.contact-us-panel .phone-no {
    font-size: 20px;
    color: #696969;
}

.contact-us-panel .email-address {
    font-size: 18px;
    font-weight: 300;
}

.contact-us-panel span.glyphicon {
    color: #dad9d9;
    margin-right: 15px;
    text-align: right;
    font-size: 22px;
}

.btn-blue, .btn-blue:active, .btn-blue:focus {
    margin: auto;
    color: #FFF;
    border-color: #1c3c5e;
    background: #336291;
    background: -moz-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #336291), color-stop(100%, #1c3c5e));
    background: -webkit-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: -o-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: -ms-linear-gradient(top, #336291 0%, #1c3c5e 100%);
    background: linear-gradient(to bottom, #336291 0%, #1c3c5e 100%);
}

.btn-blue:hover {
    color: #FFF;
}

.table tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table thead > tr > th {
    vertical-align: middle;
    text-align: center;
}

.btn-gray, .btn-gray:active, .btn-gray:focus {
    margin: auto;
    color: #868787;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #aaaaaa));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #aaaaaa 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #aaaaaa 100%);
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .blue-link {
        display: none;
    }

    .navbar .mobile-device-btn.calculation-no {
        display: none;
    }
}

@media (max-width: 1420px) {
    .right-position .contact-us-panel {
        width: 175px;
    }

    .right-position {
        width: 175px;
    }
}

@media (max-width: 1330px) {
    .right-position .contact-us-panel {
        display: none;
    }

    .right-position {
        position: absolute;
        top: 0;
    }
}

@media (max-width: 767px) {
    .right-position {
        display: none;
    }

    .blue-link {
        display: block;
    }

    .navbar .mobile-device-btn {
        display: block;
    }
}

.lh-30, .blue-box h1.lh-30 {
    line-height: 30px;
}

.panel-border {
    border-bottom: 1px solid #dddddd;
}

.report-us p {
    font-size: 12px;
}

.report-us p.big {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.report-us p strong {
    font-size: 14px;
}

.panel-default.bg-4a9 > .panel-heading, .bg-4a9 .heading, .bg-4a9.heading {
    background: #4a91c8;
    color: #FFF;
}

.heading {
    padding: 10px 15px
}

.panel-default.bg-346 > .panel-heading, .bg-346 .heading, .bg-346.heading {
    background: #346393;
    color: #FFF;
}

.pdf-ico {
    display: block;
    padding-left: 40px;
    line-height: 50px;
    background: url("../images/icon_pdf.png") left center no-repeat;
}

.pdf-ico a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

/*OVERLAY+POPUP*/
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/popup-overlay.png");
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup-body {
    background: #FFF;
    text-align: center;
    width: 400px;
    padding: 48px 10px 20px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #0a2d43;
}

.popup-body h4 {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0;
    margin: 0 0 18px 0;
    color: #0a2d43;
}

.contact-popup .popup-body h4 {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0 0 18px 0;
    color: #0a2d43;
    text-align: left;
    padding: 0 20px;
    line-height: 20px;
}

.contact-popup .popup-body p {
    background: #FFF;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #0a2d43;
    padding: 0 20px;
    line-height: 20px;
}

.popup-close {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url("../images/close-btn.png") no-repeat center;
    display: block;
    right: -14px;
    top: -14px;
}

.popup-btns {
    width: 200px;
    margin: auto;
    padding: 20px 0;
}

.popup-btns .btn-default-red {
    padding: 6px 29px;
    font-size: 15px;
}

@media (max-width: 420px) {
    .popup-body {
        width: 360px;
        margin-left: -180px;
    }
}

.cookie {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #848f98;
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Lato';
    z-index: 2;
    height: 78px;
}

.cookie .main-content .text-center {
    margin-top: -3px;
}

.cookie a {
    color: white;
    text-decoration: underline;
}

.cookie .container {
    border-top: none;
    border-bottom: none;
}

.cookie .zamknij {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Lato';
    color: white;
    float: right;
    padding-bottom: 5px;
}

.cookie .zamknij2 {
    background-color: rgb(78, 86, 92);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
}

.message-text {
    margin-right: 20px;
}

.pl-20 {
    padding-left: 20px !important;
}

.list-map li {
    padding: 5px 0;
}

.mt-8 {
    margin-top: 8px;
}

.slider-value {
    font-size: 18px;
    font-weight: bold;
    color: black !important;
}

.content-404 {
    margin-top: 90px;
}

.content-404 img{
    vertical-align: top;
    margin: 0 10px;
}

.content-404 .bottom-links{
    margin-top: 20px;
    margin-left: 20px;
}

.content-404 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-404 li{
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
}

.radio-label {
    line-height: 32px;
}

.rangeslider,
.rangeslider__fill {
    background: #e6e6e6;
    display: block;
    height: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #00ff00;
    position: absolute;
    top: 0;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.rangeslider__handle:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.main-box-prof.blue-box {
    padding: 15px;
}

.main-box-prof.blue-box .text {
    min-height: 0;
}

.main-box-prof.blue-box {
    font-size: 12px;
}

.main-box-prof.blue-box h1{
    margin-top: -5px;
}