*{
    padding: 0;
    margin: 0;
    border: 0;
}
body{
    background-color: #fbfbfb;
}
header{
    margin-top: 0;
    width: 100%;
    position:fixed;
    background-color: #fff;
    z-index: 1000;
}
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;
}
.uslugi{
    color: rgb(195, 16, 16);
}
header img{
    width: 15vw;
}
/*KONIEC HEADERA*/

.header{
    color: rgb(40, 54, 123);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    text-align: center;
    padding: 150px 0px 50px 0px;
}
.all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.all div{
    background-color: #fff;
    margin: 15px;
    width: 20%;
    padding: 15px;
    box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 1);
}
.allp{
    color: rgb(40, 54, 123);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    margin: 20px 0px 30px 0px;
    text-align: center;
}
.podp{
    width: 20vw;
    font-size: large;
    font-family: 'exo 2';
    text-align: center;
}

/*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 .uslugi{
    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 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;
    }
    .header{
        font-size: 6vw;
        padding-top: 200px;
    }
    .allp{
        font-size: 4vw;
    }
    .all div{
        width: 30vw;
        text-align: center;
    }
    .podp{
        font-size: 3vw;
        width: fit-content;
    }
    .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;
    }
}