@charset "UTF-8";
/* =========================================================
   ООО «Оптима-ДВ» / ofd-shop.ru
   CLEAN THEME.SCSS — готовый файл для InSales

   Назначение:
   - замена накопленного theme.scss;
   - удалены старые дубли и конфликтующие фиксы;
   - блоки разделены комментариями по сниппетам и страницам.
   ========================================================= */
/* ===== MODULE: scss/00_core/00_settings_editor.scss ===== */
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #5956CE);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #6f6cd4);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #8582db);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #c7c6ee);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #202223);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #35383a);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #4a4f51);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #8c9295);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.75);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1272px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, false);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 15, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 19, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 23, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 28, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 31, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 34, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* ===== MODULE: scss/00_core/01_tokens.scss ===== */
/* =========================================================
   01. CORE: базовые переменные ООО «Оптима-ДВ»
   ========================================================= */
/* line 45, theme.scss */
:root {
  --odv-color-dark: #2b2b35;
  --odv-color-text: #33333f;
  --odv-color-muted: #747486;
  --odv-color-purple: #5b4bdb;
  --odv-color-purple-dark: #4939c4;
  --odv-color-border: #e6e3f3;
  --odv-color-soft: #f7f6ff;
  --odv-color-white: #ffffff; }

/* ===== MODULE: scss/10_snippets/10_odv-header.scss ===== */
/* =========================================================
   HEADER CLEAN: шапка ООО «Оптима-ДВ»
   Файл: snippets/odv-header.liquid
   Назначение: единый чистый блок стилей вместо накопленных header-fix
   Важно: этот блок рассчитан на текущую HTML-структуру .odv-header
   ========================================================= */
/* line 65, theme.scss */
html.odv-header-lock,
html.odv-header-lock body {
  overflow: hidden; }

/* line 70, theme.scss */
.odv-header {
  --odv-header-dark: #2b2b35;
  --odv-header-purple: #5b4bdb;
  --odv-header-purple-dark: #4939c4;
  --odv-header-border: #e6e3f3;
  --odv-header-soft: #f7f6ff;
  --odv-header-soft-2: #faf9ff;
  --odv-header-text: #33333f;
  --odv-header-muted: #747486;
  --odv-header-danger: #ff4b1f;
  position: relative;
  z-index: 1200;
  background: #ffffff;
  color: var(--odv-header-text);
  border-bottom: 1px solid var(--odv-header-border);
  box-shadow: 0 8px 26px rgba(34, 34, 52, 0.035); }

/* line 89, theme.scss */
.odv-header * {
  box-sizing: border-box; }

/* line 93, theme.scss */
.odv-header a {
  text-decoration: none !important; }

/* line 97, theme.scss */
.odv-header__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px; }

/* ---------------------------------------------------------
   Верхняя строка
   --------------------------------------------------------- */
/* line 108, theme.scss */
.odv-header__top {
  position: relative;
  z-index: 1250;
  background: var(--odv-header-soft);
  border-bottom: 1px solid var(--odv-header-border); }

/* line 115, theme.scss */
.odv-header__top-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px; }

/* line 123, theme.scss */
.odv-header__top-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px; }

/* line 130, theme.scss */
.odv-header__top-nav > a,
.odv-header-more__button,
.odv-header-docs__button {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--odv-header-text) !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease; }

/* line 148, theme.scss */
.odv-header__top-nav > a {
  padding: 0 2px; }

/* line 152, theme.scss */
.odv-header-more__button,
.odv-header-docs__button {
  gap: 4px;
  padding: 0 8px; }

/* line 158, theme.scss */
.odv-header__top-nav > a:hover,
.odv-header-more__button:hover,
.odv-header-docs__button:hover,
.odv-header-more.is-open .odv-header-more__button,
.odv-header-docs.is-open .odv-header-docs__button {
  background: #ffffff;
  border-color: #d8d4ef;
  color: var(--odv-header-purple) !important; }

/* line 168, theme.scss */
.odv-header-more__button:focus,
.odv-header-more__button:focus-visible,
.odv-header-docs__button:focus,
.odv-header-docs__button:focus-visible {
  outline: none;
  background: #ffffff;
  border-color: #d8d4ef;
  color: var(--odv-header-purple) !important;
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.08); }

/* line 179, theme.scss */
.odv-header__top-info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--odv-header-muted);
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap; }

/* line 190, theme.scss */
.odv-header__top-info span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px; }

/* line 197, theme.scss */
.odv-header__top-info span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12); }

/* line 206, theme.scss */
.odv-header__top-info a {
  color: var(--odv-header-dark) !important;
  font-weight: 900; }

/* line 211, theme.scss */
.odv-header__top-info a:hover {
  color: var(--odv-header-purple) !important; }

/* line 215, theme.scss */
.odv-header__top-info a + a {
  position: relative;
  padding-left: 16px; }

/* line 220, theme.scss */
.odv-header__top-info a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #d8d4ef;
  transform: translateY(-50%); }

/* ---------------------------------------------------------
   Dropdown «Документы» и «Ещё»
   --------------------------------------------------------- */
/* line 235, theme.scss */
.odv-header-docs,
.odv-header-more {
  position: relative;
  z-index: 1300; }

/* line 241, theme.scss */
.odv-header-docs__chevron,
.odv-header-more__chevron {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  transition: transform 0.18s ease; }

/* line 249, theme.scss */
.odv-header-docs.is-open .odv-header-docs__chevron,
.odv-header-more.is-open .odv-header-more__chevron {
  transform: rotate(180deg); }

/* line 254, theme.scss */
.odv-header-docs__dropdown,
.odv-header-more__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  padding: 10px;
  border: 1px solid var(--odv-header-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(34, 34, 52, 0.16);
  z-index: 2400; }

/* line 267, theme.scss */
.odv-header-docs__dropdown {
  left: 0;
  min-width: 360px; }

/* line 272, theme.scss */
.odv-header-more__dropdown {
  left: 0;
  right: auto;
  min-width: 300px;
  max-width: 330px; }

/* line 279, theme.scss */
.odv-header-docs.is-open .odv-header-docs__dropdown,
.odv-header-more.is-open .odv-header-more__dropdown {
  display: grid;
  gap: 4px; }

/* line 285, theme.scss */
.odv-header-docs__dropdown a,
.odv-header-more__dropdown a,
.odv-header-more__item {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--odv-header-text) !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none !important; }

/* line 298, theme.scss */
.odv-header-docs__dropdown a:hover,
.odv-header-more__dropdown a:hover,
.odv-header-more__item:hover {
  background: var(--odv-header-soft);
  color: var(--odv-header-purple) !important; }

/* line 305, theme.scss */
.odv-header-more__item {
  display: grid !important;
  gap: 3px; }

/* line 310, theme.scss */
.odv-header-more__item-title {
  color: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900; }

/* line 317, theme.scss */
.odv-header-more__item-text {
  color: var(--odv-header-muted);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700; }

/* line 324, theme.scss */
.odv-header-more__item:hover .odv-header-more__item-text {
  color: var(--odv-header-purple); }

/* ---------------------------------------------------------
   Основная строка
   --------------------------------------------------------- */
/* line 332, theme.scss */
.odv-header__main {
  position: relative;
  z-index: 1200;
  background: #ffffff;
  border-bottom: 1px solid var(--odv-header-border); }

/* line 339, theme.scss */
.odv-header__main-inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: 210px 138px minmax(320px, 500px) 220px;
  align-items: center;
  justify-content: center;
  gap: 18px; }

/* line 348, theme.scss */
.odv-header__burger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--odv-header-border);
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

/* line 360, theme.scss */
.odv-header__burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--odv-header-dark);
  transition: transform 0.18s ease, opacity 0.18s ease; }

/* line 370, theme.scss */
.odv-header__burger:active {
  transform: scale(0.98); }

/* line 374, theme.scss */
.odv-header.is-mobile-menu-open .odv-header__burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg); }

/* line 378, theme.scss */
.odv-header.is-mobile-menu-open .odv-header__burger span:nth-child(2) {
  opacity: 0; }

/* line 382, theme.scss */
.odv-header.is-mobile-menu-open .odv-header__burger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg); }

/* Логотип */
/* line 388, theme.scss */
.odv-header-logo {
  width: 210px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--odv-header-dark) !important; }

/* line 397, theme.scss */
.odv-header-logo--image img {
  display: block;
  width: auto;
  max-width: 172px;
  max-height: 74px;
  object-fit: contain; }

/* Кнопка каталога */
/* line 407, theme.scss */
.odv-header-catalog-wrap {
  position: relative;
  z-index: 1250; }

/* line 412, theme.scss */
.odv-header-catalog {
  min-width: 138px;
  height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #6857ee 0%, #5140cf 100%);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(91, 75, 219, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease; }

/* line 433, theme.scss */
.odv-header-catalog:hover,
.odv-header-catalog-wrap.is-open .odv-header-catalog,
.odv-header-catalog:focus,
.odv-header-catalog:focus-visible {
  outline: none;
  background: linear-gradient(135deg, #5d4be5 0%, #4635bd 100%);
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(91, 75, 219, 0.28); }

/* line 444, theme.scss */
.odv-header-catalog__icon {
  font-size: 19px;
  line-height: 1; }

/* line 449, theme.scss */
.odv-header-catalog__chevron {
  display: inline-block;
  font-size: 11px;
  transition: transform 0.18s ease; }

/* line 455, theme.scss */
.odv-header-catalog-wrap.is-open .odv-header-catalog__chevron {
  transform: rotate(180deg); }

/* Поиск */
/* line 461, theme.scss */
.odv-header-search {
  width: 100%;
  max-width: 500px;
  height: 50px;
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr 58px;
  border: 1px solid #d8d4ef;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(34, 34, 52, 0.045);
  transition: border-color 0.18s ease, box-shadow 0.18s ease; }

/* line 476, theme.scss */
.odv-header-search:focus-within {
  border-color: var(--odv-header-purple);
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.1), 0 8px 22px rgba(34, 34, 52, 0.055); }

/* line 481, theme.scss */
.odv-header-search input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 18px;
  border: 0;
  outline: none;
  background: #ffffff;
  color: var(--odv-header-text);
  font-size: 15px; }

/* line 493, theme.scss */
.odv-header-search input::placeholder {
  color: #9a98aa; }

/* line 497, theme.scss */
.odv-header-search button {
  width: 58px;
  border: 0;
  background: var(--odv-header-purple);
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  transition: background 0.18s ease; }

/* line 507, theme.scss */
.odv-header-search button:hover {
  background: var(--odv-header-purple-dark); }

/* Кабинет и корзина */
/* line 513, theme.scss */
.odv-header-actions {
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px; }

/* line 521, theme.scss */
.odv-header-action,
.odv-header-cart {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: var(--odv-header-dark) !important;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease; }

/* line 534, theme.scss */
.odv-header-action {
  padding: 0 12px; }

/* line 538, theme.scss */
.odv-header-cart {
  position: relative;
  padding: 0 12px;
  font-weight: 900; }

/* line 544, theme.scss */
.odv-header-action:hover,
.odv-header-cart:hover {
  background: var(--odv-header-soft);
  border-color: var(--odv-header-border);
  color: var(--odv-header-purple) !important; }

/* line 551, theme.scss */
.odv-header-action__icon,
.odv-header-cart__icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor; }

/* line 561, theme.scss */
.odv-header-action__icon svg,
.odv-header-cart__icon svg {
  display: block;
  width: 25px;
  height: 25px; }

/* line 568, theme.scss */
.odv-header-action__icon svg path,
.odv-header-cart__icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 577, theme.scss */
.odv-header-action__text,
.odv-header-cart__price {
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1; }

/* line 585, theme.scss */
.odv-header-cart__count {
  position: absolute;
  top: 1px;
  left: 26px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--odv-header-danger);
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  font-weight: 900; }

/* ---------------------------------------------------------
   Desktop catalog mega-menu
   --------------------------------------------------------- */
/* line 606, theme.scss */
.odv-header-catalog-menu {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: min(980px, calc(100vw - 48px));
  max-height: min(620px, calc(100vh - 180px));
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--odv-header-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(34, 34, 52, 0.18);
  z-index: 2300; }

/* line 622, theme.scss */
.odv-header-catalog-wrap.is-open .odv-header-catalog-menu {
  display: block; }

/* line 626, theme.scss */
.odv-header-catalog-menu::-webkit-scrollbar {
  width: 8px; }

/* line 630, theme.scss */
.odv-header-catalog-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d8d4ef; }

/* line 635, theme.scss */
.odv-header-catalog-menu::-webkit-scrollbar-track {
  background: #f7f6ff; }

/* line 639, theme.scss */
.odv-header-catalog-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 0 2px 16px;
  border-bottom: 1px solid var(--odv-header-border); }

/* line 649, theme.scss */
.odv-header-catalog-menu__head div {
  display: grid;
  gap: 4px; }

/* line 654, theme.scss */
.odv-header-catalog-menu__head strong {
  color: var(--odv-header-dark);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900; }

/* line 661, theme.scss */
.odv-header-catalog-menu__head span {
  color: var(--odv-header-muted);
  font-size: 14px;
  line-height: 1.35; }

/* line 667, theme.scss */
.odv-header-catalog-menu__head > a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8d4ef;
  border-radius: 12px;
  color: var(--odv-header-purple) !important;
  font-size: 13px;
  font-weight: 900; }

/* line 681, theme.scss */
.odv-header-catalog-menu__head > a:hover {
  background: var(--odv-header-soft);
  border-color: var(--odv-header-purple); }

/* line 686, theme.scss */
.odv-header-catalog-menu__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 693, theme.scss */
.odv-header-catalog-menu__grid::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(91, 75, 219, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none; }

/* line 702, theme.scss */
.odv-header-catalog-menu__group {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--odv-header-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 712, theme.scss */
.odv-header-catalog-menu__root {
  display: block;
  margin-bottom: 10px;
  color: var(--odv-header-dark) !important;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900; }

/* line 721, theme.scss */
.odv-header-catalog-menu__root:hover {
  color: var(--odv-header-purple) !important; }

/* line 725, theme.scss */
.odv-header-catalog-menu__sub {
  display: grid;
  gap: 6px; }

/* line 730, theme.scss */
.odv-header-catalog-menu__subgroup {
  display: grid;
  gap: 6px; }

/* line 735, theme.scss */
.odv-header-catalog-menu__sub-link,
.odv-header-catalog-menu__sub a {
  display: block;
  padding: 7px 8px;
  border-radius: 10px;
  color: var(--odv-header-muted) !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800; }

/* line 746, theme.scss */
.odv-header-catalog-menu__sub-link:hover,
.odv-header-catalog-menu__sub a:hover {
  background: var(--odv-header-soft);
  color: var(--odv-header-purple) !important; }

/* line 752, theme.scss */
.odv-header-catalog-menu__third {
  display: grid;
  gap: 4px;
  margin: -2px 0 4px 8px;
  padding-left: 10px;
  border-left: 2px solid #eeeafc; }

/* line 760, theme.scss */
.odv-header-catalog-menu__third a {
  padding: 5px 8px;
  color: #8b899c !important;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800; }

/* line 768, theme.scss */
.odv-header-catalog-menu__third a:hover {
  background: #fbfaff;
  color: var(--odv-header-purple) !important; }

/* line 773, theme.scss */
.odv-header-catalog-menu__group.is-coming-soon .odv-header-catalog-menu__root,
.odv-header-mobile-catalog__group.is-coming-soon .odv-header-mobile-catalog__root {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: default;
  color: var(--odv-header-muted) !important; }

/* line 783, theme.scss */
.odv-header-catalog-menu__group.is-coming-soon .odv-header-catalog-menu__sub,
.odv-header-catalog-menu__group.is-coming-soon .odv-header-catalog-menu__third,
.odv-header-mobile-catalog__group.is-coming-soon .odv-header-mobile-catalog__sub,
.odv-header-mobile-catalog__group.is-coming-soon .odv-header-mobile-catalog__third {
  display: none !important; }

/* line 790, theme.scss */
.odv-header-catalog-menu__group.is-coming-soon a,
.odv-header-mobile-catalog__group.is-coming-soon a {
  pointer-events: none; }

/* line 795, theme.scss */
.odv-coming-soon-badge {
  flex: 0 0 auto;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f1efff;
  color: var(--odv-header-purple);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase; }

/* ---------------------------------------------------------
   Mobile header
   --------------------------------------------------------- */
/* line 814, theme.scss */
.odv-header-mobile {
  display: none; }

@media (max-width: 1180px) {
  /* line 819, theme.scss */
  .odv-header__top-inner {
    gap: 14px; }

  /* line 823, theme.scss */
  .odv-header__top-nav {
    gap: 8px; }

  /* line 827, theme.scss */
  .odv-header__top-nav > a,
  .odv-header-more__button,
  .odv-header-docs__button {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px; }

  /* line 835, theme.scss */
  .odv-header__top-info span {
    display: none; }

  /* line 839, theme.scss */
  .odv-header-docs__dropdown {
    min-width: 320px; }

  /* line 843, theme.scss */
  .odv-header__main-inner {
    grid-template-columns: 190px 132px minmax(280px, 1fr) auto; }

  /* line 847, theme.scss */
  .odv-header-logo {
    width: 190px; }

  /* line 851, theme.scss */
  .odv-header-logo--image img {
    max-width: 158px;
    max-height: 68px; }

  /* line 856, theme.scss */
  .odv-header-action__text {
    display: none; }

  /* line 860, theme.scss */
  .odv-header-cart__price {
    display: none; } }
@media (max-width: 900px) {
  /* line 866, theme.scss */
  .odv-header {
    position: relative;
    z-index: 1600; }

  /* line 871, theme.scss */
  .odv-header__top {
    display: none; }

  /* line 875, theme.scss */
  .odv-header__main {
    border-bottom: 1px solid var(--odv-header-border); }

  /* line 879, theme.scss */
  .odv-header__main-inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    justify-content: stretch;
    gap: 12px; }

  /* line 887, theme.scss */
  .odv-header__burger {
    display: block; }

  /* line 891, theme.scss */
  .odv-header-logo {
    width: auto;
    min-width: 0;
    justify-content: flex-start; }

  /* line 897, theme.scss */
  .odv-header-logo--image img {
    max-width: 132px;
    max-height: 56px; }

  /* line 902, theme.scss */
  .odv-header-catalog-wrap,
  .odv-header-search,
  .odv-header-action {
    display: none; }

  /* line 908, theme.scss */
  .odv-header-actions {
    min-width: 0;
    gap: 0; }

  /* line 913, theme.scss */
  .odv-header-cart {
    min-width: 46px;
    padding: 0 8px; }

  /* line 918, theme.scss */
  .odv-header-cart__price {
    display: none; }

  /* line 922, theme.scss */
  .odv-header-mobile {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(34, 34, 52, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease; }

  /* line 934, theme.scss */
  .odv-header-mobile.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

  /* line 940, theme.scss */
  .odv-header-mobile__panel {
    width: min(430px, 92vw);
    height: 100%;
    padding: 18px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 16px 0 40px rgba(34, 34, 52, 0.2);
    transform: translateX(-104%);
    transition: transform 0.22s ease; }

  /* line 951, theme.scss */
  .odv-header-mobile.is-open .odv-header-mobile__panel {
    transform: translateX(0); }

  /* line 955, theme.scss */
  .odv-header-mobile__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px; }

  /* line 963, theme.scss */
  .odv-header-mobile__logo {
    display: inline-flex;
    align-items: center; }

  /* line 968, theme.scss */
  .odv-header-mobile__logo img {
    display: block;
    max-width: 138px;
    max-height: 58px;
    object-fit: contain; }

  /* line 975, theme.scss */
  .odv-header-mobile__close {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--odv-header-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--odv-header-dark);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }

  /* line 992, theme.scss */
  .odv-header-mobile__close:active {
    transform: scale(0.98); }

  /* line 996, theme.scss */
  .odv-header-mobile__status {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--odv-header-soft);
    color: var(--odv-header-muted);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800; }

  /* line 1011, theme.scss */
  .odv-header-mobile__status-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12); }

  /* line 1019, theme.scss */
  .odv-header-mobile-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-bottom: 14px; }

  /* line 1026, theme.scss */
  .odv-header-mobile-search input {
    min-width: 0;
    min-height: 46px;
    border: 1px solid #d8d4ef;
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
    color: var(--odv-header-text); }

  /* line 1036, theme.scss */
  .odv-header-mobile-search input:focus {
    border-color: var(--odv-header-purple);
    box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.1); }

  /* line 1041, theme.scss */
  .odv-header-mobile-search button {
    min-height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: var(--odv-header-purple);
    color: #ffffff;
    font-weight: 900; }

  /* line 1051, theme.scss */
  .odv-header-mobile__quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px; }

  /* line 1058, theme.scss */
  .odv-header-mobile__quick a,
  .odv-header-mobile__account a {
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--odv-header-border);
    border-radius: 16px;
    background: #ffffff;
    color: var(--odv-header-dark) !important; }

  /* line 1069, theme.scss */
  .odv-header-mobile__quick span,
  .odv-header-mobile__account span {
    color: var(--odv-header-muted);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800; }

  /* line 1077, theme.scss */
  .odv-header-mobile__quick strong,
  .odv-header-mobile__account strong {
    color: var(--odv-header-dark);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900; }

  /* line 1085, theme.scss */
  .odv-header-mobile__nav {
    display: grid;
    gap: 10px;
    margin-bottom: 14px; }

  /* line 1091, theme.scss */
  .odv-header-mobile__nav > a {
    min-height: 72px;
    display: grid;
    gap: 4px;
    padding: 15px 18px;
    border: 1px solid var(--odv-header-border);
    border-radius: 18px;
    background: #ffffff;
    color: var(--odv-header-dark) !important;
    font-weight: 900; }

  /* line 1103, theme.scss */
  .odv-header-mobile__nav > a span {
    color: inherit;
    font-size: 17px;
    line-height: 1.25; }

  /* line 1109, theme.scss */
  .odv-header-mobile__nav > a small {
    color: var(--odv-header-muted);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700; }

  /* line 1116, theme.scss */
  .odv-header-mobile__nav > a:active,
  .odv-header-mobile__quick a:active,
  .odv-header-mobile__account a:active {
    background: var(--odv-header-soft); }

  /* line 1122, theme.scss */
  .odv-header-mobile__details {
    margin-bottom: 14px;
    border: 1px solid var(--odv-header-border);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden; }

  /* line 1130, theme.scss */
  .odv-header-mobile__details summary {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: var(--odv-header-dark);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
    list-style: none;
    cursor: pointer; }

  /* line 1144, theme.scss */
  .odv-header-mobile__details summary::-webkit-details-marker {
    display: none; }

  /* line 1148, theme.scss */
  .odv-header-mobile__details summary::after {
    content: "▾";
    color: var(--odv-header-purple);
    font-size: 13px;
    transition: transform 0.18s ease; }

  /* line 1155, theme.scss */
  .odv-header-mobile__details[open] summary::after {
    transform: rotate(180deg); }

  /* line 1159, theme.scss */
  .odv-header-mobile__details-list {
    display: grid;
    gap: 8px;
    padding: 0 14px 14px; }

  /* line 1165, theme.scss */
  .odv-header-mobile__details-list a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--odv-header-soft-2);
    color: var(--odv-header-text) !important;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800; }

  /* line 1176, theme.scss */
  .odv-header-mobile__account {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px; }

  /* line 1183, theme.scss */
  .odv-header-mobile__contacts {
    display: grid;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--odv-header-border); }

  /* line 1190, theme.scss */
  .odv-header-mobile__contacts a {
    color: var(--odv-header-purple) !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900; }

  /* Мобильный каталог */
  /* line 1199, theme.scss */
  .odv-header-mobile-catalog {
    display: block;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid var(--odv-header-border);
    overflow: hidden; }

  /* line 1207, theme.scss */
  .odv-header-mobile-catalog summary {
    position: relative;
    min-height: 86px;
    display: grid;
    gap: 4px;
    padding: 20px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, #6857ee 0%, #5140cf 100%);
    color: #ffffff;
    cursor: pointer;
    list-style: none; }

  /* line 1220, theme.scss */
  .odv-header-mobile-catalog summary::-webkit-details-marker {
    display: none; }

  /* line 1224, theme.scss */
  .odv-header-mobile-catalog summary::after {
    content: "▾";
    position: absolute;
    right: 24px;
    top: 24px;
    color: #ffffff;
    font-size: 14px;
    transition: transform 0.18s ease; }

  /* line 1234, theme.scss */
  .odv-header-mobile-catalog[open] summary::after {
    transform: rotate(180deg); }

  /* line 1238, theme.scss */
  .odv-header-mobile-catalog summary span {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900; }

  /* line 1245, theme.scss */
  .odv-header-mobile-catalog summary small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700; }

  /* line 1252, theme.scss */
  .odv-header-mobile-catalog__list {
    display: grid;
    gap: 10px;
    padding: 14px;
    background: #ffffff; }

  /* line 1259, theme.scss */
  .odv-header-mobile-catalog__list > a,
  .odv-header-mobile-catalog__group > a,
  .odv-header-mobile-catalog__disabled {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid var(--odv-header-border);
    border-radius: 17px;
    background: #ffffff;
    color: var(--odv-header-dark) !important;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900; }

  /* line 1277, theme.scss */
  .odv-header-mobile-catalog__list > a span,
  .odv-header-mobile-catalog__group > a span {
    color: inherit; }

  /* line 1282, theme.scss */
  .odv-header-mobile-catalog__sub {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid var(--odv-header-border);
    border-radius: 17px;
    background: #fbfaff; }

  /* line 1292, theme.scss */
  .odv-header-mobile-catalog__sub a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--odv-header-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--odv-header-muted) !important;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800; }

  /* line 1306, theme.scss */
  .odv-header-mobile-catalog__disabled {
    cursor: default;
    color: var(--odv-header-muted) !important;
    background: var(--odv-header-soft); }

  /* line 1312, theme.scss */
  .odv-header-mobile-catalog__disabled small {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: #f1efff;
    color: var(--odv-header-purple);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase; } }
@media (max-width: 640px) {
  /* line 1328, theme.scss */
  .odv-header__container {
    padding: 0 14px; }

  /* line 1332, theme.scss */
  .odv-header-logo--image img {
    max-width: 118px;
    max-height: 52px; }

  /* line 1337, theme.scss */
  .odv-header-mobile__quick,
  .odv-header-mobile__account {
    grid-template-columns: 1fr; } }
/* === Конец блока: HEADER CLEAN === */
/* ===== MODULE: scss/10_snippets/11_odv-footer.scss ===== */
/* =========================================================
   11. SNIPPET: odv-footer
   Файл InSales: snippets/odv-footer.liquid
   ========================================================= */
/* line 1352, theme.scss */
.odv-footer {
  --odv-footer-dark: var(--odv-color-dark, #2b2b35);
  --odv-footer-purple: var(--odv-color-purple, #5b4bdb);
  --odv-footer-purple-dark: var(--odv-color-purple-dark, #4939c4);
  --odv-footer-border: var(--odv-color-border, #e6e3f3);
  --odv-footer-bg: var(--odv-color-soft, #f7f6ff);
  --odv-footer-text: var(--odv-color-text, #33333f);
  --odv-footer-muted: var(--odv-color-muted, #747486);
  margin-top: 48px;
  color: var(--odv-footer-text);
  border-top: 1px solid var(--odv-footer-border);
  background: radial-gradient(circle at 12% 0%, rgba(91, 75, 219, 0.1) 0%, rgba(91, 75, 219, 0) 32%), linear-gradient(180deg, #ffffff 0%, #f7f6ff 100%); }

/* line 1369, theme.scss */
.odv-footer * {
  box-sizing: border-box; }

/* line 1370, theme.scss */
.odv-footer a {
  text-decoration: none; }

/* line 1372, theme.scss */
.odv-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 38px 24px 22px; }

/* line 1378, theme.scss */
.odv-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(420px, 1.4fr) minmax(260px, 0.85fr);
  gap: 34px;
  align-items: start; }

/* line 1385, theme.scss */
.odv-footer__brand {
  min-width: 0; }

/* line 1387, theme.scss */
.odv-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px; }

/* line 1393, theme.scss */
.odv-footer__logo img {
  display: block;
  width: auto;
  max-width: 174px;
  max-height: 76px;
  object-fit: contain; }

/* line 1401, theme.scss */
.odv-footer__description {
  max-width: 440px;
  margin: 0 0 18px;
  color: var(--odv-footer-text);
  font-size: 15px;
  line-height: 1.65; }

/* line 1409, theme.scss */
.odv-footer__brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 1415, theme.scss */
.odv-footer__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }

/* line 1427, theme.scss */
.odv-footer__button:hover {
  transform: translateY(-1px); }

/* line 1429, theme.scss */
.odv-footer__button--primary,
.odv-footer__button--primary:link,
.odv-footer__button--primary:visited {
  background: var(--odv-footer-purple);
  border: 1px solid var(--odv-footer-purple);
  color: #ffffff !important; }

/* line 1437, theme.scss */
.odv-footer__button--primary:hover {
  background: var(--odv-footer-purple-dark);
  border-color: var(--odv-footer-purple-dark);
  color: #ffffff !important; }

/* line 1443, theme.scss */
.odv-footer__button--secondary,
.odv-footer__button--secondary:link,
.odv-footer__button--secondary:visited {
  background: #ffffff;
  border: 1px solid #d8d4ef;
  color: var(--odv-footer-purple) !important; }

/* line 1451, theme.scss */
.odv-footer__button--secondary:hover {
  background: #f1efff;
  border-color: var(--odv-footer-purple);
  color: var(--odv-footer-purple) !important; }

/* line 1457, theme.scss */
.odv-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; }

/* line 1463, theme.scss */
.odv-footer__col {
  display: grid;
  align-content: start;
  gap: 9px; }

/* line 1469, theme.scss */
.odv-footer__title {
  margin-bottom: 4px;
  color: var(--odv-footer-dark);
  font-size: 15px;
  font-weight: 900; }

/* line 1476, theme.scss */
.odv-footer__col a {
  color: var(--odv-footer-muted) !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  transition: color 0.18s ease; }

/* line 1484, theme.scss */
.odv-footer__col a:hover {
  color: var(--odv-footer-purple) !important; }

/* line 1486, theme.scss */
.odv-footer__contacts {
  min-width: 0; }

/* line 1488, theme.scss */
.odv-footer__contact-list {
  display: grid;
  gap: 8px; }

/* line 1493, theme.scss */
.odv-footer__contact {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  border: 1px solid var(--odv-footer-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--odv-footer-text) !important; }

/* line 1503, theme.scss */
.odv-footer__contact span {
  color: var(--odv-footer-muted);
  font-size: 12px;
  font-weight: 800; }

/* line 1509, theme.scss */
.odv-footer__contact strong {
  color: var(--odv-footer-dark);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900; }

/* line 1516, theme.scss */
a.odv-footer__contact:hover {
  border-color: #d8d4ef;
  background: #ffffff; }

/* line 1521, theme.scss */
a.odv-footer__contact:hover strong {
  color: var(--odv-footer-purple); }

/* line 1523, theme.scss */
.odv-footer__address {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--odv-footer-border);
  border-radius: 14px;
  background: #ffffff;
  color: var(--odv-footer-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700; }

/* line 1535, theme.scss */
.odv-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--odv-footer-border);
  color: var(--odv-footer-muted);
  font-size: 13px;
  font-weight: 800; }

@media (max-width: 1120px) {
  /* line 1549, theme.scss */
  .odv-footer__top {
    grid-template-columns: 1fr 1fr; }

  /* line 1550, theme.scss */
  .odv-footer__contacts {
    grid-column: 1 / -1; }

  /* line 1551, theme.scss */
  .odv-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  /* line 1555, theme.scss */
  .odv-footer {
    margin-top: 34px;
    padding-bottom: 84px;
    /* запас под нижнюю мобильную панель InSales */ }

  /* line 1560, theme.scss */
  .odv-footer__container {
    padding: 28px 16px 22px; }

  /* line 1561, theme.scss */
  .odv-footer__top {
    grid-template-columns: 1fr;
    gap: 26px; }

  /* line 1562, theme.scss */
  .odv-footer__logo img {
    max-width: 150px;
    max-height: 64px; }

  /* line 1563, theme.scss */
  .odv-footer__description {
    font-size: 14px;
    line-height: 1.6; }

  /* line 1564, theme.scss */
  .odv-footer__brand-actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 1565, theme.scss */
  .odv-footer__button {
    width: 100%; }

  /* line 1566, theme.scss */
  .odv-footer__nav {
    grid-template-columns: 1fr;
    gap: 16px; }

  /* line 1568, theme.scss */
  .odv-footer__col {
    padding: 16px;
    border: 1px solid var(--odv-footer-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72); }

  /* line 1575, theme.scss */
  .odv-footer__col a {
    padding: 4px 0;
    font-size: 15px; }

  /* line 1576, theme.scss */
  .odv-footer__contact-list {
    grid-template-columns: 1fr; }

  /* line 1577, theme.scss */
  .odv-footer__bottom {
    display: grid;
    gap: 12px;
    text-align: left; } }
@media (max-width: 420px) {
  /* line 1581, theme.scss */
  .odv-footer__container {
    padding-left: 14px;
    padding-right: 14px; } }
/* ===== MODULE: scss/10_snippets/12_odv-home-hero.scss ===== */
/* =========================================================
   12. SNIPPET: odv-home-hero
   Файл InSales: snippets/odv-home-hero.liquid
   ========================================================= */
/* line 1591, theme.scss */
.odv-home-hero--products {
  max-width: 1240px;
  margin: 34px auto 32px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: 22px;
  align-items: start; }

/* line 1601, theme.scss */
.odv-home-hero--products * {
  box-sizing: border-box; }

/* line 1602, theme.scss */
.odv-home-hero--products a {
  text-decoration: none; }

/* line 1604, theme.scss */
.odv-home-hero--products .odv-home-hero__intro {
  min-height: 0;
  padding: 30px 32px;
  border: 1px solid var(--odv-color-border, #e6e3f3);
  border-radius: 28px;
  background: radial-gradient(circle at 8% 0%, rgba(91, 75, 219, 0.14) 0%, rgba(91, 75, 219, 0) 36%), linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.055);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

/* line 1618, theme.scss */
.odv-home-hero--products h1 {
  max-width: 760px;
  margin: 16px 0 12px;
  color: var(--odv-color-dark, #2b2b35);
  font-size: 34px;
  line-height: 1.14;
  font-weight: 900; }

/* line 1627, theme.scss */
.odv-home-hero--products p {
  max-width: 720px;
  margin: 0;
  color: var(--odv-color-text, #33333f);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700; }

/* line 1636, theme.scss */
.odv-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px; }

/* line 1643, theme.scss */
.odv-home-hero__btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }

/* line 1656, theme.scss */
.odv-home-hero__btn:hover {
  transform: translateY(-1px); }

/* line 1658, theme.scss */
.odv-home-hero__btn--primary,
.odv-home-hero__btn--primary:link,
.odv-home-hero__btn--primary:visited {
  background: var(--odv-color-purple, #5b4bdb);
  border-color: var(--odv-color-purple, #5b4bdb);
  color: #ffffff !important; }

/* line 1666, theme.scss */
.odv-home-hero__btn--primary:hover {
  background: var(--odv-color-purple-dark, #4939c4);
  border-color: var(--odv-color-purple-dark, #4939c4);
  color: #ffffff !important; }

/* line 1672, theme.scss */
.odv-home-hero__btn--secondary,
.odv-home-hero__btn--secondary:link,
.odv-home-hero__btn--secondary:visited {
  background: #ffffff;
  border-color: #d8d4ef;
  color: var(--odv-color-purple, #5b4bdb) !important; }

/* line 1680, theme.scss */
.odv-home-hero__btn--secondary:hover {
  background: #f1efff;
  border-color: var(--odv-color-purple, #5b4bdb);
  color: var(--odv-color-purple, #5b4bdb) !important; }

/* line 1686, theme.scss */
.odv-home-products {
  align-self: start;
  align-content: start;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: min-content;
  gap: 12px; }

/* line 1696, theme.scss */
.odv-home-product-card {
  position: relative;
  min-height: 124px;
  height: auto;
  padding: 18px 20px;
  border: 1px solid var(--odv-color-border, #e6e3f3);
  border-radius: 24px;
  background: #ffffff;
  color: var(--odv-color-dark, #2b2b35) !important;
  text-decoration: none !important;
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.045);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }

/* line 1715, theme.scss */
.odv-home-product-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(91, 75, 219, 0.08); }

/* line 1726, theme.scss */
.odv-home-product-card:hover {
  transform: translateY(-2px);
  border-color: #d8d4ef;
  box-shadow: 0 24px 58px rgba(34, 34, 52, 0.075); }

/* line 1732, theme.scss */
.odv-home-product-card--primary {
  background: radial-gradient(circle at 90% 100%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 38%), linear-gradient(135deg, #6857ee 0%, #5140cf 100%);
  color: #ffffff !important;
  border-color: transparent; }

/* line 1740, theme.scss */
.odv-home-product-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  color: inherit;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900; }

/* line 1751, theme.scss */
.odv-home-product-card em {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  color: var(--odv-color-muted, #747486);
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700; }

/* line 1763, theme.scss */
.odv-home-product-card--primary em {
  color: rgba(255, 255, 255, 0.86); }

/* line 1765, theme.scss */
.odv-home-product-card--disabled {
  cursor: default;
  background: #f7f6ff;
  border-color: #e6e3f3;
  box-shadow: none; }

/* line 1772, theme.scss */
.odv-home-product-card--disabled:hover {
  transform: none;
  border-color: #e6e3f3;
  box-shadow: none; }

/* line 1778, theme.scss */
.odv-home-product-card--disabled::after {
  background: rgba(91, 75, 219, 0.06); }

/* line 1780, theme.scss */
.odv-home-product-card__soon {
  width: fit-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1efff;
  color: var(--odv-color-purple, #5b4bdb);
  font-size: 12px;
  line-height: 1;
  font-weight: 900; }

@media (max-width: 1100px) {
  /* line 1795, theme.scss */
  .odv-home-hero--products {
    grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  /* line 1799, theme.scss */
  .odv-home-hero--products {
    margin: 22px auto 24px;
    padding: 0 14px;
    gap: 16px; }

  /* line 1805, theme.scss */
  .odv-home-hero--products .odv-home-hero__intro {
    padding: 22px;
    border-radius: 22px; }

  /* line 1810, theme.scss */
  .odv-home-hero--products h1 {
    font-size: 30px;
    line-height: 1.16; }

  /* line 1811, theme.scss */
  .odv-home-hero--products p {
    font-size: 16px;
    line-height: 1.6; }

  /* line 1812, theme.scss */
  .odv-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 1813, theme.scss */
  .odv-home-hero__btn {
    width: 100%; }

  /* line 1814, theme.scss */
  .odv-home-products {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px; }

  /* line 1815, theme.scss */
  .odv-home-product-card {
    min-height: 0;
    padding: 18px;
    border-radius: 20px; }

  /* line 1816, theme.scss */
  .odv-home-product-card strong {
    font-size: 20px; } }
/* ===== MODULE: scss/10_snippets/13_odv-home-service.scss ===== */
/* =========================================================
   13. SNIPPET: odv-home-service
   Файл InSales: snippets/odv-home-service.liquid
   ========================================================= */
/* line 1826, theme.scss */
.odv-home-service {
  --odv-service-purple: var(--odv-color-purple, #5b4bdb);
  --odv-service-purple-dark: var(--odv-color-purple-dark, #4939c4);
  --odv-service-border: var(--odv-color-border, #e6e3f3);
  --odv-service-text: var(--odv-color-dark, #2b2b35);
  --odv-service-muted: var(--odv-color-muted, #747486);
  max-width: 1240px;
  margin: 34px auto 42px;
  padding: 0 24px;
  color: var(--odv-service-text); }

/* line 1839, theme.scss */
.odv-home-service * {
  box-sizing: border-box; }

/* line 1840, theme.scss */
.odv-home-service a {
  text-decoration: none; }

/* line 1842, theme.scss */
.odv-home-service__head {
  max-width: 860px;
  margin-bottom: 22px; }

/* line 1847, theme.scss */
.odv-home-service__head h2 {
  margin: 0 0 12px;
  color: var(--odv-service-text);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900; }

/* line 1855, theme.scss */
.odv-home-service__head p {
  margin: 0;
  color: #3b3b49;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700; }

/* line 1863, theme.scss */
.odv-home-service__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 1869, theme.scss */
.odv-home-service__card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--odv-service-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.045);
  display: flex;
  flex-direction: column;
  gap: 12px; }

/* line 1881, theme.scss */
.odv-home-service__card strong {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #f1efff;
  color: var(--odv-service-purple);
  font-size: 14px;
  font-weight: 900; }

/* line 1894, theme.scss */
.odv-home-service__card h3 {
  margin: 0;
  color: var(--odv-service-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900; }

/* line 1902, theme.scss */
.odv-home-service__card p {
  margin: 0;
  color: var(--odv-service-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700; }

/* line 1910, theme.scss */
.odv-home-service__bottom {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid var(--odv-service-border);
  border-radius: 24px;
  background: radial-gradient(circle at 10% 0%, rgba(91, 75, 219, 0.12) 0%, rgba(91, 75, 219, 0) 34%), linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.045);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px; }

/* line 1925, theme.scss */
.odv-home-service__bottom h3 {
  margin: 0 0 6px;
  color: var(--odv-service-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900; }

/* line 1933, theme.scss */
.odv-home-service__bottom p {
  max-width: 720px;
  margin: 0;
  color: var(--odv-service-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700; }

/* line 1942, theme.scss */
.odv-home-service__bottom a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  background: var(--odv-service-purple);
  border: 1px solid var(--odv-service-purple);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }

/* line 1958, theme.scss */
.odv-home-service__bottom a:hover {
  background: var(--odv-service-purple-dark);
  border-color: var(--odv-service-purple-dark);
  transform: translateY(-1px); }

@media (max-width: 1100px) {
  /* line 1965, theme.scss */
  .odv-home-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  /* line 1969, theme.scss */
  .odv-home-service {
    margin: 24px auto 34px;
    padding: 0 14px; }

  /* line 1970, theme.scss */
  .odv-home-service__head h2 {
    font-size: 26px; }

  /* line 1971, theme.scss */
  .odv-home-service__head p {
    font-size: 16px;
    line-height: 1.6; }

  /* line 1972, theme.scss */
  .odv-home-service__grid {
    grid-template-columns: 1fr;
    gap: 12px; }

  /* line 1973, theme.scss */
  .odv-home-service__card {
    min-height: 0;
    padding: 20px;
    border-radius: 20px; }

  /* line 1974, theme.scss */
  .odv-home-service__bottom {
    display: grid;
    padding: 20px;
    border-radius: 20px; }

  /* line 1975, theme.scss */
  .odv-home-service__bottom a {
    width: 100%; } }
/* ===== MODULE: scss/20_pages/20_page_exchange.scss ===== */
/* =========================================================
   Страница «Обмен и возврат» /page/exchange
   Цветовая адаптация под ofd-shop.ru
   Форма заявки на возврат: физические и цифровые товары
   ========================================================= */
/* line 1986, theme.scss */
.exchange-page {
  --ex-dark: #2b2b35;
  --ex-blue: #5b4bdb;
  --ex-blue-dark: #4939c4;
  --ex-border: #e6e3f3;
  --ex-bg: #f7f6ff;
  --ex-text: #33333f;
  --ex-muted: #747486;
  color: var(--ex-text);
  margin: 20px 0 40px; }

/* line 1999, theme.scss */
.exchange-page * {
  box-sizing: border-box; }

/* Верхний блок */
/* line 2005, theme.scss */
.exchange-hero {
  background: linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  border: 1px solid var(--ex-border);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 24px; }

/* line 2013, theme.scss */
.exchange-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--ex-dark); }

/* line 2020, theme.scss */
.exchange-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ex-text);
  max-width: 900px;
  margin: 0 0 20px; }

/* line 2028, theme.scss */
.exchange-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* Кнопки */
/* line 2036, theme.scss */
.exchange-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer; }

/* line 2051, theme.scss */
.exchange-btn--primary {
  background: var(--ex-blue);
  color: #ffffff; }

/* line 2056, theme.scss */
.exchange-btn--primary:hover {
  background: var(--ex-blue-dark);
  color: #ffffff; }

/* line 2061, theme.scss */
.exchange-btn--secondary {
  background: #ffffff;
  color: var(--ex-dark);
  border-color: #cfc9ef; }

/* line 2067, theme.scss */
.exchange-btn--secondary:hover {
  border-color: var(--ex-blue);
  color: var(--ex-blue); }

/* line 2072, theme.scss */
.exchange-btn__loader {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: exchange-spin 0.8s linear infinite; }

/* line 2083, theme.scss */
.exchange-btn.is-loading {
  opacity: 0.85;
  cursor: wait;
  pointer-events: none; }

/* line 2089, theme.scss */
.exchange-btn.is-loading .exchange-btn__loader {
  display: inline-block; }

/* line 2093, theme.scss */
.exchange-btn.is-loading .exchange-btn__text {
  opacity: 0.95; }

@keyframes exchange-spin {
  to {
    transform: rotate(360deg); } }
/* Карточки */
/* line 2105, theme.scss */
.exchange-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px; }

/* line 2112, theme.scss */
.exchange-card {
  background: #ffffff;
  border: 1px solid var(--ex-border);
  border-radius: 16px;
  padding: 20px; }

/* line 2119, theme.scss */
.exchange-card__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--ex-dark);
  margin-bottom: 10px; }

/* line 2126, theme.scss */
.exchange-card__text {
  color: var(--ex-text);
  line-height: 1.6; }

/* Общие заголовки */
/* line 2133, theme.scss */
.exchange-section-title {
  font-size: 28px;
  line-height: 1.2;
  color: var(--ex-dark);
  margin: 0 0 18px; }

/* line 2140, theme.scss */
.exchange-steps,
.exchange-rules,
.exchange-form-section,
.exchange-contacts {
  margin-bottom: 34px; }

/* Шаги */
/* line 2149, theme.scss */
.exchange-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px; }

/* line 2155, theme.scss */
.exchange-step {
  background: #ffffff;
  border: 1px solid var(--ex-border);
  border-radius: 16px;
  padding: 22px 18px; }

/* line 2162, theme.scss */
.exchange-step__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ex-blue);
  color: #ffffff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px; }

/* line 2175, theme.scss */
.exchange-step__title {
  font-size: 18px;
  font-weight: 800;
  color: var(--ex-dark);
  margin-bottom: 8px; }

/* line 2182, theme.scss */
.exchange-step__text {
  color: var(--ex-text);
  line-height: 1.5; }

/* Раскрывающиеся условия */
/* line 2189, theme.scss */
.exchange-details {
  border: 1px solid var(--ex-border);
  border-radius: 16px;
  background: #ffffff;
  padding: 0;
  margin-bottom: 14px;
  overflow: hidden; }

/* line 2198, theme.scss */
.exchange-details summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ex-dark);
  position: relative; }

/* line 2208, theme.scss */
.exchange-details summary::-webkit-details-marker {
  display: none; }

/* line 2212, theme.scss */
.exchange-details summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ex-blue);
  font-size: 24px;
  font-weight: 700; }

/* line 2223, theme.scss */
.exchange-details[open] summary::after {
  content: "–"; }

/* line 2227, theme.scss */
.exchange-details__body {
  padding: 0 22px 20px;
  color: var(--ex-text);
  line-height: 1.7; }

/* line 2233, theme.scss */
.exchange-list {
  margin: 0;
  padding-left: 20px; }

/* Форма */
/* line 2240, theme.scss */
.exchange-form-section {
  background: #ffffff;
  border: 1px solid var(--ex-border);
  border-radius: 20px;
  padding: 26px; }

/* line 2247, theme.scss */
.exchange-form-subtitle {
  color: var(--ex-muted);
  margin: -6px 0 20px; }

/* line 2252, theme.scss */
.exchange-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px; }

/* line 2258, theme.scss */
.exchange-field {
  display: flex;
  flex-direction: column; }

/* line 2263, theme.scss */
.exchange-field--full {
  grid-column: 1 / -1; }

/* line 2267, theme.scss */
.exchange-field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ex-dark);
  margin-bottom: 8px; }

/* line 2274, theme.scss */
.exchange-field input,
.exchange-field select,
.exchange-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d4ef;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--ex-text);
  background: #ffffff;
  outline: none; }

/* line 2288, theme.scss */
.exchange-field textarea {
  min-height: 120px;
  resize: vertical; }

/* line 2293, theme.scss */
.exchange-field input:focus,
.exchange-field select:focus,
.exchange-field textarea:focus {
  border-color: var(--ex-blue);
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.12); }

/* line 2300, theme.scss */
.exchange-field input.is-error,
.exchange-field select.is-error,
.exchange-field textarea.is-error {
  border-color: #cc3d3d;
  box-shadow: 0 0 0 3px rgba(204, 61, 61, 0.08); }

/* line 2307, theme.scss */
.exchange-field-error,
[data-feedback-form-field-error] {
  color: #cc3d3d;
  font-size: 13px;
  margin-top: 6px; }

/* line 2314, theme.scss */
.exchange-field-hint {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ex-muted); }

/* Блок цифрового товара */
/* line 2323, theme.scss */
.exchange-digital-block {
  margin-top: 24px;
  padding: 20px;
  border-radius: 16px;
  background: var(--ex-bg);
  border: 1px solid var(--ex-border); }

/* line 2331, theme.scss */
.exchange-digital-block h4 {
  margin: 0 0 16px;
  font-size: 20px;
  color: var(--ex-dark); }

/* Согласие */
/* line 2339, theme.scss */
.exchange-consent {
  margin-top: 18px;
  padding: 16px;
  background: #faf9ff;
  border: 1px solid var(--ex-border);
  border-radius: 14px;
  line-height: 1.6; }

/* line 2348, theme.scss */
.exchange-consent input {
  margin-right: 8px; }

/* line 2352, theme.scss */
.exchange-note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--ex-muted); }

/* line 2358, theme.scss */
.exchange-form-actions {
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 34px;
  padding-bottom: 4px;
  clear: both; }

/* Уведомления */
/* line 2369, theme.scss */
.exchange-error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff3f3;
  color: #b42318;
  border: 1px solid #ffd1d1;
  font-weight: 700; }

/* line 2379, theme.scss */
.exchange-success {
  display: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 46px 14px 16px;
  border-radius: 12px;
  background: #f1efff;
  color: #3f329c;
  border: 1px solid #d8d2ff;
  font-weight: 700; }

/* line 2394, theme.scss */
.exchange-success.is-show {
  display: flex; }

/* line 2398, theme.scss */
.exchange-success__close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #3f329c;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 2419, theme.scss */
.exchange-success__close:hover {
  background: rgba(91, 75, 219, 0.1); }

/* line 2423, theme.scss */
.exchange-success__close:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.16); }

/* Контакты */
/* line 2430, theme.scss */
.exchange-contact-card {
  background: #ffffff;
  border: 1px solid var(--ex-border);
  border-radius: 18px;
  padding: 24px; }

/* line 2437, theme.scss */
.exchange-contact-row {
  margin-bottom: 12px;
  line-height: 1.6; }

/* Адаптив */
@media (max-width: 1024px) {
  /* line 2445, theme.scss */
  .exchange-cards,
  .exchange-steps__grid,
  .exchange-form-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 2451, theme.scss */
  .exchange-title {
    font-size: 34px; } }
@media (max-width: 700px) {
  /* line 2457, theme.scss */
  .exchange-hero,
  .exchange-form-section,
  .exchange-contact-card,
  .exchange-card,
  .exchange-step {
    padding: 18px; }

  /* line 2465, theme.scss */
  .exchange-cards,
  .exchange-steps__grid,
  .exchange-form-grid {
    grid-template-columns: 1fr; }

  /* line 2471, theme.scss */
  .exchange-title {
    font-size: 28px; }

  /* line 2475, theme.scss */
  .exchange-subtitle {
    font-size: 16px; }

  /* line 2479, theme.scss */
  .exchange-actions {
    flex-direction: column; }

  /* line 2483, theme.scss */
  .exchange-btn {
    width: 100%; } }
/* === Конец блока: страница «Обмен и возврат» === */
/* =========================================================
   Mobile fix: страница «Обмен и возврат»
   Исправление формы и раскрывающихся блоков на телефоне
   ========================================================= */
@media (max-width: 700px) {
  /* line 2497, theme.scss */
  .exchange-page {
    overflow-x: hidden; }

  /* line 2501, theme.scss */
  .exchange-form-section {
    overflow: hidden;
    max-width: 100%; }

  /* line 2506, theme.scss */
  .exchange-form-grid {
    grid-template-columns: minmax(0, 1fr); }

  /* line 2510, theme.scss */
  .exchange-field {
    min-width: 0;
    max-width: 100%; }

  /* line 2515, theme.scss */
  .exchange-field input,
  .exchange-field select,
  .exchange-field textarea {
    min-width: 0;
    max-width: 100%;
    width: 100%; }

  /* line 2523, theme.scss */
  .exchange-field input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    text-align: left; }

  /* line 2529, theme.scss */
  .exchange-details summary {
    padding: 18px 58px 18px 20px;
    line-height: 1.25;
    min-height: 64px;
    display: flex;
    align-items: center; }

  /* line 2537, theme.scss */
  .exchange-details summary::after {
    right: 22px;
    flex-shrink: 0; }

  /* line 2542, theme.scss */
  .exchange-section-title {
    line-height: 1.15; } }
/* ===== MODULE: scss/20_pages/21_page_contacts.scss ===== */
/* =========================================================
   Страница «Контакты» /page/contacts
   Дизайн под ООО «Оптима-ДВ»
   ========================================================= */
/* line 2554, theme.scss */
.odv-contacts-page {
  --odv-dark: #2b2b35;
  --odv-purple: #5b4bdb;
  --odv-purple-dark: #4939c4;
  --odv-border: #e6e3f3;
  --odv-bg: #f7f6ff;
  --odv-text: #33333f;
  --odv-muted: #747486;
  --odv-white: #ffffff;
  color: var(--odv-text);
  margin: 20px 0 44px; }

/* line 2568, theme.scss */
.odv-contacts-page * {
  box-sizing: border-box; }

/* line 2572, theme.scss */
.odv-contacts-hero {
  background: linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  border: 1px solid var(--odv-border);
  border-radius: 22px;
  padding: 32px;
  margin-bottom: 24px; }

/* line 2580, theme.scss */
.odv-contacts-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(91, 75, 219, 0.1);
  color: var(--odv-purple);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px; }

/* line 2591, theme.scss */
.odv-contacts-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--odv-dark); }

/* line 2598, theme.scss */
.odv-contacts-subtitle {
  max-width: 920px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--odv-text); }

/* line 2606, theme.scss */
.odv-contacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 2612, theme.scss */
.odv-contacts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s ease;
  border: 1px solid transparent; }

/* line 2625, theme.scss */
.odv-contacts-btn--primary {
  background: var(--odv-purple);
  color: #ffffff; }

/* line 2630, theme.scss */
.odv-contacts-btn--primary:hover {
  background: var(--odv-purple-dark);
  color: #ffffff; }

/* line 2635, theme.scss */
.odv-contacts-btn--secondary {
  background: #ffffff;
  color: var(--odv-dark);
  border-color: #cfc9ef; }

/* line 2641, theme.scss */
.odv-contacts-btn--secondary:hover {
  border-color: var(--odv-purple);
  color: var(--odv-purple); }

/* line 2646, theme.scss */
.odv-contacts-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px; }

/* line 2653, theme.scss */
.odv-contact-card {
  background: #ffffff;
  border: 1px solid var(--odv-border);
  border-radius: 18px;
  padding: 22px; }

/* line 2660, theme.scss */
.odv-contact-card__label {
  color: var(--odv-muted);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px; }

/* line 2667, theme.scss */
.odv-contact-card__value {
  color: var(--odv-dark);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px; }

/* line 2674, theme.scss */
.odv-contact-card__value a {
  color: var(--odv-dark);
  text-decoration: none; }

/* line 2679, theme.scss */
.odv-contact-card__value a:hover {
  color: var(--odv-purple); }

/* line 2683, theme.scss */
.odv-contact-card__text {
  color: var(--odv-text);
  line-height: 1.55; }

/* line 2688, theme.scss */
.odv-contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 28px; }

/* line 2695, theme.scss */
.odv-contacts-panel {
  background: #ffffff;
  border: 1px solid var(--odv-border);
  border-radius: 20px;
  padding: 26px; }

/* line 2702, theme.scss */
.odv-contacts-section-title {
  color: var(--odv-dark);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px; }

/* line 2709, theme.scss */
.odv-contacts-info-list {
  display: grid;
  gap: 14px; }

/* line 2714, theme.scss */
.odv-contacts-info-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--odv-border); }

/* line 2722, theme.scss */
.odv-contacts-info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

/* line 2727, theme.scss */
.odv-contacts-info-row__name {
  color: var(--odv-muted);
  font-weight: 700; }

/* line 2732, theme.scss */
.odv-contacts-info-row__value {
  color: var(--odv-text);
  line-height: 1.55; }

/* line 2737, theme.scss */
.odv-contacts-info-row__value a {
  color: var(--odv-purple);
  text-decoration: none;
  font-weight: 800; }

/* line 2743, theme.scss */
.odv-contacts-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px; }

/* line 2750, theme.scss */
.odv-contacts-copy-btn {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #cfc9ef;
  border-radius: 10px;
  background: #ffffff;
  color: var(--odv-purple);
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease; }

/* line 2762, theme.scss */
.odv-contacts-copy-btn:hover {
  border-color: var(--odv-purple);
  background: #faf9ff; }

/* line 2767, theme.scss */
.odv-contacts-copy-btn.is-copied {
  background: #f1efff;
  border-color: #d8d2ff; }

/* line 2772, theme.scss */
.odv-contacts-route-list {
  display: grid;
  gap: 12px; }

/* line 2777, theme.scss */
.odv-contacts-route {
  display: block;
  padding: 16px;
  border: 1px solid var(--odv-border);
  border-radius: 14px;
  background: #ffffff;
  text-decoration: none;
  transition: 0.2s ease; }

/* line 2787, theme.scss */
.odv-contacts-route:hover {
  border-color: var(--odv-purple);
  background: #faf9ff; }

/* line 2792, theme.scss */
.odv-contacts-route__title {
  display: block;
  color: var(--odv-dark);
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 6px; }

/* line 2800, theme.scss */
.odv-contacts-route__text {
  display: block;
  color: var(--odv-muted);
  line-height: 1.5; }

/* line 2806, theme.scss */
.odv-contacts-map-section {
  background: #ffffff;
  border: 1px solid var(--odv-border);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 28px; }

/* line 2814, theme.scss */
.odv-contacts-map-head {
  margin-bottom: 18px; }

/* line 2818, theme.scss */
.odv-contacts-map-text {
  color: var(--odv-muted);
  line-height: 1.55;
  margin: -8px 0 0; }

/* line 2824, theme.scss */
.odv-contacts-map {
  overflow: hidden;
  border: 1px solid var(--odv-border);
  border-radius: 18px;
  background: var(--odv-bg); }

/* line 2831, theme.scss */
.odv-contacts-map iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0; }

/* line 2838, theme.scss */
.odv-contacts-details {
  background: #ffffff;
  border: 1px solid var(--odv-border);
  border-radius: 20px;
  padding: 26px; }

/* line 2845, theme.scss */
.odv-contacts-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; }

/* line 2851, theme.scss */
.odv-contacts-requisite {
  padding: 16px;
  border: 1px solid var(--odv-border);
  border-radius: 14px;
  background: #ffffff; }

/* line 2858, theme.scss */
.odv-contacts-requisite span {
  display: block;
  color: var(--odv-muted);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px; }

/* line 2866, theme.scss */
.odv-contacts-requisite strong {
  display: block;
  color: var(--odv-dark);
  line-height: 1.45; }

/* line 2872, theme.scss */
.odv-contacts-details-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #faf9ff;
  border: 1px solid var(--odv-border);
  color: var(--odv-muted);
  line-height: 1.55; }

@media (max-width: 1024px) {
  /* line 2883, theme.scss */
  .odv-contacts-cards,
  .odv-contacts-grid,
  .odv-contacts-details-grid {
    grid-template-columns: 1fr; }

  /* line 2889, theme.scss */
  .odv-contacts-title {
    font-size: 34px; } }
@media (max-width: 700px) {
  /* line 2895, theme.scss */
  .odv-contacts-hero,
  .odv-contacts-panel,
  .odv-contacts-map-section,
  .odv-contacts-details,
  .odv-contact-card {
    padding: 18px; }

  /* line 2903, theme.scss */
  .odv-contacts-title {
    font-size: 30px; }

  /* line 2907, theme.scss */
  .odv-contacts-subtitle {
    font-size: 16px; }

  /* line 2911, theme.scss */
  .odv-contacts-actions {
    flex-direction: column; }

  /* line 2915, theme.scss */
  .odv-contacts-btn {
    width: 100%; }

  /* line 2919, theme.scss */
  .odv-contacts-info-row {
    grid-template-columns: 1fr;
    gap: 6px; }

  /* line 2924, theme.scss */
  .odv-contact-card__value {
    font-size: 20px; }

  /* line 2928, theme.scss */
  .odv-contacts-map iframe {
    min-height: 320px; } }
/* === Конец блока: страница «Контакты» === */
/* =========================================================
   FIX: кнопка «Позвонить» на странице «Контакты»
   Защита цвета текста в состояниях focus / active / visited
   ========================================================= */
/* line 2940, theme.scss */
.odv-contacts-btn--primary,
.odv-contacts-btn--primary:link,
.odv-contacts-btn--primary:visited,
.odv-contacts-btn--primary:hover,
.odv-contacts-btn--primary:focus,
.odv-contacts-btn--primary:focus-visible,
.odv-contacts-btn--primary:active {
  background: var(--odv-purple);
  color: #ffffff !important;
  text-decoration: none; }

/* line 2952, theme.scss */
.odv-contacts-btn--primary:hover,
.odv-contacts-btn--primary:focus,
.odv-contacts-btn--primary:focus-visible,
.odv-contacts-btn--primary:active {
  background: var(--odv-purple-dark);
  color: #ffffff !important; }

/* line 2960, theme.scss */
.odv-contacts-btn--primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.18); }

/* line 2965, theme.scss */
.odv-contacts-btn--primary * {
  color: #ffffff !important; }

/* line 2969, theme.scss */
.odv-contacts-btn {
  -webkit-tap-highlight-color: transparent; }

/* =========================================================
   Страница «Контакты»: кнопки Telegram и MAX
   ========================================================= */
/* line 2977, theme.scss */
.odv-contacts-btn--telegram,
.odv-contacts-btn--telegram:link,
.odv-contacts-btn--telegram:visited,
.odv-contacts-btn--telegram:hover,
.odv-contacts-btn--telegram:focus,
.odv-contacts-btn--telegram:focus-visible,
.odv-contacts-btn--telegram:active {
  background: #ffffff;
  color: var(--odv-purple) !important;
  border-color: #cfc9ef;
  text-decoration: none; }

/* line 2990, theme.scss */
.odv-contacts-btn--telegram:hover,
.odv-contacts-btn--telegram:focus,
.odv-contacts-btn--telegram:focus-visible,
.odv-contacts-btn--telegram:active {
  background: #f1efff;
  border-color: var(--odv-purple);
  color: var(--odv-purple) !important; }

/* line 2999, theme.scss */
.odv-contacts-btn--max,
.odv-contacts-btn--max:link,
.odv-contacts-btn--max:visited,
.odv-contacts-btn--max:hover,
.odv-contacts-btn--max:focus,
.odv-contacts-btn--max:focus-visible,
.odv-contacts-btn--max:active {
  background: var(--odv-purple);
  color: #ffffff !important;
  border-color: var(--odv-purple);
  text-decoration: none; }

/* line 3012, theme.scss */
.odv-contacts-btn--max:hover,
.odv-contacts-btn--max:focus,
.odv-contacts-btn--max:focus-visible,
.odv-contacts-btn--max:active {
  background: var(--odv-purple-dark);
  border-color: var(--odv-purple-dark);
  color: #ffffff !important; }

/* line 3021, theme.scss */
.odv-contacts-messengers {
  background: #ffffff;
  border: 1px solid var(--odv-border);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 28px; }

/* line 3029, theme.scss */
.odv-contacts-messengers__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center; }

/* line 3036, theme.scss */
.odv-contacts-messengers__text {
  max-width: 760px;
  margin: -8px 0 0;
  color: var(--odv-muted);
  line-height: 1.55; }

/* line 3043, theme.scss */
.odv-contacts-messengers__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end; }

@media (max-width: 900px) {
  /* line 3051, theme.scss */
  .odv-contacts-messengers__content {
    grid-template-columns: 1fr; }

  /* line 3055, theme.scss */
  .odv-contacts-messengers__actions {
    justify-content: flex-start; } }
@media (max-width: 700px) {
  /* line 3061, theme.scss */
  .odv-contacts-messengers {
    padding: 18px; }

  /* line 3065, theme.scss */
  .odv-contacts-messengers__actions {
    flex-direction: column; }

  /* line 3069, theme.scss */
  .odv-contacts-messengers__actions .odv-contacts-btn {
    width: 100%; } }
/* =========================================================
   Страница «Контакты»: заглушки для неактивных карточек
   ========================================================= */
/* line 3078, theme.scss */
.odv-contacts-route--disabled,
.odv-contacts-route--disabled:hover,
.odv-contacts-route--disabled:focus,
.odv-contacts-route--disabled:active {
  background: #faf9ff;
  border-color: var(--odv-border);
  cursor: default;
  text-decoration: none; }

/* line 3088, theme.scss */
.odv-contacts-route--disabled .odv-contacts-route__title {
  color: var(--odv-dark); }

/* line 3092, theme.scss */
.odv-contacts-route--disabled .odv-contacts-route__text {
  color: var(--odv-muted); }

/* line 3096, theme.scss */
.odv-contacts-route--disabled::after {
  content: "Скоро";
  display: inline-flex;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1efff;
  color: var(--odv-purple);
  font-size: 12px;
  font-weight: 800; }

/* ===== MODULE: scss/20_pages/22_page_cooperation.scss ===== */
/* =========================================================
   Страница «Сотрудничество» /page/sotrudnichestvo
   Дизайн под ООО «Оптима-ДВ»
   ========================================================= */
/* line 3115, theme.scss */
.odv-coop-page {
  --coop-dark: #2b2b35;
  --coop-purple: #5b4bdb;
  --coop-purple-dark: #4939c4;
  --coop-border: #e6e3f3;
  --coop-bg: #f7f6ff;
  --coop-text: #33333f;
  --coop-muted: #747486;
  color: var(--coop-text);
  margin: 20px 0 44px; }

/* line 3128, theme.scss */
.odv-coop-page * {
  box-sizing: border-box; }

/* line 3132, theme.scss */
.odv-coop-hero,
.odv-coop-section,
.odv-coop-form-section,
.odv-coop-contact-card {
  background: #ffffff;
  border: 1px solid var(--coop-border);
  border-radius: 22px; }

/* line 3141, theme.scss */
.odv-coop-hero {
  background: linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  padding: 32px;
  margin-bottom: 24px; }

/* line 3147, theme.scss */
.odv-coop-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(91, 75, 219, 0.1);
  color: var(--coop-purple);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px; }

/* line 3158, theme.scss */
.odv-coop-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--coop-dark); }

/* line 3165, theme.scss */
.odv-coop-subtitle {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--coop-text); }

/* line 3173, theme.scss */
.odv-coop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 3179, theme.scss */
.odv-coop-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

/* line 3195, theme.scss */
.odv-coop-btn--primary,
.odv-coop-btn--primary:link,
.odv-coop-btn--primary:visited,
.odv-coop-btn--primary:hover,
.odv-coop-btn--primary:focus,
.odv-coop-btn--primary:active {
  background: var(--coop-purple);
  color: #ffffff !important;
  border-color: var(--coop-purple);
  text-decoration: none; }

/* line 3207, theme.scss */
.odv-coop-btn--primary:hover,
.odv-coop-btn--primary:focus,
.odv-coop-btn--primary:active {
  background: var(--coop-purple-dark);
  border-color: var(--coop-purple-dark);
  color: #ffffff !important; }

/* line 3215, theme.scss */
.odv-coop-btn--secondary,
.odv-coop-btn--secondary:link,
.odv-coop-btn--secondary:visited,
.odv-coop-btn--secondary:hover,
.odv-coop-btn--secondary:focus,
.odv-coop-btn--secondary:active {
  background: #ffffff;
  color: var(--coop-dark) !important;
  border-color: #cfc9ef;
  text-decoration: none; }

/* line 3227, theme.scss */
.odv-coop-btn--secondary:hover,
.odv-coop-btn--secondary:focus,
.odv-coop-btn--secondary:active {
  border-color: var(--coop-purple);
  color: var(--coop-purple) !important; }

/* line 3234, theme.scss */
.odv-coop-btn__loader {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: odv-coop-spin 0.8s linear infinite; }

/* line 3245, theme.scss */
.odv-coop-btn.is-loading {
  opacity: 0.85;
  cursor: wait;
  pointer-events: none; }

/* line 3251, theme.scss */
.odv-coop-btn.is-loading .odv-coop-btn__loader {
  display: inline-block; }

@keyframes odv-coop-spin {
  to {
    transform: rotate(360deg); } }
/* line 3261, theme.scss */
.odv-coop-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px; }

/* line 3268, theme.scss */
.odv-coop-card {
  background: #ffffff;
  border: 1px solid var(--coop-border);
  border-radius: 18px;
  padding: 22px; }

/* line 3275, theme.scss */
.odv-coop-card__title {
  color: var(--coop-dark);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px; }

/* line 3282, theme.scss */
.odv-coop-card__text {
  color: var(--coop-text);
  line-height: 1.6; }

/* line 3287, theme.scss */
.odv-coop-section {
  padding: 26px;
  margin-bottom: 28px; }

/* line 3292, theme.scss */
.odv-coop-section-title {
  color: var(--coop-dark);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px; }

/* line 3299, theme.scss */
.odv-coop-directions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; }

/* line 3305, theme.scss */
.odv-coop-direction {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--coop-border);
  border-radius: 16px;
  background: #ffffff; }

/* line 3316, theme.scss */
.odv-coop-direction__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--coop-purple);
  color: #ffffff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 3328, theme.scss */
.odv-coop-direction strong {
  display: block;
  color: var(--coop-dark);
  font-size: 17px;
  margin-bottom: 6px; }

/* line 3335, theme.scss */
.odv-coop-direction p {
  margin: 0;
  color: var(--coop-muted);
  line-height: 1.5; }

/* line 3341, theme.scss */
.odv-coop-form-section {
  padding: 26px;
  margin-bottom: 28px; }

/* line 3346, theme.scss */
.odv-coop-form-subtitle {
  color: var(--coop-muted);
  margin: -6px 0 20px; }

/* line 3351, theme.scss */
.odv-coop-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px; }

/* line 3357, theme.scss */
.odv-coop-field {
  display: flex;
  flex-direction: column; }

/* line 3362, theme.scss */
.odv-coop-field.exchange-field--full {
  grid-column: 1 / -1; }

/* line 3366, theme.scss */
.odv-coop-field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--coop-dark);
  margin-bottom: 8px; }

/* line 3373, theme.scss */
.odv-coop-field input,
.odv-coop-field select,
.odv-coop-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d4ef;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--coop-text);
  background: #ffffff;
  outline: none; }

/* line 3387, theme.scss */
.odv-coop-field textarea {
  min-height: 132px;
  resize: vertical; }

/* line 3392, theme.scss */
.odv-coop-field input:focus,
.odv-coop-field select:focus,
.odv-coop-field textarea:focus {
  border-color: var(--coop-purple);
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.12); }

/* line 3399, theme.scss */
.odv-coop-field input.is-error,
.odv-coop-field select.is-error,
.odv-coop-field textarea.is-error {
  border-color: #cc3d3d;
  box-shadow: 0 0 0 3px rgba(204, 61, 61, 0.08); }

/* line 3406, theme.scss */
.odv-coop-field-error,
[data-feedback-form-field-error] {
  color: #cc3d3d;
  font-size: 13px;
  margin-top: 6px; }

/* line 3413, theme.scss */
.odv-coop-field-hint {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--coop-muted); }

/* line 3420, theme.scss */
.odv-coop-consent {
  margin-top: 18px;
  padding: 16px;
  background: #faf9ff;
  border: 1px solid var(--coop-border);
  border-radius: 14px;
  line-height: 1.6; }

/* line 3429, theme.scss */
.odv-coop-consent input {
  margin-right: 8px; }

/* line 3433, theme.scss */
.odv-coop-note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--coop-muted);
  line-height: 1.5; }

/* line 3440, theme.scss */
.odv-coop-form-actions {
  display: flex;
  align-items: center;
  margin-top: 22px; }

/* line 3446, theme.scss */
.odv-coop-success {
  display: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 46px 14px 16px;
  border-radius: 12px;
  background: #f1efff;
  color: #3f329c;
  border: 1px solid #d8d2ff;
  font-weight: 700; }

/* line 3461, theme.scss */
.odv-coop-success.is-show {
  display: flex; }

/* line 3465, theme.scss */
.odv-coop-success__close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #3f329c;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 3486, theme.scss */
.odv-coop-success__close:hover {
  background: rgba(91, 75, 219, 0.1); }

/* line 3490, theme.scss */
.odv-coop-error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff3f3;
  color: #b42318;
  border: 1px solid #ffd1d1;
  font-weight: 700; }

/* line 3500, theme.scss */
.odv-coop-contact-card {
  padding: 26px; }

/* line 3504, theme.scss */
.odv-coop-contact-row {
  margin-bottom: 12px;
  line-height: 1.6; }

/* line 3509, theme.scss */
.odv-coop-contact-row a {
  color: var(--coop-purple);
  font-weight: 800;
  text-decoration: none; }

@media (max-width: 1024px) {
  /* line 3516, theme.scss */
  .odv-coop-cards,
  .odv-coop-directions,
  .odv-coop-form-grid {
    grid-template-columns: 1fr; }

  /* line 3522, theme.scss */
  .odv-coop-title {
    font-size: 34px; } }
@media (max-width: 700px) {
  /* line 3528, theme.scss */
  .odv-coop-hero,
  .odv-coop-section,
  .odv-coop-form-section,
  .odv-coop-contact-card,
  .odv-coop-card {
    padding: 18px; }

  /* line 3536, theme.scss */
  .odv-coop-title {
    font-size: 30px; }

  /* line 3540, theme.scss */
  .odv-coop-subtitle {
    font-size: 16px; }

  /* line 3544, theme.scss */
  .odv-coop-actions {
    flex-direction: column; }

  /* line 3548, theme.scss */
  .odv-coop-btn {
    width: 100%; }

  /* line 3552, theme.scss */
  .odv-coop-direction {
    grid-template-columns: 1fr; } }
/* === Конец блока: страница «Сотрудничество» === */
/* ===== MODULE: scss/20_pages/23_page_order_question.scss ===== */
/* =========================================================
   Страница «Вопрос по заказу» /page/vopros-po-zakazu
   Дизайн под ООО «Оптима-ДВ»
   ========================================================= */
/* line 3566, theme.scss */
.odv-order-page {
  --order-dark: #2b2b35;
  --order-purple: #5b4bdb;
  --order-purple-dark: #4939c4;
  --order-border: #e6e3f3;
  --order-bg: #f7f6ff;
  --order-text: #33333f;
  --order-muted: #747486;
  color: var(--order-text);
  margin: 20px 0 44px; }

/* line 3579, theme.scss */
.odv-order-page * {
  box-sizing: border-box; }

/* line 3583, theme.scss */
.odv-order-hero,
.odv-order-section,
.odv-order-form-section,
.odv-order-contact-card {
  background: #ffffff;
  border: 1px solid var(--order-border);
  border-radius: 22px; }

/* line 3592, theme.scss */
.odv-order-hero {
  background: linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  padding: 32px;
  margin-bottom: 24px; }

/* line 3598, theme.scss */
.odv-order-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(91, 75, 219, 0.1);
  color: var(--order-purple);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px; }

/* line 3609, theme.scss */
.odv-order-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 14px;
  color: var(--order-dark); }

/* line 3616, theme.scss */
.odv-order-subtitle {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--order-text); }

/* line 3624, theme.scss */
.odv-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 3630, theme.scss */
.odv-order-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

/* line 3646, theme.scss */
.odv-order-btn--primary,
.odv-order-btn--primary:link,
.odv-order-btn--primary:visited,
.odv-order-btn--primary:hover,
.odv-order-btn--primary:focus,
.odv-order-btn--primary:active {
  background: var(--order-purple);
  color: #ffffff !important;
  border-color: var(--order-purple);
  text-decoration: none; }

/* line 3658, theme.scss */
.odv-order-btn--primary:hover,
.odv-order-btn--primary:focus,
.odv-order-btn--primary:active {
  background: var(--order-purple-dark);
  border-color: var(--order-purple-dark);
  color: #ffffff !important; }

/* line 3666, theme.scss */
.odv-order-btn--secondary,
.odv-order-btn--secondary:link,
.odv-order-btn--secondary:visited,
.odv-order-btn--secondary:hover,
.odv-order-btn--secondary:focus,
.odv-order-btn--secondary:active {
  background: #ffffff;
  color: var(--order-dark) !important;
  border-color: #cfc9ef;
  text-decoration: none; }

/* line 3678, theme.scss */
.odv-order-btn--secondary:hover,
.odv-order-btn--secondary:focus,
.odv-order-btn--secondary:active {
  border-color: var(--order-purple);
  color: var(--order-purple) !important; }

/* line 3685, theme.scss */
.odv-order-btn__loader {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: odv-order-spin 0.8s linear infinite; }

/* line 3696, theme.scss */
.odv-order-btn.is-loading {
  opacity: 0.85;
  cursor: wait;
  pointer-events: none; }

/* line 3702, theme.scss */
.odv-order-btn.is-loading .odv-order-btn__loader {
  display: inline-block; }

@keyframes odv-order-spin {
  to {
    transform: rotate(360deg); } }
/* line 3712, theme.scss */
.odv-order-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px; }

/* line 3719, theme.scss */
.odv-order-card {
  background: #ffffff;
  border: 1px solid var(--order-border);
  border-radius: 18px;
  padding: 22px; }

/* line 3726, theme.scss */
.odv-order-card__title {
  color: var(--order-dark);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px; }

/* line 3733, theme.scss */
.odv-order-card__text {
  color: var(--order-text);
  line-height: 1.6; }

/* line 3738, theme.scss */
.odv-order-section {
  padding: 26px;
  margin-bottom: 28px; }

/* line 3743, theme.scss */
.odv-order-section-title {
  color: var(--order-dark);
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 18px; }

/* line 3750, theme.scss */
.odv-order-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; }

/* line 3756, theme.scss */
.odv-order-list-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--order-border);
  border-radius: 16px;
  background: #ffffff; }

/* line 3767, theme.scss */
.odv-order-list-item__num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--order-purple);
  color: #ffffff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 3779, theme.scss */
.odv-order-list-item strong {
  display: block;
  color: var(--order-dark);
  font-size: 17px;
  margin-bottom: 6px; }

/* line 3786, theme.scss */
.odv-order-list-item p {
  margin: 0;
  color: var(--order-muted);
  line-height: 1.5; }

/* line 3792, theme.scss */
.odv-order-form-section {
  padding: 26px;
  margin-bottom: 28px; }

/* line 3797, theme.scss */
.odv-order-form-subtitle {
  color: var(--order-muted);
  margin: -6px 0 20px; }

/* line 3802, theme.scss */
.odv-order-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px; }

/* line 3808, theme.scss */
.odv-order-field {
  display: flex;
  flex-direction: column; }

/* line 3813, theme.scss */
.odv-order-field--full {
  grid-column: 1 / -1; }

/* line 3817, theme.scss */
.odv-order-field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--order-dark);
  margin-bottom: 8px; }

/* line 3824, theme.scss */
.odv-order-field input,
.odv-order-field select,
.odv-order-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d4ef;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--order-text);
  background: #ffffff;
  outline: none; }

/* line 3838, theme.scss */
.odv-order-field textarea {
  min-height: 132px;
  resize: vertical; }

/* line 3843, theme.scss */
.odv-order-field input:focus,
.odv-order-field select:focus,
.odv-order-field textarea:focus {
  border-color: var(--order-purple);
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.12); }

/* line 3850, theme.scss */
.odv-order-field input.is-error,
.odv-order-field select.is-error,
.odv-order-field textarea.is-error {
  border-color: #cc3d3d;
  box-shadow: 0 0 0 3px rgba(204, 61, 61, 0.08); }

/* line 3857, theme.scss */
.odv-order-field-error,
.odv-order-page [data-feedback-form-field-error] {
  color: #cc3d3d;
  font-size: 13px;
  margin-top: 6px; }

/* line 3864, theme.scss */
.odv-order-field-hint {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--order-muted); }

/* line 3871, theme.scss */
.odv-order-consent {
  margin-top: 18px;
  padding: 16px;
  background: #faf9ff;
  border: 1px solid var(--order-border);
  border-radius: 14px;
  line-height: 1.6; }

/* line 3880, theme.scss */
.odv-order-consent input {
  margin-right: 8px; }

/* line 3884, theme.scss */
.odv-order-note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--order-muted);
  line-height: 1.5; }

/* line 3891, theme.scss */
.odv-order-form-actions {
  display: flex;
  align-items: center;
  margin-top: 22px; }

/* line 3897, theme.scss */
.odv-order-success {
  display: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 46px 14px 16px;
  border-radius: 12px;
  background: #f1efff;
  color: #3f329c;
  border: 1px solid #d8d2ff;
  font-weight: 700; }

/* line 3912, theme.scss */
.odv-order-success.is-show {
  display: flex; }

/* line 3916, theme.scss */
.odv-order-success__close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #3f329c;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 3937, theme.scss */
.odv-order-success__close:hover {
  background: rgba(91, 75, 219, 0.1); }

/* line 3941, theme.scss */
.odv-order-error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff3f3;
  color: #b42318;
  border: 1px solid #ffd1d1;
  font-weight: 700; }

/* line 3951, theme.scss */
.odv-order-contact-card {
  padding: 26px; }

/* line 3955, theme.scss */
.odv-order-contact-row {
  margin-bottom: 12px;
  line-height: 1.6; }

/* line 3960, theme.scss */
.odv-order-contact-row a {
  color: var(--order-purple);
  font-weight: 800;
  text-decoration: none; }

@media (max-width: 1024px) {
  /* line 3967, theme.scss */
  .odv-order-cards,
  .odv-order-list,
  .odv-order-form-grid {
    grid-template-columns: 1fr; }

  /* line 3973, theme.scss */
  .odv-order-title {
    font-size: 34px; } }
@media (max-width: 700px) {
  /* line 3979, theme.scss */
  .odv-order-page {
    overflow-x: hidden; }

  /* line 3983, theme.scss */
  .odv-order-hero,
  .odv-order-section,
  .odv-order-form-section,
  .odv-order-contact-card,
  .odv-order-card {
    padding: 18px; }

  /* line 3991, theme.scss */
  .odv-order-title {
    font-size: 30px; }

  /* line 3995, theme.scss */
  .odv-order-subtitle {
    font-size: 16px; }

  /* line 3999, theme.scss */
  .odv-order-actions {
    flex-direction: column; }

  /* line 4003, theme.scss */
  .odv-order-btn {
    width: 100%; }

  /* line 4007, theme.scss */
  .odv-order-list-item {
    grid-template-columns: 1fr; }

  /* line 4011, theme.scss */
  .odv-order-field input,
  .odv-order-field select,
  .odv-order-field textarea {
    min-width: 0;
    max-width: 100%; }

  /* line 4018, theme.scss */
  .odv-order-field input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    text-align: left; } }
/* === Конец блока: страница «Вопрос по заказу» === */
/* ===== MODULE: scss/20_pages/24_page_about.scss ===== */
/* =========================================================
   PAGE ABOUT:
   страница «О нас» ООО «Оптима-ДВ»
   /page/about
   ========================================================= */
/* line 4035, theme.scss */
.odv-about {
  --odv-about-purple: #5b4bdb;
  --odv-about-purple-dark: #4939c4;
  --odv-about-border: #e6e3f3;
  --odv-about-bg: #f7f6ff;
  --odv-about-text: #2b2b35;
  --odv-about-muted: #747486;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 24px 54px;
  color: var(--odv-about-text); }

/* line 4049, theme.scss */
.odv-about * {
  box-sizing: border-box; }

/* line 4053, theme.scss */
.odv-about a {
  text-decoration: none; }

/* line 4057, theme.scss */
.odv-about__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f1efff;
  color: var(--odv-about-purple);
  font-size: 13px;
  font-weight: 900; }

/* line 4069, theme.scss */
.odv-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px; }

/* line 4077, theme.scss */
.odv-about-hero__content,
.odv-about-hero__card,
.odv-about-section,
.odv-about-contacts {
  border: 1px solid var(--odv-about-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.055); }

/* line 4087, theme.scss */
.odv-about-hero__content {
  padding: 34px;
  background: radial-gradient(circle at 10% 0%, rgba(91, 75, 219, 0.12) 0%, rgba(91, 75, 219, 0) 34%), linear-gradient(180deg, #ffffff 0%, #fbfaff 100%); }

/* line 4094, theme.scss */
.odv-about h1 {
  margin: 16px 0 14px;
  color: var(--odv-about-text);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900; }

/* line 4102, theme.scss */
.odv-about h2 {
  margin: 0;
  color: var(--odv-about-text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900; }

/* line 4110, theme.scss */
.odv-about h3 {
  margin: 0;
  color: var(--odv-about-text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900; }

/* line 4118, theme.scss */
.odv-about p {
  margin: 0;
  color: var(--odv-about-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600; }

/* line 4126, theme.scss */
.odv-about-hero__content > p {
  max-width: 760px;
  color: #3b3b49;
  font-size: 17px; }

/* line 4132, theme.scss */
.odv-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px; }

/* line 4139, theme.scss */
.odv-about-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }

/* line 4151, theme.scss */
.odv-about-btn:hover {
  transform: translateY(-1px); }

/* line 4155, theme.scss */
.odv-about-btn--primary {
  background: var(--odv-about-purple);
  border: 1px solid var(--odv-about-purple);
  color: #ffffff !important; }

/* line 4161, theme.scss */
.odv-about-btn--primary:hover {
  background: var(--odv-about-purple-dark);
  border-color: var(--odv-about-purple-dark);
  color: #ffffff !important; }

/* line 4167, theme.scss */
.odv-about-btn--secondary {
  background: #ffffff;
  border: 1px solid #d8d4ef;
  color: var(--odv-about-purple) !important; }

/* line 4173, theme.scss */
.odv-about-btn--secondary:hover {
  background: #f1efff;
  border-color: var(--odv-about-purple); }

/* line 4178, theme.scss */
.odv-about-hero__card {
  padding: 26px; }

/* line 4182, theme.scss */
.odv-about-hero__card-title {
  margin-bottom: 16px;
  color: var(--odv-about-text);
  font-size: 18px;
  font-weight: 900; }

/* line 4189, theme.scss */
.odv-about-hero__card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 4197, theme.scss */
.odv-about-hero__card li {
  position: relative;
  padding-left: 20px;
  color: #3b3b49;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700; }

/* line 4206, theme.scss */
.odv-about-hero__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--odv-about-purple);
  box-shadow: 0 0 0 4px rgba(91, 75, 219, 0.1); }

/* line 4218, theme.scss */
.odv-about-section {
  padding: 30px;
  margin-top: 22px; }

/* line 4223, theme.scss */
.odv-about-section--light {
  background: radial-gradient(circle at 90% 0%, rgba(91, 75, 219, 0.1) 0%, rgba(91, 75, 219, 0) 30%), #fbfaff; }

/* line 4229, theme.scss */
.odv-about-section__head {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 22px; }

/* line 4236, theme.scss */
.odv-about-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 4242, theme.scss */
.odv-about-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--odv-about-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 4251, theme.scss */
.odv-about-card p {
  font-size: 14px;
  line-height: 1.55; }

/* line 4256, theme.scss */
.odv-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 4262, theme.scss */
.odv-about-tags span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--odv-about-border);
  color: var(--odv-about-text);
  font-size: 14px;
  font-weight: 800; }

/* line 4275, theme.scss */
.odv-about-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 4281, theme.scss */
.odv-about-step {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--odv-about-border); }

/* line 4290, theme.scss */
.odv-about-step span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f1efff;
  color: var(--odv-about-purple);
  font-size: 14px;
  font-weight: 900; }

/* line 4303, theme.scss */
.odv-about-step p {
  font-size: 14px;
  line-height: 1.55; }

/* line 4308, theme.scss */
.odv-about-contacts {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 24px;
  align-items: start;
  margin-top: 22px;
  padding: 30px;
  background: radial-gradient(circle at 10% 0%, rgba(91, 75, 219, 0.12) 0%, rgba(91, 75, 219, 0) 34%), #ffffff; }

/* line 4320, theme.scss */
.odv-about-contacts h2 {
  margin-top: 14px;
  margin-bottom: 10px; }

/* line 4325, theme.scss */
.odv-about-contacts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }

/* line 4331, theme.scss */
.odv-about-contacts__list a,
.odv-about-contacts__list div {
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid var(--odv-about-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--odv-about-text) !important; }

/* line 4342, theme.scss */
.odv-about-contacts__list span {
  color: var(--odv-about-muted);
  font-size: 12px;
  font-weight: 800; }

/* line 4348, theme.scss */
.odv-about-contacts__list strong {
  color: var(--odv-about-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900; }

/* line 4355, theme.scss */
.odv-about-contacts__list a:hover strong {
  color: var(--odv-about-purple); }

@media (max-width: 1100px) {
  /* line 4360, theme.scss */
  .odv-about-hero {
    grid-template-columns: 1fr; }

  /* line 4364, theme.scss */
  .odv-about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 4368, theme.scss */
  .odv-about-contacts {
    grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  /* line 4374, theme.scss */
  .odv-about {
    padding: 24px 14px 42px; }

  /* line 4378, theme.scss */
  .odv-about-hero {
    gap: 16px;
    margin-bottom: 20px; }

  /* line 4383, theme.scss */
  .odv-about-hero__content,
  .odv-about-hero__card,
  .odv-about-section,
  .odv-about-contacts {
    border-radius: 20px; }

  /* line 4390, theme.scss */
  .odv-about-hero__content,
  .odv-about-hero__card,
  .odv-about-section,
  .odv-about-contacts {
    padding: 20px; }

  /* line 4397, theme.scss */
  .odv-about h1 {
    font-size: 32px; }

  /* line 4401, theme.scss */
  .odv-about h2 {
    font-size: 23px; }

  /* line 4405, theme.scss */
  .odv-about p,
  .odv-about-hero__content > p {
    font-size: 15px;
    line-height: 1.6; }

  /* line 4411, theme.scss */
  .odv-about-hero__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 4416, theme.scss */
  .odv-about-btn {
    width: 100%; }

  /* line 4420, theme.scss */
  .odv-about-grid,
  .odv-about-steps,
  .odv-about-contacts__list {
    grid-template-columns: 1fr; }

  /* line 4426, theme.scss */
  .odv-about-tags {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 4431, theme.scss */
  .odv-about-tags span {
    width: 100%; } }
/* === Конец блока: PAGE ABOUT === */
/* =========================================================
   ABOUT PAGE CLEAN FIX:
   компактная страница «О нас» без пустых блоков
   ========================================================= */
/* line 4444, theme.scss */
.odv-about-page {
  --odv-about-purple: #5b4bdb;
  --odv-about-purple-dark: #4939c4;
  --odv-about-border: #e6e3f3;
  --odv-about-bg: #f7f6ff;
  --odv-about-text: #2b2b35;
  --odv-about-muted: #747486;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 24px 56px;
  color: var(--odv-about-text); }

/* line 4458, theme.scss */
.odv-about-page * {
  box-sizing: border-box; }

/* line 4462, theme.scss */
.odv-about-page a {
  text-decoration: none; }

/* line 4466, theme.scss */
.odv-about-main,
.odv-about-info,
.odv-about-contacts-block {
  border: 1px solid var(--odv-about-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.055); }

/* line 4475, theme.scss */
.odv-about-main {
  padding: 34px;
  margin-bottom: 22px;
  background: radial-gradient(circle at 8% 0%, rgba(91, 75, 219, 0.12) 0%, rgba(91, 75, 219, 0) 36%), linear-gradient(180deg, #ffffff 0%, #fbfaff 100%); }

/* line 4483, theme.scss */
.odv-about-main__text {
  max-width: 920px; }

/* line 4487, theme.scss */
.odv-about-main h1,
.odv-about-info h2,
.odv-about-contacts-block h2 {
  margin: 0 0 16px;
  color: var(--odv-about-text);
  font-weight: 900;
  line-height: 1.2; }

/* line 4496, theme.scss */
.odv-about-main h1 {
  font-size: 38px; }

/* line 4500, theme.scss */
.odv-about-info h2,
.odv-about-contacts-block h2 {
  font-size: 26px; }

/* line 4505, theme.scss */
.odv-about-main p,
.odv-about-info__card p {
  margin: 0;
  color: var(--odv-about-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600; }

/* line 4514, theme.scss */
.odv-about-main p {
  color: #2b2b35;
  font-size: 18px;
  font-weight: 800; }

/* line 4520, theme.scss */
.odv-about-main__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px; }

/* line 4527, theme.scss */
.odv-about-main__btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }

/* line 4539, theme.scss */
.odv-about-main__btn:hover {
  transform: translateY(-1px); }

/* line 4543, theme.scss */
.odv-about-main__btn--primary {
  background: var(--odv-about-purple);
  border: 1px solid var(--odv-about-purple);
  color: #ffffff !important; }

/* line 4549, theme.scss */
.odv-about-main__btn--primary:hover {
  background: var(--odv-about-purple-dark);
  border-color: var(--odv-about-purple-dark); }

/* line 4554, theme.scss */
.odv-about-main__btn--secondary {
  background: #ffffff;
  border: 1px solid #d8d4ef;
  color: var(--odv-about-purple) !important; }

/* line 4560, theme.scss */
.odv-about-main__btn--secondary:hover {
  background: #f1efff;
  border-color: var(--odv-about-purple); }

/* line 4565, theme.scss */
.odv-about-info,
.odv-about-contacts-block {
  padding: 30px;
  margin-top: 22px; }

/* line 4571, theme.scss */
.odv-about-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 4577, theme.scss */
.odv-about-info__card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--odv-about-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 4586, theme.scss */
.odv-about-info__card h3 {
  margin: 0;
  color: var(--odv-about-text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900; }

/* line 4594, theme.scss */
.odv-about-info__card p {
  font-size: 14px;
  line-height: 1.55; }

/* line 4599, theme.scss */
.odv-about-contacts-block__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px; }

/* line 4605, theme.scss */
.odv-about-contacts-block__grid a,
.odv-about-contacts-block__grid div {
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid var(--odv-about-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--odv-about-text) !important; }

/* line 4616, theme.scss */
.odv-about-contacts-block__grid span {
  color: var(--odv-about-muted);
  font-size: 12px;
  font-weight: 800; }

/* line 4622, theme.scss */
.odv-about-contacts-block__grid strong {
  color: var(--odv-about-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900; }

/* line 4629, theme.scss */
.odv-about-contacts-block__grid a:hover strong {
  color: var(--odv-about-purple); }

/* На всякий случай скрываем пустые старые блоки, если они остались */
/* line 4634, theme.scss */
.odv-about-hero__card:empty,
.odv-about-section:empty,
.odv-about-contacts:empty {
  display: none !important; }

@media (max-width: 1000px) {
  /* line 4641, theme.scss */
  .odv-about-info__grid,
  .odv-about-contacts-block__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  /* line 4648, theme.scss */
  .odv-about-page {
    padding: 24px 14px 42px; }

  /* line 4652, theme.scss */
  .odv-about-main,
  .odv-about-info,
  .odv-about-contacts-block {
    border-radius: 20px;
    padding: 20px; }

  /* line 4659, theme.scss */
  .odv-about-main h1 {
    font-size: 32px; }

  /* line 4663, theme.scss */
  .odv-about-info h2,
  .odv-about-contacts-block h2 {
    font-size: 23px; }

  /* line 4668, theme.scss */
  .odv-about-main p {
    font-size: 16px;
    line-height: 1.6; }

  /* line 4673, theme.scss */
  .odv-about-main__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 4678, theme.scss */
  .odv-about-main__btn {
    width: 100%; }

  /* line 4682, theme.scss */
  .odv-about-info__grid,
  .odv-about-contacts-block__grid {
    grid-template-columns: 1fr; } }
/* === Конец блока: ABOUT PAGE CLEAN FIX === */
/* ===== MODULE: scss/20_pages/25_page_delivery_payment.scss ===== */
/* line 4692, theme.scss */
.odv-delivery-page {
  --odv-delivery-purple: #5b4bdb;
  --odv-delivery-purple-dark: #4939c4;
  --odv-delivery-border: #e6e3f3;
  --odv-delivery-bg: #f7f6ff;
  --odv-delivery-text: #2b2b35;
  --odv-delivery-muted: #747486;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 24px 56px;
  color: var(--odv-delivery-text); }

/* line 4706, theme.scss */
.odv-delivery-page * {
  box-sizing: border-box; }

/* line 4710, theme.scss */
.odv-delivery-page a {
  text-decoration: none; }

/* line 4714, theme.scss */
.odv-delivery-hero,
.odv-delivery-section,
.odv-delivery-contacts {
  border: 1px solid var(--odv-delivery-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(34, 34, 52, 0.055); }

/* line 4723, theme.scss */
.odv-delivery-hero {
  padding: 34px;
  margin-bottom: 22px;
  background: radial-gradient(circle at 8% 0%, rgba(91, 75, 219, 0.12) 0%, rgba(91, 75, 219, 0) 36%), linear-gradient(180deg, #ffffff 0%, #fbfaff 100%); }

/* line 4731, theme.scss */
.odv-delivery-hero__content {
  max-width: 920px; }

/* line 4735, theme.scss */
.odv-delivery-page h1,
.odv-delivery-page h2,
.odv-delivery-page h3 {
  color: var(--odv-delivery-text);
  font-weight: 900;
  line-height: 1.2; }

/* line 4743, theme.scss */
.odv-delivery-page h1 {
  margin: 0 0 16px;
  font-size: 38px; }

/* line 4748, theme.scss */
.odv-delivery-page h2 {
  margin: 0 0 16px;
  font-size: 26px; }

/* line 4753, theme.scss */
.odv-delivery-page h3 {
  margin: 0;
  font-size: 17px; }

/* line 4758, theme.scss */
.odv-delivery-page p {
  margin: 0;
  color: var(--odv-delivery-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600; }

/* line 4766, theme.scss */
.odv-delivery-hero p {
  color: #2b2b35;
  font-size: 18px;
  font-weight: 800; }

/* line 4772, theme.scss */
.odv-delivery-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px; }

/* line 4779, theme.scss */
.odv-delivery-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }

/* line 4791, theme.scss */
.odv-delivery-btn:hover {
  transform: translateY(-1px); }

/* line 4795, theme.scss */
.odv-delivery-btn--primary {
  background: var(--odv-delivery-purple);
  border: 1px solid var(--odv-delivery-purple);
  color: #ffffff !important; }

/* line 4801, theme.scss */
.odv-delivery-btn--primary:hover {
  background: var(--odv-delivery-purple-dark);
  border-color: var(--odv-delivery-purple-dark); }

/* line 4806, theme.scss */
.odv-delivery-btn--secondary {
  background: #ffffff;
  border: 1px solid #d8d4ef;
  color: var(--odv-delivery-purple) !important; }

/* line 4812, theme.scss */
.odv-delivery-btn--secondary:hover {
  background: #f1efff;
  border-color: var(--odv-delivery-purple); }

/* line 4817, theme.scss */
.odv-delivery-section {
  padding: 30px;
  margin-top: 22px; }

/* line 4822, theme.scss */
.odv-delivery-section--light {
  background: radial-gradient(circle at 90% 0%, rgba(91, 75, 219, 0.1) 0%, rgba(91, 75, 219, 0) 30%), #fbfaff; }

/* line 4828, theme.scss */
.odv-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 4834, theme.scss */
.odv-delivery-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--odv-delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 4843, theme.scss */
.odv-delivery-card p {
  font-size: 14px;
  line-height: 1.55; }

/* line 4848, theme.scss */
.odv-delivery-notice {
  padding: 20px;
  border: 1px solid var(--odv-delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 4855, theme.scss */
.odv-delivery-contacts {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 24px;
  align-items: start;
  margin-top: 22px;
  padding: 30px;
  background: radial-gradient(circle at 10% 0%, rgba(91, 75, 219, 0.12) 0%, rgba(91, 75, 219, 0) 34%), #ffffff; }

/* line 4867, theme.scss */
.odv-delivery-contacts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }

/* line 4873, theme.scss */
.odv-delivery-contacts__list a {
  display: grid;
  gap: 4px;
  padding: 15px;
  border: 1px solid var(--odv-delivery-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--odv-delivery-text) !important; }

/* line 4883, theme.scss */
.odv-delivery-contacts__list span {
  color: var(--odv-delivery-muted);
  font-size: 12px;
  font-weight: 800; }

/* line 4889, theme.scss */
.odv-delivery-contacts__list strong {
  color: var(--odv-delivery-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900; }

/* line 4896, theme.scss */
.odv-delivery-contacts__list a:hover strong {
  color: var(--odv-delivery-purple); }

@media (max-width: 1000px) {
  /* line 4901, theme.scss */
  .odv-delivery-grid,
  .odv-delivery-contacts {
    grid-template-columns: 1fr; }

  /* line 4906, theme.scss */
  .odv-delivery-contacts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  /* line 4912, theme.scss */
  .odv-delivery-page {
    padding: 24px 14px 42px; }

  /* line 4916, theme.scss */
  .odv-delivery-hero,
  .odv-delivery-section,
  .odv-delivery-contacts {
    border-radius: 20px;
    padding: 20px; }

  /* line 4923, theme.scss */
  .odv-delivery-page h1 {
    font-size: 32px; }

  /* line 4927, theme.scss */
  .odv-delivery-page h2 {
    font-size: 23px; }

  /* line 4931, theme.scss */
  .odv-delivery-hero p {
    font-size: 16px;
    line-height: 1.6; }

  /* line 4936, theme.scss */
  .odv-delivery-hero__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 4941, theme.scss */
  .odv-delivery-btn {
    width: 100%; }

  /* line 4945, theme.scss */
  .odv-delivery-grid,
  .odv-delivery-contacts__list {
    grid-template-columns: 1fr; } }
/* ===== MODULE: scss/20_pages/26_page_portfolio.scss ===== */
/* =========================================================
   Страница «Портфолио» /page/portfolio
   Заглушка под стиль ООО «Оптима-ДВ»
   ========================================================= */
/* line 4958, theme.scss */
.odv-portfolio-page {
  --odv-dark: #2b2b35;
  --odv-purple: #5b4bdb;
  --odv-purple-dark: #4939c4;
  --odv-border: #e6e3f3;
  --odv-bg: #f7f6ff;
  --odv-text: #33333f;
  --odv-muted: #747486;
  --odv-white: #ffffff;
  max-width: 1180px;
  margin: 20px auto 44px;
  color: var(--odv-text); }

/* line 4973, theme.scss */
.odv-portfolio-page * {
  box-sizing: border-box; }

/* line 4977, theme.scss */
.odv-portfolio-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--odv-border);
  border-radius: 24px;
  background: radial-gradient(circle at 85% 20%, rgba(91, 75, 219, 0.16) 0%, rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  padding: 42px 34px; }

/* line 4988, theme.scss */
.odv-portfolio-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(91, 75, 219, 0.1);
  color: var(--odv-purple);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 18px; }

/* line 5002, theme.scss */
.odv-portfolio-title {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--odv-dark);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900; }

/* line 5011, theme.scss */
.odv-portfolio-subtitle {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--odv-text);
  font-size: 18px;
  line-height: 1.65; }

/* line 5019, theme.scss */
.odv-portfolio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 5025, theme.scss */
.odv-portfolio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  transition: 0.2s ease; }

/* line 5039, theme.scss */
.odv-portfolio-btn--primary,
.odv-portfolio-btn--primary:link,
.odv-portfolio-btn--primary:visited {
  background: var(--odv-purple);
  color: #ffffff !important; }

/* line 5046, theme.scss */
.odv-portfolio-btn--primary:hover,
.odv-portfolio-btn--primary:focus {
  background: var(--odv-purple-dark);
  color: #ffffff !important; }

/* line 5052, theme.scss */
.odv-portfolio-btn--secondary,
.odv-portfolio-btn--secondary:link,
.odv-portfolio-btn--secondary:visited {
  background: #ffffff;
  color: var(--odv-dark) !important;
  border-color: #cfc9ef; }

/* line 5060, theme.scss */
.odv-portfolio-btn--secondary:hover,
.odv-portfolio-btn--secondary:focus {
  border-color: var(--odv-purple);
  color: var(--odv-purple) !important; }

/* line 5066, theme.scss */
.odv-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px; }

/* line 5073, theme.scss */
.odv-portfolio-card {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--odv-border);
  border-radius: 20px;
  background: #ffffff; }

/* line 5081, theme.scss */
.odv-portfolio-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #f1efff;
  color: var(--odv-purple);
  font-size: 22px;
  font-weight: 900; }

/* line 5095, theme.scss */
.odv-portfolio-card__title {
  margin: 0 0 8px;
  color: var(--odv-dark);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900; }

/* line 5103, theme.scss */
.odv-portfolio-card__text {
  margin: 0;
  color: var(--odv-muted);
  font-size: 15px;
  line-height: 1.55; }

/* line 5110, theme.scss */
.odv-portfolio-note {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid var(--odv-border);
  border-radius: 18px;
  background: #ffffff;
  color: var(--odv-text);
  line-height: 1.6; }

/* line 5120, theme.scss */
.odv-portfolio-note strong {
  color: var(--odv-dark); }

@media (max-width: 900px) {
  /* line 5125, theme.scss */
  .odv-portfolio-title {
    font-size: 36px; }

  /* line 5129, theme.scss */
  .odv-portfolio-grid {
    grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  /* line 5135, theme.scss */
  .odv-portfolio-page {
    margin-top: 14px; }

  /* line 5139, theme.scss */
  .odv-portfolio-hero {
    padding: 28px 20px;
    border-radius: 20px; }

  /* line 5144, theme.scss */
  .odv-portfolio-title {
    font-size: 30px; }

  /* line 5148, theme.scss */
  .odv-portfolio-subtitle {
    font-size: 16px; }

  /* line 5152, theme.scss */
  .odv-portfolio-actions {
    flex-direction: column; }

  /* line 5156, theme.scss */
  .odv-portfolio-btn {
    width: 100%; }

  /* line 5160, theme.scss */
  .odv-portfolio-card {
    padding: 18px; } }
/* === Конец блока: страница «Портфолио» === */
/* =========================================================
   PAGE: Доставка и оплата V2
   URL: /page/dostavka-i-oplata
   Назначение: сценарная страница доставки, оплаты и получения заказов
   ========================================================= */
/* line 5174, theme.scss */
.odv-delivery-v2 {
  --delivery-dark: #2b2b35;
  --delivery-purple: #5b4bdb;
  --delivery-purple-dark: #4939c4;
  --delivery-border: #e6e3f3;
  --delivery-bg: #f7f6ff;
  --delivery-soft: #faf9ff;
  --delivery-text: #33333f;
  --delivery-muted: #747486;
  --delivery-white: #ffffff;
  max-width: 1180px;
  margin: 20px auto 44px;
  color: var(--delivery-text); }

/* line 5190, theme.scss */
.odv-delivery-v2 *,
.odv-delivery-v2 *::before,
.odv-delivery-v2 *::after {
  box-sizing: border-box; }

/* line 5196, theme.scss */
.odv-delivery-v2 a {
  text-decoration: none; }

/* HERO */
/* line 5202, theme.scss */
.odv-delivery-v2__hero {
  overflow: hidden;
  border: 1px solid var(--delivery-border);
  border-radius: 24px;
  background: radial-gradient(circle at 84% 16%, rgba(91, 75, 219, 0.15) 0%, rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  padding: 42px 34px;
  margin-bottom: 24px; }

/* line 5213, theme.scss */
.odv-delivery-v2__hero-content {
  max-width: 900px; }

/* line 5217, theme.scss */
.odv-delivery-v2__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(91, 75, 219, 0.1);
  color: var(--delivery-purple);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 18px; }

/* line 5231, theme.scss */
.odv-delivery-v2__hero h1 {
  margin: 0 0 16px;
  color: var(--delivery-dark);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900; }

/* line 5239, theme.scss */
.odv-delivery-v2__hero p {
  margin: 0 0 24px;
  color: var(--delivery-text);
  font-size: 18px;
  line-height: 1.65; }

/* line 5246, theme.scss */
.odv-delivery-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 5252, theme.scss */
.odv-delivery-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  transition: 0.2s ease;
  -webkit-tap-highlight-color: transparent; }

/* line 5266, theme.scss */
.odv-delivery-v2__btn--primary,
.odv-delivery-v2__btn--primary:link,
.odv-delivery-v2__btn--primary:visited {
  background: var(--delivery-purple);
  color: #ffffff !important; }

/* line 5273, theme.scss */
.odv-delivery-v2__btn--primary:hover,
.odv-delivery-v2__btn--primary:focus {
  background: var(--delivery-purple-dark);
  color: #ffffff !important; }

/* line 5279, theme.scss */
.odv-delivery-v2__btn--secondary,
.odv-delivery-v2__btn--secondary:link,
.odv-delivery-v2__btn--secondary:visited {
  background: #ffffff;
  color: var(--delivery-dark) !important;
  border-color: #cfc9ef; }

/* line 5287, theme.scss */
.odv-delivery-v2__btn--secondary:hover,
.odv-delivery-v2__btn--secondary:focus {
  border-color: var(--delivery-purple);
  color: var(--delivery-purple) !important; }

/* ОБЩИЕ СЕКЦИИ */
/* line 5295, theme.scss */
.odv-delivery-v2__section {
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid var(--delivery-border);
  border-radius: 22px;
  background: #ffffff; }

/* line 5303, theme.scss */
.odv-delivery-v2__section--light {
  background: linear-gradient(135deg, #ffffff 0%, #faf9ff 100%); }

/* line 5307, theme.scss */
.odv-delivery-v2__section h2,
.odv-delivery-v2__contacts h2 {
  margin: 0 0 14px;
  color: var(--delivery-dark);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900; }

/* line 5316, theme.scss */
.odv-delivery-v2__section-head {
  max-width: 860px;
  margin-bottom: 18px; }

/* line 5321, theme.scss */
.odv-delivery-v2__section-head p {
  margin: 0;
  color: var(--delivery-muted);
  font-size: 16px;
  line-height: 1.6; }

/* БЫСТРЫЙ ВЫБОР СЦЕНАРИЯ */
/* line 5330, theme.scss */
.odv-delivery-v2__section--nav {
  background: #ffffff; }

/* line 5334, theme.scss */
.odv-delivery-v2__scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 5340, theme.scss */
.odv-delivery-v2__scenario {
  display: grid;
  gap: 8px;
  min-height: 160px;
  padding: 18px;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #ffffff;
  color: var(--delivery-text) !important;
  transition: 0.2s ease; }

/* line 5352, theme.scss */
.odv-delivery-v2__scenario:hover,
.odv-delivery-v2__scenario:focus {
  transform: translateY(-2px);
  border-color: var(--delivery-purple);
  box-shadow: 0 14px 36px rgba(34, 34, 52, 0.08); }

/* line 5359, theme.scss */
.odv-delivery-v2__scenario span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--delivery-purple);
  color: #ffffff;
  font-weight: 900; }

/* line 5371, theme.scss */
.odv-delivery-v2__scenario strong {
  color: var(--delivery-dark);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900; }

/* line 5378, theme.scss */
.odv-delivery-v2__scenario em {
  color: var(--delivery-muted);
  font-style: normal;
  font-size: 14px;
  line-height: 1.45; }

/* ШАГИ ЗАКАЗА */
/* line 5387, theme.scss */
.odv-delivery-v2__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 5393, theme.scss */
.odv-delivery-v2__step {
  padding: 18px;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 5400, theme.scss */
.odv-delivery-v2__step span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f1efff;
  color: var(--delivery-purple);
  font-weight: 900; }

/* line 5413, theme.scss */
.odv-delivery-v2__step strong {
  display: block;
  margin-bottom: 8px;
  color: var(--delivery-dark);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900; }

/* line 5422, theme.scss */
.odv-delivery-v2__step p {
  margin: 0;
  color: var(--delivery-muted);
  font-size: 14px;
  line-height: 1.55; }

/* ТАБЛИЦА ДОСТАВКИ */
/* line 5431, theme.scss */
.odv-delivery-v2__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 5438, theme.scss */
.odv-delivery-v2__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse; }

/* line 5444, theme.scss */
.odv-delivery-v2__table th,
.odv-delivery-v2__table td {
  padding: 16px;
  border-bottom: 1px solid var(--delivery-border);
  text-align: left;
  vertical-align: top;
  color: var(--delivery-text);
  line-height: 1.55; }

/* line 5454, theme.scss */
.odv-delivery-v2__table th {
  background: #faf9ff;
  color: var(--delivery-dark);
  font-size: 14px;
  font-weight: 900; }

/* line 5461, theme.scss */
.odv-delivery-v2__table td {
  font-size: 15px; }

/* line 5465, theme.scss */
.odv-delivery-v2__table tr:last-child td {
  border-bottom: 0; }

/* line 5469, theme.scss */
.odv-delivery-v2__table strong {
  color: var(--delivery-dark); }

/* ОПЛАТА */
/* line 5475, theme.scss */
.odv-delivery-v2__payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; }

/* line 5481, theme.scss */
.odv-delivery-v2__payment-card {
  padding: 20px;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 5488, theme.scss */
.odv-delivery-v2__payment-card h3 {
  margin: 0 0 10px;
  color: var(--delivery-dark);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900; }

/* line 5496, theme.scss */
.odv-delivery-v2__payment-card p {
  margin: 0 0 14px;
  color: var(--delivery-muted);
  font-size: 15px;
  line-height: 1.6; }

/* line 5503, theme.scss */
.odv-delivery-v2__payment-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--delivery-text);
  line-height: 1.65; }

/* ЦИФРОВЫЕ ТОВАРЫ, СЕРВИСЫ И ДОСТУПЫ */
/* line 5512, theme.scss */
.odv-delivery-v2__digital-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px; }

/* line 5519, theme.scss */
.odv-delivery-v2__digital-step {
  padding: 18px;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 5526, theme.scss */
.odv-delivery-v2__digital-step span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f1efff;
  color: var(--delivery-purple);
  font-weight: 900; }

/* line 5539, theme.scss */
.odv-delivery-v2__digital-step strong {
  display: block;
  margin-bottom: 8px;
  color: var(--delivery-dark);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900; }

/* line 5548, theme.scss */
.odv-delivery-v2__digital-step p {
  margin: 0;
  color: var(--delivery-muted);
  font-size: 14px;
  line-height: 1.55; }

/* line 5555, theme.scss */
.odv-delivery-v2__digital-table-wrap {
  margin-bottom: 18px; }

/* line 5559, theme.scss */
.odv-delivery-v2__digital-table td {
  vertical-align: top; }

/* line 5563, theme.scss */
.odv-delivery-v2__digital-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px; }

/* line 5570, theme.scss */
.odv-delivery-v2__digital-info {
  padding: 18px;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #faf9ff; }

/* line 5577, theme.scss */
.odv-delivery-v2__digital-info strong {
  display: block;
  margin-bottom: 8px;
  color: var(--delivery-dark);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900; }

/* line 5586, theme.scss */
.odv-delivery-v2__digital-info p {
  margin: 0;
  color: var(--delivery-muted);
  font-size: 15px;
  line-height: 1.6; }

/* line 5593, theme.scss */
.odv-delivery-v2__digital-notice {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #d8d2ff;
  border-radius: 18px;
  background: #f1efff;
  color: var(--delivery-text); }

/* line 5604, theme.scss */
.odv-delivery-v2__digital-notice strong {
  color: var(--delivery-dark);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900; }

/* line 5611, theme.scss */
.odv-delivery-v2__digital-notice span {
  color: var(--delivery-text);
  font-size: 15px;
  line-height: 1.6; }

/* ДОКУМЕНТЫ */
/* line 5619, theme.scss */
.odv-delivery-v2__docs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; }

/* line 5625, theme.scss */
.odv-delivery-v2__doc-card {
  padding: 18px;
  border: 1px solid var(--delivery-border);
  border-radius: 18px;
  background: #ffffff; }

/* line 5632, theme.scss */
.odv-delivery-v2__doc-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--delivery-dark);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900; }

/* line 5641, theme.scss */
.odv-delivery-v2__doc-card p {
  margin: 0;
  color: var(--delivery-muted);
  font-size: 15px;
  line-height: 1.55; }

/* FAQ */
/* line 5650, theme.scss */
.odv-delivery-v2__faq {
  display: grid;
  gap: 12px; }

/* line 5655, theme.scss */
.odv-delivery-v2__faq details {
  border: 1px solid var(--delivery-border);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden; }

/* line 5662, theme.scss */
.odv-delivery-v2__faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 16px 58px 16px 18px;
  color: var(--delivery-dark);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none; }

/* line 5676, theme.scss */
.odv-delivery-v2__faq summary::-webkit-details-marker {
  display: none; }

/* line 5680, theme.scss */
.odv-delivery-v2__faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--delivery-purple);
  font-size: 25px;
  line-height: 1;
  font-weight: 700; }

/* line 5692, theme.scss */
.odv-delivery-v2__faq details[open] summary::after {
  content: "–"; }

/* line 5696, theme.scss */
.odv-delivery-v2__faq details > div {
  padding: 0 18px 18px;
  color: var(--delivery-muted);
  font-size: 15px;
  line-height: 1.65; }

/* КОНТАКТНЫЙ БЛОК */
/* line 5705, theme.scss */
.odv-delivery-v2__contacts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 24px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--delivery-border);
  border-radius: 22px;
  background: radial-gradient(circle at 92% 20%, rgba(91, 75, 219, 0.12) 0%, rgba(0, 0, 0, 0) 28%), #ffffff; }

/* line 5718, theme.scss */
.odv-delivery-v2__contacts-text p {
  margin: 0;
  max-width: 680px;
  color: var(--delivery-muted);
  font-size: 16px;
  line-height: 1.65; }

/* line 5726, theme.scss */
.odv-delivery-v2__contacts-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }

/* line 5732, theme.scss */
.odv-delivery-v2__contacts-list a {
  display: grid;
  gap: 4px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid var(--delivery-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--delivery-dark) !important;
  transition: 0.2s ease; }

/* line 5744, theme.scss */
.odv-delivery-v2__contacts-list a:hover,
.odv-delivery-v2__contacts-list a:focus {
  border-color: var(--delivery-purple);
  background: #faf9ff; }

/* line 5750, theme.scss */
.odv-delivery-v2__contacts-list span {
  color: var(--delivery-muted);
  font-size: 13px;
  font-weight: 800; }

/* line 5756, theme.scss */
.odv-delivery-v2__contacts-list strong {
  color: var(--delivery-dark);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900; }

/* АДАПТИВ */
@media (max-width: 1100px) {
  /* line 5766, theme.scss */
  .odv-delivery-v2__scenario-grid,
  .odv-delivery-v2__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 5771, theme.scss */
  .odv-delivery-v2__payment-grid,
  .odv-delivery-v2__docs-grid,
  .odv-delivery-v2__digital-info-grid {
    grid-template-columns: 1fr; }

  /* line 5777, theme.scss */
  .odv-delivery-v2__digital-steps,
  .odv-delivery-v2__contacts {
    grid-template-columns: 1fr; }

  /* line 5782, theme.scss */
  .odv-delivery-v2__contacts-list {
    max-width: 620px; } }
@media (max-width: 700px) {
  /* line 5788, theme.scss */
  .odv-delivery-v2 {
    margin-top: 14px; }

  /* line 5792, theme.scss */
  .odv-delivery-v2__hero,
  .odv-delivery-v2__section,
  .odv-delivery-v2__contacts {
    padding: 20px;
    border-radius: 20px; }

  /* line 5799, theme.scss */
  .odv-delivery-v2__hero h1 {
    font-size: 30px; }

  /* line 5803, theme.scss */
  .odv-delivery-v2__hero p {
    font-size: 16px; }

  /* line 5807, theme.scss */
  .odv-delivery-v2__actions {
    flex-direction: column; }

  /* line 5811, theme.scss */
  .odv-delivery-v2__btn {
    width: 100%; }

  /* line 5815, theme.scss */
  .odv-delivery-v2__section h2,
  .odv-delivery-v2__contacts h2 {
    font-size: 25px; }

  /* line 5820, theme.scss */
  .odv-delivery-v2__scenario-grid,
  .odv-delivery-v2__steps,
  .odv-delivery-v2__digital-steps,
  .odv-delivery-v2__digital-info-grid,
  .odv-delivery-v2__contacts-list {
    grid-template-columns: 1fr; }

  /* line 5828, theme.scss */
  .odv-delivery-v2__scenario {
    min-height: auto; }

  /* line 5832, theme.scss */
  .odv-delivery-v2__table-wrap {
    margin-left: -2px;
    margin-right: -2px; } }
/* === Конец блока: PAGE: Доставка и оплата V2 === */
/* =========================================================
   PAGE: Доставка и оплата V2.4
   FIX: сетки сценариев и оплаты без пустых мест
   URL: /page/dostavka-i-oplata
   ========================================================= */
/* 5 сценариев — в один аккуратный ряд на широком экране */
/* line 5848, theme.scss */
.odv-delivery-v2__scenario-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* line 5852, theme.scss */
.odv-delivery-v2__scenario {
  min-height: 160px; }

/* Основной блок оплаты: 4 карточки = 2 x 2 без пустот */
/* line 5857, theme.scss */
#payment-options .odv-delivery-v2__payment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Блок SynAura внутри цифровых продуктов: 3 карточки = 1 ровный ряд */
/* line 5862, theme.scss */
.odv-delivery-v2__payment-grid[aria-label="Ассистент SynAura и подписки"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 1100px) {
  /* На планшетах 5-й сценарий занимает всю ширину строки */
  /* line 5868, theme.scss */
  .odv-delivery-v2__scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 5872, theme.scss */
  .odv-delivery-v2__scenario-grid .odv-delivery-v2__scenario:nth-child(5) {
    grid-column: 1 / -1; }

  /* Оплата остаётся 2 x 2, пока хватает ширины */
  /* line 5877, theme.scss */
  #payment-options .odv-delivery-v2__payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* SynAura — 3 карточки в ряд до среднего планшета */
  /* line 5882, theme.scss */
  .odv-delivery-v2__payment-grid[aria-label="Ассистент SynAura и подписки"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  /* line 5888, theme.scss */
  .odv-delivery-v2__payment-grid[aria-label="Ассистент SynAura и подписки"] {
    grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  /* line 5894, theme.scss */
  .odv-delivery-v2__scenario-grid,
  #payment-options .odv-delivery-v2__payment-grid,
  .odv-delivery-v2__payment-grid[aria-label="Ассистент SynAura и подписки"] {
    grid-template-columns: 1fr; }

  /* line 5900, theme.scss */
  .odv-delivery-v2__scenario-grid .odv-delivery-v2__scenario:nth-child(5) {
    grid-column: auto; }

  /* line 5904, theme.scss */
  .odv-delivery-v2__scenario {
    min-height: auto; } }
/* =========================================================
   GLOBAL: кнопка «Наверх» + подготовка якорей
   ООО «Оптима-ДВ» / InSales
   ========================================================= */
/* Нативное поведение отключаем: плавность теперь делает JS-анимация.
   Это нужно, чтобы не было конфликта с резким переходом по якорю. */
/* line 5917, theme.scss */
html {
  scroll-behavior: auto !important; }

/* Запас от верхнего края при переходе к якорям */
/* line 5922, theme.scss */
[id] {
  scroll-margin-top: 24px; }

/* line 5926, theme.scss */
.odv-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  border: 1px solid #d8d4ef;
  border-radius: 999px;
  background: #5b4bdb;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(34, 34, 52, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, background 0.2s ease, box-shadow 0.2s ease; }

/* line 5959, theme.scss */
.odv-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto; }

/* line 5966, theme.scss */
.odv-scroll-top:hover,
.odv-scroll-top:focus-visible {
  background: #4939c4;
  box-shadow: 0 16px 40px rgba(34, 34, 52, 0.22); }

/* line 5972, theme.scss */
.odv-scroll-top:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.18), 0 16px 40px rgba(34, 34, 52, 0.22); }

/* line 5979, theme.scss */
.odv-scroll-top__icon {
  display: block;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-1px); }

@media (max-width: 700px) {
  /* line 5987, theme.scss */
  .odv-scroll-top {
    right: 16px;
    bottom: 88px;
    width: 46px;
    height: 46px; } }
/* === Конец блока: GLOBAL кнопка «Наверх» === */
/* =========================================================
   GLOBAL: авторизация для форм и согласие перед Telegram/MAX
   ООО «Оптима-ДВ»
   ========================================================= */
/* line 6003, theme.scss */
.odv-auth-gate {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  margin: 18px 0 22px;
  padding: 20px;
  border: 1px solid #dcd8f7;
  border-radius: 18px;
  background: linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  color: #33333f; }

/* line 6016, theme.scss */
.odv-auth-gate__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #5b4bdb;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  font-family: Georgia, serif; }

/* line 6030, theme.scss */
.odv-auth-gate h3 {
  margin: 0 0 8px;
  color: #2b2b35;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900; }

/* line 6038, theme.scss */
.odv-auth-gate p {
  margin: 0 0 14px;
  color: #56566a;
  font-size: 15px;
  line-height: 1.6; }

/* line 6045, theme.scss */
.odv-auth-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px; }

/* line 6052, theme.scss */
.odv-auth-gate__btn,
.odv-auth-gate__btn:link,
.odv-auth-gate__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }

/* line 6068, theme.scss */
.odv-auth-gate__btn--primary,
.odv-auth-gate__btn--primary:link,
.odv-auth-gate__btn--primary:visited {
  background: #5b4bdb;
  border-color: #5b4bdb;
  color: #ffffff !important; }

/* line 6076, theme.scss */
.odv-auth-gate__btn--primary:hover,
.odv-auth-gate__btn--primary:focus {
  background: #4939c4;
  border-color: #4939c4;
  color: #ffffff !important; }

/* line 6083, theme.scss */
.odv-auth-gate__btn--secondary,
.odv-auth-gate__btn--secondary:link,
.odv-auth-gate__btn--secondary:visited {
  background: #ffffff;
  border-color: #cfc9ef;
  color: #2b2b35 !important; }

/* line 6091, theme.scss */
.odv-auth-gate__btn--secondary:hover,
.odv-auth-gate__btn--secondary:focus {
  border-color: #5b4bdb;
  color: #5b4bdb !important; }

/* line 6097, theme.scss */
.odv-auth-gate__note {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  color: #747486 !important;
  font-size: 13px !important; }

/* line 6104, theme.scss */
.odv-consent-modal-lock,
.odv-consent-modal-lock body {
  overflow: hidden; }

/* line 6109, theme.scss */
.odv-consent-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000; }

/* line 6116, theme.scss */
.odv-consent-modal.is-open {
  display: block; }

/* line 6120, theme.scss */
.odv-consent-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(27, 27, 39, 0.54); }

/* line 6126, theme.scss */
.odv-consent-modal__panel {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  margin: 7vh auto 0;
  padding: 26px;
  border: 1px solid #e6e3f3;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(20, 20, 32, 0.28);
  color: #33333f; }

/* line 6141, theme.scss */
.odv-consent-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #e6e3f3;
  border-radius: 12px;
  background: #ffffff;
  color: #2b2b35;
  font-size: 28px;
  line-height: 1;
  cursor: pointer; }

/* line 6156, theme.scss */
.odv-consent-modal h3 {
  margin: 0 44px 14px 0;
  color: #2b2b35;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900; }

/* line 6164, theme.scss */
.odv-consent-modal p {
  margin: 0 0 14px;
  color: #56566a;
  font-size: 15px;
  line-height: 1.6; }

/* line 6171, theme.scss */
.odv-consent-modal a {
  color: #5b4bdb;
  font-weight: 800;
  text-decoration: none; }

/* line 6177, theme.scss */
.odv-consent-modal a:hover {
  text-decoration: underline; }

/* line 6181, theme.scss */
.odv-consent-modal__check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #e6e3f3;
  border-radius: 16px;
  background: #faf9ff;
  cursor: pointer; }

/* line 6194, theme.scss */
.odv-consent-modal__check input {
  width: 18px;
  height: 18px;
  margin-top: 2px; }

/* line 6200, theme.scss */
.odv-consent-modal__check span {
  color: #33333f;
  font-size: 15px;
  line-height: 1.55; }

/* line 6206, theme.scss */
.odv-consent-modal__small {
  color: #747486 !important;
  font-size: 13px !important; }

/* line 6211, theme.scss */
.odv-consent-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px; }

/* line 6218, theme.scss */
.odv-consent-modal__btn,
.odv-consent-modal__btn:link,
.odv-consent-modal__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer; }

/* line 6234, theme.scss */
.odv-consent-modal__btn--primary,
.odv-consent-modal__btn--primary:link,
.odv-consent-modal__btn--primary:visited {
  background: #5b4bdb;
  border-color: #5b4bdb;
  color: #ffffff !important; }

/* line 6242, theme.scss */
.odv-consent-modal__btn--primary:hover,
.odv-consent-modal__btn--primary:focus {
  background: #4939c4;
  border-color: #4939c4;
  color: #ffffff !important; }

/* line 6249, theme.scss */
.odv-consent-modal__btn--primary:disabled {
  opacity: 0.48;
  cursor: not-allowed; }

/* line 6254, theme.scss */
.odv-consent-modal__btn--secondary {
  background: #ffffff;
  border-color: #cfc9ef;
  color: #2b2b35; }

/* line 6260, theme.scss */
.odv-consent-modal__btn--secondary:hover,
.odv-consent-modal__btn--secondary:focus {
  border-color: #5b4bdb;
  color: #5b4bdb; }

@media (max-width: 640px) {
  /* line 6267, theme.scss */
  .odv-auth-gate {
    grid-template-columns: 1fr;
    padding: 18px; }

  /* line 6272, theme.scss */
  .odv-auth-gate__actions,
  .odv-consent-modal__actions {
    flex-direction: column; }

  /* line 6277, theme.scss */
  .odv-auth-gate__btn,
  .odv-consent-modal__btn {
    width: 100%; }

  /* line 6282, theme.scss */
  .odv-consent-modal__panel {
    margin-top: 14px;
    padding: 22px 18px;
    border-radius: 18px; }

  /* line 6288, theme.scss */
  .odv-consent-modal h3 {
    font-size: 22px; } }
/* === Конец блока: авторизация для форм и согласие перед Telegram/MAX === */
/* =========================================================
   PATCH: пояснение, зачем нужен вход для форм
   ООО «Оптима-ДВ»
   ========================================================= */
/* line 6301, theme.scss */
.odv-form-auth-explain {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin: 18px 0 18px;
  padding: 20px;
  border: 1px solid #dcd8f7;
  border-radius: 18px;
  background: linear-gradient(135deg, #faf9ff 0%, #ffffff 100%);
  color: #33333f; }

/* line 6313, theme.scss */
.odv-form-auth-explain__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #5b4bdb;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap; }

/* line 6328, theme.scss */
.odv-form-auth-explain h3 {
  margin: 0 0 8px;
  color: #2b2b35;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900; }

/* line 6336, theme.scss */
.odv-form-auth-explain p {
  margin: 0 0 12px;
  color: #56566a;
  font-size: 15px;
  line-height: 1.6; }

/* line 6343, theme.scss */
.odv-form-auth-explain ul {
  margin: 0 0 12px;
  padding-left: 20px;
  color: #33333f;
  font-size: 15px;
  line-height: 1.65; }

/* line 6351, theme.scss */
.odv-form-auth-explain li + li {
  margin-top: 2px; }

/* line 6355, theme.scss */
.odv-form-auth-explain__status {
  margin-bottom: 0 !important;
  color: #2b2b35 !important;
  font-weight: 800; }

@media (max-width: 640px) {
  /* line 6362, theme.scss */
  .odv-form-auth-explain {
    grid-template-columns: 1fr;
    padding: 18px; }

  /* line 6367, theme.scss */
  .odv-form-auth-explain__badge {
    width: fit-content; }

  /* line 6371, theme.scss */
  .odv-form-auth-explain h3 {
    font-size: 19px; } }
/* === Конец патча: пояснение для форм с авторизацией === */
/* =========================================================
   PATCH: Контакты — Telegram с двумя согласиями
   Небольшие стили для второго чекбокса трансграничной передачи
   ========================================================= */
/* line 6383, theme.scss */
.odv-consent-modal__check--transfer {
  margin-top: 12px; }

/* line 6387, theme.scss */
.odv-consent-modal__check--transfer span {
  font-weight: 500; }

/* === Конец патча: Контакты — Telegram с двумя согласиями === */
/* =========================================================
   ODV: Telegram consent once modal
   ========================================================= */
/* line 6396, theme.scss */
.odv-modal-open {
  overflow: hidden; }

/* line 6400, theme.scss */
.odv-tg-once-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; }

/* line 6410, theme.scss */
.odv-tg-once-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 35, 0.58); }

/* line 6416, theme.scss */
.odv-tg-once-modal__box {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(25, 20, 55, 0.25); }

/* line 6428, theme.scss */
.odv-tg-once-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f0fb;
  color: #2b2940;
  font-size: 24px;
  line-height: 1;
  cursor: pointer; }

/* line 6443, theme.scss */
.odv-tg-once-modal h3 {
  margin: 0 42px 12px 0;
  font-size: 24px;
  line-height: 1.25;
  color: #1f2430; }

/* line 6450, theme.scss */
.odv-tg-once-modal p {
  margin: 0 0 18px 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5e6475; }

/* line 6457, theme.scss */
.odv-tg-once-modal__check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid #e1def6;
  border-radius: 16px;
  background: #faf9ff;
  color: #35394a;
  font-size: 14px;
  line-height: 1.45; }

/* line 6472, theme.scss */
.odv-tg-once-modal__check input {
  width: 18px;
  height: 18px;
  margin-top: 2px; }

/* line 6478, theme.scss */
.odv-tg-once-modal__check a {
  color: #5d4ce6;
  text-decoration: underline; }

/* line 6483, theme.scss */
.odv-tg-once-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px; }

/* line 6490, theme.scss */
.odv-tg-once-modal__primary,
.odv-tg-once-modal__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer; }

/* line 6503, theme.scss */
.odv-tg-once-modal__primary {
  border: 1px solid #5d4ce6;
  background: #5d4ce6;
  color: #ffffff; }

/* line 6509, theme.scss */
.odv-tg-once-modal__primary:disabled {
  border-color: #b7b3d6;
  background: #b7b3d6;
  cursor: not-allowed; }

/* line 6515, theme.scss */
.odv-tg-once-modal__secondary {
  border: 1px solid #dedaf4;
  background: #ffffff;
  color: #3b3d4d; }

@media (max-width: 640px) {
  /* line 6522, theme.scss */
  .odv-tg-once-modal {
    align-items: flex-end;
    padding: 12px; }

  /* line 6527, theme.scss */
  .odv-tg-once-modal__box {
    padding: 22px 18px;
    border-radius: 20px; }

  /* line 6532, theme.scss */
  .odv-tg-once-modal h3 {
    font-size: 21px; }

  /* line 6536, theme.scss */
  .odv-tg-once-modal__actions {
    flex-direction: column; }

  /* line 6540, theme.scss */
  .odv-tg-once-modal__primary,
  .odv-tg-once-modal__secondary {
    width: 100%; } }
/* =========================================================
   ODV: HOTFIX — стили кнопок модального окна Telegram
   ========================================================= */
/* line 6549, theme.scss */
.odv-modal-action-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f0fb;
  color: #2b2940;
  font-size: 24px;
  line-height: 1;
  cursor: pointer; }

/* line 6564, theme.scss */
.odv-modal-action-primary,
.odv-modal-action-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer; }

/* line 6577, theme.scss */
.odv-modal-action-primary {
  border: 1px solid #5d4ce6;
  background: #5d4ce6;
  color: #ffffff; }

/* line 6583, theme.scss */
.odv-modal-action-primary:disabled {
  border-color: #b7b3d6;
  background: #b7b3d6;
  cursor: not-allowed; }

/* line 6589, theme.scss */
.odv-modal-action-secondary {
  border: 1px solid #dedaf4;
  background: #ffffff;
  color: #3b3d4d; }

@media (max-width: 640px) {
  /* line 6596, theme.scss */
  .odv-modal-action-primary,
  .odv-modal-action-secondary {
    width: 100%; } }
/* =========================================================
   ODV FOOTER: раскрывающийся список документов
   Назначение: скрывает длинный список документов в подвале
   ========================================================= */
/* line 6608, theme.scss */
.odv-footer__col--documents {
  min-width: 0; }

/* line 6612, theme.scss */
.odv-footer-docs {
  display: block; }

/* line 6616, theme.scss */
.odv-footer-docs__summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  user-select: none; }

/* line 6625, theme.scss */
.odv-footer-docs__summary::-webkit-details-marker {
  display: none; }

/* line 6629, theme.scss */
.odv-footer-docs__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(93, 76, 230, 0.28);
  border-radius: 999px;
  background: #ffffff; }

/* line 6639, theme.scss */
.odv-footer-docs__toggle::before,
.odv-footer-docs__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 2px;
  border-radius: 99px;
  background: #5d4ce6;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease, opacity 0.18s ease; }

/* line 6653, theme.scss */
.odv-footer-docs__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg); }

/* line 6657, theme.scss */
.odv-footer-docs[open] .odv-footer-docs__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg); }

/* line 6662, theme.scss */
.odv-footer-docs__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px; }

/* line 6669, theme.scss */
.odv-footer-docs__links a {
  display: inline-block;
  max-width: 260px; }

/* line 6674, theme.scss */
.odv-footer-docs[open] .odv-footer-docs__links {
  animation: odvFooterDocsOpen 0.18s ease; }

@keyframes odvFooterDocsOpen {
  from {
    opacity: 0;
    transform: translateY(-4px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 768px) {
  /* line 6690, theme.scss */
  .odv-footer-docs__summary {
    width: 100%;
    justify-content: space-between; }

  /* line 6695, theme.scss */
  .odv-footer-docs__links a {
    max-width: none; } }
/* =========================================================
   ODV: центр документов + группировка документов в шапке/подвале
   Файлы: /page/documents, snippets/odv-header.liquid, snippets/odv-footer.liquid
   ========================================================= */
/* --- Шапка: сгруппированный dropdown "Документы" --- */
/* line 6707, theme.scss */
.odv-header-docs__dropdown--grouped {
  width: 360px;
  padding: 14px; }

/* line 6712, theme.scss */
.odv-header-docs__all {
  display: block;
  padding: 14px 14px;
  margin-bottom: 10px;
  border: 1px solid #e1def7;
  border-radius: 16px;
  background: #f8f7ff;
  text-decoration: none; }

/* line 6722, theme.scss */
.odv-header-docs__all-title {
  display: block;
  font-weight: 800;
  color: #24283a;
  line-height: 1.25; }

/* line 6729, theme.scss */
.odv-header-docs__all-text {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  color: #6f7486; }

/* line 6737, theme.scss */
.odv-header-docs__section {
  padding: 10px 0;
  border-top: 1px solid #eeecfa; }

/* line 6742, theme.scss */
.odv-header-docs__section:first-of-type {
  border-top: 0; }

/* line 6746, theme.scss */
.odv-header-docs__section-title {
  margin: 0 0 6px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7b719e; }

/* line 6757, theme.scss */
.odv-header-docs__item {
  display: block;
  padding: 8px 8px;
  border-radius: 10px;
  color: #252a3a;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35; }

/* line 6767, theme.scss */
.odv-header-docs__item:hover,
.odv-header-docs__all:hover {
  background: #f1efff;
  color: #5d4ce6; }

/* --- Мобильное меню: сгруппированные документы --- */
/* line 6774, theme.scss */
.odv-header-mobile__details-list--grouped {
  gap: 14px; }

/* line 6778, theme.scss */
.odv-header-mobile__details-main {
  font-weight: 800;
  border: 1px solid #e1def7;
  background: #f8f7ff; }

/* line 6784, theme.scss */
.odv-header-mobile__details-group {
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid #eeecfa; }

/* line 6791, theme.scss */
.odv-header-mobile__details-group strong {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #7b719e; }

/* --- Футер: документы по группам внутри раскрывающегося блока --- */
/* line 6802, theme.scss */
.odv-footer-docs__links--grouped {
  display: grid;
  gap: 14px; }

/* line 6807, theme.scss */
.odv-footer-docs__all {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  color: #5d4ce6; }

/* line 6814, theme.scss */
.odv-footer-docs__group {
  display: grid;
  gap: 8px; }

/* line 6819, theme.scss */
.odv-footer-docs__group-title {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #7b719e; }

/* --- Страница /page/documents --- */
/* line 6830, theme.scss */
.odv-documents-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px 64px;
  color: #24283a; }

/* line 6837, theme.scss */
.odv-documents-page__hero {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid #e1def7;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f6ff 100%);
  box-shadow: 0 12px 34px rgba(68, 56, 146, 0.06); }

/* line 6847, theme.scss */
.odv-documents-page__eyebrow {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #5d4ce6; }

/* line 6857, theme.scss */
.odv-documents-page h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  color: #1f2430; }

/* line 6864, theme.scss */
.odv-documents-page__hero p {
  max-width: 820px;
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: #646b7d; }

/* line 6872, theme.scss */
.odv-documents-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px; }

/* line 6879, theme.scss */
.odv-documents-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e1def7;
  border-radius: 24px;
  background: #ffffff; }

/* line 6889, theme.scss */
.odv-documents-card__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start; }

/* line 6896, theme.scss */
.odv-documents-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #5d4ce6;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px; }

/* line 6909, theme.scss */
.odv-documents-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  color: #1f2430; }

/* line 6916, theme.scss */
.odv-documents-card p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: #6f7486; }

/* line 6923, theme.scss */
.odv-documents-card__links {
  display: grid;
  gap: 10px;
  margin-top: auto; }

/* line 6929, theme.scss */
.odv-documents-card__links a {
  display: block;
  padding: 15px;
  border: 1px solid #eeecfa;
  border-radius: 16px;
  background: #fbfbff;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }

/* line 6939, theme.scss */
.odv-documents-card__links a:hover {
  border-color: #6a55ea;
  box-shadow: 0 10px 24px rgba(86, 72, 196, 0.08);
  transform: translateY(-1px); }

/* line 6945, theme.scss */
.odv-documents-card__links strong {
  display: block;
  color: #24283a;
  font-size: 15px;
  line-height: 1.35; }

/* line 6952, theme.scss */
.odv-documents-card__links span {
  display: block;
  margin-top: 4px;
  color: #6f7486;
  font-size: 13px;
  line-height: 1.45; }

/* line 6960, theme.scss */
.odv-documents-page__notice {
  margin-top: 22px;
  padding: 26px 28px;
  border: 1px solid #e1def7;
  border-radius: 24px;
  background: #f8f7ff; }

/* line 6968, theme.scss */
.odv-documents-page__notice h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #1f2430; }

/* line 6975, theme.scss */
.odv-documents-page__notice p {
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #646b7d; }

@media (max-width: 1080px) {
  /* line 6984, theme.scss */
  .odv-documents-page__grid {
    grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  /* line 6990, theme.scss */
  .odv-header-docs__dropdown--grouped {
    width: min(340px, calc(100vw - 32px)); }

  /* line 6994, theme.scss */
  .odv-documents-page {
    padding: 24px 14px 46px; }

  /* line 6998, theme.scss */
  .odv-documents-page__hero,
  .odv-documents-card,
  .odv-documents-page__notice {
    padding: 20px;
    border-radius: 22px; }

  /* line 7005, theme.scss */
  .odv-documents-card__head {
    grid-template-columns: 1fr; } }
/* line 7011, theme.scss */
.odv-consent-modal__lead {
  margin: 0 0 18px;
  color: #6f7084;
  font-size: 15px;
  line-height: 1.55; }

/* line 7018, theme.scss */
.odv-telegram-consent-error {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #f3b7b7;
  border-radius: 12px;
  background: #fff5f5;
  color: #b00020;
  font-size: 14px;
  line-height: 1.45; }

/* line 7029, theme.scss */
.odv-telegram-consent-success {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f0fff4;
  color: #207245;
  font-size: 14px;
  line-height: 1.45; }

/* line 7039, theme.scss */
.odv-telegram-consent-field-error {
  margin-top: 6px;
  color: #b00020;
  font-size: 13px;
  line-height: 1.35; }

/* line 7046, theme.scss */
.odv-consent-modal__btn[disabled] {
  opacity: .55;
  cursor: not-allowed; }
