* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

html {
    font-size: 10px;
    max-width: 1920px;
    min-height: 100vh;
}

/*fonty*/

h1 {
    font-size: 10rem;
    color: #333;
    line-height: 100%;
}

h2 {
    font-size: 5.4rem;
    color: #333;
    line-height: 100%;
}

h3 {
    font-size: 4rem;
    color: #333;
}

h4 {
    font-size: 2.8rem;
    color: #333;
}

p {
    font-size: 1.6rem;
    line-height: 180%;
    color: #333;
    font-weight: 400;
}

/*logotyp*/
header .logotyp {
    max-width: 100%;
    height: auto;
}

/*menu*/
header {
    position: fixed;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #D3d3d3;
    padding-bottom: 15px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 1%;
    padding-bottom: 1%;
    top: 0;
    background: #FFFF;
    border-top: 10px solid #da291c;
}


header.sticky {
    background-color: #fff;
    margin-top: -2.5%;
}


header ul {

    position: relative;
}


header ul li {
    list-style: none;
    position: relative;
    float: left;
}

header ul li a {
    color: #333;
    font-size: 1.6rem;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    line-height: 300%;

}

header ul li a:hover {
    color: #da291c;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
}

header ul li ul {
    position: absolute;
    left: 0;
    width: 300px;
    display: none;
}

header ul li:hover ul {
    display: block;
    background-color: #fff;
}

/*kontak-btn*/
.kontak-btn {
    border-radius: 30px;
    background-color: #da291c;
    color: #FFFF;
}

header .kontak-btn:hover {
    color: #fff;
}

/* haslo*/
.slogan h1 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    margin-top: 12%;
    margin-left: 4%;
    padding-bottom: 2%;
}


/*gallery*/

.gallery-image {

    text-align: center;

}

.gallery {
    display: inline;


}

.gallery img {
    padding: 2%;
    max-width: 33%;
    height: auto;
}









@media screen and (min-width: 320px) and (max-width: 767px) {

    /*logotyp*/
    header .logotyp {
        padding-top: 10%;
        max-width: 65%;
        height: auto;
    }

    /* haslo*/
    .slogan h1 {
        margin-top: 38%;
        margin-left: 4%;
        padding-bottom: 2%;
    }

    .menuToggle {
        padding-top: 5%;
    }

    /*menu*/
    header {

        height: 110px;
    }

    header nav {
        padding-top: 15%;
    }

    header ul li a {
        line-height: 240%;
        font-weight: 400;
        background-color: #fff;
        padding-bottom: 0%;
    }

    /*fonty*/
    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2.6rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1.3rem;
        font-weight: 400;

    }

    a {
        font-size: 2rem;
    }

    .gallery {
        display: inline-flex;
    }

    .gallery img {
        padding: 2%;
        max-width: 80%;
        height: auto;
    }

}


@media screen and (min-width: 768px) and (max-width:1279px) {

    /*fonty*/
    h1 {
        font-size: 5.6rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 2rem;
    }

    p {
        font-size: 1.4rem;

    }


    .menuToggle {
        padding-top: 4%;
    }

    /*menu*/
    header {

        height: 18%;
    }

    nav {
        margin-top: 10%;
    }

    header ul li a {
        font-size: 3rem;
        line-height: 180%;
        font-weight: 400;
        background-color: #fff;
        padding-bottom: 2%;
    }

    .menuToggle {
        margin-left: 50%;
    }

    /* haslo*/
    .slogan h1 {
        margin-top: 28%;
    }


}


@media screen and (min-width: 1280px) and (max-width: 1600px) {

    /*fonty*/
    h1 {
        font-size: 8rem;
    }

    h2 {
        font-size: 5.2rem;
    }

    h3 {
        font-size: 4rem;
    }

    h4 {
        font-size: 2.8rem;
    }

    p {
        font-size: 1.7rem;
        font-weight: 300;
    }


    /*logotype*/
    .logotyp {
        max-width: 75%;
        height: auto;
        margin-top: 3%;
    }

    /*menu*/
    header {

        height: 160px;
    }

    /*menu*/
    header ul li a {
        font-size: 1.6rem;
        padding: 0 12px;
    }

    /* haslo*/
    .slogan h1 {
        margin-top: 15%;
    }



}

/*zmiana menu*/
@media screen and (max-width: 1279px) {
    header {
        padding: 10px 20px;
    }

    header nav {
        position: absolute;
        width: 100%;
        left: 0;
        display: none;
    }

    header.active nav {
        display: initial;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul li ul {
        position: relative;
        width: 100%;
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menuToggle::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        transform: translateY(-12px);
        box-shadow: 0 12px #000;
    }

    .menuToggle::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000;
        transform: translateY(12px);
    }

    header.active .menuToggle::before {
        transform: rotate(45deg);
        box-shadow: 0 0 #000;
    }

    header.active .menuToggle::after {
        transform: rotate(315deg);
    }
}



/*footer*/

.footer {

    padding-left: 3%;
    padding-right: 3%;
    padding-top: 6%;

}

.footer-lewy {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 4%;

}

.footer h2 {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 3%;
    padding-right: 35%;
    border-bottom: 1px solid #d2d2d2;
    line-height: 100%;

}

.footer h5 {
    font-size: 2.2rem;
    padding-top: 4%;
    padding-left: 40%;
    font-weight: 400;
}

.footer p {
    padding-top: 2%;
    padding-left: 40%;

}

.adres {
    padding-left: 40%;
}



.akedo {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 4%;
    border-top: 1px solid #d2d2d2;
    padding-top: 1%;
    padding-bottom: 2%;
}

.akedo p {
    font-size: 1.4rem;
    color: #707070;
    text-transform: uppercase;
}

.akedo a {
    font-size: 1.4rem;
    color: #707070;
    text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    /*zalozenia*/
    .footer-lewy {
        grid-template-columns: 1fr;
    }

    .adres {
        padding-left: 10%;
    }

    .sklep {
        padding-left: 10%;
    }

    .footer h2 {
        padding-top: 2%;
        padding-bottom: 6%;
        padding-right: 1%;
    }

    .footer h5 {
        padding-top: 6%;
        padding-left: 0%;
        padding-right: 0%;
        font-size: 1.4rem;
    }

    .footer p {
        padding-top: 6%;
        padding-left: 0%;
        padding-right: 2%;
    }

    .akedo {
        margin-left: 4%;
        margin-right: 15%;

    }

    .akedo p {
        font-size: 1.2rem;
    }

    .akedo a {
        font-size: 1.2rem;

    }


}

@media screen and (min-width: 768px) and (max-width:1279px) {

    /*zalozenia*/
    .footer h2 {

        padding-bottom: 3%;
        padding-right: 20%;
    }

    .footer h5 {
        line-height: 180%;
        padding-left: 30%;
        font-size: 1.4rem;
    }

    .footer p {
        line-height: 180%;
        padding-left: 30%;
        padding-right: 2%;
    }

    .adres {
        padding-left: 1%;
    }


}


@media screen and (min-width: 1280px) and (max-width: 1600px) {

    .adres {
        padding-left: 35%;
    }

    .footer h2 {
        font-size: 5.2rem;
    }

    .footer h5 {
        font-size: 1.7rem;
    }
}