.baners-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.baners-two.short {
    max-width: 1398px;
}

.catalog-hero .catalog-hero__swiper-two-slides .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
}

.catalog-hero .catalog-hero__swiper-two-slides .swiper-pagination {
    left: 24px;
    bottom: 10px;
    width: auto;
}

.catalog-hero .catalog-hero__swiper-two-slides .swiper-pagination-bullet-active {
    background-color: #ff9500;
}
