@charset "UTF-8";
/* 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, #2B7CFF);
  --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, #468dff);
  --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, #649fff);
  --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, #bdd6ff);
  --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, #003c96);
  --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, #004ab8);
  --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, #0058dc);
  --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, #4a92ff);
  --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, intermittent);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --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, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1140px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --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, true);
  --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, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

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

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

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

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

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

  /* line 24, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* ============================= */
/* ===== STATIC PAGES ========== */
/* ============================= */
/* line 32, theme.scss */
.about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  /* ===== CTA FIX ===== */
  /* ===== MOBILE ===== */ }
  /* line 38, theme.scss */
  .about-page .about-hero {
    background: linear-gradient(135deg, #1f5fd6, #2b7cff);
    border-radius: 28px;
    padding: 80px 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px; }
    /* line 46, theme.scss */
    .about-page .about-hero h1 {
      font-size: 38px;
      margin-bottom: 20px; }
    /* line 51, theme.scss */
    .about-page .about-hero p {
      font-size: 18px;
      opacity: 0.95;
      max-width: 800px;
      margin: 0 auto; }
  /* line 59, theme.scss */
  .about-page .about-section {
    margin-bottom: 80px;
    text-align: center; }
    /* line 63, theme.scss */
    .about-page .about-section h2 {
      font-size: 28px;
      margin-bottom: 30px; }
  /* line 69, theme.scss */
  .about-page .about-who-text {
    max-width: 850px;
    margin: 0 auto 50px auto; }
    /* line 73, theme.scss */
    .about-page .about-who-text p {
      margin-bottom: 18px;
      line-height: 1.6;
      color: #555; }
  /* line 80, theme.scss */
  .about-page .about-who-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto; }
  /* line 88, theme.scss */
  .about-page .feature-card {
    background: #f6f8fc;
    padding: 18px;
    border-radius: 14px;
    font-weight: 500;
    text-align: center;
    transition: .2s;
    border: 1px solid #e6edff; }
    /* line 97, theme.scss */
    .about-page .feature-card:hover {
      background: #e6edff; }
  /* line 100, theme.scss */
  .about-page .about-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 80px; }
  /* line 107, theme.scss */
  .about-page .about-card {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: .25s; }
    /* line 114, theme.scss */
    .about-page .about-card h3 {
      margin-bottom: 12px; }
    /* line 115, theme.scss */
    .about-page .about-card p {
      color: #666; }
    /* line 117, theme.scss */
    .about-page .about-card:hover {
      transform: translateY(-5px); }
  /* line 120, theme.scss */
  .about-page .about-numbers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    margin-bottom: 100px; }
  /* line 127, theme.scss */
  .about-page .about-number {
    background: #f6f8fc;
    padding: 30px;
    border-radius: 20px;
    text-align: center; }
    /* line 133, theme.scss */
    .about-page .about-number strong {
      display: block;
      font-size: 28px;
      color: #2b7cff;
      margin-bottom: 10px; }
    /* line 140, theme.scss */
    .about-page .about-number span {
      font-size: 14px;
      color: #666; }
  /* line 146, theme.scss */
  .about-page .about-process {
    margin-bottom: 100px;
    text-align: center; }
    /* line 150, theme.scss */
    .about-page .about-process h2 {
      margin-bottom: 50px; }
  /* line 153, theme.scss */
  .about-page .process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 0;
    max-width: 1100px;
    margin: 0 auto; }
  /* line 161, theme.scss */
  .about-page .process-step:nth-child(1) {
    grid-column: 1 / 3; }
  /* line 162, theme.scss */
  .about-page .process-step:nth-child(2) {
    grid-column: 3 / 5; }
  /* line 163, theme.scss */
  .about-page .process-step:nth-child(3) {
    grid-column: 5 / 7; }
  /* line 164, theme.scss */
  .about-page .process-step:nth-child(4) {
    grid-column: 2 / 4; }
  /* line 165, theme.scss */
  .about-page .process-step:nth-child(5) {
    grid-column: 4 / 6; }
  /* line 167, theme.scss */
  .about-page .process-step {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.2s; }
    /* line 174, theme.scss */
    .about-page .process-step:hover {
      transform: translateY(-5px); }
    /* line 176, theme.scss */
    .about-page .process-step h4 {
      margin: 5px 0 10px; }
    /* line 177, theme.scss */
    .about-page .process-step p {
      font-size: 14px;
      color: #666; }
  /* line 180, theme.scss */
  .about-page .step-number {
    font-size: 16px;
    font-weight: 700;
    color: #2b7cff;
    margin-bottom: 12px; }
  /* line 189, theme.scss */
  .about-page .about-cta {
    text-align: center; }
  /* line 193, theme.scss */
  .about-page .about-cta .btn-primary {
    display: block;
    width: max-content;
    margin: 20px auto 0; }
  @media (max-width: 900px) {
    /* line 202, theme.scss */
    .about-page .process-steps {
      grid-template-columns: 1fr; }
    /* line 203, theme.scss */
    .about-page .process-step {
      grid-column: auto !important; } }
  @media (max-width: 768px) {
    /* line 32, theme.scss */
    .about-page {
      /* Горизонтальный скролл НДС/документы */ }
      /* line 208, theme.scss */
      .about-page .about-hero {
        padding: 50px 20px; }
        /* line 210, theme.scss */
        .about-page .about-hero h1 {
          font-size: 26px; }
      /* line 215, theme.scss */
      .about-page .about-who-features {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory; }
      /* line 223, theme.scss */
      .about-page .about-who-features::-webkit-scrollbar {
        display: none; }
      /* line 227, theme.scss */
      .about-page .feature-card {
        min-width: 220px;
        flex: 0 0 auto;
        scroll-snap-align: start; } }

/* line 235, theme.scss */
.about-page {
  /* ===== HERO IMAGE FIX ===== */
  /* ===== TITLES WITH ICONS ===== */
  /* ===== FEATURE CARDS ===== */
  /* ===== ABOUT CARDS ===== */
  /* ===== PROCESS ===== */
  /* ===== CTA ===== */
  /* ===== AIR / TYPOGRAPHY ===== */
  /* ===== MOBILE ===== */ }
  /* line 239, theme.scss */
  .about-page .about-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    padding: 160px 60px;
    margin-bottom: 120px;
    overflow: hidden; }
  /* line 249, theme.scss */
  .about-page .about-hero-overlay {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
  /* line 258, theme.scss */
  .about-page .about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1; }
  /* line 268, theme.scss */
  .about-page .title-icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    vertical-align: middle; }
  /* line 275, theme.scss */
  .about-page h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; }
  /* line 284, theme.scss */
  .about-page .about-who-features {
    margin-top: 60px;
    gap: 25px; }
  /* line 289, theme.scss */
  .about-page .feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 22px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: .2s ease; }
    /* line 300, theme.scss */
    .about-page .feature-card img {
      width: 56px;
      height: 56px; }
    /* line 305, theme.scss */
    .about-page .feature-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08); }
  /* line 313, theme.scss */
  .about-page .about-cards {
    margin-top: 80px;
    gap: 35px; }
  /* line 318, theme.scss */
  .about-page .about-card {
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center; }
    /* line 323, theme.scss */
    .about-page .about-card .card-icon {
      width: 64px;
      height: 64px;
      margin-bottom: 18px; }
  /* line 332, theme.scss */
  .about-page .about-process {
    margin-top: 120px; }
  /* line 336, theme.scss */
  .about-page .process-steps {
    gap: 40px; }
  /* line 340, theme.scss */
  .about-page .process-step {
    text-align: center;
    padding: 40px 30px; }
    /* line 344, theme.scss */
    .about-page .process-step .step-icon {
      width: 56px;
      height: 56px;
      margin-bottom: 16px; }
  /* line 353, theme.scss */
  .about-page .about-cta {
    margin-top: 140px;
    padding: 80px 40px;
    background: #f6f9ff;
    border-radius: 32px; }
    /* line 359, theme.scss */
    .about-page .about-cta .title-icon {
      width: 30px;
      height: 30px; }
  /* line 367, theme.scss */
  .about-page .about-section {
    margin-bottom: 120px; }
  /* line 371, theme.scss */
  .about-page .about-who-text p {
    font-size: 16px;
    line-height: 1.7; }
  @media (max-width: 768px) {
    /* line 380, theme.scss */
    .about-page .about-hero {
      padding: 80px 20px;
      margin-bottom: 80px; }
    /* line 385, theme.scss */
    .about-page .about-cards,
    .about-page .about-numbers {
      gap: 20px; }
    /* line 390, theme.scss */
    .about-page .about-card {
      padding: 30px 20px; }
    /* line 394, theme.scss */
    .about-page .about-cta {
      padding: 50px 20px;
      margin-top: 80px; } }

/* ===== CTA MOBILE FIX ===== */
@media (max-width: 768px) {
  /* line 404, theme.scss */
  .about-page .about-cta {
    text-align: center; }

  /* line 408, theme.scss */
  .about-page .about-cta .btn-primary {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 25px auto 0;
    text-align: center; } }
/* ============================= */
/* ===== B2B PAGE ============== */
/* ============================= */
/* line 423, theme.scss */
.b2b-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px; }

/* Универсальная кнопка */
/* line 431, theme.scss */
.btn-primary {
  display: inline-block;
  background: #2b7cff;
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: .2s; }

/* line 442, theme.scss */
.btn-primary:hover {
  background: #1f5fd6;
  transform: translateY(-2px); }

/* HERO */
/* line 448, theme.scss */
.b2b-hero {
  background: linear-gradient(135deg, #1f5fd6, #2b7cff);
  border-radius: 28px;
  padding: 80px 40px;
  color: #fff;
  margin-bottom: 80px; }

/* line 456, theme.scss */
.b2b-hero h1 {
  font-size: 38px;
  margin-bottom: 20px; }

/* line 461, theme.scss */
.b2b-hero-desc {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: .95; }

/* SECTION */
/* line 469, theme.scss */
.b2b-section {
  margin-bottom: 80px; }

/* line 473, theme.scss */
.b2b-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px; }

/* TAGS */
/* line 481, theme.scss */
.b2b-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; }

/* line 488, theme.scss */
.b2b-tag {
  background: #f4f6fb;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 500; }

/* INDUSTRIES */
/* line 497, theme.scss */
.b2b-industries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px; }

/* line 503, theme.scss */
.industry-card {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: .25s; }

/* line 511, theme.scss */
.industry-card:hover {
  transform: translateY(-5px); }

/* COLUMNS */
/* line 517, theme.scss */
.b2b-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px; }

/* line 523, theme.scss */
.info-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

/* line 529, theme.scss */
.info-card h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3;
  min-height: 58px;
  /* фиксируем визуальный уровень */ }

/* line 536, theme.scss */
.b2b-columns {
  align-items: stretch; }

/* line 540, theme.scss */
.info-card {
  height: 100%;
  display: flex;
  flex-direction: column; }

/* line 546, theme.scss */
.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px; }

/* line 555, theme.scss */
.info-card ul li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
  color: #444; }

/* line 563, theme.scss */
.info-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%; }

/* CTA */
/* line 576, theme.scss */
.b2b-cta {
  background: linear-gradient(135deg, #f0f4ff, #e6edff);
  padding: 60px 40px;
  border-radius: 28px;
  text-align: center; }

/* line 583, theme.scss */
.b2b-cta h2 {
  margin-bottom: 15px; }

/* line 587, theme.scss */
.b2b-cta p {
  margin-bottom: 25px;
  color: #555; }

/* line 592, theme.scss */
.b2b-hero .btn-primary {
  margin-top: 25px; }

/* line 596, theme.scss */
.btn-white {
  background: #fff;
  color: #1f5fd6 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

/* line 602, theme.scss */
.btn-white:hover {
  background: #f3f6ff;
  transform: translateY(-2px); }

@media (max-width: 768px) {
  /* line 611, theme.scss */
  .b2b-hero {
    padding: 50px 20px; }

  /* line 615, theme.scss */
  .b2b-hero h1 {
    font-size: 26px; } }
  /* ================================
   ICON SYSTEM (SAFE EXTENSION)
================================ */
/* ===== Заголовки с иконками ===== */
/* line 625, theme.scss */
.b2b-section h2 {
  display: inline-flex;
  align-items: center;
  gap: 16px; }

/* line 631, theme.scss */
.b2b-section h2 img {
  width: 44px;
  height: 44px;
  flex-shrink: 0; }

/* ===== HERO иконка ===== */
/* line 639, theme.scss */
.b2b-hero h1 {
  display: inline-flex;
  align-items: center;
  gap: 18px; }

/* line 645, theme.scss */
.b2b-hero h1 img {
  width: 52px;
  height: 52px;
  flex-shrink: 0; }

/* ===== Теги ===== */
/* line 653, theme.scss */
.b2b-tag {
  display: flex;
  align-items: center;
  gap: 12px; }

/* line 659, theme.scss */
.b2b-tag img {
  width: 30px;
  height: 30px;
  flex-shrink: 0; }

/* ===== Отрасли ===== */
/* line 667, theme.scss */
.industry-card {
  text-align: center; }

/* line 671, theme.scss */
.industry-card img {
  width: 52px;
  height: 52px;
  margin-bottom: 18px; }

/* ===== Карточки преимуществ / задач ===== */
/* убираем старые точки */
/* line 680, theme.scss */
.info-card ul li::before {
  display: none; }

/* line 684, theme.scss */
.info-card ul li,
.info-card ol li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 0; }

/* line 692, theme.scss */
.info-card ul li img,
.info-card ol li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 3px; }

/* ===== Иконка в заголовке карточек ===== */
/* line 702, theme.scss */
.info-card h3 {
  display: flex;
  align-items: center;
  gap: 14px; }

/* line 708, theme.scss */
.info-card h3 img {
  width: 38px;
  height: 38px;
  flex-shrink: 0; }

/* ===== CTA ===== */
/* line 716, theme.scss */
.b2b-cta h2 {
  display: inline-flex;
  align-items: center;
  gap: 16px; }

/* line 722, theme.scss */
.b2b-cta h2 img {
  width: 46px;
  height: 46px; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  /* line 731, theme.scss */
  .b2b-hero h1 img {
    width: 36px;
    height: 36px; }

  /* line 736, theme.scss */
  .b2b-section h2 img {
    width: 32px;
    height: 32px; }

  /* line 741, theme.scss */
  .industry-card img {
    width: 40px;
    height: 40px; }

  /* line 746, theme.scss */
  .info-card ul li img {
    width: 20px;
    height: 20px; } }
/* =========================================
   ВЕРТИКАЛЬНЫЕ МАРКЕРЫ ДЛЯ 3 КОЛОНОК
========================================= */
/* line 758, theme.scss */
.b2b-columns .info-card {
  /* Вертикальная полоска */ }
  /* line 760, theme.scss */
  .b2b-columns .info-card ul,
  .b2b-columns .info-card ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  /* line 770, theme.scss */
  .b2b-columns .info-card ul li,
  .b2b-columns .info-card ol li {
    position: relative;
    padding-left: 18px;
    line-height: 1.6; }
  /* line 778, theme.scss */
  .b2b-columns .info-card ul li::before,
  .b2b-columns .info-card ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    /* толще */
    height: 18px;
    border-radius: 3px;
    background: #2b7cff; }

/* =========================================
   ВЕРТИКАЛЬНАЯ ПОЛОСКА У КАЖДОГО ПУНКТА
   (во всех трёх нижних блоках)
========================================= */
/* line 798, theme.scss */
.b2b-columns .info-card ul,
.b2b-columns .info-card ol {
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 805, theme.scss */
.b2b-columns .info-card ul li,
.b2b-columns .info-card ol li {
  position: relative;
  padding-left: 22px;
  /* место под полоску */
  margin-bottom: 14px;
  line-height: 1.6; }

/* убираем старые точки если есть */
/* line 814, theme.scss */
.b2b-columns .info-card ul li::before {
  content: none; }

/* рисуем вертикальную полоску */
/* line 819, theme.scss */
.b2b-columns .info-card ul li::after,
.b2b-columns .info-card ol li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 18px;
  background: #2b7cff;
  border-radius: 4px; }

/* ===============================
   HERO ACTIONS FIX
================================ */
/* line 835, theme.scss */
.b2b-hero-inner {
  text-align: center; }

/* line 839, theme.scss */
.b2b-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  /* расстояние между note и кнопкой */
  margin-top: 25px; }

/* line 847, theme.scss */
.b2b-hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  font-size: 14px;
  font-weight: 600; }

/* line 859, theme.scss */
.b2b-hero-note img {
  width: 26px;
  height: 26px; }

/* line 864, theme.scss */
.b2b-hero .btn-primary {
  margin-top: 0;
  /* убираем старый отступ */ }

/* ============================= */
/* ===== DELIVERY PAGE ========= */
/* ============================= */
/* line 873, theme.scss */
.delivery-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px; }
  /* line 879, theme.scss */
  .delivery-page .delivery-hero {
    background: linear-gradient(135deg, #1f5fd6, #2b7cff);
    border-radius: 28px;
    padding: 80px 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px; }
    /* line 887, theme.scss */
    .delivery-page .delivery-hero h1 {
      font-size: 38px;
      margin-bottom: 20px; }
    /* line 892, theme.scss */
    .delivery-page .delivery-hero p {
      font-size: 18px;
      opacity: 0.95;
      max-width: 700px;
      margin: 0 auto; }
  /* line 900, theme.scss */
  .delivery-page .delivery-section {
    margin-bottom: 80px;
    text-align: center; }
    /* line 904, theme.scss */
    .delivery-page .delivery-section h2 {
      font-size: 28px;
      margin-bottom: 40px; }
  /* line 910, theme.scss */
  .delivery-page .delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px; }
  /* line 916, theme.scss */
  .delivery-page .delivery-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: .25s; }
    /* line 923, theme.scss */
    .delivery-page .delivery-card h3 {
      margin-bottom: 15px;
      font-size: 18px; }
    /* line 928, theme.scss */
    .delivery-page .delivery-card p {
      color: #666;
      font-size: 15px; }
    /* line 933, theme.scss */
    .delivery-page .delivery-card:hover {
      transform: translateY(-5px); }
  /* line 938, theme.scss */
  .delivery-page .delivery-cta {
    background: linear-gradient(135deg, #f0f4ff, #e6edff);
    padding: 60px 40px;
    border-radius: 28px;
    text-align: center; }
    /* line 944, theme.scss */
    .delivery-page .delivery-cta h2 {
      margin-bottom: 15px; }
    /* line 945, theme.scss */
    .delivery-page .delivery-cta p {
      margin-bottom: 25px;
      color: #555; }
    /* line 947, theme.scss */
    .delivery-page .delivery-cta .btn-primary {
      display: block;
      width: max-content;
      margin: 20px auto 0; }
  @media (max-width: 768px) {
    /* line 956, theme.scss */
    .delivery-page .delivery-hero {
      padding: 50px 20px; }
      /* line 959, theme.scss */
      .delivery-page .delivery-hero h1 {
        font-size: 26px; } }

/* line 964, theme.scss */
.delivery-hero {
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 120px 40px;
  margin-bottom: 100px;
  text-align: center;
  color: #fff; }

/* line 977, theme.scss */
.delivery-page .title-icon {
  width: 48px;
  height: 48px;
  margin-right: 14px;
  vertical-align: middle; }
/* line 984, theme.scss */
.delivery-page h1, .delivery-page h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px; }

/* ============================= */
/* ===== CONTACTS NEW STYLE ==== */
/* ============================= */
/* line 998, theme.scss */
.contacts-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px; }

/* line 1005, theme.scss */
.contacts-title {
  text-align: center;
  margin-bottom: 60px; }
  /* line 1009, theme.scss */
  .contacts-title h1 {
    font-size: 36px;
    margin-bottom: 10px; }
  /* line 1014, theme.scss */
  .contacts-title p {
    color: #666; }

/* line 1019, theme.scss */
.contacts-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  margin-bottom: 60px; }

/* line 1026, theme.scss */
.contacts-info {
  display: flex;
  flex-direction: column;
  gap: 25px; }

/* line 1032, theme.scss */
.contact-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: .25s; }
  /* line 1039, theme.scss */
  .contact-card h3 {
    margin-bottom: 15px;
    font-size: 18px; }
  /* line 1044, theme.scss */
  .contact-card p {
    margin-bottom: 8px;
    color: #555; }
  /* line 1049, theme.scss */
  .contact-card a {
    color: #2b7cff;
    text-decoration: none; }
  /* line 1054, theme.scss */
  .contact-card a:hover {
    text-decoration: underline; }

/* Выделенный адрес */
/* line 1060, theme.scss */
.contact-card.highlight {
  background: linear-gradient(135deg, #2b7cff, #1f5fd6);
  color: #fff; }
  /* line 1064, theme.scss */
  .contact-card.highlight p {
    color: #fff; }
  /* line 1068, theme.scss */
  .contact-card.highlight h3 {
    color: #fff; }

/* line 1073, theme.scss */
.contacts-requisites {
  background: #f6f8fc;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e6edff; }
  /* line 1079, theme.scss */
  .contacts-requisites h3 {
    margin-bottom: 20px; }
  /* line 1083, theme.scss */
  .contacts-requisites p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #444; }

/* Карта */
/* line 1091, theme.scss */
.contacts-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

/* MOBILE */
@media (max-width: 900px) {
  /* line 1101, theme.scss */
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 40px; }

  /* line 1106, theme.scss */
  .contacts-map iframe {
    height: 280px; } }
/* line 1110, theme.scss */
.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px; }

/* line 1117, theme.scss */
.contact-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: .2s;
  font-size: 14px; }

/* Позвонить */
/* line 1128, theme.scss */
.contact-btn.call {
  background: #2b7cff;
  color: #fff; }

/* line 1133, theme.scss */
.contact-btn.call:hover {
  background: #1f5fd6; }

/* WhatsApp */
/* line 1138, theme.scss */
.contact-btn.whatsapp {
  background: #25D366;
  color: #fff; }

/* line 1143, theme.scss */
.contact-btn.whatsapp:hover {
  background: #1da851; }

/* Маршрут */
/* line 1148, theme.scss */
.contact-btn.route {
  background: #f4f6fb;
  color: #333;
  border: 1px solid #e6edff; }

/* line 1154, theme.scss */
.contact-btn.route:hover {
  background: #e6edff; }

/* MOBILE */
@media (max-width: 600px) {
  /* line 1161, theme.scss */
  .contact-actions {
    flex-direction: column; }

  /* line 1165, theme.scss */
  .contact-btn {
    width: 100%;
    text-align: center; } }
/* ============================= */
/* ===== PROFESSION TEMPLATE === */
/* ============================= */
/* line 1175, theme.scss */
.page-profession {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 100px;
  /* HERO */
  /* FILTER NAV */
  /* GRID */
  /* B2B BLOCK */
  /* MOBILE */ }
  /* line 1183, theme.scss */
  .page-profession .hero-block {
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
    border-radius: 28px;
    padding: 70px 40px;
    text-align: center;
    margin-bottom: 50px; }
  /* line 1191, theme.scss */
  .page-profession .hero-block h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px; }
  /* line 1197, theme.scss */
  .page-profession .hero-desc {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px; }
  /* line 1204, theme.scss */
  .page-profession .hero-cta {
    display: inline-block;
    padding: 16px 34px;
    background: #2b7cff;
    color: #fff !important;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: .2s; }
  /* line 1215, theme.scss */
  .page-profession .hero-cta:hover {
    background: #1f5fd6;
    transform: translateY(-2px); }
  /* line 1222, theme.scss */
  .page-profession .sticky-filter {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 15px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px; }
  /* line 1233, theme.scss */
  .page-profession .sticky-filter::-webkit-scrollbar {
    display: none; }
  /* line 1237, theme.scss */
  .page-profession .sticky-filter a {
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 14px;
    background: #f3f5f9;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: .25s; }
  /* line 1248, theme.scss */
  .page-profession .sticky-filter a:hover,
  .page-profession .sticky-filter a.active {
    background: #2b7cff;
    color: #fff; }
  /* line 1256, theme.scss */
  .page-profession .choice-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 80px; }
  /* line 1264, theme.scss */
  .page-profession .section-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 35px; }
  /* line 1270, theme.scss */
  .page-profession .prof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px; }
  /* line 1276, theme.scss */
  .page-profession .prof-btn {
    background: #f8fafc;
    border-radius: 18px;
    padding: 26px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    transition: .25s; }
  /* line 1288, theme.scss */
  .page-profession .prof-btn:hover {
    background: #2b7cff;
    color: #fff;
    transform: translateY(-4px); }
  /* line 1296, theme.scss */
  .page-profession .b2b-block {
    background: linear-gradient(180deg, #eef4ff, #e3ecff);
    padding: 70px 40px;
    border-radius: 28px;
    text-align: center; }
  /* line 1303, theme.scss */
  .page-profession .b2b-block h2 {
    font-size: 28px;
    margin-bottom: 15px; }
  /* line 1308, theme.scss */
  .page-profession .b2b-desc {
    font-size: 17px;
    color: #555;
    margin-bottom: 25px; }
  /* line 1314, theme.scss */
  .page-profession .b2b-btn {
    display: inline-block;
    background: #2b7cff;
    color: #fff !important;
    padding: 16px 30px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: .2s; }
  /* line 1325, theme.scss */
  .page-profession .b2b-btn:hover {
    background: #1f5fd6;
    transform: translateY(-2px); }
  @media (max-width: 768px) {
    /* line 1334, theme.scss */
    .page-profession .hero-block {
      padding: 50px 20px; }
    /* line 1338, theme.scss */
    .page-profession .hero-block h1 {
      font-size: 26px; }
    /* line 1342, theme.scss */
    .page-profession .choice-wrapper {
      padding: 25px; }
    /* line 1346, theme.scss */
    .page-profession .b2b-block {
      padding: 50px 20px; } }

/* line 1352, theme.scss */
.collection-top-filters {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px; }

/* line 1358, theme.scss */
.filter-group {
  margin-bottom: 35px; }

/* line 1362, theme.scss */
.filter-group h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222; }

/* line 1369, theme.scss */
.prof-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 1375, theme.scss */
.prof-btn {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f4f6fb;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  transition: .2s ease;
  border: 1px solid transparent; }

/* line 1387, theme.scss */
.prof-btn:hover {
  background: #2b7cff;
  color: #fff; }

/* line 1392, theme.scss */
.prof-btn.active {
  background: #2b7cff;
  color: #fff; }

/* ==============================
   CHECKOUT SCALE FIX
============================== */
/* общий размер текста */
/* line 1404, theme.scss */
.checkout-v2-wrapper {
  font-size: 14px; }

/* заголовок */
/* line 1409, theme.scss */
.co-title--h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px; }

/* блоки */
/* line 1416, theme.scss */
.co-section {
  margin-bottom: 20px; }

/* подписи */
/* line 1421, theme.scss */
.co-input-label,
.co-delivery_title,
.co-payment_title {
  font-size: 13px;
  margin-bottom: 6px; }

/* поля */
/* line 1429, theme.scss */
input,
select {
  height: 38px !important;
  font-size: 14px !important;
  padding: 0 12px !important;
  border-radius: 10px !important; }

/* радио */
/* line 1438, theme.scss */
.co-delivery_method,
.co-payment_method {
  padding: 10px 12px;
  border-radius: 12px; }

/* блок итогов */
/* line 1445, theme.scss */
.co-basket,
.co-order_total {
  font-size: 15px; }

/* line 1450, theme.scss */
.co-order_total {
  font-size: 18px;
  font-weight: 600; }

/* кнопка */
/* line 1456, theme.scss */
button[type="submit"] {
  height: 44px;
  font-size: 14px;
  border-radius: 14px !important; }

/* уменьшаем отступы контейнеров */
/* line 1463, theme.scss */
.co-checkout-block--padded {
  padding: 24px !important; }

/* line 1467, theme.scss */
.co-section--checkout_sidebar {
  padding: 20px !important; }

/* ==============================
   DELIVERY / PAYMENT COMPACT
============================== */
/* карточка метода */
/* line 1475, theme.scss */
.co-delivery_method,
.co-payment_method {
  padding: 8px 12px !important;
  border-radius: 10px !important;
  margin-bottom: 8px !important; }

/* заголовок метода */
/* line 1483, theme.scss */
.co-delivery_method-title,
.co-payment_method-title {
  font-size: 14px !important;
  font-weight: 500 !important; }

/* описание */
/* line 1490, theme.scss */
.co-delivery_method-description,
.co-payment_method-description {
  font-size: 12px !important;
  opacity: .7; }

/* цена справа */
/* line 1497, theme.scss */
.co-delivery_method-price {
  font-size: 13px !important; }

/* радиокнопка */
/* line 1502, theme.scss */
.co-radio,
.co-radio input {
  transform: scale(0.85); }

/* расстояние между секциями */
/* line 1508, theme.scss */
.co-delivery,
.co-payment {
  margin-bottom: 18px !important; }

/* Уменьшаем внутренние отступы блоков */
/* line 1513, theme.scss */
.co-delivery_methods,
.co-payment_methods {
  margin-top: 10px !important; }

/* Каждый вариант доставки */
/* line 1519, theme.scss */
.co-delivery_method,
.co-payment_method {
  padding: 10px 14px !important;
  border-radius: 12px !important; }

/* Убираем лишние вертикальные отступы */
/* line 1526, theme.scss */
.co-delivery_method + .co-delivery_method,
.co-payment_method + .co-payment_method {
  margin-top: 8px !important; }

/* Текст компактнее */
/* line 1532, theme.scss */
.co-delivery_method-title,
.co-payment_method-title {
  font-size: 14px !important;
  font-weight: 500 !important; }

/* line 1538, theme.scss */
.co-delivery_method-description,
.co-payment_method-description {
  font-size: 12px !important;
  opacity: 0.7; }

/* ===============================
   SPEC MARKET — ZAYAVKA LAYOUT V2
=================================*/
/* line 1547, theme.scss */
.zayavka-page {
  padding: 70px 20px;
  background: #f6f8fc; }

/* Верхний блок преимуществ */
/* line 1554, theme.scss */
.zayavka-benefits {
  max-width: 1000px;
  margin: 0 auto 50px auto;
  background: linear-gradient(135deg, #2b7cff, #1f5fd6);
  border-radius: 22px;
  padding: 45px 60px;
  color: #fff;
  box-shadow: 0 18px 45px rgba(43, 124, 255, 0.25); }

/* line 1564, theme.scss */
.zayavka-benefits h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600; }

/* line 1570, theme.scss */
.zayavka-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 1579, theme.scss */
.zayavka-benefits li {
  font-size: 15px;
  position: relative;
  padding-left: 26px; }

/* line 1585, theme.scss */
.zayavka-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600; }

/* Форма ниже */
/* line 1595, theme.scss */
.zayavka-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 45px;
  border: 1px solid #eef2f7;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05); }

/* Заголовок */
/* line 1607, theme.scss */
.zayavka-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px; }

/* line 1614, theme.scss */
.zayavka-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 40px;
  font-size: 15px; }

/* Кнопка */
/* line 1623, theme.scss */
.zayavka-form-wrapper .button {
  height: 50px;
  border-radius: 18px;
  font-weight: 600;
  margin-top: 15px; }

/* Mobile */
@media (max-width: 768px) {
  /* line 1634, theme.scss */
  .zayavka-benefits {
    padding: 30px; }

  /* line 1638, theme.scss */
  .zayavka-benefits ul {
    grid-template-columns: 1fr; }

  /* line 1642, theme.scss */
  .zayavka-form-wrapper {
    padding: 30px; }

  /* line 1646, theme.scss */
  .zayavka-title {
    font-size: 22px; } }
/* line 1654, theme.scss */
.request-page {
  max-width: 700px;
  margin: 80px auto;
  padding: 0 20px; }

/* line 1660, theme.scss */
.request-header {
  text-align: center;
  margin-bottom: 40px; }

/* line 1665, theme.scss */
.request-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px; }

/* line 1671, theme.scss */
.request-subtitle {
  color: #6b7280;
  font-size: 1rem; }

/* line 1676, theme.scss */
.request-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06); }

/* Кнопка */
/* line 1684, theme.scss */
.request-card .button {
  background: linear-gradient(135deg, var(--color-btn-bg), var(--color-btn-bg-major-shade));
  border: none;
  border-radius: 16px;
  font-weight: 600;
  height: 48px; }

/* line 1692, theme.scss */
.request-card .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(43, 124, 255, 0.25); }

/* line 1702, theme.scss */
.request-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999; }

/* line 1709, theme.scss */
.request-modal.is-active {
  display: block; }

/* line 1713, theme.scss */
.request-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); }

/* line 1719, theme.scss */
.request-modal__box {
  position: relative;
  max-width: 520px;
  margin: 80px auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  animation: modalFade .25s ease; }

@keyframes modalFade {
  from {
    transform: translateY(20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
/* line 1735, theme.scss */
.request-modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: #6b7280; }

/* line 1746, theme.scss */
.request-modal__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px; }

/* line 1752, theme.scss */
.request-modal__subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 25px; }

/* Кнопка синяя с градиентом */
/* line 1759, theme.scss */
.request-modal .button {
  background: linear-gradient(135deg, var(--color-btn-bg), var(--color-btn-bg-major-shade));
  border: none;
  border-radius: 14px;
  height: 46px;
  font-weight: 600; }

/* line 1771, theme.scss */
.request-modal .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(43, 124, 255, 0.25); }

@media (max-width: 600px) {
  /* line 1777, theme.scss */
  .request-modal__box {
    margin: 40px 15px;
    padding: 25px; } }
/* line 1783, theme.scss */
.request-page {
  max-width: 700px;
  margin: 80px auto;
  padding: 0 20px; }

/* line 1789, theme.scss */
.request-header {
  text-align: center;
  margin-bottom: 40px; }

/* line 1794, theme.scss */
.request-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px; }

/* line 1800, theme.scss */
.request-subtitle {
  color: #6b7280;
  font-size: 1rem; }

/* line 1805, theme.scss */
.request-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06); }

/* Кнопка */
/* line 1813, theme.scss */
.request-card .button {
  background: linear-gradient(135deg, var(--color-btn-bg), var(--color-btn-bg-major-shade));
  border: none;
  border-radius: 16px;
  font-weight: 600;
  height: 48px; }

/* line 1821, theme.scss */
.request-card .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(43, 124, 255, 0.25); }

/* ============================= */
/* ===== BRANDING PAGE ========= */
/* ============================= */
/* line 1831, theme.scss */
.branding-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px; }

/* ================= HERO ================= */
/* line 1839, theme.scss */
.branding-hero {
  background: linear-gradient(135deg, #1f5fd6, #2b7cff);
  border-radius: 28px;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
  box-shadow: 0 20px 50px rgba(43, 124, 255, 0.25); }

/* line 1849, theme.scss */
.branding-hero h1 {
  font-size: 38px;
  margin-bottom: 20px; }

/* line 1854, theme.scss */
.branding-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: .95; }

/* Белая кнопка в hero */
/* line 1863, theme.scss */
.btn-white {
  background: #fff;
  color: #2b7cff !important; }

/* line 1868, theme.scss */
.btn-white:hover {
  background: #f4f6fb;
  transform: translateY(-2px); }

/* ================= SECTION BASE ================= */
/* line 1875, theme.scss */
.branding-section {
  margin-bottom: 120px; }

/* line 1879, theme.scss */
.branding-section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px; }

/* ===============================
   BRANDING METHODS GRID
=================================*/
/* line 1889, theme.scss */
.methods-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  max-width: 1100px;
  margin: 60px auto 0; }

/* --- Верхний ряд (3 карточки) --- */
/* line 1898, theme.scss */
.methods-list .method-item:nth-child(1) {
  grid-column: 1 / 3; }

/* line 1899, theme.scss */
.methods-list .method-item:nth-child(2) {
  grid-column: 3 / 5; }

/* line 1900, theme.scss */
.methods-list .method-item:nth-child(3) {
  grid-column: 5 / 7; }

/* --- Нижний ряд (2 по центру) --- */
/* line 1903, theme.scss */
.methods-list .method-item:nth-child(4) {
  grid-column: 2 / 4; }

/* line 1904, theme.scss */
.methods-list .method-item:nth-child(5) {
  grid-column: 4 / 6; }

/* ===============================
   CARD STYLE
=================================*/
/* line 1910, theme.scss */
.method-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #eef2f7;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  transition: all .25s ease;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 1923, theme.scss */
.method-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(43, 124, 255, 0.12); }

/* line 1928, theme.scss */
.method-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px; }

/* Синяя линия слева */
/* line 1937, theme.scss */
.method-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 18px;
  background: #2b7cff;
  border-radius: 4px; }

/* line 1948, theme.scss */
.method-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280; }

/* ===============================
   MOBILE
=================================*/
@media (max-width: 900px) {
  /* line 1960, theme.scss */
  .methods-list {
    grid-template-columns: 1fr; }

  /* line 1964, theme.scss */
  .methods-list .method-item {
    grid-column: auto !important; } }
/* ================= TIMELINE ================= */
/* line 1973, theme.scss */
.branding-process {
  margin-bottom: 120px; }

/* line 1977, theme.scss */
.branding-process h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px; }

/* line 1983, theme.scss */
.process-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 50px; }

/* линия */
/* line 1992, theme.scss */
.process-timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e6edff; }

/* line 2002, theme.scss */
.timeline-item {
  position: relative;
  margin-bottom: 60px; }

/* line 2007, theme.scss */
.timeline-dot {
  position: absolute;
  left: -4px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #2b7cff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(43, 124, 255, 0.35); }

/* line 2024, theme.scss */
.timeline-content {
  padding-left: 35px; }

/* line 2028, theme.scss */
.timeline-content h3 {
  font-size: 19px;
  margin-bottom: 10px; }

/* line 2033, theme.scss */
.timeline-content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6; }

/* ================= CTA ================= */
/* line 2041, theme.scss */
.branding-cta {
  background: linear-gradient(135deg, #eef4ff, #e6edff);
  padding: 70px 40px;
  border-radius: 28px;
  text-align: center; }

/* line 2048, theme.scss */
.branding-cta h2 {
  font-size: 28px;
  margin-bottom: 15px; }

/* line 2053, theme.scss */
.branding-cta p {
  margin-bottom: 25px;
  color: #555;
  font-size: 16px; }

/* line 2058, theme.scss */
.branding-page {
  /* ===== HERO ===== */ }
  /* line 2062, theme.scss */
  .branding-page .branding-hero {
    position: relative;
    border-radius: 32px;
    padding: 120px 40px;
    margin-bottom: 100px;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgba(20, 40, 90, 0.85), rgba(43, 124, 255, 0.75)), url("https://static.insales-cdn.com/files/1/5273/115913881/original/01FF07DD-B6CF-4EC3-BCB8-917610AFC15E.PNG");
    background-size: cover;
    background-position: right 20% center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center; }
  /* line 2085, theme.scss */
  .branding-page .branding-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto; }

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  /* line 2099, theme.scss */
  .branding-hero {
    padding: 50px 20px; }

  /* line 2103, theme.scss */
  .branding-hero h1 {
    font-size: 26px; }

  /* line 2107, theme.scss */
  .branding-section {
    margin-bottom: 80px; }

  /* line 2111, theme.scss */
  .process-timeline {
    padding-left: 35px; }

  /* line 2115, theme.scss */
  .timeline-dot {
    width: 32px;
    height: 32px;
    font-size: 13px; }

  /* line 2121, theme.scss */
  .branding-cta {
    padding: 50px 20px; } }
/* line 2131, theme.scss */
.branding-process {
  padding: 100px 20px;
  background: #f8fafc; }

/* line 2136, theme.scss */
.process-timeline {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 40px;
  position: relative; }

/* line 2143, theme.scss */
.process-timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb; }

/* line 2153, theme.scss */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  padding-left: 30px; }

/* line 2159, theme.scss */
.timeline-dot {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 28px;
  height: 28px;
  background: #2b7cff;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 2175, theme.scss */
.timeline-content h3 {
  margin-bottom: 10px;
  font-size: 18px; }

/* line 2180, theme.scss */
.timeline-content p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6; }

/* ===============================
   FACTORY PAGE
=================================*/
/* line 2194, theme.scss */
.factory-page {
  padding: 70px 20px; }

/* HERO */
/* line 2200, theme.scss */
.factory-hero {
  background: linear-gradient(135deg, #1f5fd6, #2b7cff);
  border-radius: 28px;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 90px; }

/* line 2209, theme.scss */
.factory-hero h1 {
  font-size: 36px;
  margin-bottom: 20px; }

/* line 2214, theme.scss */
.factory-hero p {
  max-width: 700px;
  margin: 0 auto 25px;
  opacity: .95; }

/* SECTION */
/* line 2222, theme.scss */
.factory-section {
  max-width: 1100px;
  margin: 0 auto 90px; }

/* line 2227, theme.scss */
.factory-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px; }

/* GRID */
/* line 2235, theme.scss */
.factory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px; }

/* line 2241, theme.scss */
.factory-card {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f7;
  transition: .25s; }

/* line 2250, theme.scss */
.factory-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08); }

/* FEATURES */
/* line 2257, theme.scss */
.factory-features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  font-size: 15px;
  color: #444; }

/* QUALITY */
/* line 2267, theme.scss */
.factory-quality {
  max-width: 800px;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 16px;
  color: #555; }

/* CTA */
/* line 2277, theme.scss */
.factory-cta {
  background: linear-gradient(135deg, #f0f4ff, #e6edff);
  padding: 70px 40px;
  border-radius: 28px;
  text-align: center; }

/* line 2284, theme.scss */
.factory-cta h2 {
  margin-bottom: 15px; }

/* line 2288, theme.scss */
.factory-cta p {
  margin-bottom: 25px;
  color: #555; }

@media (max-width: 768px) {
  /* line 2295, theme.scss */
  .factory-hero {
    padding: 50px 20px; }

  /* line 2299, theme.scss */
  .factory-hero h1 {
    font-size: 26px; } }
/* ==============================
   FACTORY PAGE BLOCKS
=================================*/
/* line 2308, theme.scss */
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px; }

/* --- ЧТО ПРОИЗВОДИМ --- */
/* line 2316, theme.scss */
.factory-products {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto; }

/* line 2322, theme.scss */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px; }

/* line 2328, theme.scss */
.product-card {
  background: #fff;
  padding: 40px;
  border-radius: 22px;
  border: 1px solid #eef2f7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: .25s; }

/* line 2337, theme.scss */
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08); }

/* line 2342, theme.scss */
.product-card h3 {
  font-size: 20px;
  margin-bottom: 15px; }

/* line 2347, theme.scss */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555; }

/* --- ВОЗМОЖНОСТИ --- */
/* line 2355, theme.scss */
.factory-capabilities {
  padding: 80px 20px;
  background: #f6f8fc; }

/* line 2360, theme.scss */
.capabilities-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px; }

/* line 2368, theme.scss */
.capability-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  padding: 25px 30px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04); }

/* line 2378, theme.scss */
.cap-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2b7cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0; }

/* line 2391, theme.scss */
.capability-item h4 {
  margin-bottom: 6px;
  font-size: 17px; }

/* line 2396, theme.scss */
.capability-item p {
  font-size: 14px;
  color: #666; }

/* ===============================
   QUALITY CONTROL — NEW STYLE
=================================*/
/* line 2405, theme.scss */
.factory-quality {
  max-width: 900px;
  margin: 120px auto;
  padding: 60px 70px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  position: relative;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06); }

/* line 2416, theme.scss */
.factory-quality::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(180deg, #2b7cff, #1f5fd6);
  border-radius: 28px 0 0 28px; }

/* line 2427, theme.scss */
.factory-quality h2 {
  font-size: 28px;
  margin-bottom: 20px; }

/* line 2432, theme.scss */
.factory-quality p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 700px;
  margin: 0 auto; }

/* --- MOBILE --- */
@media (max-width: 768px) {
  /* line 2446, theme.scss */
  .factory-products,
  .factory-capabilities,
  .factory-quality {
    padding: 60px 20px; }

  /* line 2452, theme.scss */
  .quality-box {
    padding: 40px; } }
/* line 2463, theme.scss */
.page-profession .hero-block {
  background: linear-gradient(180deg, #f7f9fc, #eef4ff);
  border-radius: 24px;
  padding: 90px 70px;
  margin-bottom: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  text-align: center; }
/* line 2472, theme.scss */
.page-profession .hero-desc {
  margin-top: 20px;
  color: #666;
  font-size: 18px; }
/* line 2478, theme.scss */
.page-profession .hero-divider {
  width: 100px;
  height: 5px;
  background: #2b7cff;
  border-radius: 10px;
  margin: 50px auto; }
/* line 2486, theme.scss */
.page-profession .sticky-filter {
  position: relative;
  /* не sticky */
  top: auto;
  z-index: 1;
  background: #fff;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  display: flex;
  gap: 12px;
  overflow-x: auto; }
/* line 2502, theme.scss */
.page-profession .sticky-filter a {
  white-space: nowrap;
  padding: 12px 18px;
  border-radius: 14px;
  background: #f3f5f9;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: 0.25s; }
/* line 2513, theme.scss */
.page-profession .sticky-filter a:hover {
  background: #2b7cff;
  color: #fff; }
/* line 2518, theme.scss */
.page-profession .sticky-filter a.active {
  background: #2b7cff;
  color: #fff;
  box-shadow: 0 6px 20px rgba(43, 124, 255, 0.3); }
/* line 2524, theme.scss */
.page-profession .choice-wrapper {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04); }
/* line 2531, theme.scss */
.page-profession .prof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px; }
/* line 2537, theme.scss */
.page-profession .prof-btn {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: .25s; }
/* line 2552, theme.scss */
.page-profession .prof-btn:hover {
  transform: translateY(-6px) scale(1.04);
  background: #2b7cff;
  color: #fff; }
/* line 2558, theme.scss */
.page-profession .b2b-block {
  margin-top: 120px;
  background: linear-gradient(180deg, #eef4ff, #e3ecff);
  padding: 80px;
  border-radius: 28px;
  text-align: center; }
/* line 2566, theme.scss */
.page-profession .b2b-desc {
  color: #555;
  font-size: 18px; }
/* line 2571, theme.scss */
.page-profession .b2b-btn {
  background: #2b7cff;
  color: #fff;
  padding: 16px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px; }

/* line 2589, theme.scss */
.seo-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px; }

/* line 2595, theme.scss */
.seo-hero {
  background: #0f2f5f;
  color: #fff;
  padding: 70px 40px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 60px; }

/* line 2604, theme.scss */
.seo-hero h1 {
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 1.3; }

/* line 2610, theme.scss */
.seo-date {
  opacity: 0.8;
  font-size: 14px; }

/* line 2615, theme.scss */
.seo-article {
  max-width: 820px;
  margin: 0 auto; }

/* line 2620, theme.scss */
.seo-article p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px; }

/* line 2626, theme.scss */
.seo-article h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #0f2f5f; }

/* line 2632, theme.scss */
.seo-highlight {
  background: #f5f7fb;
  padding: 30px;
  border-radius: 16px;
  margin: 40px 0; }

/* line 2639, theme.scss */
.seo-cta {
  max-width: 1800px;
  margin: 70px auto 0;
  background: #2563eb;
  color: #fff;
  padding: 45px 70px;
  border-radius: 16px;
  text-align: center; }

/* line 2648, theme.scss */
.seo-cta h2 {
  font-size: 24px;
  margin-bottom: 12px; }

/* line 2653, theme.scss */
.seo-cta p {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.95; }

/* line 2659, theme.scss */
.seo-button {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 42px;
  background: #ff7a00;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease; }

/* line 2670, theme.scss */
.seo-button {
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 15px; }

/* line 2677, theme.scss */
.seo-button:hover {
  opacity: 0.9;
  transform: translateY(-2px); }

/* line 2689, theme.scss */
.blog-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px; }

/* ===== HERO ===== */
/* line 2697, theme.scss */
.blog-hero {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 60px 40px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border-radius: 20px;
  text-align: center; }

/* line 2707, theme.scss */
.blog-hero h1 {
  font-size: 34px;
  margin-bottom: 12px;
  color: #fff;
  /* важно */ }

/* line 2713, theme.scss */
.blog-hero p {
  font-size: 16px;
  opacity: 0.9; }

/* ===== TAGS ===== */
/* line 2720, theme.scss */
.blog-tags {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 2728, theme.scss */
.blog-tag {
  background: #f1f5f9;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #2563eb;
  transition: 0.2s ease; }

/* line 2738, theme.scss */
.blog-tag:hover {
  background: #2563eb;
  color: #fff; }

/* ===== GRID ===== */
/* line 2745, theme.scss */
.blog-grid {
  max-width: 1100px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px; }

/* ===== CTA ===== */
/* line 2755, theme.scss */
.blog-cta {
  max-width: 1100px;
  margin: 0 auto 80px;
  background: linear-gradient(135deg, #1d6cf0, #0f2f5f);
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff; }

/* line 2765, theme.scss */
.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 36px;
  background: #ff7a00;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease; }

/* line 2777, theme.scss */
.cta-button:hover {
  opacity: 0.9; }

/* line 2780, theme.scss */
body[data-theme-template="blog"] .page_layout {
  display: block; }

/* line 2784, theme.scss */
body[data-theme-template="blog"] main {
  width: 100% !important; }

/* line 2788, theme.scss */
body[data-theme-template="blog"] aside {
  display: none !important; }

@media (max-width: 768px) {
  /* line 2792, theme.scss */
  .article-back {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 12px 20px;
    z-index: 10; } }
/* line 2808, theme.scss */
.softshell-review-outer {
  width: 100%;
  margin: 70px 0;
  display: flex;
  justify-content: center; }

/* line 2815, theme.scss */
.softshell-review-inner {
  width: 100%;
  max-width: 1100px;
  background: #f5f8ff;
  padding: 50px 40px;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  text-align: center; }

/* line 2825, theme.scss */
.softshell-review-label {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px; }

/* line 2835, theme.scss */
.softshell-review-heading {
  font-size: 24px;
  margin-bottom: 30px;
  color: #0f2f5f; }

/* line 2841, theme.scss */
.softshell-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px; }

/* line 2850, theme.scss */
.softshell-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* MOBILE */
@media (max-width: 768px) {
  /* line 2861, theme.scss */
  .softshell-review-inner {
    padding: 30px 20px; }

  /* line 2865, theme.scss */
  .softshell-review-heading {
    font-size: 18px; } }
