/* Подмена неподключённого шрифта Circe на Inter (единый шрифт сайта) */
@font-face {
  font-family: 'Circe';
  src: url('https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Circe';
  src: url('https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ===== Единый стиль таблиц по всему сайту (как в блоках T431) ===== */
/* Таблицы, вставленные в текстовых блоках (quill) */
.t740 .quill-table__table { border-collapse: collapse; width: 100%; }
.t740 .quill-table__table td,
.t740 .quill-table__table th {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 14px;
  color: #4D4C4C;
  font-weight: 300;
}
.t740 .quill-table__table tr:first-child td,
.t740 .quill-table__table tr:first-child th {
  color: #0047A3;
  font-weight: 600;
  border-bottom: 1px solid #000;
  background: transparent;
}
.t740 .quill-table__table tr:nth-child(odd):not(:first-child) { background: #FAFAFA; }
.t740 .quill-table__table tr:nth-child(even) { background: #FFFFFF; }

/* Кастомная таблица этапов — приводим шапку к общему стилю */
.stages-table-desktop th {
  background: transparent !important;
  color: #0047A3 !important;
  border-bottom: 1px solid #000 !important;
}