* {
    margin: 0 auto;
    padding: 0;
    font-family: 'Barlow';
    scroll-behavior: smooth;
}

body {
    max-width: 100vw;
    height: auto;
    background-color: #000000;
}


.info-top {
    height: 40px;
    background-color: #a07855;
    text-align: center;
}

.info-container {
    text-align: center;
    width: 95vw;
    max-width: 1920px;
    padding: 10px 10px;
    font-weight: bold;
    color: white;
    display: flex;


}


i.fa-solid {
    padding-right: 10px;
    padding-left: 40px;
    font-size: 1.2em;
    vertical-align: middle;
}

.info-container ul {
    display: flex;
    margin: 0 auto;
    width: 40px;
    list-style: none;
    justify-content: space-between;
    
}

.info-container ul li {
    font-size: 1.2em;
    padding-right: 14px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s linear;
    list-style: none;
}

.info-container ul li:hover {
    color: black;
}



/*Banner*/


.banner {
    max-width: 1800px;
    height: 600px;
    margin: 0 auto;
    background-image: url(pictures/autostrada.jpg);
    background-size: contain;
}

.banner-karolina {
    background-image: url(pictures/Ja1.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-25%, 0);
    width: 100%;
    max-width: 600px;
    height: 600px;
    animation-name: ninj;
    opacity: 1;
    animation-duration: 6.7s;
    animation-timing-function: linear;
    animation-direction: alternate;
    z-index: 1;


}

@keyframes ninj {
    0% {
        opacity: 0.3;
        transform: translate(-90%, 0);


    }

    8% {
        opacity: 1;
        transform: translate(-87%, 0);


    }

    92% {
        opacity: 1;
        transform: translate(-30%, 0);

    }

    100% {
        opacity: 1;
        transform: translate(-25%, 0);
    }
}

div.wynik {
    background-image: url(pictures/wynik.png);
    background-size: cover;
    position: relative;
    top: 35px;
    left: 90px;
    z-index: 5;
    width: 1000px;
    height: 400px;
    animation: wynik 7s linear alternate;
    overflow: hidden;

}

@keyframes wynik {
    0% {
        opacity: 0;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.transparent-banner {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 600px;
}

.drivebelfer {
    background-image: url(pictures/Drive.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 700px;
    height: 700px;
    top: 1%;
    right: 53%;
    z-index: 2;
    filter: drop-shadow(5px 5px 2px rgb(56, 120, 238));
    animation: drivebanner 4s linear;
    animation-direction: alternate;
    overflow: hidden;

}

@keyframes drivebanner {
    0% {
        right: 0%;
        opacity: 0;

    }

    8% {
        right: 10%;
        opacity: 1;
    }

    92% {
        opacity: 1;

    }

    100% {
        right: 50%;
        opacity: 1;
    }

}

nav.menu li{
    list-style: none;
}
/*egzamin*/

div.egzamin{
    margin-top: -50px;
    width: 80%;
    max-width: 1600px;
}
h1.egzamin{
    color: white;
    text-shadow: #ebb100 0.1em 0.1em 0.2em;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-top: 50px;
    }

div.tekstegzamin{
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px;

}
p.bold{
    text-transform: uppercase;
    font-size: 1.2em;
}
ul li {
    list-style-type: upper-roman;
}
div.kwestie li{
    list-style-type: square;
    margin-left: 14px;

}

ul.struktura li{
    list-style-type: square;
    margin-left: 14px;
}
ol.plac {
    margin-left: 14px;
}
ol.plac li{
    list-style-type: lower-alpha;
}

/*arkusz-tabela*/
div.tabelaarkusz{
    background-color: white;
    max-width: 100vh;
    text-transform: uppercase;
    width: 100%;
    min-width: 49%;
    box-sizing: border-box;
}
.wiersz{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
td{
    text-transform:initial;
    font-size: 0.7em;
    text-align: center;
    border: 1px solid black;
    padding-left: 6px;
    padding-right: 6px;
   
}
.wiersz1 td{
    text-align: center;
    text-transform:initial;
    font-size: 0.7em;
}

.wiersz3{
    font-weight: 800;
    font-size: 1.3em;
}
.wiersz3 .poz p{
    rotate: -90deg;
    padding-left: 14px;
}
.wiersz4 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz5 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz6 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz7 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz8 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz9 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz10 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz11 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz12 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz13 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz14 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz15 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz15{
    font-weight: 800;
    font-size: 1.1em;
}
.wiersz15 .poz p{
    rotate: -90deg;
}
.wiersz16 {
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz17 {
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz18 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz19 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz20 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz21 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz22 td{
    font-size: 0.8em;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wiersz23 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz24 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz25 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz26 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz27 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz28 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz29 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz30 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.wiersz31 td{
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
}
.lewa{
    text-align: left;
}
.padding{
    padding-left: 5px;
    padding-right: 6px;
    width: 5vh;
}
#uwagi{
    font-weight: 800;
    font-size: 1.3em;
    position: relative; top: -55px;
}
#wynikegz{
    font-size: 1.4em;
    font-family:Arial, Helvetica, sans-serif;
    padding-top: 20px;
}
#obramowanie{
    border-top: none;
    border-bottom: none;
}
td.ramka{
    border-bottom: none;
}
td.ramkagora{
    border-top: none;
}
#podpiskropki{
    font-size: 1.4em;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1px;
    text-align: center;
}
#podpisegz{
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}

/*<i class="fa-regular fa-square-check"></i>
NAJECHANIE MYSZKĄ NA ZADANIA EGZAMINACYJNE :HOVER - ZIELONY CHECK
*/

button.zadania {
    border: none;
    background-color: transparent;
    font-size: 1em;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    
}
button.zadania a{
    color: rgb(0, 0, 0);
    outline: none;
    text-decoration: none;
    
    
}

button.zadania:hover a{
    font-weight: 500;
    color: #a07855;
    font-style:normal;
    
}

.check:hover ~td.poz1 div.ok1 i{
    font-size: 0em;
}
.check:hover ~td.poz1 div.ok1{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}

.check15rd:hover ~td.poz1 div.ok15rd i{
    font-size: 0em;
}

.check15rd:hover ~td.poz1 div.ok15rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check2:hover ~td.poz1 div.ok2 i{
    font-size: 0em;
}

.check2:hover ~td.poz1 div.ok2{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}

.check16rd:hover ~td.poz1 div.ok16rd i{
    font-size: 0em;
}

.check16rd:hover ~td.poz1 div.ok16rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}

.check3:hover ~td.poz1 div.ok3 i{
    font-size: 0em;
}

.check3:hover ~td.poz1 div.ok3{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);

}.check17rd:hover ~td.poz1 div.ok17rd i{
    font-size: 0em;
}

.check17rd:hover ~td.poz1 div.ok17rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check4-1:hover ~td.poz1 div.ok4-1 i{
    font-size: 0em;
}

.check4-1:hover ~td.poz1 div.ok4-1{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}

.check18rd:hover ~td.poz1 div.ok18rd i{
    font-size: 0em;
}

.check18rd:hover ~td.poz1 div.ok18rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}

.check19rd:hover ~td.poz1 div.ok19rd i{
    font-size: 0em;
}

.check19rd:hover ~td.poz1 div.ok19rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check5:hover ~td.poz1 div.ok5 i{
    font-size: 0em;
}

.check5:hover ~td.poz1 div.ok5{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check20rd:hover ~td.poz1 div.ok20rd i{
    font-size: 0em;
}

.check20rd:hover ~td.poz1 div.ok20rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check6:hover ~td.poz1 div.ok6 i{
    font-size: 0em;
}

.check6:hover ~td.poz1 div.ok6{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check21rd:hover ~td.poz1 div.ok21rd i{
    font-size: 0em;
}

.check21rd:hover ~td.poz1 div.ok21rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check22rd:hover ~td.poz1 div.ok22rd i{
    font-size: 0em;
}

.check22rd:hover ~td.poz1 div.ok22rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check23rd:hover ~td.poz1 div.ok23rd i{
    font-size: 0em;
}

.check23rd:hover ~td.poz1 div.ok23rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check24rd:hover ~td.poz1 div.ok24rd i{
    font-size: 0em;
}

.check24rd:hover ~td.poz1 div.ok24rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check26rd:hover ~td.wiersz16 div.ok26rd i{
    font-size: 0em;
}

.check26rd:hover ~td.wiersz16 div.ok26rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check27rd:hover ~td.wiersz16 div.ok27rd i{
    font-size: 0em;
}

.check27rd:hover ~td.wiersz16 div.ok27rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check28rd:hover ~td.wiersz16 div.ok28rd i{
    font-size: 0em;
}

.check28rd:hover ~td.wiersz16 div.ok28rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check1rd:hover ~td.poz1 div.ok1rd i{
    font-size: 0em;
}

.check1rd:hover ~td.poz1 div.ok1rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check29rd:hover ~td.poz1 div.ok29rd i{
    font-size: 0em;
}

.check29rd:hover ~td.poz1 div.ok29rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check2rd:hover ~td.poz1 div.ok2rd i{
    font-size: 0em;
}

.check2rd:hover ~td.poz1 div.ok2rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check30rd:hover ~td.poz1 div.ok30rd i{
    font-size: 0em;
}

.check30rd:hover ~td.poz1 div.ok30rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check3rd:hover ~td.poz1 div.ok3rd i{
    font-size: 0em;
}

.check3rd:hover ~td.poz1 div.ok3rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check31rd:hover ~td.poz1 div.ok31rd i{
    font-size: 0em;
}

.check31rd:hover ~td.poz1 div.ok31rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check4rd:hover ~td.poz1 div.ok4rd i{
    font-size: 0em;
}

.check4rd:hover ~td.poz1 div.ok4rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check32rd:hover ~td.poz1 div.ok32rd i{
    font-size: 0em;
}

.check32rd:hover ~td.poz1 div.ok32rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check5rd:hover ~td.poz1 div.ok5rd i{
    font-size: 0em;
}

.check5rd:hover ~td.poz1 div.ok5rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check33rd:hover ~td.poz1 div.ok33rd i{
    font-size: 0em;
}

.check33rd:hover ~td.poz1 div.ok33rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check6rd:hover ~td.poz1 div.ok6rd i{
    font-size: 0em;
}

.check6rd:hover ~td.poz1 div.ok6rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check34rd:hover ~td.poz1 div.ok34rd i{
    font-size: 0em;
}

.check34rd:hover ~td.poz1 div.ok34rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check7rd:hover ~td.poz1 div.ok7rd i{
    font-size: 0em;
}

.check7rd:hover ~td.poz1 div.ok7rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check8rd:hover ~td.poz1 div.ok8rd i{
    font-size: 0em;
}

.check8rd:hover ~td.poz1 div.ok8rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check9rd:hover ~td.poz1 div.ok9rd i{
    font-size: 0em;
}

.check9rd:hover ~td.poz1 div.ok9rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check10rd:hover ~td.poz1 div.ok10rd i{
    font-size: 0em;
}

.check10rd:hover ~td.poz1 div.ok10rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check12rd:hover ~td.poz1 div.ok12rd i{
    font-size: 0em;
}

.check12rd:hover ~td.poz1 div.ok12rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check13rd:hover ~td.poz1 div.ok13rd i{
    font-size: 0em;
}

.check13rd:hover ~td.poz1 div.ok13rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}
.check14rd:hover ~td.poz1 div.ok14rd i{
    font-size: 0em;
}

.check14rd:hover ~td.poz1 div.ok14rd{
    background-image: url(pictures/pngwing.com.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-size: 1.3em;
    transform: translateX(6px);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation:portrait) {
    .info-top {
        height: 100px;
    }

    div.span-kontakt {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        height: 85px;
        margin: 0px 10px 20px 0px;
    }

    div.span-kontakt span {
        font-size: 1.2em;
        margin: 0;
    }

    .span-kontakt i.fa-solid {
        padding-left: 3%;
    }

    div.info-container ul {
        display: none;
        width: 0px;
        height: 0px;
    }

    .info-container {
        width: 100vw;
        padding: 8px 0px;
    }

    .banner {
        height: 80vh;
    }

    .transparent-banner {
        top: 100px;
        height: 400px;
    }

    .banner-karolina {
        display: block;
        top: 0;
        transform: translate(-50%, 0);
        width: 120%;
        animation-name: none;
        height: 400px;
    }

    .obrazpx {
        position: absolute;
        height: 400px;
        width: 320px;
        overflow: hidden;
    }

    div.wynik {
        overflow: hidden;
        top: -46px;
        left: -200px;
        width: 505px;
        animation: wynik 3s linear alternate;

    }

    .drivebelfer {
        width: 320px;
        height: 320px;
        top: 32%;
        right: 2%;
    }

    @keyframes drivebanner {
        0% {
            right: 50%;
            opacity: 0;

        }

        8% {
            right: 30%;
            opacity: 0;
        }

        92% {
            opacity: 1;

        }

        100% {
            right: 2%;
            opacity: 1;
        }

    }

    #example{
        line-height: 40px;
        margin-bottom: 32px;
        margin-top: 100px;
    }
    div.egzamin{
        margin-top: 250px;
        width: 90%;
        margin-left: 6%;
        margin-right: 6%;
    }
    .tekstegzamin{
        margin-left: 1%;
        margin-right: 3%;
    }
    div.tabelaarkusz{
        overflow: scroll;
    }

    table.praktyczny{
        min-width: 552px;
    }
    .lewa {
        min-width: 42px;
    }
    li.center{
        text-align: center;
        line-height: 1.4em;
        margin-top: 18px;
        
    }
    #uwagi{
        font-weight: 800;
        font-size: 1.3em;
        position: relative; top: -120px;
    }
}
@media only screen and (min-device-width: 344px) and (max-device-width: 350px) and (orientation:portrait){
    .center1{
        text-align: center;
        line-height: 1.4em;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    div.egzamin {
        margin-top: 300px;
    }
    section.contact h1{
        padding-top: 120px;
    }
    .banner {
        height: 60vh;
    }
    .obrazpx {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .drivebelfer {
        width: 320px;
        height: 320px;
        top: 0%;
        right: 2%;
    }
    div.wynik {
        top: 25%;
    }
    .banner-karolina {
        display: block;
        top: 0;
        transform: translate(-48%, 24%);
        width: 430px;
        animation-name: none;
        height: 430px;
    }
   
}

@media only screen and (min-device-width: 353px) and (max-device-width: 1023px) and (orientation:portrait) {
    .info-top {
        height: 80px;
    }

    div.span-kontakt {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        height: 70px;
        margin: 0px 10px 20px 0px;
    }

    div.span-kontakt span {
        font-size: 1.2em;
        margin: 0;
    }

    .span-kontakt i.fa-solid {
        padding-left: 3%;
    }

    div.info-container ul {
        display: none;
        width: 0px;
        height: 0px;
    }

    .info-container {
        width: 100vw;
        padding: 8px 0px;
    }

    .banner {
        height: 90vh;
    }

    .transparent-banner {
        top: 80px;
        height: 90vh;
    }

    .banner-karolina {
        display: block;
        top: 0;
        transform: translate(-50%, 26%);
        width: 120%;
        animation-name: none;
        height: 94vh;
        clear: both;
        
    }

    .obrazpx {
        position: absolute;
        height: 90vh;
        width: 100vw;
        overflow: hidden;
    }

    div.wynik {
        overflow: hidden;
        top: 150px;
        left: -165px;
        width: 509px;
        animation: wynik 4s linear alternate;

    }

    .drivebelfer {
        width: 360px;
        height: 360px;
        top: -4%;
        right: 0%;
    }

    @keyframes drivebanner {
        0% {
            right: 50%;
            opacity: 0;

        }

        8% {
            right: 20%;
            opacity: 0;
        }

        92% {
            opacity: 1;

        }

        100% {
            right: 0%;
            opacity: 1;
        }

    }
    
}

@media only screen and (min-device-width: 390px) and (max-device-width: 1023px) and (orientation:portrait) {
    .drivebelfer {
        width: 400px;
        height: 400px;
        top: -3%;
    }

    div.wynik {
        top: 200px;
    }

    .banner {
        height: 77vh;
    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 1023px) and (orientation:portrait) {
    .drivebelfer {
        width: 415px;
        height: 415px;
    }

    div.wynik {
        left: -207px;
        width: 609px;
        height: 465px;
    }
    div.egzamin {
        margin-top: 200px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (device-width: 480px) and (orientation: landscape) {
    .info-top {
        height: 80px;
    }

    .span-kontakt {
        height: 70px;
    }
}

@media all and (min-width:1024px) and (max-width:1280px) {
    .drivebelfer {
        top: 14%;
        right: 40%;
    }

    @keyframes drivebanner {
        0% {
            right: 0%;
            opacity: 0;

        }

        8% {
            right: 10%;
            opacity: 1;
        }

        92% {
            opacity: 1;

        }

        100% {
            right: 40%;
            opacity: 1;
        }

    }

    div.wynik {
        background-image: url(pictures/wynik.png);
        background-size: cover;
        position: relative;
        top: 50px;
        left: 100px;
        z-index: 5;
        width: 800px;
        height: 500px;
        animation: wynik 7s linear alternate;
        overflow: hidden;

    }
}

@media all and (min-width:1024px) and (max-width:1200px) {
    .drivebelfer {
        top: 14%;
        right: 30%;
    }

    @keyframes drivebanner {
        0% {
            right: 0%;
            opacity: 0;

        }

        8% {
            right: 10%;
            opacity: 1;
        }

        92% {
            opacity: 1;

        }

        100% {
            right: 30%;
            opacity: 1;
        }

    }

}

/*Menu*/

nav.menu {
    max-width: 1920px;
    height: 130px;
    background-color: rgb(0, 0, 0);
    color: white;
    z-index: 3;

}

.menu ul {
    max-width: 1920px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 50px;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;

}

.menu ul li {
    cursor: pointer;
    text-decoration: none;
    z-index: 3;

}

.menu ul li a {
    font-size: 1.2em;
    text-decoration: none;
    color: white;
    transition: .4s linear;
    text-shadow: #ebb100 0.1em 0.1em 0.2em;
    z-index: 3;

}


.menu ul li:hover a {
    color: #ebb100;
    border-bottom: 4px solid #ebb100;
    font-size: 1.3em;

}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation:portrait) {
    .menu ul {
        flex-direction: column;
        padding: 50px 50px 50px 50px;
        font-size: 1.3em;
        line-height: 2.4em;
    }

    .menu ul li:hover a {
        color: white;
        border-bottom: none;
        font-size: 1.3em;

    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 1023px) and (orientation:portrait) {
    .menu ul {
        flex-direction: column;
        padding: 30px 50px 50px 50px;
        font-size: 1.3em;
        line-height: 2.4em;
    }
}



@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation:portrait) {
    
}

@media only screen and (min-device-width: 353px) and (max-device-width: 1023px) and (orientation:portrait) {
   
}

@media only screen and (min-device-width: 390px) and (max-device-width: 1023px) and (orientation:portrait) {
   


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation:portrait) {
    #uwagi{
        font-weight: 800;
        font-size: 1.3em;
        position: relative; top: -70px;
    }

}

@media all and (min-width:1024px) and (max-width:1280px) {
   
}

@media all and (min-width:1024px) and (max-width:1200px) {
   
}



.kolo {
    background-image: url(pictures/WIEDZA.png);
    background-size: contain;
    width: 380px;
    height: 380px;
    position: absolute;
    left: 620px;
    bottom: -370px;
    transform: rotate(-360deg);
    animation-name: wiedza;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    overflow: hidden;
}

@keyframes wiedza {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media all and (min-width:1600px) and (max-width:1919px) {
    .kolo {
        left: 475px;
    }

    .info-container {
        width: 92vw;
    }
}

@media all and (min-width:1200px) and (max-width:1599px) {
    .kolo {
        left: 160px
    }

    section.pomocnik {
        max-width: 1201px;
        margin-left: 100px;

    }
}

@media all and (min-width:1024px) and (max-width:1200px) {
    .kolo {
        width: 300px;
        height: 300px;
        left: 180px;
        overflow: hidden;
        border-radius: 100% 100% 100% 100%;
    }
}


@media only screen and (min-device-width: 353px) and (max-device-width: 1023px) and (orientation:portrait) {

   
}

@media only screen and (min-device-width: 390px) and (max-device-width: 1023px) and (orientation:portrait) {
   
}

@media only screen and (min-device-width: 412px) and (max-device-width: 1023px) and (orientation:portrait) {
  
}

@media all and (min-width:1024px) and (max-width:1200px) {
 
}

@media all and (min-width:1200px) and (max-width:1599px) {
  
}


@media all and (min-width:1200px) and (max-width:1599px) {

  
}

@media all and (min-width:1024px) and (max-width:1200px) {
    div.floatl {
        margin: 50px 0px;
    }
}


@media only screen and (min-device-width: 353px) and (max-device-width: 1023px) and (orientation:portrait) {
    section.pomocnik {
        margin: 330px auto;
        max-width: 100vw;
    }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 1023px) and (orientation:portrait) {
    section.pomocnik {
        margin: 410px auto;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation:portrait) {
  
}

@media only screen and (min-device-width: 390px) and (max-device-width: 1023px) and (orientation:portrait) {
   
}


@media only screen and (min-device-width: 640px) and (max-device-width: 1023px) and (orientation:landscape) {
    .span-kontakt {
        margin: 0;
        margin-right: 18%;
    }

    .banner-karolina {
        max-width: 427px;
        height: 427px;
        animation-duration: 4s;
    }

    div.wynik {
        top: -34px;
        left: 36px;
        width: 553px;
        height: 409px;
        animation: wynik 5s linear alternate;
    }

    .drivebelfer {
        width: 396px;
        height: 404px;
        top: 18%;
        right: 36%;
    }

    @keyframes drivebanner {
        0% {
            right: 0%;
            opacity: 0;

        }

        8% {
            right: 6%;
            opacity: 1;
        }

        92% {
            opacity: 1;

        }

        100% {
            right: 36%;
            opacity: 1;
        }

    }

    .transparent-banner {
        height: 118vh;
    }

    .banner {
        height: 118vh;
    }

    .menu ul {
        padding: 24px;
        margin-top: 5vh;
        flex-direction: column;

    }

    main.center {
        flex-direction: column-reverse;
    }

}

@media only screen and (min-device-width: 873px) and (max-device-width: 1023px) and (orientation:landscape) {
    .banner {
        height: 108vh;
    }

    .banner-karolina {
        left: 55%;
    }

    .drivebelfer {
        width: 481px;
        height: 481px;
    }
    .menu ul{
        font-size: 1.6em;
    }
    
    
}
@media only screen and (min-device-width: 1142px) and (max-device-width: 1199px) and (orientation:landscape) {
    .kolo {
        width: 350px;
        height: 350px;
        left: 255px;
        overflow: hidden;
    }
}
@media only screen and (min-device-width: 685px) and (max-device-width: 686px) and (orientation:portrait){
.banner-karolina {
        display: block;
        top: 0;
        transform: translate(-50%, 10%);
        width: 140%;
        animation-name: none;
        height: 100vw;
        max-width: 685px;
}
div.wynik {
    left: -113px;
    width: 791px;
    height: 620px;
    top: 69px;
    overflow: hidden;
}
.drivebelfer{
    top: 0%;
    width: 460px;
    height: 558px;
}
.kolo {
    bottom: -1515px;
    width: 450px;
    height: 450px;
    left: 100px;
}
}
@media only screen and (min-device-width: 1199px) and (max-device-width: 1200px) and (orientation:portrait) {

    .drivebelfer {

        top: 5%;
        right: 36%;
    }

    .kolo {
        width: 350px;
        height: 350px;
        left: 300px;
        overflow: hidden;
    }
}