*{
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}


p{
    font-weight: 300;
}

img{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    transition: 0.5s;
    border-radius: 10px;
}

img:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
}

/* <!---- MENU ------> */ 

.menu{
    min-height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,212,255,1),rgba(0,212,255,0.1)), url(zdjecia/baner1.JPG);
    background-position: center;
    background-size: cover;
    position: relative;
}

pas{
    display: flex;
    padding:  8px 5%;
    justify-content: space-between;
    align-items: center;
}

pas img{
    width: 150px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0);
    padding: 6%;
}

pas img:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0);
    width: 160px;
}

.linki{
    flex: 1;
    text-align: right;
}

.linki ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 12px;
    position: relative;
}

.linki ul li a{
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

.linki ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #FFA500;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.linki ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1{
    font-size: 45px;
}

.text-box p{
    margin: 0 0 10px;
    font-size: 22px;
    color: #fff;
}

.odnosnik{
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 12px 30px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.odnosnik:hover{
    border: 1px solid #FFA500;
    background: #FFA500;
    transition: 0.5s;
}

pas .funkcja{
    display:  none;
    font-style: normal;
}

pas .funkcja:hover{
    color: #96cc39;
    transition: 0.3s;
}



rzad h1{
    font-size: 36px;
    font-weight: 600
}

rzad p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px;
}


.rzad{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}


h3{
    color: #FFA500;
    text-align: center;
    font-weight: 600;
}


/* <!--- GŁÓWNA ---> */

/*<!--- EU ----> */

.eu{
    background: #fcfcfc;
    width: 100vw;
    border-bottom: 2px solid #000;
}

.eu h3{
    color: #000;
    font-size: 14px;
    text-align: center;
    opacity: 50%;
    display: flex;
    margin: auto;
    display: none;
}

.sponsor{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.sponsor li{
    margin: 0 8%;
}

.sponsor img{
    width: 10rem;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0);
}


.kolumna7{
    flex-basis: 65%;
    border-radius: 10px;
    margin-bottom: 20;
    position: relative;
    overflow: hidden;
}

.kolumna7 img{
    width: 100%;
}

.kolumna7 video{
    width: 100%;
    border-radius: 10px;
}

.zawartosc{
    width: 80%;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

.kolumna3{
    flex-basis: 29%;
    border-radius: 10px;
    margin-bottom: 20;
    position: relative;
    overflow: hidden;
}

.kolumna3 li{
    color: #000;
    padding: 15px;
    background: transparent;
    border: 2px solid #FFA500;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sociale{
    margin: auto;
    border-bottom: 1px solid #777;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sociale h4{
    padding: 10px;
}

.sociale table{
    margin: 0 auto;
}

.sociale table img{
    cursor: pointer;
    width: 80%;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0);
}
    

.foto{
    padding-bottom: 20px;
    margin: auto;
    
}
.foto img{
    width: 80%;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0);
}

.galeria{

    margin: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    grid-gap: 2px;
}
.galeria img{
    width: 100%;
    cursor: pointer;
}

.galeria img:hover{
    transform: scale(0.95);
    box-shadow: 0 10px 10px #777; 
}

.duzezdjecie{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 100000;
    background: rgba(0,0,0,0.8);
}

.duzezdjecie img{
    width: 90%;
    max-width: 500px;
    box-shadow: 10px #777; 
    border: 20px solid rgba(211,211,211,0.9);
}

.duzezdjecie span{
    color: #FFF;
    background: #FFA500;
    font-size: 30px;
    position: absolute;
    top: 25%;
    right: 25%;
    cursor: pointer;
    padding: 5px;
    border: 5px solid #FFA500;
    text-shadow: 0 10px 10px #777;
}

.slajd{
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.slajd-kolumna{
    flex-basis: 48%;
    padding-bottom: 15px;
}

.slajd-kolumna img{
    width: 100%;
}

.slajd-kolumna p{
    font-weight: 400;
    text-align: left;
    font-size: 0.8rem;
}

.slajd-kolumna h3{
    font-weight: 700;
    text-align: left;
    font-size: 0.9rem;
    margin: auto;
}

.slajd-kolumna ul li{
    text-align: left;
    font-size: 0.8rem;
    padding-left: 10px;
}

.slajd-kolumna span{
    text-align: right;
    float: right;
    font-style: italic;
    font-size: 0.8rem;
    margin-top: 20px;
    margin-right: 5%;
    color: rgba(84,147,188,1);
}



/*<!--- STOPKA ---> */

.stopka{
    background: rgba(0,85,102,1);
    height: auto;
    width: 100vw;
    color: #fff;
}

.stopka-zawartosc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 5px;
}

.stopka-zawartosc h3{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #00d5ff;
    padding-top: 5px;
}

.stopka-zawartosc p{
    margin: auto;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px;
}

.stopka-zawartosc span{
    font-weight: 500;
    color: #FFA500;
}

.spod a{
    color: #fff;
    font-size: 14px;
    word-spacing: 2px;
}

.spod{
    background: #000;
    width: 100vw;
    padding: 5px 0;
    text-align: center;
}

.spod p{
    font-size: 14px;
    word-spacing: 2px;
}

.spod span{
    opacity: .4;
    font-weight: 200;
}


.stopka-kolumna{
    font-size: 17px;
    flex-basis: 32%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.frst{
    border-right: 1px solid #FFF;
}

/*<!--- KONTAKT ---> */

.kontakt-kolumna .godz{
    vertical-align: top;
    font-size: 10px;
    
}

.mapa{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.mapa iframe{
    width: 100%;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.kontakt{
    width: 80%;
    margin: auto;
    padding-top: 15px;
}

.kontakt-kolumna{
    flex-basis: 50%;
    margin-bottom: 15px;
}

.kontakt-kolumna span{
    text-align: left;
}

.kontakt-kolumna div{
    padding-top: 30px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}

.kontakt-kolumna img{
    width: 5%;
    margin: 10px;
    margin-right: 30px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.kontakt-kolumna div p{
    padding: 0;
    text-align: left;
    font-weight: 200;
    text-transform: uppercase;
}

.kontakt-kolumna div h3{
    font-size: 20px;
    margin-bottom: 0;
    color: #FFA500;
    font-weight: 700;
    padding-top: 5px;
    color: rgba(84,147,188,1);
    text-align: left;
}

.kontakt-kolumna input, .kontakt-kolumna textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 18px;
}

.przycisk{
    display: inline-block;
    position: relative;
    color: #000;
    border: 2px solid #FFA500;
    padding: 12px 30px;
    font-size: 13px;
    background: rgba(255,165,0,0.4);
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
}

.przycisk:hover{
    background: rgba(255,165,0,1);
    color: #FFF;
}

/*<!--- O PROJEKCIE ---> */

.podmenu{
    height: 20vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,212,255,1),rgba(0,212,255,0.1)), url(zdjecia/baner1.JPG);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.podmenu h1{
    margin-top: 25px;
}

.oprojekcie{
    width: 80%;
    margin: auto;
    padding-bottom: 40px;
    font-size: 20px;
}

.oprojekcie-kolumna{
    flex-basis: 45%;
    padding: 30px 2px;
}

.oprojekcie-kolumna p{
    font-size: 20px;
}

.oprojekcie-kolumna img{
    width: 100%;
}

.oprojekcie-kolumna video{
    width: 100%;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.oprojekcie h1{
    padding-top: 5px;
    text-transform: uppercase;
    color: rgba(84,147,188,1);
}

.oprojekcie h2{
    text-align: center;
}

.oprojekcie p{
    text-align: center;
}

.oprojekcie table{
    background: rgba(204, 204, 204, 0.0); 
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.kwadrat{
    vertical-align: top;
    font-size: 10px;
    color: #000;
}

.oprojekcie table,tr,td{
    border: 3px solid #ccc;
    margin: auto;
    margin-top: 20px;
    border-collapse: collapse;
}

.oprojekcie tr,td{
    padding: 10px;
    font-weight: 200;
}

.oprojekcie-kolumna h1{
    text-align: left;
    color: rgba(84,147,188,1);
}

.oprojekcie-kolumna ul li{
    color: #000;
    text-decoration: none;
    list-style: none;
    font-weight: 200;
    text-align: left;
}

.oprojekcie-kolumna li{
    padding-top: 10px;
}

.oprojekcie-kolumna span{
    font-style: italic;
}

.oprojekcie-kolumna p{
    text-align: left;
}

.artykul{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px dotted #00d5ff;
}

.artykul p{
    font-size: 20px;
    text-align: justify
}

.test{
    margin: 30px auto;
    background: rgba(204, 204, 204, 0.4);
    border-radius: 15px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 200;
    text-align: justify;
}

.test span{
    color: rgba(84,147,188,1);
    width: 90%;
    margin: auto;
    font-weight: 600;
    font-size: 22px;
    text-align: justify;
}

.test h2{
    width: 90%;
    margin: auto;
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    
}

/* <!--- O NAS ---> */

.onas{
    width: 80%;
    margin: auto;
    padding: 30px;
    text-align: center;
}

.onas h1{
    font-size: 30px;
    font-weight: 600;
}

.onas h4{
    font-size: 22px;
    font-weight: 100;
    width: 90%;
    margin: auto;
    margin-bottom: 0;
}

.onas h5{
    color: rgba(84,147,188,1);
    font-size: 20px;
}

.onas p{
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    text-align: justify;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

.onas-kolumna{
    flex-basis: 49%;
}

.onas-kolumna-tlo img{
    width: 70%;
    border-radius: 25px;
}

.onas-kolumna-tlo h3{
    padding-top: 20px;
    margin-bottom: 0;
}

.onas-kolumna-tlo{
    background: rgba(204, 204, 204, 0.4);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 12px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.onas-kolumna h3{
    color: #FFA500;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}

.onas-kolumna-tlo:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
    transition: 0.3s;
}

.onas-kolumna-tlo span{
    color: rgba(84,147,188,1);
    width: 80%;
    margin: auto;
    font-weight: 600;
}


/* <!--- AKTUALNOŚCI ---> */

.aktualnosci{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.aktualnosci h3{
    font-size: 20px;
}

.aktualnosci p{
    font-size: 18px;
}

.aktualnosci span{
    font-size: 16px;
    font-weight: 300;
}

.aktualnosci ul li{
    font-size: 18px;
}

/* ANGIELSKI */

.angielski{
    width: 80%;
    margin: auto;
    padding: 30px;
}

.angielski-kolumna{
    width: 100%;
    margin: auto;
}

.angielski-kolumna h1{
    text-align: left;
    color: rgba(84,147,188,1);
    font-size: 36px;
}

.angielski-kolumna p{
    font-size: 17px;
    text-align: left;
}

.angielski-kolumna ul, li{
    color: #000;
    text-decoration: none;
    list-style: none;
    font-weight: 200;
    text-align: left;
}

.angielski-kolumna img{
    width: 50%;
}

/* OFERTA */

.kolumna5{
    flex-basis: 40%;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.kolumna5 p, h3, h4, li{
    font-size: 18px;
}

.kolumna5 h1{
    font-size: 24px;
    color: rgba(107,146,185,1);
    text-transform: uppercase;
}

.kolumna5 li, h4{
    padding-top: 5px;
}

.kolumna5 img{
    margin: auto;
    width: 100%;
}

.wazne{
    background-color: rgba(107,146,185,1);
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: 400;
}

.podzial{
    background-color: rgba(107,146,185,1);
    flex-basis: 0.01%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: rgba(0,0,0,0.7);
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
}

/* inne */

.popup{
    background: #444;
    color: #fff;
    padding: 6px 60px 6px;
    text-align: left;
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
}

.popup h1{
    font-size: 17px;
}

.popup p{
    font-size: 14px;
}

.popup button{
    background: rgba(84,147,188,1);
    border: none;
    padding: 4px 4px;
    margin: 2px 0;
    font-weight: 600;
}

.popup button:hover {
    background: rgba(0,212,255,1);
    transition: 0.3s;
    cursor: pointer;
}

.hidden{
    display: none;
}

#scrolltotop{
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: orange; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 24px; 
    opacity: 70%;
}

#scrolltotop:hover {
    transition: 0.5s;
  background-color: orange;
    opacity: 100%;
}


.inwalida{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: rgba(89,157,204,1);
    transition: 0.5s;    
}

#inwalida {
    display: none;
}

.inwalida button{
    transition: 0.5s;
   font-size: 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);
}

.inwalida button:hover{
    background-color: orange;
    transition: 0.5s;
}

.inwalidaBTN{
    border: none; 
    outline: none; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
}

.inwalidaBTN button{
    color: white;
    background-color: rgba(1,1,1,0);
    border: none;
    cursor: pointer;
    outline: none;
    text-align: center;
    font-size: 24px; 
}

body {   /* SKALA SZAROŚĆI */
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: gray; /* IE6-9 */
    filter: grayscale(0);
}














@media(max-width: 700px){
    
    .rzad{
        flex-direction: column;
    }
    
    .kolumna3{
        margin-top: 10%;
        margin-bottom: 10%;
    }
    
     .text-box h1{
    font-size: 10px;
     
    }
    
    .linki ul li{
        display: block;
    }
    
    .linki{
        position: fixed;
        background: #FFA500;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    
    pas .funkcja{
        display:  block;
        color: #FFF;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    
    .linki ul{
        padding: 8px;
    }
    
    .eu h3{
        font-size: 14px;
    }
    
    .sponsor img{
       width: 1rem; 
    }
    .sponsor li{
        margin: 0 10px;
    }
    
    .stopka p{
        font-size: 14px;
    }
    
     .stopka h3{
        font-size: 14px;
    }
    
    .oprojekcie h1{
        font-size: 18px;
    }
    
    .oprojekcie p{
        font-size: 14px;
    }
    
    .oprojekcie span{
        font-size: 14px;
    }
    
    .oprojekcie-kolumna{
        font-size: 14px;
    }
    
    .oprojekcie-kolumna h1{
        font-size: 10px;
    }
    
    .odnosnik{
        display: none;
    }
    
    .oprojekcie h1{
        font-size: 22px;
        line-height: normal;
        text-align: center;
    }
    
    .oprojekcie tr td{
        font-size: 17px;
    }
    
    .test h2{
        font-size: 22px;
    }
    
    .oprojekcie span{
        font-size: 17px;
    }
    
    .oprojekcie h2{
        font-size: 17px;
    }
    
    .oprojekcie-kolumna p{
        font-size: 17px;
        text-align: left;
    }
    
    .oprojekcie-kolumna ul li{
        font-size: 17px;
    }
    
    .oprojekcie p{
        font-size: 17px;
    }
    
    .onas h4{
        font-size: 17px;
        padding-bottom: 20px;
    }
    
    .currentLink {
   border-bottom: 2px solid #;
}
    
    .kontakt-kolumna div{
        padding-top: 0px;
    }
    
    .kontakt-kolumna{
        margin: auto;
        padding-bottom: 20px;
    }
    
    .onas h4 span{
        font-size: 17px;
    }
    
    .onas-kolumna-tlo h3{
        font-size: 20px;
    }
    
    .onas-kolumna-tlo h5{
        font-size: 15px;
    }
    
    .onas-kolumna-tlo img{
        width: 90%;
    }
    
    .onas-kolumna-tlo p{
        font-size: 17px;
        text-align: center;
        width: 95%;
    }
    
    .angielski-kolumna h1{
        font-size: 22px;
        line-height: normal;
        text-align: center;
    }
    
    .angielski-kolumna p{
        font-size: 17px;
        text-align: center;
    }
    
    .stopka-kolumna{
        text-align: center;
    }
    
    .frst{
        border: none;
    }
    
    .spod{
        font-size: 10px;
    }
    
     .popup{
        width: 80%;
        padding: 6p;
    }
    
    .popup p{
        font-size: 14px;
    }
    
    .podzial{
        visibility: hidden;
    }
    
    .kolumna5{
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
}



.currentLink {
   border-bottom: 2px solid #FFA500;
}

.english{
    background-image: url(ikony/angielski.png);
    background-position: center;
    background-size: cover;
}

/* <!--- animacja ---> */

@keyframes wejscie {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
    
}


.zawartosc{
    animation: wejscie 0.75s;
}

.kontakt{
    animation: wejscie 0.75s;
}

.onas{
    animation: wejscie 0.75s;
}

.oprojekcie{
    animation: wejscie 0.75s;
}

.text-box h1{
    animation: wejscie 0.75s;
}

.text-box p{
    animation: wejscie 0.75s;
}

.text-box a{
    animation: wejscie 0.75s;
}

.podmenu h1{
    animation: wejscie 0.75s;
}

.eu{
    animation: wejscie 0.75s;
}

.angielski{
    animation: wejscie 0.75s;
}

.aktualnosci{
    animation: wejscie 0.75s;
}
