:root{
    --czerwony: #e00404;
    --tytul: 48px;
    --tresc: 20px;
    --szary: #f0ecec;
    --widthpodstrony: 80%;
}

.baner {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    height: 50vh;
    margin-top: 5vh;
    padding: 2.5%;
    background-color: var(--szary);
}
.baner .tekst {
    width: 50%;
    padding-right: 5%;
    font-size: var(--tresc);
    vertical-align: revert-layer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.baner .tekst p {
    margin: 20px 0px !important;
    font-size: 17px;
}
.baner .tekst h2{
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 12px !important;
}
.baner .tekst .kreska {
    background-color: var(--czerwony);
    width: 20%;
    margin-right: auto;
    height: 7px;
    display: block;
}
.przycisk {
    font-size: var(--tresc);
    padding: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: white !important;
    font-weight: bold;
    background-color: var(--czerwony);
    text-decoration: none;
    border-radius: 40px;
    font-size: 15px;
}
.przycisk i {
    margin-right: 1%;
    padding: 1%;
    background-color: white;
    border-radius: 50%;
    color: black;
    font-size: 17px !important;
    height: 12px;
    width: 12px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px !important;
}
.baner .zdjecia{
    width: 50%;
    height: 100%;
    position: relative;
}
.baner .zdjecia .kropla{
    position: absolute;
}
.baner .zdjecia .zdj{
    width: 100%;
    height: 100%;
    padding: 2.5%;
}
.baner .zdjecia .zdj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0%;
}
.baner .zdjecia .tlo {
    background-color: var(--czerwony);
    width: 90%;
    height: 90%;
    position: absolute;
    bottom: 0%;
    right: 0%;
    border-top-left-radius: 50%;
    animation: tlo-baner 15s infinite;
}
.baner .zdjecia .kropla {
    position: absolute;
    top: 36px;
    left: 0%;
    /* padding: 3%; */
    border-radius: 50%;
    background-color: white;
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    animation: kropelka 10s infinite;
    display: none;
}










.barometr{
    width: 100%;
    background-color: white;
    height: 60vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 5vh;
    margin-top: 5vh;
    padding: 5%;
}
.barometr .tekst{
    width: 50%;
    margin: auto;
    font-size: var(--tresc);
    text-align: center;
}
.barometr .tekst h2{
    font-size: var(--tytul);
    font-weight: bold;
    margin-bottom: 3vh;
}
.barometr .tekst p{
    margin: 3vh 0px ;
}
.barometr .tekst .kreska {
    background-color: var(--czerwony);
    width: 20%;
    margin: auto;
    height: 0.5vh;
    display: block;
}
.barometr .ilosc{
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.barometr .ilosc .grupa{
    width: 12%;
    text-align: center;
}
.barometr .stan{
    text-align: center;
    font-weight: bold;
}
.barometr .grupa p{
    margin-top: 0px !important;
}
.barometr .grupa h3{
    margin-bottom: 0px !important;
}








.gdzie {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 2.5%;
    background-color: var(--szary);
}
.gdzie .tekst{
    width: 50%;
    height: 100%;
    padding-right: 5%;
    display: flex;
    align-items: center;   
    font-size: var(--tresc);
}
.gdzie .tekst h2{
    font-size: var(--tytul);
    font-weight: bold;
    margin-bottom: 3vh;
}
.gdzie .tekst p{
    margin: 3vh 0px;
}
.gdzie .tekst .kreska{
    background-color: var(--czerwony);
    width: 20%;
    height: 1.5vh;
    display: block;
}
.gdzie .zdjecie{
    position: relative;
    height: 100%;
    width: 50%;
}
.gdzie .zdjecie .zdj{
    padding: 2.5%;
    position: relative;
    width: 100%;
    height: 100%;
}
.gdzie .zdjecie .zdj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gdzie .zdjecie .zdj .kropla{
    position: absolute;
    right: 3%;
    top: 5%;
}
.gdzie .zdjecie .zdj .kropla img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gdzie .zdjecie .tlo{
    width: 90%;
    height: 90%;
    position: absolute;
    z-index: -10;
    right: 0;
    bottom: 0;
    background-color: var(--czerwony);
}











.informacje{
    width: 100%;
    padding:2.5%;
    background-color: white;
    height: 80vh;
    margin-top: 5vh;
}
.informacje h2{
    text-align: center;
    font-size: var(--tytul);
    font-weight: bold;
    margin-bottom: 3vh;
}
.informacje .kreska{
    background-color: var(--czerwony);
    width: 20%;
    margin: auto;
    height: 0.5vh;
    display: block;
    margin-bottom: 5vh;
}
.informacje .kafle{
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5vh;
}
.informacje .kafle .kafel {
    width: 24%;
    height: 100%;
    margin: auto;
    text-decoration: none;
}
.informacje .kafel .zdj{
    width: 100%;
    height: 85%;
    position: relative;
}
.informacje .kafel .zdj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.informacje .kafel .kropla{
    left: 3%;
    top: 5%;
    position: absolute;
}
.informacje .kafel .kropla img{
    height: auto !important;
    width: auto !important;
}
.informacje .kafel .tekst{
    width: 100%;
    height: 15%;
    padding: 3%;
    background-color: var(--czerwony);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.informacje .kafel .tekst h3{
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: relative;
}
.informacje .kafel .tekst  i{
    position: absolute;
    top: -35%;
    right: 5%;
    padding: 3%;
    background-color: white;
    border-radius: 50%;
    font-size: 34px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.informacje .przycisk i{
    font-size: 20px !important;
}
.informacje .tekst{
    height: 20%;
}
.informacje .przycisk {
    font-size: var(--tresc);
    padding: 1.5%;
    padding-right: 2%;
    padding-left: 1%;
    padding-bottom: 1.5%;
    color: white !important;
    font-weight: bold;
    background-color: var(--czerwony);
    text-decoration: none;
    border-radius: 40px;
    margin: auto;
}
.informacje .przy{
    width: 100%;
    height: 10%;
    text-align: center;
}








.przerywnik {
    width: 100%;
    height: 50vh;
    padding-top: 5vh ;
    background-color: white;
}
.przerywnik img{
    width: 100%;
    height:  100%;
    object-fit: cover;
}







.aktualnosci{
    width: 100%;
    padding: 2.5%;
    background-color: white;
}
.aktualnosci .tekst{
    width: 100%;
    text-align: center;
}
.aktualnosci .tekst h2{
    font-size: var(--tytul);
    font-weight: bold;
}
.aktualnosci .kreska{
    background-color: var(--czerwony);
    width: 20%;
    margin: auto;
    height: 0.5vh;
    display: block;
    margin-bottom: 5vh;
}
.aktualnosci li.rpwe-li.rpwe-clearfix {
    display: flex;
    flex-direction: column;
    width: 23%;
    padding: 1% !important;
    background-color: var(--szary);
}
.aktualnosci ul.rpwe-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.aktualnosci img.rpwe-alignleft.rpwe-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aktualnosci h3.rpwe-title a {
    font-size: 26px;
    font-weight: bold;
    font-family: Gilroy !important;
    color: black;
    line-height: 1.2em;
}
.aktualnosci .rpwe-block h3{
    text-align: center;
    margin-top: 2vh !important;
}
.aktualnosci .rpwe-time.published {
    text-align: center;
    font-size: 20px;
    color: var(--czerwony);
    font-weight: 700;
    margin-bottom: 2vh;
    margin-top: 1vh;
}
.aktualnosci .przyciskwpis {
    text-align: center !important;
}

*{
    font-family: 'Montserrat', sans-serif;    
}



table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #f5f5f5;
}

button {
    padding: 5px 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}


@keyframes tlo-baner {
    0%{
        bottom: -25px;
    }

    50%{
        bottom: 25px;
    }

    100%{
        bottom: -25px;
    }
}


@keyframes kropelka {
    0%{
        top: 0px;

    }

    50%{
        top:15px;

    }

    100%{
        top: 0px;

    }
}


@keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    100% {
      transform: scale(1.05);
      box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.0);
    }

  }


  
.stopka {
    width: 95%;
    margin-top: 5vh;
    background: #eaeaea;
    display: flex;
    flex-direction: row;
    padding: 1vh 2.5%;
    justify-content: space-between;
}
.stopka_sekcja{
    width: 24%;
}
.stopka h2{
    font-size: 30px;
}
.stopka ul{
    margin-left: 0px !important;
    padding: 0px !important;
    list-style-type: none;
}
.stopka p{
    font-size: 16px !important;
}
.stopka li{
    font-size: 16px !important;
}
.numery_stopka li{
    display: flex;
    margin-bottom: 15px;
}
.dni_stopka{
    font-weight: bold;
}
.creo{
    text-align: center;
    padding: 10px;
    background-color: #eaeaea;
}
.creo a{
    text-decoration: none;
    color: black !important;
    font-size: 12px;
}
.numery_stopka p{
    font-weight: bold;
}
.rejestracaj_stopka {
    margin-bottom: 20px !important;
}

.numery_stopka li p{
    margin: 0px;
}
.numery_stopka li a{
    margin-left: 10px;
    font-size: 16px !important;
    text-decoration: none;
    color: black !important;
}      
@media screen and (max-width: 1000px){
    .stopka_sekcja {
        width: 100%;
    }
    footer.stopka {
        flex-direction: column;
    }
}