.row_slide_images .swiper-pagination.swiper-pagination-bullets {
    position: absolute;
    z-index: 9;
    width: auto;
    right: 40px;
    bottom: 30px!important;
    text-align: right;
    left: auto;
    top: auto;
    z-index: 10;
}
.row_slide_images:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #1A1C1D;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 100px;
    width: 100%;
    z-index: 9;
}
.row_slide_images .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 10px;
}
.row_slide_images .swiper-button-prev, .row_slide_images .swiper-button-next {
    color: white;
    width: 75px;
    height: 75px;
    background: rgb(26 28 29 / 80%);
}
.row_slide_images .swiper-button-prev:after, .row_slide_images .swiper-button-next:after {
    font-size: 22px;
}
.row_slide_images .swiper-pagination-bullets .swiper-pagination-bullet {
    background: white;
    opacity: 1;
}
.row_slide_images .swiper-button-next {
    right: 0;
}
.row_slide_images .swiper-button-prev {
    left: 0;
}
