/* Карусель первого экрана: слайд «Избавим от долгов» и слайд «Партнерская программа» (сентябрь 2026). */
.hero-slider__slide{display:none}
.hero-slider__slide.is-active{display:block;animation:hero-fade .45s ease}
@keyframes hero-fade{from{opacity:0}to{opacity:1}}

.first-screen__subtitle{width:100%;max-width:690px;margin-top:16px;order:2;font-size:18px;line-height:1.35}

.hero-slider__nav{display:flex;align-items:center;justify-content:center;margin-top:16px}
.hero-slider__arrow{width:32px;height:32px;margin:0 8px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#232835;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:.3s}
.hero-slider__arrow:hover{background:rgba(255,255,255,.15)}
.hero-slider__arrow svg{width:18px;height:18px}
.hero-slider__dots{display:flex;align-items:center;margin:0 4px}
.hero-slider__dot{width:8px;height:8px;margin:0 5px;padding:0;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:.3s}
.hero-slider__dot.is-active{background:#8e1533}

@media (max-width:1024px){
    .first-screen__subtitle{margin:-8px 0 0;font-size:16px}
}
@media (max-width:479px){
    .first-screen__subtitle{margin-top:-6px;font-size:14px;line-height:1.3}
}
