.sekcja_opisu
{
    width: 100%;
    height: fit-content;
    /*background-color: rgba(0, 0, 0, 0.308);*/
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#main_photo
{
    height: 300px;
}

#opis
{
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.308);*/
    height: fit-content;
    margin-top: 40px;
}

.parametres
{
    display: grid;
    grid-template-columns: 400px 300px;
    grid-auto-rows: 50px;
    margin: 50px;
    width: 700px;
    margin-left: 100px;
    margin-right: auto;
}

.parametres > .empty
{
    display: none;
}

.files
{
    grid-template-columns: 800px;
}

.kategoria
{
    grid-row: span 1;
    grid-column: span 2;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 22px;
    text-align: center;
    text-transform: none;
    line-height: 50px;
    border-radius: 3px 3px 0px 0px;
}

.plik
{
    font-size: 18px;
    padding-left: 20px;
    line-height: 50px;
    background: linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(225,225,225,1) 19%, rgba(255,255,255,1) 100%);
    color: black;
    text-align: center;
    padding-right: 20px;
    height: fit-content;
    grid-column: span 2;    
}

.files > .plik:last-of-type
{
    border-radius: 0px 0px 3px 3px;
}

.plik > a
{
    color: black;
    text-decoration: none;
    display: block;
}

h1
{
    text-transform: none;
    color: black;
    font-size: 27px;
    line-height: 200%;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    margin: 0;
}

#empty
{
    width: 100%;
    min-height: 50px;
}