*{box-sizing:border-box;margin:0;padding:0}html{touch-action:pan-x pan-y;-ms-touch-action:pan-x pan-y}input,textarea,select{caret-color:var(--accent,#4f4a44)!important}input:focus,textarea:focus,select:focus{scroll-margin-bottom:300px}@font-face{font-family:YFF Rare;src:url(../fonts/yff-rare.woff2)format("woff2");font-weight:100 900;font-display:swap}:root{--primary:#4f4a44;--primary-light:#6b655d;--primary-dark:#38342f;--accent:#4f4a44;--header-bg:#4f4a44;--btn-text:#fff;--on-primary:#fff;--bg:#f4f1ec;--bg-card:#faf8f4;--bg-secondary:#ece7dd;--text:#2b2825;--text-secondary:#8a847b;--hint:#6b655d;--border:#e4ded5;--success:#6f8f76;--warning:#b89253;--danger:#b3675f;--radius:14px;--shadow:0 1px 3px #3c342a0f;--shadow-lg:0 6px 20px #3c342a14;--font-display:"YFF Rare", Georgia, "Times New Roman", serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#1b1916;--bg-card:#211e1a;--bg-secondary:#2e2a24;--text:#ece8e1;--text-secondary:#a59f95;--hint:#a59f95;--border:#3a352f;--shadow:0 1px 3px #0006;--shadow-lg:0 6px 20px #0000004d;--primary:#c9c1b4;--primary-light:#ddd6ca;--primary-dark:#b0a89b;--accent:#c9c1b4;--header-bg:#211e1a;--btn-text:#211e1a;--on-primary:#211e1a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}h1,h2,h3,.display-font{font-family:var(--font-display);letter-spacing:-.01em;font-weight:500}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--header-bg);color:#fff;z-index:100;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #4f4a444d}.logo{color:#fff;align-items:center;gap:8px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.theme-toggle{cursor:pointer;color:#ffffffd9;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:inline-flex}.theme-toggle:hover{background:#ffffff1f}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .2s,transform .15s;overflow:hidden}.card:active{transform:scale(.98)}.card-img{object-fit:cover;background:var(--card-bg,var(--bg-secondary));width:100%;height:180px}.filters-bar{-webkit-overflow-scrolling:touch;gap:8px;padding:0 16px 8px;display:flex;overflow-x:auto}.filters-bar::-webkit-scrollbar{display:none}.filter-chip{border:1px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:20px;padding:6px 14px;font-size:13px;transition:all .2s}.filter-chip.active{background:var(--primary);color:var(--btn-text);border-color:var(--primary)}.form-group{margin-bottom:16px}.form-label{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:600;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--border);background:var(--bg-card);width:100%;color:var(--text);border-radius:8px;padding:10px 12px;font-size:16px;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #4f4a441a}.form-textarea{resize:vertical;min-height:80px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--on-primary,var(--btn-text))}.btn-primary:hover{background:var(--primary-dark)}.btn-full{width:100%}.btn-green{background:var(--success);color:#fff}.btn-red{background:var(--danger);color:#fff}.btn-gray{color:var(--text);background:#7f7f7f24}.btn-gray:hover{background:#7f7f7f38}[data-theme=dark] .status-pending{color:#d9b878;background:#b8925338}[data-theme=dark] .status-confirmed{color:#9cc6a6;background:#6f8f7638}[data-theme=dark] .status-completed{color:var(--text-secondary);background:#7f7f7f2e}[data-theme=dark] .status-cancelled,[data-theme=dark] .status-rejected{color:#d99e96;background:#b3675f38}.status-badge{border-radius:12px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.status-pending{color:#6e5535;background:#efe9dd}.status-confirmed{color:#4f6b54;background:#e8ece4}.status-completed{color:#5a554e;background:#f1f5f9}.status-cancelled,.status-rejected{color:#8a4a44;background:#f0e4e1}.rating{color:#b89253;font-size:13px;font-weight:600}.empty-state{text-align:center;color:var(--text-secondary);padding:60px 20px}.empty-icon{margin-bottom:12px;font-size:48px}.loading{color:var(--text-secondary);justify-content:center;align-items:center;padding:60px;font-size:16px;display:flex}@keyframes stay-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-block{background:linear-gradient(90deg, var(--border) 25%, var(--bg) 50%, var(--border) 75%);background-size:200% 100%;border-radius:6px;animation:1.4s infinite stay-shimmer}.skeleton-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.skeleton-card .skeleton-cover{border-radius:0;width:100%;height:180px}.skeleton-card .skeleton-info{flex-direction:column;gap:8px;padding:12px;display:flex}@media (prefers-reduced-motion:reduce){.skeleton-block{animation:none}}.photo-gallery{border-radius:var(--radius);position:relative;overflow:hidden}.photo-gallery img{object-fit:cover;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:300px}.photo-nav{color:#fff;cursor:pointer;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.photo-nav.prev{left:8px}.photo-nav.next{right:8px}.photo-dots{gap:6px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.photo-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:8px;height:8px;padding:0}.photo-dot.active{background:#fff}.review-item{border-bottom:1px solid var(--border);padding:12px 0}.review-item:last-child{border-bottom:none}.amenity-tag{color:var(--primary-dark);background:#ece8e8;border-radius:12px;padding:3px 10px;font-size:12px;display:inline-block}[data-theme=dark] .amenity-tag{background:var(--bg-secondary);color:var(--text-secondary)}.booking-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;padding:16px}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){.form-row{grid-template-columns:1fr}.photo-gallery img{height:220px}}.savi-in-iframe .savi-inpage-back{display:none!important}.savi-home-btn{letter-spacing:2px;color:#fff;cursor:pointer;text-transform:uppercase;font-size:12px;font-weight:600;font-family:var(--font-display,Georgia, serif);box-shadow:none;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 14px;line-height:1;transition:background .2s,transform .15s;display:inline-flex}.savi-home-btn:hover{background:#ffffff38;transform:scale(1.03)}.savi-home-btn:active{transform:scale(.97)}:focus-visible{outline:2px solid var(--accent,#4f4a44);outline-offset:2px;border-radius:4px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}:root{--shadow:0 1px 2px #3c342a0f, 0 4px 14px #3c342a12;--shadow-lg:0 2px 6px #3c342a14, 0 12px 30px #3c342a1f;--emboss:inset 0 1px 0 #ffffff38, inset 0 -2px 3px #00000029, 0 2px 4px #3c342a29, 0 4px 10px #3c342a1a;--emboss-press:inset 0 2px 4px #00000040, 0 1px 2px #3c342a1f;--text-emboss:0 1px 0 #ffffff80}[data-theme=dark]{--text-emboss:0 1px 1px #00000080}h1,h2,h3,h4,.display-font,.section-title,.card-title,.hero-badge,.page-header h1{text-shadow:var(--text-emboss)}.btn-primary,.btn-accent,.btn-green,.filter-chip.active,.main-toggle-btn.active,.nav-add-icon,button.primary,.savi-cta,.chip.active,.tab.active{box-shadow:var(--emboss);text-shadow:0 1px 1px #0003}.btn-primary:active,.btn-accent:active,.btn-green:active,.filter-chip.active:active,.main-toggle-btn.active:active,button.primary:active,.chip.active:active{box-shadow:var(--emboss-press);transform:translateY(1px)}:root{--bg-primary:#ece9e4;--bg-secondary:#ece9e4;--card-bg:#ece9e4;--header-bg:#ece9e4;--nav-bg:#ece9e4;--nav-bg-mat:#ece9e49e;--text-primary:#2b2825;--text-secondary:#8a847b;--border:#a39b8f47;--nav-border:#a39b8f47;--nav-inactive:#8a847b;--nav-active:#2b2825;--ai-schet-krug:#2b2825;--ai-schet-cifra:#ece9e4;--input-bg:#ece9e4;--input-border:#a39b8f47;--selected-bg:#ece9e4;--selected-border:#4f4a44;--accent:#4f4a44;--neo-out:6px 6px 14px #a39b8f8c, -6px -6px 14px #fffffff2;--neo-in:inset 3px 3px 7px #a39b8f80, inset -3px -3px 7px #ffffffe6;--neo-soft:4px 4px 9px #a39b8f80, -4px -4px 9px #ffffffeb;--neo-pop:10px 16px 36px #78706461;--neo-press:9px 9px 20px #a39b8fa6, -9px -9px 20px #fff;--neo-r:22px}[data-theme=dark]{--ai-schet-krug:#ece8e1;--ai-schet-cifra:#201c19;--bg-primary:#201c19;--bg-secondary:#201c19;--card-bg:#201c19;--header-bg:#201c19;--nav-bg:#201c19;--nav-bg-mat:#201c199e;--text-primary:#ece8e1;--text-secondary:#a59f95;--border:#ffffff12;--nav-border:#ffffff12;--nav-inactive:#a59f95;--nav-active:#ece8e1;--input-bg:#201c19;--input-border:#ffffff12;--selected-bg:#201c19;--accent:#e7e2d9;--neo-out:6px 6px 15px #0009, -6px -6px 14px #ffffff0d;--neo-in:inset 3px 3px 8px #0009, inset -3px -3px 8px #ffffff0b;--neo-soft:4px 4px 9px #0000008c, -4px -4px 9px #ffffff0d;--neo-pop:12px 18px 42px #000000b3;--neo-press:9px 9px 22px #000000bf, -9px -9px 20px #ffffff12}body,button,input,textarea,select{font-family:YFF Rare,Georgia,serif}body{background:var(--bg-primary);color:var(--text-primary)}h1,h2,h3,.display-font{letter-spacing:.2px;font-weight:540}body:not(.savi-module-svnews) [style*=linear-gradient\(135deg]:not([data-savi=story-circle]):not([data-savi=day-card]){box-shadow:var(--neo-out);background:var(--card-bg)!important;color:var(--text-primary)!important;border-radius:var(--neo-r)!important;border:none!important}[style*=linear-gradient\(135deg] *{color:var(--text-primary)!important}[style*=linear-gradient\(135deg] svg{stroke:var(--text-primary)!important}html button[data-savi=sos-card]{box-shadow:var(--neo-out);order:-1;background:var(--card-bg)!important;border-radius:16px!important}html button[style*="rgb(163, 86, 78)"],html button[data-savi=sos-card]{box-shadow:var(--neo-out)!important;border-radius:18px!important;justify-content:flex-start!important;gap:12px!important;padding:15px 18px!important}html button[style*="rgb(163, 86, 78)"]>div>div:nth-child(2),html button[data-savi=sos-card]>div>div:nth-child(2){font-size:11.5px!important}html button[style*="rgb(163, 86, 78)"] svg,html button[data-savi=sos-card] svg{stroke:#b5675f!important;width:26px!important;height:26px!important}html button[style*="rgb(163, 86, 78)"]>div>div:first-child,html button[data-savi=sos-card]>div>div:first-child{color:#b5675f!important;font-size:15px!important;font-weight:560!important}html button[style*="rgb(163, 86, 78)"]>div>div:nth-child(2),html button[data-savi=sos-card]>div>div:nth-child(2){color:var(--text-secondary)!important}html button[style*="rgb(163, 86, 78)"]>div,html button[data-savi=sos-card]>div{text-align:left!important}html[data-theme=dark] button[style*="rgb(163, 86, 78)"] svg,html[data-theme=dark] button[data-savi=sos-card] svg{stroke:#e6a39c!important}html[data-theme=dark] button[style*="rgb(163, 86, 78)"]>div>div:first-child,html[data-theme=dark] button[data-savi=sos-card]>div>div:first-child{color:#e6a39c!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"],html button[data-savi=day-card]{background:#211d1a!important;border-radius:18px!important;gap:12px!important;padding:16px 18px!important;box-shadow:6px 6px 15px #a39b8f99,-5px -5px 12px #ffffffe6!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] b,html button[data-savi=day-card] b{font-size:15.5px!important;font-weight:600!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] span span,html button[data-savi=day-card] span span{font-size:12.5px!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] svg,html button[data-savi=day-card] svg{width:26px!important;height:26px!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] *,html button[data-savi=day-card] *{color:#ece8e1!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] svg,html button[data-savi=day-card] svg{stroke:#d8d2c8!important}html[data-theme=dark] button[style*="linear-gradient(135deg, rgb(56, 52, 47)"],html[data-theme=dark] button[data-savi=day-card]{background:#ece9e4!important;box-shadow:6px 6px 15px #0009,-5px -5px 12px #ffffff0f!important}html[data-theme=dark] button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] *,html[data-theme=dark] button[data-savi=day-card] *{color:#2b2825!important}html[data-theme=dark] button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] svg,html[data-theme=dark] button[data-savi=day-card] svg{stroke:#3a352f!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg],html button[data-savi=service-tile]{aspect-ratio:auto!important;text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important;gap:5px!important;min-height:112px!important;padding:16px 15px!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg]>div:nth-child(2),html button[data-savi=service-tile]>div:nth-child(2){margin-top:auto!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg] svg,html button[data-savi=service-tile] svg{width:30px!important;height:30px!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg]>div:nth-child(2),html button[data-savi=service-tile]>div:nth-child(2){letter-spacing:.3px!important;font-size:16px!important;font-weight:540!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg]>div:nth-child(n+3),html button[data-savi=service-tile]>div:nth-child(n+3){color:var(--text-secondary)!important;font-size:12.5px!important}button,.btn,[role=button]{background:var(--card-bg);color:var(--text-primary);box-shadow:var(--neo-soft);border-radius:17px;transition:box-shadow .18s,transform .18s;border:none!important}button:active,.btn:active,[role=button]:active{box-shadow:var(--neo-in)!important}html button[style*=linear-gradient\(135deg]:active{box-shadow:var(--neo-in)!important;transform:none!important}button:disabled{opacity:.55;box-shadow:var(--neo-soft)}input,textarea,select{background:var(--input-bg);color:var(--text-primary);box-shadow:var(--neo-in);border-radius:15px;border:none!important}input::placeholder,textarea::placeholder{color:var(--text-secondary)}input:invalid,.field-error input{box-shadow:var(--neo-in), inset 0 0 0 1.5px #b5675f}.card,.tile,[class~=card],[class$=-card],[class*=-card\ ],[class$=Card],section>div[style*=border-radius]{background:var(--card-bg);box-shadow:var(--neo-out);border-radius:var(--neo-r);border:none}nav[aria-label=Основная\ навигация],.tabbar{box-shadow:var(--neo-out), 0 8px 24px #a39b8f47;left:22px!important;right:22px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;border-top:none!important;border-radius:26px!important;height:62px!important;padding-bottom:0!important}nav[aria-label=Основная\ навигация] button,.tabbar button{box-shadow:none;background:0 0;border-radius:0}nav[aria-label=Основная\ навигация] button[aria-current=page]{font-weight:600}html button.savi-tt{box-shadow:none!important;background:0 0!important;padding:0!important}.tt-track{background:var(--bg-primary);width:72px;height:38px;box-shadow:var(--neo-in);border-radius:19px;justify-content:space-between;align-items:center;padding:0 3px;display:flex;position:relative}.tt-slot{z-index:1;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.tt-knob{background:var(--bg-primary);width:32px;height:32px;box-shadow:var(--neo-soft);border-radius:50%;transition:left .2s,right .2s;position:absolute;top:3px}.tt-knob.l{left:3px}.tt-knob.r{right:3px}.header .header-nav-link,.header .btn-login{border-radius:16px!important;padding:7px 13px!important;font-size:13px!important}.header .header-actions>button.theme-toggle{border-radius:15px!important}.header .header-actions>button:not(.btn-login):not(.theme-toggle):not([data-savi=wallet-pill]){border-radius:50%!important;width:36px!important;height:36px!important;padding:0!important}.header .header-actions>button[title*=Switch]>span>span:last-child{display:none}.header .logo{background:url(/savi-mark-dark.png) 0/contain no-repeat;width:46px;height:36px;font-size:0!important}[data-theme=dark] .header .logo{background-image:url(/savi-logo-light.png)}[data-savi=round-btn]{box-shadow:var(--neo-soft);background:0 0!important;width:60px!important;height:60px!important}button[style*="background: none"]>div+div:not([data-savi=badge]),button[style*="background: none"]>span:last-child:not([data-savi=badge]){font-size:11px!important}[data-savi=round-btn]>div{border:none!important}html button[style*="background: none"]{box-shadow:none!important;background:0 0!important}[class*=overlay]:not([class*=photo-overlay]):not([class*=image-overlay]):not([class*=card-overlay]),[class*=backdrop],[class*=modal-bg]{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14110f73!important}[class*=modal],[class*=sheet],[class*=dialog]{background:var(--card-bg);box-shadow:var(--neo-pop);border-radius:26px}[class*=sheet]:before{content:"";background:#80808059;border-radius:3px;width:44px;height:5px;margin:0 auto 14px;display:block}button[style*="rgb(0, 136, 204)"],button[style*="rgb(0, 119, 255)"],button[style*=\#0088cc],button[style*=\#0077FF]{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:var(--text-primary)!important;border:none!important}button[style*="rgb(0, 136, 204)"] svg{stroke:var(--text-primary)!important}button[style*="2px solid rgb(79, 74, 68)"]{box-shadow:var(--neo-soft);color:var(--text-primary)!important;border:none!important}small,.muted,[class*=sub],[class*=hint],[class*=meta]{font-size:.92em}.header{border-bottom:none!important}.header .logo,.header .header-nav-link,.header .header-actions button{color:var(--text-primary)!important}.header{padding-left:22px!important;padding-right:22px!important}.header .header-nav-link{box-shadow:var(--neo-soft);border:none!important;padding:7px 14px!important;font-size:12.5px!important;font-weight:400!important}.header .header-nav-link svg,.header .header-actions svg{color:var(--text-primary)!important}.header+div,.header~div[style*=overflow-x]{border-bottom:none!important}[data-savi=round-btn] svg{color:#3a352f!important}html[data-theme=dark] [data-savi=round-btn] svg{color:#d8d2c8!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg],html button[data-savi=service-tile]{box-shadow:var(--neo-out)!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg]>div:nth-child(n+4),html button[data-savi=service-tile]>div:nth-child(n+4){display:none!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg]>div:nth-child(3),html button[data-savi=service-tile]>div:nth-child(3){-webkit-line-clamp:2!important;font-size:10px!important;line-height:1.25!important}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg] svg,html button[data-savi=service-tile] svg{color:#3a352f!important}html[data-theme=dark] button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg] svg,html[data-theme=dark] button[data-savi=service-tile] svg{color:#d8d2c8!important}html main>div[style*="display: grid"]{gap:15px!important;padding:22px!important}.card,[class*=card]{border:none!important}html main>div[style*="display: grid"]>div[style*="position: relative"]{display:flex}html button[style*="aspect-ratio: 1 / 1"][style*=linear-gradient\(135deg],html button[data-savi=service-tile]{height:100%!important}div[style*="border-radius: 20px"][style*="max-width: 340px"]{background:var(--card-bg)!important;width:calc(100% - 40px)!important;max-width:none!important;box-shadow:var(--neo-pop)!important;border-radius:26px!important;padding:26px 20px 18px!important}div[style*="border-radius: 20px"][style*="max-width: 340px"]>div>button{border-radius:17px!important;padding:14px!important;font-size:13.5px!important;font-weight:400!important}div[style*="position: fixed"][style*="rgba(0, 0, 0, 0.6)"]{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14110f73!important;padding:0!important}div[style*="border-radius: 20px"][style*="max-width: 340px"] h2,div[style*="border-radius: 20px"][style*="max-width: 340px"] h3{margin:0!important;font-size:19px!important;font-weight:560!important}div[style*="border-radius: 20px"][style*="max-width: 340px"] p{color:var(--text-secondary)!important;margin:9px 2px 16px!important;font-size:12px!important;line-height:1.5!important}div[style*="border-radius: 20px"][style*="max-width: 340px"]>div[style*="gap: 12px"]{gap:9px!important}a[style*="rgb(179, 103, 95)"],button[style*="rgb(179, 103, 95)"]{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:#b5675f!important;border-radius:16px!important}a[style*="rgb(179, 103, 95)"] svg,button[style*="rgb(179, 103, 95)"] svg{stroke:#b5675f!important}html[data-theme=dark] a[style*="rgb(179, 103, 95)"],html[data-theme=dark] button[style*="rgb(179, 103, 95)"]{color:#e6a39c!important}html[data-theme=dark] a[style*="rgb(179, 103, 95)"] svg{stroke:#e6a39c!important}div[style*="border: 2px solid rgb(184, 146, 83)"]{box-shadow:var(--neo-out);background:var(--card-bg)!important;border:none!important;border-radius:18px!important}div[style*="border: 2px solid rgb(184, 146, 83)"]>div:last-child{color:#b89253!important}html[data-theme=dark] div[style*="border: 2px solid rgb(184, 146, 83)"]>div:last-child{color:#d8b463!important}html[data-theme=dark] div[style*="border: 2px solid rgb(184, 146, 83)"] svg{color:#d8b463!important;stroke:#d8b463!important}.layer-toggle{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:var(--text-secondary)!important;border:none!important;border-radius:16px!important;font-weight:400!important}.layer-toggle--active{box-shadow:var(--neo-in);background:var(--card-bg)!important;color:var(--layer-color)!important}.layer-toggle--active svg{stroke:var(--layer-color)!important}html body[class*=savi-module-]{--bg-primary:#ece9e4;--bg-secondary:#ece9e4;--card-bg:#ece9e4;--header-bg:#ece9e4;--text-primary:#2b2825;--text-secondary:#8a847b;--border:#a39b8f47;--input-bg:#ece9e4;--input-border:#a39b8f47}html[data-theme=dark] body[class*=savi-module-]{--bg-primary:#201c19;--bg-secondary:#201c19;--card-bg:#201c19;--header-bg:#201c19;--text-primary:#ece8e1;--text-secondary:#a59f95;--border:#ffffff12;--input-bg:#201c19;--input-border:#ffffff12}html body[class*=savi-module-],html[data-theme=dark] body[class*=savi-module-]{--btn:var(--card-bg);--btn-text:var(--text-primary);--courier:var(--card-bg);--tow:var(--card-bg);--taxi:var(--card-bg);--bg:var(--bg-primary);--card:var(--card-bg);--card2:var(--card-bg);--sec-bg:var(--card-bg);--white:var(--card-bg);--on-accent:var(--text-primary);--orange:var(--text-primary);--orange-dark:var(--text-primary);--orange-light:var(--card-bg);--text:var(--text-primary);--hint:var(--text-secondary)}[style*="var(--courier)"],[style*=var\(--tow],[style*="var(--taxi)"]{box-shadow:var(--neo-out)!important;border-radius:var(--neo-r)!important}[style*="var(--courier)"] *,[style*=var\(--tow] *,[style*="var(--taxi)"] *{color:var(--text-primary)!important}[style*="var(--courier)"] svg,[style*=var\(--tow] svg,[style*="var(--taxi)"] svg{stroke:var(--text-primary)!important}body:not(.savi-module-svnews) [style*="rgb(184, 146, 83)"]:not([data-savi=story-circle]){box-shadow:var(--neo-soft);background:var(--card-bg)!important;border-radius:16px!important}[style*="rgb(184, 146, 83)"] *{color:#b89253!important}[style*="rgb(184, 146, 83)"] svg{stroke:#b89253!important}html[data-theme=dark] [style*="rgb(184, 146, 83)"] *{color:#d8b463!important}html[data-theme=dark] [style*="rgb(184, 146, 83)"] svg{stroke:#d8b463!important}[class*=cookie] button,[class*=Cookie] button,[class*=consent] button,[class*=Consent] button{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:var(--text-primary)!important;border:none!important;border-radius:16px!important}[class*=cookie],[class*=Cookie],[class*=consent],[class*=Consent]{background:var(--card-bg)!important;color:var(--text-secondary)!important}html body[class*=savi-module-] [class*=chip],html body[class*=savi-module-] [class*=tab],html body[class*=savi-module-] [class*=pill],html body[class*=savi-module-] [class*=filter]{border:none!important;border-radius:16px!important}html body[class*=savi-module-] button{color:var(--text-primary)}html body[class*=savi-module-] .btn-primary,html body[class*=savi-module-] .btn.btn-primary{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:var(--text-primary)!important;border:none!important;border-radius:17px!important}html body[class*=savi-module-] button[style*="color: rgb(255, 255, 255)"],html body[class*=savi-module-] a[style*="color: rgb(255, 255, 255)"]{color:var(--text-primary)!important}html body[class*=savi-module-] button[style*="background: rgb(56, 52, 47)"],html body[class*=savi-module-] a[style*="background: rgb(56, 52, 47)"],html body[class*=savi-module-] a[data-savi=day-card]{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:var(--text-primary)!important;border-radius:17px!important}div[style*="rgba(30, 30, 30, 0.97)"]{box-shadow:var(--neo-out);background:var(--card-bg)!important;color:var(--text-secondary)!important;border-radius:20px!important}div[style*="rgba(30, 30, 30, 0.97)"] a{color:var(--text-primary)!important}div[style*="rgba(30, 30, 30, 0.97)"] button{box-shadow:var(--neo-soft);background:var(--card-bg)!important;color:var(--text-primary)!important;border:none!important;border-radius:16px!important}html body[class*=savi-module-] .chip.active,html body[class*=savi-module-] .tab.active,html body[class*=savi-module-] .filter-chip.active,html body[class*=savi-module-] .main-toggle-btn.active,html body[class*=savi-module-] button.primary,html body[class*=savi-module-] .savi-cta,html body[class*=savi-module-] .btn-accent,html body[class*=savi-module-] .btn-green{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-in)!important;border-color:#0000!important;border-radius:16px!important}html body[class*=savi-module-] .savi-home-btn{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;text-shadow:none!important;background-image:none!important;border-radius:16px!important}html body[class*=savi-module-] [class*=active],html body[class*=savi-module-] [aria-selected=true],html body[class*=savi-module-] [aria-pressed=true]{background-image:none!important}html body[class*=savi-module-] button[style*="background: rgb(79, 74, 68)"]:not([data-savi=ob-next]):not([data-savi=ai-znak]),html body[class*=savi-module-] div[style*="background: rgb(79, 74, 68)"]:not([data-savi=ob-next]):not([data-savi=ai-znak]){background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-in)!important;border-radius:16px!important}html body[class*=savi-module-] button[style*="background: rgb(79, 74, 68)"]:not([data-savi=ob-next]):not([data-savi=ai-znak]) svg{stroke:var(--text-primary)!important}html body[class*=savi-module-] [style*="background: var(--accent"],html body[class*=savi-module-] [style*="background:var(--accent"]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-in)!important;border:none!important}html body[class*=savi-module-] [style*="background: var(--btn"],html body[class*=savi-module-] [style*="background:var(--btn"]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;border:none!important}html body[class*=savi-module-] [style*="background: var(--accent"] svg,html body[class*=savi-module-] [style*="background: var(--btn"] svg{stroke:var(--text-primary)!important}html body[class*=savi-module-] .chip.active,html body[class*=savi-module-] .tab.active,html body[class*=savi-module-] .filter-chip.active,html body[class*=savi-module-] .main-toggle-btn.active,html body[class*=savi-module-] [style*="background: var(--accent"],html body[class*=savi-module-] [style*="background:var(--accent"]{box-shadow:var(--neo-out)!important}[style*="rgb(184, 146, 83)"] *,html body[class*=savi-module-] [style*="color: var(--accent"]{color:#846225!important}html[data-theme=dark] [style*="rgb(184, 146, 83)"] *,html[data-theme=dark] body[class*=savi-module-] [style*="color: var(--accent"]{color:#d8b463!important}html body[class*=savi-module-] .savi-home-btn{background:var(--card-bg)!important;color:var(--text-secondary)!important;box-shadow:var(--neo-soft)!important;letter-spacing:2.5px!important;text-shadow:none!important;background-image:none!important;border-radius:16px!important;padding:7px 14px!important;font-family:YFF Rare,Georgia,serif!important;font-weight:500!important;display:inline-flex!important}html body[class*=savi-module-] header,html body[class*=savi-module-] .top-bar,html body[class*=savi-module-] .header,html body[class*=savi-module-] .page-header,html body[class*=savi-module-] .app-header{box-shadow:none!important;background:0 0!important;border-bottom:none!important;border-radius:0!important}html body[class*=savi-module-] .header-inner,html body[class*=savi-module-] .header-logo,html body[class*=savi-module-] .page-title,html body[class*=savi-module-] .page-header-inner{box-shadow:none!important;background:0 0!important;border-radius:0!important}html body.savi-module-rent button[style*="background: var(--accent"],html body.savi-module-rent .btn-primary,html body.savi-module-rent button.primary{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-out)!important}html body.savi-module-rent [style*="rgba(255, 255, 255, 0.7)"]{color:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgb(184, 146, 83)"],html body[class*=savi-module-] [style*="rgb(184, 146, 83)"] *{color:#846225!important}html[data-theme=dark] body[class*=savi-module-] [style*="rgb(184, 146, 83)"],html[data-theme=dark] body[class*=savi-module-] [style*="rgb(184, 146, 83)"] *{color:#d8b463!important}html body[class*=savi-module-]:not(.savi-standalone) .header .logo,html body[class*=savi-module-]:not(.savi-standalone) .top-bar .logo{display:none!important}:is(html body[class*=savi-module-] .header button:not(.savi-home-btn):not(.theme-toggle):not(.savi-tt):not(.savi-role-half):not(.tt-slot):not(:has(svg[data-znak=bell])),html body[class*=savi-module-] .top-bar button:not(.savi-home-btn):not(.theme-toggle):not(.savi-tt):not(.savi-role-half):not(.tt-slot):not(:has(svg[data-znak=bell]))){background:var(--card-bg)!important;width:36px!important;height:36px!important;box-shadow:var(--neo-soft)!important;border:none!important;border-radius:50%!important;padding:0!important}html body[class*=savi-module-] .btn-blue,html body[class*=savi-module-] .btn.btn-blue{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-out)!important;border:none!important;border-radius:17px!important}html body[class*=savi-module-] footer.footer,html body[class*=savi-module-] .footer{background:var(--card-bg)!important;color:var(--text-secondary)!important;border-top:none!important}html body[class*=savi-module-] .footer *{color:var(--text-secondary)!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]{box-shadow:none!important;background:0 0!important;padding:18px 20px 14px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] *{color:var(--text-primary)!important}html body.savi-module-taxi div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:0!important;margin-bottom:0!important}html body.savi-module-taxi button[style*="var(--taxi)"]>span:first-child,html body.savi-module-taxi button[style*="var(--courier)"]>span:first-child,html body.savi-module-taxi button[style*=var\(--tow]>span:first-child{background:var(--card-bg);box-shadow:var(--neo-in);justify-content:center;align-items:center;filter:none!important;display:flex!important}html body.savi-module-taxi button[style*="var(--taxi)"] svg,html body.savi-module-taxi button[style*="var(--courier)"] svg,html body.savi-module-taxi button[style*=var\(--tow] svg{width:22px!important;height:22px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>span:first-child,html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:first-child svg{display:none!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] h1,html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] h2{margin:0!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] p{color:var(--text-secondary)!important}html body.savi-module-taxi button[style*="var(--taxi)"]:after,html body.savi-module-taxi button[style*="var(--courier)"]:after,html body.savi-module-taxi button[style*=var\(--tow]:after{content:"›";color:var(--text-secondary);font-size:20px;line-height:1}html body[class*=savi-module-]{--font-body:"YFF Rare", Georgia, serif;--font-display:"YFF Rare", Georgia, serif}html body[class*=savi-module-],html body[class*=savi-module-] *{font-family:YFF Rare,Georgia,serif!important}.header,.header .header-actions{gap:8px!important}.header .header-actions>button:not(.btn-login):not(.theme-toggle):not([data-savi=wallet-pill]){border-radius:999px!important;width:30px!important;height:38px!important}html body[class*=savi-module-] .savi-home-btn{letter-spacing:2px!important;color:var(--text-secondary)!important;border-radius:14px!important;padding:7px 14px!important;font-size:12.5px!important;font-weight:400!important;line-height:1.2!important}html body[class*=savi-module-] .top-bar{box-shadow:none!important;background:0 0!important;border-radius:0!important;height:auto!important;padding:2px 16px 12px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]{padding:0 16px 10px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] h1{letter-spacing:.6px!important;font-size:22px!important;font-weight:560!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] p{margin:0!important;font-size:12px!important}html body.savi-module-taxi div[style*="padding: 20px 16px"]{padding:0 16px 16px!important}html body.savi-module-taxi button[style*="var(--taxi)"],html body.savi-module-taxi button[style*="var(--courier)"],html body.savi-module-taxi button[style*=var\(--tow]{border-radius:20px!important;flex-wrap:nowrap!important;grid-template-rows:auto auto!important;grid-template-columns:44px 1fr auto!important;align-items:center!important;gap:2px 12px!important;min-height:0!important;margin-bottom:11px!important;padding:14px!important;display:grid!important}html body.savi-module-taxi button[style*="var(--taxi)"]>:first-child,html body.savi-module-taxi button[style*="var(--courier)"]>:first-child,html body.savi-module-taxi button[style*=var\(--tow]>:first-child{border-radius:15px!important;grid-area:1/1/3!important;width:44px!important;height:44px!important}html body.savi-module-taxi button[style*="var(--taxi)"]>:nth-child(2),html body.savi-module-taxi button[style*="var(--courier)"]>:nth-child(2),html body.savi-module-taxi button[style*=var\(--tow]>:nth-child(2){letter-spacing:0!important;grid-area:1/2!important;align-self:end!important;font-size:15px!important;font-weight:540!important}html body.savi-module-taxi button[style*="var(--taxi)"]>:nth-child(3),html body.savi-module-taxi button[style*="var(--courier)"]>:nth-child(3),html body.savi-module-taxi button[style*=var\(--tow]>:nth-child(3){flex-basis:auto!important;grid-area:2/2!important;align-self:start!important;margin:0!important;font-size:11.5px!important}html body.savi-module-taxi button[style*="var(--taxi)"]:after,html body.savi-module-taxi button[style*="var(--courier)"]:after,html body.savi-module-taxi button[style*=var\(--tow]:after{grid-area:1/3/3!important;margin:0!important}html body.savi-module-food .header{box-shadow:none!important;background:0 0!important;border-radius:0!important;height:auto!important;padding:2px 16px 0!important}html body.savi-module-food .header-logo{letter-spacing:.6px!important;font-size:22px!important;font-weight:560!important}html body.savi-module-food .home-content{padding:6px 16px 16px!important}html body.savi-module-food .food-main-toggle{border-radius:18px!important;gap:4px!important;margin:8px 0 12px!important;padding:4px!important}html body.savi-module-food .main-toggle-btn{border-radius:15px!important;padding:9px 4px!important;font-size:13px!important;font-weight:400!important}html body.savi-module-food .main-toggle-btn.active{font-weight:600!important}html body.savi-module-food .home-search-input{border-radius:15px!important;height:38px!important;min-height:0!important;padding:11px 14px!important;font-size:13px!important}html body.savi-module-food .home-search-btn,html body.savi-module-food .home-search+div>button{border-radius:14px!important;flex:none!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important}html body.savi-module-food .home-search+div{gap:8px!important}html body.savi-module-food .qchip{border-radius:14px!important;min-height:0!important;padding:9px 14px!important;font-size:12.5px!important;font-weight:400!important}html body.savi-module-food .food-cat-chip{border-radius:16px!important;gap:5px!important;min-width:66px!important;min-height:0!important;padding:10px 12px!important}html body.savi-module-food .food-cat-name{font-size:11.5px!important;font-weight:400!important}html body.savi-module-food .qchip{align-items:center!important;height:33px!important;line-height:1!important;display:inline-flex!important}html body.savi-module-food .qchip svg{display:none!important}html body.savi-module-food .main-toggle-btn.active{border-radius:15px!important}html body.savi-module-food .home-search-btn{border-radius:14px!important}html body.savi-module-food .home-quickbar{gap:8px!important;padding-bottom:10px!important}html body.savi-module-food .btn.btn-primary.home-search-btn{border-radius:14px!important}html body.savi-module-food .home-search+div~button,html body.savi-module-food .home-search~button.btn{border-radius:14px!important;flex:none!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important}html body.savi-module-food .food-cats{gap:8px!important}html body.savi-module-food .food-cat-emoji,html body.savi-module-food .food-cat-emoji svg{width:15px!important;height:15px!important;font-size:15px!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]{box-shadow:none!important;background:0 0!important;padding:0 16px 10px!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]:before{content:"SV STAY";letter-spacing:.6px;color:var(--text-primary);padding:2px 0;font-size:22px;font-weight:560;display:block}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:first-child{color:var(--text-secondary)!important;margin:0 0 10px!important;font-size:12px!important;font-weight:400!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(2),html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(3){color:var(--text-secondary)!important;box-shadow:none!important;opacity:1!important;background:0 0!important;border-radius:0!important;margin:0 0 3px!important;padding:0!important;font-size:11.5px!important;line-height:1.4!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(4){background:var(--card-bg)!important;width:100%!important;box-shadow:var(--neo-out)!important;color:var(--text-primary)!important;text-align:left!important;opacity:1!important;border-radius:18px!important;align-items:center!important;gap:11px!important;min-height:0!important;margin:9px 0 0!important;padding:15px!important;font-size:14px!important;display:flex!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(4):after{content:"›";color:var(--text-secondary);margin-left:auto;font-size:20px;line-height:1}html body.savi-module-stay input.form-input{border-radius:15px!important;font-size:13px!important}html body.savi-module-stay div[style*="position: relative"]>input.form-input{height:38px!important;padding:11px 14px 11px 36px!important}html body.savi-module-stay div[style*="align-items: flex-end"]>div[style*="flex: 1"]{background:var(--card-bg)!important;box-shadow:var(--neo-in)!important;border-radius:15px!important;padding:8px 12px 9px!important}html body.savi-module-stay div[style*="align-items: flex-end"]>div[style*="flex: 1"]>label{letter-spacing:.4px!important;text-transform:uppercase!important;color:var(--text-secondary)!important;margin:0!important;font-size:9.5px!important}html body.savi-module-stay div[style*="align-items: flex-end"]>div[style*="flex: 1"]>input.form-input{box-shadow:none!important;height:auto!important;color:var(--text-primary)!important;background:0 0!important;border:none!important;padding:0!important;font-size:12.5px!important;font-weight:600!important}html body.savi-module-stay div[style*="position: relative"]>button[style*=inline-flex],html body.savi-module-stay .filter-chip,html body.savi-module-stay .filter-chip.active{border-radius:14px!important;height:33px!important;min-height:0!important;padding:9px 14px!important;font-size:12.5px!important;font-weight:400!important}html body.savi-module-stay .filters-bar{gap:8px!important}html body.savi-module-taxi button[style*="var(--taxi)"]>:nth-child(2),html body.savi-module-taxi button[style*="var(--courier)"]>:nth-child(2),html body.savi-module-taxi button[style*=var\(--tow]>:nth-child(2),html body.savi-module-taxi button[style*="var(--taxi)"]>:nth-child(3),html body.savi-module-taxi button[style*="var(--courier)"]>:nth-child(3),html body.savi-module-taxi button[style*=var\(--tow]>:nth-child(3){text-align:left!important;justify-self:start!important}html body[class*=savi-module-] .restaurant-card-type-badge,html body[class*=savi-module-] span[style*="rgba(79, 107, 84"],html body[class*=savi-module-] span[style*="rgba(0, 0, 0, 0.6)"],html body[class*=savi-module-] div[style*="rgba(0, 0, 0, 0.6)"]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;letter-spacing:.3px!important;border:none!important;border-radius:11px!important;padding:5px 10px!important;font-size:10px!important;font-weight:600!important}html body[class*=savi-module-] .theme-toggle-btn svg,html body[class*=savi-module-] .theme-toggle-btn svg *{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important;fill:none!important}html body[class*=savi-module-] .theme-toggle-btn{background:var(--card-bg)!important;width:34px!important;height:34px!important;box-shadow:var(--neo-soft)!important;border-radius:12px!important;padding:0!important}html body.savi-module-tours div[style*="padding: 20px 16px 12px"]{padding:0 16px 10px!important}html body.savi-module-tours div[style*="font-size: 28px"]{letter-spacing:.6px!important;font-size:22px!important;font-weight:560!important}html body.savi-module-tours div[style*="padding: 20px 16px 12px"]>div:nth-child(2){color:var(--text-secondary)!important;font-size:12px!important}html body.savi-module-tours button[style*="border-radius: 18px"]{border-radius:14px!important;height:33px!important;min-height:0!important;padding:9px 13px!important;font-size:12.5px!important;font-weight:400!important}html body.savi-module-rent .header{padding:2px 16px 12px!important}html body.savi-module-rent .page-header{text-align:center!important}html body.savi-module-rent .page-header:before{content:"SV RENT";letter-spacing:.6px;color:var(--text-primary);padding:2px 0;font-size:22px;font-weight:560;display:block}html body.savi-module-rent .page-title{color:var(--text-secondary)!important;padding-bottom:10px!important;font-size:12px!important;font-weight:400!important}html body.savi-module-jobs main>div:first-child:before{content:"SV РАБОТА";text-align:center;letter-spacing:.6px;color:var(--text-primary);padding:2px 0 12px;font-size:22px;font-weight:560;display:block}html body.savi-module-jobs div[style*="border-radius: 12px"][style*="padding: 3px"]{border-radius:18px!important;gap:4px!important;padding:4px!important}html body.savi-module-jobs div[style*="border-radius: 12px"][style*="padding: 3px"]>button{border-radius:15px!important;padding:9px 4px!important;font-size:13px!important;font-weight:400!important}html body.savi-module-market div[style*="padding: 20px 16px"]{text-align:center!important;padding:0 16px 10px!important}html body.savi-module-market div[style*="font-size: 17px"]{letter-spacing:.6px!important;font-size:22px!important;font-weight:560!important}html body.savi-module-market .page-header{padding:2px 16px 10px!important}html body.savi-module-market .page-header h1{letter-spacing:.6px!important;font-size:22px!important;font-weight:560!important}html body.savi-module-market .page-header .sub{font-size:12px!important}html body.savi-module-market .page-header-inner>div:last-child>button{border-radius:14px!important;flex:none!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important}html body.savi-module-market .search-input-inline{border-radius:15px!important;height:38px!important;padding:11px 14px!important;font-size:13px!important}html body.savi-module-market .wheel-trigger{border-radius:14px!important;height:34px!important;min-height:0!important;padding:9px 13px!important;font-size:12px!important}html body.savi-module-rent .filter-chip,html body.savi-module-jobs main button[style*="border-radius: 12px"]:not([style*="padding: 3px"]),html body.savi-module-market span[style*="border-radius: 14px"]{border-radius:14px!important;align-items:center!important;height:33px!important;min-height:0!important;padding:9px 14px!important;font-size:12.5px!important;font-weight:400!important;display:inline-flex!important}html body.savi-module-rent .page-header{display:block!important}html body.savi-module-rent .filter-chip.active{border-radius:14px!important}html body.savi-module-rent input{border-radius:15px!important;font-size:13px!important}html body.savi-module-rent .main-content>div button[style*="border-radius: 10px"]{border-radius:14px!important;height:33px!important;min-height:0!important;padding:9px 13px!important;font-size:12.5px!important;font-weight:400!important}html body.savi-module-market div[style*="letter-spacing: 0.04em"]{letter-spacing:0!important;color:var(--text-primary)!important;font-size:14px!important;font-weight:540!important}html body.savi-module-market .btn-primary{border-radius:16px!important;padding:12px 20px!important;font-size:13px!important}html body.savi-module-market button[style*="border-radius: 10px"]{border-radius:14px!important;height:34px!important;min-height:0!important;padding:9px 13px!important;font-size:12px!important;font-weight:400!important}html body[class*=savi-module-] span[style*="width: 40px"][style*="border-radius: 12px"]{background:var(--card-bg)!important;box-shadow:var(--neo-in)!important}html body[class*=savi-module-] span[style*="width: 40px"][style*="border-radius: 12px"] svg,html body[class*=savi-module-] span[style*="width: 40px"][style*="border-radius: 12px"] svg *{color:var(--text-primary)!important;stroke:var(--text-primary)!important}html body.savi-module-market button[style*="min-height: 100px"]{background:var(--card-bg)!important;box-shadow:var(--neo-out)!important;border:none!important;border-radius:16px!important}html body.savi-module-market button[style*="min-height: 100px"]:not([style*=--card-bg]){box-shadow:var(--neo-in)!important}html body.savi-module-jobs main>div:first-child>div:nth-child(2){background:var(--card-bg)!important;box-shadow:var(--neo-in)!important;color:var(--text-secondary)!important;border-radius:16px!important;margin-bottom:12px!important;padding:13px 15px!important;font-size:11.5px!important;line-height:1.5!important}html body.savi-module-jobs main>div:first-child>div:nth-child(2) svg,html body.savi-module-jobs div[style*="border-radius: 12px"][style*="padding: 3px"]>button svg,html body.savi-module-rent .filter-chip svg,html body.savi-module-jobs main button[style*="border-radius: 12px"] svg{display:none!important}html body.savi-module-tours div[style*="font-weight: 800"][style*=var\(--accent]{color:var(--text-primary)!important;font-size:12px!important;font-weight:540!important}html body.savi-module-med div[style*="padding: 12px 14px 24px"]:before,html body.savi-module-svnews div[style*="padding: 12px 14px 24px"]:before{text-align:center;letter-spacing:.6px;color:var(--text-primary);padding:2px 0 12px;font-size:22px;font-weight:560;display:block}html body.savi-module-med div[style*="padding: 12px 14px 24px"]:before{content:"SV MED"}html body.savi-module-svnews div[style*="padding: 12px 14px 24px"]:before{content:"SV NEWS"}html body.savi-module-med input,html body.savi-module-svnews input{border-radius:15px!important;font-size:13px!important}html body.savi-module-med button[style*="border-radius: 12px"],html body.savi-module-svnews button[style*="border-radius: 10px"]{border-radius:14px!important;height:33px!important;min-height:0!important;padding:9px 14px!important;font-size:12.5px!important;font-weight:400!important}html body.savi-module-svnews button[style*="border-radius: 12px"]{border-radius:15px!important;height:34px!important;padding:9px 4px!important;font-size:13px!important;font-weight:400!important}html body.savi-module-svnews button[style*="border-radius: 10px"][style*="34px"]{border-radius:12px!important;width:34px!important;height:34px!important;padding:0!important}html body.savi-module-med div[style*=overflow-x]>button{border-radius:14px!important;height:33px!important;min-height:0!important;padding:9px 14px!important;font-size:12.5px!important;font-weight:400!important}html body.savi-module-med main div[style*=overflow-x] button svg{display:none!important}html body.savi-module-stay div[style*="rgb(58, 125, 68)"]{color:var(--text-primary)!important;background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important}html body.savi-module-stay div[style*="rgb(58, 125, 68)"] svg{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgb(111, 125, 143)"],html body[class*=savi-module-] [style*="rgb(125, 154, 160)"],html body[class*=savi-module-] [style*="rgb(168, 125, 138)"],html body[class*=savi-module-] [style*="rgb(111, 143, 118)"],html body[class*=savi-module-] [style*="rgb(138, 154, 111)"],html body[class*=savi-module-] [style*="rgb(111, 138, 154)"],html body[class*=savi-module-] [style*="rgb(111, 150, 144)"],html body[class*=savi-module-] [style*="rgb(84, 128, 140)"],html body[class*=savi-module-] [style*="rgb(79, 107, 84)"]{color:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgba(111, 125, 143"],html body[class*=savi-module-] [style*="rgba(125, 154, 160"],html body[class*=savi-module-] [style*="rgba(168, 125, 138"],html body[class*=savi-module-] [style*="rgba(111, 143, 118"],html body[class*=savi-module-] [style*="rgba(138, 154, 111"],html body[class*=savi-module-] [style*="rgba(111, 138, 154"],html body[class*=savi-module-] [style*="rgba(111, 150, 144"],html body[class*=savi-module-] [style*="rgba(84, 128, 140"],html body[class*=savi-module-] [style*="rgba(79, 107, 84"]{background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important;color:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgb(111, 125, 143)"] svg,html body[class*=savi-module-] [style*="rgb(125, 154, 160)"] svg,html body[class*=savi-module-] [style*="rgb(168, 125, 138)"] svg,html body[class*=savi-module-] [style*="rgb(111, 143, 118)"] svg,html body[class*=savi-module-] [style*="rgb(138, 154, 111)"] svg,html body[class*=savi-module-] [style*="rgb(111, 138, 154)"] svg,html body[class*=savi-module-] [style*="rgb(111, 150, 144)"] svg,html body[class*=savi-module-] [style*="rgb(84, 128, 140)"] svg,html body[class*=savi-module-] [style*="rgb(79, 107, 84)"] svg{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important}html body.savi-module-food .badge-open,html body.savi-module-food .badge-closed{background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important}html body.savi-module-food .badge-open{color:#1b994d!important}html body.savi-module-food .badge-closed{color:#b5675f!important}html[data-theme=dark] body.savi-module-food .badge-open{color:#44dd80!important}html[data-theme=dark] body.savi-module-food .badge-closed{color:#e6a39c!important}html body[class*=savi-module-] .rp-type-badge,html body[class*=savi-module-] [style*="rgb(163, 86, 78)"],html body[class*=savi-module-] [data-savi=sos-card]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;border:none!important}html body[class*=savi-module-] .rp-type-badge svg,html body[class*=savi-module-] [style*="rgb(163, 86, 78)"] svg,html body[class*=savi-module-] [data-savi=sos-card] svg{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgba(0, 0, 0, 0.5)"],html body[class*=savi-module-] [style*="rgba(0, 0, 0, 0.55)"],html body[class*=savi-module-] [style*="rgba(0, 0, 0, 0.45)"]{background:var(--card-bg)!important;color:var(--text-secondary)!important;box-shadow:var(--neo-soft)!important}html div[style*="letter-spacing: 3px"][style*="font-weight: 800"]{letter-spacing:5px!important;color:var(--text-primary)!important;text-shadow:none!important;margin-bottom:10px!important;font-size:22px!important;font-weight:400!important}html div[style*="max-width: 340px"]>button:first-child{background:var(--card-bg)!important;width:30px!important;height:30px!important;box-shadow:var(--neo-soft)!important;color:var(--text-secondary)!important;border-radius:11px!important}html div[style*="max-width: 340px"] div[style*="flex-direction: column"]>button{font-weight:400!important}html body.savi-module-market .listing-card .price,html body[class*=savi-module-] [style*="color: rgb(79, 74, 68)"],html body[class*=savi-module-] [style*="color:#4f4a44"],html body[class*=savi-module-] [style*="color: #4f4a44"]{color:var(--text-primary)!important}html body[class*=savi-module-] .photo-nav{background:var(--card-bg)!important;box-shadow:var(--neo-out)!important;color:var(--text-primary)!important;border:none!important}html body[class*=savi-module-] .photo-nav svg,html body[class*=savi-module-] .photo-nav svg *{color:var(--text-primary)!important;stroke:var(--text-primary)!important}html body.savi-module-med main div:has(>div>img){border-radius:20px!important;align-items:center!important;gap:11px!important;margin-bottom:11px!important;padding:12px!important}html body.savi-module-med main div:has(>img){border-radius:16px!important;flex:none!important;width:62px!important;height:62px!important;overflow:hidden!important}html body.savi-module-med main div:has(>img)>img{object-fit:cover!important;border-radius:16px!important;width:62px!important;height:62px!important}html body.savi-module-med main div:has(>div>img) span[style*="font-weight: 800"]{font-size:16.5px!important;font-weight:540!important}html body.savi-module-med main div:has(>div>img)>div:last-child>div:first-child>span:first-child{font-size:16.5px!important;font-weight:540!important}html body.savi-module-med a[href^=tel\:]{border-radius:13px!important;max-width:112px!important;padding:9px 12px!important;font-size:11px!important;font-weight:400!important}html body.savi-module-med main div:has(>img){align-self:center!important;height:62px!important}html body.savi-module-med main div:has(>div>img)>div:last-child{padding:0!important}html body.savi-module-med main div:has(>div>img)>div:last-child>div:nth-child(2){color:var(--text-secondary)!important;font-size:11.5px!important;font-weight:400!important}html body.savi-module-med main div:has(>img){min-height:0!important;max-height:62px!important}html body:not([class*=savi-module-]) h2,html body:not([class*=savi-module-]) h3{font-weight:520!important}html body.savi-module-food .restaurant-card{border-radius:22px!important}html body.savi-module-food .restaurant-card-photo>span[style*="bottom: 10px"]{inset:10px 10px auto auto!important}html body.savi-module-food .restaurant-card-type-badge{inset:auto auto 10px 10px!important}html body.savi-module-food .btn.btn-primary.home-search-btn{background:var(--text-primary)!important;box-shadow:var(--neo-out)!important}html body.savi-module-food .btn.btn-primary.home-search-btn svg,html body.savi-module-food .btn.btn-primary.home-search-btn svg *{color:var(--card-bg)!important;stroke:var(--card-bg)!important}html [style*="border-radius: 50%"]{border-radius:50%!important}html button[style*="rgb(163, 86, 78)"],html button[data-savi=sos-card]{box-shadow:var(--neo-in)!important;border-radius:18px!important;padding:15px 18px!important}html .tt-knob svg,html .tt-knob svg *{color:#e9c98a!important;stroke:#e9c98a!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]{gap:13px!important;padding:14px 16px!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]>div:first-child{width:38px!important;height:38px!important;box-shadow:var(--neo-in)!important;border-radius:12px!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]>div:last-child>div:first-child{letter-spacing:0!important;font-size:14.5px!important;font-weight:540!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]>div:last-child>div:last-child{font-size:11.5px!important}html [style*="rgba(111, 143, 118"]{box-shadow:var(--neo-out)!important}html .savi-tt svg[data-savi=tt-sun],html .savi-tt svg[data-savi=tt-sun] *{color:#e9b949!important;stroke:#e9b949!important}html body:not([class*=savi-module-]) button[style*="border-radius: 14px"][style*="padding: 10px 14px"],html body:not([class*=savi-module-]) .card[style*="padding: 12px 14px"],html body:not([class*=savi-module-]) button[style*="padding: 14px 18px"]{border-radius:18px!important;gap:13px!important;padding:14px 16px!important}html body:not([class*=savi-module-]) button[style*="padding: 14px 18px"]>div>div:first-child{font-size:14.5px!important;font-weight:540!important}html body:not([class*=savi-module-]) button[style*="padding: 14px 18px"]>div>div:last-child{font-size:11.5px!important}html [style*="border-radius: 50%"][style*="padding: 2.5px"] svg,html [data-savi=round-btn] svg *{stroke:#3a352f!important;color:#3a352f!important}html[data-theme=dark] [style*="border-radius: 50%"][style*="padding: 2.5px"] svg,html[data-theme=dark] [data-savi=round-btn] svg *{stroke:#d8d2c8!important;color:#d8d2c8!important}html body.savi-module-food .badge,html body.savi-module-food .restaurant-card-status{letter-spacing:.3px!important;border-radius:11px!important;padding:5px 10px!important;font-size:10px!important;font-weight:600!important}html body.savi-module-food .restaurant-card-photo{flex-wrap:wrap!important;align-content:flex-start!important;gap:6px!important;padding:10px!important;display:flex!important}html body.savi-module-food .restaurant-card-photo>img,html body.savi-module-food .restaurant-card-photo-overlay{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}html body.savi-module-food .restaurant-card-photo>span:not(.restaurant-card-type-badge){align-self:flex-start!important;position:static!important}html body.savi-module-food .restaurant-card-type-badge{position:absolute!important;inset:auto auto 10px 10px!important}html body.savi-module-stay h1[style*="font-size: 22px"]{letter-spacing:.2px!important;font-size:20px!important;font-weight:540!important}html body[class*=savi-module-] .restaurant-card-photo>span,html body[class*=savi-module-] .restaurant-card-type-badge,html body[class*=savi-module-] .badge{box-shadow:0 2px 8px #14110f47!important}html body.savi-module-food .restaurant-card-photo>span:not(.restaurant-card-type-badge){z-index:2!important;position:relative!important;inset:auto!important}html body.savi-module-food .restaurant-card-type-badge{z-index:2!important}html body.savi-module-food .restaurant-card-photo-overlay{z-index:1!important}nav[aria-label=Основная\ навигация]{box-shadow:0 -1px #a39b8f73,0 1px #fff,0 8px 24px #a39b8f47!important}[data-theme=dark] nav[aria-label=Основная\ навигация]{box-shadow:0 -1px #0000008c,0 1px #ffffff24,0 8px 24px #00000061!important}.badge,.chip,.tag,.pill,.filter-chip,.category-badge,.status-badge,.feature-badge,.sub-badge,.detail-tag,.amenity-tag,.rc-meta-pill,.otile-badge,.rp-type-badge,.rp-status-badge,.restaurant-card-type-badge{justify-content:center;align-items:center;line-height:1;display:inline-flex}html body[class*=savi-module-] .top-bar button.theme-toggle:not(.savi-tt)>span>span:last-child{display:none!important}html body[class*=savi-module-] :is(.top-bar,.header){gap:var(--shapka-zazor,8px)!important;padding-left:22px!important;padding-right:22px!important}html body[class*=savi-module-] :is(.top-bar,.header) .savi-home-btn{height:var(--shapka-h,30px)!important;box-sizing:border-box!important;border-radius:var(--shapka-r,14px)!important;justify-content:center!important;align-items:center!important;padding:0 14px!important;display:inline-flex!important}html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle{height:var(--shapka-h,30px)!important;box-sizing:border-box!important;border-radius:var(--shapka-r,14px)!important}html .header :is(.theme-toggle.savi-tt,.savi-rs),html .header :is(.theme-toggle.savi-tt,.savi-rs) .tt-track,html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs),html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs) .tt-track{width:54px!important;height:var(--shapka-h,30px)!important;box-sizing:border-box!important;border-radius:var(--shapka-r,14px)!important;padding:0 3px!important}html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs) .tt-knob{border-radius:11px!important;width:23px!important;height:23px!important}html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt)>span>span:last-child{display:none!important}html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt){width:var(--shapka-h,30px)!important;justify-content:center!important;align-items:center!important;padding:0!important;display:inline-flex!important}html body[class*=savi-module-] :is(.top-bar,.header) button:has(svg[data-znak=bell]){width:var(--shapka-h,30px)!important;height:var(--shapka-h,30px)!important;border-radius:var(--shapka-r,14px)!important;justify-content:center!important;align-items:center!important;padding:0!important;display:inline-flex!important}html body[class*=savi-module-] :is(.top-bar,.header) .savi-home-btn,html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt){isolation:isolate;height:44px!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;position:relative!important}html body[class*=savi-module-] :is(.top-bar,.header) button:has(svg[data-znak=bell]){isolation:isolate;height:44px!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;position:relative!important}html body[class*=savi-module-] :is(.top-bar,.header) .savi-home-btn:before,html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt):before{content:"";left:0;right:0;top:calc((44px - var(--shapka-h,30px)) / 2);height:var(--shapka-h,30px);border-radius:var(--shapka-r,14px);background:var(--card-bg,#ece9e4);box-shadow:var(--neo-soft);z-index:-1;position:absolute}html body[class*=savi-module-] :is(.top-bar,.header) button:has(svg[data-znak=bell]):before{content:"";left:0;right:0;top:calc((44px - var(--shapka-h,30px)) / 2);height:var(--shapka-h,30px);border-radius:var(--shapka-r,14px);background:var(--card-bg,#ece9e4);box-shadow:var(--neo-soft);z-index:-1;position:absolute}html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs){height:44px!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;padding:0!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) button.tt-slot:not(.savi-home-btn),html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-slot{width:24px!important;height:24px!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}html body[class*=savi-module-] .savi-rs{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}html body[class*=savi-module-] :is(.top-bar,.header),html .header{box-sizing:border-box!important;align-items:center!important;gap:var(--shapka-zazor,8px)!important;height:56px!important;min-height:56px!important;padding-left:22px!important;padding-right:22px!important;display:flex!important}html body[class*=savi-module-] :is(.top-bar,.header)>div:last-child,html .header .header-actions{align-items:center!important;gap:var(--shapka-zazor,8px)!important;margin-left:auto!important;display:flex!important}html body[class*=savi-module-] :is(.top-bar,.header)>.savi-home-btn{margin-right:auto!important}html .header :is(.header-nav-link,.btn-login),html .header .header-actions>button{isolation:isolate;box-sizing:border-box!important;height:44px!important;min-height:44px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;display:inline-flex!important;position:relative!important}html .header :is(.header-nav-link,.btn-login):before,html .header .header-actions>button:not(.savi-tt):before{content:"";left:0;right:0;top:calc((44px - var(--shapka-h,30px)) / 2);height:var(--shapka-h,30px);border-radius:var(--shapka-r,14px);background:var(--card-bg,#ece9e4);box-shadow:var(--neo-soft);z-index:-1;position:absolute}html .header>:is(.header-nav,.header-actions,.logo){margin:0!important;padding:0!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-knob{background:var(--card-bg,#f2efea)!important;box-shadow:var(--neo-soft)!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-track{background:var(--bg-primary,#ece9e4)!important;box-shadow:var(--neo-in)!important;border:0!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-slot{width:24px!important;height:24px!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs){justify-content:center!important;align-items:center!important;display:inline-flex!important}html body[class*=savi-module-] :is(.top-bar,.header){padding-top:0!important;padding-bottom:0!important}:root{--knopka-fon:#2b2825;--knopka-tekst:#d9d4cc}[data-theme=dark]{--knopka-fon:#ece8e1;--knopka-tekst:#2b2825}[data-theme=dark]{--soglasie:#b8b1a6;--soglasie-ssylka:#ece8e1;--vk-fon:#22374d;--vk-tekst:#d7e7fb;--vk-tekst-tihiy:#7c8ea3;--zvonok:#44dd80;--zvonok-tihiy:#a59f95;--knopka-fon:#ece8e1;--knopka-tekst:#2b2825}:root{--novyy-fon:transparent;--novyy-kant:#6f8f76;--novyy-tekst:#3f9457}[data-theme=dark]{--novyy-fon:transparent;--novyy-kant:#6f8f76;--novyy-tekst:#7fd39a}html [data-savi=lvl-newbie],html [data-savi=lvl-newbie] *{color:#1b994d!important;stroke:#1b994d!important}html[data-theme=dark] [data-savi=lvl-newbie],html[data-theme=dark] [data-savi=lvl-newbie] *{color:#44dd80!important;stroke:#44dd80!important}html [data-savi=lvl-bronze],html [data-savi=lvl-bronze] *{color:#a17f4b!important;stroke:#a17f4b!important}html[data-theme=dark] [data-savi=lvl-bronze],html[data-theme=dark] [data-savi=lvl-bronze] *{color:#b08d57!important;stroke:#b08d57!important}html [data-savi=lvl-silver],html [data-savi=lvl-silver] *{color:#84868c!important;stroke:#84868c!important}html[data-theme=dark] [data-savi=lvl-silver],html[data-theme=dark] [data-savi=lvl-silver] *{color:#9a9ba0!important;stroke:#9a9ba0!important}html [data-savi=lvl-gold],html [data-savi=lvl-gold] *{color:#a47e37!important;stroke:#a47e37!important}html[data-theme=dark] [data-savi=lvl-gold],html[data-theme=dark] [data-savi=lvl-gold] *{color:#c9a45f!important;stroke:#c9a45f!important}html [data-savi=lvl-platinum],html [data-savi=lvl-platinum] *{color:#698a95!important;stroke:#698a95!important}html[data-theme=dark] [data-savi=lvl-platinum],html[data-theme=dark] [data-savi=lvl-platinum] *{color:#6f8f9a!important;stroke:#6f8f9a!important}html [data-savi=lvl-ambassador],html [data-savi=lvl-ambassador] *{color:#84868c!important;stroke:#84868c!important}html[data-theme=dark] [data-savi=lvl-ambassador],html[data-theme=dark] [data-savi=lvl-ambassador] *{color:#9a9ba0!important;stroke:#9a9ba0!important}html [data-savi=lvl-partner],html [data-savi=lvl-partner] *{color:#a47e37!important;stroke:#a47e37!important}html[data-theme=dark] [data-savi=lvl-partner],html[data-theme=dark] [data-savi=lvl-partner] *{color:#c9a45f!important;stroke:#c9a45f!important}html [data-savi=lvl-legend],html [data-savi=lvl-legend] *{color:#698a95!important;stroke:#698a95!important}html[data-theme=dark] [data-savi=lvl-legend],html[data-theme=dark] [data-savi=lvl-legend] *{color:#6f8f9a!important;stroke:#6f8f9a!important}:root{--soglasie:#5f5a53;--soglasie-ssylka:#2b2825;--vk-fon:#d7e7fb;--vk-tekst:#12365f;--vk-tekst-tihiy:#6b7f99;--zvonok:#1b994d;--zvonok-tihiy:#8a847b;--knopka-fon:#2b2825;--knopka-tekst:#d9d4cc;--zvonok-fon:#1b994d;--knopka-nelzya:#6b7280}[data-theme=dark]{--zvonok-fon:#1b994d;--knopka-nelzya:#6b7280}
