.section-gallery-grid{background:var(--color-page)}.section-gallery-grid__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.875rem;width:100%}.section-gallery-grid__item{display:block;overflow:hidden;width:100%;min-width:0;padding:0;border:0;aspect-ratio:1.5/1;border-radius:1rem;background:var(--color-surface-soft);cursor:pointer}.section-gallery-grid__item.is-hidden,.section-gallery-grid__item[hidden]{display:none}.section-gallery-grid__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-base)}.section-gallery-grid__item:hover .section-gallery-grid__img{transform:scale(1.035)}.section-gallery-grid__button-wrap{display:flex;justify-content:center;margin-top:2.5rem}.section-gallery-grid__lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2.5rem;background:rgba(2,6,23,.86)}.section-gallery-grid__lightbox[hidden]{display:none}.section-gallery-grid__lightbox-inner{display:flex;align-items:center;justify-content:center;width:min(100%,90rem);height:min(100%,52rem)}.section-gallery-grid__lightbox-img{display:block;max-width:100%;max-height:100%;border-radius:1rem;-o-object-fit:contain;object-fit:contain;box-shadow:0 2rem 6rem rgba(0,0,0,.35)}.section-gallery-grid__lightbox-close{position:absolute;top:1.5rem;right:1.5rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:0;border-radius:50%;background:var(--color-white);color:var(--color-text);font-size:2rem;line-height:1;cursor:pointer}.section-gallery-grid__lightbox-arrow{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;border:0;border-radius:50%;background:var(--color-white);cursor:pointer;transform:translateY(-50%);transition:background var(--transition-base),transform var(--transition-base)}.section-gallery-grid__lightbox-arrow::before{content:"";display:block;width:2rem;height:2rem;background:var(--color-text);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.section-gallery-grid__lightbox-arrow:hover{background:var(--color-orange)}.section-gallery-grid__lightbox-arrow:hover::before{background:var(--color-white)}.section-gallery-grid__lightbox-arrow--prev{left:1.5rem}.section-gallery-grid__lightbox-arrow--prev::before{-webkit-mask-image:url(../../img/sprite/arrow-left.svg);mask-image:url(../../img/sprite/arrow-left.svg)}.section-gallery-grid__lightbox-arrow--next{right:1.5rem}.section-gallery-grid__lightbox-arrow--next::before{-webkit-mask-image:url(../../img/sprite/arrow-right.svg);mask-image:url(../../img/sprite/arrow-right.svg)}@media (max-width:47.93625rem){.section-gallery-grid.section{padding-block:50px}.section-gallery-grid__items{grid-template-columns:1fr;gap:15px}.section-gallery-grid__item{max-height:250px;border-radius:24px}.section-gallery-grid__button-wrap{margin-top:30px}.section-gallery-grid__lightbox{padding:15px}.section-gallery-grid__lightbox-close{top:20px;right:20px;width:40px;height:40px;font-size:28px}.section-gallery-grid__lightbox-arrow{width:44px;height:44px}.section-gallery-grid__lightbox-arrow::before{width:20px;height:20px}.section-gallery-grid__lightbox-arrow--prev{left:16px}.section-gallery-grid__lightbox-arrow--next{right:16px}.section-gallery-grid__lightbox-img{border-radius:24px}}