.gallery{display:grid;gap:12px;grid-auto-rows:clamp(130px,19vw,184px);grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.gallery__item{background:none;border:none;border:none!important;border-radius:12px;cursor:pointer;display:block;overflow:hidden;padding:0}.gallery__item:first-child{grid-column:1/3;grid-row:1/3}.gallery__item:nth-child(2){grid-column:3;grid-row:1}.gallery__item:nth-child(3){grid-column:3;grid-row:2}.gallery__img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery__item:focus .gallery__img,.gallery__item:hover .gallery__img{transform:scale(1.04)}.gallery__lightbox{background:none;border:none;height:100vh;margin:0;max-height:100vh;max-width:100vw;padding:0;width:100vw}.gallery__lightbox::backdrop{background-color:rgba(0,0,0,.69)}.gallery__lightbox[open]{align-items:center;display:flex;justify-content:center}.gallery__lightbox-img{border-radius:20px;display:block;max-height:88vh;max-width:88vw;object-fit:contain}.gallery__lightbox-close,.gallery__lightbox-next,.gallery__lightbox-prev{align-items:center;background-color:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:44px;justify-content:center;padding:0;position:fixed;transition:background-color .2s ease;width:44px}.gallery__lightbox-close:hover,.gallery__lightbox-next:hover,.gallery__lightbox-prev:hover{background-color:hsla(0,0%,100%,.2)}.gallery__lightbox-close{right:24px;top:24px}.gallery__lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}.gallery__lightbox-next{right:24px;top:50%;transform:translateY(-50%)}.gallery__lightbox-counter{bottom:24px;color:hsla(0,0%,100%,.7);font-family:var(--font-family-secondary);font-size:.8125rem;left:50%;margin:0;position:fixed;transform:translateX(-50%)}@media (max-width:767px){.gallery{grid-auto-rows:clamp(120px,32vw,160px);grid-template-columns:repeat(2,1fr)}.gallery__item:first-child{grid-column:1/3}.gallery__item:nth-child(2),.gallery__item:nth-child(3){grid-column:auto;grid-row:auto}.gallery__lightbox-next,.gallery__lightbox-prev{height:36px;width:36px}.gallery__lightbox-close{right:16px;top:16px}.gallery__lightbox-prev{left:8px}.gallery__lightbox-next{right:8px}}