body{
    background-color: var(--jasnyszary) !important;
}

.baner {
    height: 92vh;
    position: relative;
}
.main-carousel,.flickity-viewport,.carousel-cell {
    width: 100%;
    height: 100% !important;
}
.carousel-cell img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.linijka1 h2,.linijka2 h2,.linijka3 h2,.kontyner .tekst p{
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
}
.baner .kontyner {
    position: absolute;
    bottom: 10%;
    right: 4%;
    overflow: hidden;
    z-index: 3;
}
.baner a.przy{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid white;
    padding: 10px;
    color: white !important;
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.3s;
    position: absolute;
    left: 4%;
    bottom: 10%;
    z-index: 10000;
}
.baner a.przy i{
    margin-left: 3vh;
}
.baner button.flickity-button.flickity-prev-next-button.previous, .baner button.flickity-button.flickity-prev-next-button.next{
    background: none !important;
}
.kontyner .tekst{
    position: relative;
    border-right: 0px solid white;
    padding-right: 20px;
}
.kontyner .tekst h2{
    color: white !important;
    font-weight: bold;
    font-size: 72px;
    margin-top: -5px !important;
}

.carousel-cell:nth-child(3) .kontyner .tekst .linijka1 h2 {
    margin-top: -20px !important;
}
.carousel-cell:nth-child(3) .kontyner .tekst .linijka1{
    margin-bottom: -20px !important;
}
.carousel-cell:nth-child(3) .kontyner .tekst p{
    margin-top: 30px;
}
.carousel-cell:nth-child(4) .kontyner .tekst .linijka1 h2{
    margin-top: -25px !important;
}
.carousel-cell:nth-child(4) .kontyner .tekst p{
    margin-top: 30px !important;
}

/* LINIE BANER */

body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka2 h2 {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka1 h2 {
    margin-bottom: 15px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka3 h2 {
    margin-bottom: 0px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(2) .kontyner .tekst .linijka1 h2{
    margin-bottom: 25px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(2) .kontyner .tekst .linijka2 h2{
    margin-bottom: 30px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(3) .kontyner .tekst .linijka1 h2{
    margin-top: -10px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(3) .kontyner .tekst .linijka2 {
    width: 550px !important;
    margin-right: -580px ;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(3) .kontyner .tekst .linijka2 h2{
    margin-top: -30px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka1 h2{
    margin-top: 3px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka2 h2{
    margin-top: 15px !important;
}
body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka3 h2{
    margin-top: 15px !important;
    margin-bottom: -35px !important;
}




.kontyner .tekst p {
    font-size: 16px;
    color: white;
    margin-bottom: -5px;
    font-weight: 100 !important;
}
.linijka1{
    width: 333px;
    margin-left: auto;
    margin-bottom: -40px;
}
.linijka2,.linijka3{
    width: 280px;
    margin-left: auto;

}
.linijka2{
    margin-bottom: -40px;
}
/*
.kontyner .tekst .linijka{
    position: absolute;
}
*/

.media {
    position: absolute;
    bottom: 5%;
    right: 1%;
    display: flex;
    flex-direction: column;
    width: 3vw;
}
.media a{
    width: 100%;
}
.media a i {
    font-size: 18px;
    color: white;
    margin-top: 30px;
}
.rosliny {
    width: 100%;
    margin: auto;
    margin-top: 94px;
}
.kafel {
    position: relative;
    height: auto;
    min-height: 40vh;
    width: 95%;
    margin: auto;
}
#k1 .zdj {
    position: absolute;
    width: 100%;
    height: 100%;
    /* left: 5vw; */
    /* bottom: -21vh; */
    z-index: -2;
    max-height: 600px;
    /* animation: zdj1 infinite 20s; */
}
#k1 .tekst {
    z-index: 7;
    margin-left: auto;
    /* margin-right: 5%; */
    position: absolute;
    right: 30px;
    bottom: 30px;
}
#k2{
    flex-direction: row-reverse;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

#k2 .tekst {
    /* margin-left: 10vw; */
    /* margin-right: auto; */
    z-index: 5;
    width: 50%;
    height: auto;
    position: absolute;
    left: 30px;
    bottom: 30px;
}


.rosliny a i {
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}

#k2 .zdj {
    position: absolute;
    width: 100%;
    height: 100%;
    /* right: 5vw; */
    /* animation: zdj2 30s infinite; */
    z-index: -2;
}
#k3 .zdj {
    position: absolute;
    width: 100%;
    height: 100%;
    /* left: 5vw; */
    /* bottom: 14vh; */
    /* animation: zdj3 25s infinite; */
    z-index: -2;
}
#k3 .tekst{
    z-index: 7;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.kafel .zdj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kreska{
    background-color:    var(--kolortekst);
    ;
    width: 100%;
    margin: auto;
    height: 1vh;
    margin-top: 5vh !important;
}
.kafel .tekst {
    width: 60%;
    padding: 31px 40px 44px 30px;
    background-color: rgba(255, 255, 255, 0.75);
    
    height: auto;
}
.kafel .tekst h2{
    font-size: 36px;
    font-weight: bold;
    color: var(--kolortekst);
}
.kafel .tekst p{
    font-size: 18px;
    color: var(--kolortekst);

}
.kafel .tekst a {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid var(--kolortekst);
    padding: 10px;
    color: var(--kolortekst) !important;
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.3s;
}

.kafel .tekst a:hover {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid var(--kolortekst);
    padding: 10px;
    color: black !important;
}

.kafel .tekst a:hover{
    padding-right: 10px;

}

.poznajmy {
    width: 95%;
    position: relative;
    height: 80vh;
    margin: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.poznajmy .zdj{
    width: 100%;
    height: 100%;
    position: absolute;
}
.poznajmy .zdj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.poznajmy .logo{
    position: absolute;
    top: 1%;
    left: 1%;
    width: 10vw;
    height: 10vh;
    z-index: 10;
}
.logo img{
    width: 100%;
    height: 100%;
}
.poznajmy .tekst {
    position: absolute;
    margin: auto;
    width: 80%;
    text-align: center;
    z-index: 3;
}

.kafel_ikona p {
    margin-bottom: 0px !important;
}
.poznajmy .tekst h2{
    font-size: 36px;
    color: white !important;
}
button.flickity-button.flickity-prev-next-button.previous {
    display: none;
}
button.flickity-button.flickity-prev-next-button.next {
    display: none;
}
.poznajmy .tekst p {
    color: white !important;
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
}
.poznajmy .tekst a{
    color: white !important;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 2px white;
}
.poznajmy .tekst a i{
 font-size: 14px;
 margin-left: 10px;
}

.poznajmy .tekst a{
    color: white !important;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 2px white;
    transition: 0.3s;
}
.poznajmy .tekst a:hover {
    color: black !important;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 10px;
    background-color: white;
    border-bottom: solid 2px white;
}
.partnerzy{
    background-color: var(--jasnyszary);
    display: flex;
    flex-direction: column;
    margin-bottom: 5vh;
    margin-top: 5vh;
}
.partnerzy .carousel-cell img {
    width: 100%;
    height: 110px;
    /* object-fit: cover; */
    object-fit: contain;
    position: relative;
    filter: grayscale(1);
}

.partnerzy h2{
    font-size: 42px;
    text-align: center;
}
.partnerzy .main-carousel{
    height: 30vh !important;
    width: 100%;
}
.partnerzy .carousel-cell {
    width: 20% !important;
    padding: 0px 25px !important;
    display: flex;
    align-items: center;
}




.serwis{
    height: 70vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: auto;
    margin-bottom: 10vh;
}
.serwis img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.serwis .tekst{
    position: absolute;
    text-align: center;
    width: 40%;
}
.serwis .tekst h2{
    font-size: 36px;
    color: white !important;
}
.serwis .tekst p{
    font-size: 18px;
    color: white !important;
    margin-bottom: 50px;
}
.serwis .tekst a{
    font-size: 20px;
    color: white !important;
    padding: 20px 25px;
    border: solid 3px white;
    font-weight: bold;
    transition: 0.3s;
}




.serwis .tekst a:hover{
    font-size: 20px;
background-color: white;
color: black !important;
}

/*
.flickity-enabled {
    pointer-events: none !important;
}
*/

.is-selected .linijka1 {
    margin-right: -380px;
    animation: animacjalinijka2 ;
    animation-duration: 5s;
    animation-delay: 2s;
}

.is-selected .linijka2 {
    margin-right: -310px;
    animation: animacjalinijka3 ;
    animation-duration: 4.5s;
    animation-delay: 2.4s;
}
.is-selected .carousel-cell:nth-child(3) .kontyner .tekst .linijka2{
	margin-right: -310px;
    animation: animacjalinijka3long ;
    animation-duration: 4.5s;
    animation-delay: 2.4s;
}
.is-selected .linijka3 {
    margin-right: -310px;
    animation: animacjalinijka4 ;
    animation-duration: 4s;
    animation-delay: 2.6s;
}



.is-selected .kontyner .tekst {
   /* animation: tekst; */
    animation-delay: 1s;
    animation-duration: 6s;
    border-right: solid white;
    border-width: 1px !important;
    width: 50vw;
}

.is-selected .kontyner .tekst p{
    margin-right: -1200px;
    animation: animacjalinijka1 ;
    animation-duration: 5s;
    animation-delay: 3s;
    width: 40vw;
    margin-left: auto;
    text-align: right;
}





.relatice{
    position: relative;
    height: 100%;
    width: 100%;
}
.nakladka {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




.gor {
    width: 100%;
    height: 40%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.dol {
    width: 100%;
    height: 40%;
    /*
    background: blue;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    */
}


.ikony_poz {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5vh;
}
.kafel_ikona {
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ikona_cont i{
    font-size: 40px !important;
    color: white !important;
}
.ikona_cont {
    margin-bottom: 40px;
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poznajmy .tekst .kafel_ikona h2{
    margin-bottom: 10px;
}

.nakladka.nakladka-poznajmysie {
    background: rgba(0, 0, 0, 0.58);
}



.wynik ul#wyniki{
    margin-left: 0px !important;
}



.wspolpraca {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 80vh;
    padding: 3%;
    margin-bottom: 60px !important;
}

.stopka {
    width: 100%;
    background: black;
    display: flex;
    flex-direction: row;
    padding: 5vh 2.5%;
    justify-content: space-evenly;
    color: white;
}
.stopka_sekcja {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}
.stopka_sekcja  h2{
    color: white !important;
}
.rejestracaj_stopka {
    margin-bottom: 20px !important;
}
.stopka_sekcja .logo_stopka {
    padding: 20px 60px;
}
img {
    height: auto;
    max-width: 100%;
}
.stopka ul {
    margin-left: 0px !important;
    padding: 0px !important;
    list-style-type: none;
}
.stopka li {
    font-size: 16px !important;
    color: white !important;

}
.logo_stopka .logotyp{
    filter: invert(1) brightness(0.8) !important;
    width: 100%;
    height: 100%;
}
.stopka_sekcja .social li i {
    font-size: 26px;
    color: white !important;
    margin-right: 20px;
}
.stopka .social{
    position: static !important;
}
.stopka .social li {
    height: 35px;
}
.stopka .social {
   margin-top: 0px;
}
ul.rejestracaj_stopka li {
    margin-bottom: 0px;
}
.crea {
    background: black;
    color: white !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.crea a {
    margin: 0px;
    color: white !important;
    text-decoration: none !important;
}

.kafel_ikona p {
    font-size: 13px !important;
}

.stopka_sekcja {
    margin-top: -30px;
}

.stopka_sekcja h2 {
    margin-bottom: 0px;
}





@media screen and (max-width: 911px){
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka1{
        width: 40% !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka1 h2{
        margin-bottom: -20px !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka2 h2{
        margin-bottom: -15px !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(1) .kontyner .tekst .linijka3{
        width: 30% !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(2) .kontyner .tekst .linijka2{
        width: 35% !important;
    }
	    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(2) .kontyner .tekst .linijka1{
        width: 35% !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(2) .kontyner .tekst .linijka2 h2{
        margin-top: -30px !important;
        margin-bottom: -15px !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(3) .kontyner .tekst .linijka2 h2 {
        margin-top: 10px !important;
    }
	    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(3) .kontyner .tekst .linijka1{
        width: 35% !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka1{
        width: 40% !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka3{
        width: 30% !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka3 h2{
        margin-top: -35px !important;
        margin-bottom: -25px !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(4) .kontyner .tekst .linijka2 h2{
        margin-top: -5px !important;
    }
    body.home.page-template.page-template-templates.page-template-glowna .carousel-cell:nth-child(3) .kontyner .tekst .linijka2 {
    width: 220px !important;
    margin-right: -580px;
}

    .poznajmy {
        height: auto;
    }

    .poznajmy .tekst {
        width: 80%;
        position: inherit;
        padding: 20px 0px;
    }
    .ikona_cont{
        width: 40px;
        height: 40px;
    }

    .ikona_cont i {
        font-size: 20px !important;
        color: white !important;
    }
    .ikony_poz {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;

    }
    .kafel_ikona {
        width: 100%;
        margin-bottom: 60px;
    }
    .baner{
        height: 95vh;
    }
    .linijka1 {
      width: 45%;
      margin-bottom: -15px;
    }
    .linijka2, .linijka3 {
       width: 35%;
        margin-left: auto;
        margin-bottom: -15px;
    }
 
    .kontyner .tekst h2 {

        font-size: 32px;
 
    }

    .baner .kontyner {
        position: absolute;
        bottom: 10%;
        right: 0%;
        overflow: hidden;
        z-index: 3;
        width: 100%;
        overflow: hidden;
    }

    .is-selected .kontyner .tekst {
        border-width: 0px;
        width: 95%;
        overflow: hidden;
    }
    
    .media {
        bottom: -5%;
        right: 15%;
        flex-direction: row;
        width: 10vw;
        height: 10vh;
    }
    .kafel {
        flex-direction: column-reverse;
        height: auto;
        width: 95%;
        margin: auto;
        display: flex;
    }
    .kafel .tekst {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .kafel .tekst p {
        font-size: 16px;
    }

    .rosliny {
        width: 100%;
        margin: auto;
        margin-top: 26px;
    }
    #k1 .zdj, #k2 .zdj, #k3 .zdj {
        position: inherit;
        width: 100%;
        left: 0;
        bottom: 0;
        height: auto;
    }
    #k2 .tekst {
        height: auto;
    } 
    #k2 {
        flex-direction: column-reverse;
        margin-top: -7vh;
        margin-bottom: -5vh;
    }
    #k2 .tekst {
        width: 100%;
        margin-left: 0;
    }
    .poznajmy .tekst {
        width: 80%;
    }
    .poznajmy .media {
        bottom: -5%;
        right: 5%;
        flex-direction: row;
        width: 15vw;
        height: 10vh;
    }
    .partnerzy .main-carousel {
        height: 40vh !important;
        width: 100%;
    }

    .partnerzy .carousel-cell {
        width: 100% !important;
        padding: 0px 25px !important;
    }
    .serwis .tekst {
        width: 75%;
    }
    .baner a.przy {
        right: 8%;
        bottom: 3%;
        left: unset !important;
    }

    .is-selected .kontyner .tekst p {
        width: 64% !important;
        font-size: 13px;
        margin-top: 15px !important;
    }
    #k1 .zdj {
        position: inherit;
        width: 90%;
        right: 0%;
        bottom: 0;
        height: 40vh;
        left: 6%;
        animation: zdj1m infinite 20s;
    }
    #k1 .tekst {
        z-index: 7;
        margin-left: 0px;
        margin-right: 5%;
        width: 88%;
    }

    #k2 .tekst {
        z-index: 7;
        margin-left: 0px;
        margin-right: 5%;
        width: 88%;
        right: 0px;
        margin-left: 12%;
    }
    #k2 .zdj {
        position: inherit;
        width: 90%;
        left: 6%;
        bottom: 0;
        height: 40vh;
        animation: zdj2m infinite 14s;
    }



    #k3 .tekst {
        z-index: 7;
        margin-right: 12px !important;
        width: 88%;
            margin-left: 0%;
    }

    #k3 .zdj {
        position: inherit;
        width: 90%;
        left: 6%;
        bottom: 0;
        height: 40vh;
        animation: zdj3m infinite 14s;
    }
    .poznajmy{
        margin-top: 0px;
    }

    .poznajmy .tekst p {
        color: white !important;
        font-size: 15px;
        text-align: justify;
    }

    .poznajmy .media{
        display: none;
    }
    .carousel-cell:nth-child(3) .kontyner .tekst .linijka1 h2 {
        margin-top: -5px !important;
        margin-bottom: 10px !important;
    }
    .carousel-cell:nth-child(4) .kontyner .tekst .linijka1 h2{
        margin-top: -5px !important;
        margin-bottom: -10px !important;
    }
}



    