.f-object-gallery{display:block}.f-object-gallery-thumbs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:1024px){.f-object-gallery-thumbs{grid-template-columns:repeat(2,1fr)}}.f-object-gallery-thumb-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 6px 16px rgba(33,47,61,.08);transition:transform .12s ease}.f-object-gallery-thumb-button:hover{transform:translateY(-2px)}.f-object-gallery-thumb-button:focus-visible{outline:2px solid #c2410c;outline-offset:2px}.f-object-gallery-thumb-image{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}.f-object-gallery-overlay{position:fixed;inset:0;z-index:1000;background:rgba(7,38,70,.92);display:flex;align-items:center;justify-content:center;padding:24px}.f-object-gallery-figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:90vw}.f-object-gallery-image{max-width:90vw;max-height:80vh;height:auto;width:auto;object-fit:contain}.f-object-gallery-caption{color:#f2f5f8;font-size:14px;display:flex;gap:16px;align-items:center;justify-content:space-between;width:100%}.f-object-gallery-counter{opacity:.7}.f-object-gallery-close,.f-object-gallery-next,.f-object-gallery-prev{position:absolute;background:rgba(255,255,255,.12);color:#ffffff;border:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease}.f-object-gallery-close:hover,.f-object-gallery-next:hover,.f-object-gallery-prev:hover{background:rgba(255,255,255,.24)}.f-object-gallery-close{top:24px;right:24px}.f-object-gallery-prev{left:24px;top:50%;transform:translateY(-50%)}.f-object-gallery-next{right:24px;top:50%;transform:translateY(-50%)}.f-object-gallery-next:disabled,.f-object-gallery-prev:disabled{opacity:.3;cursor:not-allowed}