.swiper-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: transparent!important;
}


.swiper-pagination-bullet {
    /* Неактивные точки */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px; !important; /* Поднимает неактивный буллит */


}

.swiper-pagination-bullet svg {
    stroke: white; /* Белая рамка вокруг неактивной иконки */
    stroke-width: 1; /* Толщина рамки */
    color: transparent;

}

.swiper-pagination-bullet-active svg {
    width: 16px; !important;
    height: 16px; !important;
    color: #BF0D3E; /* Цвет активной иконки */
    stroke: none; /* Удалить рамку для активной иконки */

}

.custom-pagination .swiper-pagination-bullet svg
{
    stroke: #EEEEEE; /* Белая рамка вокруг неактивной иконки */
    stroke-width: 1; /* Толщина рамки */
    color: white;
}

.custom-pagination .swiper-pagination-bullet-active svg {
    color: #BF0D3E; /* Цвет активной иконки */
    stroke: none; /* Удалить рамку для активной иконки */
    width: 16px;
    height: 16px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    bottom: 19px !important;
}