.gallery{padding:60px 0}.gallery-content{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media (max-width:991px){.gallery-content{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.gallery-content{grid-template-columns:repeat(2,1fr)}}.gallery-item--image{cursor:pointer}.gallery-item--image.gallery-item--hidden{display:none}.gallery-item--image img{width:100%;height:auto;display:block;border-radius:8px}.btn-more{display:grid;place-items:center;margin:0 auto;cursor:pointer}.btn-more span:last-child{display:none !important}.btn-more.is-expanded span:first-child{display:none !important}.btn-more.is-expanded span:last-child{display:block !important}.nr-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}.nr-lightbox.is-active{display:flex}.nr-lightbox--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85)}.nr-lightbox--content{position:relative;max-width:90%;max-height:90%;z-index:10001}.nr-lightbox--image{max-width:100%;max-height:90vh;display:block}.nr-lightbox--close{position:absolute;top:30px;right:30px;width:50px;height:50px;background:rgba(255,255,255,0);border-radius:50%;color:#fff;font-size:36px;line-height:46px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10005}.nr-lightbox--close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}@media (max-width:767px){.nr-lightbox--close{top:20px;right:20px;width:40px;height:40px;font-size:30px;line-height:36px}}