


.sticky-menu {
    position: -webkit-sticky; /* для Safari */
    position: sticky;
    top: 10;
    z-index: 1000;
	padding: 0;
	margin: 0;
    background: #fff;
	transition: height 5.3s ease;
}


.header_top {
	position: -webkit-sticky; /* для Safari */
    position: sticky;
	
	top:0;
	z-index: 1000;
	padding: 0;
	margin: 0;
  
}

	
.local-theme-slider {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.local-theme-slider .swiper-button-next,
.local-theme-slider .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px; /* Центрирование по вертикали */
}

.local-theme-slider .swiper-button-prev {
    left: 10px;
	
}

.local-theme-slider .swiper-button-next {
    right: 10px;
}

.local-theme-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.7;
    background: #ccc;
}

.local-theme-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0073aa; /* Цвет активной точки (как у WP) */
}