@media print {
  body {
    font-size: 18px !important;
    color: #008B91 !important;
    font-family: "Georgia", serif !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* Заголовки разделов */
  .menu-section-title, .t-section__title, .t-title, h2, h1 {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #008B91 !important;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
  }

  /* Названия блюд */
  .t-name, .t-name_xl, .menu-item__title, [style*="font-size"] {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #008B91 !important;
    line-height: 1.25 !important;
  }

  /* Описание */
  .t-descr, .t-text, .menu-item__desc {
    font-size: 17px !important;
    color: #5f3a2e !important;
  }

  /* Цена */
  .t-price, .menu-item__price {
    font-size: 19px !important;
    color: #a25930 !important;
    font-weight: 600 !important;
  }

  /* Чуть меньше отступов */
  .menu-item, .t-col {
    margin-bottom: 6px !important;
  }

  /* Поддержка печати цветов */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  header, footer, .t-menu, .t-popup, .t-btn, .t706__cartwin {
    display: none !important;
  }

  a, button {
    pointer-events: none !important;
    text-decoration: none !important;
  }

  @page {
    size: A4 portrait;
    margin: 12mm;
  }
}