.start{
    width: 95%;
    margin: auto;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 5px #11213c;
    background-repeat: no-repeat;
background-size: cover !important;
background-position: center !important;
    background: url('/wp-content/uploads/2023/03/Zrzut-ekranu-2023-03-2-o-20.30.54-1.png');
}
.container{
    width: 100% !important;
    max-width: 100% !important;
}
.page-header{ 
    display: none;
}
.schowaj{
    display: none;
}

body{
    background: #eaeaea !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

}
.przyciemnienie{
    background-color: rgba(0, 0, 0, 0.218);
    width: 100%;
height: 100%;
position: absolute;}
.start h2 {
    left: 45px;
    bottom: 10px;
    color: white;
    font-weight: 800;
    font-size: 55px;
    z-index: 3;
    width: 60%;
    text-align: center;
}


* {
    font-family: VIP !important;
    text-transform: lowercase !important;

}

.modul h3 {
    text-align: center;
    color: black;
    font-weight: 800;
    text-transform: lowercase;
    font-size: 20px;
}
.ogl{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.lista{
    width: 30%;
    background: white !important;

}
.lista h3 {
    text-align: center;
    line-height: 40px;
    background: #11213c;
    color: white;
    margin-top: 10px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    font-size: 20px;
}

.lista{
    margin-top: 20px;
margin-bottom: 30px;}

ul#lista {
    margin: 0px;
    list-style: none;
    text-align: center;
}

.lista-poj{
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0px;
    cursor: pointer;
    font-size: 20px;
}

.lista-poj li:hover  {
    transform: scale(1.1);
    color: #11213c;

}

.odtwarzacz {
    width: 68%;
    min-height: 400px;
    background: white;
    margin-top: 20px;
}



.odtwarzacz h3 {
    text-align: center;
    line-height: 40px;
    background: #11213c;
    color: white;
    margin-top: 10px;
    width: 96%;
    margin: auto;
    margin-top: 10px;
}

video#myVideo {
    width: 96%;
    height: 400px;
    margin: auto;
    object-fit: cover;
    margin-left: 2%;
    margin-top: 10px;
}

.lista{
    height: 100%;
}

li.lista-poj.actve {
    background: #eaeaea;
    width: 90%;
    margin: auto;
    padding: 6px;
    margin-top: 6px;
}

.nastepny {
    width: 90%;
    text-align: center;
    margin: auto;
    background: #11213c;
    margin-top: 40px;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
}


.nastepnys {
    width: 90%;
    text-align: center;
    margin: auto;
    background: #11213c;
    margin-top: 40px;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 800;
}

ul#moduly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    width: 95%;
    margin: auto;
    margin-top: 30px;
}


li.modul {
    width: 24%;
    min-height: 350px;
    background: white;
    position: relative;
    margin-bottom: 20px;
}

li.modul img {
    height: 300px;
    padding: 20px;
    width: 100%;
    object-fit: cover;
}
.modul h3 {
    text-align: center;
    color: black;
    font-weight: 800;
}

li.modul a{
    position: absolute;
    height: 100%;
    width: 100%;
}

.nagl{
    text-align: center;
    margin: 30px;
}

.nagl h2 {
    font-size: 40px;
}

#site-header-inner{
    max-width: 90% !important;
}
i.nav-arrow.fa.fa-angle-down {
    font-family: "Font Awesome 5 Free" !important;
    display: none;
}
li.search-toggle-li {
    display: none;
}
.listas{
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.listas li a {
    color: white;

}

.lis{
    width: 100%;
    height: auto;
}

.lis a{
    color: white;
    font-size: 30px;
}

.lis li {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-top: 30px;
    background-color: #11213c;

}

.lis li:hover{
    transform: scale(1.02);
}

div#mobile-menu-search {
    display: none !important;
}
.kontakt{
    text-align: center;
}
.mail{
    font-size: 50px;
    color: #11213c;
    text-decoration: none;
}

.tekst{
    color: black;
    font-size: 30px;
    margin-top: 30px;
}
#main #content-wrap{
    min-height: 85vh;
}
.listas.kontakt {
    flex-direction: column;
}

div#top-bar-inner {
    text-align: center;
    font-size: 20px;
}
@media  screen and (max-width: 911px) { 
    .start{
        height: auto;

    }

    .start h2 {
        width: 80%;
    }

    .start {
        padding: 40px 0px;
    }
    li.modul{
width: 100%;
    }

    .ogl {
        width: 95%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .lista{
        width: 100%;
    }

    .odtwarzacz{
        width: 100%;
    }

    html {
        margin-top: 0px !important;
    }
}