.siema {

    overflow: hidden;

    padding: 10%;

}



.indicators {

    display: flex;

    justify-content: center;

}



.indicator {

    width: 11px;

    height: 11px;

    background-color: #ccc;

    border-radius: 50%;

    margin: 0px 7px;

    cursor: pointer;

}



.indicator.active {

    background-color: rgb(253 61 62);

}



.indicatorsSasha {

    display: flex;

    justify-content: center;

}



.indicatorSasha {

    width: 11px;

    height: 11px;

    background-color: #ccc;

    border-radius: 50%;

    margin: 0px 7px;

    cursor: pointer;

}



.indicatorSasha.active {
    background-color: rgb(16 165 202);
}



.slider-nav {

    display: flex;

    justify-content: space-between;

    position: absolute;

    bottom: 20px;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 100px;

}



.prev-button,

.next-button {

    background-color: #fff;

    border: 1px solid #000;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

}