.Modal{position:fixed;z-index:1300;top:0;left:0;display:none;width:100%;height:100%}.Modal-Wrapper{position:fixed;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;height:100%}.Modal.Modal_visible{display:block}.Modal-Table{display:table;width:100%;height:100%;table-layout:fixed}.Modal-Cell{display:table-cell;text-align:center}.Modal-Cell_align_top{vertical-align:top}.Modal-Cell_align_middle{vertical-align:middle}.Modal-Cell_align_bottom{vertical-align:bottom}.Modal-Content{position:relative;z-index:1;display:inline-block;text-align:left;border-radius:0;outline:0;transform:translate3d(0,0,0)}.Modal-Overlay{position:fixed;top:0;left:0;width:100%;height:100%;touch-action:none;-webkit-tap-highlight-color:transparent}.Modal-BottomStub{background-color:var(--depot-color-bg-secondary)}.Modal-TopStub{z-index:1;background-color:var(--depot-color-bg-primary)}.Modal-KeyboardStub{position:absolute;z-index:9;left:0;display:none;width:100%;height:700px;background-color:var(--depot-color-bg-secondary)}@supports (-webkit-touch-callout:none){.Modal-KeyboardStub{display:block}}.Modal_theme_normal .Modal-Content[class]{background-color:var(--depot-color-bg-secondary)}.i-ua_skin_dark .Modal_theme_normal .Modal-Overlay[class]{background-color:var(--depot-color-overlay)}