.gallery-image-zoom-img{transition:transform .3s cubic-bezier(.4,2,.6,1)}.gallery-image-zoom:focus .gallery-image-zoom-img,.gallery-image-zoom:hover .gallery-image-zoom-img{transform:scale(1.13);z-index:2}.gallery-custom-container{max-width:1200px;margin:0 auto;padding:0 16px}.gallery-custom-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.gallery-custom-col{width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width:991px){.gallery-custom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-custom-grid{grid-template-columns:1fr}}.gallery-page{padding:40px 0}.gallery-page__card{border-radius:12px;box-shadow:0 2px 12px;overflow:hidden;margin-bottom:18px;position:relative;transition:box-shadow .3s;width:300px;height:300px;min-width:300px;min-height:300px;max-width:100%;max-height:100%;display:flex;align-items:stretch;justify-content:stretch}.gallery-image-zoom-img,.gallery-page__card img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s cubic-bezier(.4,2,.6,1);display:block}.gallery-page__card__hover{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(25,118,210,.12);opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s;border-radius:12px}.gallery-page__card:hover .gallery-page__card__hover{opacity:1}.gallery-page__card__icon{background:#1976d2;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #1976d2aa;transition:background .2s}.gallery-page__card__icon__item{display:block;width:18px;height:18px;background:url(/public/file.svg) 50%/contain no-repeat}.gallery-page__card:focus img,.gallery-page__card:hover img{transform:scale(1.13)}@media (max-width:991px){.gallery-page__card{width:180px;height:180px;min-width:180px;min-height:180px}.gallery-page{padding:20px 0}}@media (max-width:600px){.gallery-page__card{width:100vw;min-width:0;height:180px;min-height:120px;border-radius:8px}}