body{
    background-color: #2C97F5;
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    color: #fff;
    width: 100%;
    height: 100%;
    min-width: 420px;
}

.container{
    min-height: 100%;
}

header > div.nagłówek{
    background-color: #2CD7F5;
    margin: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    /* padding: 20px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap:wrap;
}


.logo{
    width: 120px;
    height: 50px;
    border-radius: 30px;
    margin: 20px;
}

.input{
    border: none;
    height: 30px;
    width: 500px;
    border-radius: 50px;
    box-shadow: 
    1px 1px 2px black;
    margin: 20px;
}

.kontakt {
    border-right: solid 1px black;
    margin-right: 40px;
}

.ikona{
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.ikonki{
    width: 40px;
    height: 30px;
}

div.ikona > a{
    padding-right: 40px;
}

nav{
    background-color: #03658C;
    border-radius: 30px;
    margin:  0px 50px 0px 50px;
}

nav > ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

nav > ul > li{
    width: auto;
    text-align: center;
    padding: 13px 50px 13px 50px;
    /* border-right: 1px solid #fff; */
    display: flex;
    justify-content: center;
}

nav > ul > li:hover{
    color: black;
    cursor: pointer;
}

nav > ul > li:last-child{
    border: none;
}

section > div.przedmioty > div.polecane > h2  {
    font-size: 40px;
}

section > div.przedmioty > div.polecane{
    border-top: solid 1px #fff;
}


section > div.przedmioty > div.nowości{
    margin-top: 50px;
    border-top: solid 1px #fff;
}

section > div.przedmioty > div.nowości > h2  {
    font-size: 40px;
}

/* section > div.przedmioty > div.polecane > div >  img{
    margin-right: 100px;
}

section > div.przedmioty > div.nowości > div > img{
    margin-right: 100px;
} 

 section > div.przedmioty > div.polecane  > div > img.last{
    margin-right: 0px;
}

section > div.przedmioty > div.nowości  > div >  img.last{
    margin-right: 0px;
}  */

section > div.przedmioty > div.polecane  > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section > div.przedmioty > div.nowości  > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section > div.przedmioty > div.polecane  > div > div.ok {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section > div.przedmioty > div.nowości  > div > div.ok{
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

aside{
    margin-left: 100px;
    float: left;  
    display: flex;
    align-items: center;
    height: 100%;
} 

section{
    width: 100%;
}

main{
    max-height: 600px;
    margin: 50px;
    display: flex;
    justify-content: space-between;
}

footer{
    background-color: #2CD7F5;
    text-align: center;
    position:fixed;
    bottom:0;
    width: 100%;
    display: flex;
    justify-content: center;
}

a{
    margin-left: 50px;
    text-decoration: none;
    color: white;
}

a:hover{
    color: black;
    text-decoration: underline;
}


.produkty{
    width: 150px;
    height: 150px;
}

a > img:hover{
    /* width: 55px;
    height: 35px; */
    color: white;
}

.reklama{
    width: 350px;
    height: 600px;
}

@media screen and (max-width: 1316px){
    aside{
        height: 900px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1230px){

    main{
        display: flex;
        flex-wrap: wrap;
    }

    .reklama{
        margin-top: 50px;
        width: 700px;
        height: 550px;
    }
    aside{
        height: auto;
        margin-left: 0%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 600px){
    div.ikona> a > img:hover{
        width: 35px;
        height: 25px;
    }

    .ikonki{
        width: 30px;
        height: 20px;
    }

    div.ikona > a{
        padding-right: 20px;
    }

    .kontakt{
        margin-right: 20px;
    }
}

@media screen and (max-width: 820px){
    footer{
        background-color: #2CD7F5;
        text-align: center;
        position:fixed;
        bottom:0;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    a{
        margin: 0;
    }
}