* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html
{
    width: 100%;
    height: 100%;
    padding-top: 183px;
}
body
{
    height: 100%;
    
}

/* FONTY------------------------------------ */

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Alex;
    src: url(fonts/AlexBrush-Regular.ttf);
}

@font-face {
    font-family: Mont;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Dance;
    src: url(fonts/DancingScript-VariableFont_wght.ttf);
}

@font-face {
    font-family: Dyna;
    src: url(fonts/DynaPuff-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: Rubik;
    src: url(fonts/RubikMarkerHatch-Regular.ttf);
}

@font-face {
    font-family: Teko;
    src: url(fonts/Teko-Light.ttf);
}


.header 
{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    background-color: white;
    z-index: 1000000;
    
}

.burger
{
    display: none;
}

.header.active
{
    box-shadow: rgba(0, 0, 0, 0.062) 0px 3px 5px;
}

.header a
{
    padding: 0px;
    margin: 0px;
}

.logo img
{
    width: 200px;
    height: 150px;
    margin-left: 300px;
}

.logo2 img
{
    width: 200px;
    height: 150px;
    margin-right: 300px;
}

.logo-tel
{
    display: none;
}

.baner
{
    width: 100%;
    height: 350px;
    
    
    
}

.baner img
{
    width: 100%;
    height: max-content;
    
}

ul
{
    list-style-type: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}
li
{
    text-decoration-style: none;
    padding: 30px;
    
    
}
a
{
    text-decoration: none;
    color: black;
    font-size: 20px;
    padding: 40px;
    font-family: Roboto;
    cursor: pointer;
}

.nav
{
    width: 100%;
    
    
}

/*nav
{
    height: 70px;
    width: 100%;    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 99 !important;
    position: fixed;
    top: 150px;
    padding-top: 30px;
   
    
}*/

body.lightbox
{
    overflow: hidden;
}



#tekstnowo
{
    font-family: Roboto;
    
}
#link
{
    color: blue;
    padding: 5px;
}

/* NOWOSCI--------------- */


.nowo-zdj
{
    width: 100%;
    height: 400px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: -1;
    align-items: center;
    
    
}

.nowosci-obr
{
    width: 410px;
    height: 210px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -5px 15px;
    
}

.nowo-zdj-rozm1
{
    width: 400px;
    height: 180px;
}

.nowo-zdj-rozm2
{
    width: 300px;
    height: 180px;
}

.nowosci-gl
{
    width: 410px;
    height: 240px;
    display: flex;
    flex-direction: column;
}

.nowosci-opis
{
    width: 410px;
    height: 40px;
    border: 1px solid black;
    border-top: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.nowosci-opis p
{
    font-family: Mont;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    
}

.nowo-tyt
{
    width: 100%;
    height: 35px;
    border-top: 5px solid black;
    border-top-style: double;
    text-align: center;
    position: relative;
    top: 85px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.nowo-tyt span
{
    background-color: white;
    font-size: 50px;
    font-family: Dance;
    border: 1px solid black;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    position: relative;
    top: -35px;
}




/* O FIRMIE-------------- */

.o-firmie
{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid black;
    
}

.o-firmie1
{
    width: 450px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.o-firmie2
{
    width: 450px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    
    
}

.o-firmie3
{
    width: 450px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}

.ofgl
{
    display: flex;
    flex-direction: column;
}


.ofnagl
{
    border: 2px solid black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.o-firmie-tyt
{
    margin: 0 auto;
    border: 2px solid black;
    width: 300px;
    margin-bottom: 100px;
    border-radius: 20px;
    text-align: center;
    font-family: Alex;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 3;

}


.o-firmie h1
{
    font-family: Alex;
    text-align: center;
    font-size: 50px;
    
}

.o-firmie p
{
    font-family: Mont;
    font-size: 23px;
    font-weight: 500;
    margin-right: 50px;
    margin-left: 50px;
   
    
}

.o-firmie p span
{
    font-family: Alex;
    font-size: 40px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 0px;
    margin: 0px;
    line-height: 0px;
    padding-right: 5px;
}

/* PORADY------------------------------------ */

.poradytyt
{
    margin: 0 auto;
    border: 2px solid black;
    width: 300px;
    margin-bottom: 100px;
    border-radius: 20px;
    text-align: center;
    font-family: Alex;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
    
}

.poradyl1
{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
}
.poradyl2
{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid black;
}

.poradygl
{
    display: flex;
    flex-direction: column;
}

.poradynagl
{
    height: 150px;
    border: 2px solid black;
    border-bottom: none;
    border-top-left-radius: 300px 300px;
    border-top-right-radius: 300px 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-family: Roboto;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    font-weight: 100;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

.porada1
{
    width: 800px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 200px 200px;
    border-bottom-right-radius: 200px 200px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 60px;
    
    
    
}

.porada2
{
    width: 800px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 200px 200px;
    border-bottom-right-radius: 200px 200px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 60px;
}

.porada3
{
    width: 800px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 200px 200px;
    border-bottom-right-radius: 200px 200px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 45px;
}

.porada4
{
    width: 800px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 200px 200px;
    border-bottom-right-radius: 200px 200px;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}

.poradyl1 p
{
    font-size: 20px;
    font-family: Mont;
    text-align: center;
    font-weight: 500;
    margin-right: 100px;
    margin-left: 100px;
    
    
}
.poradyl2 p
{
    font-size: 20px;
    font-family: Mont;
    text-align: center;
    font-weight: 500;
    margin-right: 100px;
    margin-left: 100px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.poradyl2 h2
{
    font-size: 30px;
    font-family: Mont;
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
    padding-bottom: 20px;
}

.poradyl2 p span
{
    font-family: Alex;
    font-size: 40px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 0px;
    margin: 0px;
    line-height: 0px;
    padding-right: 5px;
}

.poradyl1 p span
{
    font-family: Alex;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    margin: 0px;
    line-height: 0px;
    padding-right: 5px;
}

/* KONTAKT----------------------------------- */

.kontakt-tyt
{
    margin: 0 auto;
    border: 2px solid black;
    width: 413px;
    margin-bottom: 100px;
    border-radius: 20px;
    text-align: center;
    font-family: Alex;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}
.kontakt-tyt h1
{
    letter-spacing: 10px;
}
.kontakt-tyt h1 span
{
    letter-spacing: 23px;
}

.kontakt
{
    padding-bottom: 80px;
    padding-left: 200px;
    padding-top: 100px;
    padding-right: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid black;
    
}

.kontakt-opis
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 75px;
    width: 500px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
   
   
}

.kontakt-mapa iframe
{
    width: 600px;
    height: 450px;
    border: 1px solid black;
    
}

.kontakt-opis p
{
    font-size: 20px;
    font-family: Mont;
    text-align: center;

}

/* SEO-------------------------------- */

.seo 
{
    margin-top: 80px;
    padding-bottom: 80px;
    padding-left: 300px;
    padding-right: 300px;
}

.seo h1
{
    font-family: Roboto;
    font-size: 30px;
    padding-bottom: 20px;
}

.seo p
{
    font-family: Mont;
    padding-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
}

/* STOPKA---------------- */

.fut
{
    width: 100%;
    height: 100px;
    background-color: blueviolet;
    font-family: Roboto;
    align-items: center;
    display: flex;
    text-align: left;
    justify-content: center;
    position: absolute;
    bottom: 10;
    
    
}
.fut p
{
    padding-left: 100px;
    padding-right: 100px;
}

/* KOLEKCJA------------------------------------------------------*/

.kolekcjabut1
{
    width: 100%;
    height: 700px;
    
}


.kolekcja-tyt
{
    border: 2px solid black;
    width: 300px;
    margin-top: 300px;
    margin-bottom: 30px;
    margin-left: 80px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: Alex;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;


}

.kolekcja-tyt span
{
    letter-spacing: 30px;
}

.kolekcjabut1-zdj
{
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: 80px;
}

.kolekcjabut1-zdj img
{
   width: 280px;
   height: 170px;
   
}

.infobut1
{
    padding-bottom: 50px;
    font-family: Mont;
    font-size: 12px;
}

/* BUT1 AKA MODEL 65---------------------------------- */

.but1
{
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.but1 img
{
    width: 600px;
    height: 400px;
    cursor: pointer;
}

.but1 a
{
    align-self: flex-start;
}

.opisbut1
{
    margin-top: 300px;
}

.opisbut1 h1
{
    font-size: 25px;
    font-family: Mont;
    padding-top: 50px;
}

.opisbut1 p
{
    font-size: 20px;
    font-family: Mont;
    
}

/* LIGHTBOX -------------------------------- */

.modal
{
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 100px;
    background-color: white;
    position: fixed;
    z-index: 10000000000000000000000;
    left: 0;
    top: 0;
    right: 0;
    
    
}

.modal::-webkit-scrollbar
{
    display: none;
}

.modal-content
{
    background-color: white;
    margin: auto;
    padding: 0;
    width: 90%;
    position: relative;
    
}

.modal-content::-webkit-scrollbar
{
    display: none;
}

.modal-content img
{
    width: 1000px;
    height: 800px;
}

.close
{
    color: black;
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}



.slides-text
{
    color: black;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}




/* media queries --------------------------- */

@media only screen and (max-width: 1850px) and (min-width: 1820px) 
{

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 220px;
    }

    .logo2 img
    {
        margin-right: 220px;
    }

}

@media only screen and (max-width: 1819px) and (min-width: 1669px)
{

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 200px;
    }

    .logo2 img
    {
        margin-right: 200px;
    }

    /* PORADY--------------------- */

    .poradyl1 p
    {
       padding-bottom: 0px;
       padding-top: 0px;
    }

    .porada1
    {
        width: 700px;
        align-items: unset;
        justify-content: unset;
    }
    .porada2
    {
        width: 700px;
    }
    .porada3
    {
        width: 700px;
    }
    .porada4
    {
        width: 700px;
    }
    .poradyl2 p
    {
        font-size: 18px;
    }
    .poradyl1 p
    {
        font-size: 18px;
    }
    

}
    
@media only screen and (max-width: 1668px) and (min-width: 1600px) {
    
    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 150px;
    }

    .logo2 img
    {
        margin-right: 150px;
    }
    
    /* NOWOSCI------------------------------- */

    .nowo-zdj
    {
        padding-left: 100px;
        padding-right: 100px;
    }

    /* PORADY-------------------------------- */

    .poradyl1 p
    {
       padding-bottom: 0px;
       padding-top: 0px;
    }

    .porada1
    {
        width: 700px;
        align-items: unset;
        justify-content: unset;
    }
    .porada2
    {
        width: 700px;
    }
    .porada3
    {
        width: 700px;
    }
    .porada4
    {
        width: 700px;
    }
    .poradyl2 p
    {
        font-size: 18px;
    }
    .poradyl1 p
    {
        font-size: 18px;
    }
    
    
}
    
@media only screen and (max-width: 1599px) and (min-width: 1441px) {
    
    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 70px;
    }

    .logo2 img
    {
        margin-right: 70px;
    }

    /* NOWOSCI------------------------------- */

    .nowo-zdj
    {
        padding-left: 50px;
        padding-right: 50px;
    }

    .o-firmie1
    {
        width: 400px;
        height: 400px;
    }

    .o-firmie2
    {
        width: 400px;
        height: 400px;
    }

    .o-firmie3
    {
        width: 400px;
        height: 400px;
    }

    .o-firmie1 p
    {
        font-size: 18px;
    }

    .o-firmie2 p
    {
        font-size: 18px;
    }

    .o-firmie3 p
    {
        font-size: 18px;
    }

    .poradyl1 p
    {
        font-size: 18px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 18px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 480px;
        padding-top: 60px;
    }

    .porada4
    {
        width: 620px;
        height: 480px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 210px;
        padding-right: 210px;
    }
    
}
    
@media only screen and (max-width: 1440px) and (min-width: 1350px) {
    
    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 50px;
    }

    .logo2 img
    {
        margin-right: 50px;
    }

    a
    {
        font-size: 18px;
    }

    /* NOWOSCI------------------------------- */

    .nowo-zdj
    {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        justify-content: center;
        align-items: center;
    }
   
    .nowosci-gl
    {
        margin-right: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-right: 0px;
    }

    .nowosci-obr
    {
        width: 400px;
    }
    
    .nowosci-opis
    {
        width: 400px;
    }

    .nowo-zdj-rozm1
    {
        width: 390px;
    }

    .o-firmie
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .o-firmie1
    {
        width: 400px;
        height: 400px;
    }

    .o-firmie2
    {
        width: 400px;
        height: 400px;
    }

    .o-firmie3
    {
        width: 400px;
        height: 400px;
    }

    .o-firmie1 p
    {
        font-size: 18px;
    }

    .o-firmie2 p
    {
        font-size: 18px;
    }

    .o-firmie3 p
    {
        font-size: 18px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .poradyl1 p
    {
        font-size: 18px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 18px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-left: 150px;
        padding-right: 150px;
    }

    .kontakt-opis
    {
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 18px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 210px;
        padding-right: 210px;
    }
   
}

@media only screen and (max-width: 1349px) and (min-width: 1201px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 50px;
    }

    .logo2 img
    {
        margin-right: 50px;
    }

    .baner
    {
        height: 220px;
    }

    a
    {
        font-size: 17px;
    }

    li
    {
        padding: 20px;
    }

    .nowo-zdj
    {
        justify-content: center;
        align-items: center;
        padding-top: 0px;
        
    }

    .nowosci-gl
    {
        padding-right: 30px;
    }

    .nowosci-gl:nth-child(3)
    {
        padding-right: 0px;
    }

    .nowosci-obr
    {
        width: 350px;
        height: 240px;
    }

    .nowosci-opis
    {
        width: 350px;
    }

    .nowo-zdj-rozm1
    {
        width: 330px;
        height: 140px;
    }

    .nowo-zdj-rozm2
    {
        width: 250px;
        height: 140px;
    }

    .o-firmie
    {
        padding-left: 60px;
        padding-right: 60px;
        justify-content: space-between;
        
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 17px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .o-firmie2 p
    {
        font-size: 17px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .o-firmie3 p
    {
        font-size: 17px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 28px;
    }

    .poradyl1 p
    {
        font-size: 17px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 17px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 19px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-left: 50px;
        padding-right: 50px;
    }

    .kontakt-opis
    {
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 17px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 200px;
        padding-right: 200px;
    }

    .seo p
    {
        font-size: 17px;

    }

    .seo h1
    {
        font-size: 25px;
    }
   
}

    
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    
    /* HEADER--------------------- */

    .logo img
    {
        width: 170px;
        height: 140px;
        margin-left: 5px;
    }

    .logo2 img
    {
        width: 170px;
        height: 140px;
        margin-right: 5px;
    }

    a
    {
        font-size: 17px;
    }

    li
    {
        padding: 20px;
    }

    .baner
    {
        height: 200px;
    }

    .nowo-zdj
    {
        height: 340px;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        
    }

    .nowosci-gl
    {
        padding-right: 35px;
    }

    .nowosci-gl:nth-child(3)
    {
        padding-right: 0px;
    }

    .nowosci-obr
    {
        width: 290px;
        height: 190px;
    }

    .nowosci-opis
    {
        width: 290px;
    }

    .nowo-zdj-rozm1
    {
        width: 270px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 220px;
        height: 120px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .kontakt-opis
    {
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 150px;
        padding-right: 150px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
   
}

@media only screen and (max-width: 1023px) and (min-width: 954px) {

     
    /* HEADER--------------------- */

    .logo img
    {
        width: 140px;
        height: 110px;
        margin-left: 5px;
    }

    .logo2 img
    {
        width: 140px;
        height: 110px;
        margin-right: 5px;
    }

    a
    {
        font-size: 17px;
    }

    li
    {
        padding: 20px;
    }

    nav
    {
        height: 50px;
        padding-top: 0px;
    }

    .baner
    {
       height: 150px;
       
    }

    .baner img
    {
        padding-top: 0px;
    }

    a
    {
        font-size: 16px;
        padding: 20px;
    }


/*
    .baner img
    {
        padding-top: 130px;
    }

    nav
    {
        height: 200px;
        
    }

    ul
    {
        flex-direction: column;
        padding-bottom: 20px;
    }

    li
    {
        padding-bottom: 5px;
        border: 1px solid black;
        
        
    }

    a
    {
        padding: 15px;
    }*/


    .nowo-zdj
    {
        height: 340px;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        
    }

    .nowosci-gl
    {
        padding-right: 20px;
    }

    .nowosci-gl:nth-child(3)
    {
        padding-right: 0px;
    }

    .nowosci-obr
    {
        width: 280px;
        height: 190px;
    }

    .nowosci-opis
    {
        width: 280px;
    }

    .nowo-zdj-rozm1
    {
        width: 270px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 220px;
        height: 120px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 150px;
        padding-right: 150px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
}

@media only screen and (max-width: 953px) and (min-width: 903px) {

    /* HEADER--------------------- */

    .logo img
    {
        width: 120px;
        height: 90px;
        margin-left: 5px;
    }

    .logo2 img
    {
        width: 120px;
        height: 90px;
        margin-right: 5px;
    }

    a
    {
        font-size: 17px;
    }

    li
    {
        padding: 20px;
    }

    nav
    {
        height: 50px;
        padding-top: 0px;
    }

    .baner
    {
       height: 140px;
       
    }

    .baner img
    {
        padding-top: 0px;
    }

    a
    {
        font-size: 16px;
        padding: 20px;
    }


/*
    .baner img
    {
        padding-top: 130px;
    }

    nav
    {
        height: 200px;
        
    }

    ul
    {
        flex-direction: column;
        padding-bottom: 20px;
    }

    li
    {
        padding-bottom: 5px;
        border: 1px solid black;
        
        
    }

    a
    {
        padding: 15px;
    }*/


    .nowo-zdj
    {
        height: 340px;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        
    }

    .nowosci-gl
    {
        padding-right: 20px;
    }

    .nowosci-gl:nth-child(3)
    {
        padding-right: 0px;
    }

    .nowosci-obr
    {
        width: 270px;
        height: 180px;
    }

    .nowosci-opis
    {
        width: 270px;
    }

    .nowo-zdj-rozm1
    {
        width: 260px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 210px;
        height: 120px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 150px;
        padding-right: 150px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
}

@media only screen and (max-width: 902px) and (min-width: 852px) {

    /* HEADER--------------------- */

    .logo img
    {
        width: 130px;
        height: 100px;
        margin-left: 5px;
    }

    .logo2 img
    {
        width: 130px;
        height: 100px;
        margin-right: 5px;
    }

    .header a
    {
        font-size: 15px;
    }

    li
    {
        padding: 10px;
    }

    nav
    {
        height: 50px;
        padding-top: 0px;
    }

    .baner
    {
       height: 130px;
       
    }

    .baner img
    {
        padding-top: 0px;
    }

    a
    {
        font-size: 16px;
        padding: 20px;
    }


/*
    .baner img
    {
        padding-top: 130px;
    }

    nav
    {
        height: 200px;
        
    }

    ul
    {
        flex-direction: column;
        padding-bottom: 20px;
    }

    li
    {
        padding-bottom: 5px;
        border: 1px solid black;
        
        
    }

    a
    {
        padding: 15px;
    }*/


    .nowo-zdj
    {
        height: 340px;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        
    }

    .nowosci-gl
    {
        padding-right: 20px;
    }

    .nowosci-gl:nth-child(3)
    {
        padding-right: 0px;
    }

    .nowosci-obr
    {
        width: 250px;
        height: 160px;
    }

    .nowosci-opis
    {
        width: 250px;
    }

    .nowo-zdj-rozm1
    {
        width: 220px;
        height: 100px;
    }

    .nowo-zdj-rozm2
    {
        width: 170px;
        height: 100px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 130px;
        padding-right: 130px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
}

@media only screen and (max-width: 851px) and (min-width: 801px) {

    /* HEADER--------------------- */

    .logo img
    {
        width: 120px;
        height: 90px;
        margin-left: 5px;
    }

    .logo2 img
    {
        width: 120px;
        height: 90px;
        margin-right: 5px;
    }

    .header a
    {
        font-size: 15px;
    }

    li
    {
        padding: 10px;
    }

    nav
    {
        height: 50px;
        padding-top: 0px;
    }

    .baner
    {
       height: 120px;
       
    }

    .baner img
    {
        padding-top: 0px;
    }

    a
    {
        font-size: 16px;
        padding: 20px;
    }


/*
    .baner img
    {
        padding-top: 130px;
    }

    nav
    {
        height: 200px;
        
    }

    ul
    {
        flex-direction: column;
        padding-bottom: 20px;
    }

    li
    {
        padding-bottom: 5px;
        border: 1px solid black;
        
        
    }

    a
    {
        padding: 15px;
    }*/


    .nowo-zdj
    {
        height: 340px;
        justify-content: center;
        align-items: center;
        padding-top: 55px;
        
    }

    .nowosci-gl
    {
        padding-right: 20px;
    }

    .nowosci-gl:nth-child(3)
    {
        padding-right: 0px;
    }

    .nowosci-obr
    {
        width: 230px;
        height: 160px;
    }

    .nowosci-opis
    {
        width: 230px;
    }

    .nowo-zdj-rozm1
    {
        width: 220px;
        height: 100px;
    }

    .nowo-zdj-rozm2
    {
        width: 170px;
        height: 100px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 110px;
        padding-right: 110px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
}

@media only screen and (max-width: 800px) and (min-width: 750px) {

    /* HEADER--------------------- */

    .logo2 img
    {
        width: 180px;
        height: 140px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 390px;
        height: 180px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 70px;
        right: 55px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 160px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 60px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 20px;

    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 410px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 410px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 410px;
    }

    .nowo-zdj-rozm1
    {
        width: 390px;
        height: 150px;
    }

    .nowo-zdj-rozm2
    {
        width: 300px;
        height: 150px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 620px;
        height: 450px;
    }

    .porada2
    {
        width: 620px;
        height: 450px;
    }

    .porada3
    {
        width: 620px;
        height: 460px;
    }

    .porada4
    {
        width: 620px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 100px;
        padding-right: 100px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
}
@media only screen and (max-width: 749px) and (min-width: 699px) {

   /* HEADER--------------------- */

    .logo2 img
    {
        width: 180px;
        height: 140px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 360px;
        height: 180px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 70px;
        right: 55px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 160px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 60px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 20px;
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 410px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 410px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 410px;
    }

    .nowo-zdj-rozm1
    {
        width: 390px;
        height: 150px;
    }

    .nowo-zdj-rozm2
    {
        width: 300px;
        height: 150px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 26px;
    }

    .poradyl1 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 18px;
    }

    .porada1
    {
        width: 570px;
        height: 450px;
    }

    .porada2
    {
        width: 570px;
        height: 450px;
    }

    .porada3
    {
        width: 570px;
        height: 460px;
    }

    .porada4
    {
        width: 570px;
        height: 460px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 70px;
        padding-right: 70px;
    }

    .seo p
    {
        font-size: 16px;

    }

    .seo h1
    {
        font-size: 22px;
    }
   
}
@media only screen and (max-width: 698px) and (min-width: 648px) {

    /* HEADER--------------------- */

    .logo2 img
    {
        width: 170px;
        height: 130px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 320px;
        height: 170px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 70px;
        right: 55px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 160px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 60px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 10px;
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 410px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 410px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 410px;
    }

    .nowo-zdj-rozm1
    {
        width: 390px;
        height: 150px;
    }

    .nowo-zdj-rozm2
    {
        width: 300px;
        height: 150px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 40px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 24px;
    }

    .poradyl1 p
    {
        font-size: 14px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 14px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        font-size: 16px;
    }

    .porada1
    {
        width: 520px;
        height: 400px;
       
    }

    .porada2
    {
        width: 520px;
        height: 400px;
    }

    .porada3
    {
        width: 520px;
        height: 400px;
    }

    .porada4
    {
        width: 520px;
        height: 410px;
    }

    .kontakt
    {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    .kontakt-mapa
    {
        width: 500px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
       
    }

    .kontakt-mapa iframe
    {
        height: 450px;
    }

    .kontakt-tyt
    {
        margin-bottom: 0px;
    }

    .kontakt-opis
    {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 50px;
        padding-right: 50px;
    }

    .seo p
    {
        font-size: 14px;

    }

    .seo h1
    {
        font-size: 18px;
    }
   
}
@media only screen and (max-width: 647px) and (min-width: 597px) {

   /* HEADER--------------------- */

    .logo2 img
    {
        width: 160px;
        height: 120px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 290px;
        height: 160px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 70px;
        right: 55px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 160px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 60px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 410px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 410px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 410px;
    }

    .nowo-zdj-rozm1
    {
        width: 390px;
        height: 150px;
    }

    .nowo-zdj-rozm2
    {
        width: 300px;
        height: 150px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 22px;
    }

    .poradyl1 p
    {
        font-size: 14px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradyl2 p
    {
        font-size: 14px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .poradynagl
    {
        height: 70px;
        font-size: 16px;
        align-items: flex-end;
    }

    .porada1
    {
        width: 500px;
        height: 300px;
        padding-top: 20px;
        border-bottom-left-radius: 100px 100px;
        border-bottom-right-radius: 100px 100px;
    }

    .porada2
    {
        width: 500px;
        height: 300px;
        padding-top: 20px;
        border-bottom-left-radius: 100px 100px;
        border-bottom-right-radius: 100px 100px;
    }

    .porada3
    {
        width: 500px;
        height: 320px;
        padding-top: 20px;
        border-bottom-left-radius: 100px 100px;
        border-bottom-right-radius: 100px 100px;
    }

    .porada4
    {
        width: 500px;
        height: 380px;
        padding-top: 5px;
        border-bottom-left-radius: 100px 100px;
        border-bottom-right-radius: 100px 100px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    .kontakt-mapa
    {
        width: 500px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
       
    }

    .kontakt-mapa iframe
    {
        height: 400px;
    }

    .kontakt-tyt
    {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 50px;
        padding-right: 50px;
    }

    .seo p
    {
        font-size: 14px;

    }

    .seo h1
    {
        font-size: 18px;
    }
   
}
@media only screen and (max-width: 596px) and (min-width: 546px) {

  /* HEADER--------------------- */

    .logo2 img
    {
        width: 140px;
        height: 100px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 130px;
        right: 10px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 160px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 120px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
       
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 410px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 390px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 390px;
    }

    .nowo-zdj-rozm1
    {
        width: 380px;
        height: 150px;
    }

    .nowo-zdj-rozm2
    {
        width: 300px;
        height: 150px;
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 380px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 22px;
    }

    .poradyl1 p
    {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradyl2 p
    {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        height: 100px;
        font-size: 16px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        align-items: flex-end;
    }

    .porada1
    {
        width: 390px;
        height: 350px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
        
    }

    .porada2
    {
        width: 390px;
        height: 350px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 390px;
        height: 370px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 390px;
        height: 450px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 16px;
       
    }

    .kontakt-mapa
    {
        width: 500px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 390px;
        height: 300px;
    }

    .kontakt-tyt
    {
        width: 350px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 50px;
        padding-right: 50px;
    }

    .seo p
    {
        font-size: 14px;

    }

    .seo h1
    {
        font-size: 18px;
    }
   
}
@media only screen and (max-width: 545px) and (min-width: 495px) {

    /* HEADER--------------------- */

    .logo2 img
    {
        width: 140px;
        height: 100px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0px;
       

    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 130px;
        right: 10px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 120px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
       
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
        
    }

    .nowo-tyt span
    {
        font-size: 46px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 340px;
        height: 210px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
        
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 340px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 340px;
    }

    .nowosci-opis p
    {
        font-size: 24px;
    }

    .nowo-zdj-rozm1
    {
        width: 320px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 250px;
        height: 120px;
    }

    .o-firmie-tyt
    {
        font-size: 16px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 45px;
    }

    .o-firmie1
    {
        width: 300px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 300px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 300px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie2 p
    {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .o-firmie3 p
    {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .poradytyt
    {
        font-size: 16px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 20px;
    }

    .poradyl1 p
    {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        height: 90px;
        width: 340px;
        font-size: 14px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        align-items: flex-end;
    }

    .porada1
    {
        width: 340px;
        height: 300px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 340px;
        height: 320px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 340px;
        height: 360px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 340px;
        height: 450px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
       

    }

    .kontakt-opis p
    {
        font-size: 14px;
        
    }

    .kontakt-mapa
    {
        width: 340px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       

    }

    .kontakt-mapa iframe
    {
        width: 340px;
        height: 250px;
        padding-left: 0px;
        padding-right: 0px;
        
    }

    .kontakt-tyt
    {
        font-size: 16px;
        width: 300px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 13px;

    }

    .seo h1
    {
        font-size: 16px;
    }
   
}
@media only screen and (max-width: 494px) and (min-width: 444px) {

    /* HEADER--------------------- */

    .logo2 img
    {
        width: 140px;
        height: 100px;
        margin-left: 5px;
        margin-right: 10px;
        display: flex;
        align-items: flex-start;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 130px;
        right: 10px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 120px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
       
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
        
    }

    .nowo-tyt span
    {
        font-size: 46px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 410px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 290px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 290px;
    }

    .nowosci-opis p
    {
        font-size: 22px;
    }

    .nowo-zdj-rozm1
    {
        width: 280px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 230px;
        height: 120px;
    }

    .o-firmie-tyt
    {
        font-size: 16px;
        width: 290px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 43px;
    }

    .o-firmie1
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 15px;
        width: 290px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 19px;
    }

    .poradyl1 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 290px;
        height: 70px;
        font-size: 12px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 290px;
        height: 300px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 290px;
        height: 330px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 290px;
        height: 360px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 290px;
        height: 430px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 14px;
       
    }

    .kontakt-mapa
    {
        width: 290px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 290px;
        height: 200px;
    }

    .kontakt-tyt
    {
        font-size: 15px;
        width: 290px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 12px;

    }

    .seo h1
    {
        font-size: 15px;
    }
   
}
@media only screen and (max-width: 443px) and (min-width: 393px) {

    /* HEADER--------------------- */

    .logo2 img
    {
        width: 140px;
        height: 100px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: none;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 0%;
        height: auto;
        display: flex;
        justify-content: center;
        
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 40px;
        right: 10px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 30px;
        right: 5px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
       
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
        
    }

    .nowo-tyt span
    {
        font-size: 46px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
        
    }

    .nowosci-gl
    {
        width: 290px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
       
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 290px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 290px;
    }

    .nowosci-opis p
    {
        font-size: 22px;
    }

    .nowo-zdj-rozm1
    {
        width: 280px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 230px;
        height: 120px;
    }

    .o-firmie-tyt
    {
        font-size: 16px;
        width: 290px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 43px;
    }

    .o-firmie1
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 15px;
        width: 290px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 17px;
    }

    .poradyl1 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 290px;
        height: 70px;
        font-size: 12px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 290px;
        height: 300px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 290px;
        height: 330px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 290px;
        height: 360px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 290px;
        height: 425px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
       
    }

    .kontakt-opis p
    {
        font-size: 14px;
       
    }

    .kontakt-mapa
    {
        width: 290px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        

    }

    .kontakt-mapa iframe
    {
        width: 290px;
        height: 200px;
    }

    .kontakt-tyt
    {
        font-size: 15px;
        width: 290px;
        padding-bottom: 0px;
        margin-bottom: 0px;
       

    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 12px;

    }

    .seo h1
    {
        font-size: 15px;
    }
   
}
@media only screen and (max-width: 392px) and (min-width: 342px) {

    /* HEADER--------------------- */

    .logo2 img
    {
        width: 140px;
        height: 100px;
        margin-right: 50px;
        display: flex;
        align-items: center;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: none;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 0%;
        height: auto;
        display: flex;
        justify-content: center;
        
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 40px;
        right: 45px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 30px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
       
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
        
    }

    .nowo-tyt span
    {
        font-size: 46px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 290px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 290px;
        height: 210px;
    }

    .nowosci-opis
    {
        width: 290px;
    }

    .nowosci-opis p
    {
        font-size: 22px;
    }

    .nowo-zdj-rozm1
    {
        width: 280px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 230px;
        height: 120px;
    }

    .o-firmie-tyt
    {
        font-size: 16px;
        width: 290px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 43px;
    }

    .o-firmie1
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 290px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 15px;
        width: 290px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 17px;
    }

    .poradyl1 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 290px;
        height: 70px;
        font-size: 12px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 290px;
        height: 300px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 290px;
        height: 340px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 290px;
        height: 360px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 290px;
        height: 425px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 14px;
       
    }

    .kontakt-mapa
    {
        width: 290px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 290px;
        height: 200px;
    }

    .kontakt-tyt
    {
        font-size: 15px;
        width: 290px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 12px;

    }

    .seo h1
    {
        font-size: 15px;
    }
   
}
@media only screen and (max-width: 341px) and (min-width: 300px) {

   /* HEADER--------------------- */

    .logo2 img
    {
        width: 140px;
        height: 100px;
        margin-right: 50px;
        display: flex;
        align-items: center;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: none;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 0%;
        height: auto;
        display: flex;
        justify-content: center;
        
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        position: fixed;
        top: 40px;
        right: 10px;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        position: fixed;
        top: 30px;
        right: 0px;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
       
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 30px;
        
    }

    .nowo-tyt span
    {
        font-size: 46px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 1000px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
    }

    .nowosci-gl
    {
        width: 270px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 270px;
        height: 190px;
    }

    .nowosci-opis
    {
        width: 270px;
    }

    .nowosci-opis p
    {
        font-size: 22px;
    }

    .nowo-zdj-rozm1
    {
        width: 260px;
        height: 120px;
    }

    .nowo-zdj-rozm2
    {
        width: 210px;
        height: 120px;
    }

    .o-firmie-tyt
    {
        font-size: 14px;
        width: 270px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 43px;
    }

    .o-firmie1
    {
        width: 270px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 270px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 270px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 14px;
        width: 270px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 15px;
    }

    .poradyl1 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 270px;
        height: 70px;
        font-size: 10px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 270px;
        height: 350px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 270px;
        height: 350px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 270px;
        height: 380px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 270px;
        height: 460px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 13px;
       
    }

    .kontakt-mapa
    {
        width: 270px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 270px;
        height: 200px;
    }

    .kontakt-tyt
    {
        font-size: 14px;
        width: 270px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 12px;

    }

    .seo h1
    {
        font-size: 15px;
    }
   
}
@media only screen and (max-width: 299px) and (min-width: 249px) {

    /* HEADER--------------------- */

    html
    {
        padding-top: 100px;
    }

    .logo2 img
    {
        width: 90px;
        height: 70px;
        margin-right: 80px;
        display: flex;
        align-items: center;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: none;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        display: flex;
        justify-content: center;
        
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
        position: fixed;
        top: 40px;
        right: 10px;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        position: fixed;
        top: 30px;
        right: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 50px;
        
    }

    .nowo-tyt span
    {
        font-size: 40px;
        top: -30px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 800px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
        justify-content: center;
        
        
    }

    .nowosci-gl
    {
        width: 220px;
        height: 240px;
        margin-top: 40px;
        padding-right: 0px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .nowosci-obr
    {
        width: 220px;
        height: 160px;
    }

    .nowosci-opis
    {
        width: 220px;
    }

    .nowosci-opis p
    {
        font-size: 20px;
    }

    .nowo-zdj-rozm1
    {
        width: 210px;
        height: 90px;
    }

    .nowo-zdj-rozm2
    {
        width: 160px;
        height: 90px;
    }

    .o-firmie-tyt
    {
        font-size: 14px;
        width: 220px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 40px;
    }

    .o-firmie1
    {
        width: 220px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 220px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 220px;
        height: 300px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 14px;
        width: 220px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 15px;
    }

    .poradyl1 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 220px;
        height: 70px;
        font-size: 10px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 220px;
        height: 390px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 220px;
        height: 420px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 220px;
        height: 470px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 220px;
        height: 560px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 12px;
       
    }

    .kontakt-mapa
    {
        width: 220px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 220px;
        height: 200px;
    }

    .kontakt-tyt
    {
        font-size: 13px;
        width: 220px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .kontakt-tyt h1
    {
        letter-spacing: 5px;
    }

    .kontakt-tyt h1 span
    {
        letter-spacing: 10px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 12px;

    }

    .seo h1
    {
        font-size: 15px;
    }
   
}
@media only screen and (max-width: 248px) and (min-width: 200px) {

    /* HEADER--------------------- */

    html
    {
        padding-top: 100px;
    }

    .logo2 img
    {
        width: 90px;
        height: 70px;
        margin-right: 80px;
        display: flex;
        align-items: center;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: none;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        display: flex;
        justify-content: center;
        
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
        position: fixed;
        top: 40px;
        right: 10px;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        position: fixed;
        top: 30px;
        right: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 50px;
        
    }

    .nowo-tyt span
    {
        font-size: 40px;
        top: -30px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 600px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
        justify-content: center;
        
        
    }

    .nowosci-gl
    {
        width: 180px;
        height: 180px;
        margin-top: 40px;
        padding-right: 0px;
        padding-bottom: 60px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .nowosci-obr
    {
        width: 180px;
        height: 130px;
    }

    .nowosci-opis
    {
        width: 180px;
    }

    .nowosci-opis p
    {
        font-size: 20px;
    }

    .nowo-zdj-rozm1
    {
        width: 170px;
        height: 70px;
    }

    .nowo-zdj-rozm2
    {
        width: 140px;
        height: 70px;
    }

    .o-firmie-tyt
    {
        font-size: 11px;
        width: 180px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 30px;
    }

    .o-firmie1
    {
        width: 180px;
        height: 325px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 180px;
        height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 180px;
        height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 11px;
        width: 180px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 15px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;   
    }

    .poradyl1 p
    {
        font-size: 11px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 11px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 180px;
        height: 70px;
        font-size: 9px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 180px;
        height: 410px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 180px;
        height: 460px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 180px;
        height: 500px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 180px;
        height: 560px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 10px;
       
    }

    .kontakt-mapa
    {
        width: 180px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 180px;
        height: 180px;
    }

    .kontakt-tyt
    {
        font-size: 10px;
        width: 180px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .kontakt-tyt h1
    {
        letter-spacing: 5px;
    }

    .kontakt-tyt h1 span
    {
        letter-spacing: 10px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 11px;

    }

    .seo h1
    {
        font-size: 13px;
    }
   
}

@media only screen and (max-width: 199px) {

    /* HEADER--------------------- */

    html
    {
        padding-top: 100px;
    }

    .logo2 img
    {
        width: 90px;
        height: 70px;
        margin-right: 80px;
        display: flex;
        align-items: center;
    }

    .logo 
    {
        display: none;
    }

    .logo-tel
    {
        display: none;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-tel img
    {
        width: 260px;
        height: 120px;
        display: none;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

    .header
    {
        height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .nav
    {
        width: 30%;
        height: auto;
        display: flex;
        justify-content: center;
        
        
    }

    /* Burger Styling */

    .burger
    {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        cursor: pointer;
        background-color: rgb(194, 186, 186);
        border-radius: 10px;
        border: none;
        z-index: 10000000000000000000;
        position: fixed;
        top: 40px;
        right: 10px;
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /*.burger.active > span:nth-child(1)
    {
        transform: rotate(-405deg) translateY(10px);
    }

    .burger.active > span:nth-child(2)
    {
        transform: rotate(405deg) translateY(-10px);
    }

    .burger.active > span:nth-child(3)
    {
        background-color: transparent;
    }*/
    
    ul
    {
        width: 140px;
        transform: translateX(300%);
        transition: .3s ease-in-out;
        background-color: rgb(194, 186, 186);
        border: 1px solid black;
        border-radius: 20px;
        padding-top: 70px;
        z-index: 1000000000000000000000000000000 !important;
        flex-direction: column;
        margin-top: 0px;
        position: fixed;
        top: 30px;
        right: 0px;
        
    }

    ul.active
    {
        transform: translate(0%);
        
    }

    .baner
    {
       display: none;
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    .nowo-tyt
    {
        margin-bottom: 50px;
        border-radius: 0px;
        top: 50px;
        
    }

    .nowo-tyt span
    {
        font-size: 40px;
        top: -30px;
       
    }

    .nowo-zdj
    {
        width: 100%;
        height: 600px;
        padding-left: 0px;
        padding-right: 0px;
        flex-direction: column;
        margin: 0 auto;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        border-bottom: 1px solid black;
        justify-content: center;
        
        
    }

    .nowosci-gl
    {
        width: 180px;
        height: 180px;
        margin-top: 40px;
        padding-right: 0px;
        padding-bottom: 60px;
        align-items: center;
        justify-content: center;
    }

    .nowosci-gl:nth-child(2)
    {
        margin-top: 0px;
    }

    .nowosci-gl:nth-child(3)
    {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .nowosci-obr
    {
        width: 180px;
        height: 130px;
    }

    .nowosci-opis
    {
        width: 180px;
    }

    .nowosci-opis p
    {
        font-size: 20px;
    }

    .nowo-zdj-rozm1
    {
        width: 170px;
        height: 70px;
    }

    .nowo-zdj-rozm2
    {
        width: 140px;
        height: 70px;
    }

    .o-firmie-tyt
    {
        font-size: 11px;
        width: 180px;
        
    }

    .o-firmie
    {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .ofgl
    {
        padding-bottom: 60px;
    }

    .ofnagl h1
    {
        font-size: 30px;
    }

    .o-firmie1
    {
        width: 180px;
        height: 325px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie2
    {
        width: 180px;
        height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie3
    {
        width: 180px;
        height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .o-firmie1 p
    {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie2 p
    {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .o-firmie3 p
    {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .poradytyt
    {
        font-size: 11px;
        width: 180px;
    }

    .poradyl1
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        
       
    }

    .poradygl
    {
        padding-bottom: 50px;
       
    }

    .poradyl2
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
       
    }

    .poradyl2 h2
    {
        font-size: 15px;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;   
    }

    .poradyl1 p
    {
        font-size: 11px;
        margin-left: 5px;
        margin-right: 5px;
        
    }

    .poradyl2 p
    {
        font-size: 11px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .poradynagl
    {
        width: 180px;
        height: 70px;
        font-size: 9px;
        border-top-left-radius: 200px 100px;
        border-top-right-radius: 200px 100px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 5px;
    }

    .porada1
    {
        width: 180px;
        height: 410px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada2
    {
        width: 180px;
        height: 460px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada3
    {
        width: 180px;
        height: 500px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 20px;
    }

    .porada4
    {
        width: 180px;
        height: 560px;
        border-bottom-left-radius: 200px 100px;
        border-bottom-right-radius: 200px 100px;
        padding-top: 5px;
    }

    .porada4 p span
    {
        padding: 0px;
        margin: 0px;
        font-size: 38px;
    }

    .kontakt
    {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
    }

    .kontakt-opis
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .kontakt-opis p
    {
        font-size: 10px;
       
    }

    .kontakt-mapa
    {
        width: 180px;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
       
    }

    .kontakt-mapa iframe
    {
        width: 180px;
        height: 180px;
    }

    .kontakt-tyt
    {
        font-size: 10px;
        width: 180px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .kontakt-tyt h1
    {
        letter-spacing: 5px;
    }

    .kontakt-tyt h1 span
    {
        letter-spacing: 10px;
    }

    /* SEO ----------------- */

    .seo
    {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
    }

    .seo p
    {
        font-size: 11px;

    }

    .seo h1
    {
        font-size: 13px;
    }
   
}

