.ofirmie {
    width: 100%;
    height: 90vh;
}
.ofirmie .tlo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.zdjecielewo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zdjecielewo {
    width: 25%;
    height: 100%;
    margin-left: 0px !important;
    margin-right: auto;
}
.ofirmie .container{
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 80%;
}
.ofirmie .container .zdjecie .logogora{
    width: 100%;
    height: 25%;
}
.ofirmie .container .zdjecie .logogora img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ofirmie .container .tekst{
    background-color: white;
    width: 60%;
    height: 100%;
    padding-left: 50px !important;
    padding: 20px;
}
.ofirmie .container .tekst h2{
    font-size: 36px;
    font-weight: bold;
	font-family: "Rubik", sans-serif !important;
}
.ofirmie .container .tekst p{
    font-size: 18px;
	font-family: "Rubik", sans-serif !important;
} 
.ofirmie .container .zdjecie{
    width: 40%;
    height: 100%;
}
.ofirmie .container .zdjecie img{
    width: 100%;
    height: 75%;
    object-fit: contain !important;
}

.kategorie{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.kategorie h2{
    font-size: 36px;
    font-weight: bold;
}
.kategorie .kafle ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px !important;
    list-style-type: none;
}
.kategorie .kafle ul li{
    width: 30%;
    padding: 10px 20px 0px 20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    background-color: #EAEAEA;
    margin: 20px;
    
}

.kategorie .kafle ul li a{
    margin-left: auto;
    margin-right: 0px;
}
#lista,#lista2,#lista3,#lista4,#lista5,#lista6{
    display: none;
    padding-bottom: 30px !important;
}
#lista li,#lista2 li,#lista3 li,#lista4 li,#lista5 li,#lista6 li{
    width: 100%;
    font-size: 16px;
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
}
.kategorie .kafle ul li ul{
    margin: 0px !important;
    padding: 0px !important;
}
.kategorie .kafle ul li ul .przy{
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #101b36;
    color: white !important;
}

.kategorie i.fa-solid {
    float: right;
    font-size: 20px;
    color: #f34416 !important;
}
.kategorie .kafle ul li:hover i.fa-solid{
    transform: rotate(360deg);
    transition: 0.8s;
}
@media screen and (max-width: 911px){
	.ofirmie {
    width: 100%;
    height: 160vh;
}
	.ofirmie .container .zdjecie .logogora {
    width: 100%;
    height: 25%;
}
    .ofirmie .zdjecielewo{
        display: none;
    }
    .ofirmie .container{
        flex-direction: column;
        width: 95%;
        height: 100%;
    }
    .ofirmie .container .zdjecie{
        width: 100%;
        height: 25%;
    }
   .ofirmie .container .tekst {
    width: 100%;
    padding: 0px;
    margin-top: 2vh;
    text-align: center;
    height: 75%;
    padding-left: 0px !important;
}
    .ofirmie{
        height:auto;
        min-height: 180vh;
    }
    .kategorie .kafle ul li{
        width: 100%;
    }
    .kategorie{
        margin-top: 2vh;
    }
    .kategorie h2{
        text-align: center;
    }


}
@media screen and (max-width: 1500px) and (min-width: 912px) {
    .kategorie .kafle ul li {
        width: 45%;
    }
}