th {
    background-color: var(--czerwony);
    color: white;
    font-size: 14px;
    border-color: var(--czerwony);
    border: none !important;
}

td {
    font-size: 13px;
    font-weight: 500;
    color: black;
}


.primarycontent {
    width: 1600px;
    margin: auto;
    margin-top: 50px;
    max-width: 95%;
}

.zapisindywid{
    width: 1600px;
    margin: auto;
    margin-top: 50px;
    max-width: 95%;
}

.start{
    width: 1600px;
    margin: auto;
    margin-top: 50px;
    max-width: 95%;
}
td.nazwa {
    border-right: 0px !important;
}
td.opis {
    border-left: 0px;
}

td.data {
    border-right: none;
}

td.miejsca {
    border-left: none;
    border-right: none;
}

td.akcje {
    border-left: none;
    text-align: left;
}

tr:nth-child(2n+1){
    background-color: var(--szary);
}
button {
    padding: 10px;
    background-color: var(--czerwony);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    /* width: 112px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s;
    margin-bottom: 5px;
}


span.ikona {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: black;
    margin-right: 9px;
    font-size: 9px;
    border-radius: 100%;
    transition: 0.4s;
}

button:hover{
    background-color: black !important;
    color: white !important;
}

button:hover span.ikona{
    background: var(--czerwony);
    color: white;
}

.filmys{
    text-align: center;
    margin-top: 80px;
}

.centera{
    text-align: center;
}

.filmy-kontener {
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    margin-top: 60px;
}

@media screen and (max-width: 911px){
    .filmy-kontener {
        flex-direction: column;
    }
    .filmy-kontener video {
        width: 90%;
    }

    .filmys {
        text-align: center;
        margin-top: 110px;
    }
}