* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 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: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    background-color: white;
    z-index: 1000000;
    
}

.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;
}

.burger
{
    display: none;
}

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%;
    
    
}

/* BUT1 AKA MODEL 65---------------------------------- */

.glowny
{
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 180px;
    padding-bottom: 50px;


}

.lewy
{
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  

}

.lewy img:nth-child(1)
{
    width: 500px;
}

.prawy
{
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
    

}

.prawy img:nth-child(1)
{
    width: 170px;
}

.glowny img
{
    width: 600px;
    height: 300px;
    cursor: pointer;
    margin-bottom: 100px;

}


.glowny a
{
    align-self: flex-start;
}

.opisbut
{
    width: 200px;
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    margin-right: 80px;

}

.opisbut h1
{
    font-size: 23px;
    font-family: Mont;
    padding-top: 20px;
    text-align: center;
}

.opisbut h1:nth-child(1)
{
    padding-top: 0px;
}

.opisbut p
{
    font-size: 18px;
    font-family: Mont;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    
}



/* 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-content
{
    background-color: white;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.slides
{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.slides img
{
    width: max-content;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.przedni
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.przedni img
{
    width: 400px !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

.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;
}

/* Next & previous buttons */

.prev,
.next 
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    visibility: hidden;

}

.tlo1
{
    visibility: hidden;
}

.tlo2
{
    visibility: hidden;
}

.poprzedni
{
    visibility: hidden;
}

.nastepny
{
    visibility: hidden;
}

/* MEDIA QUERIES -------------------------------------- */

@media only screen and (max-width: 1850px) and (min-width: 1721px)
{
    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 220px;
    }

    .logo2 img
    {
        margin-right: 220px;
    }

}

@media only screen and (max-width: 1720px) and (min-width: 1507px)
{

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 120px;
    }

    .logo2 img
    {
        margin-right: 120px;
    }    

    /* LIGHTBOX -------------------------------- */

   .bok-prawy img
   {
        width: 1450px;
        height: 650px;
   }
        
   .bok-lewy img
   {
        width: 1450px;
        height: 650px;
   }

   .boczny img
   {
        width: 1300px;
   }

   /* CONTENT STYLING */

   .lewy img:nth-child(2)
    {
        height: 280px;
    }

    .prawy img:nth-child(2)
    {
        height: 280px;
    }

}

@media only screen and (max-width: 1506px) and (min-width: 1257px)
{

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 40px;
    }

    .logo2 img
    {
        margin-right: 40px;
    }    

    li
    {
        padding: 20px;
    }

    /* LIGHTBOX -------------------------------- */

    .przedni img
    {
        width: 320px;
        
    }

    .boczny img
    {
        width: 1200px;
    }

    .bok-prawy img
   {
        width: 1250px;
        height: 550px;
   }
        
   .bok-lewy img
   {
        width: 1250px;
        height: 550px;
   }

    /* CONTENT STYLING -------------------------------- */

    .glowny
    {
        padding-bottom: 0px;
        
    }

    .glowny img
    {
        width: 475px;
        height: 320px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 600px;
        
    }

    .lewy img:nth-child(1)
    {
        width: 400px;
    }

    .prawy
    {
        height: 600px;
    }

    .prawy img:nth-child(1)
    {
        height: 250px;
        width: 140px;
    }

    .prawy img:nth-child(2)
    {
        height: 204.31px;
    }

}
@media only screen and (max-width: 1256px) and (min-width: 1000px)
{

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 5px;
        width: 150px;
        height: 120px;
    }

    .logo2 img
    {
        margin-right: 5px;
        width: 150px;
        height: 120px;
    }    

    li
    {
        padding: 20px;
    }

    a
    {
        font-size: 18px;
        padding: 0px;
        
    }   
   
    /* LIGHTBOX -------------------------------- */

    .przedni img
    {
        width: 320px;
          
    }
  
    .boczny img
    {
        width: 1000px;
        height: 600px;
    }
  
    .bok-prawy img
    {
        width: 1000px;
        height: 450px;
    }
          
    .bok-lewy img
    {
        width: 1000px;
        height: 450px;
    }
  
    /* CONTENT STYLING -------------------------------- */
  
    .glowny
    {
        padding-bottom: 0px;
          
    }
  
    .glowny img
    {
        width: 475px;
        height: 320px;
        cursor: pointer;
        border-radius: 20px;
          
    }
  
    .lewy
    {
        height: 600px;
          
    }
  
    .lewy img:nth-child(1)
    {
        width: 310px;
        height: 190px;
    }

    .lewy img:nth-child(2)
    {
        width: 360px;
        height: 180px;
    }
  
    .prawy
    {
        height: 600px;
    }
  
    .prawy img:nth-child(1)
    {
        height: 190px;
        width: 110px;
    }
  
    .prawy img:nth-child(2)
    {
        height: 180px;
        width: 360px;
    }
      
    .opisbut p
    {
        font-size: 17px;
    }
    
    .opisbut h1
    {
        font-size: 19px;
    }

}
@media only screen and (max-width: 999px) and (min-width: 800px)
{

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 5px;
        width: 130px;
        height: 100px;
    }

    .logo2 img
    {
        margin-right: 5px;
        width: 130px;
        height: 100px;
    }    

    li
    {
        padding: 10px;
    }

    a
    {
        font-size: 16px;
        padding: 0px;
        
    }   

    /* LIGHTBOX -------------------------------- */

    .przedni img
    {
        width: 300px !important;
        height: 600px;      
    }
  
    .boczny img
    {
        width: 800px;
        height: 500px;
    }
  
    .bok-prawy img
    {
        width: 800px;
        height: 350px;
    }
          
    .bok-lewy img
    {
        width: 800px;
        height: 350px;
    }
  
    /* CONTENT STYLING -------------------------------- */
  
    .glowny
    {
        padding-bottom: 0px;
          
    }
  
    .glowny img
    {
        width: 475px;
        height: 320px;
        cursor: pointer;
        border-radius: 20px;
          
    }
  
    .lewy
    {
        height: 600px;
          
    }
  
    .lewy img:nth-child(1)
    {
        width: 220px;
        height: 120px;
    }

    .lewy img:nth-child(2)
    {
        width: 270px;
        height: 120px;
    }
  
    .prawy
    {
        height: 600px;
    }
  
    .prawy img:nth-child(1)
    {
        height: 120px;
        width: 70px;
    }
  
    .prawy img:nth-child(2)
    {
        height: 120px;
        width: 270px;
    }
      
    .opisbut p
    {
        font-size: 15px;
    }
    
    .opisbut h1
    {
        font-size: 17px;
    }

    
   

}
@media only screen and (max-width: 799px) and (min-width: 600px)
{

    /* LIGHTBOX -------------------------------- */

    .modal-content
    {
        margin-top: 200px;
        align-items: flex-start;
        
    }

    .przedni img
    {
        width: 180px !important;
        height: 400px;      
    }
  
    .boczny img
    {
        width: 600px;
        height: 400px;
    }
  
    .bok-prawy img
    {
        width: 600px;
        height: 250px;
    }
          
    .bok-lewy img
    {
        width: 600px;
        height: 250px;
    }

    /* NEXT AND PREV BUTTONS -------------- */

    
    .next
    {
        cursor: pointer;
        width: auto;
        color: black;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
        
    
    }

    .prev
    {

        cursor: pointer;
        width: auto;
        color: black;
        font-weight: bold;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
    }

    .poprzedni
    {
        position: absolute;
        top: 47%;
        left: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        
    }

    .nastepny
    {
        position: absolute;
        top: 47%;
        right: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
    }

    /* HEADER STYLING */

    .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;
    }

    li
    {
        padding: 10px;
    }

    a
    {
        font-size: 16px;
        padding: 0px;
        
    }   

    .nav
    {
        width: 30%;
        height: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        
    }

    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%);
        
    }

   
    /* 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;
       
    }

    /* CONTENT STYLING -------------------------------- */


    .glowny
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        margin-top: 250px;
       
    }

    .glowny img
    {
        width: 330px;
        height: 220px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 300px;
        justify-content: center;
        
    }

    .lewy img:nth-child(1)
    {
        display: none;
    }

    .lewy img:nth-child(2)
    {
        width: 400px;
        height: 180px;
    }

    .prawy
    {
        display: none;
    }

    .opisbut h1
    {
        font-size: 17px;
    }

    .opisbut p
    {
        font-size: 13px;
        margin-left: 30px;
        margin-right: 30px;
    }

    
   

}

@media only screen and (max-width: 599px) and (min-width: 400px)
{

    /* LIGHTBOX -------------------------------- */

    .modal-content
    {
        margin-top: 200px;
        align-items: flex-start;
        
    }

    .przedni img
    {
        width: 130px !important;
        height: 300px;      
    }
  
    .boczny img
    {
        width: 400px;
        height: 250px;
    }
  
    .bok-prawy img
    {
        width: 400px;
        height: 180px;
    }
          
    .bok-lewy img
    {
        width: 400px;
        height: 180px;
    }

    /* NEXT AND PREV BUTTONS -------------- */

    
    .next
    {
        cursor: pointer;
        width: auto;
        color: black;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
        
    
    }
    
    .prev
    {

        cursor: pointer;
        width: auto;
        color: black;
        font-weight: bold;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
    }

    .poprzedni
    {
        position: absolute;
        top: 30%;
        left: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        
    }

    .nastepny
    {
        position: absolute;
        top: 30%;
        right: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
    }

    /* HEADER STYLING */

    .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;
       
    }

    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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* CONTENT STYLING -------------------------------- */


    .glowny
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        margin-top: 250px;
       
    }

    .glowny img
    {
        width: 330px;
        height: 220px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 300px;
        justify-content: center;
        
    }

    .lewy img:nth-child(1)
    {
        display: none;
    }

    .lewy img:nth-child(2)
    {
        width: 400px;
        height: 180px;
    }

    .prawy
    {
        display: none;
    }

    .opisbut h1
    {
        font-size: 17px;
    }

    .opisbut p
    {
        font-size: 13px;
        margin-left: 30px;
        margin-right: 30px;
    }


    
   

}
@media only screen and (max-width: 399px) and (min-width: 300px)
{
    
 /* LIGHTBOX -------------------------------- */

    .modal-content
    {
        margin-top: 100px;
        align-items: flex-start;
        
    }

    .przedni img
    {
        width: 100px !important;
        height: 250px;      
    }
  
    .boczny img
    {
        width: 300px;
        height: 200px;
    }
  
    .bok-prawy img
    {
        width: 300px;
        height: 130px;
    }
          
    .bok-lewy img
    {
        width: 300px;
        height: 130px;
    }

    /* NEXT AND PREV BUTTONS -------------- */

    
    .next
    {
        cursor: pointer;
        width: auto;
        color: black;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
        
    
    }
    
    .prev
    {

        cursor: pointer;
        width: auto;
        color: black;
        font-weight: bold;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
    }

    .poprzedni
    {
        position: absolute;
        top: 27%;
        left: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        
    }

    .nastepny
    {
        position: absolute;
        top: 27%;
        right: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
    }

    /* HEADER STYLING */

    .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;
       
    }

    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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* CONTENT STYLING -------------------------------- */


    .glowny
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        margin-top: 200px;
       
    }

    .glowny img
    {
        width: 330px;
        height: 220px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 300px;
        justify-content: center;
        
    }

    .lewy img:nth-child(1)
    {
        display: none;
    }

    .lewy img:nth-child(2)
    {
        width: 300px;
        height: 130px;
    }

    .prawy
    {
        display: none;
    }

    .opisbut h1
    {
        font-size: 17px;
    }

    .opisbut p
    {
        font-size: 13px;
        margin-left: 30px;
        margin-right: 30px;
    }


    
   

}
@media only screen and (max-width: 299px) and (min-width: 249px)
{
    /* LIGHTBOX -------------------------------- */

    .modal-content
    {
        margin-top: 200px;
        align-items: flex-start;
        
    }

    .przedni img
    {
        width: 80px !important;
        height: 220px;      
    }
  
    .boczny img
    {
        width: 249px;
        height: 170px;
    }
  
    .bok-prawy img
    {
        width: 249px;
        height: 110px;
    }
          
    .bok-lewy img
    {
        width: 249px;
        height: 110px;
    }

    /* NEXT AND PREV BUTTONS -------------- */

    
    .next
    {
        cursor: pointer;
        width: auto;
        color: black;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
        
    
    }
    
    .prev
    {

        cursor: pointer;
        width: auto;
        color: black;
        font-weight: bold;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
    }

    .poprzedni
    {
        position: absolute;
        top: 22%;
        left: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        
    }

    .nastepny
    {
        position: absolute;
        top: 22%;
        right: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
    }

    /* HEADER STYLING */

    .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;
       
    }

    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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* CONTENT STYLING -------------------------------- */

    .glowny
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        margin-top: 100px;
       
    }

    .glowny img
    {
        width: 330px;
        height: 220px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 300px;
        justify-content: center;
        
    }

    .lewy img:nth-child(1)
    {
        display: none;
    }

    .lewy img:nth-child(2)
    {
        width: 249px;
        height: 110px;
    }

    .prawy
    {
        display: none;
    }

    .opisbut h1
    {
        font-size: 17px;
    }

    .opisbut p
    {
        font-size: 13px;
        margin-left: 30px;
        margin-right: 30px;
    }


    

    
   

}
@media only screen and (max-width: 248px) and (min-width: 200px)
{

    /* LIGHTBOX -------------------------------- */

    .modal-content
    {
        margin-top: 200px;
        align-items: flex-start;
        
    }

    .przedni img
    {
        width: 60px !important;
        height: 190px;      
    }
  
    .boczny img
    {
        width: 200px;
        height: 140px;
    }
  
    .bok-prawy img
    {
        width: 200px;
        height: 90px;
    }
          
    .bok-lewy img
    {
        width: 200px;
        height: 90px;
    }

    /* NEXT AND PREV BUTTONS -------------- */

    
    .next
    {
        cursor: pointer;
        width: auto;
        color: black;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
        
    
    }
    
    .prev
    {

        cursor: pointer;
        width: auto;
        color: black;
        font-weight: bold;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
    }

    .poprzedni
    {
        position: absolute;
        top: 18%;
        left: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        
    }

    .nastepny
    {
        position: absolute;
        top: 18%;
        right: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
    }

    /* HEADER STYLING */

    .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;
       
    }
 
    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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* CONTENT STYLING -------------------------------- */

    .glowny
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        margin-top: 100px;
       
    }

    .glowny img
    {
        width: 330px;
        height: 220px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 300px;
        justify-content: center;
        
    }

    .lewy img:nth-child(1)
    {
        display: none;
    }

    .lewy img:nth-child(2)
    {
        width: 200px;
        height: 90px;
    }

    .prawy
    {
        display: none;
    }

    .opisbut h1
    {
        font-size: 15px;
    }

    .opisbut p
    {
        font-size: 11px;
        margin-left: 30px;
        margin-right: 30px;
    }


    
   

}
@media only screen and (max-width: 199px)
{

    /* LIGHTBOX -------------------------------- */

    .modal-content
    {
        margin-top: 200px;
        align-items: flex-start;
        
    }

    .przedni img
    {
        width: 60px !important;
        height: 190px;      
    }
  
    .boczny img
    {
        width: 200px;
        height: 140px;
    }
  
    .bok-prawy img
    {
        width: 200px;
        height: 90px;
    }
          
    .bok-lewy img
    {
        width: 200px;
        height: 90px;
    }

    /* NEXT AND PREV BUTTONS -------------- */

    
    .next
    {
        cursor: pointer;
        width: auto;
        color: black;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
        
    
    }
    
    .prev
    {

        cursor: pointer;
        width: auto;
        color: black;
        font-weight: bold;
        font-size: 50px;
        transition: 0.6s ease;
        user-select: none;
        -webkit-user-select: none;
        visibility: visible;
    }

    .poprzedni
    {
        position: absolute;
        top: 18%;
        left: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        
    }

    .nastepny
    {
        position: absolute;
        top: 18%;
        right: 0%;
        visibility: visible;
        width: 50px;
        height: 50px;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: white;
    }

    /* HEADER STYLING */

    .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;
       
    }
 
    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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* CONTENT STYLING -------------------------------- */


    .glowny
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
        margin-top: 100px;
       
    }

    .glowny img
    {
        width: 330px;
        height: 220px;
        cursor: pointer;
        border-radius: 20px;
        
    }

    .lewy
    {
        height: 300px;
        justify-content: center;
        
    }

    .lewy img:nth-child(1)
    {
        display: none;
    }

    .lewy img:nth-child(2)
    {
        width: 200px;
        height: 90px;
    }

    .prawy
    {
        display: none;
    }

    .opisbut h1
    {
        font-size: 15px;
    }

    .opisbut p
    {
        font-size: 11px;
        margin-left: 30px;
        margin-right: 30px;
    }

    
   

}






