.gallery__wrapper{position:sticky;display:inline-block;top:80px;width:50%;padding:10px;border-radius:6px;background:#fff;box-sizing:border-box;overflow:hidden}@media(max-width:650px){.gallery__wrapper{position:relative;display:block;top:0;width:100%;padding:0;max-width:100%;box-sizing:border-box}}.gallery__main-image{position:relative;border-radius:6px;overflow:hidden}@media(max-width:650px){.gallery__main-image{border-radius:unset}}.gallery__sub__wrapper{max-height:100px;overflow-y:scroll;margin-top:10px}.gallery__sub-images{display:flex;gap:5px;padding:5px 0}@media(max-width:650px){.gallery__sub-images{padding:5px}}.gallery__sub-image{height:90px;width:90px;display:inline-block;-o-object-fit:cover;object-fit:cover;border-radius:6px;cursor:pointer}.gallery__changer{position:absolute;top:calc(50% - 20px);right:0;background-color:hsla(0,0%,100%,.75);height:40px;width:35px;background-image:url(/static/icons/arrow.svg);background-repeat:no-repeat;background-position:50%;background-position-x:8px;z-index:2;opacity:.7;cursor:pointer;transition:.25s ease-out;border-bottom-left-radius:6px;border-top-left-radius:6px;overflow:hidden}.gallery__changer--prev{left:0;transform:rotate(180deg)}.gallery__loading{position:absolute;background:rgba(247,245,245,.4);width:100%;height:100%;box-shadow:none;color:transparent;left:0;z-index:2;text-shadow:none}.gallery__loading img{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;box-shadow:none;animation:permanent-spin 3s linear infinite}.gallery__zoom{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-height:700px}.gallery__zoom picture:first-child img{width:100%;height:100%;max-height:700px;-o-object-fit:contain;object-fit:contain}@keyframes permanent-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}