.mk-search{display:flex;align-items:center;gap:8px;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);padding:8px 12px;position:relative;width:100%}.mk-search:focus-within{border-color:var(--line-strong)}.mk-search>svg{color:var(--muted);flex:0 0 auto}.mk-search input[type=search]{flex:1 1 auto;min-width:0;border:0;background:0 0;font:inherit;color:var(--ink);padding:4px 0;outline:none}.mk-search input[type=search]::-webkit-search-cancel-button{display:none}.mk-search__btn{flex:0 0 auto;background:var(--ink);color:var(--paper);border:0;border-radius:999px;padding:6px 12px;cursor:pointer;font:inherit;font-weight:600;font-size:13px}.mk-search__btn:hover{background:var(--ink-2)}.mk-suggest{position:absolute;left:0;right:0;top:calc(100% + 6px);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-3);max-height:60vh;overflow:auto;z-index:1500;padding:6px 0;display:none}.mk-suggest.is-open{display:block}.mk-suggest__group{padding:6px 0}.mk-suggest__group+.mk-suggest__group{border-top:1px solid var(--line)}.mk-suggest__items{display:contents}.mk-suggest__meta-inline{font-size:11px;color:var(--muted-2);background:var(--paper);border-radius:999px;padding:0 6px}.mk-suggest__label{display:flex;justify-content:space-between;align-items:center;padding:6px 14px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.mk-suggest__label .n{color:var(--muted-2);font-weight:600}.mk-suggest__item{display:flex;align-items:center;gap:10px;padding:8px 14px;color:var(--ink);text-decoration:none;border-radius:0}.mk-suggest__item:hover,.mk-suggest__item.is-active{background:var(--paper-2)}.mk-suggest__thumb{flex:0 0 44px;width:44px;height:44px;border-radius:8px;background:var(--paper-3);overflow:hidden}.mk-suggest__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mk-suggest__title{font-weight:600;font-size:14px;line-height:1.3}.mk-suggest__title mark{background:var(--yellow-soft);color:inherit;padding:0 2px;border-radius:2px}.mk-suggest__meta{font-size:12px;color:var(--muted);margin-top:2px}.mk-suggest__more{display:block;padding:8px 14px;font-size:13px;font-weight:600;color:var(--ink-2);text-align:center;border-top:1px solid var(--line)}.mk-suggest__empty{padding:12px 14px;color:var(--muted);font-size:13px}.dr-search{position:relative}.mk-search-page main.wrap{padding-top:24px;padding-bottom:64px}.mk-search-head{margin-bottom:18px}.mk-search-head__title{font-family:'Unbounded',system-ui,sans-serif;font-weight:700;font-size:clamp(22px, 4vw, 30px);margin:0 0 14px}.mk-search-head__title .hl{color:var(--red)}.mk-search-head .mk-search{max-width:720px}.mk-search-empty{padding:24px 0;color:var(--muted);font-size:15px}.mk-search-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 18px;border-bottom:1px solid var(--line);padding-bottom:0}.mk-search-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;color:var(--muted);text-decoration:none;font-weight:600;font-size:14px;border-bottom:2px solid transparent;margin-bottom:-1px}.mk-search-tab:hover{color:var(--ink-2)}.mk-search-tab.is-on{color:var(--ink);border-bottom-color:var(--red)}.mk-search-tab__n{font-size:12px;color:var(--muted-2);background:var(--paper-2);border-radius:999px;padding:1px 8px;font-weight:600}.mk-search-tab.is-on .mk-search-tab__n{background:var(--yellow-soft);color:var(--ink-2)}.mk-search-terms{margin:0 0 18px;padding:12px 14px;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius)}.mk-search-terms__label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin-bottom:8px}.mk-search-terms__chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.mk-search-term-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--paper);border:1px solid var(--line);border-radius:999px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:600}.mk-search-term-chip:hover{background:var(--yellow-soft);border-color:var(--yellow)}.mk-search-term-chip__n{font-size:11px;color:var(--muted-2);font-weight:600;background:var(--paper-2);border-radius:999px;padding:0 6px}.mk-search-term-chip:hover .mk-search-term-chip__n{background:var(--paper)}.mk-suggest__group[data-pt=catalog_cat] .mk-suggest__items,.mk-suggest__group[data-pt=afisha_cat] .mk-suggest__items,.mk-suggest__group[data-pt=district] .mk-suggest__items{display:flex;flex-wrap:wrap;gap:6px;padding:4px 14px 8px}.mk-suggest__group[data-kind=term] .mk-suggest__item{padding:6px 10px;border-radius:999px;background:var(--paper-2);border:1px solid var(--line);gap:6px}.mk-suggest__group[data-kind=term] .mk-suggest__item:hover{background:var(--yellow-soft);border-color:var(--yellow)}.mk-suggest__group[data-kind=term] .mk-suggest__title{font-size:13px;font-weight:600}.mk-search-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.mk-search-item{border-bottom:1px solid var(--line);padding-bottom:14px}.mk-search-item:last-child{border-bottom:0}.mk-search-item__link{display:flex;gap:14px;color:var(--ink);text-decoration:none}.mk-search-item__thumb{flex:0 0 120px;width:120px;height:80px;border-radius:10px;overflow:hidden;background:var(--paper-2)}.mk-search-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mk-search-item__body{flex:1 1 auto;min-width:0}.mk-search-item__title{margin:0 0 6px;font-size:17px;line-height:1.3;font-weight:700}.mk-search-item__title mark{background:var(--yellow-soft);color:inherit;padding:0 2px;border-radius:2px}.mk-search-item__meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;margin-bottom:6px;flex-wrap:wrap}.mk-search-item__meta a{color:inherit;text-decoration:none}.mk-search-item__meta a:hover{color:var(--ink-2)}.mk-search-item__meta .sep{width:3px;height:3px;background:var(--muted-2);border-radius:50%}.mk-search-item__excerpt{margin:0;color:var(--ink-3);font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mk-search-item__excerpt mark{background:var(--yellow-soft);color:inherit;padding:0 2px;border-radius:2px}.mk-search-item__link:hover .mk-search-item__title{color:var(--red)}.mk-search-foot{margin-top:16px;color:var(--muted);font-size:13px;text-align:center}.mk-search-pager{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:28px 0 8px}.mk-search-pager .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;font-family:'Manrope',system-ui,sans-serif;font-weight:700;font-size:14px;color:var(--ink-2);background:var(--paper);border:1px solid var(--line);border-radius:999px;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.mk-search-pager .page-numbers:hover{background:var(--paper-2);border-color:var(--line-strong)}.mk-search-pager .page-numbers.current{background:var(--ink);color:var(--paper);border-color:var(--ink)}.mk-search-pager .page-numbers.dots{border-color:transparent;background:0 0;color:var(--muted)}.mk-search-pager .page-numbers.prev,.mk-search-pager .page-numbers.next{padding:0 16px}@media (max-width:540px){.mk-search-item__link{gap:10px}.mk-search-item__thumb{flex:0 0 80px;width:80px;height:56px}.mk-search-item__title{font-size:15px}}.mk-404{padding:32px 0 64px;max-width:880px}.mk-404__head{text-align:center;margin-bottom:28px}.mk-404__big{font-family:'Unbounded',system-ui,sans-serif;font-size:clamp(96px, 18vw, 180px);font-weight:800;line-height:.9;color:var(--yellow);letter-spacing:-.04em;text-shadow:4px 4px 0 var(--ink);margin-bottom:12px}.mk-404__title{font-family:'Unbounded',system-ui,sans-serif;font-size:clamp(24px, 4vw, 32px);font-weight:700;margin:0 0 10px}.mk-404__lead{color:var(--muted);font-size:16px;max-width:560px;margin:0 auto}.mk-404__cta{text-align:center;margin:18px 0 28px}.mk-404__btn{display:inline-block;background:var(--yellow);color:var(--ink);border:2px solid var(--ink);padding:10px 20px;border-radius:999px;font-weight:700;text-decoration:none;font-size:14px}.mk-404__btn:hover{background:var(--yellow-deep)}.mk-404__h2{font-family:'Unbounded',system-ui,sans-serif;font-size:18px;font-weight:700;margin:0 0 14px}.mk-404__search{margin:28px 0}.mk-404__search .mk-search{max-width:560px;margin:0 auto}.mk-404__recent{margin:28px 0}.mk-404__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px, 1fr));gap:12px}.mk-404__item a{display:flex;gap:10px;align-items:center;color:var(--ink);text-decoration:none;background:var(--paper-2);border:1px solid var(--line);border-radius:12px;padding:8px}.mk-404__item a:hover{border-color:var(--line-strong)}.mk-404__thumb{flex:0 0 56px;width:56px;height:56px;border-radius:8px;overflow:hidden;background:var(--paper-3)}.mk-404__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mk-404__t{font-weight:600;font-size:14px;line-height:1.3;flex:1}.mk-404__quick{margin-top:28px;text-align:center}.mk-404__chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.mk-404__chips a{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--paper-2);border:1px solid var(--line);color:var(--ink-2);text-decoration:none;font-size:13px;font-weight:600}.mk-404__chips a:hover{background:var(--yellow-soft)}