

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/instrument-sans-latin.6219bc4bfd.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/instrument-sans-latin-ext.21fac8da55.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --пурпур: #5C1067;
  --золото: #F9C323;
  --чернила: #2A1130;
  --кремовый: #FDF7EC;
  
  --заголовок: "Instrument Sans", "Заголовок резерв", system-ui, sans-serif;
  --текст: "Instrument Sans", "Текст резерв", system-ui, sans-serif;
}

@font-face {
  font-family: "Заголовок резерв";
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 112%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Текст резерв";
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 104%;
  ascent-override: 100%;
  descent-override: 26%;
  line-gap-override: 0%;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:target, [id] { scroll-margin-top: 104px; }
body {
  margin: 0; overflow-x: clip;
  
  background: #fff;
}
[hidden] { display: none !important; }
img { max-width: 100%; }

[data-акция-ярлык] { display: inline-block; }
span:has(> [data-акция-ярлык]) { margin-right: 10px; }

@media (max-width: 767px) {
  [data-полоса-переносить] { flex-wrap: wrap; overflow-x: visible; }
}

::placeholder { color: currentColor; opacity: .72; }
input::placeholder, textarea::placeholder { color: currentColor; opacity: .72; }

input[type="checkbox"], input[type="radio"] {
  flex: 0 0 auto;
  min-width: 18px;
  min-height: 18px;
}

.иконка {
  width: 1.15em; height: 1.15em; vertical-align: -0.18em; flex: none;
}

[style*="border-radius: 12px"]:has(> span > .иконка--знак),
[style*="border-radius: 12px"]:has(> .иконка--знак) {
  background: transparent !important;
  width: auto !important; height: auto !important;
  place-items: start !important;
}
.иконка--знак { width: 26px; height: 26px; vertical-align: middle; }

.иконка--звезда { width: 1em; height: 1em; vertical-align: -0.12em; }
[role="img"][aria-label^="Rated"] { letter-spacing: 0 !important; }

.отзыв-текст { margin: 14px 0 0; }
.отзыв-ещё { display: block; }
.отзыв-ещё > summary {
  list-style: none; cursor: pointer;
  font-size: 16.5px; line-height: 1.6; color: #3F2947; text-wrap: pretty;
}
.отзыв-ещё > summary::-webkit-details-marker { display: none; }
.отзыв-ещё .ещё {
  color: #5C1067; font-weight: 800; white-space: nowrap;
}
.отзыв-ещё[open] .ещё { display: none; }
.отзыв-ещё .остаток {
  display: block; margin-top: 2px;
  font-size: 16.5px; line-height: 1.6; color: #3F2947; text-wrap: pretty;
}

.отзыв-кадр {
  width: calc(100% + 56px); height: 172px; object-fit: cover; display: block;
  margin: -28px -28px 4px; border-radius: 20px 20px 0 0;
}
.лента-отзывов > figure { overflow: hidden; }

.лента-отзывов > figure:not(:has(.отзыв-кадр)):not(.отзыв-финал) {
  background: #FDF7EC; border-color: #F0D9A8;
}
.лента-отзывов > figure:not(:has(.отзыв-кадр)):not(.отзыв-финал) .отзыв-ещё > summary,
.лента-отзывов > figure:not(:has(.отзыв-кадр)):not(.отзыв-финал) .отзыв-ещё .остаток,
.лента-отзывов > figure:not(:has(.отзыв-кадр)):not(.отзыв-финал) .отзыв-текст {
  font-size: 18px; line-height: 1.5;
}

.отзыв-финал {
  margin: 0; background: #5C1067; color: #fff; border-radius: 20px;
  padding: 26px 24px; display: flex; flex-direction: column;
}
.отзыв-финал .итог {
  font: 800 46px/1 var(--заголовок); color: #F9C323; letter-spacing: -.02em;
}
.отзыв-финал .полоска {
  width: 44px; height: 3px; background: #F9C323; border-radius: 2px; margin: 14px 0 0;
}
.отзыв-финал p {
  font-size: 14.5px; line-height: 1.5; color: #E8D7EC; margin: 14px 0 auto;
}
.отзыв-финал .кнопка {
  display: block; text-align: center; background: #F9C323; color: #5C1067;
  font-weight: 800; border-radius: 999px; padding: 13px; text-decoration: none;
  margin-top: 20px;
}
.отзыв-финал .ссылка {
  display: block; text-align: center; color: #E8D7EC; font-size: 13px;
  margin-top: 10px; text-decoration: underline;
}

.отзыв-фото { display: flex; gap: 6px; margin-top: 12px; }
.отзыв-фото img {
  width: 64px; height: 64px; border-radius: 10px; object-fit: cover;
  flex: 0 0 auto; display: block;
}

.лента-отзывов { scrollbar-width: thin; }
.лента-отзывов > figure { scroll-snap-align: start; }

.разделитель {
  display: inline-block; width: 1px; height: 1em; vertical-align: -0.15em;
  background: currentColor; opacity: .3; margin: 0 2px;
}

.иконка--сеть { width: 18px !important; height: 18px !important; vertical-align: middle; }

[style*="border-radius: 12px"] > .иконка,
[style*="border-radius:12px"] > .иконка,
[style*="place-items: center"] > .иконка,
[style*="place-items:center"] > .иконка {
  width: 1.35em; height: 1.35em; vertical-align: middle;
}

.в-содержимое {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--пурпур); color: #fff; font: 700 14px/1 var(--текст);
  padding: 14px 20px; border-radius: 0 0 10px 0; text-decoration: none;
}
.в-содержимое:focus { left: 0; }
.в-содержимое { min-height: 44px; display: inline-flex; align-items: center; }

:focus-visible { outline: 3px solid var(--золото); outline-offset: 2px; border-radius: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline-offset: 3px; }

.фото-нет {
  width: 100%; height: 100%; min-height: 120px; display: grid; place-items: center;
  padding: 16px; text-align: center;
  
  background-color: #F4E9F6;
  background-image: repeating-linear-gradient(45deg, #F6EDF7 0 10px, #F1E4F3 10px 20px);
  
  color: #5F3670; font: 600 12px/1.45 var(--текст);
}
.фото-нет span { max-width: 24ch; }

@keyframes фк-парок {
  0%   { opacity: .18; transform: translateY(2.5px) }
  45%  { opacity: 1 }
  100% { opacity: .18; transform: translateY(-3px) }
}
@keyframes фк-крышка-вверх {
  0%, 100% { transform: translateY(0) }
  50%      { transform: translateY(-1.6px) }
}
.фк-пар > * { animation: фк-парок 2.3s ease-in-out infinite; }
.фк-пар > *:nth-child(2) { animation-delay: .38s; }
.фк-пар > *:nth-child(3) { animation-delay: .76s; }
.фк-пар.фк-слабо > * { animation-duration: 3.4s; }
.фк-крышка { animation: фк-крышка-вверх 2.2s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .фк-пар > *, .фк-крышка { animation: none; }
}

details.вопрос {
  border: 1px solid #EFE3F1; border-radius: 16px; background: #fff; overflow: hidden;
}
details.вопрос[open] { border-color: #E2CBE6; background: var(--кремовый); }
details.вопрос summary {
  list-style: none; cursor: pointer; display: flex; gap: 16px; align-items: center;
  justify-content: space-between; padding: 20px 22px; min-height: 44px;
  font: 700 18px/1.35 var(--заголовок); color: var(--чернила);
}
details.вопрос summary::-webkit-details-marker { display: none; }
details.вопрос .знак {
  flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--золото); color: var(--пурпур);
  display: grid; place-items: center; font: 800 16px/1 var(--текст);
}
details.вопрос .знак::before { content: "+"; }
details.вопрос[open] .знак::before { content: "\2212"; }
details.вопрос .ответ { padding: 0 22px 22px; }
details.вопрос .ответ p {
  margin: 0; max-width: 72ch; font: 400 16px/1.65 var(--текст);
  color: #5A4A60; text-wrap: pretty;
}

.форма-ответ { margin: 0; font: 700 14px/1.5 var(--текст); }
.форма-ответ:empty { display: none; }
.форма-ответ.идёт { color: #756179; }
.форма-ответ.удалось { color: #1F7A42; }
.форма-ответ.не-вышло { color: #B3245C; }
.форма-ответ.удалось, .форма-ответ.не-вышло, .форма-ответ.идёт {
  padding: 12px 14px; border-radius: 10px; background: #F7F1F8; margin: 0 0 12px;
}

.выбор { position: relative; cursor: pointer; display: block; }
.выбор-вход {
  position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0;
  margin: 0; cursor: pointer;
}
.выбор-текст { pointer-events: none; }

.выбор:has(.выбор-вход:checked), .выбор.выбран {
  border-color: var(--золото) !important; background: var(--золото) !important;
  color: var(--пурпур) !important;
}
.выбор:has(.выбор-вход:checked) *, .выбор.выбран * { color: inherit !important; }
.выбор:has(.выбор-вход:focus-visible) { outline: 3px solid var(--золото); outline-offset: 2px; }
.школа-поле { display: flex; flex-direction: column; gap: 8px; margin: 0 0 8px; }
.школа-поле label {
  font: 700 14px/1.35 var(--текст); color: var(--чернила);
}
.школа-поле input {
  box-sizing: border-box; width: 100%; max-width: 460px; min-height: 52px;
  padding: 14px 16px; border: 1.5px solid #E3D6E5; border-radius: 13px;
  font: 400 16px/1.3 var(--текст); color: var(--чернила);
  background: #fff;
}
.школа-поле p {
  margin: 0; max-width: 60ch;
  font: 400 14px/1.55 var(--текст); color: #756179;
}

.заказ-итог {
  font: 800 21px/1.2 var(--заголовок); color: var(--пурпур);
}

.меню-раздел { margin: 0 0 40px; scroll-margin-top: 96px; }
.меню-шапка { margin: 0 0 20px; }
.меню-шапка h2 {
  font: 800 32px/1.15 var(--заголовок);
  color: var(--пурпур); margin: 0 0 6px;
}
.меню-подпись { font: 400 16px/1.5 var(--текст); color: #6E5C74; margin: 0; }

.меню-счёт { font: 700 14px/1.4 var(--текст); color: #756179; margin: 6px 0 0; }
.меню-список {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px;
}
.блюдо {
  background: #fff; border: 1px solid #EFE3F1; border-radius: 20px;
  padding: 18px 20px; display: flex; flex-direction: column; gap: 8px;
  position: relative;
}
.блюдо[hidden] { display: none; }

.блюдо-фото {
  width: calc(100% + 40px); margin: -18px -20px 4px; aspect-ratio: 1 / 1;
  object-fit: cover; display: block; border-radius: 20px 20px 0 0;
  background: #F3E7F5;
}
.блюдо h3 {
  font: 700 18px/1.25 var(--заголовок); color: var(--чернила); margin: 0;
}
.блюдо-опис { font: 400 14px/1.55 var(--текст); color: #756179; margin: 0; flex: 1; }
.блюдо-низ { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 4px 0 0; }
.блюдо-цена {
  font: 800 18px/1.1 var(--заголовок); color: var(--пурпур); margin-right: auto;
}
.блюдо-метка, .блюдо-отметка {
  font: 800 12px/1 var(--текст); letter-spacing: .07em; text-transform: uppercase;
  padding: 6px 9px; border-radius: 999px; background: #F3E7F5; color: var(--пурпур);
}
.блюдо-отметка { align-self: flex-start; background: var(--пурпур); color: var(--золото); }
[data-фильтр][aria-pressed="true"] {
  background: var(--золото) !important; color: var(--пурпур) !important;
  border-color: var(--золото) !important;
}
[data-фильтр][aria-pressed="true"] * { color: inherit !important; }
.меню-пусто {
  border: 1px dashed #E3D6E5; border-radius: 18px; padding: 30px; text-align: center;
  font: 600 14px/1.5 var(--текст); color: #8A7690;
}

details.раскрыть { border: 1px solid #EFE3F1; border-radius: 14px; background: #fff; overflow: hidden; }
details.раскрыть[open] { border-color: #E2CBE6; }
details.раскрыть > summary {
  list-style: none; cursor: pointer; display: flex; gap: 16px; align-items: center;
  justify-content: space-between; padding: 18px 20px; min-height: 44px;
  font: 700 16px/1.35 var(--заголовок); color: var(--чернила);
}
details.раскрыть > summary::-webkit-details-marker { display: none; }

details.раскрыть .знак {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--золото); color: var(--пурпур); position: relative;
}
details.раскрыть .знак::before,
details.раскрыть .знак::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 11px; height: 2.5px; border-radius: 2px; background: currentColor;
  transform: translate(-50%, -50%); transition: transform .18s ease;
}
details.раскрыть .знак::after { transform: translate(-50%, -50%) rotate(90deg); }
details.раскрыть[open] .знак::before { transform: translate(-50%, -50%) rotate(45deg); }
details.раскрыть[open] .знак::after { transform: translate(-50%, -50%) rotate(135deg); }
@media (prefers-reduced-motion: reduce) {
  details.раскрыть .знак::before, details.раскрыть .знак::after { transition: none; }
}
details.раскрыть .нутро { padding: 0 20px 20px; }
details.раскрыть .нутро p {
  margin: 0 0 12px; font: 400 16px/1.7 var(--текст);
  color: #5A4A60; text-wrap: pretty; max-width: 76ch;
}

@media (max-width: 860px) {
  
  a[href], button, summary, [role="button"], label.выбор,
  [data-фильтр], [data-очистить] {
    min-height: 44px;
  }
  a[href], button, summary, [role="button"] {
    display: inline-flex; align-items: center;
  }
  nav a[href], footer a[href] { padding-block: 11px; }

  
  p a[href], li:not(.блюдо) a[href], .нутро a[href], .ответ a[href],
  .блюдо-опис a[href], .меню-подпись a[href] {
    min-height: 0; display: inline;
  }
  
  [data-соцсеть] {
    min-width: 44px !important; min-height: 44px !important;
    width: 44px !important; height: 44px !important;
  }
  label.выбор { display: flex; align-items: center; }
}

@media (max-width: 860px) {
  [data-шапка="меню"] { display: none !important; }
  [data-шапка="бургер"] { display: flex !important; align-items: center; justify-content: center; }
  [data-шапка="полоса"] { display: none !important; }
  
  [data-шапка="ящик"] { display: none !important; }
  [data-шапка="ящик"][data-открыт] { display: block !important; }

  
  .сетка-жёсткая { grid-template-columns: 1fr !important; }

  
  [data-шапка="бренд"] { flex: 1 1 auto; min-width: 0; }
  [data-шапка="бренд"] > div:last-child { min-width: 0; }
  [data-шапка="бренд"] > div:last-child > div:first-child {
    font-size: 18px !important; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis;
  }
  [data-шапка="бренд"] > div:first-child { width: 40px !important; height: 40px !important; }
}
@media (max-width: 560px) {
  
  [data-шапка="бренд"] > div:last-child > div:last-child { display: none !important; }
  
  [data-шапка="заказ"] { display: none !important; }
  [data-шапка="бренд"] > div:last-child > div:first-child { font-size: 21px !important; }
}
@media (min-width: 861px) {
  [data-шапка="бургер"] { display: none !important; }
  [data-шапка="ящик"] { display: none !important; }
}
[data-шапка="бургер"] span { pointer-events: none; }

.полоса-заказа { display: none; }
@media (max-width: 860px) {
  .полоса-заказа {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: flex; align-items: center; gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: #fff; border-top: 1px solid #EFE6F0;
    box-shadow: 0 -8px 24px rgba(42, 17, 48, .10);
    font-family: var(--текст);
  }
  .полоса-заказа .лево { min-width: 0; flex: 1; line-height: 1.25; }
  .полоса-заказа .оффер {
    font: 800 14px/1.2 var(--заголовок); color: var(--пурпур);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .полоса-заказа .статус { font: 600 12px/1.3 var(--текст); color: #6E5C74; }
  .полоса-заказа .кнопка {
    flex: none; background: var(--золото); color: var(--пурпур);
    font: 800 14px/1 var(--текст); padding: 14px 20px; border-radius: 999px;
    text-decoration: none; min-height: 44px; display: inline-flex; align-items: center;
  }
  body { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .в-содержимое, .полоса-заказа, nav { display: none !important; }
  details.вопрос { break-inside: avoid; }
  details.вопрос .ответ { display: block !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 12px; }
}

[data-вид="узкий"] { display: none; }
@media (max-width: 767px) {
  [data-вид="узкий"]   { display: block; }
  [data-вид="широкий"] { display: none; }
  
  
  footer[data-узкий-подвал] > *:nth-child(-n+2) { display: none !important; }
}

.состояние { display: none; }
.состояние:target { display: block; scroll-margin-top: 84px; }
.состояния:not(:has(.состояние:target)) > .состояние:first-child { display: block; }

.состояния.фильтр-везде > .состояние { display: block; }
