.cx-simple-gallery{box-sizing:border-box;width:100%;min-width:0}.cx-simple-gallery *,.cx-simple-gallery *::before,.cx-simple-gallery *::after{box-sizing:border-box}.cx-simple-gallery__stage{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f4f5f7;border:1px solid #e7e9ec;border-radius:14px;box-shadow:0 5px 16px rgb(16 24 40 / .065)}.cx-simple-gallery__main{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#f4f5f7;pointer-events:none;user-select:none;transition:opacity 0.18s ease}.cx-simple-gallery__main.is-changing{opacity:.35}.cx-simple-gallery__arrow{position:absolute;top:50%;z-index:20;display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin:0;padding:0;color:#fff;background:rgb(17 17 17 / .68);border:1px solid rgb(255 255 255 / .22);border-radius:50%;box-shadow:0 3px 10px rgb(0 0 0 / .13);cursor:pointer;user-select:none;touch-action:manipulation;transform:translateY(-50%);transition:background-color 0.2s ease,transform 0.2s ease}.cx-simple-gallery__arrow--prev{left:12px}.cx-simple-gallery__arrow--next{right:12px}.cx-simple-gallery__arrow:hover{background:rgb(17 17 17 / .88);transform:translateY(-50%) scale(1.04)}.cx-simple-gallery__arrow:focus-visible{outline:3px solid rgb(255 255 255 / .65);outline-offset:2px}.cx-simple-gallery__arrow>span{display:block;margin-top:-3px;color:inherit;background:#fff0;font-size:27px;font-weight:400;line-height:1;pointer-events:none}.cx-simple-gallery__counter{position:absolute;right:12px;bottom:12px;z-index:10;display:flex;align-items:center;justify-content:center;min-width:58px;min-height:32px;padding:6px 11px;color:#fff;background:rgb(17 17 17 / .76);border:1px solid rgb(255 255 255 / .12);border-radius:999px;font-size:12px;font-weight:700;line-height:1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:none}.cx-simple-gallery__thumbs{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;width:100%;margin-top:9px;padding:2px;overflow:visible}.cx-simple-gallery__thumb{position:relative;display:block;width:100%;aspect-ratio:4 / 3;margin:0;padding:0;overflow:hidden;background:#f4f5f7;border:2px solid #fff0;border-radius:8px;box-shadow:0 1px 3px rgb(16 24 40 / .08);cursor:pointer;opacity:.8;user-select:none;transition:opacity 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.cx-simple-gallery__thumb:hover{opacity:1;transform:translateY(-1px);border-color:#aeb4bd}.cx-simple-gallery__thumb.is-active{opacity:1;border-color:#202124;box-shadow:0 0 0 1px #202124,0 3px 8px rgb(16 24 40 / .11)}.cx-simple-gallery__thumb:focus-visible{outline:none;border-color:#202124;box-shadow:0 0 0 3px rgb(32 33 36 / .18)}.cx-simple-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;user-select:none}@media (max-width:991px){.cx-simple-gallery__stage{aspect-ratio:16 / 9;border-radius:13px}.cx-simple-gallery__thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.cx-simple-gallery__arrow--prev{left:10px}.cx-simple-gallery__arrow--next{right:10px}}@media (max-width:767px){.cx-simple-gallery__stage{aspect-ratio:4 / 3;border-radius:12px;box-shadow:0 4px 14px rgb(16 24 40 / .06)}.cx-simple-gallery__arrow{width:36px;height:36px}.cx-simple-gallery__arrow--prev{left:9px}.cx-simple-gallery__arrow--next{right:9px}.cx-simple-gallery__arrow>span{font-size:26px}.cx-simple-gallery__counter{right:9px;bottom:9px;min-width:58px;min-height:32px;padding:6px 10px;font-size:12px}.cx-simple-gallery__thumbs{display:flex;align-items:center;gap:8px;width:100%;margin-top:9px;padding:2px 2px 5px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cx-simple-gallery__thumbs::-webkit-scrollbar{display:none}.cx-simple-gallery__thumb{flex:0 0 74px;width:74px;aspect-ratio:4 / 3;border-radius:8px;scroll-snap-align:start}}@media (max-width:420px){.cx-simple-gallery__thumb{flex-basis:68px;width:68px}}@media (prefers-reduced-motion:reduce){.cx-simple-gallery__main,.cx-simple-gallery__arrow,.cx-simple-gallery__thumb,.cx-simple-gallery__thumbs{scroll-behavior:auto;transition:none}}