    .table-wrapper {
      max-width: 1000px;
      width: 100%;
      background: white;
      border-radius: 24px;
      box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.15);
      padding: 20px 20px 10px 20px;
      transition: all 0.2s;
    }

    /* Сама таблица */
    .coating-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.95rem;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }

    /* Шапка */
    .coating-table thead tr {
      background: #37a03c;
      color: #ffffff;
      text-align: left;
    }

    .coating-table th {
      padding: 18px 16px;
      font-weight: 600;
      font-size: 0.9rem;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      color: #d6e3f0;
    }

    .coating-table th:first-child {
      padding-left: 24px;
    }

    /* Ячейки тела */
    .coating-table td {
      padding: 18px 16px;
      border-bottom: 1px solid #e9edf2;
      background-color: #ffffff;
      vertical-align: middle;
      line-height: 1.5;
    }

    .coating-table td:first-child {
      padding-left: 24px;
      font-weight: 600;
      color: #0b1e2b;
    }

    /* Строка при наведении */
    .coating-table tbody tr:hover td {
      background-color: #f2f6fc;
      transition: background 0.15s ease;
    }

    /* Последняя строка — без нижней границы */
    .coating-table tbody tr:last-child td {
      border-bottom: none;
    }

    /* Сноска */
    .footnote {
      margin-top: 18px;
      font-size: 0.8rem;
      color: #5f6c7a;
      padding-left: 8px;
      letter-spacing: 0.2px;
    }

    .footnote span {
      background: #eef3f8;
      padding: 2px 10px;
      border-radius: 30px;
      font-weight: 500;
      color: #1a2a3a;
    }

    /* ===== АДАПТИВ ДЛЯ ТЕЛЕФОНОВ ===== */
    @media screen and (max-width: 640px) {
      .table-wrapper {
        padding: 12px 8px 8px 8px;
        box-shadow: none;
        background: transparent;
      }

      .coating-table thead {
        display: none; /* прячем шапку */
      }

      .coating-table,
      .coating-table tbody,
      .coating-table tr,
      .coating-table td {
        display: block;
        width: 100%;
      }

      .coating-table tr {
        background: white;
        border-radius: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        margin-bottom: 24px;
        padding: 8px 0 4px 0;
        border: 1px solid #eef2f7;
      }

      .coating-table td {
        border-bottom: none;
        padding: 10px 20px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 4px 10px;
        background: white !important;
      }

      .coating-table td:first-child {
        font-size: 1.1rem;
        padding-top: 18px;
        padding-bottom: 6px;
        font-weight: 700;
        color: #003057;
        border-bottom: 2px solid #dce3ec;
        margin-bottom: 6px;
      }

      /* Добавляем псевдометки к каждому полю */

      .coating-table td::before {
        min-width: 120px;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        color: #3f5a74;
        opacity: 0.8;
      }

      /* Убираем лишние отступы у последнего td */
      .coating-table td:last-child {
        padding-bottom: 20px;
      }

      .footnote {
        margin-top: 8px;
        padding-left: 4px;
        font-size: 0.75rem;
      }
    }

    /* Очень маленькие экраны */
    @media screen and (max-width: 380px) {
      .coating-table td {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: 8px 16px;
      }
      .coating-table td::before {
        min-width: auto;
      }
    }
  .newss  .btn-smeta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 25px;
    font-family: 'Montserrat';
    border: 0;
    cursor: pointer;
    background: #37a03c;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}
.conect-text-3 ol li {
   list-style: auto;
    margin: 0 0 10px 0;
}
