* {
    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: 200px;
    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;
}

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%;
    
    
}

/* 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;
    
 }


/* KOLEKCJA------------------------------------------------------*/

.glowny
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
   
}

.kolekcja
{
    width: 92%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-top: 250px;
    margin-left: 50px;
    flex-wrap: wrap;
    border-bottom: 1px solid black;
    padding-bottom: 50px;
}

.kolekcja-wysokie
{
    width: 92%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-top: 40px;
    margin-left: 50px;
    flex-wrap: wrap;
}

.kolekcjabut1
{
    width: 420px;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;

}

.kolekcjabut-wysokie
{
    width: 420px;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10px;
}

.kolekcja-tyt
{
    border: 2px solid black;
    width: 400px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    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: 400px;
    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;
   
}

.kolekcjabut-v2-zdj
{
    width: 400px;
    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;
}

.kolekcjabut-v3-zdj
{
    width: 400px;
    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;
}

.kolekcjabut-v4-zdj
{
    width: 400px;
    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;
}

.kolekcjabut-wysokie-zdj
{
    width: 400px;
    height: 400px;
    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;
}

.kolekcjabut1-zdj img
{
   width: 390px;
   height: 150px;
   
}

.kolekcjabut-v2-zdj img
{
    width: 360px;
    height: 180px;
}

.kolekcjabut-v3-zdj img
{
    width: 300px;
    height: 180px;
}

.kolekcjabut-v4-zdj img
{
    width: 150px;
    height: 180px;
}

.kolekcjabut-wysokie-zdj img
{
    width: 280px;
    height: 390px;
}

#but312
{
    width: 380px;
    height: 150px;
}

#but010
{
    width: 350px;
    height: 150px;
}

#but307
{
    width: 360px;
    height: 150px;
}

#but310
{
    width: 310px;
    height: 180px;
}

#but320 
{
    width: 260px;
    height: 180px;
}

#but330
{
    width: 250px;
    height: 180px;
}

#but340
{
    width: 320px;
    height: 180px;
}

#but350
{
    width: 310px;
    height: 180px;
}

#but360
{
    width: 320px;
    height: 180px;
}

#but370
{
    width: 260px;
    height: 180px;
}

#but380
{
    width: 360px;
    height: 350px;
}

.infobut1
{
    padding-bottom: 50px;
    font-family: Mont;
    font-size: 12px;
}

/* MEDIA QUERIES -------------------------------------- */

@media only screen and (min-width: 1920px) {

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    

}

@media only screen and (max-width: 1919px) and (min-width: 1820px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 220px;
    }

    .logo2 img
    {
        margin-right: 220px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 100px;
        
    }

    .kolekcja-wysokie
    {
        margin-left: 100px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 10px;
    }

    .kolekcjabut1:nth-child(n+5)
    {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 1819px) and (min-width: 1669px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 200px;
    }

    .logo2 img
    {
        margin-right: 200px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 100px;
        
    }

    .kolekcja-wysokie
    {
        margin-left: 100px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 10px;
    }

    .kolekcjabut1:nth-child(n+5)
    {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 1668px) and (min-width: 1600px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 150px;
    }

    .logo2 img
    {
        margin-right: 150px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 100px;
        
    }

    .kolekcja-wysokie
    {
        margin-left: 100px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 10px;
    }

    .kolekcjabut1:nth-child(n+5)
    {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 1599px) and (min-width: 1550px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 70px;
    }

    .logo2 img
    {
        margin-right: 70px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 100px;
        
    }

    .kolekcja-wysokie
    {
        margin-left: 100px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 10px;
    }

    .kolekcjabut1:nth-child(n+5)
    {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 1549px) and (min-width: 1470px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 70px;
    }

    .logo2 img
    {
        margin-right: 70px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 30px;
        

    }

    .kolekcja-wysokie
    {
        margin-left: 30px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 10px;
    }

    .kolekcjabut1:nth-child(n+5)
    {
        margin-right: 10px;
    }

}

@media only screen and (max-width: 1469px) and (min-width: 1441px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 70px;
    }

    .logo2 img
    {
        margin-right: 70px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 50px;
        justify-content: center;

    }

    .kolekcja-wysokie
    {
        margin-left: 50px;
        justify-content: center;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;

    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 60px;
    }

    

    

}

@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;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 50px;
        justify-content: center;

    }

    .kolekcja-wysokie
    {
        margin-left: 50px;
        justify-content: center;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;

    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 60px;
    }

    

    

}

@media only screen and (max-width: 1349px) and (min-width: 1257px) {

    /* HEADER--------------------- */

    .logo img
    {
        margin-left: 50px;
    }

    .logo2 img
    {
        margin-right: 50px;
    }

    .baner
    {
        height: 220px;
    }

    a
    {
        font-size: 17px;
    }

    li
    {
        padding: 20px;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        flex-wrap: wrap;
        margin-left: 50px;
        justify-content: center;

    }

    .kolekcja-wysokie
    {
        margin-left: 50px;
        justify-content: center;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;

    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 60px;
    }

    

    

}

@media only screen and (max-width: 1256px) 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;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        

    }

    .kolekcja-wysokie
    {
        width: 100%;
        margin-left: 0px;
        justify-content: center;
    }


    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;

    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 60px;
    }


}

@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;
    }

    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        

    }

    .kolekcja-wysokie
    {
        width: 100%;
        margin-left: 0px;
        justify-content: center;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;

    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 60px;
    }


}

@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;
    }

    a
    {
        font-size: 16px;
        padding: 20px;
    }


    .burger
    {
        display: none;
    }

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        

    }

    .kolekcja-wysokie
    {
        width: 100%;
        margin-left: 0px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;

    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 60px;
    }

    .kolekcjabut1:nth-child(n+4)
    {
        margin-right: 60px;
    }


}

@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: 16px;
        padding: 20px;
    }

    li
    {
        padding: 20px;
    }

    nav
    {
        height: 50px;
        padding-top: 0px;
    }

    .burger
    {
        display: none;
    }   

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
        

    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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;
    }

    a
    {
        font-size: 16px;
        padding: 20px;
    }


    .burger
    {
        display: none;
    }   

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1-zdj
    {
        width: 390px;
    }

    .kolekcjabut1-zdj img
    {
        width: 380px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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;
    }

    .burger
    {
        display: none;
    }   

    /* KOLEKCJA STYLING------------------------------ */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    
    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 50px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 300px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kolekcjabut1-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut1-zdj img
    {
        width: 270px;
        height: 110px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 270px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 230px;
        height: 130px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 300px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 250px;
        height: 350px;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 50px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;

    }

    .kolekcjabut-wysokie
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 300px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kolekcjabut1-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut1-zdj img
    {
        width: 270px;
        height: 110px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 270px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 230px;
        height: 130px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 300px;
        height: 350px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 220px;
        height: 320px;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 50px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;

    }

    .kolekcjabut-wysokie
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 300px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kolekcjabut1-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut1-zdj img
    {
        width: 270px;
        height: 110px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 270px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 230px;
        height: 130px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 300px;
        height: 350px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 220px;
        height: 320px;
    }


}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 50px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;

    }

    .kolekcjabut-wysokie
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 300px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kolekcjabut1-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut1-zdj img
    {
        width: 270px;
        height: 110px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 270px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 230px;
        height: 130px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 300px;
        height: 320px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 200px;
        height: 300px;
    }


}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* 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;
       
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 20px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;

    }

    .kolekcjabut-wysokie
    {
        width: 300px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 300px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kolekcjabut1-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut1-zdj img
    {
        width: 270px;
        height: 110px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 270px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 300px;
        height: 150px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 230px;
        height: 130px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 300px;
        height: 320px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 200px;
        height: 300px;
    }

}

@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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* 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;
       
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 20px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 250px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        width: 250px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 250px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kolekcjabut1-zdj
    {
        width: 250px;
        height: 130px;
    }

    .kolekcjabut1-zdj img
    {
        width: 230px;
        height: 90px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 250px;
        height: 130px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 230px;
        height: 110px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 250px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 230px;
        height: 110px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 250px;
        height: 270px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 180px;
        height: 250px;
    }

}

@media only screen and (max-width: 299px) and (min-width: 249px) {

    /* HEADER--------------------- */

    html
    {
        padding-top: 0px;
    }

    .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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* 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;
       
    }

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 10px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 210px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        width: 210px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 210px;
        height: 50px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }

    .kolekcjabut1-zdj
    {
        width: 210px;
        height: 90px;
    }

    .kolekcjabut1-zdj img
    {
        width: 190px;
        height: 70px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 210px;
        height: 130px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 190px;
        height: 110px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 210px;
        height: 130px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 190px;
        height: 110px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 210px;
        height: 230px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 150px;
        height: 220px;
    }

}

@media only screen and (max-width: 248px) and (min-width: 200px) {

    /* HEADER--------------------- */

    html
    {
        padding-top: 0px;
    }

    .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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* 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;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcja-wysokie
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 10px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .kolekcjabut1
    {
        width: 170px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
    }

    .kolekcjabut-wysokie
    {
        width: 170px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 170px;
        height: 40px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }

    .kolekcjabut1-zdj
    {
        width: 170px;
        height: 90px;
    }

    .kolekcjabut1-zdj img
    {
        width: 160px;
        height: 60px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 170px;
        height: 120px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 160px;
        height: 90px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 170px;
        height: 120px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 160px;
        height: 90px;
    }

    .kolekcjabut-wysokie-zdj
    {
        width: 170px;
        height: 200px;
    }

    .kolekcjabut-wysokie-zdj img
    {
        width: 130px;
        height: 180px;
    }

}

@media only screen and (max-width: 199px) {

    /* HEADER--------------------- */

    html
    {
        padding-top: 0px;
    }

    .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%);
        
    }

    li
    {
        padding: 10px;
    }

    a
    {
        padding: 0px;
        font-size: 17px;
    }

    /* 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;
       
    }

   

    .burger span
    {
        width: 40px;
        height: 5px;
        background-color: black;
        border-radius: 20px;
        transition: .3s ease-in-out;
       
    }

    /* KOLEKCJA STYLING --------------------------------- */

    .kolekcja
    {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-top: 150px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    .kolekcjabut1
    {
        width: 170px;
        display: flex;
        justify-content: center;
        margin-right: 0px;
       
        

    }

    .kolekcjabut1:nth-last-child(1)
    {
        margin-bottom: 20px;
    }

    .kolekcja-tyt
    {
        width: 170px;
        height: 40px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }

    .kolekcjabut1-zdj
    {
        width: 170px;
        height: 90px;
    }

    .kolekcjabut1-zdj img
    {
        width: 160px;
        height: 60px;
    }

    .kolekcjabut-v2-zdj
    {
        width: 170px;
        height: 120px;
    }

    .kolekcjabut-v2-zdj img
    {
        width: 160px;
        height: 90px;
    }

    .kolekcjabut-v3-zdj
    {
        width: 170px;
        height: 120px;
    }

    .kolekcjabut-v3-zdj img
    {
        width: 160px;
        height: 90px;
    }

}

