Новости

Новости информационной системы 1С:ИТС от 10.08.2026

<!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0" />
  <title>Дайджест новостей 1С:ИТС (10 августа 2026) — правовые новости и справочники</title>
  <meta name="description" content="Правовые новости: новые требования к сертификатам КЭП для СФР, подпись первичных документов с несовершеннолетним, увольнение за прогул, прием на работу стажеров, новые формы статотчетности для образования, дивиденды и льготный тариф по взносам, применение ИНВ при смене адреса, сомнительный долг при индексации. Справочники: БГУ, межбюджетное перемещение, упрощенная ликвидация, корректировочный ДОПП." />
  <meta name="keywords" content="1С новости, дайджест 1С, правовые новости, 1С:ИТС, БГУ, КЭП, СФР, стажеры, ИНВ, ДОПП, ликвидация" />
  <!-- Font Awesome 6 -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
  <!-- Google Fonts Inter -->
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
  <style>
    /* ---------- ПОЛНОСТЬЮ стили из шаблона ---------- */
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background-color: #f9fcff;
      color: #1e293b;
      line-height: 1.6;
      scroll-behavior: smooth;
    }
    .page { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px 0;
      border-bottom: 1px solid #e2e8f0;
      flex-wrap: wrap;
      gap: 15px;
    }
    .logo { display: flex; align-items: center; gap: 12px; }
    .logo i { font-size: 2.2rem; color: #1e5f9e; transition: font-size 0.2s; }
    .logo span { font-weight: 700; font-size: 1.6rem; color: #0b3b5c; letter-spacing: -0.5px; }
    .badge {
      background: linear-gradient(145deg, #096b9f, #054a72);
      color: white;
      padding: 8px 16px;
      border-radius: 40px;
      font-size: 0.85rem;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      box-shadow: 0 4px 12px rgba(2,106,167,0.2);
      text-align: center;
      line-height: 1.3;
    }
    .hero {
      background: linear-gradient(145deg, #ffffff, #f2f9fe);
      border-radius: 32px;
      padding: 48px 40px;
      margin: 32px 0;
      box-shadow: 0 12px 30px rgba(0,20,50,0.08);
      border: 1px solid rgba(41,112,178,0.1);
    }
    .hero h1 {
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1.2;
      color: #0a3144;
      margin-bottom: 20px;
      letter-spacing: -0.01em;
      word-break: break-word;
    }
    .hero .highlight {
      background: linear-gradient(120deg, #fff3d7 0%, #ffe7b3 100%);
      padding: 0 8px;
      color: #3d2b1a;
      font-weight: 600;
      border-radius: 12px 4px 12px 4px;
      display: inline-block;
    }
    .hero p { font-size: 1.2rem; color: #334e68; max-width: 85%; margin-bottom: 24px; }
    .hero-meta {
      display: flex;
      gap: 24px;
      color: #1e5f9e;
      font-weight: 500;
      font-size: 0.95rem;
      flex-wrap: wrap;
    }
    section { margin-bottom: 64px; }
    .section-title {
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 2rem;
      font-weight: 700;
      color: #0b3b5c;
      margin-bottom: 32px;
      border-bottom: 4px solid #2a6df4;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
    .section-title i { color: #1e5f9e; font-size: 1.9rem; width: 44px; text-align: center; flex-shrink: 0; }
    .section-title h2 { font-size: inherit; line-height: 1.2; word-break: break-word; hyphens: auto; margin: 0; flex: 1; }
    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 28px;
      margin-top: 20px;
    }
    .card {
      background: white;
      border-radius: 24px;
      padding: 28px 22px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.02);
      border: 1px solid #ecf3fa;
      transition: all 0.2s;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .card:hover {
      transform: translateY(-6px);
      border-color: #b8d6f0;
      box-shadow: 0 20px 30px rgba(26,115,232,0.08);
    }
    .card h3 {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 1.5rem;
      font-weight: 600;
      color: #0f2b3d;
      margin-bottom: 20px;
    }
    .card h3 i { color: #1976d2; font-size: 1.7rem; flex-shrink: 0; }
    .list-icon { list-style: none; padding: 0; }
    .list-icon li {
      margin-bottom: 14px;
      display: flex;
      gap: 12px;
      align-items: baseline;
    }
    .list-icon li i { color: #1e88e5; font-size: 1.1rem; min-width: 24px; text-align: center; margin-top: 4px; }
    .list-check i { color: #2e7d32; }
    .benefit-block {
      background: #f1f9fe;
      border-radius: 28px;
      padding: 36px;
      margin-top: 24px;
    }
    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 24px;
    }
    .benefit-item { display: flex; gap: 16px; align-items: flex-start; }
    .benefit-item i {
      font-size: 1.8rem;
      color: #026aa7;
      background: white;
      padding: 12px;
      border-radius: 18px;
      box-shadow: 0 6px 14px rgba(0,80,130,0.06);
      flex-shrink: 0;
    }
    .integration-tags { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
    .tag {
      background: white;
      padding: 10px 24px;
      border-radius: 40px;
      border: 1px solid #cde1f0;
      font-weight: 500;
      color: #1a4c6e;
      box-shadow: 0 2px 8px rgba(0,0,0,0.02);
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: background 0.15s;
      text-decoration: none;
    }
    .tag i { color: #1e5f9e; }
    .tag a { color: inherit; text-decoration: none; }
    .conclusion {
      background: #0a3144;
      color: white;
      border-radius: 40px;
      padding: 48px 44px;
      margin-top: 40px;
    }
    .conclusion .section-title { border-bottom-color: #57a4d4; }
    .conclusion .section-title h2 { color: white; }
    .conclusion i, .conclusion .section-title i { color: #b3e4ff; }
    .conclusion p { font-size: 1.2rem; opacity: 0.9; max-width: 900px; }
    .conclusion a { color: white; text-decoration: underline; }
    .footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 32px 0;
      border-top: 1px solid #dce5ec;
      margin-top: 40px;
      color: #4f6f8f;
      flex-wrap: wrap;
      gap: 15px;
    }
    .footer a { color: #1e5f9e; text-decoration: none; font-weight: 500; }
    .button, .btn {
      background: #1e5f9e;
      color: white;
      border: none;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1rem;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      transition: background 0.15s;
      text-decoration: none;
      min-height: 48px;
      cursor: pointer;
    }
    .button i, .btn i { font-size: 1rem; }
    .button:hover, .btn:hover { background: #0f4a79; }

    /* адаптив */
    @media (max-width: 900px) { .hero h1 { font-size: 2.2rem; } }
    @media (max-width: 700px) {
      .benefit-grid { grid-template-columns: 1fr; }
      .hero h1 { font-size: 1.9rem; }
      .hero p { max-width: 100%; }
      .hero-meta { gap: 16px; }
    }
    @media (max-width: 600px) {
      .page { padding: 0 16px; }
      .hero { padding: 32px 20px; }
      .section-title { font-size: 1.7rem; }
      .badge { padding: 6px 12px; font-size: 0.75rem; }
    }
    @media (max-width: 480px) {
      .logo i { font-size: 1.8rem; }
      .logo span { font-size: 1.3rem; }
      .hero h1 { font-size: 1.6rem; }
      .hero p { font-size: 1rem; }
      .hero-meta { flex-direction: column; gap: 8px; align-items: flex-start; }
      .section-title { font-size: 1.5rem; }
      .section-title i { font-size: 1.6rem; width: 36px; }
      .card h3 { font-size: 1.3rem; }
      .card h3 i { font-size: 1.4rem; }
      .card { padding: 20px 16px; }
      .benefit-block { padding: 24px 16px; }
      .benefit-item { flex-direction: column; align-items: flex-start; gap: 12px; }
      .benefit-item i { font-size: 1.5rem; padding: 10px; }
      .integration-tags { gap: 10px; }
      .tag { padding: 8px 16px; font-size: 0.9rem; }
      .conclusion { padding: 32px 20px; }
      .conclusion p { font-size: 1rem; }
      .footer { flex-direction: column; text-align: center; }
      .button, .btn { padding: 10px 20px; font-size: 0.95rem; min-height: 44px; }
    }
    @media (max-width: 360px) {
      .hero h1 { font-size: 1.4rem; }
      .badge { white-space: normal; text-align: left; }
      .card h3 { flex-wrap: wrap; }
    }
  </style>
</head>
<body>
<div class="page">

  <!-- Шапка -->
  <header class="header">
    <div class="logo">
      <i class="fas fa-box-archive"></i>
      <span><a href="https://byte-1c.ru/uslugi/its/" style="color: inherit; text-decoration: none;">1С:КП(ИТС)</a></span>
    </div>
    <div class="badge"><i class="fas fa-check-circle"></i> Дайджест новостей 1С:ИТС</div>
  </header>

  <!-- Герой (сегодняшняя дата: 10 августа 2026) -->
  <div class="hero">
    <h1><span class="highlight">Дайджест новостей 1С:ИТС</span> 10 августа 2026</h1>
    <p>Правовые новости и справочники — все актуальные материалы.</p>
    <div class="hero-meta">
      <span><i class="fas fa-calendar-alt"></i> 10 августа 2026</span>
      <span><i class="fas fa-tag"></i> дайджест</span>
      <span><i class="fas fa-cloud-upload-alt"></i> ИТС</span>
    </div>
  </div>

  <main>
    <!-- Правовые новости (все из дайджеста) -->
    <section>
      <div class="section-title"><i class="fas fa-gavel"></i><h2>Правовые новости</h2></div>
      <div class="card">
        <ul class="list-icon">
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsclar/content/500790/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=subject">Новые требования к сертификатам КЭП для сдачи отчетности в СФР с 01.09.2026</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsprac/content/500797/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">Кто подписывает первичные документы по сделке с несовершеннолетним?</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsprac/content/500798/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">Как правильно составлять документы при увольнении за прогул?</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newscomm/content/500799/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">В ТК РФ закрепили правила приема на работу стажеров</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newscomm/content/500796/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">Утверждены новые формы статотчетности для организаций в сфере образования, науки и инноваций</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsclar/content/500794/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">Дивиденды могут лишить права на льготный тариф по страховым взносам</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsclar/content/500793/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">Как применять ИНВ при смене адреса юрлица или при реорганизации в форме присоединения?</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsclar/content/500795/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=arbit">Признается ли сомнительным долгом сумма индексации задолженности по решению суда?</a></li>
        </ul>
      </div>
    </section>

    <!-- Справочники (из дайджеста) -->
    <section>
      <div class="section-title"><i class="fas fa-book"></i><h2>Справочники</h2></div>
      <div class="card">
        <ul class="list-icon">
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsits/content/500800/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=its">Как в "1С:БГУ 8" отразить безвозмездную передачу материалов в рамках межбюджетного перемещения</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsits/content/500792/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=its">Когда уволить сотрудников и руководителя при упрощенной ликвидации организации?</a></li>
          <li><i class="fas fa-chevron-right"></i><a href="https://its.1c.ru/db/newsits/content/500789/hdoc?utm_source=newsletters_daily&utm_medium=email&utm_campaign=2026-08-07%2023:48:40&utm_content=its">Как в "1С:Бухгалтерии 8" сформировать корректировочный ДОПП?</a></li>
        </ul>
      </div>
    </section>

    <!-- Блок обратной связи (как в оригинале) — оставлен для единообразия -->
    <section class="conclusion">
      <div class="section-title"><i class="fas fa-envelope-open-text"></i><h2>Обратная связь</h2></div>
      <p style="color:white; font-size:1.2rem; line-height:1.5;">
        Оставьте Ваши данные, и мы свяжемся с Вами в ближайшее время, чтобы помочь с обновлением или ответить на вопросы по новым версиям.
      </p>
      <div style="margin-top: 30px;">
        <a class="btn btn-send popup-with-move-anim" href="#small-dialog" style="background: white; color: #0b3b5c; border: 1px solid #cde1f0;">Отправить запрос</a>
      </div>
    </section>
  </main>

  <!-- Футер (минимальный, без дополнительных ссылок) -->
  <footer class="footer">
    <div style="width: 100%; text-align: center; color: #4f6f8f; font-size: 0.9rem;"> </div>
  </footer>
</div>
<!-- функциональность кнопки обратной связи не реализована (демо) -->
</body>
</html>

Возврат к списку

Обратная связь:
Оставьте Ваши данные и мы с Вами свяжемся: