.gallery-module .module-header{margin:0 auto}.gallery-module .gallery-filters{margin-bottom:30px;text-align:center}.gallery-wrapper .gallery-module{min-height:545px}.gallery-module .gallery-filters button{background:var(--secondary-color);border:none;color:#fff;cursor:pointer;font-weight:600;margin:15px 5px 0;padding:10px 18px;transition:.2s}.gallery-module .gallery-filters button.active,.gallery-module .gallery-filters button:focus,.gallery-module .gallery-filters button:hover{background:var(--primary-color);color:#fff}.gallery-module .gallery-grid{display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.gallery-module .gallery-card{cursor:pointer;overflow:hidden;position:relative}.gallery-module .gallery-card img{display:block;height:260px;object-fit:cover;transition:.4s;width:100%}.gallery-module .gallery-card:hover img{transform:scale(1.08)}.gallery-module .gallery-caption{background:linear-gradient(transparent,rgba(0,0,0,.75));bottom:0;color:#fff;font-size:15px;left:0;padding:15px;position:absolute;width:100%}.gallery-module .gallery-lightbox{align-items:center;background:rgba(0,0,0,.92);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.gallery-module .gallery-lightbox img{max-height:90%;max-width:90%}.gallery-module .lightbox-close{color:#fff;cursor:pointer;font-size:40px;position:absolute;right:20px;top:0}.gallery-module .lightbox-next,.gallery-module .lightbox-prev{color:#fff;cursor:pointer;font-size:55px;padding:20px;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module .lightbox-prev{left:20px}.gallery-module .lightbox-next{right:20px}@media(max-width:991px){.gallery-module .gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.gallery-module .gallery-grid{grid-template-columns:1fr}}