.Scroller{--local-unmargin:15px;position:relative}.Scroller_disabled{--local-overlay:rgba(255, 255, 255, .7)}.Scroller_disabled .Scroller-Container::after{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;content:"";background:var(--local-overlay)}.i-ua_skin_dark .Scroller_disabled{--local-overlay:var(--depot-color-overlay)}.Scroller-Container{overflow:hidden}.Scroller-Wrap{position:relative;z-index:1;overflow:-moz-scrollbars-none!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-left:0;list-style:none;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.Scroller-Wrap,.Scroller-ItemsWrap{margin-top:-20px;margin-bottom:-20px;padding-top:20px;padding-bottom:20px}.Scroller-Wrap::-webkit-scrollbar{display:none}.Scroller-Item{position:relative;display:inline-block}.Scroller-Item:first-child{margin-left:0}.Scroller_widthFull .Scroller-Container,.Scroller_widthFull .Scroller-Wrap,.Scroller_widthFull .Scroller-ItemsWrap{margin-right:calc(var(--local-unmargin)*-1);margin-left:calc(var(--local-unmargin)*-1);padding-right:var(--local-unmargin);padding-left:var(--local-unmargin)}.Scroller_sameHeight .Scroller-ItemsWrap,.Scroller_sameHeight .Scroller-ItemsWrap .Scroller-Item{display:inline-flex;vertical-align:top}.Scroller_sameHeight .Scroller-ItemsWrap{min-width:100%}.Scroller_sameHeight .Scroller-ItemsWrap .Scroller-Item{flex-shrink:0}.Scroller_noGap .Scroller-Wrap,.Scroller_noGap .Scroller-ItemsWrap{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.ArrowButton{--local-offset:0;--local-shadow:var(--depot-shadow-lightblue-30);--local-shadow-hover:var(--depot-shadow-lightblue-40);position:absolute;z-index:var(--depot-arrow-button-z-index, 11);top:50%;width:44px;height:44px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0;-webkit-tap-highlight-color:transparent;transition:transform .1s ease-in-out}.ArrowButton::before,.ArrowButton::after{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;content:""}.ArrowButton::before{width:38px;height:38px;border-radius:50%;background-color:var(--depot-color-bg-tertiary)}.ArrowButton::after{background:var(--depot-color-text-primary);--mask-var-1:url("data:image/svg+xml,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22 fill=%22currentColor%22%3e%3cpath d=%22M9.586 8.003l-4.79 4.793a1 1 0 101.415 1.414l5.496-5.5a1 1 0 000-1.414l-5.496-5.5A1 1 0 004.796 3.21l4.79 4.793z%22/%3e%3c/svg%3e");-webkit-mask:var(--mask-var-1) no-repeat center;mask:var(--mask-var-1) no-repeat center;-webkit-mask-size:16px 16px;mask-size:16px 16px}body:not(.i-ua_skin_dark) .ArrowButton_withShadows::before{transition:box-shadow .1s ease-in-out}body:not(.i-ua_skin_dark) .ArrowButton_withShadows::before,body:not(.i-ua_skin_dark) .ArrowButton_withShadows:active::before,body:not(.i-ua_skin_dark) .ArrowButton_withShadows:active:hover::before{box-shadow:var(--local-shadow)}body:not(.i-ua_skin_dark) .ArrowButton_withShadows:hover::before{box-shadow:var(--local-shadow-hover)}.ArrowButton_hidden{display:none}.ArrowButton_direction_right,.ArrowButton_direction_right:active,.ArrowButton_direction_right:active:hover{right:var(--local-offset);transform:translate(50%,-50%)}.ArrowButton_direction_right:hover{z-index:10;transform:translate(50%,calc(-50% - 1px))}.ArrowButton_direction_left,.ArrowButton_direction_left:active,.ArrowButton_direction_left:active:hover{left:var(--local-offset);transform:translate(-50%,-50%)}.ArrowButton_direction_left:hover{z-index:10;transform:translate(-50%,calc(-50% - 1px))}.ArrowButton_direction_left::after{transform:rotate(180deg)}@-moz-document url-prefix(""){.ArrowButton{transition:transform 0s}.ArrowButton::before{transition:box-shadow 0s}}.Scroller{--local-arrows-offset:0}.Scroller-Arrow.ArrowButton_direction_left,.Scroller-Arrow.ArrowButton_direction_right{--local-offset:var(--local-arrows-offset)}.Scroller_hasArrows::after,.Scroller_hasArrows::before{position:absolute;z-index:4;top:-6px;bottom:-6px;width:2px;background-color:var(--depot-color-stroke)}.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_both::after,.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_right::after{right:0;content:""}.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_both::before,.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_left::before{left:0;content:""}.Scroller_isWide[class]{--local-arrows-offset:-16px}