.page-with-sidebar-fixed{position:fixed;top:60px;left:0;right:0;bottom:64px;padding:16px 24px;box-sizing:border-box;overflow:hidden}.page-with-sidebar{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px;height:100%}.page-dialogs .profile-sidebar{position:static;top:auto}@media (max-width:768px){.page-dialogs .profile-sidebar{display:none}.page-with-sidebar{grid-template-columns:1fr}.dialogs{display:block;position:relative}.dialogs__content--hidden,.dialogs__sidebar--hidden{display:none!important}.dialogs__content,.dialogs__sidebar{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}}.dialogs{display:grid;grid-template-columns:320px 1fr;grid-gap:24px;gap:24px;padding:0;box-sizing:border-box;overflow:hidden;z-index:0;height:100%;max-height:100%}.dialogs__sidebar{background:#fff;border-radius:12px;border:1px solid #eee;padding:12px;overflow:hidden;display:flex;flex-direction:column}.dialogs__title{font-weight:600;margin:4px 8px 12px}.dialogs__list{overflow-y:auto;overflow-x:hidden}.dialogs__item{width:100%;display:grid;grid-template-columns:44px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 8px;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;text-align:left;overflow:hidden}.dialogs__item:hover{border-color:#f0e9ff;background:#fbf9ff}.dialogs__item.active{border-color:#e2d6ff;background:#f7f2ff}.dialogs__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#f2f2f2;display:flex;align-items:center;justify-content:center;font-weight:600;color:#777;font-size:14px;position:relative}.dialogs__avatar img{width:100%;height:100%;object-fit:cover}.dialogs__avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.avatar-status-dot{position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border-radius:50%;border:2px solid #fff;background:#bbb}.avatar-status-dot.online{background:#22c55e}.avatar-status-dot.offline{background:#bbb}.dialogs__meta{display:flex;flex-direction:column;gap:4px;min-width:0}.dialogs__name{font-weight:600;font-size:14px;color:#333}.dialogs__last{font-size:12px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialogs__date{font-size:12px;color:#999}.dialogs__unread{display:inline-block;width:10px;height:10px;background:#8f4ee6;border-radius:50%;margin-right:6px;vertical-align:middle}.dialogs__content{background:#fff;border-radius:12px;border:1px solid #eee;display:grid;grid-template-rows:auto 1fr auto;min-width:0;height:100%;max-height:100%;overflow:hidden;min-height:0}.dialogs__header{padding:12px 16px;border-bottom:1px solid #f0f0f0;font-weight:600;display:flex;align-items:center;justify-content:space-between}.peer-status{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:8px;vertical-align:middle;background:#bbb}.peer-status.online{background:#22c55e}.peer-status.offline{background:#bbb}.dialogs__messages{padding:16px;overflow-y:auto;overflow-x:hidden;gap:8px;min-height:0;max-height:100%}.dialogs__messages,.msg{display:flex;flex-direction:column}.msg{max-width:60%;gap:4px;overflow:hidden;flex-shrink:0}.msg--mine{align-self:flex-end}.msg--peer{align-self:flex-start}.msg__bubble{background:#f4efff;border:1px solid #e8dcff;border-radius:12px;padding:10px 12px;color:#333;display:inline-flex;flex-direction:column;gap:6px;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%}.msg--mine .msg__bubble{background:#e9f7ff;border-color:#cfeeff;text-align:right}.msg__time{font-size:11px;color:#aaa}.msg--mine .msg__time{align-self:flex-end;text-align:right}.typing-indicator{display:inline-flex;gap:4px;align-self:flex-start;color:#999;padding:0 12px}.typing-indicator .dot{width:6px;height:6px;background:#c7a6f2;border-radius:50%;display:inline-block;animation:typingBlink 1.2s ease-in-out infinite}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.msg__attachments{display:flex;flex-direction:column;gap:8px;margin-top:6px;max-width:100%;overflow:hidden}.msg__attachments img{max-height:300px;display:block}.msg__attachments img,.msg__attachments video{width:100%;max-width:100%;border-radius:8px;object-fit:contain}.msg__attachments video{max-height:320px}.msg__attachments a{color:#1e40af;text-decoration:underline;word-break:break-all;display:block}.image-viewer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:99999;cursor:pointer}.image-viewer-content,.image-viewer-overlay{display:flex;align-items:center;justify-content:center}.image-viewer-content{position:relative;max-width:90vw;max-height:90vh}.image-viewer-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.dialogs__attach{display:flex;align-items:center;gap:6px}.dialogs__attach button{background:#f0e9ff;border:1px solid #e2d6ff;cursor:pointer;font-size:16px;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#8f4ee6;padding:0;margin:0}.dialogs__attach button svg{width:24px;height:24px;display:block}.dialogs__picked{padding:6px 12px;font-size:12px;color:#666}.picked-list{display:flex;flex-wrap:wrap;gap:8px;padding:8px 12px}.picked-item{position:relative;width:90px;height:64px;border-radius:8px;overflow:hidden;background:#f6f3ff;border:1px solid #e8dcff;display:flex;align-items:center;justify-content:center}.picked-item img,.picked-item video{width:100%;height:100%;object-fit:cover}.picked-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#f6f3ff;border:1px solid #e8dcff;border-radius:999px}.picked-chip .name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picked-remove{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.5);color:#fff;border:none;width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;cursor:pointer}.picked-chip .picked-remove{position:static;background:transparent;color:#666;width:auto;height:auto;line-height:1;padding:0 4px}.dialogs__input{border-top:1px solid #f0f0f0;padding:12px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px;gap:8px;align-items:center}.dialogs__input input{border:1px solid #e6e6e6;border-radius:10px;padding:10px 12px;outline:none;width:100%}.dialogs__input input:focus{border-color:#cdbfff}.dialogs__input button{background:#7d54ff;color:#fff;border:none;padding:0;margin:0;border-radius:10px;cursor:pointer;width:36px;height:36px;display:inline-flex}.dialogs__empty,.dialogs__input button{align-items:center;justify-content:center}.dialogs__empty{padding:16px;color:#888;text-align:center;display:flex;flex-direction:column;min-height:200px}.page-dialogs .footer-main{display:none}.page-dialogs .footer-bottom{position:fixed;left:0;right:0;bottom:0;z-index:10}.dialogs__close{background:transparent;border:none;color:#999;font-size:20px;line-height:1;width:28px;height:28px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dialogs__close:hover{background:rgba(0,0,0,.05);color:#333}.dialogs__back{background:transparent;border:none;color:#999;font-size:20px;line-height:1;width:32px;height:32px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.dialogs__back:hover{background:rgba(0,0,0,.05);color:#333}:root{--font_default:"Inter",sans-serif;--color_text_default:#333;--color_text_default_rgb:51,51,51;--color_surface_default:#fff;--color_surface_default_rgb:255,255,255;--color_primary_contrast_default:#fff;--color_primary_contrast_default_rgb:255,255,255;--color_primary_default:#222}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{width:100%;overflow-x:hidden}body{font-family:var(--font_default);line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}a,a:hover{color:inherit}a:hover{text-decoration:underline;cursor:pointer}a:visited{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}button:disabled{opacity:.6;cursor:not-allowed}.material-icons-outline{font-family:Material Icons Outlined;font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.material-icons,.material-icons-outline{font-weight:400;font-style:normal;font-size:50px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr}.material-icons{font-family:Material Icons;font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.header{position:fixed;z-index:999;background-color:var(--color_surface_default);box-shadow:0 2px 4px 2px #f0f0f0}.header,.header-wrapper{width:100%;min-width:100%;min-height:60px;max-height:60px;height:60px;top:0;left:0;right:0}.header-wrapper{position:absolute;display:flex;justify-content:center;align-items:center}.header-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;max-width:1200px;width:100%;flex-grow:1;height:max-content;padding:0;margin:0 auto;position:relative}.header-container>:first-child,.header-container>:last-child{flex:0 0 auto}.header-logo{font-family:Dela Gothic One,sans-serif;font-size:24px;font-weight:400;color:var(--color_text_default);line-height:1.4;white-space:pre-wrap;cursor:pointer;width:max-content;flex-grow:0}.header-nav{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px;width:max-content;flex:1 1;margin:0 auto}.header-nav-link{word-break:break-word;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;font-family:var(--font_default);font-size:14px;font-weight:400;color:#999;line-height:1.5;width:max-content;flex-grow:0}.header-nav-link:hover{color:#999;text-decoration:underline}.header-nav-link:visited{color:#999}.header-nav-link.active{color:var(--color_text_default);text-decoration:underline}.header-button{font-family:var(--font_default);font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:1;border-radius:30px;padding:6px 12px;background:#151515;cursor:pointer;min-width:200px;max-width:200px;width:200px;min-height:40px;max-height:40px;height:40px;transition:background .2s ease}.header-button:hover{text-decoration:none}.header-icon{display:flex;align-items:center;margin-left:auto;min-width:45px;max-width:45px;width:45px;min-height:45px;max-height:45px;height:45px;position:relative}.header-icon img{width:100%;height:100%;object-fit:contain;display:block}.header-user-menu{position:relative;display:flex;align-items:center}.header-user-button{display:flex;align-items:center;gap:10px;padding:6px 12px;background:transparent;border:none;cursor:pointer;font-family:var(--font_default);font-size:14px;color:var(--color_text_default);transition:background .2s ease;border-radius:30px}.header-user-button:hover{background:rgba(0,0,0,.05)}.header-user-avatar{width:40px;height:40px;border-radius:50%;background:#151515;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;flex-shrink:0}.header-user-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.header-user-name{font-weight:400;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.header-user-arrow{transition:transform .2s ease;flex-shrink:0}.header-user-arrow.open{transform:rotate(180deg)}.header-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:220px;padding:8px;z-index:1000;display:flex;flex-direction:column;gap:4px}.header-user-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;font-family:var(--font_default);font-size:14px;font-weight:400;color:var(--color_text_default);text-decoration:none;cursor:pointer;transition:background .2s ease;border:none;background:transparent;width:100%;text-align:left}.header-user-dropdown-item:hover{background:rgba(0,0,0,.05);text-decoration:none}.header-user-dropdown-item svg{flex-shrink:0;color:#999}.header-user-dropdown-item:hover svg{color:var(--color_text_default)}.header-burger,.header-mobile-login{display:none;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;cursor:pointer;color:var(--color_text_default);padding:0;flex-shrink:0;z-index:2;position:relative}.header-mobile-menu{display:none;position:fixed;left:0;top:60px;width:100%;background-color:var(--color_surface_default);box-shadow:2px 2px 4px 0 #ccc;flex-direction:column;z-index:998;padding:0}.header-mobile-menu-link{display:block;padding:16px 20px;font-family:var(--font_default);font-size:14px;font-weight:400;color:#999;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);transition:background .2s ease,color .2s ease}.header-mobile-menu-link:last-child{border-bottom:none}.header-mobile-menu-link.active,.header-mobile-menu-link:hover{background:rgba(0,0,0,.02);color:var(--color_text_default)}@media (max-width:768px){.header-burger,.header-mobile-login,.header-mobile-menu{display:flex!important}.header-button,.header-nav{display:none}.header-container{justify-content:space-between;gap:10px;padding:0 15px}.header-logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1;pointer-events:auto;display:block!important;visibility:visible!important}.header-user-menu{display:flex}.header-user-button{padding:4px;gap:0}.header-user-arrow,.header-user-name{display:none}.header-user-avatar{width:32px;height:32px;font-size:12px}.header-user-dropdown{right:15px;top:calc(100% + 5px)}.header-icon{display:none}}.footer{flex-direction:row;flex-wrap:wrap;column-gap:0;width:calc(100% - 0px);margin-top:auto;align-self:flex-start;min-width:0;min-height:0;flex-grow:0;flex-shrink:0}.footer,.footer-main{display:flex;justify-content:flex-start;row-gap:40px;height:max-content}.footer-main{flex-direction:column;padding:70px 0;width:100%;min-width:100%;max-width:100%;min-height:280px;flex-grow:1;order:1}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px 0;border-top:1px solid #e5e5e5;border-radius:0;padding:40px 0 0;opacity:1;align-self:center;max-width:1200px;order:2;min-height:0;height:max-content;width:calc(100% + 0px);margin:0;z-index:4}.footer-content,.footer-logo{min-width:0;flex-grow:0;flex-shrink:0}.footer-logo{font-family:Dela Gothic One,sans-serif;font-size:124px;line-height:1.1;width:max-content;align-self:flex-start}.footer-description,.footer-logo{white-space:pre-wrap;font-weight:400;color:var(--color_text_default)}.footer-description{font-family:var(--font_default);font-size:14px;line-height:1.4}.footer-contacts-block{row-gap:15px}.footer-contacts-block,.footer-instructions-block{display:flex;flex-direction:column;justify-content:flex-start;width:max-content;flex-grow:0;align-self:flex-start;min-width:0;min-height:0;height:max-content}.footer-instructions-block{row-gap:20px}.footer-instructions-title{white-space:pre-wrap;font-family:var(--font_default);font-size:24px;font-weight:400;color:var(--color_primary_default);line-height:1.4;width:auto;flex-grow:0;flex-shrink:0}.footer-links{display:flex;flex-direction:column;justify-content:flex-start;row-gap:15px}.footer-link,.footer-links{width:auto;flex-grow:0;flex-shrink:0}.footer-link{word-break:break-word;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;font-family:var(--font_default);font-size:14px;font-weight:400;color:var(--color_text_default);line-height:1.5;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-link:hover,.footer-link:visited{color:var(--color_text_default)}.footer-address{width:max-content}.footer-contacts{display:flex;flex-direction:row;justify-content:flex-start;row-gap:10px;column-gap:40px;width:auto;flex-grow:0;flex-shrink:0}.footer-bottom{justify-content:center;padding:20px 0;width:100%;min-width:100%;max-width:100%;min-height:64px;max-height:64px;height:64px;background-color:#000;order:2}.footer-bottom,.footer-bottom-container{display:flex;flex-direction:row;flex-grow:1}.footer-bottom-container{flex-wrap:wrap;justify-content:space-between;row-gap:10px;column-gap:0;align-items:center;max-width:1200px;width:0;min-height:24px;height:max-content}.footer-copyright{white-space:pre-wrap;font-family:var(--font_default);font-size:14px;font-weight:400;color:hsla(0,0%,100%,.5);line-height:1.4;width:max-content;flex-grow:0}.footer-bottom-links{display:flex;flex-direction:row;justify-content:flex-start;row-gap:5px;column-gap:30px;width:auto;flex-grow:0;align-self:center;min-width:0;min-height:0;height:max-content}.footer-bottom-link{word-break:break-word;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;font-family:var(--font_default);font-size:14px;font-weight:400;color:var(--color_primary_contrast_default);line-height:1.5;width:max-content;flex-grow:0;text-decoration:none}.footer-bottom-link:hover{text-decoration:underline}.footer-bottom-link:hover,.footer-bottom-link:visited{color:var(--color_primary_contrast_default)}@media (max-width:768px){.footer-content{flex-direction:column;padding:40px 10px 0;gap:40px}.footer-logo{width:100%;font-size:48px}.footer-address,.footer-contacts-block,.footer-instructions-block{width:100%}.footer-contacts{flex-direction:column;gap:10px;width:100%}.footer-links{width:100%}.footer-bottom{align-items:center;min-height:auto;max-height:none;height:120px;padding:20px 10px}.footer-copyright{width:max-content}.footer-bottom-link{min-width:100%}.footer-bottom-links{flex-direction:column}}.main-content{min-height:calc(100vh - 60px)}