.gallery{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.gallery .next-btn,.gallery .prev-btn{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:rgba(246,248,250,.141);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDEyTDQgMTEuOTk5OCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuMDAwMSA2Ljk5OTg4TDE5LjI5MyAxMS4yOTI4QzE5LjYyNjMgMTEuNjI2MSAxOS43OTMgMTEuNzkyOCAxOS43OTMgMTEuOTk5OUMxOS43OTMgMTIuMjA3IDE5LjYyNjMgMTIuMzczNyAxOS4yOTMgMTIuNzA3TDE1LjAwMDEgMTYuOTk5OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);background-position:50%;background-repeat:no-repeat;background-repeat:cover;background-size:24px 24px;border-radius:4px;cursor:pointer;display:flex;height:54px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:54px}.gallery .next-btn:after,.gallery .prev-btn:after{content:"";height:200%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:200%}.gallery .prev-btn{right:calc(100% - 64px);transform:rotate(180deg) translateY(50%)}.gallery .next-btn{left:calc(100% - 64px)}.gallery .gallery-window{aspect-ratio:2.26/1;background-color:#8a8383;border-radius:12px;cursor:pointer;height:auto;overflow:hidden;position:relative;width:100%}.gallery .gallery-window img{height:100%;-o-object-fit:fill;object-fit:fill;transition:.3s;width:100%}.gallery .gallery-items{display:none;flex-direction:row;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;width:100%}.gallery .gallery-items::-webkit-scrollbar{display:none}.gallery .items-container{width:100%}.gallery .gallery-overlay{background-color:rgba(0,0,0,.6);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:3}.gallery .gallery-popup{aspect-ratio:2/1.2;background-color:gray;border-radius:12px;height:auto;left:50%;max-width:1050px;overflow:hidden;position:relative;position:fixed;top:50%;transform:translate(-50%,-50%);width:75%;z-index:3}.gallery .gallery-popup img{height:100%;width:100%}@media(max-width:475px){.gallery{gap:16px}.gallery .next-btn,.gallery .prev-btn{height:36px;width:36px}.gallery .next-btn{left:calc(100% - 48px)}.gallery .prev-btn{right:calc(100% - 48px)}.gallery .gallery-window{aspect-ratio:1.55/1;border-radius:10px}.gallery .gallery-popup{aspect-ratio:2/1.45;border-radius:8px;overflow:hidden;width:95%}.gallery .gallery-items{gap:8px}}
