@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #000000);
  --bg-is-dark:var(--draft-bg-is-dark, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #1a1a1a);
  --bg-minor-shade-is-dark:var(--draft-bg-minor-shade-is-dark, true);
  --bg-major-shade:var(--draft-bg-major-shade, #333333);
  --bg-major-shade-is-dark:var(--draft-bg-major-shade-is-dark, 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, #FF003C);
  --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, #ff1a4f);
  --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, #ff3363);
  --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, #ff809d);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #6b6b6b);
  --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, #7a7a7a);
  --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, #898989);
  --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, #b5b5b5);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, 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, Montserrat);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Montserrat);
  --heading-ratio:var(--draft-heading-ratio, 2.8);
  --heading-weight:var(--draft-heading-weight, 700);
  --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, right);
  --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 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* Фирменный черный стиль для страницы дипломов */
/* line 29, theme.scss */
.page-content, .main-content, main, .certs-page-wrapper, .wrapper, .main, #main, .container {
  background-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important; }

/* Делаем все тексты на этой странице белыми */
/* line 36, theme.scss */
.page-content h1, .page-content h2, .page-content h3, .page-content p, .page-content span {
  color: #ffffff !important; }

/* Отступ для заголовка на странице дипломов */
/* line 40, theme.scss */
.certs-header .certs-subtitle {
  margin-bottom: 20px !important;
  display: block !important; }

/* Тотальное закрашивание белой полосы на странице дипломов */
/* line 45, theme.scss */
body[class*="page-about-us"],
body[class*="page-about-us"] *,
body[class*="page-about-us"] .layout,
body[class*="page-about-us"] .main,
body[class*="page-about-us"] [class*="wrapper"],
body[class*="page-about-us"] [class*="container"],
body[class*="page-about-us"] [class*="content"] {
  background-color: #000000 !important;
  background: #000000 !important;
  border-color: #000000 !important; }

/* Возвращаем тексту белый цвет, чтобы он не слился с фоном */
/* line 58, theme.scss */
body[class*="page-about-us"] h1,
body[class*="page-about-us"] h2,
body[class*="page-about-us"] h3,
body[class*="page-about-us"] p,
body[class*="page-about-us"] span,
body[class*="page-about-us"] a {
  color: #ffffff !important; }

/* Красный цвет для надзаголовка */
/* line 68, theme.scss */
body[class*="page-about-us"] .certs-subtitle {
  color: #ff0000 !important; }

/* Финальный удар по белым зазорам */
/* line 72, theme.scss */
body.page,
body.page *,
.layout-content,
.main-wrapper,
#page-content {
  background-color: #000000 !important;
  background: #000000 !important;
  border: none !important;
  box-shadow: none !important; }

/* Перекрашивание таблиц на страницах документов под темный стиль */
/* line 83, theme.scss */
table, table * {
  background-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.1) !important; }

/* Мощный сброс цвета для ссылок в документах — ЧИСТО БЕЛЫЙ */
/* line 90, theme.scss */
.page-content a,
#page-content a,
.layout-content a,
.page a,
p a,
strong a {
  color: #ffffff !important;
  /* Чисто белый цвет */
  text-decoration: underline !important;
  /* Подчеркивание */
  opacity: 1 !important; }

/* Цвет для посещенных ссылок — тоже БЕЛЫЙ */
/* line 102, theme.scss */
.page-content a:visited,
#page-content a:visited,
.layout-content a:visited,
.page a:visited,
p a:visited,
strong a:visited {
  color: #ffffff !important; }

/* Цвет при наведении мышки — КРАСНЫЙ */
/* line 112, theme.scss */
.page-content a:hover,
#page-content a:hover,
.layout-content a:hover,
.page a:hover,
p a:hover,
strong a:hover {
  color: #ff0000 !important;
  /* Ярко-красный */
  text-decoration: none !important; }

/* Финальное позиционирование блока дипломов */
/* line 123, theme.scss */
#diplomy + div {
  margin-left: 280px !important;
  /* Отодвигает дипломы вправо, чтобы они не заезжали под боковое меню */
  padding-top: 60px !important;
  /* Делает аккуратный отступ сверху от реквизитов */
  position: relative !important;
  z-index: 1 !important;
  /* Опускает блок под шапку, чтобы меню не перекрывалось */ }

/* line 130, theme.scss */
#diplomy {
  scroll-margin-top: 180px !important;
  /* Увеличиваем запас для остановки скролла */ }

/* ==========================================================================
   БЛОК СЕРТИФИКАТОВ И ДИПЛОМОВ (#diplomy)
   ========================================================================== */
/* ==========================================================================
   БЛОК СЕРТИФИКАТОВ И ДИПЛОМОВ (#diplomy)
   ========================================================================== */
/* line 139, theme.scss */
.certs-section {
  position: relative;
  background-color: #000000;
  padding: 40px 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  width: 100%; }

/* Карточка диплома */
/* line 149, theme.scss */
.cert-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 15, 15, 0.2);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 320px;
  /* Чтобы карточки не раздувало во всю ширину */
  box-sizing: border-box; }
  /* line 160, theme.scss */
  .cert-card:hover {
    border-color: #ff0000;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.1); }

/* Пропорции фото 3:4 */
/* line 168, theme.scss */
.cert-image-holder {
  aspect-ratio: 3 / 4;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #222222; }
  /* line 179, theme.scss */
  .cert-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

/* Тексты внутри карточек */
/* line 187, theme.scss */
.cert-card-title {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.4; }

/* line 195, theme.scss */
.cert-card-desc {
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4; }

/* line 204, theme.scss */
.certs-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box; }

/* Исправленный контейнер: центрирует блок на ПК с учетом сайдбара */
/* line 213, theme.scss */
.certs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  /* На экранах с боковым меню сдвигаем контейнер вправо и идеально центрируем */
  /* Если экран меньше максимальной ширины, просто центрируем в остатке */ }
  @media screen and (min-width: 992px) {
    /* line 213, theme.scss */
    .certs-container {
      margin-left: calc(280px + (100% - 280px - 1200px) / 2);
      max-width: calc(100% - 320px); } }
  @media screen and (min-width: 992px) and (max-width: 1480px) {
    /* line 213, theme.scss */
    .certs-container {
      margin-left: 300px;
      max-width: calc(100% - 340px); } }

/* Принудительно отключаем у футера абсолютное позиционирование, чтобы он встал снизу */
/* line 234, theme.scss */
footer, .site-footer, .footer, [data-footer] {
  position: relative !important;
  clear: both !important;
  display: block !important;
  margin-top: 60px !important;
  z-index: 5; }

/* Безопасный скролл-якорь, чтобы шапка или меню не перекрывали заголовок */
/* line 244, theme.scss */
.certs-anchor {
  position: absolute;
  top: -100px;
  left: 0; }

/* line 250, theme.scss */
.certs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

/* Стили заголовков */
/* line 257, theme.scss */
.certs-header {
  text-align: center;
  margin-bottom: 45px; }
  /* line 261, theme.scss */
  .certs-header .certs-subtitle {
    color: #ff0000;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase; }
  /* line 271, theme.scss */
  .certs-header .certs-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px; }

/* Адаптивная CSS-сетка: 3 диплома в ряд на ПК */
/* line 281, theme.scss */
.certs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* Планшеты: 2 колонки */
  /* Мобильные: 1 колонка */ }
  @media screen and (max-width: 991px) {
    /* line 281, theme.scss */
    .certs-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 576px) {
    /* line 281, theme.scss */
    .certs-grid {
      grid-template-columns: 1fr;
      gap: 20px; } }

/* Карточка диплома */
/* line 299, theme.scss */
.cert-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 15, 15, 0.2);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
  /* line 307, theme.scss */
  .cert-card:hover {
    border-color: #ff0000;
    /* Становится ярко-красной при наведении в тон кнопкам */
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.1); }

/* Строгие пропорции фото 3:4 */
/* line 315, theme.scss */
.cert-image-holder {
  aspect-ratio: 3 / 4;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #222222; }
  /* line 326, theme.scss */
  .cert-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Картинка аккуратно вписывается, не обрезаясь */
    transition: transform 0.3s ease; }

/* line 334, theme.scss */
.cert-card:hover .cert-image-holder img {
  transform: scale(1.02);
  /* Легкий интерактивный зум при наведении */ }

/* Тексты внутри карточек */
/* line 339, theme.scss */
.cert-card-title {
  color: #ff0000;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.4; }

/* line 347, theme.scss */
.cert-card-desc {
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4; }

/* Принудительное позиционирование футера в самый низ страницы */
/* line 355, theme.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

/* line 361, theme.scss */
main {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

/* Превращаем невидимые крошки на абсолютно всех внутренних страницах в кнопку возврата */
/* line 367, theme.scss */
.page-content [class*="breadcrumb"],
.breadcrumbs,
.breadcrumb,
main > .container > div:first-child {
  padding: 30px 0 10px 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  color: #555555 !important;
  /* Наша крутая красная кнопка возврата */ }
  /* line 377, theme.scss */
  .page-content [class*="breadcrumb"] a[href="/"],
  .breadcrumbs a[href="/"],
  .breadcrumb a[href="/"],
  main > .container > div:first-child a[href="/"] {
    color: #ff0000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(255, 0, 0, 0.05) !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    margin-right: 10px !important; }
    /* line 390, theme.scss */
    .page-content [class*="breadcrumb"] a[href="/"]::before,
    .breadcrumbs a[href="/"]::before,
    .breadcrumb a[href="/"]::before,
    main > .container > div:first-child a[href="/"]::before {
      content: "← " !important;
      margin-right: 6px !important;
      font-weight: bold !important; }
    /* line 396, theme.scss */
    .page-content [class*="breadcrumb"] a[href="/"]:hover,
    .breadcrumbs a[href="/"]:hover,
    .breadcrumb a[href="/"]:hover,
    main > .container > div:first-child a[href="/"]:hover {
      background: #ff0000 !important;
      color: #ffffff !important;
      box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important; }

/* Превращаем текстовую ссылку в Согласии в красивую красную кнопку-близнец */
/* line 404, theme.scss */
.page-content a[href="/"],
main a[href="/"] {
  color: #ff0000 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  /* Делаем размер букв точь-в-точь как в Политике */
  font-family: 'Inter', sans-serif !important;
  /* Выравниваем шрифт */
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  background: rgba(255, 0, 0, 0.05) !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  margin-bottom: 25px !important; }
  /* line 420, theme.scss */
  .page-content a[href="/"]:hover,
  main a[href="/"]:hover {
    background: #ff0000 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3) !important;
    text-decoration: none !important; }

/* Оптическое выравнивание красной линии на баннере */
/* line 428, theme.scss */
.banner-list__item-content .banner-list__item-content-inner div[style*="border-left"] {
  margin-left: -10px !important; }

/* Принудительное выравнивание главной кнопки */
/* line 432, theme.scss */
.banner-list__item-button,
.banner-list__item-button a,
div[class*="banner-list__item-button"] {
  height: auto !important;
  min-height: 50px !important;
  padding: 15px 30px !important;
  box-sizing: border-box !important;
  margin-top: 25px !important; }

/* Улучшение читабельности нижнего описания на баннере */
/* line 442, theme.scss */
.banner-list__item-content .banner-list__item-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.7) !important; }

/* Брутальный стиль для всплывающей формы */
/* line 446, theme.scss */
.callback__title {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 18px !important;
  /* Уменьшаем шрифт, чтобы разгрузить верх формы */
  line-height: 1.3 !important; }

/* line 453, theme.scss */
.callback__submit-btn {
  border-radius: 0px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important; }

/* line 459, theme.scss */
.callback_modal, [class*="callback_modal"] {
  border-radius: 0px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  max-width: 420px !important;
  overflow: hidden !important;
  box-shadow: 0 0 20px rgba(255, 0, 74, 0.25) !important;
  /* Проявляем форму на черном фоне */ }

/* Брутальная шапка: отступы и стиль телефона */
/* line 470, theme.scss */
.header__content-inner, div[class*="header__content-inner"] {
  padding: 60px 20px 20px !important;
  /* Опускаем шапку на 60px сверху и даем 20px снизу */ }

/* Делаем телефон крупнее, жестче и выравниваем по оси */
/* line 475, theme.scss */
.header a[href^="tel:"], .header__phone {
  font-weight: 700 !important;
  /* Толстый, уверенный шрифт */
  letter-spacing: 0.5px !important;
  font-size: 18px !important;
  /* Увеличиваем размер для солидности */
  margin-top: 5px !important;
  /* Опускаем на одну линию с меню */ }

/* Максимально жесткий стиль для заголовков панели (ГЛАВНОЕ МЕНЮ и КОНТАКТЫ) */
/* line 482, theme.scss */
.menu_title,
.menu__title,
.contacts__head,
div[class*="contacts"] div[class*="head"],
div[class*="side-panel"] div[class*="title"],
div[class*="side-panel"] div[class*="head"] {
  text-transform: uppercase !important;
  /* Строгий регистр */
  letter-spacing: 1.5px !important;
  /* Шаг букв */
  font-weight: 700 !important;
  /* Мощный вес */
  font-size: 1.25rem !important;
  /* Крупный размер */
  color: #ffffff !important;
  /* Чистый белый */
  margin-top: 30px !important;
  /* Отступ сверху */
  margin-bottom: 20px !important;
  /* Отступ снизу */ }

/* Раздвигаем абсолютно все строки, ссылки и элементы внутри боковой панели */
/* line 498, theme.scss */
div[class*="side-panel"] a,
div[class*="side-panel"] li,
div[class*="side-panel"] span,
div[class*="side-panel"] div:not([class*="title"]):not([class*="head"]) {
  font-size: 1rem !important;
  line-height: 2 !important;
  /* Двойной вертикальный шаг */
  letter-spacing: 0.5px !important;
  color: #cccccc !important;
  /* Благородный светлый тон */
  margin-bottom: 12px !important;
  /* Четкое разделение строк */ }

/* Жесткая геометрия заголовка 2-го блока */
/* line 509, theme.scss */
div[class*="banner-list__item-title"].h2,
.banner-list__item-title.h2 {
  margin-bottom: 40px !important;
  /* Принудительно отодвигаем список вниз */
  padding-left: 25px !important;
  /* Идеальная плотность линии к тексту */ }

/* Принудительное увеличение и раздвижение буллитов */
/* line 516, theme.scss */
div[class*="balanced-text-side"] ul,
div[class*="balanced-text-side"] li,
.banner-list__item-text li,
[class*="banner-list__item"] li,
[class*="banner-list__item"] ul {
  font-size: 1.05rem !important;
  /* Слегка корректируем размер для выравнивания строк */
  line-height: 1.8 !important;
  /* Свободный шаг внутри строк */
  max-width: 100% !important;
  letter-spacing: -0.2px !important;
  /* Тонкое b2b-сжатие, чтобы убрать висячие слова */ }

/* Разделяем сами пункты списка между собой */
/* line 528, theme.scss */
div[class*="balanced-text-side"] li,
.banner-list__item-text li,
[class*="banner-list__item"] li {
  margin-bottom: 24px !important;
  /* Мощный отступ между буллитами */
  color: #f0f0f0 !important;
  /* Яркий контрастный белый цвет */
  width: 100% !important; }

/* Запрет отрыва последнего слова в первом пункте списка */
/* line 536, theme.scss */
div[class*="balanced-text-side"] li:first-child,
.banner-list__item-text li:first-child {
  white-space: normal !important; }

/* Принудительно расширяем внутренний контейнер текста */
/* line 542, theme.scss */
.banner-list__item-text, [class*="banner-list__item-text"] {
  max-width: 100% !important;
  width: 100% !important; }

/* Исправленное перекрашивание иконок в блоке проблем в сочный красный */
/* line 547, theme.scss */
.benefit-list__item-image-wrapper img,
div[class*="benefit-list__item-image-wrapper"] img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(6926%) hue-rotate(347deg) brightness(90%) contrast(109%) !important;
  opacity: 1 !important; }

/* Добавляем «мяса» и воздуха в подзаголовки карточек */
/* line 553, theme.scss */
.benefit-list__item-title, [class*="benefit-list__item-title"] {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  text-transform: uppercase !important;
  /* Делаем заголовки болей жесткими */ }

/* Принудительный левый край для всего блока услуг */
/* line 561, theme.scss */
div[class*="benefit-list"] [class*="item"],
div[class*="benefit-list"] [class*="title"],
div[class*="benefit-list"] [class*="description"],
div[class*="benefit-list"] p,
div[class*="benefit-list"] span {
  text-align: left !important;
  /* Намертво прижимаем весь текст влево */ }

/* Принудительное выравнивание иконок по левому краю */
/* line 570, theme.scss */
div[class*="benefit-list"] [class*="image-wrapper"] {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: inline-block !important;
  border: none !important;
  /* Стираем рамку вокруг графика */
  background: transparent !important;
  /* Убираем темный квадрат */
  box-shadow: none !important;
  padding: 0 !important; }

/* Возвращаем иконке графика честный крупный размер */
/* line 581, theme.scss */
div[class*="benefit-list"] [class*="image-wrapper"] img {
  border: none !important;
  background: transparent !important;
  padding: 0 !important; }

/* Точечное зажигание иконок только там, где нужно */
/* line 587, theme.scss */
.benefit-list__item-image-wrapper img,
[class*="benefit-list"] [class*="image-wrapper"] img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(6926%) hue-rotate(347deg) brightness(90%) contrast(109%) !important;
  opacity: 1 !important; }

/* Принудительный возврат цвета для иконок услуг и баннеров */
/* line 594, theme.scss */
div[class*="benefit-list-grid"] img,
div[class*="services"] img,
[class*="services"] img {
  filter: none !important; }

/* Уменьшаем отступ и прижимаем красную линию к заголовку с ладьёй */
/* line 601, theme.scss */
.banner-list__item-balanced-layout .banner-list__item-title.h2,
[class*="balanced-layout"] div[class*="item-title"].h2,
.banner-list__item-title.h2 {
  padding-left: 25px !important;
  /* Сжимаем дыру с 50px до идеальных 25px */ }

/* Возврат цвета для иконок услуг */
/* line 609, theme.scss */
div[class*="benefit-list-grid"] img,
[class*="services"] img {
  filter: none !important; }

/* Принудительный левый край для карточек кодекса работы */
/* line 614, theme.scss */
div[class*="person-list"] [class*="item"],
div[class*="person-list"] [class*="title"],
div[class*="person-list"] [class*="description"],
div[class*="person-list"] p,
div[class*="person-list"] span {
  text-align: left !important;
  /* Убираем центрирование намертво */ }

/* Расширяем внутреннее пространство карточек (добавляем воздуха по бокам) */
/* line 623, theme.scss */
div[class*="person-list__item"], .person-list__item {
  padding: 25px !important;
  /* Даем равномерные b2b-отступы со всех сторон */
  box-sizing: border-box !important; }

/* Финальный прижим всех красных вертикальных линий на сайте */
/* line 628, theme.scss */
div[style*="border-left"],
[class*="banner-list"] [class*="title"],
.banner-list__item-title {
  padding-left: 25px !important; }

/* Максимальное принудительное выравнивание финальной кнопки */
/* line 634, theme.scss */
button.fake-order,
.fake-order,
[class*="application-form"] button,
[class*="application-form"] input[type="submit"],
div[class*="application"] .button,
form button[class*="order"] {
  height: auto !important;
  min-height: 54px !important;
  /* Мощная b2b-высота */
  padding: 16px 40px !important;
  /* Солидный объем и воздух */
  text-transform: uppercase !important;
  /* Только заглавные буквы */
  letter-spacing: 1.5px !important;
  /* Четкий мужественный шаг */
  font-size: 15px !important;
  /* Уверенный размер шрифта */
  font-weight: 700 !important;
  /* Плотный вес букв */
  border-radius: 0px !important;
  /* Никаких округлостей */
  box-sizing: border-box !important; }

/* Выравнивание кнопки во всплывающей заявке InSales */
/* line 651, theme.scss */
button.m-modal-button,
[class*="m-modal-button"],
.m-modal-footer button {
  height: auto !important;
  min-height: 52px !important;
  /* Увеличиваем высоту кнопки */
  width: 100% !important;
  /* Растягиваем на всю ширину для монолитности */
  border-radius: 0px !important;
  /* Жесткие острые углы */
  text-transform: uppercase !important;
  /* Строгий заглавный регистр */
  letter-spacing: 1px !important;
  /* Шаг между буквами */
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #ff003c !important;
  /* Гарантируем наш фирменный красный */
  box-sizing: border-box !important; }

/* Наведение порядка в геометрии самой формы и полей ввода */
/* line 667, theme.scss */
[class*="m-modal"], .m-modal, div[id*="modal"] {
  border-radius: 0px !important;
  /* Прямоугольное брутальное окно */ }

/* line 671, theme.scss */
[class*="m-modal"] input,
[class*="m-modal"] textarea,
.m-modal-content input {
  border-radius: 0px !important;
  /* Острые углы у полей имени и телефона */
  border-width: 1px !important; }

/* Схлопываем несимметричную пустую дыру внизу формы */
/* line 679, theme.scss */
.m-modal-footer, [class*="m-modal-footer"] {
  padding-bottom: 25px !important;
  /* Задаем аккуратный b2b-отступ снизу */ }

/* Выравнивание и читабельность текстовых и юридических страниц */
/* line 683, theme.scss */
.page-content,
[class*="page-content"],
div[class*="legal-document"],
main.page {
  max-width: 900px !important;
  /* Ограничиваем ширину, чтобы глаза не уставали */
  margin: 0 auto !important;
  /* Центрируем документ по экрану */
  padding: 60px 20px !important;
  /* Опускаем сверху и даем безопасные поля по бокам */ }

/* Настройка читабельности самого юридического текста */
/* line 693, theme.scss */
.page-content p,
.page-content li,
.page-content div {
  font-size: 1.05rem !important;
  /* Делаем шрифт чуть крупнее и солиднее */
  line-height: 1.6 !important;
  /* Раздвигаем строки для легкого чтения */
  color: #cccccc !important;
  /* Приятный светлый b2b-оттенок текста */ }

/* Выравнивание и поля для системной страницы политики */
/* line 702, theme.scss */
div[class*="system-template"],
main[class*="page-content"],
.page-content {
  max-width: 900px !important;
  /* Зажимаем текст в удобную b2b-колонку */
  margin: 0 auto !important;
  /* Центрируем её строго по середине */
  padding: 80px 24px 60px !important;
  /* Даем солидный воздух сверху и по бокам */
  position: relative !important; }

/* Автоматическое добавление брутальной кнопки «Назад на сайт» */
/* line 712, theme.scss */
div[class*="system-template"]::before,
.page-content::before {
  content: "← НАЗАД НА ГЛАВНУЮ" !important;
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: #ff003c !important;
  /* Фирменный красный цвет */
  border: 1px solid #ff003c !important;
  /* Строгая рамка без скруглений */
  padding: 12px 24px !important;
  margin-bottom: 40px !important;
  cursor: pointer !important;
  text-decoration: none !important; }

/* Делаем сам юридический текст крупным и читаемым */
/* line 729, theme.scss */
div[class*="system-template"] p,
div[class*="system-template"] li,
.page-content p {
  font-size: 1.05rem !important;
  /* Крупный, солидный шрифт */
  line-height: 1.7 !important;
  /* Увеличиваем расстояние между строками */
  color: #cccccc !important;
  /* Благородный светлый оттенок */ }
