@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/inter-cyrillic-ext.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/inter-cyrillic.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/inter-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/inter-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(fonts/inter-tight-cyrillic-ext.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(fonts/inter-tight-cyrillic.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(fonts/inter-tight-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 500 800; font-display: swap; src: url(fonts/inter-tight-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
:root{
  --bg:#17110D; --bg-2:#1D1612; --surface:#231A15; --surface-2:#2C221B; --field:#1A130F;
  --line:#33271F; --line-2:#45362B; --line-3:#5C4839;
  --ink:#F4ECE5; --ink-2:#D9CBBF; --muted:#A48F81; --muted-2:#9A8577;
  --red:#D93A2E; --red-hover:#EE5A4C; --red-btn-hover:#C4342A; --red-press:#AE2C23; --red-tint:rgba(217,58,46,.12); --red-line:rgba(217,58,46,.45);
  --cream:#F1E6DB; --ok:#62B882;
  --r:12px; --r-s:10px; --r-l:16px;
  --ease:cubic-bezier(.25,.7,.3,1);
  --display:'Inter Tight','Inter',system-ui,sans-serif;
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --head:var(--display);
  --maxw:1280px; --wrap:1280px;
  --header-h:72px;
  color-scheme:dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--header-h) + 16px);scrollbar-color:#4A392D var(--bg)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}
::selection{background:var(--red);color:#fff}
:focus-visible{outline:2px solid var(--red-hover);outline-offset:2px;border-radius:6px}
a{color:inherit;text-decoration:none}
img{max-width:100%}
h1,h2,h3,h4{text-wrap:balance;margin:0}
h1,h2{font-family:var(--display);font-weight:700;letter-spacing:-.022em;line-height:1.1}
h3,h4{font-family:var(--display);font-weight:650;letter-spacing:-.01em;line-height:1.3}
p{text-wrap:pretty}
b,strong{font-weight:650}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}
input,select,textarea,button{font-family:inherit}
select option{background:#231A15;color:var(--ink)}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:#3D2F25;border-radius:10px;border:2px solid var(--bg)}
::-webkit-scrollbar-thumb:hover{background:#52402F}
.ic-svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 20px;border-radius:var(--r-s);border:1px solid transparent;
  font:600 15px/1.2 var(--sans);letter-spacing:0;text-align:center;cursor:pointer;color:var(--ink);background:var(--surface-2);
  transition:background-color .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease)}
.btn svg{width:18px;height:18px;flex:none}
.btn-y,.btn-primary,.btn-red,.cta-band .btn{background:var(--red);border-color:var(--red);color:#fff}
.btn-y:hover,.btn-primary:hover,.btn-red:hover,.cta-band .btn:hover{background:var(--red-btn-hover);border-color:var(--red-btn-hover)}
.btn-y:active,.btn-primary:active,.btn-red:active,.cta-band .btn:active{background:var(--red-press);border-color:var(--red-press)}
.btn-d,.btn-dark,.btn-cream{background:var(--cream);border-color:var(--cream);color:#23180F}
.btn-d:hover,.btn-dark:hover,.btn-cream:hover{background:#fff;border-color:#fff}
.btn-o,.btn-ghost,.btn-line,.btn-tg,.btn-max,.btn-green{background:transparent;border-color:var(--line-2);color:var(--ink)}
.btn-o:hover,.btn-ghost:hover,.btn-line:hover,.btn-tg:hover,.btn-max:hover,.btn-green:hover{background:var(--surface-2);border-color:var(--line-3)}
.btn-lg{padding:15px 26px;font-size:16px}
.btn-sm{padding:9px 14px;font-size:14px}
.btn[disabled]{opacity:.55;pointer-events:none}
.ar-logo{display:inline-flex;align-items:center;gap:11px;color:var(--ink);flex:none}
.lg-mark{width:36px;height:36px;border-radius:9px;background:var(--red);display:grid;place-items:center;flex:none}
.lg-mark svg{width:24px;height:24px;overflow:visible}
.lg-mark .rd{stroke-dasharray:3.2 3.4}
.lg-txt{display:flex;flex-direction:column;line-height:1}
.lg-word{font-family:var(--display);font-weight:800;font-size:17px;letter-spacing:.035em}
.lg-word b{color:var(--red-hover);font-weight:800}
.lg-tag{font-size:11px;line-height:1.2;color:var(--muted);margin-top:5px;font-weight:500;white-space:nowrap}
.arh{position:sticky;top:0;z-index:70;background:rgba(23,17,13,.96);border-bottom:1px solid transparent;transition:border-color .25s;view-transition-name:ar-header}
@supports(backdrop-filter:blur(8px)){.arh{background:rgba(23,17,13,.86);backdrop-filter:saturate(1.2) blur(12px);-webkit-backdrop-filter:saturate(1.2) blur(12px)}}
.arh.scrolled{border-color:var(--line)}
.arh-in{max-width:var(--maxw);margin:0 auto;padding:0 20px;height:var(--header-h);display:flex;align-items:center;gap:28px}
.arh-nav{display:flex;align-items:center;gap:4px}
.arh-nav a{position:relative;white-space:nowrap;padding:8px 10px;font-weight:500;font-size:15px;color:var(--ink-2);transition:color .2s}
.arh-nav a::after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:2px;background:var(--red);opacity:0;transition:opacity .2s}
.arh-nav a:hover,.arh-nav a.act{color:#fff}
.arh-nav a.act::after{opacity:1}
.arh-act{margin-left:auto;display:flex;align-items:center;gap:10px}
.arh-ch{padding:11px 15px;font-size:14.5px;white-space:nowrap;color:var(--ink-2)}
.arh-ch svg{width:17px;height:17px}
.arh-ch:hover{color:#fff}
.arh-cta{padding:11px 16px;font-size:14.5px;white-space:nowrap}
.arh-burger{display:none;width:44px;height:44px;border-radius:var(--r-s);border:1px solid var(--line-2);background:transparent;cursor:pointer;position:relative;color:var(--ink)}
.arh-burger i{position:absolute;left:13px;right:13px;height:1.6px;border-radius:2px;background:currentColor;transition:transform .3s var(--ease),top .3s var(--ease)}
.arh-burger i:first-child{top:17px}.arh-burger i:last-child{top:25px}
.arh.menu .arh-burger i:first-child{top:21px;transform:rotate(45deg)}
.arh.menu .arh-burger i:last-child{top:21px;transform:rotate(-45deg)}
.arh-m{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease)}
.arh-m>div{overflow:hidden;min-height:0}
.arh.menu .arh-m{grid-template-rows:1fr;border-top:1px solid var(--line)}
.arh-m nav{display:grid;padding:4px 20px}
.arh-m nav a{padding:13px 0;font-weight:500;font-size:17px;border-bottom:1px solid var(--line);color:var(--ink-2)}
.arh-m nav a.act{color:#fff}
.arh-m nav a.act::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--red);margin:0 10px 2px 0}
.arh-m .arh-mbtn{display:grid;grid-template-columns:1fr;gap:10px;padding:16px 20px 20px}
@media(min-width:600px){.arh-m .arh-mbtn{grid-template-columns:1fr 1fr}}
.arh.menu{max-height:100vh;max-height:100dvh;overflow-y:auto}
.arh .lg-tag{display:none}
@media(max-width:1280px){.arh-nav a{padding:8px 8px}.arh-in{gap:20px}}
@media(max-width:1200px){.arh-ch{display:none}}
@media(max-width:1180px){.arh-nav a{padding:8px 7px;font-size:14.5px}.arh-in{gap:18px}}
@media(max-width:1100px){.arh-nav{display:none}.arh-burger{display:block}}
@media(max-width:560px){:root{--header-h:64px}.arh-cta span{display:none}.arh-cta{padding:0;width:44px;height:44px}
  .arh-in{gap:12px}.lg-word{font-size:15.5px}.lg-mark{width:34px;height:34px}}
.arf{background:#120D0A;border-top:1px solid var(--line);color:var(--muted);padding:56px 0 28px}
.arf-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}
.arf-brand p{margin:18px 0 18px;font-size:14.5px;line-height:1.65;max-width:36ch}
.arf-brand .lg-tag{display:block}
.arf h4{font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink);margin:4px 0 14px}
.arf-col a{display:block;padding:5px 0;font-size:14.5px;color:var(--muted);transition:color .2s}
.arf-col a:hover{color:var(--ink)}
.arf-tg{display:flex;align-items:center;gap:12px;padding:10px 0;max-width:320px}
.arf-tg+.arf-tg{border-top:1px solid var(--line)}
.arf-tg .ic{width:36px;height:36px;border-radius:9px;background:var(--surface-2);border:1px solid var(--line-2);display:grid;place-items:center;color:var(--ink);flex:none;transition:background-color .2s,border-color .2s}
.arf-tg .ic svg{width:17px;height:17px}
.arf-tg b{display:block;color:var(--ink);font-size:14.5px;font-weight:600;line-height:1.3}
.arf-tg small{display:block;font-size:13px;color:var(--muted);line-height:1.3}
.arf-tg:hover .ic{background:var(--red);border-color:var(--red)}
.arf-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 24px;border-top:1px solid var(--line);padding-top:22px;font-size:13px;color:var(--muted-2)}
.arf-bottom a{color:var(--muted);transition:color .2s}.arf-bottom a:hover{color:var(--ink)}
@media(max-width:980px){.arf-grid{grid-template-columns:1fr 1fr 1fr}.arf-brand{grid-column:1/-1}}
@media(max-width:600px){.arf{padding-top:44px}.arf-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.arf-col a{padding:7px 0}}
.ar-route{--rt-pad:0px;--rt-gap:18px;position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 var(--rt-gap)}
.ar-route::before,.ar-route::after{content:"";position:absolute;top:calc(var(--rt-pad) + 5px);left:5px;right:calc((100% - 2 * var(--rt-gap))/3 - 5px);height:1px;background:var(--line-3)}
.ar-route::after{background:var(--red);transform-origin:left;transform:scaleX(0);animation:arDraw 1.6s .5s var(--ease) forwards}
@keyframes arDraw{to{transform:scaleX(1)}}
.rt-seg{display:none}
.rt-stop{position:relative;z-index:1;display:grid;justify-items:start;gap:2px;min-width:0}
.rt-dot{width:11px;height:11px;border-radius:50%;background:var(--bg);border:1.5px solid var(--line-3);margin-bottom:12px}
.rt-stop:first-child .rt-dot{border-color:var(--red);background:var(--red)}
.rt-stop.end .rt-dot{border-color:var(--red)}
.rt-stop b{font-family:var(--display);font-weight:650;font-size:15px;color:var(--ink);white-space:nowrap}
.rt-stop small{font-size:13px;color:var(--muted);line-height:1.4}
@media(max-width:640px){.ar-route{--rt-gap:10px}.rt-dot{margin-bottom:10px}.rt-stop b{font-size:13.5px;white-space:normal;line-height:1.25}.rt-stop small{font-size:12px;line-height:1.35;margin-top:2px}}
@media(prefers-reduced-motion:reduce){.ar-route::after{animation:none;transform:none}}
.ar-routecard{border:1px solid var(--line);border-radius:var(--r);padding:26px 24px 24px;background:var(--surface)}
.ar-routecard .ttl{font-family:var(--display);font-weight:650;font-size:17px;margin:0 0 4px;color:var(--ink)}
.ar-routecard p{margin:0 0 24px;color:var(--muted);font-size:14.5px}
.ar-tg{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;border:1px solid var(--line);border-radius:var(--r-l);padding:44px;background:var(--surface)}
.ar-eyebrow{display:block;font-size:14px;font-weight:600;color:var(--red-hover)}
.ar-tg h2{font-size:clamp(24px,2.6vw,34px);margin:10px 0 14px;max-width:20ch}
.ar-tg p{color:var(--ink-2);margin:0 0 26px;max-width:54ch}
.ar-tg-btns{display:flex;flex-wrap:wrap;gap:10px}
.ar-tgcard{display:block;border-radius:var(--r);padding:22px;background:var(--bg);border:1px solid var(--line-2);transition:border-color .2s}
.ar-tgcard:hover{border-color:var(--line-3)}
.ar-tgcard .hd{display:flex;align-items:center;gap:13px}
.ar-tgcard .av{width:52px;height:52px;border-radius:50%;background:var(--red);display:grid;place-items:center;flex:none}
.ar-tgcard .av svg{width:28px;height:28px}
.ar-tgcard .hd b{display:block;font-size:16.5px;font-weight:650}
.ar-tgcard .hd small{color:var(--muted);font-size:13.5px}
.ar-tgcard .ds{margin:16px 0 18px;color:var(--ink-2);font-size:14.5px;line-height:1.55}
.ar-tgcard .go{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border-radius:var(--r-s);background:var(--surface-2);font-weight:600;font-size:14.5px;transition:background-color .2s}
.ar-tgcard .go svg{width:16px;height:16px}
.ar-tgcard:hover .go{background:var(--red)}
@media(max-width:900px){.ar-tg{grid-template-columns:1fr;padding:28px 22px;gap:26px}}
.ar-fab{position:fixed;right:22px;bottom:22px;z-index:65;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;
  background:var(--red);color:#fff;box-shadow:0 10px 26px -10px rgba(0,0,0,.8);opacity:0;transform:translateY(16px);pointer-events:none;
  transition:opacity .3s var(--ease),transform .3s var(--ease),background-color .2s}
.ar-fab.show{opacity:1;transform:none;pointer-events:auto}
.ar-fab.show.hide{opacity:0;transform:translateY(16px);pointer-events:none}
.ar-fab:hover{background:var(--red-btn-hover)}
.ar-fab svg{width:24px;height:24px}
.ar-fab .lbl{position:absolute;right:66px;top:50%;transform:translate(6px,-50%);white-space:nowrap;padding:8px 12px;border-radius:8px;background:var(--surface-2);
  border:1px solid var(--line-2);color:var(--ink);font-size:13.5px;font-weight:500;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}
.ar-fab:hover .lbl{opacity:1;transform:translate(0,-50%)}
@media(max-width:560px){.ar-fab{right:14px;bottom:14px;width:52px;height:52px}.ar-fab .lbl{display:none}}
.modal{position:fixed;inset:0;z-index:120;display:flex!important;align-items:center;justify-content:center;padding:16px;
  background:rgba(10,7,5,.72);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),visibility 0s linear .25s}
.modal.open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .25s var(--ease),visibility 0s}
.modal .mbox,.modal .box{position:relative;width:min(500px,100%);max-height:calc(100vh - 32px);overflow:auto;overscroll-behavior:contain;border-radius:var(--r-l);padding:28px;
  background:var(--surface);border:1px solid var(--line-2);box-shadow:0 30px 70px -20px rgba(0,0,0,.8);color:var(--ink);
  transform:translateY(10px) scale(.985);transition:transform .3s var(--ease);animation:none}
.modal.open .mbox,.modal.open .box{transform:none}
.modal .mx,.modal .x{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:9px;display:grid;place-items:center;
  font-size:22px;line-height:1;color:var(--muted);background:transparent;border:1px solid var(--line-2);cursor:pointer;transition:color .2s,background-color .2s}
.modal .mx:hover,.modal .x:hover{color:#fff;background:var(--surface-2)}
@media(max-width:560px){.modal{align-items:flex-end;padding:0}
  .modal .mbox,.modal .box{width:100%;max-height:92vh;max-height:92dvh;border-radius:16px 16px 0 0;border-bottom:0;padding:24px 20px calc(20px + env(safe-area-inset-bottom));transform:translateY(24px)}}
.f input,.f select,.f textarea,.field input,.leadform input,.hsearch select,.hsearch input,.filters select,.filters input,.toolbar select,.cform input,.cform select{
  width:100%;padding:13px 14px;border-radius:var(--r-s);font-size:15px;line-height:1.3;color:var(--ink);background-color:var(--field);border:1px solid var(--line-2);
  transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}
.f select,.hsearch select,.filters select,.toolbar select,.cform select{padding-right:36px;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23A48F81' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 13px center}
.f textarea{resize:vertical;min-height:84px}
.f input::placeholder,.f textarea::placeholder,.field input::placeholder,.hsearch input::placeholder,.filters input::placeholder{color:var(--muted-2)}
.f input:hover,.f select:hover,.f textarea:hover,.field input:hover,.filters select:hover,.filters input:hover,.cform input:hover,.cform select:hover,.hsearch select:hover,.hsearch input:hover,.toolbar select:hover{border-color:var(--line-3)}
.f input:focus,.f select:focus,.f textarea:focus,.field input:focus,.hsearch select:focus,.hsearch input:focus,.filters select:focus,.filters input:focus,.toolbar select:focus,.cform input:focus,.cform select:focus{
  outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-tint)}
input[type=number]{-moz-appearance:textfield}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input[type=checkbox]{accent-color:var(--red);width:18px;height:18px;margin:0}
.ar-done{display:grid;gap:10px;padding:20px;border-radius:var(--r);border:1px solid var(--line-2);background:var(--bg)}
.ar-done .ok{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(98,184,130,.14);color:var(--ok)}
.ar-done .ok svg{width:20px;height:20px}
.ar-done b{font-size:17px;font-weight:650;color:var(--ink)}
.ar-done p{margin:0;color:var(--ink-2);font-size:14.5px;line-height:1.55}
.ar-done .btn{justify-self:start;margin-top:4px}
.ar-toast{position:fixed;left:50%;bottom:24px;z-index:300;max-width:min(92vw,440px);padding:12px 16px;border-radius:10px;background:var(--surface-2);
  border:1px solid var(--line-2);color:var(--ink);font-size:14.5px;box-shadow:0 16px 40px -16px rgba(0,0,0,.8);
  transform:translate(-50%,12px);opacity:0;transition:transform .3s var(--ease),opacity .3s;pointer-events:none}
.ar-toast.show{transform:translate(-50%,0);opacity:1}
html .rv{opacity:0;transform:translate3d(0,16px,0);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:var(--rd,0s)}
html .rv.in{opacity:1;transform:none}
.ld-wait{opacity:0}
.ld-in{transition:opacity .4s var(--ease)}
@media(prefers-reduced-motion:reduce){html .rv{opacity:1;transform:none;transition:none}.ld-wait{opacity:1}}
@view-transition{navigation:auto}
::view-transition-old(root){animation:arVtOut .16s ease both}
::view-transition-new(root){animation:arVtIn .28s var(--ease) both}
::view-transition-old(ar-header),::view-transition-new(ar-header){animation:none}
@keyframes arVtOut{to{opacity:0}}
@keyframes arVtIn{from{opacity:0}}
@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}
.noimg{background:var(--surface-2)!important}
.noimg img{opacity:0!important}
.noimg::before{content:"";position:absolute;inset:0;margin:auto;width:52px;height:52px;opacity:.3;z-index:1;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D9CBBF' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Cpath d='M9 17h6'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E") center/contain no-repeat}
.ar-fab.menu-open{opacity:0!important;pointer-events:none!important}
.ava{border-radius:50%;object-fit:cover;background:#fff;flex:none;display:block}
.arf-tg .ava{width:38px;height:38px;border:1px solid var(--line-2)}
.ar-tgcard img.av{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#fff;display:block;flex:none}
