.Gallery-Control{position:absolute;z-index:20;top:calc(50% + var(--gallery-control-main-offset, 0px));visibility:hidden;width:var(--gallery-control-size);height:var(--gallery-control-size);cursor:pointer;opacity:0;border:0;border-radius:100px;background-image:linear-gradient(var(--depot-color-bg-secondary),var(--depot-color-bg-secondary));box-shadow:var(--depot-color-button-raised-shadow)}.Gallery-Control::before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;content:"";border:0;border-radius:100px;background-color:var(--depot-color-button-raised-bg);transition:background-color .2s ease-in-out}.Gallery-Control:hover::before{background-color:var(--depot-color-button-raised-bg-hovered)}.Gallery-Control_size_small{--gallery-control-size:28px;--gallery-control-icon-inset:4px}.Gallery-Control_size_regular{--gallery-control-size:36px;--gallery-control-icon-inset:6px}.Gallery-Control_size_large{--gallery-control-size:44px;--gallery-control-icon-inset:8px}.Gallery:hover>.Gallery-Control_visible,.DivCard:hover .Gallery-Control{visibility:visible;opacity:1}.Gallery-Control_direction_back{left:var(--gallery-control-cross-offset, 0);transform:translateY(-50%) rotate(90deg)}.Gallery-Control_direction_forward{right:var(--gallery-control-cross-offset, 0);transform:translateY(-50%) rotate(-90deg)}.Gallery-Control::after{position:absolute;top:var(--gallery-control-icon-inset);right:var(--gallery-control-icon-inset);bottom:var(--gallery-control-icon-inset);left:var(--gallery-control-icon-inset);content:"";background-color:var(--depot-color-button-raised-text);-webkit-mask-image:url(//yastatic.net/s3/alicestatic/_/v2/static/media/arrow.36df0453.svg);mask-image:url(//yastatic.net/s3/alicestatic/_/v2/static/media/arrow.36df0453.svg)}