.image-slider{--is-bg: #12171d;--is-radius: 14px;--is-text: #ffffff;--is-text-muted: #c7c7cf;--is-arrow-size: 26px;position:relative;width:100%;background:transparent;padding:0 clamp(56px, 6vw, 90px);color:var(--is-text);box-sizing:border-box}.image-slider *,.image-slider *::before,.image-slider *::after{box-sizing:border-box}.image-slider__inner{position:relative;max-width:1500px;margin:0 auto}.image-slider__viewport{position:relative;width:100%;border-radius:0;overflow:hidden}.image-slider__slide{position:relative}.image-slider__media{position:relative;width:100%;aspect-ratio:2.1707670043;overflow:hidden;background:transparent}.image-slider__image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);will-change:transform;cursor:zoom-in}.image-slider .image-slider-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:clamp(16px, 4vw, 48px);background:rgba(10, 13, 17, 0.92);opacity:0;visibility:hidden;transition:opacity 0.35s ease, visibility 0.35s ease;cursor:zoom-out}.image-slider .image-slider-lightbox.is-open{opacity:1;visibility:visible}.image-slider .image-slider-lightbox__figure{margin:0;display:flex;flex-direction:column;align-items:center;max-width:100%;max-height:100%;transform:scale(0.96);transition:transform 0.35s cubic-bezier(0.16, 1, 0.3, 1)}.image-slider .image-slider-lightbox.is-open .image-slider .image-slider-lightbox__figure{transform:scale(1)}.image-slider .image-slider-lightbox__image{display:block;max-width:100%;max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 30px 80px rgba(0, 0, 0, 0.5);cursor:default}.image-slider .image-slider-lightbox__caption{margin-top:16px;max-width:70ch;color:#fff;font-size:14px;font-weight:500;letter-spacing:0.3px;text-align:center}.image-slider .image-slider-lightbox__close{position:absolute;top:clamp(12px, 2vw, 24px);right:clamp(12px, 2vw, 24px);width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(255, 255, 255, 0.1);color:#fff;font-size:26px;line-height:1;cursor:pointer;transition:background 0.25s ease}.image-slider .image-slider-lightbox__close:hover{background:rgba(255, 255, 255, 0.2)}.image-slider body.is-lightbox-open{overflow:hidden}.swiper-slide-active .image-slider__image{transform:scale(1)}.image-slider__corner{position:absolute;right:0;bottom:0;width:120px;height:120px;background:var(--is-bg);clip-path:polygon(100% 0, 100% 100%, 0 100%);pointer-events:none}.image-slider__content{position:absolute;left:0;bottom:0;z-index:4;max-width:500px;padding:65px 200px 10px 10px;background:var(--is-bg)}.image-slider__headline{margin:0 0 14px;font-size:clamp(20px, 2vw, 26px);font-weight:500;letter-spacing:0.2px;line-height:1.15;color:var(--is-text)}.image-slider__text{margin:0;font-size:13.5px;line-height:1.85;font-weight:500;letter-spacing:0.3px;color:var(--is-text-muted)}.image-slider__text p{margin:0}.image-slider__counter{position:absolute;right:10px;bottom:16px;z-index:4;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;letter-spacing:1px;color:var(--is-text);font-variant-numeric:tabular-nums}.image-slider__counter-sep{opacity:0.5}.image-slider__counter-total{opacity:0.85}.image-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;background:transparent;cursor:pointer;transition:opacity 0.3s ease}.image-slider__arrow-icon{width:var(--is-arrow-size);height:auto;min-width:18px;display:block;transition:transform 0.4s cubic-bezier(0.16, 1, 0.3, 1)}.image-slider__arrow--prev{left:0;transform:translate(-100%, -50%)}.image-slider__arrow--prev .image-slider__arrow-icon{transform:rotate(180deg)}.image-slider__arrow--prev:hover .image-slider__arrow-icon{transform:rotate(180deg) translateX(6px)}.image-slider__arrow--next{right:0;transform:translate(100%, -50%)}.image-slider__arrow--next:hover .image-slider__arrow-icon{transform:translateX(6px)}.image-slider__arrow:hover{opacity:0.75}.image-slider__arrow.swiper-button-disabled{opacity:0.25;cursor:default;pointer-events:none}.image-slider__pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:34px}.image-slider__pagination .swiper-pagination-bullet{position:relative;width:8px;height:8px;margin:0 !important;border-radius:50%;background:rgba(255, 255, 255, 0.55);opacity:1;transition:background 0.3s ease;cursor:pointer}.image-slider__pagination .swiper-pagination-bullet::after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid transparent;transition:border-color 0.35s ease, transform 0.35s ease;transform:scale(0.7)}.image-slider__pagination .swiper-pagination-bullet-active{background:#b08d57}.image-slider__pagination .swiper-pagination-bullet-active::after{border-color:rgba(176, 141, 87, 0.85);transform:scale(1)}@media (max-width: 1530px){.image-slider{padding-inline:clamp(48px, 5vw, 72px)}}@media (max-width: 1399px){.image-slider{padding:0 clamp(44px, 5vw, 70px)}}@media (max-width: 1199px){.image-slider__content{max-width:340px;padding-right:30px}.image-slider__arrow{width:42px;height:42px}}@media (max-width: 1023px){.image-slider{--is-arrow-size: 22px;padding-inline:44px}.image-slider__media{aspect-ratio:1.6}.image-slider__content{max-width:300px}}@media (max-width: 991px){.image-slider{padding:56px 36px 0}.image-slider__media{aspect-ratio:1.3333333333}.image-slider__corner{display:none}.image-slider__content{position:static;max-width:none;padding:22px 4px 0;background:transparent}.image-slider__counter{position:static;justify-content:flex-end;margin-top:14px}.image-slider__arrow{width:38px;height:38px;top:0;transform:none}.image-slider__arrow--prev{left:0;right:auto;transform:translateY(-40px)}.image-slider__arrow--next{right:0;left:auto;transform:translateY(-40px)}}@media (max-width: 767px){.image-slider{padding:0 28px}.image-slider__media{aspect-ratio:1.5}.image-slider__headline{font-size:19px}.image-slider__pagination{gap:11px;margin-top:24px}.image-slider__pagination .swiper-pagination-bullet{width:7px;height:7px}}@media (max-width: 575px){.image-slider{--is-arrow-size: 18px;padding-inline:22px}.image-slider__arrow{width:32px;height:32px}}@media (max-width: 312px){.image-slider{padding-inline:18px}.image-slider__media{aspect-ratio:1}}