
    /*
#CB209F - fiolet
#02D878 - zielony
*/

.be-slider-st {
    width: 100%;
    min-height: 534px;
    max-height: 900px;
    position: relative;
}

@media(max-width:1024px){
    .be-slider-st {
        max-height: 100%;
    }
}

@media(max-width:768px){
    .be-slider-st {
        min-height: 480px;
    }
}

.zdjecie-st {
    width: 100%;
    z-index: 101;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.zdjecie-st:hover {
    -webkit-filter: opacity(90%);
    -moz-filter: opacity(90%);
    -o-filter: opacity(90%);
    -ms-filter: opacity(90%);
    filter: opacity(90%);
    transition: all 0.1s ease-in-out;
}

.zdjecie-st:hover>.slider-title-st {
    text-decoration: underline;
}

.absolute {
    position: absolute;
    width: 100%;
    display:flex;
    max-height: 100%;
}

.zdjecie-st img {
    object-fit: cover;
    aspect-ratio: 25/12;
    width: 100%;
    background-position: center;
    min-height: 500px;
    height: calc(100vh - 70px);
}

.other-imgs {
    display: none;
}
/* arrows ---------------------------------------- */

.slider-arrows-st {
    display: flex;
    justify-content: space-between;
    z-index: 107;
    width: 90%!important;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    top: calc(50% - 50px);
    margin-bottom: -60px;
}

.arrow-left-slider,
.arrow-right-slider {
    display: inline-block;
    width: 60px !important;
}

#arrow-left-click-st,
#arrow-right-click-st {
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: content-box;
    line-height: 1.25;
}
/* ---------------------------------------------- */
/* dots ----------------------------------------- */

.slider-dots {
    display: flex;
    justify-content: center;
    z-index: 106;
    width: 100%!important;
    position: absolute;
    display: none;
    bottom: 4%;
}

.dot-left-slider,
.dot-right-slider {
    display: inline-block;
    width: 24px !important;
}

#dot-left-click-st,
#dot-right-click-st {
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
    box-sizing: content-box;
    line-height: 1.25;
}
/* -------------------------------------------------- */

.description-slider {
    z-index: 101;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    margin-top: -90vh;
    min-height: 200px;
    max-height: 300px;
}
/*.circle-slider{
    width:400px;
    height:400px;
    border-radius:200px;
    background-color:rgba(0,0,0,0.5);
    position:absolute;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:300;

}*/

.slider-title-st {
    color: #fff;
    font-size: 5.2rem;
    font-weight: 700;
    padding: 50px 50px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    z-index: 105;
    width: calc(100% - 100px);
    bottom: 0px;
    position: absolute;
}

.line-slider {
    width: 80%;
    height: 2px;
    background-color: rgba(2, 216, 120, 1);
}

.slider-text {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 150%;
    font-weight: 300;
    padding: 0 20px;
}

.circle-arrow-slider {
    transform: rotate(270deg);
    color: white;
    font-size: 30px;
    margin-top: 10px;
}

@media (max-height: 625px) {
    .description-slider {
        height: 600px;
        margin-top: -600px;
    }
    /*
    .slider-arrows-st{
        margin-top:calc(300px - 22px);
    }*/
}

@media (max-width: 1024px) and (min-width: 768px) {}

@media (max-width: 768px) {
    .slider-arrows-st {
        /*display:none;*/
    }
    .slider-dots {
        display: none;
        bottom: 4%;
    }
    .circle-slider {
        width: 300px;
        height: 300px;
        border-radius: 150px;
    }
    .slider-title-st {
        font-size: 3rem;
        line-height: 4.5rem;
        padding: 50px 20px;
        width: calc(100% - 40px);
    }
    .slider-text {
        font-size: 12px;
    }
    .zdjecie-st img {
        height: auto;
        min-height: 560px;
        max-height: 560px;
    }
}
