.gallery{margin:60px calc(50% - 50vw);max-width:100vw;position:relative;width:100vw}.gallery__button{align-items:center;background:transparent;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:0;height:45px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s ease-in-out;width:45px;z-index:2}.gallery__button svg{color:var(--color-red);transition:color .2s ease-in-out;width:70%}.gallery__button:hover svg{color:#000}.gallery__prev{left:80px}.gallery__prev svg{transform:translate(-2px)}.gallery__next{right:80px}.gallery__next svg{transform:translate(2px)}.gallery__inner{overflow:hidden;overflow-x:auto;scrollbar-width:none}.gallery__inner::-webkit-scrollbar{display:none}.gallery__images{align-items:flex-start;display:flex;gap:50px;padding-bottom:30px}.gallery__images--centered{justify-content:center}.gallery__image{cursor:pointer;flex-shrink:0;transition:opacity .2s ease-in-out;width:auto}.gallery__image:hover{opacity:.85}.gallery__image img{height:370px;-o-object-fit:contain;object-fit:contain}.gallery__image:first-child{padding-left:170px}.gallery__image:last-child{padding-right:170px}@media (max-width:600px){.gallery__button{height:35px;width:35px}.gallery__prev{left:30px}.gallery__next{right:30px}.gallery__images{gap:20px}.gallery__image:first-child{padding-left:80px}.gallery__image:last-child{padding-right:80px}.gallery__image img{height:250px}}
