*{
    padding: 0;
    margin: 0;
    border: 0;
}
body{
    background-color: #fbfbfb;
}
header{
    margin-top: 0;
    width: 100%;
    position:fixed;
    background-color: #fff;
}
header ul li{
    display: inline;
}
header div{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
header ul li a{
    text-decoration: none;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    margin: 10px;
}
header ul li a:hover{
    transition: color ease-in-out 0.3s;
    color: rgb(195, 16, 16);
}
header .wycena{
    padding: 10px;
    background-color: rgb(195, 16, 16);
    color: white;
    border-radius: 5px;
}
.wycena:hover{
    background-color: rgb(145, 31, 31);
    color: white;
}
.omnie{
    color: rgb(195, 16, 16);
}
header img{
    width: 15vw;
}

/*Koniec headera*/

.body-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 130px 100px 50px;
    font-family: 'exo 2';
}
body .body-all div img{
    width: 30vw;
    margin-left: 40px;
}
body .body-all div p{
    margin-right: 40px;
}
.header{
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 10px;
    color: rgb(40, 54, 123);
}
.underheader{
    width: 40vw;
    font-size: large;
}
.underheader1{
    margin-top: 15px;
    margin-bottom: 25px;
    width: 40vw;
    font-size: large;
}
.underheader2{
    margin-bottom: 25px;
    width: 40vw;
    font-size: large;
}

/*FOOTER*/

footer{
    background-color: #fff;
    margin-top: 50px;
    font-family: 'exo 2';
}
.footer-all{
    display: flex;
    justify-content: space-between;
    padding: 30px 100px 30px 100px;
    align-items: center;

}
footer img{
    width: 15vw;
}
footer .footer-all div ul li a{
    color: black;
}
footer .footer-all div ul li .omnie{
    color: rgb(195, 16, 16);
}
footer .footer-all div ul li{
    list-style: none;
}
footer .footer-all div p a{
    color: black;
}
.icons{
    text-align: center;
}
.facebook{
    width: 2%;
    margin-bottom: 10px;
}
.hamburger1{
    display: none;
}
@media screen and (max-width:500px) {
    header div ul{
        display: block;
    }
    header{
        width: 100vw;
    }
    header div ul li{
        text-align: left;
        margin: 0;
        border: 0;
        padding: 3px;
    }
    header img{
        width: 50vw;
    }
    header{
        height: max-content;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    header div .hamburger ul .kontaktli{
        padding-bottom: 15px;
    }
    .footer-all{
        gap: 50px;
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    .footer-all img{
        width:  50vw;
        margin: 0;
        padding-top: 10vw;
    }
    .icons{
        padding-top: 20px;
        width: 100%;
    }
    header div .hamburger ul{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .hamburger{
        display: none;
        z-index: 999;
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: white;
        padding: 10px;
        padding-bottom: 30px;
    }
    .hamburger1{
        font-size: 8vw;
        padding: 2px 10px 2px 10px;
        color: white;
        margin-right: 20px;
        background-color: rgb(40, 54, 123);
        z-index: 999;
        text-decoration: none;
        display: block;
    }
    .body-all{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    body .body-all div img{
        width: 80vw;
        margin: auto;
    }
    .header{
        font-size: 8vw;
        width: 90vw;
        text-align: center;
        padding-top: 40px;
        margin-left: 40px;
    }
    .underheader, .underheader1, .underheader2, .boldp{
        width: 90vw;
        text-align: center;
        margin-left: 40px;
    }
}