.page-id-357 .baner {
    height: 45vh;
    position: relative;
}


.kalkulator{
    text-align: center;
}

.kalkulator h1{
    font-size: 30px;
    margin-top: 30px;
}
.rs-scale {
    display: flex;
}
.sterownik{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.wyniki{
    width: 48%;
}

.slidersy{
    width: 45%;
}


.kontener {
    width: 95%;
    margin: auto;
    /* display: flex; */
}

.slidery {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}


.kontener h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 40px;
}

.opisy p {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}

.rs-container .rs-bg{
    background-color: black !important;
}

 .rs-container .rs-selected{
    background-color: #787464 !important;
    border-color: #787464 !important;
 }



 .rs-container .rs-pointer {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rs-container .rs-pointer::after, .rs-container .rs-pointer::before{
    top: auto;
} 
.slidersy h3 {
    text-align: center;
    margin-bottom: 50px !important;
}

.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 140px !important;
    border: 1px solid #c2b280;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit';
    font-weight: bold;
}

.rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 5px;
    white-space: nowrap;
    font-family: 'Outfit';
    font-weight: bold;
}

.roslinyy {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.roslina {
    width: 32%;
    background-color: white;
    height: 55vh;
}
.wynik{
    margin-top: 94px;
}
.obrazek {
    width: 90%;
    margin-top: 4%;
    margin-left: 5%;
    height: 75%;
}
.wynik h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.obrazek  img{
 object-fit: cover;
 height: 100%;
 width: 100%;
}

li.roslina h3 {
    margin-bottom: 0px;
    margin-top: 10px;
}
ul#wyniki{
    list-style: none;
}

@media screen and (max-width: 911px){
    .opisy p{
        width: 100%;
    }

    .kontener h1 {
        font-size: 22px;
    }

    .slidery {
        flex-direction: column;
        margin-top: -5vh;
        scale: 0.8;
    }
    .slidersy {
        width: 100%;
        margin-bottom: 62px;
    }

    .rs-scale {
        display: flex;
    }

    .wynik {
        margin-top: 5px;
    }

    ul#wyniki {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }


    li.roslina {
        width: 100%;
        margin-bottom: 30px;
    }
}