

/* Start:/local/templates/seneca/components/bitrix/catalog/catalog/style.css?17404711931240*/
/* новые стили */
.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
}

.slider-pagination {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
    z-index: 2;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.pagination-dot.active {
    background: #fff;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.3);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
}

.slider-arrow:hover {
    background: rgba(0,0,0,0.5);
}

.slider-arrow-prev {
    left: 20px;
}

.slider-arrow-next {
    right: 20px;
}

@media(min-width: 768px) {
    .slider-pagination, .slider-arrow { display: flex; }
}
/* End */
/* /local/templates/seneca/components/bitrix/catalog/catalog/style.css?17404711931240 */
