.project-slider{background:#111;overflow:hidden;position:relative}.project-slider__track{position:relative;width:100%}.project-slider__slide{display:none}.project-slider__slide--active{display:block}.project-slider__slide img{display:block;height:500px;object-fit:cover;width:100%}.project-slider__arrow{align-items:center;background:rgba(0,0,0,.5);border:none;color:#fff;cursor:pointer;display:flex;font-size:32px;height:48px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:48px;z-index:2}.project-slider__arrow:hover{background:rgba(0,0,0,.8)}.project-slider__arrow--prev{left:12px}.project-slider__arrow--next{right:12px}.project-slider__dots{background:#222;display:flex;flex-wrap:wrap;gap:4px;justify-content:center;padding:12px 0}.project-slider__dot{align-items:center;background:transparent;border:1px solid #666;color:#aaa;cursor:pointer;display:flex;font-family:inherit;font-size:12px;height:28px;justify-content:center;transition:all .2s;width:28px}.project-slider__dot--active,.project-slider__dot:hover{background:var(--color-primary,#00673c);border-color:var(--color-primary,#00673c);color:#fff}@media (max-width:1024px){.project-slider__slide img{height:400px}}@media (max-width:767px){.project-slider__slide img{height:280px}.project-slider__arrow{font-size:24px;height:36px;width:36px}}