.gallery-page-block{padding-top:10px;padding-bottom:30px;padding-inline:30px}@media only screen and (max-width: 767px){.gallery-page-block{padding-top:20px;padding-inline:20px}}.gallery-page-block .gallery-filters{display:flex;justify-content:center;gap:10px;margin-bottom:20px}@media only screen and (max-width: 767px){.gallery-page-block .gallery-filters{flex-wrap:wrap;gap:5px}}.gallery-page-block .gallery-filters .filter-btn{padding:10px 22px;background:#fff;border:1px solid #000;color:#000;cursor:pointer;transition:.3s;line-height:1;font-size:16px}@media only screen and (max-width: 767px){.gallery-page-block .gallery-filters .filter-btn{flex:1}}.gallery-page-block .gallery-filters .filter-btn.active,.gallery-page-block .gallery-filters .filter-btn:hover{color:rgba(0,0,0,.5)}.gallery-page-block .gallery-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:5px}@media only screen and (max-width: 767px){.gallery-page-block .gallery-grid{grid-template-columns:1fr}}.gallery-page-block .gallery-grid .gallery-item{position:relative;cursor:pointer;overflow:hidden;aspect-ratio:1.76/1;opacity:0;visibility:hidden}.gallery-page-block .gallery-grid .gallery-item img{height:100%;width:100%;display:block;object-fit:cover;transition:transform .3s}.gallery-page-block .gallery-grid .gallery-item img:hover{transform:scale(1.05)}.gallery-page-block .text-after-gallery{padding-top:5px}.lightbox-overlay{display:none;position:fixed;inset:0;background:#fff;justify-content:center;align-items:center;z-index:1000;overflow:hidden;place-content:center}.lightbox-content{position:relative;max-width:97%;max-height:97%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-inline:auto;margin-top:1rem;margin-bottom:1rem}.lightbox-close{position:absolute;top:24px;right:24px;width:40px;height:40px;background:none;color:#fff;border:none;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:.3s;z-index:3}.lightbox-close rect{fill:#fc4200;stroke:none}.lightbox-close:hover rect{fill:rgba(252,66,0,.6)}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);color:#fff;border:none;width:40px;height:40px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}@media only screen and (max-width: 767px){.lightbox-arrow{top:35%}}.lightbox-arrow rect{background:#f5f3f0;-webkit-transition:all .25s ease !important;transition:all .25s ease !important}.lightbox-arrow:hover rect,.lightbox-arrow:hover path{stroke:#fc4200}.lightbox-arrow-left{left:15px}.lightbox-arrow-right{right:15px}.lightbox-slider{width:90vw;max-width:1200px;max-height:80vh;display:flex;align-items:center;justify-content:center;position:relative}.lightbox-slider img,.lightbox-slider video{width:100%;height:min(694px,70vh);object-fit:contain;cursor:pointer}@media only screen and (max-width: 767px){.lightbox-slider img,.lightbox-slider video{height:min(400px,30vh)}}.lightbox-thumbnails-container{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:55px;max-width:1200px;position:relative}.lightbox-thumbnails-container .lightbox-thumb-arrow{background:rgba(0,0,0,0);color:#fff;border:none;width:45px;height:45px;font-size:1.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.lightbox-thumbnails-container .lightbox-thumb-arrow rect{background-color:#f5f3f0;-webkit-transition:all .25s ease !important;transition:all .25s ease !important}.lightbox-thumbnails-container .lightbox-thumb-arrow:hover rect,.lightbox-thumbnails-container .lightbox-thumb-arrow:hover path{stroke:#fc4200}@media only screen and (max-width: 767px){.lightbox-thumbnails-container .lightbox-thumb-arrow{display:none !important;position:absolute;width:40px;height:40px}.lightbox-thumbnails-container .lightbox-thumb-arrow svg{min-width:35px;min-height:35px;width:100%;height:100%}.lightbox-thumbnails-container .lightbox-thumb-arrow-left{left:-10px}.lightbox-thumbnails-container .lightbox-thumb-arrow-right{right:-10px}}.lightbox-thumbnails{display:flex;max-width:90vw;padding-bottom:10px;overflow:hidden}.lightbox-thumbnails .slick-track{display:flex;align-items:center}.lightbox-thumbnails .slick-list{margin:0 -2.5px}.lightbox-thumbnails .thumbnail{width:120px;cursor:pointer;transition:all .3s;overflow:hidden;margin:0 2.5px;border:2px solid #fff}.lightbox-thumbnails .thumbnail.slick-center,.lightbox-thumbnails .thumbnail.active{opacity:1;border:2px solid #000}.lightbox-thumbnails .thumbnail:hover{opacity:.8}.lightbox-thumbnails .thumbnail img{width:100%;height:67px;object-fit:cover}.thumbnail-loading{position:relative;display:inline-block}.thumbnail-loading::after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:loadingspin .8s linear infinite;z-index:10}.thumbnail-loading img{opacity:.2;transition:opacity .3s ease}@keyframes loadingspin{to{transform:rotate(360deg)}}
