#opis
{
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.308);*/
    height: fit-content;
    margin-top: 40px;
}
#main_photo
{
    height: 300px;
}

.sekcja_opisu
{
    width: 100%;
    height: fit-content;
    /*background-color: rgba(0, 0, 0, 0.308);*/
    position: relative;
    padding-bottom: 20px;

}

.akcesoria
{
    display: grid;
    grid-template-columns: 65% 35%;
    grid-auto-rows: 300px;
    margin: 0;
    padding: 0;
    /*background-color: aqua;*/
    margin-left: 5%;
    margin-right: 5%;
    row-gap: 50px;

}

.opis
{
    height: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    align-self: center;
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.opis > p
{
    font-weight: bold;
}

.zdjecie
{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}

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;
}


h3
{
    text-transform: none;
    color: black;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}

h2
{
    padding-left: 40px;
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    padding-right: 40px;
    margin: 0;
    line-height: 130%;
    text-indent: 40px;
}

.numer
{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-color:black;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    border-radius: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 900;
    color: white;
}
.multi
{
    display: grid;
    grid-template-columns: repeat(var(--number-of-columns), 1fr);
    grid-template-rows: repeat(var(--number-of-rows), var(--wysokosc));
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: space-between;
    column-gap: 10px;
    max-width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.multi > .photo
{
    max-width: 100%;
    width: 100%;

}

.photo
{
    max-width: 80%;
    width: var(--szerokosc);
    height: var(--wysokosc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}



/*
.sekcja_opisu:nth-child(even)
{
    background-color: rgba(0, 0, 0, 0.103);
}
*/

.parametres
{
    display: grid;
    grid-template-columns: 400px 550px;
    grid-auto-rows: 50px;
    margin: 50px;
    width: 950px;
    margin-left: 100px;
    margin-right: auto;
}


.empty
{
    height: 100px;
    width: 100%;
}

.plik,
.cecha
{
    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: right;
    padding-right: 40px;
}

.plik
{
    text-align: center;
    padding-right: 20px;
    height: fit-content;
}

.wartosc
{
    background: linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(225,225,225,1) 19%, rgba(255,255,255,1) 100%);
    font-size: 18px;
    color: black;
    text-align: left;
    line-height: 50px;
}

.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;
}

.parametres > .empty
{
    display: none;
}

.parametres > .kategoria:first-of-type
{
    border-radius: 3px 3px 0px 0px;
}

.parametres > .plik:last-of-type
{
    border-radius: 0px 0px 3px 3px;
}

.parametres > .cecha:nth-last-of-type(2)
{
    border-radius: 0px 0px 0px 3px;
}

.parametres > .wartosc:nth-last-of-type(1)
{
    border-radius: 0px 0px 3px 0px;
}

.files
{
    grid-template-columns: 800px;
}

.plik
{
    grid-column: span 2;
}

.plik > a
{
    color: black;
    text-decoration: none;
    display: block;
}

sub
{
    font-size: 12px;
    vertical-align:middle;
}


