.product-switcher{width:356px;padding:0;overflow:hidden;border-radius:20px;box-shadow:0 24px 70px rgba(16,45,29,.16)}.product-switcher:not([hidden]){display:block}.switcher-head{padding:18px 18px 14px;border-bottom:1px solid var(--line)}.switcher-head strong{display:block;font-size:15px;letter-spacing:-.2px}.switcher-head small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.switcher-list{display:grid;gap:4px;padding:8px}.product-switcher .product-link{position:relative;display:grid;grid-template-columns:44px 1fr auto;gap:12px;min-height:66px;padding:9px 10px;border-radius:13px;text-align:left}.product-switcher .product-link:hover,.product-switcher .product-link:focus-visible{background:#f2f6f2;outline:none}.product-switcher .product-link[aria-current="page"]{background:#f5f8f5}.product-switcher .product-icon{width:44px;height:44px;border-radius:13px;font-size:15px;box-shadow:inset 0 0 0 1px rgba(22,75,50,.05)}.product-switcher .product-copy{min-width:0}.product-switcher .product-copy b{display:block;font-size:14px}.product-switcher .product-copy small{display:block;font-size:11px;margin-top:4px}.product-switcher .product-arrow{color:#7f8b83;font-size:18px}.product-switcher .product-link.disabled{opacity:.52;pointer-events:none}.product-switcher .product-link[data-product="mail"] .product-icon{background:#eaf2ff;color:#315f9f}.product-switcher .product-link[data-product="studio"] .product-icon{background:#fff0e8;color:#9a5130}.product-switcher .product-link[data-product="core"] .product-icon{background:var(--green);color:var(--lime)}.switcher-foot{display:block;padding:13px 18px;border-top:1px solid var(--line);background:#fbfcfb;color:var(--green);font-size:12px;font-weight:700;text-decoration:none}.switcher-foot:hover{background:#f3f7f4}
.app-grid-icon{display:grid;grid-template-columns:repeat(3,3px);gap:3px;width:15px;height:15px;place-content:center}.app-grid-icon i{display:block;width:3px;height:3px;border-radius:50%;background:currentColor}.icon-button{display:grid;place-items:center;padding:0;transform:none}.icon-button[aria-expanded="true"]{background:#edf4ee;border-color:#cfddd2;color:var(--green)}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.catalog-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px;min-height:210px;display:flex;flex-direction:column}.catalog-card h2{font-size:18px;margin:18px 0 7px}.catalog-card p{color:var(--muted);font-size:14px;margin:0}.catalog-card footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.catalog-card.disabled{opacity:.65}@media(max-width:800px){.product-switcher{position:fixed;left:12px;right:12px;top:64px;width:auto}.catalog-grid{grid-template-columns:1fr}}
