.top-header {
    min-height: 1434px;
    background-image: url('../../assets/img/top-bgr-l.jpg');
    margin-top: 137px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .top-header {
        min-height: 1216px;
        background-image: url('../../assets/img/top-bgr-l.jpg');
    }
}

@media (min-width: 768px) {
    .top-header {
        min-height: 1155px;
        background-image: url('../../assets/img/top-bgr-l.jpg');
    }
}

@media (min-width: 992px) {
    .top-header {
        min-height: 791px;
        background-image: url('../../assets/img/top-bgr-l.jpg');
        background-size: inherit;
    }
}

@media (min-width: 1200px) {
    .top-header {
        min-height: 897px;
        background-image: url('../../assets/img/top-bgr-l.jpg');
    }
}

.header-txt-big {
    font-size: 60px;
    color: #ffffff;
}

.txt-body {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #2b2b36;
    line-height: normal;
}

.txt-body-md-red {
    font-family: 'Source Sans Pro';
    font-size: 21px;
    color: #e0091b;
}

.txt-body-md {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #2b2b36;
}

.txt-input, .txt-input:active {
    border: 1px solid #c9c9c9;
    height: 34px;
    padding-left: 10px;
    outline: none;
}

.txt-body-white {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #ffffff;
}

.txt-body-sm-white {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #ffffff;
}

.txt-title {
    font-family: 'Source Sans Pro';
    font-size: 48px;
    color: #2b2b36;
    font-weight: 800;
    line-height: normal;
}

.txt-title-gold {
    font-family: 'Source Sans Pro';
    font-size: 48px;
    color: #c5bb88;
    font-weight: 800;
}

.gold-link, .gold-link:hover {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #c5bb88;
    text-decoration: underline;
}

.gold-link-sm, .gold-link-sm:hover {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #c5bb88;
    text-decoration: underline;
    word-break: break-all;
}

.link-wiecej {
    position: relative;
    top: -35px;
}

.bgr-gray {
    background-color: #f5f5f5;
}

.bgr-dark {
    background-color: #20242e;
}

.bgr-img-lines-1 {
    background-image: url('../../assets/img/bgr-img-lines.svg'), url('../../assets/img/bgr-img-lines-2.svg');
    background-repeat: no-repeat;
    background-position: right -202px bottom -60px, left -143px top;
}

@media (min-width: 992px) {
    .bgr-map {
        background-image: url('../../assets/img/mapa-1.svg');
        background-repeat: no-repeat;
        background-position: right -70px center;
        background-size: 37%;
    }
}

ul {
    list-style: none;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: #e0091b;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 11px 1px 0px;
}

.mapa-mobile {
    display: block;
}

@media (min-width: 992px) {
    .mapa-mobile {
        display: none;
    }
}

.footer-logo-1 {
    height: 30px;
}

@media (min-width: 768px) {
    .footer-logo-1 {
        height: 45px;
    }
}

.google-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tablet {
    height: 346px;
}

@media (min-width: 992px) {
    .tablet {
        height: 390px;
    }
}

.bgr-white {
    background-color: #ffffff;
}

.logo-ids-form {
    width: 177px;
}

.checkbox-form {
    margin-right: 7px;
    height: 12px;
}

.txt-checkbox-form {
    font-family: 'Source Sans Pro';
    font-size: 12px;
    color: #2b2b36;
    line-height: normal;
}

.txt-checkbox-form-red {
    font-family: 'Source Sans Pro';
    font-size: 12px;
    color: #e0091b;
    line-height: normal;
}

.top-header-claim {
    padding-top: 0px;
}

@media (min-width: 992px) {
    .top-header-claim {
        padding-top: 94px;
    }
}

.captcha-numbers {
    width: 250px;
    height: 75px;
    padding-left: 20px;
}

@media (min-width: 576px) {
    .captcha-txt-btn {
        width: 179px;
        padding-left: 13px;
    }
}

.required {
    color: #e0091b;
    font-size: 12px;
}

.success {
    color: green;
    display: block;
    text-transform: uppercase;
}

.error {
    color: #e0091b;
    display: block;
    text-transform: uppercase;
}

.btn-red, .btn-red:focus, .btn-red:active, .btn-red:hover, .btn-red:focus {
    background-image: url('../../assets/img/btn-wyslij-form.svg');
    width: 131px;
    height: 42px;
    border: none;
    text-decoration: none;
    outline: none;
}

.maps {
    height: 300px;
}

.maps__info h3 {
    font-size: 15px;
}

.maps__info a {
    color: #dc0b15;
}

.btnAdd, .btnAdd:focus, .btnAdd:active, .btnAdd:hover, .btnAdd:focus {
    background-image: url('../../assets/img/btn-zalacz-form.svg');
    width: 223px;
    height: 42px;
    border: none;
    text-decoration: none;
    outline: none;
}

.refreshCaptcha {
    cursor: pointer;
}

img.zalaczniik-check {
    vertical-align: top;
    display: none;
}