:root{
  --navy:#173f7a;--navy-2:#102e5a;--green:#2f8b68;--blue:#2876c7;--red:#df3f57;
  --ink:#182235;--muted:#667085;--bg:#f4f7fb;--line:#e4eaf2;
  --shadow:0 12px 34px rgba(26,52,86,.10);--shadow-soft:0 7px 22px rgba(26,52,86,.07);
  --safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);--content-max:1040px;--header-sticky-top:67px
}
*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}
.offline-banner{position:sticky;top:0;z-index:90;background:#fff0d6;color:#7a4b00;text-align:center;padding:7px 12px;font-size:13px;font-weight:750}

.app-header{position:sticky;top:0;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:var(--content-max);margin:0 auto;padding:12px 18px;background:rgba(244,247,251,.95);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,234,242,.75)}
.place-route .app-header{display:none}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:block;width:46px;height:46px;border-radius:14px;overflow:hidden;box-shadow:0 5px 16px rgba(23,63,122,.18);flex:none}.brand-mark img{width:100%;height:100%;object-fit:cover}
.brand-copy{min-width:0}.brand strong{display:block;font-size:17px;line-height:1.08}.brand small{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;color:var(--muted);font-size:11px;margin-top:3px;line-height:1.12}
.brand-for{color:var(--red);font-family:Georgia,"Times New Roman",serif;font-size:12px;font-style:italic;font-weight:800;white-space:nowrap}
.header-actions{display:flex;gap:8px;align-items:center;margin-left:auto}
.install-button{min-height:42px;border:1px solid #cfdced;background:#fff;color:var(--navy);border-radius:14px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 16px rgba(26,52,86,.06);font-size:13px;font-weight:850;cursor:pointer;white-space:nowrap}
.install-button:active{transform:translateY(1px)}
.header-home-button{display:inline-flex;align-items:center;justify-content:center;height:35px;padding:0 12px;border-radius:11px;background:var(--navy);color:#fff;font-size:13px;font-weight:850;box-shadow:0 5px 14px rgba(23,63,122,.16);gap:5px}.nav-arrow{display:block;width:16px;height:16px;flex:none}

.app-shell{max-width:var(--content-max);margin:0 auto;padding:4px 18px calc(96px + var(--safe-bottom))}
.hero{position:relative;overflow:hidden;height:420px;border-radius:30px;background:#102e5a;color:white;box-shadow:var(--shadow);margin-bottom:18px}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,28,52,.04) 20%,rgba(9,28,52,.28) 56%,rgba(9,28,52,.90) 100%)}
.hero-content{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;max-width:720px}.eyebrow{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.20);backdrop-filter:blur(8px);font-size:12px;font-weight:800}.hero h1{margin:10px 0 7px;font-size:clamp(50px,8vw,72px);line-height:.92;letter-spacing:-.035em}.hero p{margin:0;max-width:680px;color:rgba(255,255,255,.95);line-height:1.47;font-size:16px}.nikita-inline{color:#ff6e82;font-family:Georgia,"Times New Roman",serif;font-size:1.08em;font-style:italic;font-weight:900;text-shadow:0 1px 12px rgba(0,0,0,.38)}
.hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.hero-badges span{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:10px;margin:22px 2px 12px}.section-head h2{margin:0;color:var(--navy-2);font-size:24px}.section-head p{margin:3px 0 0;color:var(--muted);font-size:13px}

.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category-card{position:relative;min-height:225px;border-radius:23px;overflow:hidden;background:var(--navy);color:white;box-shadow:var(--shadow)}.category-card .category-media{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#d8e1ec}.category-card .category-media img{width:100%;height:100%;min-width:0;object-fit:cover}.category-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,20,38,.04) 24%,rgba(8,25,46,.42) 57%,rgba(8,25,46,.91) 100%)}.category-card .content{position:absolute;z-index:2;left:17px;right:17px;bottom:16px}.category-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:5px}.category-title-row h3{display:flex;align-items:center;gap:7px;min-width:0;margin:0;font-size:22px;line-height:1.08;text-shadow:0 1px 8px rgba(0,0,0,.32)}.category-emoji{font-size:18px;line-height:1}.category-count{flex:none;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.94);color:#173f7a;border:1px solid rgba(255,255,255,.82);box-shadow:0 4px 14px rgba(0,0,0,.15);font-size:12px;font-weight:900}.category-card small{color:rgba(255,255,255,.90);font-size:13px}.category-card:last-child:nth-child(odd){grid-column:1/-1;min-height:205px}

.page-title{margin:13px 2px 17px}.category-page-title{position:sticky;top:var(--header-sticky-top);z-index:64;margin:0 -2px 14px;padding:10px 8px 11px;background:rgba(244,247,251,.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(211,222,236,.9);border-top:0;border-radius:0 0 17px 17px;box-shadow:0 7px 20px rgba(26,52,86,.08)}.page-title h1{margin:0 0 5px;color:var(--navy-2);font-size:32px;line-height:1.05}.page-title p{margin:0;color:var(--muted);line-height:1.45}.title-line{display:flex;gap:12px;align-items:flex-start}.title-emoji{width:44px;height:44px;display:grid;place-items:center;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-soft);font-size:22px;flex:none}
.place-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.place-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft);min-width:0}.favorite-card-wrap{position:relative;min-width:0}.favorite-card-wrap .place-card{height:100%}.favorite-remove-button{position:absolute;top:9px;right:9px;z-index:3;width:34px;height:34px;border:1px solid #f0a8b2;border-radius:11px;background:rgba(255,242,244,.96);color:var(--red);display:grid;place-items:center;font-size:25px;font-weight:800;line-height:1;box-shadow:0 4px 14px rgba(93,25,37,.16);cursor:pointer}.favorite-remove-button:active{transform:scale(.93)}.place-photo{width:100%;aspect-ratio:16/9;object-fit:cover;background:#dfe7f1;image-rendering:auto}.place-body{padding:13px 13px 14px}.place-title-row{display:flex;align-items:flex-start;gap:8px}.place-emoji{width:28px;height:28px;border-radius:9px;background:#eef3f9;display:grid;place-items:center;flex:none;font-size:16px}.place-body h3{margin:1px 0 6px;font-size:17px;color:var(--navy-2);line-height:1.16}.place-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.42;min-height:55px}.place-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.chip{padding:6px 8px;border-radius:999px;background:#f1f5fa;color:#42526b;font-size:11px;font-weight:750}

.place-sticky-bar{position:sticky;top:0;z-index:75;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin:0 -3px 10px;padding:7px 9px;background:rgba(244,247,251,.96);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(211,222,236,.92);border-radius:0 0 18px 18px;box-shadow:0 7px 24px rgba(26,52,86,.11)}
.place-back{height:35px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:11px;background:var(--navy);color:#fff;font-size:12px;font-weight:850;box-shadow:0 4px 13px rgba(23,63,122,.15)}
.place-sticky-title{min-width:0;text-align:left}.place-sticky-title strong{display:block;color:var(--navy-2);font-size:17px;line-height:1.15;overflow-wrap:anywhere}.place-sticky-title small{display:inline-block;margin-top:4px;color:#5b6c83;background:#eaf0f7;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:750}
.place-favorite-button{width:38px;height:38px;border-radius:14px;border:1px solid #d8e1ec;background:#fff;color:#8390a3;display:grid;place-items:center;font-size:26px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(26,52,86,.06);transition:transform .15s ease,color .15s ease,background .15s ease,border-color .15s ease}.place-favorite-button.active{color:var(--red);background:#fff2f4;border-color:#f4bdc6}.place-favorite-button:active{transform:scale(.93)}

.detail-card{background:white;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:minmax(340px,44%) 1fr;align-items:stretch}.detail-image-wrap{position:relative;min-height:520px;background:#dfe7f1;overflow:hidden}.detail-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.detail-content{padding:24px;min-width:0}.detail-lead{margin:0 0 10px;color:var(--navy-2);font-size:17px;line-height:1.45;font-weight:800}.detail-description{margin:0;color:#344054;line-height:1.62}.detail-section-title{color:var(--navy-2);font-size:17px;margin:22px 0 10px}.fact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fact{position:relative;background:#f6f8fb;border-radius:16px;padding:12px;min-height:82px}.fact small{display:block;color:var(--muted);margin-bottom:4px}.fact strong{color:var(--navy-2);line-height:1.32;font-size:14px;overflow-wrap:anywhere}.fact-muted{color:#7b8798!important;font-weight:700!important}.fact-address{padding-top:40px}.copy-address-button{position:absolute;top:8px;right:8px;height:27px;padding:0 9px;border:1px solid #d6e0ec;border-radius:9px;background:#fff;color:var(--navy);display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:10px;font-weight:850;cursor:pointer}.phone-link{display:inline-flex;color:var(--navy);font-size:15px;font-weight:900;line-height:1.3;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.phone-label{display:block;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.3}.highlight-list{display:grid;gap:7px;list-style:none;margin:0;padding:0}.highlight-list li{position:relative;padding:9px 11px 9px 34px;background:#f7f9fc;border-radius:12px;color:#3d4c61}.highlight-list li::before{content:"✓";position:absolute;left:12px;top:9px;color:var(--green);font-weight:900}.tip-card{display:flex;gap:10px;background:#eef6ff;border:1px solid #dbeafa;border-radius:15px;padding:12px 13px;margin-top:14px}.tip-card>span{font-size:20px}.tip-card strong{color:var(--navy-2)}.tip-card p{margin:3px 0 0;color:#45617f;font-size:13px;line-height:1.45}.warning{margin-top:12px;border-left:4px solid #f0a52f;background:#fff8ea;padding:12px 14px;border-radius:12px;color:#6d4d18;font-size:13px;line-height:1.45}.action-row{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:15px}.primary-button,.secondary-button{min-height:49px;border-radius:15px;border:0;font-weight:800;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px}.primary-button{background:var(--navy);color:white;padding:0 16px}.primary-button small{font-weight:650;opacity:.78}.secondary-button{background:#eef3f9;color:var(--navy);min-width:50px;padding:0 13px;font-size:19px}.yandex-map-button{white-space:normal;text-align:center}
.nearby-section{margin-top:16px}.nearby-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nearby-card{display:grid;grid-template-columns:130px 1fr;background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:var(--shadow-soft)}.nearby-card img{width:100%;height:100%;min-height:96px;object-fit:cover}.nearby-card div{padding:12px;display:flex;flex-direction:column;justify-content:center;gap:5px}.nearby-card strong{color:var(--navy-2);line-height:1.2}.nearby-card small{color:var(--muted);font-weight:700;line-height:1.35}
.empty-state{text-align:center;padding:55px 18px;background:white;border:1px solid var(--line);border-radius:24px}.empty-state div{font-size:46px}.muted{color:var(--muted);line-height:1.5}

.bottom-nav{position:fixed;z-index:80;left:50%;transform:translateX(-50%);bottom:0;width:min(100%,var(--content-max));display:grid;grid-template-columns:repeat(3,1fr);padding:8px 14px calc(8px + var(--safe-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--line);box-shadow:0 -5px 25px rgba(26,52,86,.04)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50px;gap:2px;color:#667085;border-radius:12px}.bottom-nav a span{font-size:21px}.bottom-nav a small{font-size:11px;font-weight:750}.bottom-nav a.active{color:var(--navy);background:#f0f4f9}

.sheet-overlay{position:fixed;inset:0;z-index:120}.sheet-backdrop{position:absolute;inset:0;background:rgba(8,22,43,.48);backdrop-filter:blur(2px)}.install-sheet{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,620px);background:#fff;border-radius:24px 24px 0 0;padding:9px 18px calc(22px + var(--safe-bottom));box-shadow:0 -18px 50px rgba(7,22,43,.22)}.sheet-handle{width:42px;height:4px;background:#d7dee8;border-radius:999px;margin:1px auto 13px}.sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.sheet-head strong{display:block;color:var(--navy-2);font-size:19px}.sheet-head small{display:block;color:var(--muted);font-size:12px;margin-top:3px;line-height:1.4}.sheet-close{width:38px;height:38px;border:0;border-radius:12px;background:#eef3f9;color:var(--navy);font-size:25px;line-height:1;cursor:pointer;flex:none}.sheet-body{display:grid;gap:10px;margin-top:16px}.install-platform-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.install-platform-button{min-height:92px;border:1px solid #d8e1ec;border-radius:16px;background:#f7f9fc;color:var(--navy-2);padding:13px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer}.install-platform-button:active{transform:scale(.98)}.install-platform-icon{width:42px;height:42px;border-radius:13px;background:#fff;border:1px solid #dfe6ef;display:grid;place-items:center;font-size:24px;flex:none}.install-platform-icon svg{width:24px;height:24px;display:block}.install-platform-icon.android-icon{color:#3ddc84}.install-platform-icon.apple-icon{color:#111}.install-platform-icon.android-icon svg{width:26px;height:26px}.install-platform-button strong{display:block;font-size:16px}.install-platform-button small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.35}.install-back-button{min-height:42px;border:0;border-radius:12px;background:#eef3f9;color:var(--navy);font-size:12px;font-weight:850;cursor:pointer}.install-step{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;background:#f6f8fb;border-radius:14px;padding:11px 12px;color:#42526b;line-height:1.45;font-size:13px}.install-step b:first-child{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:var(--navy);color:#fff}.sheet-note{margin:2px 2px 0;color:var(--muted);font-size:12px;line-height:1.5}.sheet-open{overflow:hidden}
.toast{position:fixed;z-index:130;left:50%;bottom:calc(82px + var(--safe-bottom));transform:translate(-50%,10px);max-width:calc(100vw - 30px);padding:10px 14px;border-radius:999px;background:#132f56;color:#fff;box-shadow:0 10px 28px rgba(10,31,59,.25);font-size:13px;font-weight:800;opacity:0;transition:opacity .18s ease,transform .18s ease;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:840px){:root{--content-max:820px}.app-shell,.app-header{padding-left:16px;padding-right:16px}.hero{height:390px}.place-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-card{display:block}.detail-image-wrap{min-height:320px}}
@media(max-width:620px){.app-shell,.app-header{padding-left:12px;padding-right:12px}.app-header{gap:8px}.brand{gap:8px}.brand-mark{width:41px;height:41px;border-radius:12px}.brand strong{font-size:16px}.brand small{font-size:10px;gap:3px}.brand-for{font-size:11px}.install-button{min-height:40px;padding:0 11px;font-size:12px;border-radius:12px}.header-home-button{height:34px;font-size:12px;padding:0 10px}.hero{height:430px;border-radius:24px}.hero-content{left:18px;right:18px;bottom:18px}.hero h1{font-size:54px}.hero p{font-size:14px}.hero-badges span{font-size:10px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:last-child:nth-child(odd){min-height:190px;grid-column:auto}.category-title-row{align-items:center}.category-title-row h3{font-size:21px}.place-grid{grid-template-columns:1fr}.place-card{display:grid;grid-template-columns:42% 1fr;min-height:150px}.place-photo{height:100%;aspect-ratio:auto}.place-body p{min-height:0}.page-title h1{font-size:29px}.place-sticky-bar{margin-left:-2px;margin-right:-2px;padding:6px 8px}.place-back{padding:0 9px;height:34px}.place-sticky-title strong{font-size:17px}.place-favorite-button{width:36px;height:36px}.detail-card{border-radius:22px}.detail-image-wrap{min-height:290px}.detail-content{padding:17px}.nearby-grid{grid-template-columns:1fr}.nearby-card{grid-template-columns:118px 1fr}}
@media(max-width:420px){.brand-for{display:block}.place-back{padding:0 8px;font-size:11px}.place-back .nav-arrow{width:14px;height:14px}.place-sticky-bar{gap:7px}.place-sticky-title strong{font-size:17px}.place-sticky-title small{font-size:9px}.toast{font-size:12px}}
@media(max-width:390px){.place-card{grid-template-columns:1fr}.place-photo{aspect-ratio:16/9}.fact-grid{grid-template-columns:1fr}.primary-button{font-size:13px;padding:0 10px}.install-button span{font-size:11px}.hero p{font-size:13px}}

/* v0.8.2 — compact home/category headers and inline copy action */
.home-route .app-header{padding-top:10px;padding-bottom:10px}
.home-route .brand{gap:9px;min-width:0}
.home-route .brand-mark{width:52px;height:52px;border-radius:15px}
.home-route .brand-copy{display:flex;min-height:52px;flex-direction:column;justify-content:center}
.home-route .brand strong{font-size:23px;line-height:1;font-weight:900;letter-spacing:-.02em}
.home-route .brand small{margin-top:4px;font-size:12.5px;line-height:1.15;gap:4px;flex-wrap:nowrap;white-space:nowrap}
.home-route .brand-for{font-size:13px;line-height:1.1}
.home-section-head{margin-top:8px}

.category-page-title{padding:7px 8px 8px;margin-bottom:11px;border-radius:0 0 14px 14px}
.category-page-title .title-line{gap:9px;align-items:center}
.category-page-title .title-emoji{width:34px;height:34px;border-radius:11px;font-size:17px}
.category-page-title h1{margin-bottom:2px;font-size:17px;line-height:1.12}
.category-page-title p{font-size:11px;line-height:1.28}

.fact-address{padding-top:12px}
.fact-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}
.fact-address .fact-heading small{margin:0;min-width:0}
.copy-address-button{position:static;width:28px;height:28px;min-width:28px;padding:0;border-radius:8px;flex:none}
.copy-address-button svg{width:16px;height:16px;display:block}

@media(max-width:620px){
  .home-route .app-header{padding-top:9px;padding-bottom:9px}
  .home-route .brand-mark{width:50px;height:50px;border-radius:14px}
  .home-route .brand-copy{min-height:50px}
  .home-route .brand strong{font-size:22px}
  .home-route .brand small{font-size:12px;gap:3px}
  .home-route .brand-for{font-size:12.5px}
  .category-page-title{padding:6px 7px 7px}
  .category-page-title .title-emoji{width:32px;height:32px;font-size:16px}
  .category-page-title h1{font-size:17px}
  .category-page-title p{font-size:10.5px}
}
@media(max-width:420px){
  .home-route .brand{gap:7px}
  .home-route .brand-mark{width:48px;height:48px;border-radius:13px}
  .home-route .brand-copy{min-height:48px}
  .home-route .brand strong{font-size:21px}
  .home-route .brand small{font-size:11.5px}
  .home-route .brand-for{font-size:12px;display:inline}
}
@media(max-width:370px){
  .home-route .brand-mark{width:46px;height:46px}
  .home-route .brand-copy{min-height:46px}
  .home-route .brand strong{font-size:20px}
  .home-route .brand small{font-size:10.5px}
  .home-route .brand-for{font-size:11px}
  .home-route .install-button{padding-left:9px;padding-right:9px}
}



/* v0.8.3 — unified route card and cross-category nearby places */
.fact-route{grid-column:1/-1;min-height:0;padding:12px 14px}
.route-row{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center}
.route-row>div{min-width:0}
.route-row small{margin-bottom:3px}
.route-row strong{display:block;font-size:14px;line-height:1.38}
.route-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#fff;border:1px solid #dbe4ef;font-size:17px;line-height:1;box-shadow:0 2px 7px rgba(26,52,86,.04)}
.metro-symbol{background:var(--navy);border-color:var(--navy);color:#fff;font-size:17px;font-weight:950;font-family:Arial,sans-serif}
.route-divider{height:1px;background:#e1e7ef;margin:10px 0 10px 44px}
.nearby-other-section{margin-top:14px;padding-top:2px}
.nearby-category{align-self:flex-start;display:inline-flex;max-width:100%;padding:3px 7px;border-radius:999px;background:#eef3f9;color:#52647d;font-size:10px;font-weight:800;line-height:1.25}
@media(max-width:620px){.fact-route{padding:11px 12px}.route-row{grid-template-columns:32px minmax(0,1fr);gap:9px}.route-icon{width:30px;height:30px;border-radius:9px}.route-divider{margin-left:41px}}

.yandex-only-row{grid-template-columns:1fr}.yandex-only-row .yandex-map-button{width:100%}

@media(max-width:390px){.install-platform-grid{grid-template-columns:1fr}.favorite-remove-button{top:8px;right:8px}}


/* v0.8.8 — install icons and museums category */
