.all {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    padding: 40px;
    position: relative;
    padding-left: 19px;
}
.pasek {
    width: 100%;
    height:63px;
    background-image: url(tlo.jpg);
}
.naglowek {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 17px;
}
.sekcja{
    padding: 20px 0;
}
.tlo {
    background:#eaeaea ;

}
.menudol {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.menudol a {
    color: black;

}
.menudol li {
    list-style-type: none;
}
h4 {
    text-align: center;
    color: black;
}
.kategorie {
        font-size: 1.3rem;
        font-weight: 300;
        text-transform: uppercase;
}
 table {
    width:100%;
    text-align:center
    }
     table td,  #post table th {
    padding:20px;
    border-bottom:1px solid #eaeaea;
    }

    .gora {
        z-index: 1000;
        position: absolute;
        width: 30%;
        right: 0;
        padding-right: 40px;
    }
    .gora ul  {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
    }
    .gora li {
        list-style-type: none;
    }
   .gora a {
color:black;
   }

   .kropy li {
       list-style-type: none;
       position: relative;
   }
   .kropy li::before {
       content:'';
       width: 8px;
       height: 8px;
       background: #299be1;
       position: absolute;
       top: 8px;
    left: -12px;
   }

   .tyt {
       text-align: center;
       font-weight: 700;
   }
   .tresc {
       text-align: center;
   }