body,input,textarea{font-family:"Nunito",sans-serif}body,html{height:100%}body{color:#0b0d14;color:var(--foreground-primary);padding:0;margin:0;-webkit-user-select:none;user-select:none;background:#fff;background:var(--background-zero);overflow:hidden;display:flex;flex-direction:column}body.white{background:#fff}*{-webkit-tap-highlight-color:transparent}a{text-decoration:none}:root{--navbar-width:260px;--active-opaicty:0.7;--max-width:800px;--photo-border-radius:12px;--foreground-primary:#0b0d14;--foreground-secondary:#71737a;--foreground-tertiary:#b0b2b8;--background-zero:#fff;--background-primary:#f0f2f5;--background-secondary:rgba(206,208,214,0.24);--background-tertiary:rgba(169,173,184,0.24);--background-page:#fff;--background-quaternary:rgba(169,173,184,0.24);--tint:#62d962;--tint-purple:#7341d8;--tint-gold:#ffa526;--dark-button:#000;--dark-button-color:#fff;--constant-dark:#000;--constant-light:#fff;--tint-like:#45e688;--tint-dislike:#ff4070;--tint-negative:#f22458;--overlay-heavy:rgba(0,0,0,0.84);--overlay-light:rgba(0,0,0,0.16);--tint-blue:#3380cc;--gradient-purple:linear-gradient(137.61deg,#4830bf,#a455f2);--gradient-pink:linear-gradient(137.61deg,#e64588,#ff66bf);--gradient-blue:linear-gradient(137.61deg,#3380cc,#55d8f2);--gradient-gold:linear-gradient(137.61deg,#f27318,#fc3)}:root,body[scheme=dark]{--border:hsla(0,0%,100%,0.16);--shadow:rgba(25,25,26,0);--overlay-medium:rgba(0,0,0,0.64)}body[scheme=dark]{--foreground-primary:#fff;--foreground-secondary:#ebebeb;--foreground-tertiary:#7f8185;--background-zero:#000;--background-primary:#1d1d1f;--background-secondary:#272729;--background-tertiary:#313233;--background-page:#000;--background-quaternary:rgba(117,118,122,0.32);--tint-purple:#8250e5;--tint-gold:#ffcf0d;--dark-button:#fff;--dark-button-color:#000;--accent-color-purple:#8250e6;--accent-gradient-purple:linear-gradient(to right bottom,#aa61f2 0%,#6950e6);--accent-color-orange:#ff9f40;--accent-gradient-orange:linear-gradient(to right bottom,#ffc44d 0%,#ff8040);--accent-color-pink:#e650b4;--accent-gradient-pink:linear-gradient(to right bottom,#f261ce 0%,#e6508e);--accent-color-cyan:#4cb6d9;--accent-gradient-cyan:linear-gradient(to right bottom,#5cdae6 0%,#4c9ed9);--accent-color-red:#e64545;--accent-gradient-red:linear-gradient(to right bottom,#f26f55 0%,#e64560);--accent-color-green:#79bf56;--accent-gradient-green:linear-gradient(to right bottom,#9c6 0%,#56bf56);--accent-color-blue:#5076e6;--accent-gradient-blue:linear-gradient(to right bottom,#619df2 0%,#505de6);--accent-color-grey:#8994a3;--accent-gradient-grey:linear-gradient(to right bottom,#9aa6b8 0%,#78818f)}@media(min-width:800px){:root{--max-width:600px}}.App .Select__indicators{margin-right:12px;color:#b0b2b8;color:var(--foreground-tertiary)}.App .Select__control{background-color:#f0f2f5;background-color:var(--background-primary);border:0;min-height:48px;box-shadow:none;border-radius:16px;position:relative}.App .Select__input,.App .Select__single-value{color:#0b0d14;color:var(--foreground-primary)}.App .Select__placeholder{font-size:18px}.App .Select__indicator-separator{display:none}.App .Select__value-container{padding:8px 12px}.App .Select__menu,.App .Select__option{background-color:rgba(169,173,184,.24);background-color:var(--background-tertiary)}.App .Select__menu{border-radius:16px;overflow:hidden;z-index:1000}.App .Select__menu-list{max-height:250px}.App .Select__option{padding:12px 16px;outline:none;box-shadow:none;color:#0b0d14;color:var(--foreground-primary)}.App .Select__multi-value,.App .Select__option:active{background-color:rgba(169,173,184,.24);background-color:var(--background-quaternary)}.App .Select__multi-value{border-radius:8px;color:#0b0d14;color:var(--foreground-primary)}.App .Select__multi-value__label{color:#0b0d14!important;color:var(--foreground-primary)!important;padding:5px;font-size:14px;line-height:16px}.App .Select__multi-value__remove svg{width:18px;height:18px}#root,.App{display:flex;flex-direction:column;height:100%}.desktop #root,.desktop .App{height:100vh}.Content__wrap,.Modal__wrap{width:100%;max-width:800px;max-width:var(--max-width);margin:0 auto;flex:1 1;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.fullWidth .Content__wrap{max-width:100%;overflow-y:auto}::selection{color:#0b0d14;color:var(--foreground-primary);background:hsla(0,0%,100%,.3)}.App__desktop_wrap{display:flex}.App__desktop_menu{width:260px;height:100px}.App__desktop_cont{flex:1 1;position:relative;padding:0 16px}.Modal__cont{min-height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;background:var(--background-zero)}.Modal__wrap.isPhotos .Modal__cont{background:transparent}.mobile .Modal__wrap{position:absolute;z-index:100;top:0;left:0;right:0;bottom:0}.desktop .Modal__wrap{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100%;align-items:center;justify-content:center;background:rgba(0,0,0,.7);z-index:1001;margin:0;padding:32px}.desktop .Modal__cont{max-width:800px;max-width:var(--max-width);background:#f0f2f5;background:var(--background-primary);border-radius:16px;width:100%;position:relative;min-height:0;overflow-y:auto}.desktop .Modal__cont .Button.secondary,.desktop .Modal__cont .Input{background:rgba(206,208,214,.24);background:var(--background-secondary)}.desktop .Modal__cont .Comment,.desktop .Modal__cont .Post{background:#fff;background:var(--background-zero)}.desktop .Modal__cont .Comment .Comment{background:rgba(169,173,184,.24);background:var(--background-tertiary)}.desktop .Modal__cont .Header{border-radius:16px 16px 0 0;background:#f0f2f5;background:var(--background-primary)}.desktop .Modal__cont .CommentForm{position:absolute}.desktop .Modal__cont .BottomBar.fixed .BottomBar__in{background:#f0f2f5;background:var(--background-primary)}.Header{display:flex;align-items:center;justify-content:center;background:var(--background-zero);padding-top:var(safe-area-inset-top);width:100%;height:56px;max-width:var(--max-width);margin:0 auto;flex:0 0 auto;position:relative;z-index:100}.Header.isSecondaryBg{background:var(--background-primary)}.Header.isTransparent{position:absolute}.Header.isTransparent,.Header.isTransparent.isSecondaryBg{background:linear-gradient(180deg,var(--background-primary),rgba(21,28,41,0))}.Header__helper{width:100%;height:56px;flex:0 0 auto}.Header__helper.isSecondaryBg{background:var(--background-primary)}.Header__title{font-weight:800;font-size:20px;line-height:28px;color:var(--foreground-primary);text-align:center;padding:0 64px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Header.isSearch .Header__title{flex:1 1;padding-left:16px;padding-right:16px}.Header.isSearch.hasBack .Header__title{padding-left:56px}.desktop .Header.isSearch .Header__title{padding-left:16px}.Header__back,.Header__right{position:absolute;top:4px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--tint);cursor:pointer;transition:opacity .15s ease-in-out}.Header__back:active,.Header__right:active{opacity:var(--active-opaicty)}.Header__back{left:4px}.Header__right{right:4px}.Comment{background:var(--background-primary);border-radius:16px;padding:16px;display:flex;margin-top:8px}.Comment:first-child{margin-top:0}.Comment .Attachments{margin-top:4px;margin-bottom:8px}.Comment .Comment{margin-top:8px;padding:0}.Comment .Comment .Comment__name,.Comment .Comment .Comment__name__reply{font-size:13px;line-height:15px}.Comment .Comment .Comment__name__reply{margin-left:4px}.Comment .Comment .Verified{width:15px;height:15px;margin-left:4px}.Comment .Comment .Comment__photo{width:24px;height:24px}.Comment .Comment .Comment__content{margin-left:8px}.Comment__photo{width:32px;height:32px;border-radius:12px;background:no-repeat 50%/cover;flex:0 0 auto;display:block;position:relative}.Comment__content{margin-left:12px;flex:1 1;overflow:hidden}.Comment__name_wrap{display:flex;align-items:center;flex-wrap:nowrap}.Comment__name{font-size:15px;line-height:20px;color:var(--foreground-secondary);font-weight:800;white-space:nowrap;overflow:hidden}.Comment__name:hover{text-decoration:underline}.Comment__name__reply{display:flex;font-size:15px;line-height:18px;margin-left:6px;color:var(--foreground-tertiary);white-space:nowrap;overflow:hidden}.Comment__name__reply__user{font-weight:700;color:var(--foreground-tertiary);overflow:hidden;text-overflow:ellipsis}.Comment__name__reply__user:hover{text-decoration:underline}.Comment__text{margin-top:2px;font-size:15px;line-height:20px;-webkit-user-select:text;user-select:text}.Comment__footer{display:flex;align-items:center;justify-content:space-between}.Comment__footer__group{display:flex;align-items:center;margin-top:2px}.Comment__reply{font-weight:700;color:var(--foreground-tertiary);line-height:15px;font-size:13px;margin-left:8px;cursor:pointer}.Comment__reply:hover{text-decoration:underline}.Comment__date{font-size:13px;line-height:15px}.Comment__date,.Comment__like{color:var(--foreground-tertiary)}.Comment__like{display:flex;padding:8px;margin:-8px;cursor:pointer;align-items:center}.Comment__like.liked{color:var(--tint-negative)}.Comment__like_icon{flex:0 0 auto}.Comment__like_icon,.Comment__like_icon svg{width:16px;height:16px}.Comment__like__count{font-weight:700;font-size:14px;margin-left:4px}.Comment__more{width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin:-9px -12px -9px auto;transition:opacity .15s ease-in-out;color:var(--foreground-tertiary)}.Comment__more svg{-webkit-transform:scale(.8);transform:scale(.8)}.Comment__more:active{opacity:.7}.Comment__deleted{display:flex;flex-direction:column}.Comment__deleted__label{font-size:16px;line-height:22px;color:var(--foreground-tertiary);flex:1 1;margin-right:16px}.Comment__deleted__actions{display:flex;flex-direction:column;align-items:flex-start;margin-left:-12px}.Comment__deleted__actions .Button{margin-top:10px}.Comment__replies_button{padding:8px;font-size:14px;line-height:18px;font-weight:700;display:flex;align-content:center;color:var(--foreground-tertiary);margin:0 -8px -8px;cursor:pointer}.Comment__replies_button svg{margin-right:4px;-webkit-transform:scale(.8);transform:scale(.8)}.Comment__replies_button.hide svg{-webkit-transform:scaleY(-1) scale(.8);transform:scaleY(-1) scale(.8);margin-left:4px;margin-right:0}.Comment__replies_actions{display:flex;justify-content:space-between}.Comment__replies_loading{display:flex;align-items:center;height:34px;margin-bottom:-8px}.Comment__replies_loading__in{-webkit-transform:scale(.8);transform:scale(.8)}.VideoPlayer__wrap{position:relative;max-width:var(--max-width)}.desktop .VideoPlayer__fixed{width:var(--max-width)}.VideoPlayer{position:relative;padding-top:56%;border-radius:16px;overflow:hidden;background:var(--background-primary)}.VideoPlayer__video{width:100%;height:100%;position:absolute;top:0;left:0;outline:none}.PlayerContent{background:var(--background-primary);display:flex;position:absolute;top:0;left:0;bottom:0;right:0;-webkit-user-select:none;user-select:none;overflow:hidden}.PlayerContent.isFullscreen{width:100vw;height:100vh}@media screen and (orientation:portrait){.PlayerContent.isFullscreen{-webkit-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important;-webkit-transform-origin:left top!important;transform-origin:left top!important;width:100vh!important;height:100vw!important;overflow-x:hidden!important;position:absolute!important;top:100%!important;left:0!important}}.PlayerContent__video{z-index:1;position:relative;object-fit:contain;flex:0 0 auto}.PlayerContent__cont{display:flex;flex-direction:column;position:absolute;top:0;left:0;bottom:0;right:0;background:no-repeat 50%/contain;z-index:2;opacity:0;transition:opacity .15s ease-in-out}.isControlsShown .PlayerContent__cont{opacity:1}.PlayerContent__press_overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.PlayerContent__play_control{position:absolute;width:100px;height:100px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:4;cursor:pointer;pointer-events:none}.isControlsShown .PlayerContent__play_control{pointer-events:auto}.desktop .PlayerContent__play_control{width:200px;height:200px}.PlayerContent__play_control__in{width:62px;height:62px;border-radius:50%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.PlayerContent__play_control__in svg{width:32px;height:32px}.desktop .PlayerContent__play_control__in,.isFullscreen .PlayerContent__play_control__in{width:102px;height:102px}.desktop .PlayerContent__play_control__in svg,.isFullscreen .PlayerContent__play_control__in svg{width:62px;height:62px}.PlayerContent__skip_control{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100px;height:100px;align-items:center;justify-content:center;color:#fff;z-index:4;cursor:pointer;display:none}.isControlsShown .PlayerContent__skip_control{display:flex}.PlayerContent__skip_control svg{width:42px;height:42px;-webkit-filter:drop-shadow(2px 2px 12px rgba(0,0,0,.6));filter:drop-shadow(2px 2px 12px rgba(0,0,0,.6))}.PlayerContent__skip_control.next{right:16px}.PlayerContent__skip_control.prev{left:16px}.desktop .PlayerContent__skip_control,.isFullscreen .PlayerContent__skip_control{width:200px;height:200px}.desktop .PlayerContent__skip_control svg,.isFullscreen .PlayerContent__skip_control svg{width:52px;height:52px}.PlayerContent__footer{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(21,28,41,0),#000);z-index:3;display:flex;padding:16px 8px env(safe-area-inset-bottom);pointer-events:none}.PlayerContent__progress{padding:0 8px 0 16px;flex:1 1;cursor:pointer}.isControlsShown .PlayerContent__progress{pointer-events:auto}.PlayerContent__progress__in_wrap{padding:24px 0;pointer-events:none}.PlayerContent__progress__buffered,.PlayerContent__progress__current,.PlayerContent__progress__in{position:relative;height:6px;border-radius:3px;background:hsla(0,0%,100%,.2)}.PlayerContent__progress__buffered,.PlayerContent__progress__current{position:absolute;top:0;left:0;background:hsla(0,0%,100%,.3);z-index:1}.PlayerContent__progress__current{z-index:2;background:#fff}.PlayerContent__progress__current_indicator{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;border:.5px solid rgba(0,0,0,.04);box-shadow:0 2px 2px rgba(0,0,0,.04);top:-5px;right:-5px;box-sizing:border-box}.PlayerContent__fullscreen{width:54px;height:54px;flex:0 0 auto;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.isControlsShown .PlayerContent__fullscreen{pointer-events:auto}.PlayerContent__fullscreen svg{width:28px;height:28px}.PlayerContent__next_button{position:absolute;z-index:5;bottom:50px;right:16px;background:#fff;border-radius:16px;padding:6px 10px;color:#000;box-shadow:0 8px 24px rgba(0,0,0,.2);cursor:pointer;font-size:13px;line-height:17px}.desktop .PlayerContent__next_button,.isFullscreen .PlayerContent__next_button{font-size:16px;line-height:18px;padding:12px 24px;font-weight:700;bottom:62px}.EpisodeItem{display:flex;padding:8px 16px;align-items:center;border-radius:16px}.EpisodeItem.selected{background:var(--background-secondary)}.EpisodeItem__poster{flex:0 0 auto;width:80px;height:45px;background:var(--background-tertiary) no-repeat 50%/cover;position:relative;border-radius:8px}.EpisodeItem__title{margin-left:16px;font-size:18px;font-weight:800;line-height:22px;color:var(--foreground-primary);flex:1 1}.EpisodeItem__title sup{color:var(--foreground-tertiary)}.EpisodeItem__progress{position:absolute;bottom:0;left:0;width:100%;height:4px}.EpisodeItem__progress__indicator{background:var(--tint-negative);height:4px}.EpisodeItem__arrow{width:16px;height:16px;color:var(--foreground-tertiary)}.Online__wrapper{display:flex;align-items:center;margin-left:8px}.Online__wrapper.inPhoto{position:absolute;right:-2px;bottom:-2px;border:2px solid var(--background-primary);border-radius:50%;overflow:hidden}.Online__wrapper:first-child{margin-left:0}.Online{width:8px;height:8px;flex:0 0 auto;border-radius:4px;position:relative}.Online__wrapper.inPhoto .Online{border-radius:0}.Online svg{position:absolute;top:0;left:0}.Online.active{background:#45e688}.Online__label{margin-left:8px;text-overflow:ellipsis;overflow:hidden;color:var(--foreground-tertiary);font-size:16px;line-height:20px}.Online__label.skipMargin{margin-left:0}.Loader{width:24px;height:24px;flex:0 0 auto;position:relative}.Loader:after{display:block;content:"";background:url(data:image/png;base64,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) no-repeat 50%/contain;width:28px;height:28px;position:absolute;top:-2px;left:-2px;-webkit-animation:Toast__loading_anim 1s linear infinite forwards;animation:Toast__loading_anim 1s linear infinite forwards}.Loader.gray:after{background-image:url(data:image/png;base64,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)}body[scheme=space_gray] .Loader.gray:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXcSURBVHgB7VpLiBxFGP5mJxvzNOa1ia+wvlEUFXLw4kERMRhfByEnb4qLh0QRr+IhZ0+CIAi5CYpIYMUIURHBIBI3PiIkIkazEU2MiZvsQ50dv2+7yq2u/num57XTgfngo7p7uuqvr/+qv14DDDDAAP1EBT1AvV5fx2QneRc5Sl5HflqpVF7ApQqJIsfIcXKKvEjOkLPk32SNfLlBfnEFOUwOoUvo2IPOW886rndlDkX0z/6iFzcYZfi6rA3e/Yec5vvz6ADL0AFYsReRCJPIqh65CtYjFvmQvi4Vx8vIlbQhkRfRJtoSSKPXMnmTvAOLldeX1pcPBdWjrPvQuC6VIK+/XkN7q5iepdAaWkTLbZ3GnmRygLwNiai6QUSp+B75SoOiQ4Exh8kR9VG0iJb6IA3sYfI8FvuV1d/8byfJ98lvkETQEzllKpG41UF5VaN8f69+fB4FUVggK7KbyZ7IsCXwA/J1VuKzFspWIpHqdytgB6jQ7jmWf65I2YUEsgIPqNKGoVDg5+RuGv4FbcIJlffkzVWGDX8tnKatqWZlNhVIo1cz2U9ejnS/8M3oAvkqjb2BLsEJlcgrsCis6n7293rpBO3+26isIgIPMrkG2Y4vQ5PkMzRyFF1G0GxHyOXIthxxLq9veww1MfIckyuRRMuQsq6muKsX4gSWq0Te+Z2sIS3MU+Pk5obl5P3AjFcx+TB4JzZwHysxiR7DeVLBR62oiqxIffDjeWNkIw+OIe2x0IN7l0Kc4Dw5R/6BbNTWvZrxprz8pkDnvUeQbZriuzS6D0sIJ1LDwizSAqsu3cw6V628eR7cjvQsJRT4GvqHU8h2Fd1rprPBypAncBeyQWVhusWveQp9gPOiVhga++JmKq638mUE0tWKmjci7b2a4370H2dgTw/XWc3U8uDNSAvzXpzkV/wSfYTzoiYWGj7CCYC/znjREqhthrj/Ke2ruAiabPsgI/i+uCZ+0VoP3oRElM/o8QnKgxmkF9jhIjkFS+AI7JX4rygPppGeeHusjV+0BG7FogfDFXmZBGrg9/0uxHD8oiXQ3ORhB7+AEkCBhtHSB5mFRy6VM5bH71sCw22HMsMHGF/XcD/nf1hR9Dyys5d5frXVKAGCZZQfHsIpWyGBaorh+OfHw60oD1Yiu3+j67n4RUvgcdjrv+tRHkhgvI1hCrT64G+wt/5GUR6oNXnnhPEiEwgtD/4Aex14j2v/ZYBW8dZ89Gz8oiVQu2OZIENuJG9HH+E+sBa3CnjWXmxmly0j0J0DfA17sbuzBF7chuxSSddTrPtM/HLeelBejNeCohbCDTd5egX3YbVXOgrbez9Z+fIEfkTKk7EHNVyM9dGLdyM9/oU8Y2UwBbpmqsVt3Bd1fyu5YylFOlu3kDrVso4Mfmadp628Qw3KHUfSaeN1odInyG1LIdLZ0DpP3cPaqhC/z8ufK9B5USKtQV8HJDqM2dRLkYG4BwHzRGtBXJ73gMYelMh3mPwIe29Uu1gvoUciXZkamnYgfS4SCp1hHb9rVE6RswlFzb1IvLbwCNkI+xZ5cKHAStMim8KJ0+mxgsoyZKO57rXDNt7seLvo8dm9TJ6GvVfjxU6Qb8PNJtoR6oRpVX4/smcisd2PaeNkszJbOQB9nMljyG4G69qfCyg9RH6BZMqXNpYj2gnT2cOdSP5TY00VQw9+xbKOoABaPcKWwEcDo0BWqL+XJ7Uy+Zb803HWrcjV3NWvtiCZONyAZPoVfiwruImHWcYECqLldsTKqV88hWRWEX5la/5qTRTmW2A9EK2l0CGKO4YW0FZEoEhFN53Xb0RrAuPK14xn8bXS0+SBIkfWXRHoQaEPM3kI9iGNb8J5Xmv2QfS7TpMmOtlR7zimU6TGQ41V292jGmxPWN4L0/Bawg6TRyhuDh2g80HLwQlVsNCQssU9biTQEqxjcQWmo50K8+iawBAUq0MQHaIq5Gt7Qf9l87vOEqOpldZu2kzWwabO4Y91S9QAAwxQHvwHZNKoCqgpse4AAAAASUVORK5CYII=)}body[scheme=light] .Loader:after{background-image:url(data:image/png;base64,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)}.Loader__wrap{display:flex;align-items:center;justify-content:center;pointer-events:none;flex:1 1;height:100%}.desktop.modal .Loader__wrap{position:static;height:250px;flex:0 0 auto}.Linkify{word-break:break-word}.Linkify .link,.Linkify a{text-decoration:underline!important;color:inherit!important}.Post__repost{margin-top:16px}.Post__repost .Post{padding-bottom:0;margin-top:0;border-radius:0}.Post__repost .Post__footer,.Post__repost .Post__header__more,.Post__repost .Post__likes{display:none}.Post__repost .LinkAttach__type{padding:0 16px}.Post{border-radius:16px;background:var(--background-primary);margin-top:16px;padding:16px 0;overflow:hidden}.Post__header{display:flex;align-items:center;padding:0 16px}.Post__header__photo{flex:0 0 auto;width:48px;height:48px;border-radius:12px;background:no-repeat 50%/cover;position:relative}.Post__header__content{margin-left:12px;text-decoration:none}.Post__header__name_wrap{display:flex;align-items:center}.Post__header__name{font-weight:800;font-size:16px;line-height:22px;color:var(--foreground-primary)}.Post__header__name:hover{text-decoration:underline}.Post__header__date_wrap{display:flex;align-items:center}.Post__header__date{font-size:14px;line-height:18px;color:var(--foreground-tertiary)}.Post__header__pinned{color:var(--foreground-primary);margin-left:6px}.Post__header__pinned,.Post__header__pinned svg{width:16px;height:16px}.Post__header__follow{margin-left:auto}.Post__text{margin-top:16px;font-size:17px;line-height:23px;padding:0 16px;-webkit-user-select:text;user-select:text}.Post__text__expand{display:inline-block;margin-left:8px;color:var(--foreground-tertiary);cursor:pointer}.Post__footer{display:flex;align-items:center;margin-top:16px;justify-content:space-between;padding:0 16px}.Post__likes{font-size:16px;line-height:20px;padding:12px 16px;margin-bottom:-12px;display:inline-flex;color:var(--foreground-tertiary);text-decoration:underline}.Post__footer__actions{display:flex}.Post__footer__actions .Button.secondary{background:var(--background-secondary)!important}.Post__footer__actions .Button{margin-left:12px}.Post__footer__actions .Button:first-child{margin-left:0}.Post__views{display:flex;align-items:center;font-size:15px;line-height:18px;color:var(--foreground-tertiary)}.Post__views__icon{width:18px;height:18px;margin-right:4px}.Post__header__more{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:-16px -16px 0 auto;transition:opacity .15s ease-in-out;color:var(--foreground-tertiary)}.Post__header__more:active{opacity:.7}.Post__deleted{padding:16px;display:flex;align-items:center}.Post__deleted__label{font-size:16px;line-height:22px;color:var(--foreground-tertiary);flex:1 1}.Post__deleted__actions{margin-left:16px;flex:0 0 auto}.Post__publish_now_button{display:flex;justify-content:center;width:100%}.Attachments{margin-top:12px}.Attachments:empty{margin-top:0}.LinkAttach{border:1px solid hsla(0,0%,100%,.2);padding:12px;border-radius:12px;display:block}.Message__attachments .LinkAttach{border:0;background:var(--background-secondary);border-radius:0}.AttachPickerManager__link .LinkAttach{pointer-events:none}.Post .LinkAttach{margin-left:16px;margin-right:16px}.Collage_wrap+.LinkAttach{margin-top:12px}.LinkAttach__type{font-size:15px;line-height:18px;color:var(--foreground-tertiary)}.LinkAttach__body{display:flex;margin-top:8px}.LinkAttach__image{width:96px;height:96px;flex:0 0 auto;background:no-repeat 50%/cover;border-radius:12px}.LinkAttach.anime .LinkAttach__image{width:100px;height:136px}.LinkAttach.post .LinkAttach__image{width:54px;height:54px}.LinkAttach__cont{margin-left:12px;overflow:hidden;max-height:136px}.LinkAttach__title{font-size:18px;line-height:22px;font-weight:800;flex:0 0 auto}.LinkAttach__description,.LinkAttach__title{overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;max-lines:2;display:-webkit-box;color:var(--foreground-primary)}.LinkAttach__description{font-size:16px;line-height:20px;margin-top:4px}.LinkAttach__button{margin-top:8px}.LinkAttach__button .Button{flex:0 0 auto;width:auto;display:inline-flex}.AttachPickerManager__link.mini .LinkAttach__title{-webkit-line-clamp:1;font-size:16px;line-height:20px}.AttachPickerManager__link.mini .LinkAttach__description{-webkit-line-clamp:1;font-size:14px;line-height:18px;margin-top:2px}.AttachPickerManager__link.mini .LinkAttach__button,.AttachPickerManager__link.mini .LinkAttach__type{display:none}.AttachPickerManager__link.mini .LinkAttach__image{width:42px;height:42px}.AttachPickerManager__link.mini .LinkAttach__body{margin-top:0}.Collage_wrap{position:relative}.Collage_wrap .ExternalVideo__play_btn{width:62px;height:62px}.Collage_wrap .ExternalVideo__play_btn svg{width:32px;height:32px}.Collage__helper{max-height:300px}.Collage{display:block;position:absolute;top:-4px;left:-4px;bottom:0;right:0;overflow:hidden}.Collage:after{content:"";display:flex;clear:both;width:100%}.Collage__item{float:left;box-sizing:border-box;padding-top:4px;padding-left:4px;display:flex}.Collage__item__image{background:no-repeat 50%/cover;flex:1 1;position:relative}.Toast{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;z-index:1003}.Toast .PopoutWrapper__mask{background:transparent!important}.keyboard_shown .Toast.PopoutWrapper--ios{padding-top:300px}.Toast__content{display:flex;align-items:center;background:var(--constant-light);border-radius:16px;color:var(--constant-dark);padding:16px 24px;font-weight:700;font-size:18px;line-height:24px;text-align:center;-webkit-animation:Toast_appear_anim .15s ease-in-out forwards;animation:Toast_appear_anim .15s ease-in-out forwards;word-break:break-word;box-shadow:0 8px 24px rgba(0,0,0,.08)}body.white .Toast__content{background:var(--constant-dark);color:var(--constant-light)}.Toast__content .Loader{margin-right:12px;margin-left:-8px}@-webkit-keyframes Toast__loading_anim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toast__loading_anim{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes Toast_appear_anim{0%{opacity:0}to{opacity:1}}@keyframes Toast_appear_anim{0%{opacity:0}to{opacity:1}}.Navbar{padding:16px;position:fixed;top:0;left:0;width:var(--navbar-width);box-sizing:border-box}.Navbar__logo{display:flex;justify-content:center;margin-bottom:16px}.NavbarItem{display:flex;padding:12px 16px;border-radius:16px;text-decoration:none;color:var(--foreground-primary);align-items:center}.NavbarItem.active,.NavbarItem:hover{background:var(--background-tertiary)}.NavbarItem__icon{flex:0 0 auto;color:var(--foreground-tertiary)}.NavbarItem__icon,.NavbarItem__icon svg{width:24px;height:24px}.NavbarItem__label{font-weight:800;font-size:16px;line-height:20px;margin-left:16px;flex:1 1}.NavbarItem__counter{flex:0 0 auto;margin-left:12px}.NavbarItem__badge{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--tint-negative)}.UserCell{display:flex;align-items:center;padding:8px 16px}.desktop .UserCell{border-radius:16px}.UserCell:active,.UserCell:hover{background:var(--background-tertiary)}.UserCell__photo{width:52px;height:52px;border-radius:var(--photo-border-radius);background:var(--background-tertiary) no-repeat 50%/cover;flex:0 0 auto;position:relative}.UserCell__cont{flex:1 1;margin-left:16px;overflow:hidden}.UserCell__name_wrap{display:flex;align-items:center}.UserCell__name{font-size:18px;line-height:22px;font-weight:800;color:var(--foreground-primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.UserCell__followers{margin-top:6px;font-size:16px;line-height:20px;color:var(--foreground-tertiary)}.UserCell__follow{margin-left:16px}.PhoneInput{display:flex;padding:0 16px!important;align-items:center}.PhoneInput,.PhoneInput input{height:48px;font-size:18px;line-height:24px;border-radius:16px;color:var(--foreground-primary)}.PhoneInput input{border:0;outline:none;flex:1 1;margin-left:4px;background:transparent}.PhoneInput__country_code{flex:0 0 auto;background:var(--background-secondary);border:0;color:#fff;font-size:18px;line-height:24px;outline:none;padding:0 2px;-webkit-appearance:none;appearance:none;height:28px;border-radius:8px}.CreatePostForm{background:var(--background-primary);border-radius:16px;padding:12px 16px;display:flex;align-items:center}.CreatePostForm Input{flex:1 1;pointer-events:none;padding:9px 12px;height:44px!important;min-height:44px!important;background:var(--background-secondary)}.CreatePostForm__photo{width:42px;height:42px;flex:0 0 auto;background:no-repeat 50%/cover;border-radius:12px;margin-right:12px}.ShareSheet__socials{flex-wrap:nowrap;margin-top:16px}.BottomSheet{position:fixed;z-index:1001;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;box-sizing:border-box;justify-content:center}.BottomSheet .CellButton__in{background:var(--background-secondary)}.BottomSheet__close_helper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.72)}.BottomSheet__sheet_wrap{-webkit-transform:translateY(100%);transform:translateY(100%);width:100%;position:relative;z-index:2;max-width:500px}.BottomSheet__sheet{background:var(--background-primary);border-radius:16px 16px 0 0;overflow:hidden}.BottomSheet__header{height:64px;padding-left:16px;display:flex;align-items:center}.BottomSheet__header__title{font-weight:700;font-size:20px;line-height:28px;flex:1 1;overflow:hidden;text-overflow:ellipsis}.BottomSheet__header__close_wrap{width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer}.BottomSheet__header__close{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--background-secondary)}.BottomSheet__content{padding-bottom:16px}.NotifyItem{padding:8px 16px;color:var(--foreground-primary);text-decoration:none;display:flex}.NotifyItem__avatars{flex:0 0 auto;position:relative;margin-right:16px;width:52px;height:52px}.NotifyItem__avatars__item{position:absolute;border-radius:50%;background:no-repeat 50%/cover}.NotifyItem__avatars.single .NotifyItem__avatars__item{top:0;left:0;width:100%;height:100%}.NotifyItem__avatars.multi .NotifyItem__avatars__item{width:65%;height:65%}.NotifyItem__avatars.multi .NotifyItem__avatars__item:first-child{top:0;left:0;border:2px solid var(--background-primary);z-index:2}.NotifyItem__avatars.multi .NotifyItem__avatars__item:last-child{bottom:0;right:0;z-index:1}.NotifyItem__cont{flex:1 1}.NotifyItem__label{font-size:16px;line-height:20px}.NotifyItem__date{color:var(--foreground-tertiary);font-size:14px;line-height:18px;margin-top:4px}.NotifyItem__comment{font-size:16px;line-height:20px;margin-top:6px;padding:4px 8px;border-radius:6px;background:var(--background-tertiary);display:inline-flex}.NotifyItem__follow{flex:0 0 auto;margin-left:12px;align-self:center}.NotifyRequest{padding:0 16px 16px}.NotifyRequest__in{background:var(--background-tertiary);border-radius:16px;padding:13px 16px;display:flex;align-items:center}.NotifyRequest__cont{flex:1 1}.NotifyRequest__title{font-weight:700;font-size:17px;line-height:24px}.NotifyRequest__caption{margin-top:2px;font-size:16px;line-height:20px;color:var(--foreground-tertiary)}.ExternalVideo__iframe_wrap{width:100%;padding-top:60%;position:relative}.ExternalVideo__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;background:no-repeat 50%/cover}.ExternalVideo__iframe,.ExternalVideo__play_btn{display:flex;align-items:center;justify-content:center}.ExternalVideo__play_btn{width:102px;height:102px;border-radius:50%;background:rgba(0,0,0,.6)}.ExternalVideo__play_btn svg{width:62px;height:62px}.ExternalVideo__info{margin-top:12px;padding:0 16px}.ExternalVideo__title{font-size:18px;line-height:22px;font-weight:700;color:var(--foreground-primary)}.ExternalVideo__title:hover{text-decoration:underline}.ExternalVideo__description{font-size:15px;line-height:19px;margin-top:4px;color:var(--foreground-tertiary)}.ExternalVideo__platform{position:absolute;bottom:8px;right:16px;color:var(--foreground-primary);background:rgba(0,0,0,.6);padding:4px 10px;font-size:14px;line-height:16px;border-radius:6px}.Verified{width:16px;height:16px;flex:0 0 auto;margin-left:8px;line-height:16px}.Verified svg{margin:0!important}.Verified.large,.Verified.large svg{line-height:22px;width:22px;height:22px}.Auth__phone_sent_label{display:flex;align-items:center;flex-wrap:wrap}.Auth__phone_sent_label span{margin-right:6px}.Auth__phone_sent__change{color:var(--tint)}.CreateAccountPopover__helper{flex:0 0 auto;height:96px}@-webkit-keyframes CreateAccountPopover__anim{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes CreateAccountPopover__anim{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.CreateAccountPopover{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;z-index:100;text-decoration:none;color:#fff;padding:0 16px 16px;box-sizing:border-box;-webkit-animation:CreateAccountPopover__anim .6s ease-in-out forwards;animation:CreateAccountPopover__anim .6s ease-in-out forwards;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-transform:translateY(100%);transform:translateY(100%)}.CreateAccountPopover__content{border-radius:12px;padding:12px;background:var(--tint);box-shadow:0 0 2px rgba(0,0,0,.08),0 0 24px rgba(0,0,0,.16);display:flex;align-items:center}.CreateAccountPopover__info{flex:1 1;margin-right:16px}.CreateAccountPopover__title{font-size:16px;font-weight:700;line-height:20px}.CreateAccountPopover__caption{font-size:14px;line-height:18px;color:#fff;opacity:.82}.RatingBlock{margin:8px 16px 0;padding:14px 16px;box-sizing:border-box;border-radius:12px;display:block;color:var(--foreground-primary);background:var(--background-secondary)}.RatingBlock__link{text-decoration:none;color:var(--foreground-primary)}.RatingBlock__info{display:flex;align-items:center;justify-content:space-between}.RatingBlock__info__count,.RatingBlock__info__label{font-weight:700;font-size:16px;line-height:20px}.RatingBlock__info__count{display:flex;align-items:center}.RatingBlock__info__count svg{margin-right:2px}.RatingBlock__progress{margin-top:12px;background:var(--background-quaternary);border-radius:4px}.RatingBlock__progress__indicator{height:8px;border-radius:4px}.RatingBlock__level_info{margin-top:12px;color:var(--foreground-secondary);font-size:14px;line-height:18px}.RatingColor.red{color:var(--accent-color-red)}.RatingColor.orange{color:var(--accent-color-orange)}.RatingColor.green{color:var(--accent-color-green)}.RatingColor.cyan{color:var(--accent-color-cyan)}.RatingColor.purple{color:var(--accent-color-purple)}.RatingBackground.red{background:var(--accent-gradient-red)}.RatingBackground.orange{background:var(--accent-gradient-orange)}.RatingBackground.green{background:var(--accent-gradient-green)}.RatingBackground.cyan{background:var(--accent-gradient-cyan)}.RatingBackground.purple{background:var(--accent-gradient-purple)}.RatingBlock__share{font-size:14px;line-height:18px;margin-top:8px}.RatingBlock__share .Separator{margin-bottom:8px}.RatingBlock__share_btn{font-weight:500;color:var(--accent);margin-top:4px}.InlineVideo{position:relative;width:100%;padding-top:75%}.InlineVideo__info,.InlineVideo video{position:absolute;top:0;left:0;width:100%;height:100%}.InlineVideo__info{border:0;background:no-repeat 50%/cover;display:flex;align-items:center;justify-content:center}.DownloadAppBlock_wrap__qkkb4{background:var(--tint);border-radius:16px;padding:16px;margin:0 16px 16px}.DownloadAppBlock_cont__2bZqk{color:#000;font-size:20px;line-height:28px;font-weight:700}.DownloadAppBlock_btn__1qe9H{flex:0 0 auto;margin-top:12px}.Tabbar{flex:0 0 auto;width:100%;box-sizing:border-box;background:var(--background-primary);z-index:10;position:relative;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.Tabbar:before{content:"";display:block;top:0;left:0;width:100%;height:1px;background:hsla(0,0%,100%,.08);position:absolute;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.Tabbar__cont{display:flex;max-width:var(--max-width);margin:0 auto;overflow:hidden}.Tabbar__cont,.Tabbar__helper{padding-bottom:env(safe-area-inset-bottom)}.Tabbar__helper{width:100%;height:60px;flex:0 0 auto}.Tabbar__item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:60px;background:var(--background-primary);overflow:hidden}.Tabbar__icon{color:var(--foreground-tertiary);position:relative}.Tabbar__icon,.Tabbar__icon svg{width:24px;height:24px}.Tabbar__item.active .Tabbar__icon{color:var(--tint)}.Tabbar__label{font-weight:500;font-size:12px;line-height:16px;margin-top:4px;color:var(--foreground-tertiary);text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;box-sizing:border-box;padding:0 2px}.Tabbar__item.active .Tabbar__label{color:var(--tint)}.Tabbar__counter{position:absolute;top:-6px;right:-6px}.Tabbar__counter .Badge{background:var(--tint-negative);height:20px;min-width:20px;padding:0 4px;line-height:20px;font-size:12px}.Tabbar__badge{width:8px;height:8px;border-radius:50%;background:var(--tint-negative);border:2px solid var(--background-primary);position:absolute;top:0;right:0}.Badge{height:24px;border-radius:12px;padding:0 6px;min-width:24px;text-align:center;line-height:24px;font-weight:800;font-size:15px;color:var(--constant-dark);background:var(--tint);box-sizing:border-box;margin-left:12px}.Badge.orange{background:var(--tint-gold)}.Button{background:var(--tint);color:var(--constant-dark);padding:13px 24px;display:flex;text-align:center;border-radius:24px;justify-content:center;align-items:center;transition:all .15s ease-in-out;cursor:pointer;text-decoration:none;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box}.Button.stretched{width:100%}.Button:active{opacity:.7}.Button.disabled{background:var(--background-secondary);color:var(--foreground-secondary);pointer-events:none}.Button.dark{background:var(--dark-button);color:var(--dark-button-color)}.Button.red{background:var(--tint-negative);color:var(--constant-dark)}.Button.inline{color:var(--tint)}.Button.light{background:var(--constant-light);color:var(--constant-dark)}.Button.small{padding:7px 12px;border-radius:20px}.Button.secondary{background:var(--background-primary);color:var(--foreground-tertiary)}.Button.inline{background:transparent;color:var(--foreground-tertiary)}.Button__icon,.Button__icon svg{width:24px;height:24px}.Button__text{padding:0 8px;font-weight:800;font-size:16px;line-height:22px}.Button.small .Button__text{padding:0 4px}.Input{background:rgba(206,208,214,.24);background:var(--background-primary);padding:12px 16px;font-size:18px;line-height:24px;border-radius:16px;border:0;outline:none;color:#0b0d14;color:var(--foreground-primary);resize:none;box-sizing:border-box;overflow:hidden}textarea.Input{overflow-y:auto}.InlineHeader{padding:10px 16px}.InlineHeader__title{display:flex;align-items:center;font-weight:800;font-size:22px;line-height:28px}.InlineHeader__counter{color:var(--foreground-tertiary);margin-left:8px}.InlineHeader__caption{margin-top:4px;color:var(--foreground-tertiary);font-size:17px;line-height:24px}.Form{width:100%;box-sizing:border-box;padding:8px 0}.Form__item{padding:8px 16px}.Form__item .Checkbox{padding:8px 0!important}.Form__item.skipPadding{padding-left:0;padding-right:0}.Form__item:first-child{margin-top:0}.Form__item__column{flex:1 1;margin-left:16px;display:flex;overflow:hidden}.Form__item__column:first-child{margin-left:0}.Form__item__title{font-weight:800;font-size:18px;line-height:22px;margin-bottom:8px}.Form__item__cont{display:flex;flex-direction:column}.Form__item__cont>div{flex:1 1}.Form__item__cont .Input{width:100%}.Form__item__description{font-size:14px;line-height:18px;color:var(--foreground-tertiary);margin-top:8px}.HorizontalScroll{overflow:hidden}.HorizontalScroll__content{overflow-y:auto;padding-bottom:30px;margin-bottom:-30px;display:flex;touch-action:pan-x;overflow-scrolling:touch}.HorizontalScroll__content:after,.HorizontalScroll__content:before{content:"";flex:0 0 auto;width:16px;height:16px;display:block}.HorizontalScroll__content::-webkit-scrollbar{display:none}.ActionSheet{position:fixed;z-index:1002;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(0,0,0,.7);padding:32px 16px;flex-direction:column}.ActionSheet,.ActionSheet__options{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.ActionSheet__options{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 0;flex-direction:column}.ActionSheet__option{font-size:22px;line-height:28px;font-weight:800;padding:16px;-webkit-transform:scale(.9);transform:scale(.9);color:var(--foreground-secondary);width:100%;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.ActionSheet__option.selected{-webkit-transform:scale(1);transform:scale(1);color:var(--foreground-primary);pointer-events:none}.ActionSheet__close{background:var(--constant-light);width:48px;height:48px;border-radius:50%;margin-top:32px;color:var(--constant-dark)}.ActionSheet__close,.Placeholder{display:flex;align-items:center;justify-content:center}.Placeholder{flex-direction:column;min-height:300px;box-sizing:border-box;padding:62px 32px}.Placeholder.centered{padding:32px;box-sizing:border-box;flex:1 1}.Placeholder__icon{margin-bottom:24px}.Placeholder__icon,.Placeholder__icon svg{width:56px;height:56px}.Placeholder__title{font-weight:800;font-size:22px;line-height:28px;margin-bottom:12px;text-align:center}.Placeholder__text{font-size:17px;line-height:22px;color:var(--foreground-tertiary);text-align:center}.Placeholder__text a{color:var(--tint);text-decoration:underline}.Placeholder__actions{margin-top:24px;flex:0 0 auto}.SegmentedControl{padding:4px;box-sizing:border-box;width:100%;background:rgba(206,208,214,.24);background:var(--background-primary);border-radius:16px;height:48px}.SegmentedControl__in{height:40px}.SegmentedControl__in,.SegmentedControl__item{position:relative;display:flex;align-items:center}.SegmentedControl__item{flex:1 1;z-index:2;transition:opacity .15s ease-in-out;height:100%;justify-content:center;font-size:16px;line-height:20px;min-width:48px;cursor:pointer}.SegmentedControl__item span{color:var(--foreground-tertiary);margin-left:4px;line-height:22px}.SegmentedControl__item.selected{pointer-events:none}.SegmentedControl__item:active{opacity:var(--active-opaicty)}.SegmentedControl__item:before{content:"";display:block;left:0;top:8px;bottom:8px;width:1px;background:var(--border);position:absolute;transition:opacity .15s ease-in-out}.SegmentedControl__item:first-child:before{display:none}.SegmentedControl__item.selected+.SegmentedControl__item:before,.SegmentedControl__item.selected:before{opacity:0}.SegmentedControl__indicator{background:#fff;background:var(--background-zero);box-shadow:0 2px 2px rgba(0,0,0,.04);border-radius:12px;position:absolute;z-index:1;height:100%;top:0;left:0;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out;pointer-events:none}.ModalPage__in .SegmentedControl__indicator{background:var(--background-secondary)}.Select{position:relative}.Select select{width:100%;-webkit-appearance:none;appearance:none;background:var(--background-primary);border:0;padding:12px 16px;font-size:18px;line-height:24px;border-radius:16px;outline:none;color:var(--foreground-primary);box-sizing:border-box}.Select__chevron{width:16px;height:16px;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:var(--foreground-tertiary)}.Checkbox{display:flex;height:42px;align-items:center;padding:0 16px;cursor:pointer}.Checkbox.disabled{pointer-events:none}.Checkbox__indicator{width:20px;height:20px;border-radius:6px;border:2px solid var(--tint);box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:var(--tint);position:relative}.Checkbox.disabled .Checkbox__indicator{border-color:var(--foreground-secondary);color:var(--foreground-secondary)}.Checkbox__indicator svg{opacity:0;position:absolute;top:-4px;left:-4px;width:24px;height:24px}.Checkbox.checked .Checkbox__indicator svg{opacity:1}.Checkbox__label{margin-left:16px;font-size:16px;line-height:22px}.CellButton{margin-top:16px;padding:0 16px;color:var(--foreground-primary);display:block}.Form__item .CellButton{padding:0}.CellButton:first-child{margin-top:0}.CellButton__in{border-radius:16px;height:56px;display:flex;align-items:center;padding:0 16px;box-sizing:border-box;background:var(--background-primary);transition:all .15s ease-in-out}.CellButton__in:active{background:var(--background-tertiary)}.CellButton__text{font-weight:700;font-size:18px;line-height:24px;flex:1 1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.CellButton__text span{color:var(--foreground-tertiary)}.CellButton__icon{width:28px;height:28px;margin-left:16px;display:flex;align-items:center;justify-content:center}.CellButton__icon,.CellButton__indicator{flex:0 0 auto;color:var(--foreground-tertiary)}.CellButton__indicator{font-size:16px;line-height:28px;white-space:nowrap}.BottomBar{position:relative;flex:0 0 auto}.BottomBar__in{padding:16px;background:#fff;background:var(--background-zero);bottom:0;left:0}.desktop .BottomBar__in{background:var(--background-primary)}.BottomBar__content{display:flex;align-items:flex-start;width:100%}.desktop .BottomBar__content{justify-content:center;max-width:360px;margin:0 auto}.desktop .BottomBar__content .Button.stretched{flex:0 0 auto;width:auto}.BottomBar__content .Button{margin-left:16px}.BottomBar__content .Button:first-child{margin-left:0}.BottomBar.column .BottomBar__content{flex-direction:column}.BottomBar.column .BottomBar__content .Button{width:100%;box-sizing:border-box;margin-left:0;margin-top:16px}.BottomBar.column .BottomBar__content .Button:first-child{margin-top:0}.desktop .BottomBar__in.fixed{left:72px;width:calc(100% - 72px)}.BottomBar__in{width:100%;box-sizing:border-box;padding:16px 16px max(env(safe-area-inset-bottom),16px)}.View--ios:focus-within .BottomBar__in{padding-bottom:16px}.View--ios:focus-within .Panel__in{padding-bottom:16px!important}.SearchInput{display:flex;padding:0 16px}.Header .SearchInput{padding:0}.SearchInput .Input{width:100%;padding:10px 16px;height:44px!important;min-height:44px!important}.SearchInput__input{flex:1 1;position:relative}.SearchInput__cancel{position:absolute;right:0;top:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--foreground-tertiary);transition:opacity .15s ease-in-out;cursor:pointer}.SearchInput__cancel:active{opacity:var(--active-opaicty)}.SearchInput__buttons{flex:0 0 auto}.SearchInput__buttons .Button{padding:10px;margin-left:8px;border-radius:16px}.ScrollView{flex:1 1;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}.ReactVirtualized__List{touch-action:pan-y;overflow-scrolling:touch}.ReactVirtualized__List::-webkit-scrollbar,.ScrollView::-webkit-scrollbar{display:none}.ptr-dragging .ptr__children{pointer-events:none!important}.ptr__children,.PullToRefresh{overflow:initial!important;flex:1 1;display:flex;flex-direction:column}.lds-ellipsis div{background:#fff!important;opacity:.72}.PullToRefresh__label{color:var(--foreground-tertiary);font-size:14px;line-height:18px;text-align:center;margin-top:16px}.Tabs{display:flex;position:relative}.Tabs:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--border);-webkit-transform:scaleY(.5);transform:scaleY(.5)}.Tabs.skipMargin{margin:0}.Tabs__item{height:42px;padding:0 8px;font-weight:700;font-size:16px;line-height:20px;display:flex;align-items:center;border-bottom:2px solid transparent;margin-left:12px;cursor:pointer}.Tabs__item,.Tabs__item span{color:var(--foreground-tertiary)}.Tabs__item span{margin-left:4px;font-weight:400}.Tabs__item:first-child{margin-left:0}.Tabs__item.selected{border-bottom-color:var(--tint);color:var(--foreground-primary);cursor:default}.Main{padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-bottom);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;background:var(--background-primary);border-radius:16px}.Main .Input{background:var(--background-secondary)}.Main .Input .PhoneInput__country_code{background:var(--background-tertiary)}.Main .Button.secondary{background:var(--background-secondary)}.Main__info{padding:32px;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center}.Main__logo{font-size:20px;line-height:28px;flex:0 0 auto;margin-top:16px}.Main__description,.Main__logo{font-weight:800;text-align:center}.Main__description{font-size:36px;line-height:44px;margin-top:24px}.Main__links{display:flex;padding-top:12px;flex-wrap:wrap}.Main__link{display:block;padding:10px 16px;border-radius:16px;color:var(--foreground-primary);text-decoration:none;font-size:16px;line-height:20px;background:var(--background-tertiary);margin:4px;transition:background-color .15s ease-in-out}.Main__link:active,.Main__link:hover{background-color:var(--background-tertiary)}.Main__login_form{width:100%;max-width:400px;padding:0 16px;box-sizing:border-box;flex:0 0 auto}.Main__captcha_wrap{position:relative;height:72px;flex:0 0 auto!important}.Main__captcha_loader,.Main__captcha_wrap{display:flex;align-items:center;justify-content:center;width:100%}.Main__captcha_loader{z-index:1;position:absolute;top:0;left:0;height:100%}.Main__captcha__cont{width:100%;height:auto;flex:0 0 auto;z-index:2;position:relative}.Main__privacy{font-size:15px;line-height:18px;padding-bottom:12px}.Main__privacy,.Main__privacy a{color:var(--foreground-secondary)}.Main__privacy a{text-decoration:underline}.Main__auth_methods{padding-bottom:16px}.Main__auth_methods .Button{margin-top:12px}.Main__auth_methods .Button:first-child{margin-top:0}.Main__buttons_row{display:flex;width:100%}.Main__buttons_row .Button{margin-left:8px;flex:1 1}.Main__buttons_row .Button:first-child{margin-left:0}.Main__explore{padding-bottom:32px}.Main__explore,.Main__explore .InlineHeader{margin-top:16px}.Main__explore .Post:first-child{margin-top:8px}.Main__explore__loader{display:flex;height:200px;width:100%;align-items:center;justify-content:center}@media screen and (min-height:900px){.Main{justify-content:center;margin-top:32px}.Main__info{flex:0 0 auto;padding-top:0}}.bg-photo-wrap{width:100%;height:350px;position:absolute;z-index:-1;overflow:hidden}.bg-photo{width:100%;background-size:cover;height:300px;-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-filter:blur(30px) brightness(70%);filter:blur(30px) brightness(70%)}.content{max-width:607px;padding:40px 0;margin:0 auto}.profile{text-align:center;background:#1c1d1f;border-radius:15px;padding-bottom:25px;margin:175px 10px 0}.profile-photo{border-radius:100%;border:12px solid #19191a;margin-top:-85px;width:150px}.profile-line{color:#818c99;margin:10px}.profile-name{font-size:20px;padding-top:20px}.post{background:#141414;border-radius:15px;margin:20px 10px;padding:20px}.post-question{font-weight:700}.post-answer{margin-top:7px}.profile-actions{padding-top:10px}.profile-ask{background:#36d96c;padding:12px 40px 13px;border-radius:30px;display:inline-block;text-decoration:none;color:#141414}.profile-ask:hover{background:#2fca63;cursor:pointer}.profile-ask-icon{vertical-align:middle;margin-top:-2px;margin-right:5px}.profile-ask-text{padding:2px 0 0;display:inline-block}.post-photo{margin-top:15px}.post-photo-url{width:300px;border-radius:10px}.post-date{color:#818c99;font-size:14px;padding:5px 0 0}.post-empty-title{font-weight:700;font-size:20px}.post-empty{text-align:center;padding:30px 30px 40px;line-height:25px}.post-empty-text{font-size:18px;color:#71767a;padding:10px 10px 20px}.snackbar{width:300px;background:#1d1e1f;padding:9px 10px;position:fixed;bottom:15px;left:50%;border-radius:15px;margin:0 auto 0 -160px}.snackbar-action{color:#65cc5c;float:right;text-decoration:none}.snackbar-action,.snackbar-text{display:inline-block;padding:10px}.logo-wrap{position:absolute;margin:10px 3px}.logo-holder{max-width:607px;margin:0 auto}.center{width:350px;position:fixed;left:50%;margin-left:-175px;top:50%;margin-top:-200px;text-align:center}.post-actions{margin-top:14px}.post-act{display:inline-block;text-decoration:none;background:#1d1e1f;border-radius:25px;padding:8px 10px 7px;color:#71767a;vertical-align:middle;cursor:pointer;height:21px}.post-act:hover{background:#2a2c2e}.post-act-right{float:right;margin-left:10px}.post-act-like{min-width:23px;display:inline-flex;align-items:center}.post-like-count{padding-left:2px;padding-right:2px}.post-like-icon{padding-top:0;margin-right:2px;margin-left:2px}.post-like-count{display:inline-block}.post-act-actions{padding:7px 10px 8px}.post-act-share{padding:8px 10px 7px}.download-android,.download-ios{float:right;margin:10px 5px}.popup_wrap{height:100%;width:100%;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:100;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.popup{width:300px;background:#131414;border-radius:40px;text-align:center;padding:40px 20px 20px;box-shadow:0 0 344px 47px #000}.popup_desc{padding:20px 0;font-size:20px}.popup_btn{background:#65cc5c;color:#000;padding:15px 30px;border-radius:30px;text-decoration:none;display:flex;align-items:center;justify-content:center;margin-top:20px;margin-bottom:20px}.popup_btn img{margin-right:3px}#amafan_frame_cont{position:absolute;left:-10000px;top:-10000px}.empty_msg{padding:40px 0;display:flex;height:70vh;justify-content:center;align-items:center;max-width:607px;font-size:20px;width:100%}#ether-canvas{display:block;position:fixed}.main-wrap{flex-direction:column;background:var(--background-primary)}.main-columns,.main-wrap{display:flex;align-items:center;position:relative;height:100%}.main-columns{flex-direction:row}@media screen and (max-width:900px){.main-columns{flex-direction:column;height:auto}}.left-part{padding:10px 30px 80px;max-width:600px}.right-part{padding-bottom:70px}.left-download{padding:110px 10px}.left-download h1{font-size:48px;line-height:58px;font-family:"Rubik",Arial,Helvetica,sans-serif}.landing_btns{display:flex;margin-top:10px}.landing_btn{background:#65cc5c;color:#000;padding:15px 21px 15px 20px;border-radius:30px;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:700;line-height:24px;margin-left:10px}.landing_btn:first-child{margin-left:0}.landing_btn:hover{background:#fff}.landing_btn img{margin-right:3px}.logo-landing{margin-bottom:200px}.right-screen-img{width:500px;margin:20px}@media screen and (max-width:700px){.right-screen-img{width:500px}}@media screen and (max-width:600px){.right-screen-img{width:350px}}@media screen and (max-width:400px){.right-screen-img{width:300px}}@media screen and (max-width:350px){.right-screen-img{width:200px}}.footer{background:rgba(26,26,26,.8);width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.footer-left{flex:auto;padding:15px 20px;max-width:990px}.footer-left a{color:#fff;text-decoration:none;padding:10px;display:inline-block}.footer-left a:hover{background:#333;border-radius:10px}.footer-right{justify-content:center;align-items:center;padding:5px 20px;line-height:24px;color:#71767a}.download_open{display:block;padding:17px 10px;border-radius:75px;background:#007aff;color:#fff;text-decoration:none;margin-top:12px}.download_or{margin-bottom:-6px;margin-top:10px;color:#fff}.main-logo{display:flex;align-items:center;font-weight:700;font-size:16px;line-height:20px}.main-logo svg{width:32px;height:32px;margin-right:10px}@media screen and (max-width:700px){.left-download{padding:32px 0 0}.left-part{padding-bottom:20px}.landing_btns{flex-direction:column}.landing_btn{margin-left:0;margin-top:12px}}.Registration__title{font-weight:800;font-size:24px;line-height:32px;padding:0 32px 32px;text-align:center}.Registration__step3{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;box-sizing:border-box;flex:1 1}.Registration__photo_wrap{width:168px;height:168px;border-radius:50%;background:var(--background-primary) no-repeat 50%/cover;position:relative}.Registration__photo_wrap input{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;opacity:0}.Registration__photo__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.Registration__photo__loader.add_icon svg{-webkit-transform:scale(1.2);transform:scale(1.2)}.Registration__photo__remove_wrap{height:36px;margin-top:32px}.Birthday{display:flex}.Birthday .Select{flex:1 1;margin-left:8px}.Birthday .Select:first-child{width:92px;flex:0 0 auto;margin-left:0}.Birthday .Select:last-child{width:112px;flex:0 0 auto}.Feed__items{padding-bottom:16px}.Feed__logo{font-size:22px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.Feed_logo_img{width:152px;height:28px;background:url(data:image/png;base64,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) no-repeat 50%/contain}.Feed__separator{width:100%;height:1px;background:var(--border)}.Welcome{border-radius:16px;padding:16px;background:var(--background-secondary);margin-top:16px}.Welcome ul{padding-left:16px;margin-top:0}.Welcome li{margin-top:8px}.Welcome a{color:var(--foreground-primary);text-decoration:underline}.Welcome__title{font-size:22px;line-height:30px;font-weight:700}.Welcome__message{font-size:16px;line-height:22px;margin-top:12px}.Feed__tabs{padding-bottom:16px}.Feed__my_profile_btn{width:34px;height:34px;border-radius:50%;background:no-repeat 50%/cover;margin-left:12px}.AuthRequired{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;flex-direction:column;padding:100px 16px;box-sizing:border-box;text-align:center}.AuthRequired__title{font-size:26px;line-height:32px;font-weight:700}.AuthRequired__caption{margin-top:12px;font-size:18px;line-height:24px;color:var(--foreground-tertiary)}.AuthRequired__form{margin-top:32px}.FeedNotification{display:flex;padding:16px;position:relative;background:var(--background-primary);margin-top:-16px;border-radius:0 0 16px 16px;margin-bottom:16px}.FeedNotification__icon{flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:var(--background-secondary) no-repeat 50%/cover}.FeedNotification__cont{margin-left:16px}.FeedNotification__title{font-weight:700;font-size:15px;line-height:17px}.FeedNotification__description{color:var(--foreground-tertiary);font-size:14px;line-height:16px;margin-top:4px}.FeedNotification__action{display:flex;margin-top:12px}.FeedNotification__action .Button{margin-left:8px}.FeedNotification__action .Button:first-child{margin-left:0}.NotFound{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 32px}.NotFound__title{font-size:32px;font-weight:700;color:var(--foreground-primary)}.NotFound__caption{margin-top:24px;font-size:18px;line-height:26px;color:var(--foreground-tertiary);text-align:center}.Profile{padding-bottom:16px}.Profile .CreatePostForm{margin-top:16px}.Profile__info_block{background:var(--background-primary);border-radius:0 0 16px 16px}.Profile__info_block .Button.secondary{background:var(--background-secondary)}.Profile__common_info{display:flex;padding:0 16px 16px}.Profile__common_info__photo{width:82px;height:82px;background:no-repeat 50%/cover;border-radius:12px;flex:0 0 auto}.Profile__common_info__cont{margin-left:16px;overflow:hidden}.Profile__common_info__name_wrap{display:flex;align-items:center;overflow:hidden}.Profile__common_info__name{font-weight:800;font-size:20px;line-height:28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Profile__common_info__status{color:var(--foreground-primary);font-size:16px;line-height:22px;margin-top:4px;display:flex;align-items:center}.Profile__common_info__status__chevron{margin-left:8px;flex:0 0 auto}.Profile__common_info__status__icon{flex:0 0 auto;width:22px;height:22px;color:var(--foreground-tertiary);margin-right:8px}.Profile__info{margin-top:16px;padding:0 16px}.Profile__info__item{display:flex;color:var(--foreground-secondary);margin-top:8px}.Profile__info__item:first-child{margin-top:0}.Profile__info__item__label{font-weight:500}.Profile__info__item__value{margin-left:8px}.Profile__counters{display:flex;padding:24px 16px 16px}.Profile__counters__item{flex:1 1;color:var(--foreground-primary);text-align:center;background:var(--background-secondary);padding:12px 0;border-radius:16px;margin-left:12px}.Profile__counters__item:first-child{margin-left:0}.Profile__counters__item_count{font-weight:800;font-size:20px;line-height:24px}.Profile__counters__item_label{margin-top:6px;font-size:12px;line-height:14px}.Profile__follow_wrap{padding:0 16px;margin-top:16px;margin-bottom:-8px}.Profile__upload_ava_input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.Profile__link{background:var(--background-secondary);border-radius:16px;margin-top:8px;padding:10px 16px;display:flex;align-items:center;cursor:pointer}.Profile__link__cont{flex:1 1}.Profile__link__title{font-size:15px;line-height:20px}.Profile__link__caption{font-size:13px;line-height:16px;color:var(--foreground-secondary)}.Profile__link__icon{flex:0 0 auto;margin-left:16px;color:var(--foreground-tertiary);width:28px;height:28px}.Profile__buttons{padding-bottom:16px}.Profile__buttons .CellButton__in{background:var(--background-secondary)}.Profile__buttons:empty{display:none}.Other__profile{display:flex;align-items:center;padding:16px;text-decoration:none;border-radius:16px}.Other__profile:active{background:var(--background-tertiary)}.Other__profile__photo{width:52px;height:52px;background:no-repeat 50%/cover;border-radius:12px;flex:0 0 auto}.Other__profile__cont{margin-left:16px;flex:1 1}.Other__profile__name{font-weight:800;font-size:18px;line-height:22px;color:var(--foreground-primary)}.Other__profile__caption{color:var(--foreground-tertiary);font-size:16px;line-height:22px;margin-top:8px;display:flex;align-items:center}.Other__profile__caption svg{margin-left:8px}.Other__actions{margin-top:16px}.NewPost{display:flex;flex-direction:column;padding:16px 16px 0}.NewPost__attachments{margin:8px -6px 0;display:flex;flex-wrap:wrap}.NewPost__attachments .Button{margin-left:6px;margin-right:6px;margin-top:8px}.NewPost__attachments__photo_wrap{position:relative;overflow:hidden}.NewPost__attachments__photo_wrap .Button{z-index:1}.NewPost__attachments__photo_wrap input{position:absolute;z-index:2;opacity:0;top:0;left:0;width:100%;height:100%}.AttachPickerManager,.NewPost__button_wrap{margin-top:16px}.AttachPickerManager.mini{margin-top:8px}.AttachPickerManager:empty{margin-top:0}.AttachPickerManager__photo__controls{position:absolute;top:0;left:0;width:100%;height:100%}.AttachPickerManager__photo__remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;background:rgba(0,0,0,.72);display:flex;align-items:center;justify-content:center;color:var(--foreground-tertiary);z-index:3}.AttachPickerManager__photo__remove svg{width:12px;height:12px}.AttachPickerManager__photo__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.42);z-index:2}.AttachPickerManager__mini_photos{display:flex;flex-wrap:wrap;padding:0 12px}.AttachPickerManager__mini_photo{padding:4px;display:flex;width:20%;box-sizing:border-box}.AttachPickerManager__mini_photo__image{flex:1 1;position:relative;background:no-repeat 50%/cover;border-radius:16px}.AttachPickerManager__mini_photo__image:after{content:"";display:flex;padding-top:100%}.AttachPickerManager__link_loader{display:flex;height:64px;align-items:center;justify-content:center}.AttachPickerManager__link_header{display:flex;margin-bottom:8px;align-items:center}.AttachPickerManager__link_header_title{font-weight:800;font-size:16px;line-height:20px;flex:1 1}.AttachPickerManager__link_header_remove{flex:0 0 auto;color:var(--foreground-tertiary);display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:-4px;margin-right:-4px;cursor:pointer;transition:color .15s ease-in-out}.AttachPickerManager__link_header_remove:hover{color:var(--foreground-primary)}.AttachPickerManager__timer{margin-top:12px}.AttachPickerManager__timer .Input{width:100%}.AttachPickerManager__timer .Input::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.ViewPost{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}.ViewPost .Post{margin-top:0}.ViewPost__comments{margin-top:10px;height:48px;display:flex;align-items:center;padding:0 16px;font-weight:800;font-size:17px;line-height:22px;color:var(--foreground-primary)}.CommentForm{position:fixed;bottom:0;left:0;width:100%;background:var(--background-primary);z-index:1000;will-change:transform}.CommentForm__content{display:flex;align-items:flex-end}.CommentForm__input_wrap{padding:8px 0;box-sizing:border-box;display:flex;flex:1 1}.CommentForm__input_wrap textarea{background:var(--background-secondary);border-radius:20px;font-size:17px;line-height:24px;padding:8px 16px;border:0;resize:none;outline:none;color:var(--foreground-primary);box-sizing:border-box;width:100%}.CommentForm__button{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:4px;color:var(--tint);cursor:pointer;position:relative;overflow:hidden}.CommentForm__button input{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.CommentForm__helper{height:56px}.CommentForm__reply_to{display:inline-flex;padding:6px 16px 0;font-size:16px;line-height:18px;cursor:pointer;color:var(--foreground-tertiary)}.CommentForm__reply_to__cancel{width:18px;height:18px;margin-left:4px}.CommentForm__reply_to__cancel,.CommentForm__sender{display:flex;align-items:center;justify-content:center}.CommentForm__sender{width:48px;height:48px;margin:4px 4px 4px 0}.CommentForm__sender__photo{width:40px;height:40px;border-radius:50%;background:no-repeat 50%/cover}.Anime__search{display:flex}.Anime__search .Input{width:100%;padding:10px 16px;height:44px!important;min-height:44px!important}.Anime__search .Button{padding:10px;margin-left:8px;border-radius:16px}.Anime__search__input{flex:1 1;position:relative}.Anime__search__cancel{position:absolute;right:0;top:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--foreground-tertiary);transition:opacity .15s ease-in-out;cursor:pointer}.Anime__search__cancel:active{opacity:var(--active-opaicty)}.Anime__cards{padding:8px 0 16px}.Anime_not_found{color:var(--foreground-tertiary);text-align:center;padding:100px 32px;font-size:18px;line-height:22px}.Anime__filters .Form{padding-top:0}.Anime__filters__group{display:flex}.Anime__filters__group .Form__item{flex:1 1}.Anime__buttons{padding:16px 0}.AnimeItem{padding:8px 16px;display:flex}.AnimeItem__poster{background:var(--background-tertiary) no-repeat 50%/cover;width:100px;height:136px;border-radius:12px;flex:0 0 auto}.AnimeItem__cont{margin-left:16px;overflow:hidden;max-height:136px;display:flex;flex-direction:column}.AnimeItem__title{font-size:18px;line-height:22px;font-weight:800;flex:0 0 auto;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;max-lines:2;display:-webkit-box;color:var(--foreground-primary)}.AnimeItem__description{font-size:16px;line-height:20px;margin-top:12px;color:var(--foreground-tertiary);overflow:hidden;flex:1 1;position:relative}.AnimeItem__description:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:25px;background:linear-gradient(180deg,transparent,#000)}.Anime__cards a{margin-left:8px}.Anime__cards a:first-child{margin-left:0}.AnimeCard{flex:0 0 auto}.AnimeCard__poster{width:100px;height:136px;background:var(--background-tertiary) no-repeat 50%/cover;border-radius:12px}.EditAnime__wrap .AttachPickerManager__mini_photos{padding:0}.EditAnime__photo_button{position:relative;overflow:hidden;flex:0 0 auto;margin-top:12px;display:inline-block}.EditAnime__photo_button input{opacity:0;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.ViewAnime__title{font-size:18px;line-height:22px;color:var(--foreground-primary);font-weight:500}.ViewAnime__orig_name{font-size:16px;line-height:20px;color:var(--foreground-tertiary);padding:0 16px 8px}.ViewAnime__continue{padding:8px 16px 16px}.ViewAnime__info{display:flex;padding:0 16px 16px;margin-top:8px}.ViewAnime__info__poster{width:100px;height:136px;background:var(--background-tertiary) no-repeat 50%/cover;border-radius:12px;flex:0 0 auto}.ViewAnime__info_cont{margin-left:16px}.ViewAnime__info__rows{margin-top:8px}.ViewAnime__info__row{display:flex;padding:4px 0;font-size:14px;line-height:18px}.ViewAnime__info__row__label{flex:0 0 auto;font-weight:500;color:var(--foreground-tertiary)}.ViewAnime__info__row__value{margin-left:8px}.ViewAnime__description_wrap{padding:8px 16px 0}.ViewAnime__description_wrap .Button{justify-content:flex-start;padding-left:0}.ViewAnime__description_wrap .Button__text{padding:0!important}.ViewAnime__description{font-size:16px;line-height:22px;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;max-lines:4;display:-webkit-box;color:var(--foreground-secondary)}.ViewAnime__description.expanded{display:block}.ViewAnime__season_select{display:flex;align-items:center}.ViewAnime__season_select svg{margin-left:8px;color:var(--foreground-tertiary)}.ViewAnime__like_wrap{padding:8px 16px;display:flex;justify-content:flex-start}.ViewAnime__like_wrap .Button{margin-left:12px}.ViewAnime__like_wrap .Button:first-child{margin-left:0}.ViewAnime__like_wrap span{opacity:.7;margin-left:6px}.PlayAnime__info{padding:16px 16px 8px}.PlayAnime__title{font-size:18px;font-weight:800;line-height:24px}.PlayAnime__nav{display:flex;justify-content:space-between;margin-top:16px}.PlayAnime__player{position:relative;padding-top:60%}.PlayAnime__player__video{width:100%;height:100%;position:absolute;top:0;left:0}.PlayAnime__filler{color:var(--foreground-tertiary)}.Search{padding-bottom:16px}.Search .Anime__search{padding:0}.Search__tabs{padding-bottom:8px}.Search__more_btn{display:flex;text-decoration:none;color:var(--foreground-tertiary);background:var(--background-primary);height:48px;align-items:center;justify-content:center;border-radius:16px;font-size:16px;line-height:20px;margin:8px 16px 16px}.Search__more_btn svg{margin-left:4px;width:16px;height:16px}.Followers__tabs_wrap{padding:8px 0 16px}.Invite__buttons_wrap{margin-top:24px}.Invite__buttons{display:flex}.Invite__button{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;font-weight:700;font-size:15px;line-height:17px;padding:12px;text-align:center;text-decoration:none;color:var(--foreground-primary)}.Invite__button:before{content:"";display:block;width:62px;height:62px;background:50%/contain no-repeat;border-radius:16px;margin:0 auto 12px}.Invite__button.telegram:before{background-image:url(/static/media/ic-telegram-72.f582d867.svg)}.Invite__button.vk:before{background-image:url(/static/media/ic-vk-72.3b958575.svg)}.Invite__button.insta:before{background-image:url(/static/media/ic-instagram-72.7b24478b.svg)}.Invite__button.fb:before{background-image:url(/static/media/ic-facebook-72.2d056c42.svg)}.Invite__button.twitter:before{background-image:url(/static/media/twitter.77289e4f.jpg)}.Invite__link_wrap{background:var(--background-primary);border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center}.Invite__link_title{font-weight:700;font-size:18px;line-height:22px;text-align:left;width:100%}.Invite__link_description{font-size:16px;line-height:22px;margin-top:4px;text-align:left}.Invite__link_description a{color:var(--foreground-primary);text-decoration:underline}.Invite__link_description__warn{font-size:14px;line-height:18px;color:var(--foreground-tertiary);margin-top:8px}.Invite__link_label{color:var(--foreground-tertiary);font-size:15px;line-height:17px;margin-top:24px}.Invite__link{background:var(--background-tertiary);padding:10px 16px;font-size:18px;line-height:22px;font-weight:700;border-radius:12px;margin-top:6px;margin-bottom:16px}.Group{padding-bottom:16px}.Group .Profile__follow_wrap{margin-bottom:0}.Group__info_row{margin-bottom:12px;padding:0 16px}.Group__info_row:first-child{margin-top:0}.Group__info_label{font-size:14px;line-height:18px;color:var(--foreground-secondary)}.Group__info_cont{margin-top:4px;font-size:17px;line-height:23px}.Group__info_cont a{text-decoration:underline;color:var(--foreground-primary)}.Group__description{overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical;text-overflow:ellipsis;max-lines:5;display:-webkit-box;color:var(--foreground-primary);position:relative}.Group__description.expanded{display:block}.Group__description__expand_btn{position:absolute;background-color:var(--background-primary);top:88px;width:100%;height:22px;font-weight:500;color:var(--foreground-tertiary);cursor:pointer}.Group__description.expanded .Group__description__expand_btn{top:0;position:static}.Group__followers{padding:12px 0;text-align:center;font-size:14px;line-height:18px;color:var(--foreground-tertiary);cursor:pointer;display:block}.Group__scheduled_posts{background:var(--background-secondary);padding:16px;border-radius:16px;color:var(--foreground-primary);text-align:center;cursor:pointer;font-weight:600;font-size:18px;line-height:28px;margin-top:16px;display:flex;align-items:center;justify-content:center;transition:background .15s ease-in-out}.Group__scheduled_posts svg{margin-right:8px}.Group__scheduled_posts:active,.Group__scheduled_posts:hover{background:var(--background-tertiary)}.Groups__list{padding:8px 0 16px}.Chat__header_name_wrap{display:flex;align-items:center;justify-content:center}.Chat__header_name{font-size:18px;line-height:22px;font-weight:800;color:var(--foreground-primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Chat__header_online{font-weight:400;margin-top:2px;display:flex;justify-content:center}.Chat__header_online .Online{display:none}.Chat__header_online .Online__label{margin-left:0;font-size:14px;line-height:18px}.History{flex:1 1;display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:16px 0}.History__date{padding:9px 32px;flex:0 0 auto;text-align:center;font-weight:800;font-size:15px;line-height:18px;color:var(--foreground-tertiary)}.Message{padding:4px 16px 4px 84px;display:flex;justify-content:flex-end;align-items:flex-end;width:100%;box-sizing:border-box}.Message.isGroupingBefore{padding-top:2px}.Message.isGroupingAfter{padding-bottom:2px}.Message .Attachments{margin:-8px -12px}.Message.inbox{padding-left:12px;padding-right:84px;justify-content:flex-start}.Message__attachments{min-width:200px;width:100%;position:relative}.Message__attachments:empty{display:none}.Message__text+.Message__attachments .Attachments{margin-top:6px}.Message__in{background:var(--tint);padding:7px 12px;border-radius:20px;display:flex;align-items:flex-end;justify-content:flex-end;position:relative;overflow:hidden}.Message.isGroupingBefore.inbox .Message__in{border-top-left-radius:8px}.Message.isGroupingAfter.inbox .Message__in{border-bottom-left-radius:8px}.Message.isGroupingBefore.outbox .Message__in{border-top-right-radius:8px}.Message.isGroupingAfter.outbox .Message__in{border-bottom-right-radius:8px}.Message.inbox .Message__in{background:var(--background-primary)}.Message__text{font-size:17px;line-height:22px;color:var(--background-primary)}.Message__text .Linkify{display:inline}.Message.inbox .Message__text{color:var(--foreground-primary)}.Message__text:empty{display:none}.Message__text .Message__meta{position:relative;right:auto;bottom:auto;opacity:0;margin-left:8px}.Message__time{font-weight:400;font-size:11px;line-height:14px;align-self:flex-end;display:flex;align-items:center;z-index:3;white-space:nowrap;-webkit-transform:translateZ(0);transform:translateZ(0)}.Message__failed{display:flex;align-items:center;height:36px;padding:0 12px;color:var(--tint-negative)}.Message__meta{display:inline-flex;align-items:center;position:absolute;bottom:6px;right:12px;color:rgba(0,0,0,.72)}.Message.inbox .Message__meta{color:hsla(0,0%,100%,.72)}.Message.withAttach .Message__meta{background:rgba(0,0,0,.6);border-radius:9px;padding:2px 4px;color:hsla(0,0%,100%,.72)}.Message__send_indicator{width:16px;height:16px;margin-left:2px}.SendForm{position:fixed;bottom:0;right:0;left:0;box-sizing:border-box;display:flex;justify-content:center;z-index:100;background:var(--background-zero);padding:0 4px env(safe-area-inset-bottom)}.desktop .SendForm{left:var(--navbar-width)}.SendForm__cont_wrap{width:100%;max-width:var(--max-width)}.SendForm__cont{display:flex;padding:4px;align-items:flex-end;width:100%}.SendForm__button{width:48px;height:48px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:var(--tint);cursor:pointer;transition:opacity .15s ease-in-out;overflow:hidden;position:relative}.SendForm__button:active,.SendForm__button:hover{opacity:var(--active-opaicty)}.SendForm__button input{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.SendForm__input_wrap{padding:4px;flex:1 1;box-sizing:border-box;display:flex}.SendForm__input_wrap .Input{width:100%;border-radius:20px}.SendForm__helper{flex:0 0 auto;height:56px;width:100%}.SendForm__banned{height:56px;display:flex;align-items:center;justify-content:center;padding:0 16px;text-align:center;font-size:16px;line-height:20px;font-weight:800}.Write__content{padding:16px 0}.WriteCell{display:flex;align-items:center;padding:8px 16px}.desktop .WriteCell{border-radius:16px}.WriteCell:active,.WriteCell:hover{background:var(--background-tertiary)}.WriteCell__photo{width:48px;height:48px;border-radius:var(--photo-border-radius);background:var(--background-tertiary) no-repeat 50%/cover;flex:0 0 auto}.WriteCell__cont{flex:1 1;margin-left:16px;overflow:hidden}.WriteCell__name_wrap{display:flex;align-items:center}.WriteCell__name{font-size:18px;line-height:22px;font-weight:800;color:var(--foreground-primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.WriteCell__arrow{flex:0 0 auto;margin-left:12px;width:16px;height:16px;color:var(--foreground-tertiary);margin-right:-6px}.FindFriends__suggestions{margin-top:24px}.FindFriendItem{display:flex;padding:8px 16px}.FindFriendItem__photo{width:82px;height:82px;background:var(--background-tertiary) no-repeat 50%/cover;flex:0 0 auto;border-radius:var(--photo-border-radius)}.FindFriendItem__cont{flex:1px 1;margin-left:16px}.FindFriendItem__name_wrap{display:flex;align-items:center}.FindFriendItem__name{font-size:18px;line-height:22px;font-weight:800;color:var(--foreground-primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.FindFriendItem__followers{margin-top:6px;font-size:16px;line-height:20px;color:var(--foreground-tertiary);display:flex;align-items:center}.FindFriendItem__follow{margin-top:16px;display:flex}.FindFriendItem__mutual_friends{display:flex;flex:0 0 auto;margin-right:8px}.FindFriendItem__mutual_friend{width:32px;height:32px;border-radius:50%;background:var(--background-tertiary) no-repeat 50%/cover;flex:0 0 auto;margin-left:-8px;border:3px solid var(--background-primary);box-sizing:border-box}.FindFriendItem__mutual_friend:first-child{margin-left:0}.PhotoView{display:flex;flex-direction:column;width:100%;height:100%}.desktop .PhotoView{height:700px}.mobile .PhotoView{position:fixed;top:0;left:0;height:100vh;width:100vw}.mobile .PhotoView .Header{background:rgba(0,0,0,.6);transition:opacity .15s ease-in-out;position:absolute;top:0;left:0;width:100%;z-index:3}.PhotoView.hideControls .Header{opacity:0;pointer-events:none}.PhotoView__bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#000}.PhotoView__content{flex:1 1;display:flex;flex-direction:column;z-index:2;position:relative}.PhotoView__container{flex:1 1;display:flex;overflow:hidden;touch-action:none}.PhotoView__photos{flex:1 1;display:flex;flex-wrap:nowrap}.PhotoView__photo__container{width:100%;flex:0 0 auto;height:100%;display:flex;margin-left:16px}.PhotoView__photo__container:first-child{margin-left:0}.PhotoView__photo{flex:1 1;background:no-repeat 50%/contain}.PhotoView__open{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;opacity:0}.GroupAdminsItem{display:flex;align-items:center;padding:8px 16px}.desktop .GroupAdminsItem{border-radius:16px}.GroupAdminsItem:active,.GroupAdminsItem:hover{background:var(--background-tertiary)}.GroupAdminsItem__photo{width:52px;height:52px;border-radius:var(--photo-border-radius);background:var(--background-tertiary) no-repeat 50%/cover;flex:0 0 auto}.GroupAdminsItem__cont{flex:1 1;margin-left:16px;overflow:hidden}.GroupAdminsItem__name_wrap{display:flex;align-items:center}.GroupAdminsItem__name{font-size:18px;line-height:22px;font-weight:800;color:var(--foreground-primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.GroupAdminsItem__caption{margin-top:6px;font-size:16px;line-height:20px;color:var(--foreground-tertiary)}.GroupAdminsItem__action{margin-left:16px;font-size:16px;line-height:20px;color:var(--tint);padding:10px 16px;flex:0 0 auto}.Domain__message{font-size:16px;line-height:20px;text-align:center;padding:16px;color:var(--foreground-tertiary)}.Domain__message a{color:#fff;font-weight:700}.Domain__input{position:relative}.Domain__input .Input{padding-left:109px}.Domain__host{color:var(--foreground-secondary);position:absolute;left:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:18px;line-height:24px;pointer-events:none;z-index:2}.Domain__error{color:var(--tint-negative)}.AnimeLists{display:flex;flex-direction:column;align-items:center;padding:16px;text-decoration:none;color:var(--foreground-primary)}.AnimeLists__photo{width:82px;height:82px;border-radius:var(--photo-border-radius);background:no-repeat 50%/cover;flex:0 0 auto}.AnimeLists__name{font-size:22px;line-height:26px;color:var(--foreground-primary);font-weight:700;margin-top:8px}.AnimeLists__label{margin-top:24px;font-size:14px;line-height:18px;color:var(--foreground-tertiary)}.AnimeLists__item{background:var(--background-secondary);border-radius:16px;margin-top:16px;padding:8px 0}.AnimeLists__item__header{color:var(--foreground-primary);text-decoration:none;cursor:pointer;display:block}.AnimeLists__item__title_wrap{display:flex}.AnimeLists__item__title_wrap .InlineHeader{flex:1 1;display:flex;align-items:center;flex-wrap:wrap}.AnimeLists__item__title_wrap .InlineHeader svg{color:var(--foreground-tertiary);width:20px;height:20px;margin-left:4px}.AnimeLists__item_show_all{flex:0 0 auto;margin-left:16px;font-size:16px;line-height:20px;color:var(--foreground-tertiary);padding:12px 16px;display:flex;align-items:center}.AnimeLists__item_show_all svg{margin-left:4px}.AnimeLists__item__description{font-size:16px;line-height:20px;color:var(--foreground-tertiary);padding:0 16px 8px}.AnimeLists__share{display:flex;align-items:center;justify-content:center;padding:16px}.CreateAnimeList__search{min-height:150px;display:flex;flex-direction:column;position:relative;padding:16px 0}.CreateAnimeList__search .Loader__wrap,.CreateAnimeList__search .Placeholder{position:relative;flex:1 1;padding:0 32px}.CreateAnimeList__item{display:flex;align-items:center;padding:8px 0;cursor:pointer}.CreateAnimeList__item__name{font-weight:700;font-size:16px;line-height:20px;flex:1 1}.CreateAnimeList__item__btn{margin-left:16px;flex:0 0 auto}.AnimeList__author{display:flex;align-items:center;margin-top:16px;background:var(--background-secondary);padding:12px 16px;border-radius:16px;text-decoration:none;color:var(--foreground-primary)}.AnimeList__author__photo{flex:0 0 auto;width:48px;height:48px;border-radius:var(--photo-border-radius);background:no-repeat 50%/cover}.AnimeList__author__cont{margin-left:16px}.AnimeList__author__name{font-size:16px;line-height:20px;font-weight:700}.AnimeList__author__label{font-size:14px;line-height:18px;color:var(--foreground-tertiary);margin-top:4px}.AnimeList__info{padding:16px}.AnimeList__title{font-size:24px;line-height:28px;font-weight:700;display:flex;align-items:center;flex-wrap:wrap}.AnimeList__title svg{margin-left:4px;color:var(--foreground-tertiary);width:20px;height:20px}.AnimeList__description{font-size:16px;line-height:20px;color:var(--foreground-tertiary);margin-top:8px}.Promo__header{display:flex;flex-direction:column;align-items:center;padding:32px;min-height:400px;justify-content:center;position:relative}.Promo__header__name{font-weight:800;font-size:20px;line-height:28px;color:var(--foreground-tertiary);flex:0 0 auto}.Promo__header__title{font-weight:800;font-size:36px;line-height:44px;text-align:center;margin-top:24px}.Promo__header__action{margin-top:24px}@-webkit-keyframes Promo__circle1{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(10px,5px);transform:translate(10px,5px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes Promo__circle1{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(10px,5px);transform:translate(10px,5px)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes Promo__circle2{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-5px,-10px);transform:translate(-5px,-10px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes Promo__circle2{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-5px,-10px);transform:translate(-5px,-10px)}to{-webkit-transform:translate(0);transform:translate(0)}}.Promo__header__circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#9c6,#56bf56);height:180px;width:180px;opacity:.42}.Promo__header__circle.top{top:-100px;right:-80px;-webkit-animation:Promo__circle1 4s ease infinite;animation:Promo__circle1 4s ease infinite}.Promo__header__circle.bottom{bottom:-30px;left:-80px;height:130px;width:130px;-webkit-animation:Promo__circle2 3s ease infinite;animation:Promo__circle2 3s ease infinite}.Promo__features{padding:32px 0 0}.Promo__features__item{padding:16px;border-radius:16px;background:var(--background-primary);display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:16px}.Promo__features__item__icon{flex:0 0 auto;color:var(--foreground-tertiary)}.Promo__features__item__icon,.Promo__features__item__icon svg{width:48px;height:48px}.Promo__features__item__title{font-size:22px;line-height:26px;font-weight:700;margin-top:16px}.Promo__features__item__caption{margin-top:4px;font-size:18px;line-height:22px;color:var(--foreground-tertiary)}.Rating__info{background:var(--background-primary);border-radius:16px;padding:16px 0;margin-bottom:16px}.Rating__description{font-size:16px;line-height:22px;color:var(--foreground-primary);padding:0 16px}.Rating__give_buttons{background:var(--background-primary);border-radius:16px;margin-bottom:16px;padding:16px 0}.Rating__give_buttons .CellButton__in{background:var(--background-secondary)}.Rating__levels{background:var(--background-primary);border-radius:16px;margin-bottom:16px}.Rating__levels .Form__item__column{margin-left:0!important}.Rating__levels .Form__item{flex:1 1}.Rating__levels .Form__item__title{font-weight:400;font-size:16px;line-height:18px;margin-bottom:0}.Rating__level{height:14px;border-radius:7px;flex:0 0 auto!important;width:100%;margin-top:8px}.ViewVideo{position:relative;width:100%;height:100%;flex:1 1;min-height:450px}.ViewVideo video{position:absolute;top:0;left:0;width:100%;height:100%}.Birthdays__section{margin-bottom:16px}.BirthdayCell{display:flex;align-items:center;padding:8px 16px}.desktop .BirthdayCell{border-radius:16px}.BirthdayCell:active,.BirthdayCell:hover{background:var(--background-tertiary)}.BirthdayCell__photo{width:52px;height:52px;border-radius:var(--photo-border-radius);background:var(--background-tertiary) no-repeat 50%/cover;flex:0 0 auto;position:relative}.BirthdayCell__cont{flex:1 1;margin-left:16px;overflow:hidden}.BirthdayCell__name_wrap{display:flex;align-items:center}.BirthdayCell__name{font-size:18px;line-height:22px;font-weight:800;color:var(--foreground-primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.BirthdayCell__caption{margin-top:6px;font-size:16px;line-height:20px;color:var(--foreground-tertiary)}.BirthdayCell__btn{margin-left:16px;flex:0 0 auto}.Tests__intro{flex:1 1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:16px;box-sizing:border-box;text-align:center;color:#000}.Tests__intro__cont{background:#f0f2f5;border-radius:16px;padding:32px 16px;max-width:400px;box-sizing:border-box;width:100%}.Tests__intro__cont.test{text-align:left}.Tests__intro__name{font-size:32px;line-height:36px;font-weight:700}.Tests__intro__description{font-size:16px;line-height:22px;margin-top:12px;color:#333}.Tests__intro__action{margin-top:24px}.Tests__question{font-size:18px;font-weight:700;line-height:22px}.Tests__answers{margin-top:16px}.Tests__answer{padding:8px 12px;font-size:16px;line-height:28px;background:rgba(206,208,214,.24);border-radius:8px;margin-top:8px;cursor:pointer}.Tests__answer:first-child{margin-top:0}.Tests_copyright{display:flex;align-items:center;margin:12px 12px 32px;text-decoration:none}.Tests_copyright__photo{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:no-repeat 50%/cover url(https://anime.fans/assets/icon.svg)}.Tests_copyright__info{font-size:15px;line-height:18px;text-align:left;margin-left:12px;flex:1 1;color:var(--foreground-primary)}.Tests_copyright__chevron{flex:0 0 auto;margin-left:16px;color:var(--foreground-secondary)}.TestsResult__score{font-size:62px;font-weight:700;line-height:70px;margin-bottom:16px}.TestsResult__score.low{color:#8b0000}.TestsResult__score.medium{color:orange}.TestsResult__score.high{color:green}.TestsResult__score__label{font-size:18px;line-height:22px;color:var(--foreground-secondary)}.TestsResult__separator{height:1px;background-color:var(--background-quaternary);margin:32px 0}.TestsResult__test_name{font-size:24px;line-height:26px;font-weight:700;margin-bottom:16px}.TestsResult__title{font-size:22px;line-height:26px;font-weight:700;margin-bottom:12px}.All{padding:16px}.All__item{margin-top:4px}.All__item:first-child{margin-top:0}.All__item a{color:var(--foreground-primary);text-decoration:none}.All__item a:hover{text-decoration:underline}.All__pagination{margin-top:16px;padding:0 16px}.All__pagination a{color:var(--foreground-primary);font-size:16px;display:inline-block;padding:4px}.All__pagination a.active{color:var(--tint)}.All__pagination a:hover{text-decoration:underline}.All__head{display:flex;padding:0 16px}.All__head a{font-size:16px;line-height:20px;padding:8px}.All__head a,.Dialog{color:var(--foreground-primary);text-decoration:none}.Dialog{display:flex;align-items:center;padding:8px 16px;transition:background-color .15s ease-in-out;overflow:hidden}.desktop .Dialog{border-radius:16px}.Dialog:active{background:var(--background-tertiary)}.Dialog__photo{width:56px;height:56px;border-radius:var(--photo-border-radius);flex:0 0 auto;background:no-repeat 50%/cover;position:relative}.Dialog__cont{margin-left:16px;flex:1 1;overflow:hidden}.Dialog__name_wrap{display:flex;align-items:center}.Dialog__name{font-weight:800;font-size:17px;line-height:22px;text-overflow:ellipsis}.Dialog__message,.Dialog__name{white-space:nowrap;overflow:hidden}.Dialog__message{margin-top:4px;font-size:15px;line-height:18px;color:var(--foreground-tertiary);display:flex}.Dialog__text{overflow:hidden;text-overflow:ellipsis}.Dialog__date{flex:0 0 auto}.Dialog__unread{margin-left:12px;flex:0 0 auto}
/*# sourceMappingURL=main.7f8b44d6.chunk.css.map */