.gallery{display:flex;flex-wrap:wrap;gap:24px;margin:auto;max-width:100%;width:1280px}.gallery__carousel-container,.gallery__container{overflow:hidden;padding:0;position:relative}.gallery__carousel-container{flex:100%}.gallery__carousel-container:hover .arrow{opacity:1;visibility:visible}.gallery__carousel-container:hover .arrow-prev{left:2rem}.gallery__carousel-container:hover .arrow-next{right:2rem}.gallery__carousel-container:hover .gallery__carousel-nav{opacity:1;transform:translateY(0);visibility:visible}.gallery__carousel-item,.gallery__carousel-item>div{line-height:0}.gallery__carousel-item img{border-radius:0;cursor:zoom-in;width:100%}@media screen and (max-width:960px){.gallery__carousel-controls{display:none}}.gallery__carousel-controls .arrow{align-items:center;background:rgba(0,0,0,.1);border:none;border-radius:50%;color:#000;display:flex;height:40px;justify-content:center;opacity:0;outline:none;padding:0;position:absolute;top:calc(50% - 30px);transform:translateY(-50%);transition:.3s;visibility:hidden;width:40px;z-index:3}.gallery__carousel-controls .arrow:hover{background:rgba(0,0,0,.75);opacity:1}.gallery__carousel-controls .arrow:hover svg path{stroke:#fff}.gallery__carousel-controls .arrow-prev{left:-5rem}.gallery__carousel-controls .arrow-next{right:-5rem}.gallery__carousel-controls .arrow svg{width:10px}.gallery__carousel-controls .arrow svg path{stroke:#000;transition:.3s}.gallery__carousel-nav{display:flex;gap:10px;justify-content:center;padding:36px 36px 0;position:relative;transition:.3s;width:100%}.gallery__carousel-dot{background:#000;border-radius:50px;cursor:pointer;height:12px;opacity:.4;transition:.3s;width:12px}.gallery__carousel-dot:hover{opacity:1}.gallery__carousel-dot.tns-nav-active{opacity:1;width:30px}