.slider-component{position:relative}.slider-component .button{padding:1rem;font-size:30px;background-color:rgba(0,0,0,.2);color:#fff;border:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer;border-radius:50%}@media(max-width:625px){.slider-component .button{display:none}}.slider-component .button:hover{background-color:#fff;color:#000}.slider-component .button.button_next{left:16px}.slider-component .button.button_preview{right:16px}.slider-component .slide-image{width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;aspect-ratio:16/4.2}@media(max-width:768px){.slider-component .slide-image{aspect-ratio:9/5}}.slider-component .swiper-pagination-bullet{width:10px;height:10px;background-color:#fff;opacity:.5;border-radius:50%}.slider-component .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--primary-color,#007bff);opacity:1;width:30px;border-radius:4px}