* {
    
    font-family: 'Poppins', sans-serif;

}
html, body {
    background-color: #f0f0ea;
    
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    
}
header {
    background-color: #8aabca;
    height: 45px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

p {
    
    font-size: 100%;
    margin: 0;
    font-weight: bold;
    
}
.realheader {
    height: 45px;
    width: 100%;  
    background-color: black;
    color:#f0f0ea;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    position:sticky;
    top: 0;

    
}
.realheader a{
    font-family: Arial;
    align-items: center;
    display: flex;
    height: 100%;
    margin: 30px;
    min-width: 100px;
    justify-content: center;
    text-decoration: none;
    color:#f0f0ea;
    transition: background-color 0.18s  ease-in-out  ;
    border-radius: 3px;
    
    

    
}
.listaTel {
    display: none;
    top: 45px;
}
.pomocHeader {
    display: none;
}
.realheader img{
    font-family: Arial;
    align-items: center;
    display: flex;
    height: 50%;
    
    min-width: 100px;
    
    justify-content: center;
    text-decoration: none;
    color:#f0f0ea;
    transition: background-color 0.18s  ease-in-out  ;
    border-radius: 3px;
    display: none;
    
    

    
}
.main {
    display: flex;
    height: 3000px;
    flex-direction: column;
}
.zdjecie {
    display: block;
   
    width: 100%;
    height: 20%;
    object-fit: cover;


   
    
}
.lewo {
    display: flex;
    
    margin: 10px;
    
    
    
    
    
    height: 50%;
}
.zdjecielewo {
    height: 50vh;
    
    
}
.prawo {
    
    width: 100%;
    
    height: 20%;
}
@media (width <= 500px) {
   .realheader a {
    display: none;
   }
   p {
    
    font-size: 100%;
    margin: 0;
    font-weight: bold;
    
    
}
.nazwa {
    font-size: 80%;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}
.zdjecielewo {
    height: 200px;
    min-width: 100%;
    flex-shrink: 0;
    border-radius: 10%;
    transform: scale(1);
    transition: transform 0.1s ease-in-out;
    
}
.zdjecielewo:active {
    transform:  scale(0.95);
}
.lewo {
    overflow-x: auto;
    overflow-y: hidden;
    gap: 20px;
    
    
}

.ListaProduktow {
    display: flex;
}




.pomocHeader {
    display: flex;
    min-width: 100px;
}
.realheader {
    justify-content:space-between;
    
}
.pPromka {
    font-size: 80%;
}
.realheader img {
    display: flex;
    transform: scale(1);
    transition: transform 0.1s ease-in-out;

    
}
.realheader img:active {
    transform: scale(1.3);
}



ul {
    list-style-type: none;
    margin-top: 70px;
    color:#f0f0ea;
}
.listaTel {
    display:block;
}
li {
    margin-top: 30px;
}
.TelMenu {
    background-color: black;
    width: 60%;
    height: 100vh;
    position: fixed;
    z-index: 9998;
    top: 45px;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    

    
}
.ZamTelMenu {
    
    width: 40%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 45px;
    left: 0;
    transform: translateX(-100%);
    
    
    

    
}
.ZamTelMenu.active {
    transform: translateX(0%);
}
.TelMenu.active {
transform: translateX(0%);
height: 100vh;
}

}

.realheader a:hover {
    background-color: #333333 ;

}


footer {
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100px;
    background-color: grey;
    

}


    







