.sekcja-aktualnosci {
    width: 100%;
}

.modul-start-aktualnosci-startowe-tytul {
    display: none;
}

.sekcja-mapa {
    width: 100%;
    padding: 210px 0px;
    background: #000;
    background-image: url(../grafika/mapa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mapa_tlo {
    width: 100%;
}

.sekcja-rss {
    padding: 180px 0px;
    background: #fff;
}

.rss-zawartosc {
    padding-top: 40px;
}


.modul-start-tytul,
.strona-glowna-tytul {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: 24px;
    width: 100%;
    padding-bottom: 24px;
}

.stopka-info-kontener>.kolumna>.strona-glowna-tytul {
    font-size: 32px !important;
}

.modul-start-informacje-49>p {
    margin: 0;
}

.sekcja-film-mapa>div:first-child {
    padding-top: 48px;
}

.strona-glowna-tytul {
    color: #000;
}

.strona-glowna-tytul a {
    text-decoration: none;
    color: inherit;
}

.aktualnosci-start-tytul {
    color: #000;
    margin-bottom: 60px;
    padding-bottom: 16px;
    display: none;
}



/*Sonda*/
.sekcja-sonda {
    padding: 0px;
    background: #fff;
}

.sekcja-sonda>div:first-child {
    border-bottom: solid 1px #e9e9e9;
}

.modul-start-sonda-mini {
    display: flex;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.modul-start-sonda-mini-tytul {
    text-align: center;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}


/*baner*/
.sekcja-baner {
    padding: 120px 0px;
    background: #fff;
}

.modul-start-banery-tytul {
    display: none;
}

.baner-zawartosc {
    width: 800px;
    margin: auto;
}

@media all and (min-width: 0px) and (max-width: 639px) {
    .sekcja-baner {
        display: none !important;
    }
}