@charset "UTF-8";
/* line 1, order-desk.scss */
body {
  margin: 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif; }

/* line 6, order-desk.scss */
.stribog-order-desk,
.stribog-order-desk * {
  box-sizing: border-box; }

/* line 11, order-desk.scss */
.stribog-order-desk {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 55px;
  color: #111; }

/* =========================================================
   ЗАГОЛОВОК
========================================================= */
/* line 24, order-desk.scss */
.sod-head {
  margin-bottom: 24px; }

/* line 28, order-desk.scss */
.sod-title {
  margin: 0 0 9px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #111; }

/* line 36, order-desk.scss */
.sod-subtitle {
  max-width: 760px;
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.6; }

/* =========================================================
   ОСНОВНАЯ СЕТКА
========================================================= */
/* line 49, order-desk.scss */
.sod-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 24px;
  align-items: stretch; }

/* =========================================================
   ЧАТ
========================================================= */
/* line 61, order-desk.scss */
.sod-chat {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035); }

/* line 73, order-desk.scss */
.sod-chat-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 19px;
  border-bottom: 1px solid #ededed;
  background: #fff; }

/* line 88, order-desk.scss */
.sod-chat-name {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: #111; }

/* line 99, order-desk.scss */
.sod-chat-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto; }

/* line 108, order-desk.scss */
.sod-status {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #888; }

/* line 119, order-desk.scss */
.sod-status-dot {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65a061; }

/* =========================================================
   КНОПКИ В ШАПКЕ ЧАТА
========================================================= */
/* line 135, order-desk.scss */
.sod-mobile-close {
  display: none; }

/* line 139, order-desk.scss */
.sod-expand {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  transition: .15s ease; }

/* line 166, order-desk.scss */
.sod-expand:hover {
  border-color: #bbb;
  background: #f7f7f7; }

/* =========================================================
   СООБЩЕНИЯ
========================================================= */
/* line 176, order-desk.scss */
.sod-messages {
  height: 440px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 22px 20px;
  background: #fbfbfb;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }

/* line 191, order-desk.scss */
.sod-message {
  display: flex;
  width: 100%;
  margin-bottom: 18px; }

/* line 199, order-desk.scss */
.sod-message--assistant {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px; }

/* line 206, order-desk.scss */
.sod-message--user {
  justify-content: flex-end; }

/* line 210, order-desk.scss */
.sod-message-content {
  min-width: 0;
  max-width: 78%; }

/* =========================================================
   АВАТАР
========================================================= */
/* line 220, order-desk.scss */
.sod-avatar {
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff; }

/* line 236, order-desk.scss */
.sod-avatar img {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  max-width: 40px !important;
  min-height: 40px;
  max-height: 40px !important;
  object-fit: cover;
  object-position: center; }

/* =========================================================
   ПУЗЫРИ
========================================================= */
/* line 257, order-desk.scss */
.sod-bubble {
  position: relative;
  padding: 12px 14px 23px;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1.5; }

/*
  pre-wrap применяем ТОЛЬКО к тексту, который вставляет JS
  (сообщения пользователя и ассистента), а не ко всему .sod-bubble —
  иначе ловим лишние пробелы/переносы из отступов Liquid-вёрстки
  в статичном приветственном сообщении.
*/
/* line 274, order-desk.scss */
.sod-msg-text {
  white-space: pre-wrap;
  word-break: break-word; }

/* line 279, order-desk.scss */
.sod-message--assistant .sod-bubble {
  border: 1px solid #e8e8e8;
  border-top-left-radius: 4px;
  background: #f7f7f7;
  color: #222; }

/* line 288, order-desk.scss */
.sod-message--user .sod-bubble {
  width: auto;
  max-width: 62%;
  border-top-right-radius: 4px;
  background: #e7f1ff;
  color: #222; }

/* line 299, order-desk.scss */
.sod-time {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 9px;
  line-height: 1;
  color: #999; }

/* =========================================================
   БЫСТРЫЕ КНОПКИ
========================================================= */
/* line 316, order-desk.scss */
.sod-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px; }

/* line 325, order-desk.scss */
.sod-chip {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 9px;
  background: #fff;
  color: #333;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  touch-action: manipulation;
  transition: .15s ease; }

/* line 348, order-desk.scss */
.sod-chip:hover {
  border-color: #aaa;
  background: #fafafa; }

/* =========================================================
   ТОВАРНЫЕ КАРТОЧКИ (matches)
========================================================= */
/* line 358, order-desk.scss */
.sod-ai-products {
  margin-top: 12px;
  white-space: normal; }

/* line 363, order-desk.scss */
.sod-ai-product {
  padding: 10px 0;
  border-top: 1px solid #ececec; }

/* line 368, order-desk.scss */
.sod-ai-product:first-child {
  border-top: 0; }

/* =========================================================
   СПИСОК ПОЗИЦИЙ ЗАЯВКИ (order_items)
========================================================= */
/* line 377, order-desk.scss */
.sod-order-list {
  margin-top: 12px;
  white-space: normal;
  border-top: 1px solid #ececec; }

/* line 384, order-desk.scss */
.sod-order-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec; }

/* line 393, order-desk.scss */
.sod-order-item:last-child {
  border-bottom: 0; }

/* line 397, order-desk.scss */
.sod-order-item-num {
  flex: 0 0 20px;
  font-size: 12px;
  font-weight: 600;
  color: #999; }

/* line 406, order-desk.scss */
.sod-order-item-body {
  min-width: 0;
  flex: 1 1 auto; }

/* line 411, order-desk.scss */
.sod-order-item-name {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  color: #222; }

/* line 419, order-desk.scss */
.sod-order-item-qty {
  font-size: 12.5px;
  color: #777; }

/* line 424, order-desk.scss */
.sod-order-item-meta {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12.5px; }

/* line 436, order-desk.scss */
.sod-order-item-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6; }

/* line 448, order-desk.scss */
.sod-order-item-status--catalog {
  background: #e6f4ea;
  color: #1e7a34; }

/* line 453, order-desk.scss */
.sod-order-item-status--under_order {
  background: #fdf1e0;
  color: #96660a; }

/* line 458, order-desk.scss */
.sod-order-item-price {
  color: #333; }

/* line 462, order-desk.scss */
.sod-order-item-link {
  color: #2560c9;
  text-decoration: underline; }

/* line 467, order-desk.scss */
.sod-order-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
  font-size: 12.5px;
  color: #666; }

/* line 477, order-desk.scss */
.sod-order-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px; }

/* line 484, order-desk.scss */
.sod-order-actions .sod-chip {
  border-color: #171717;
  background: #171717;
  color: #fff; }

/* line 490, order-desk.scss */
.sod-order-actions .sod-chip:hover {
  background: #333; }

/* line 494, order-desk.scss */
.sod-order-actions .sod-chip--ghost {
  border-color: #dcdcdc;
  background: #fff;
  color: #333; }

/* line 500, order-desk.scss */
.sod-order-actions .sod-chip--ghost:hover {
  background: #fafafa; }

/* =========================================================
   ПРЕВЬЮ ПРИКРЕПЛЁННЫХ ИЗОБРАЖЕНИЙ
========================================================= */
/* line 509, order-desk.scss */
.sod-preview-strip {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 13px 0;
  background: #fff; }

/* line 521, order-desk.scss */
.sod-preview-strip.is-visible {
  display: flex; }

/* line 525, order-desk.scss */
.sod-preview-item {
  position: relative;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f3; }

/* line 541, order-desk.scss */
.sod-preview-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 550, order-desk.scss */
.sod-preview-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation; }

/* =========================================================
   НИЖНЯЯ СТРОКА ЧАТА
========================================================= */
/* line 583, order-desk.scss */
.sod-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 13px;
  border-top: 1px solid #ededed;
  background: #fff; }

/* line 596, order-desk.scss */
.sod-attach {
  flex: 0 0 42px;
  width: 42px;
  height: 44px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 21px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation; }

/* line 621, order-desk.scss */
.sod-input {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  max-height: 120px;
  resize: none;
  padding: 11px 13px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
  line-height: 1.45; }

/* line 648, order-desk.scss */
.sod-input:focus {
  border-color: #999; }

/* line 652, order-desk.scss */
.sod-input::placeholder {
  color: #aaa; }

/* line 656, order-desk.scss */
.sod-send {
  flex: 0 0 50px;
  width: 50px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font-size: 21px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation; }

/* line 681, order-desk.scss */
.sod-send:hover {
  background: #333; }

/* =========================================================
   ПРАВАЯ КОЛОНКА
========================================================= */
/* line 690, order-desk.scss */
.sod-side {
  display: block !important;
  padding: 21px;
  border: 1px solid #e3e3e3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.025); }

/* line 703, order-desk.scss */
.sod-mobile-order-hint {
  display: none; }

@media (max-width: 900px) {
  /* line 708, order-desk.scss */
  .sod-mobile-order-hint {
    display: block;
    margin: 10px 0 2px;
    text-align: center;
    color: #999;
    font-size: 11px; } }
/* line 717, order-desk.scss */
.sod-side-title {
  margin: 0 0 23px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  color: #111; }

/* line 727, order-desk.scss */
.sod-step {
  display: flex;
  gap: 12px;
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid #eee; }

/* line 738, order-desk.scss */
.sod-step-number {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f3f3;
  color: #222;
  font-size: 12px;
  font-weight: 600; }

/* line 758, order-desk.scss */
.sod-step-text {
  min-width: 0; }

/* line 762, order-desk.scss */
.sod-step-text strong {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-size: 13px;
  line-height: 1.35; }

/* line 773, order-desk.scss */
.sod-step-text span {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.5; }

/* line 782, order-desk.scss */
.sod-side-note {
  display: flex;
  gap: 10px;
  margin-top: 4px;
  padding: 14px;
  border-radius: 9px;
  background: #f7f7f7; }

/* line 795, order-desk.scss */
.sod-side-note-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 12px; }

/* line 811, order-desk.scss */
.sod-side-note strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.3; }

/* line 820, order-desk.scss */
.sod-side-note span {
  display: block;
  color: #777;
  font-size: 11px;
  line-height: 1.4; }

/* =========================================================
   ПРЕИМУЩЕСТВА
========================================================= */
/* line 834, order-desk.scss */
.sod-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px; }

/* line 843, order-desk.scss */
.sod-benefit {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 852, order-desk.scss */
.sod-benefit-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #555;
  font-size: 10px; }

/* line 870, order-desk.scss */
.sod-benefit strong {
  display: block;
  margin-bottom: 2px;
  color: #333;
  font-size: 12px;
  line-height: 1.3; }

/* line 881, order-desk.scss */
.sod-benefit span {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 1.3; }

/* =========================================================
   БЛОКИРОВКА СТРАНИЦЫ ПОД FULLSCREEN / EXPANDED
========================================================= */
/* line 895, order-desk.scss */
html.sod-page-locked,
body.sod-page-locked {
  overflow: hidden !important; }

/* =========================================================
   DESKTOP — РАЗВЁРНУТЫЙ ЧАТ
========================================================= */
/* line 905, order-desk.scss */
body.sod-desktop-expanded .sod-chat {
  position: fixed !important;
  z-index: 999999;
  top: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  left: 18px !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.16); }

/* line 933, order-desk.scss */
body.sod-desktop-expanded .sod-chat-top {
  flex: 0 0 auto; }

/* line 937, order-desk.scss */
body.sod-desktop-expanded .sod-messages {
  flex: 1 1 auto;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-y: auto !important; }

/* line 947, order-desk.scss */
body.sod-desktop-expanded .sod-input-wrap {
  flex: 0 0 auto; }

/* =========================================================
   ПЛАНШЕТ / MOBILE

   ВАЖНО: на мобильном ДЕФОЛТНОЕ состояние чата — это
   fullscreen. Так убирается "мигание" обычной страницы
   при загрузке и при повторном открытии: браузер сразу,
   без ожидания JS, рисует чат в fullscreen-виде.

   "Свёрнутая" карточка чата (видна страница целиком,
   чат — обычный блок в потоке) — это ИСКЛЮЧЕНИЕ,
   включается явным классом body.sod-mobile-collapsed,
   который ставит JS ПОСЛЕ закрытия чата пользователем.
========================================================= */
@media (max-width: 900px) {
  /* line 968, order-desk.scss */
  .stribog-order-desk {
    padding: 22px 15px 40px; }

  /* line 972, order-desk.scss */
  .sod-layout {
    grid-template-columns: minmax(0, 1fr); }

  /* line 976, order-desk.scss */
  .sod-side {
    display: none; }

  /* line 980, order-desk.scss */
  .sod-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 984, order-desk.scss */
  .sod-expand {
    display: none; }

  /* =======================================================
     FULLSCREEN — ДЕФОЛТ на мобильном/планшете
  ======================================================= */
  /* line 993, order-desk.scss */
  .sod-chat {
    position: fixed !important;
    z-index: 999999;
    top: var(--sod-vv-top, 0px) !important;
    left: var(--sod-vv-left, 0px) !important;
    width: var(--sod-vv-width, 100vw) !important;
    height: var(--sod-vv-height, 100dvh) !important;
    max-width: none !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    box-shadow: none !important;
    overflow: hidden !important; }

  /* line 1024, order-desk.scss */
  .sod-chat-top {
    flex: 0 0 auto;
    min-height: 58px;
    padding: max(10px, env(safe-area-inset-top)) 12px 10px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff; }

  /* line 1040, order-desk.scss */
  .sod-mobile-close {
    display: flex;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #111;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    touch-action: manipulation; }

  /* line 1069, order-desk.scss */
  .sod-mobile-close:active {
    background: #f3f3f3; }

  /* line 1073, order-desk.scss */
  .sod-chat-name {
    font-size: 15px; }

  /*
    В fullscreen СКРОЛЛИТСЯ ТОЛЬКО область сообщений.
  */
  /* line 1081, order-desk.scss */
  .sod-messages {
    flex: 1 1 auto;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 16px 11px 20px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fbfbfb;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y; }

  /*
    Поле ввода — отдельный нижний ряд.
    Оно НЕ скроллится вместе с сообщениями.
  */
  /* line 1109, order-desk.scss */
  .sod-input-wrap {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    gap: 7px;
    padding: 8px 8px max(8px, env(safe-area-inset-bottom));
    border-top: 1px solid #e8e8e8;
    background: #fff; }

  /* line 1128, order-desk.scss */
  .sod-input {
    min-width: 0;
    height: 46px;
    min-height: 46px;
    max-height: 110px;
    padding: 11px 12px;
    font-size: 16px;
    line-height: 22px;
    overflow-y: auto;
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none; }

  /* line 1148, order-desk.scss */
  .sod-input::placeholder {
    font-size: 16px;
    line-height: 22px; }

  /* line 1154, order-desk.scss */
  .sod-attach {
    flex: 0 0 44px;
    width: 44px;
    height: 46px;
    line-height: 44px;
    border-radius: 10px; }

  /* line 1165, order-desk.scss */
  .sod-send {
    flex: 0 0 48px;
    width: 48px;
    height: 46px;
    line-height: 46px;
    border-radius: 10px; }

  /* line 1177, order-desk.scss */
  .sod-avatar {
    flex-basis: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px;
    min-height: 34px; }

  /* line 1187, order-desk.scss */
  .sod-avatar img {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px;
    max-width: 34px !important;
    min-height: 34px;
    max-height: 34px !important; }

  /* line 1198, order-desk.scss */
  .sod-message-content {
    max-width: calc(100% - 42px); }

  /* line 1202, order-desk.scss */
  .sod-message--user .sod-bubble {
    max-width: 88%; }

  /* line 1206, order-desk.scss */
  .sod-bubble {
    font-size: 14px;
    line-height: 1.45; }

  /* line 1211, order-desk.scss */
  .sod-chip {
    min-height: 38px;
    padding: 9px 11px;
    font-size: 13px; }

  /* =======================================================
     СВЁРНУТОЕ состояние — ИСКЛЮЧЕНИЕ.
     Включается через body.sod-mobile-collapsed
     после того как пользователь нажал ×.
  ======================================================= */
  /* line 1226, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat {
    position: static !important;
    z-index: auto;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 440px !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 13px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035) !important;
    overflow: hidden !important; }

  /* line 1251, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat-top {
    padding: 16px 19px;
    border-bottom: 1px solid #ededed; }

  /* line 1257, order-desk.scss */
  body.sod-mobile-collapsed .sod-mobile-close {
    display: none; }

  /* line 1261, order-desk.scss */
  body.sod-mobile-collapsed .sod-messages {
    height: 100% !important;
    padding: 22px 20px; }

  /* line 1267, order-desk.scss */
  body.sod-mobile-collapsed .sod-input-wrap {
    padding: 12px 13px; } }
/* =========================================================
   ТЕЛЕФОН — СВЁРНУТАЯ КАРТОЧКА НА УЗКИХ ЭКРАНАХ

   Действует только вместе с body.sod-mobile-collapsed
   (закрытый fullscreen). Пока fullscreen открыт,
   правила из блока выше (900px) его перекрывают.
========================================================= */
@media (max-width: 600px) {
  /* line 1284, order-desk.scss */
  .stribog-order-desk {
    padding: 15px 10px 25px; }

  /* line 1288, order-desk.scss */
  .sod-head {
    margin-bottom: 16px; }

  /* line 1292, order-desk.scss */
  .sod-title {
    margin-bottom: 7px;
    font-size: 25px; }

  /* line 1298, order-desk.scss */
  .sod-subtitle {
    font-size: 13px;
    line-height: 1.5; }

  /* line 1303, order-desk.scss */
  .sod-subtitle br {
    display: none; }

  /* line 1307, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat {
    border-radius: 10px !important; }

  /* line 1311, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat-top {
    min-height: 52px;
    padding: 13px; }

  /* line 1317, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat-name {
    font-size: 14px; }

  /* line 1321, order-desk.scss */
  body.sod-mobile-collapsed .sod-status {
    font-size: 11px; }

  /* line 1325, order-desk.scss */
  body.sod-mobile-collapsed .sod-messages {
    height: 430px !important;
    min-height: 0;
    max-height: 430px;
    overflow-y: auto;
    padding: 15px 10px; }

  /* line 1336, order-desk.scss */
  body.sod-mobile-collapsed .sod-message--assistant {
    gap: 10px;
    align-items: flex-start; }

  /* line 1341, order-desk.scss */
  body.sod-mobile-collapsed .sod-avatar {
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    min-height: 32px;
    margin-top: 1px; }

  /* line 1353, order-desk.scss */
  body.sod-mobile-collapsed .sod-avatar img {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px;
    max-width: 32px !important;
    min-height: 32px;
    max-height: 32px !important; }

  /* line 1364, order-desk.scss */
  body.sod-mobile-collapsed .sod-message-content {
    max-width: calc(100% - 42px); }

  /* line 1368, order-desk.scss */
  body.sod-mobile-collapsed .sod-bubble {
    padding: 10px 11px 21px;
    font-size: 13px;
    line-height: 1.45; }

  /* line 1375, order-desk.scss */
  body.sod-mobile-collapsed .sod-message--user .sod-bubble {
    max-width: 88%; }

  /* line 1379, order-desk.scss */
  body.sod-mobile-collapsed .sod-quick {
    gap: 6px; }

  /* line 1383, order-desk.scss */
  body.sod-mobile-collapsed .sod-chip {
    min-height: 34px;
    padding: 8px 9px;
    font-size: 11px; }

  /* line 1391, order-desk.scss */
  body.sod-mobile-collapsed .sod-input-wrap {
    gap: 6px;
    padding: 8px; }

  /* line 1397, order-desk.scss */
  body.sod-mobile-collapsed .sod-attach {
    flex-basis: 38px;
    width: 38px;
    height: 42px;
    line-height: 40px;
    font-size: 19px; }

  /* line 1408, order-desk.scss */
  body.sod-mobile-collapsed .sod-input {
    min-height: 42px;
    padding: 10px;
    font-size: 16px; }

  /* line 1416, order-desk.scss */
  body.sod-mobile-collapsed .sod-send {
    flex-basis: 44px;
    width: 44px;
    height: 42px;
    line-height: 42px;
    font-size: 19px; }

  /* line 1427, order-desk.scss */
  body.sod-mobile-collapsed .sod-benefits {
    display: none; } }
/* =========================================================
   V10 — ИНДИКАТОР ПЕЧАТАНИЯ
========================================================= */
/* line 1437, order-desk.scss */
.sod-typing-bubble {
  min-width: 62px;
  padding: 14px 16px !important; }

/* line 1442, order-desk.scss */
.sod-typing-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 12px; }

/* line 1449, order-desk.scss */
.sod-typing-dots span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #999;
  animation: sodTypingDot 1.15s infinite ease-in-out; }

/* line 1458, order-desk.scss */
.sod-typing-dots span:nth-child(2) {
  animation-delay: .15s; }

/* line 1462, order-desk.scss */
.sod-typing-dots span:nth-child(3) {
  animation-delay: .30s; }

@keyframes sodTypingDot {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: .42; }
  30% {
    transform: translateY(-4px);
    opacity: 1; } }
/* =========================================================
   V10 — КНОПКА «ДОБАВИТЬ В ЗАКАЗ»
========================================================= */
/* line 1483, order-desk.scss */
.sod-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 8px; }

/* line 1491, order-desk.scss */
.sod-add-order {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #171717;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font: inherit;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  touch-action: manipulation;
  transition: .15s ease; }

/* line 1506, order-desk.scss */
.sod-add-order:hover {
  background: #333; }

/* line 1510, order-desk.scss */
.sod-add-order:disabled {
  opacity: .5;
  cursor: default; }

@media (max-width: 600px) {
  /* line 1516, order-desk.scss */
  .sod-add-order {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px; } }
/* =========================================================
   СОГЛАСИЕ НА ОБРАБОТКУ ПЕРСОНАЛЬНЫХ ДАННЫХ
========================================================= */
/* line 1528, order-desk.scss */
.sod-consent {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 11px;
  background: #fff;
  white-space: normal; }

/* line 1537, order-desk.scss */
.sod-consent-title {
  margin-bottom: 6px;
  color: #171717;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35; }

/* line 1545, order-desk.scss */
.sod-consent-text {
  margin-bottom: 12px;
  color: #666;
  font-size: 12.5px;
  line-height: 1.45; }

/* line 1552, order-desk.scss */
.sod-consent-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
  color: #222;
  font-size: 12.5px;
  line-height: 1.4; }

/* line 1562, order-desk.scss */
.sod-consent-checkbox {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #171717;
  cursor: pointer; }

/* line 1571, order-desk.scss */
.sod-consent-links {
  margin: 8px 0 12px 26px;
  color: #999;
  font-size: 10.5px;
  line-height: 1.4; }

/* line 1578, order-desk.scss */
.sod-consent-links a {
  color: #666;
  text-decoration: underline;
  text-underline-offset: 2px; }

/* line 1584, order-desk.scss */
.sod-consent-submit {
  min-height: 38px;
  padding: 9px 15px;
  border: 0;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font: inherit;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: .15s ease; }

/* line 1598, order-desk.scss */
.sod-consent-submit:hover:not(:disabled) {
  background: #333; }

/* line 1602, order-desk.scss */
.sod-consent-submit:disabled {
  opacity: .42;
  cursor: default; }

@media (max-width: 900px) {
  /* line 1608, order-desk.scss */
  .sod-consent {
    padding: 14px; }

  /* line 1612, order-desk.scss */
  .sod-consent-title {
    font-size: 14px; }

  /* line 1616, order-desk.scss */
  .sod-consent-text,
  .sod-consent-check {
    font-size: 13px; }

  /* line 1621, order-desk.scss */
  .sod-consent-links {
    margin-left: 26px;
    font-size: 11px; }

  /* line 1626, order-desk.scss */
  .sod-consent-submit {
    width: 100%;
    min-height: 42px;
    font-size: 13px; } }
/* =========================================================
   V23 TEST — ФИРМЕННЫЙ ИНТЕРФЕЙС + РУЧНОЕ ОФОРМЛЕНИЕ
========================================================= */
/* line 1638, order-desk.scss */
.stribog-order-desk {
  --sod-red: #e3312a;
  --sod-red-dark: #c92721;
  --sod-black: #111111;
  --sod-gray: #747474;
  --sod-soft: #f6f6f6;
  --sod-line: #e6e6e6;
  max-width: 1260px;
  padding-top: 18px; }

/* line 1649, order-desk.scss */
.sod-brand-hero {
  position: relative;
  min-height: 225px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 34px 36px;
  border: 1px solid var(--sod-line);
  border-radius: 18px;
  background: linear-gradient(115deg, #fff 0%, #fff 62%, #f1f1f1 100%); }

/* line 1663, order-desk.scss */
.sod-brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--sod-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 1675, order-desk.scss */
.sod-brand-kicker::before {
  content: '';
  width: 28px;
  height: 3px;
  border-radius: 10px;
  background: var(--sod-red); }

/* line 1683, order-desk.scss */
.sod-title {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: .98;
  letter-spacing: -0.035em;
  font-weight: 850; }

/* line 1692, order-desk.scss */
.sod-subtitle {
  max-width: 700px;
  color: #3d3d3d;
  font-size: 17px;
  line-height: 1.5; }

/* line 1699, order-desk.scss */
.sod-subtitle strong {
  color: var(--sod-red); }

/* line 1701, order-desk.scss */
.sod-brand-art {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  pointer-events: none; }

/* line 1725, order-desk.scss */
.sod-brand-art::after {
  content: none; }

/* line 1729, order-desk.scss */
.sod-brand-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  filter: grayscale(1) contrast(1.02); }

/* line 1739, order-desk.scss */
.sod-quick-launch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px; }

/* line 1746, order-desk.scss */
.sod-quick-card {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid var(--sod-line);
  border-radius: 14px;
  background: #fff;
  color: #222;
  text-align: left;
  cursor: pointer;
  transition: .16s ease; }

/* line 1761, order-desk.scss */
.sod-quick-card:hover {
  border-color: #cfcfcf;
  transform: translateY(-1px); }

/* line 1766, order-desk.scss */
.sod-quick-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f2f2;
  color: var(--sod-red);
  font-size: 17px;
  font-weight: 800; }

/* line 1779, order-desk.scss */
.sod-quick-card strong {
  display: block;
  font-size: 13px;
  line-height: 1.25; }

/* line 1780, order-desk.scss */
.sod-quick-card span {
  display: block;
  margin-top: 3px;
  color: #999;
  font-size: 10.5px; }

/* line 1782, order-desk.scss */
.sod-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 16px;
  align-items: start; }

/* line 1788, order-desk.scss */
.sod-chat {
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.045); }

/* line 1793, order-desk.scss */
.sod-chat-top {
  min-height: 64px;
  padding: 12px 16px; }

/* line 1794, order-desk.scss */
.sod-chat-name {
  font-size: 15px;
  font-weight: 750; }

/* line 1795, order-desk.scss */
.sod-status-dot {
  background: #4ba35c; }

/* line 1797, order-desk.scss */
.sod-messages {
  height: 570px;
  padding: 20px 18px 26px;
  background: linear-gradient(180deg, #fbfbfb 0%, #f7f7f7 100%); }

/* line 1803, order-desk.scss */
.sod-message--user .sod-bubble {
  background: #f1f2f4;
  border: 1px solid #e2e4e7;
  color: #222; }

/* line 1809, order-desk.scss */
.sod-chip,
.sod-add-order,
.sod-consent-submit,
.sod-order-actions .sod-chip,
.sod-review-actions .sod-chip {
  border-radius: 9px; }

/* line 1817, order-desk.scss */
.sod-order-actions .sod-chip,
.sod-review-actions .sod-chip,
.sod-consent-submit {
  border-color: var(--sod-red) !important;
  background: var(--sod-red) !important;
  color: #fff !important; }

/* line 1825, order-desk.scss */
.sod-order-actions .sod-chip--ghost,
.sod-review-actions .sod-chip--ghost {
  border-color: #d8d8d8 !important;
  background: #fff !important;
  color: #333 !important; }

/* line 1832, order-desk.scss */
.sod-send {
  background: var(--sod-red);
  border-radius: 10px; }

/* line 1836, order-desk.scss */
.sod-send:hover {
  background: var(--sod-red-dark); }

/* Product results inside assistant message */
/* line 1839, order-desk.scss */
.sod-ai-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px; }

/* line 1846, order-desk.scss */
.sod-ai-product {
  min-width: 0;
  padding: 11px;
  border: 1px solid #e3e3e3 !important;
  border-radius: 12px;
  background: #fff; }

/* line 1854, order-desk.scss */
.sod-ai-product:first-child {
  border-top: 1px solid #e3e3e3; }

/* line 1856, order-desk.scss */
.sod-ai-product-image {
  width: 100%;
  height: 112px;
  overflow: hidden;
  margin-bottom: 9px;
  border-radius: 9px;
  background: #f4f4f4; }

/* line 1865, order-desk.scss */
.sod-ai-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply; }

/* line 1872, order-desk.scss */
.sod-product-actions {
  margin-top: 8px; }

/* line 1873, order-desk.scss */
.sod-product-actions .sod-order-item-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  color: #222;
  text-decoration: none;
  font-size: 11px;
  font-weight: 650; }

/* READ-ONLY current request */
/* line 1887, order-desk.scss */
.sod-side {
  display: block;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.035); }

/* line 1895, order-desk.scss */
.sod-current-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 17px 17px 14px;
  border-bottom: 1px solid #ededed; }

/* line 1904, order-desk.scss */
.sod-current-order-head h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 760; }

/* line 1905, order-desk.scss */
.sod-current-order-count {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f1f1;
  font-size: 11px;
  font-weight: 750; }

/* line 1917, order-desk.scss */
.sod-current-order-empty {
  padding: 28px 18px;
  color: #999;
  font-size: 12.5px;
  line-height: 1.5;
  text-align: center; }

/* line 1925, order-desk.scss */
.sod-current-order-list {
  padding: 0 16px; }

/* line 1926, order-desk.scss */
.sod-current-order-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee; }

/* line 1935, order-desk.scss */
.sod-current-order-thumb {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: #f3f3f3;
  color: var(--sod-red);
  font-weight: 900; }

/* line 1946, order-desk.scss */
.sod-current-order-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply; }

/* line 1947, order-desk.scss */
.sod-current-order-name {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.3; }

/* line 1948, order-desk.scss */
.sod-current-order-meta {
  margin-top: 4px;
  color: #969696;
  font-size: 10px;
  line-height: 1.25; }

/* line 1949, order-desk.scss */
.sod-current-order-price {
  font-size: 10.5px;
  font-weight: 700;
  white-space: nowrap; }

/* line 1951, order-desk.scss */
.sod-current-order-footer {
  padding: 15px 16px 16px; }

/* line 1952, order-desk.scss */
.sod-current-order-total {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700; }

/* line 1960, order-desk.scss */
.sod-current-order-total strong {
  color: var(--sod-red);
  font-size: 16px; }

/* line 1961, order-desk.scss */
.sod-current-order-total-note {
  margin-top: -7px;
  margin-bottom: 12px;
  color: #aaa;
  font-size: 9px; }

/* line 1963, order-desk.scss */
.sod-checkout-button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--sod-red);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer; }

/* line 1975, order-desk.scss */
.sod-checkout-button:hover:not(:disabled) {
  background: var(--sod-red-dark); }

/* line 1976, order-desk.scss */
.sod-checkout-button:disabled {
  opacity: .35;
  cursor: default; }

/* line 1977, order-desk.scss */
.sod-current-order-help {
  margin: 10px 0 0;
  color: #999;
  font-size: 10px;
  line-height: 1.4;
  text-align: center; }

/* line 1979, order-desk.scss */
.sod-side-info {
  margin: 0 16px 16px;
  padding: 13px;
  border-radius: 10px;
  background: #f7f7f7;
  color: #777;
  font-size: 10.5px;
  line-height: 1.45; }

/* line 1988, order-desk.scss */
.sod-side-info strong {
  display: block;
  margin-bottom: 4px;
  color: #222;
  font-size: 11px; }

/* line 1990, order-desk.scss */
.sod-benefits {
  margin-top: 16px; }

/* line 1991, order-desk.scss */
.sod-benefit-icon {
  border-color: #d9d9d9;
  color: var(--sod-red);
  font-weight: 700; }

@media (max-width: 900px) {
  /* line 1994, order-desk.scss */
  .stribog-order-desk {
    padding: 12px 12px 34px; }

  /* line 1996, order-desk.scss */
  .sod-brand-hero {
    min-height: 205px;
    grid-template-columns: 1fr;
    padding: 24px 18px; }

  /* line 2001, order-desk.scss */
  .sod-title {
    max-width: 74%;
    font-size: 38px; }

  /* line 2002, order-desk.scss */
  .sod-subtitle {
    max-width: 76%;
    font-size: 14px;
    line-height: 1.45; }

  /* line 2003, order-desk.scss */
  .sod-brand-art {
    right: 14px;
    top: 50%;
    width: 132px;
    height: 132px;
    opacity: .96; }

  /* line 2005, order-desk.scss */
  .sod-quick-launch {
    grid-template-columns: 1fr 1fr;
    gap: 8px; }

  /* line 2006, order-desk.scss */
  .sod-quick-card {
    min-height: 64px;
    padding: 10px; }

  /* line 2008, order-desk.scss */
  .sod-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px; }

  /* line 2009, order-desk.scss */
  .sod-side {
    display: block !important;
    position: static; }

  /* По умолчанию мобильный чат — обычный большой блок страницы. */
  /* line 2012, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 16px !important;
    overflow: hidden !important; }

  /* line 2021, order-desk.scss */
  body.sod-mobile-collapsed .sod-chat-top {
    padding: 12px 14px; }

  /* line 2022, order-desk.scss */
  body.sod-mobile-collapsed .sod-messages {
    height: 560px !important;
    min-height: 560px !important;
    padding: 15px 11px 20px !important; }

  /* line 2027, order-desk.scss */
  body.sod-mobile-collapsed .sod-input-wrap {
    padding: 9px !important; }

  /* line 2028, order-desk.scss */
  body.sod-mobile-collapsed .sod-mobile-close {
    display: none !important; }

  /* line 2030, order-desk.scss */
  .sod-expand {
    display: flex !important; }

  /* line 2031, order-desk.scss */
  .sod-messages {
    background: #fafafa; }

  /* line 2033, order-desk.scss */
  .sod-ai-products {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
    scroll-snap-type: x proximity; }

  /* line 2040, order-desk.scss */
  .sod-ai-product {
    flex: 0 0 78%;
    scroll-snap-align: start; }

  /* line 2044, order-desk.scss */
  .sod-ai-product-image {
    height: 130px; }

  /* line 2046, order-desk.scss */
  .sod-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px; }

  /* line 2047, order-desk.scss */
  .sod-benefit {
    padding: 11px;
    border: 1px solid #ededed;
    border-radius: 12px; } }
@media (max-width: 520px) {
  /* line 2051, order-desk.scss */
  .sod-brand-hero {
    min-height: 190px; }

  /* line 2052, order-desk.scss */
  .sod-title {
    font-size: 34px; }

  /* line 2053, order-desk.scss */
  .sod-subtitle {
    max-width: 74%;
    font-size: 13px; }

  /* line 2054, order-desk.scss */
  .sod-brand-art {
    right: 8px;
    width: 116px;
    height: 116px; }

  /* line 2055, order-desk.scss */
  .sod-quick-card span {
    display: none; }

  /* line 2056, order-desk.scss */
  .sod-message-content {
    max-width: calc(100% - 38px); }

  /* line 2057, order-desk.scss */
  .sod-ai-product {
    flex-basis: 86%; }

  /* line 2058, order-desk.scss */
  body.sod-mobile-collapsed .sod-messages {
    height: 58vh !important;
    min-height: 500px !important; }

  /* line 2059, order-desk.scss */
  .sod-benefits {
    grid-template-columns: 1fr 1fr; } }
/* =========================================================
   V23 TEST v3 — ручное управление составом + AI-синхронизация
========================================================= */
/* line 2067, order-desk.scss */
.sod-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center; }

/* line 2074, order-desk.scss */
.sod-product-add-button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--sod-red);
  border-radius: 8px;
  background: var(--sod-red);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer; }

/* line 2087, order-desk.scss */
.sod-product-add-button:hover {
  background: var(--sod-red-dark);
  border-color: var(--sod-red-dark); }

/* line 2092, order-desk.scss */
.sod-current-order-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px; }

/* line 2100, order-desk.scss */
.sod-qty-btn {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  cursor: pointer; }

/* line 2116, order-desk.scss */
.sod-qty-btn:hover {
  border-color: #bdbdbd;
  background: #f7f7f7; }

/* line 2121, order-desk.scss */
.sod-qty-value {
  min-width: 26px;
  text-align: center;
  font-size: 11px;
  font-weight: 750; }

/* line 2128, order-desk.scss */
.sod-remove-item {
  min-height: 26px;
  padding: 4px 7px;
  border: 0;
  background: transparent;
  color: #999;
  font: inherit;
  font-size: 9.5px;
  text-decoration: underline;
  cursor: pointer; }

/* line 2140, order-desk.scss */
.sod-remove-item:hover {
  color: var(--sod-red); }

@media (max-width: 900px) {
  /* line 2145, order-desk.scss */
  .sod-product-add-button,
  .sod-product-actions .sod-order-item-link {
    min-height: 38px; }

  /* line 2150, order-desk.scss */
  .sod-current-order-item {
    grid-template-columns: 44px minmax(0, 1fr); }

  /* line 2154, order-desk.scss */
  .sod-current-order-price {
    grid-column: 2;
    justify-self: start;
    margin-top: -2px; }

  /* line 2160, order-desk.scss */
  .sod-qty-btn {
    width: 30px;
    height: 30px; } }
/* =========================================================
   V23.1 — ручные правки не создают сообщения в чате
========================================================= */
/* line 2170, order-desk.scss */
.sod-current-order-help {
  line-height: 1.45; }

/* line 2174, order-desk.scss */
.sod-ai-product .sod-order-item-status--under_order {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff1f0;
  color: var(--sod-red);
  font-size: 10px;
  font-weight: 750; }

/* line 2186, order-desk.scss */
.sod-ai-product:has(.sod-order-item-status--under_order) .sod-product-add-button {
  background: #111;
  border-color: #111; }

/* line 2191, order-desk.scss */
.sod-ai-product:has(.sod-order-item-status--under_order) .sod-product-add-button:hover {
  background: #2d2d2d;
  border-color: #2d2d2d; }

/* =========================================================
   V23.1 PATCH — мобильные карточки товаров только ВНИЗ
========================================================= */
@media (max-width: 900px) {
  /* line 2201, order-desk.scss */
  .sod-ai-products {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important; }

  /* line 2211, order-desk.scss */
  .sod-ai-product {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    scroll-snap-align: none !important;
    box-sizing: border-box !important; }

  /* line 2220, order-desk.scss */
  .sod-ai-product-image {
    width: 100% !important;
    height: 150px !important; }

  /* line 2225, order-desk.scss */
  .sod-ai-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; } }
@media (max-width: 520px) {
  /* line 2233, order-desk.scss */
  .sod-ai-product {
    flex-basis: auto !important; }

  /* line 2237, order-desk.scss */
  .sod-ai-product-image {
    height: 145px !important; } }
/* =========================================================
   V23.1 PATCH — верхние информационные карточки видимы на mobile
========================================================= */
/* line 2246, order-desk.scss */
.sod-quick-card--static,
.sod-quick-card--static strong,
.sod-quick-card--static span {
  color: #222 !important;
  opacity: 1 !important;
  visibility: visible !important; }

/* line 2254, order-desk.scss */
.sod-quick-card--static .sod-quick-icon {
  color: var(--sod-red) !important;
  background: #f2f2f2 !important; }

/* line 2259, order-desk.scss */
.sod-quick-card--static > span:last-child > span {
  color: #929292 !important; }

@media (max-width: 900px) {
  /* line 2264, order-desk.scss */
  .sod-quick-launch {
    position: relative !important;
    z-index: 1 !important; }

  /* line 2269, order-desk.scss */
  .sod-quick-card--static {
    display: flex !important;
    min-width: 0 !important;
    min-height: 72px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important; }

  /* line 2277, order-desk.scss */
  .sod-quick-card--static > span:last-child {
    display: block !important;
    min-width: 0 !important; }

  /* line 2282, order-desk.scss */
  .sod-quick-card--static strong {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.25 !important; }

  /* line 2288, order-desk.scss */
  .sod-quick-card--static > span:last-child > span {
    display: block !important;
    margin-top: 3px !important;
    font-size: 10px !important;
    line-height: 1.25 !important; } }
@media (max-width: 520px) {
  /* Не скрываем пояснение у верхних карточек на телефоне. */
  /* line 2298, order-desk.scss */
  .sod-quick-card--static > span:last-child > span {
    display: block !important; } }
/* =========================================================
   V23.1 PATCH — подсветка позиции после добавления
========================================================= */
/* line 2306, order-desk.scss */
.sod-current-order-item.sod-current-order-item--just-added {
  position: relative;
  animation: sodOrderItemFlash 1.6s ease; }

@keyframes sodOrderItemFlash {
  0% {
    background: #fff0ee; }
  35% {
    background: #fff0ee; }
  100% {
    background: transparent; } }
/* =========================================================
   V23.1 UX PATCH 3 — контрастные верхние карточки + SVG-иконки
========================================================= */
/* line 2322, order-desk.scss */
.sod-quick-card--static {
  background: #fff !important;
  border-color: #dcdcdc !important; }

/* line 2327, order-desk.scss */
.sod-quick-card--static strong {
  color: #171717 !important;
  font-weight: 800 !important; }

/* line 2332, order-desk.scss */
.sod-quick-card--static > span:last-child > span {
  color: #666 !important; }

/* line 2336, order-desk.scss */
.sod-quick-card--static .sod-quick-icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff0ee !important;
  color: var(--sod-red) !important;
  border: 1px solid #f3d1ce !important;
  border-radius: 12px !important; }

/* line 2348, order-desk.scss */
.sod-quick-card--static .sod-quick-icon svg {
  display: block !important;
  overflow: visible !important; }

@media (max-width: 900px) {
  /* line 2354, order-desk.scss */
  .sod-quick-launch {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important; }

  /* line 2359, order-desk.scss */
  .sod-quick-card--static {
    min-height: 78px !important;
    padding: 12px !important;
    gap: 10px !important; }

  /* line 2365, order-desk.scss */
  .sod-quick-card--static strong {
    font-size: 13px !important;
    line-height: 1.2 !important; }

  /* line 2370, order-desk.scss */
  .sod-quick-card--static > span:last-child > span {
    margin-top: 4px !important;
    font-size: 10.5px !important;
    line-height: 1.3 !important; } }
@media (max-width: 560px) {
  /* line 2378, order-desk.scss */
  .sod-quick-launch {
    grid-template-columns: 1fr !important; }

  /* line 2382, order-desk.scss */
  .sod-quick-card--static {
    min-height: 72px !important; }

  /* line 2386, order-desk.scss */
  .sod-quick-card--static .sod-quick-icon {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important; } }
/* =========================================================
   UX4 — ФАКТИЧЕСКИЙ FIX верхних карточек
   В предыдущей сборке они всё ещё были button.sod-chip.
========================================================= */
/* line 2399, order-desk.scss */
.sod-quick-launch .sod-quick-card--static {
  appearance: none !important;
  -webkit-appearance: none !important;
  opacity: 1 !important;
  filter: none !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  cursor: default !important;
  pointer-events: none !important; }

/* line 2411, order-desk.scss */
.sod-quick-launch .sod-quick-card--static strong {
  color: #111 !important;
  opacity: 1 !important;
  font-weight: 800 !important; }

/* line 2417, order-desk.scss */
.sod-quick-launch .sod-quick-card--static > span:last-child > span {
  color: #555 !important;
  opacity: 1 !important; }

/* line 2422, order-desk.scss */
.sod-quick-launch .sod-quick-card--static .sod-quick-icon {
  background: #fff !important;
  border: 1.5px solid #ef312a !important;
  color: #ef312a !important;
  opacity: 1 !important;
  filter: none !important; }

/* line 2430, order-desk.scss */
.sod-quick-launch .sod-quick-card--static .sod-quick-icon svg,
.sod-quick-launch .sod-quick-card--static .sod-quick-icon svg * {
  color: #ef312a !important;
  stroke: currentColor; }

@media (max-width: 900px) {
  /* line 2437, order-desk.scss */
  .sod-quick-launch .sod-quick-card--static {
    min-height: 78px !important; } }
@media (max-width: 560px) {
  /* line 2443, order-desk.scss */
  .sod-quick-launch {
    grid-template-columns: 1fr !important; }

  /* line 2447, order-desk.scss */
  .sod-quick-launch .sod-quick-card--static {
    min-height: 70px !important; } }
/* =========================================================
   UX5 — верхние квадраты с цифрами 1 2 3 4 вместо иконок
========================================================= */
/* line 2456, order-desk.scss */
.sod-quick-launch .sod-quick-card--static .sod-quick-icon {
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important; }

/* line 2463, order-desk.scss */
.sod-quick-launch .sod-quick-card--static .sod-quick-icon svg {
  display: none !important; }

/* =========================================================
   UX6 — локальные сообщения фронта о действиях с заявкой
========================================================= */
/* line 2471, order-desk.scss */
.sod-message--frontend {
  justify-content: flex-end; }

/* line 2475, order-desk.scss */
.sod-message--frontend .sod-message-content {
  max-width: 78%; }

/* line 2479, order-desk.scss */
.sod-bubble--frontend {
  background: #fff8e8 !important;
  border: 1px solid #f0d88a !important;
  color: #45360d !important; }

/* line 2485, order-desk.scss */
.sod-bubble--frontend strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #2b2310;
  font-size: 12px; }

/* line 2492, order-desk.scss */
.sod-frontend-order-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--sod-red);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer; }

/* line 2504, order-desk.scss */
.sod-frontend-order-link:hover {
  color: var(--sod-red-dark); }

@media (max-width: 900px) {
  /* line 2509, order-desk.scss */
  .sod-message--frontend .sod-message-content {
    max-width: 88%; } }
/* Важный запрос/подтверждение контактных данных */
/* line 2516, order-desk.scss */
.sod-message--assistant .sod-bubble.sod-bubble--contact-request {
  border: 1px solid #efc1be;
  border-left: 4px solid #ef3124;
  background: #fff8f7; }

/* line 2522, order-desk.scss */
.sod-message--assistant .sod-bubble.sod-bubble--contact-request strong {
  color: #111;
  font-weight: 700; }

/* =========================================================
   V23.2 — заметное увеличенное поле ввода
========================================================= */
/* line 2530, order-desk.scss */
.sod-input-wrap {
  padding-top: 14px !important;
  padding-bottom: 14px !important; }

/* line 2535, order-desk.scss */
.sod-input {
  min-height: 64px !important;
  max-height: 150px !important;
  padding: 19px 16px !important;
  border: 1.5px solid #cfcfcf !important;
  border-radius: 12px !important;
  background: #fff !important;
  font-size: 15px !important;
  line-height: 24px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.035);
  transition: border-color .15s ease, box-shadow .15s ease; }

/* line 2548, order-desk.scss */
.sod-input::placeholder {
  color: #888 !important; }

/* line 2552, order-desk.scss */
.sod-input:focus {
  border-color: #ef312a !important;
  box-shadow: 0 0 0 3px rgba(239, 49, 42, 0.08) !important; }

/* line 2557, order-desk.scss */
.sod-send {
  height: 64px !important;
  line-height: 64px !important;
  border-radius: 12px !important; }

@media (max-width: 900px) {
  /* line 2564, order-desk.scss */
  .sod-input-wrap,
  body.sod-mobile-collapsed .sod-input-wrap {
    padding: 10px !important; }

  /* line 2569, order-desk.scss */
  .sod-input,
  body.sod-mobile-collapsed .sod-input {
    min-height: 60px !important;
    max-height: 140px !important;
    padding: 17px 13px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 12px !important; }

  /* line 2579, order-desk.scss */
  .sod-send,
  body.sod-mobile-collapsed .sod-send {
    flex-basis: 52px !important;
    width: 52px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 12px !important; } }
/* =========================================================
   UX6 — увеличенная типографика карточек 1–4
========================================================= */
/* line 2593, order-desk.scss */
.sod-quick-launch .sod-quick-card--static strong {
  font-size: 16px !important;
  line-height: 1.25 !important; }

/* line 2598, order-desk.scss */
.sod-quick-launch .sod-quick-card--static > span:last-child > span {
  font-size: 13px !important;
  line-height: 1.4 !important; }

/* line 2603, order-desk.scss */
.sod-quick-launch .sod-quick-card--static {
  min-height: 96px !important;
  padding: 16px !important;
  gap: 12px !important; }

@media (max-width: 900px) {
  /* line 2610, order-desk.scss */
  .sod-quick-launch .sod-quick-card--static strong {
    font-size: 15px !important; }

  /* line 2614, order-desk.scss */
  .sod-quick-launch .sod-quick-card--static > span:last-child > span {
    font-size: 12.5px !important;
    line-height: 1.4 !important; }

  /* line 2619, order-desk.scss */
  .sod-quick-launch .sod-quick-card--static {
    min-height: 92px !important;
    padding: 14px !important; } }
/* Имя персонального менеджера в карточке 4 */
/* line 2626, order-desk.scss */
.sod-quick-card--static .sod-manager-name {
  color: var(--sod-red) !important;
  font-weight: 700 !important; }

/* Акцентная строка над чатом */
/* line 2632, order-desk.scss */
.sod-chat-intro {
  font-weight: 800 !important; }

/* =========================================================
   UX — менеджер Роман: красный, но в одной строке с текстом
========================================================= */
/* line 2640, order-desk.scss */
.sod-quick-launch .sod-quick-card--static .sod-manager-name {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ef312a !important;
  font: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  vertical-align: baseline !important; }
