.gallery{padding:6.25rem 0}@media screen and (max-width:767px){.gallery{padding:3.75rem 0}}.gallery__wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media screen and (max-width:1024px){.gallery__wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.gallery__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:520px){.gallery__wrapper{grid-template-columns:repeat(1,1fr)}}.gallery__image{height:11.875rem;width:100%}.gallery__image img{width:100%;height:100%;object-fit:cover;border-radius:.625rem}.gallery__lightbox{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:60;background:#121212cc;padding:3rem;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:.3s ease}.gallery__lightbox.active{opacity:1;visibility:visible}.gallery__lightbox-slider{max-width:80rem;width:100%}.gallery__lightbox-image.swiper-slide{display:flex;width:100%;align-items:center;justify-content:center}.gallery__lightbox-image img{width:auto;height:30rem;object-fit:contain;max-width:100%}@media screen and (max-width:767px){.gallery__lightbox-image img{height:20rem}}.gallery__lightbox-nav{display:flex;justify-content:space-between;width:calc(100% - 1.5rem);max-width:82.5rem;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.gallery__lightbox-nav--btn{width:2rem;height:2rem;background:#bc0d1e;border:.0625rem solid #bc0d1e;border-radius:50%;display:flex;align-items:center;justify-content:center}.gallery__lightbox-nav--btn:first-child{transform:rotate(90deg)}.gallery__lightbox-nav--btn:last-child{transform:rotate(-90deg)}.gallery__lightbox-nav--btn svg{width:.75rem;height:auto;pointer-events:none}
