.hotelGallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.hotelGalleryItem{aspect-ratio:4/3;cursor:zoom-in;background:#e8ece3;border:0;border-radius:20px;min-height:0;padding:0;position:relative;overflow:hidden;box-shadow:0 16px 42px #46623414}.hotelGalleryItem img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.hotelGalleryItem:hover img{transform:scale(1.025)}.hotelGalleryZoom{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#18261a47;border:1px solid #ffffff94;border-radius:50%;place-items:center;width:36px;height:36px;font-size:16px;transition:opacity .2s;display:grid;position:absolute;bottom:14px;right:14px}.hotelGalleryItem:hover .hotelGalleryZoom,.hotelGalleryItem:focus-visible .hotelGalleryZoom{opacity:1}.galleryLightbox{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#121b0ef0;grid-template-columns:74px minmax(0,1fr) 74px;align-items:center;gap:18px;padding:38px;display:grid;position:fixed;inset:0}.galleryLightboxContent{background:#111;border-radius:20px;grid-template-rows:minmax(0,1fr) auto;width:min(1180px,100%);max-height:calc(100vh - 76px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 30px 100px #0000006b}.galleryLightboxContent img{object-fit:contain;width:100%;height:100%;min-height:0;max-height:calc(100vh - 135px)}.galleryLightboxContent figcaption{color:#fff;background:#ffffff0f;justify-content:flex-end;padding:12px 18px;display:flex}.galleryLightboxContent figcaption small{opacity:.68}.galleryLightboxClose,.galleryLightboxArrow{appearance:none;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff47}.galleryLightboxClose{border-radius:50%;width:46px;height:46px;font-size:27px;position:absolute;top:20px;right:24px}.galleryLightboxArrow{border-radius:50%;width:56px;height:56px;font-size:40px;line-height:1}.galleryLightboxArrow:hover,.galleryLightboxClose:hover{background:#ffffff2e}@media (max-width:900px){.hotelGallery{grid-template-columns:repeat(2,minmax(0,1fr))}.galleryLightbox{grid-template-columns:54px minmax(0,1fr) 54px;gap:8px;padding:24px 14px}.galleryLightboxArrow{width:46px;height:46px}}@media (max-width:620px){.hotelGallery{grid-template-columns:1fr;gap:12px;margin-top:26px}.hotelGalleryItem{border-radius:16px}.hotelGalleryZoom{opacity:1}.galleryLightbox{grid-template-columns:1fr;padding:72px 12px 16px}.galleryLightboxContent{border-radius:16px;max-height:calc(100vh - 92px)}.galleryLightboxContent img{max-height:calc(100vh - 142px)}.galleryLightboxArrow{z-index:2;position:absolute;top:50%;transform:translateY(-50%)}.galleryLightboxArrow.previous{left:14px}.galleryLightboxArrow.next{right:14px}}
