#products
{
    width: 100%;
    margin-top: 40px;
   /* background-color: rgba(0, 0, 0, 0.075);*/

}
#main_photo
{
    height: 300px;
}

h1
{
    text-transform: capitalize;
    color: black;
    font-size: 30px;
    line-height: 200%;
    padding-left: 11%;
    padding-top: 20px;
    font-weight: 500;
}

h2
{
    color: black;
    padding: 0;
    /*background-color: white;*/
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 400;
}

h3
{
    padding-left: 20px;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.item > h3
{
    text-indent: 40px;

}

.item
{
    width: 55%;
    margin-left: 10%;
    /*background-color: rgba(0, 0, 0, 0.075);*/
    margin-bottom: 50px;
    /*border-bottom: dashed 2px black;*/
    padding-bottom: 50px;
    padding-right: 25%;
    position: relative;
    padding-top: var(--padding-top);
    --padding-top: 20px
}

.item > h3 > a
{
    text-decoration: none;
    color: white;
}

.item > h3 > .text_link
{
    color: rgb(40, 40, 133);
    font-weight: bold;
    /*text-decoration: line-through solid rgba(0, 0, 0, 0.075) 18px;*/
    
}

.item:last-child
{
    border: unset
}

.photo
{
    width: 100%; 
    height: 330px;
    position: relative;
}
#przedmiot_1
{
    width: 100%;
    height:100%;
}

.photo  img
{
    max-width: 80%;
    height: auto;
    max-height: 330px;
    border-radius: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.item_file
{
    width: 280px;
    position: absolute;
    min-height: 75px;
    background-color: rgba(0, 0, 0, 0.075);
    top: var(--padding-top );
    right: 0px;
    height: max-content;
    border-radius: 3px;
}

.item_file > h2
{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.644);
    border-radius: 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 200%;
    margin: 0;
    color: white;
    border-radius: 3px 3px 0px 0px ;
}

.item_file > h3 >a
{
    display:block;
    color: black;
    text-decoration: none;
}

.item_file > h3
{
    width: fit-content;
    /*background-color: rgba(0, 0, 0, 0.075);*/
    border-radius: 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(225,225,225,1) 19%, rgba(255,255,255,1) 100%);
}

.szczegoly 
{
    width: 22%;
    position: absolute;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.644);
    bottom: 50px;
    right: 20px;
}

.szczegoly > a
{
    line-height: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.kolorowo
{
    background-color: rgba(0, 0, 0, 0.644);
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    border-radius: 5px;
    padding-bottom: 3px;
}
.sterowanie
{
    display:flex;
    justify-content:center;
    height: 10px;
    width: 100%;
    gap: 30px;
    padding-top: 10px;
}

.zmiana_zdjecia
{
    height: 100%;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.075);
    transition: all 0.5s ease-in-out;
}

.strzalka
{
    position: absolute;
    height: 60px;
    width: 30px;
    display: none;
    transition: all .5s ease-in-out;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.wstecz
{
    top: 135px;
    left:  0;
    background-image: url("../obrazy/strzalka.png");
}

.dalej
{
    top: 135px;
    right:0;
    background-image: url("../obrazy/strzalka2.png");
}

/*
.photo:hover .strzalka
{
    /*display: unset;
}
*/
#empty
{
    height: calc(100vh - 1030px);
    width: 100%;
    min-height: 50px;
}
sub
{
    font-size: 12px;
    vertical-align:middle;
}
