/* ========================================
   СТИЛИ ДЛЯ ВЕРХНЕЙ ПАНЕЛИ В ПОПАПЕ ПОСТА
   ======================================== */

.t-feed__post-popup__close-wrapper {
    background-color: #2c3e50 !important;
    height: 60px !important;
    padding: 0 20px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
}

.t-feed__post-popup__close-text {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'TildaSans', Arial, sans-serif !important;
    opacity: 1 !important;
    text-shadow: none !important;
    letter-spacing: 0.2px !important;
}

.t-feed__post-popup__close-wrapper svg path {
    stroke: #ffffff !important;
}

@media (max-width: 640px) {
    .t-feed__post-popup__close-wrapper {
        height: 64px !important;
        padding: 0 15px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    }
    .t-feed__post-popup__close-text {
        font-size: 20px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1px !important;
    }
}


/* ============================================================
   КНОПКА (используется на странице /uhelp)
   ============================================================ */

.uk-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  transition: all 0.2s ease;
  box-sizing: border-box;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 20px;
}

@media (max-width: 768px) {
  .uk-btn { 
    font-size: 18px !important;
  }
}

.uk-btn-primary {
  background: #2c3e50;
  color: white !important;
  border-color: #2c3e50 !important;
}

.uk-btn-primary:hover {
  background: #1f2c38;
  border-color: #1f2c38 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.text-center {
  text-align: center;
}


/* ============================================================
   ЦЕНТРИРОВАНИЕ ЗАГОЛОВКОВ И ОПИСАНИЙ В ПОПАПЕ ПОСТА
   ============================================================ */
.uc-components-ful .t-cms__page__molecule_txt .t-cms__page__atom[data-style="post_title_typo"],
.uc-components-min .t-cms__page__molecule_txt .t-cms__page__atom[data-style="post_title_typo"],
.uc-components-ful .t-cms__page__molecule_txt .t-cms__page__atom[data-style="post_descr_typo"],
.uc-components-min .t-cms__page__molecule_txt .t-cms__page__atom[data-style="post_descr_typo"] {
    text-align: center !important;
    display: block !important;
}


/* ============================================================
   КАРТОЧКИ ПАРАМЕТРОВ (uc-params-*)
   ============================================================ */
.uc-components-ful .uc-params-card,
.uc-components-min .uc-params-card {
    border: 2px solid #2c3e50 !important;
    border-radius: 15px !important;
    margin: 10px 0 20px !important;
    padding: 20px !important;
    background-color: #d7dfe8 !important;
}

.uc-components-ful .uc-params-title,
.uc-components-min .uc-params-title {
    text-align: center !important;
    margin: 0 0 0px !important;
    font-weight: 800 !important;
    color: #2c3e50 !important;
    padding-bottom: 10px !important;
}

.uc-components-ful .uc-params-list,
.uc-components-min .uc-params-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 700px !important;
    margin: 0 auto !important;
}

.uc-components-ful .uc-params-item,
.uc-components-min .uc-params-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-weight: 500 !important;
    color: #475569 !important;
}

.uc-components-ful .uc-params-check,
.uc-components-min .uc-params-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232ecc71' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) {
    .uc-components-ful .uc-params-title,
    .uc-components-min .uc-params-title {
        font-size: 26px !important;
    }
    .uc-components-ful .uc-params-item,
    .uc-components-min .uc-params-item {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .uc-components-ful .uc-params-title,
    .uc-components-min .uc-params-title {
        font-size: 20px !important;
    }
    .uc-components-ful .uc-params-item,
    .uc-components-min .uc-params-item {
        font-size: 18px !important;
        gap: 5px !important;
    }
}


/* ============================================================
   СТИЛИ ДЛЯ БЛОКА FAQ (uc-faq)
   ============================================================ */

.uc-faq .t668__wrapper {
    border: 2px solid #2c3e50 !important;
    background-color: #d7dfe8 !important;
}

.uc-faq .t668__icon {
    border: 2px solid #2c3e50 !important;
    border-radius: 50% !important;
}

.uc-faq .t668__title {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.uc-faq .t668__text {
    color: #2c3e50 !important;
}


/* ============================================================
   СТИЛИ ДЛЯ КОРЗИНЫ (ST100)
   ============================================================ */

.uc-library .t706__cartwin-content {
    background-color: #c0d0e0 !important;
    border: 2px solid #2c3e50 !important;
    padding: 20px 30px 20px 30px !important;
    max-width: 450px !important;
}

.uc-library .t706__product-title {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.uc-library .t706__product-amount,
.uc-library .t706__product-amount--portion {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.uc-library .t706__cartwin-prodamount-wrap {
    color: #2c3e50 !important;
    padding-bottom: 0px !important;
}

.uc-library .t706__product-price {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.uc-library .t706__cartwin-total {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.uc-library .t706__cartwin-top {
    border-bottom: 1px solid #2c3e50 !important;
    padding: 0 0 15px !important;
}

.uc-library .t706__cartwin-bottom {
    border-top: 1px solid #2c3e50 !important;
    padding-top: 15px !important;
}

.uc-library .t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-row_total {
    font-size: 18px !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.uc-library .t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-info_value {
    font-weight: 600 !important;
}

.uc-library .t706__orderform {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.uc-library .t706__cartwin-totalamount-wrap {
    padding-top: 10px !important;
}

.uc-library .t706__form-bottom-text {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    color: #2c3e50 !important;
    font-weight: 500 !important;
}

.uc-library .t706__form-upper-text {
    padding-top: 10px !important;
    color: #2c3e50 !important;
    font-weight: 500 !important;
}

.uc-library .t-name {
    text-align: center !important;
    font-size: 30px !important;
}

.uc-library .t706__product-imgdiv {
    background-color: #fff !important;
    border: 2px solid #2c3e50 !important;
    border-radius: 15px !important;
}

.t706__cartwin-prodamount-wrap { 
    display: none !important; 
}
/* ============================================================
   СПРАВОЧНЫЙ ЦЕНТР — ФИНАЛЬНЫЙ СТИЛЬ
   ПК: заголовок 20 / описание 18 / текст 18
   Телефон: заголовок 18 / описание 16 / текст 16
   ============================================================ */

/* ---------- 1. ТАБЛИЦЫ ---------- */

.tools-table,
.sysreq-table,
.keys-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #c9d3df;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.tools-table th, .tools-table td,
.sysreq-table th, .sysreq-table td,
.keys-table th, .keys-table td {
  border: 1px solid #e8ebef;
  padding: 15px;
  font-family: inherit;
  color: #333;
  font-size: 16px;
}

.tools-table .table-title,
.sysreq-table .table-title,
.keys-table .keys-title {
  background: #eef2f7;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  color: #1a1a1a;
}

.tools-table .table-desc,
.sysreq-table .table-desc,
.keys-table .keys-desc {
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 15px;
  color: #555;
}

.tools-table thead tr:last-child th,
.sysreq-table thead tr:last-child th,
.keys-table thead tr:last-child th {
  background: #f5f7fa;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #555;
  text-transform: uppercase;
}

.tools-table tbody td,
.sysreq-table tbody td,
.keys-table tbody td {
  vertical-align: middle;
  font-size: 16px;
}

.tools-table tbody tr:nth-child(even) td,
.sysreq-table tbody tr:nth-child(even) td,
.keys-table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.tools-table tbody tr:hover td,
.sysreq-table tbody tr:hover td,
.keys-table tbody tr:hover td {
  background: #f0f6ff;
}

.tools-table-2col th:first-child,
.tools-table-2col td:first-child { width: 50%; }
.tools-table-2col th:last-child,
.tools-table-2col td:last-child { width: 50%; }

.tools-table:not(.tools-table-2col) th:first-child,
.tools-table:not(.tools-table-2col) td:first-child { width: 35%; }
.tools-table:not(.tools-table-2col) th:nth-child(2),
.tools-table:not(.tools-table-2col) td:nth-child(2) {
  width: 14%;
  white-space: nowrap;
  text-align: center;
}
.tools-table:not(.tools-table-2col) tbody td:nth-child(2) {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 18px;
  color: #1a1a1a;
  background: #fcfdfe;
}
.tools-table:not(.tools-table-2col) th:last-child,
.tools-table:not(.tools-table-2col) td:last-child { width: 51%; }

.sysreq-table td:first-child { width: 40%; text-align: left; }
.sysreq-table td:nth-child(2),
.sysreq-table td:last-child { width: 30%; text-align: center; }

.keys-table td:first-child {
  width: 15%;
  white-space: nowrap;
  text-align: center;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 18px;
  color: #1a1a1a;
  background: #fcfdfe;
}
.keys-table td:last-child { width: auto; text-align: left; }

.tools-table tbody tr.img-row td,
.tools-table tbody tr.img-row:hover td {
  padding: 15px;
  background: #fff;
  text-align: center;
  border-top: 2px solid #e8ebef;
}
.tools-table tbody tr.img-row img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

.tools-table tbody td.key-main,
.keys-table td.key-main {
  color: #d32f2f !important;
  font-weight: 700 !important;
  background: #fdf3f3 !important;
}
.tools-table tbody tr:hover td.key-main,
.keys-table tbody tr:hover td.key-main {
  background: #fbe9e9 !important;
}

/* ---------- 2. КАРТОЧКИ ---------- */

.comp-card, .tray-card, .step-container,
.error-block, .img-card, .download-container {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #c9d3df;
  border-radius: 8px;
  overflow: hidden;
  font-family: inherit;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.comp-card-title, .tray-card-title, .step-container-title,
.error-title, .download-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
}

.comp-card-header, .tray-card-header,
.step-header, .download-header {
  padding: 15px;
  background: #eef2f7;
  border-bottom: 1px solid #dde3ea;
  text-align: center;
  position: relative;
}
.step-header, .download-header { padding: 15px 44px; }

.comp-card-subtitle, .tray-card-subtitle,
.download-text, .error-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #555;
  text-align: center;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #e8ebef;
  font-family: inherit;
}

.comp-card-body, .tray-card-body, .step-body,
.download-body, .img-card-body {
  padding: 15px;
  background: #fff;
}

.download-body {
  padding: 12px 15px;
}

/* ПУНКТЫ КАРТОЧЕК — 18px на ПК */
.comp-card-item, .tray-card-item, .step-item,
.error-text, .comp-card-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #dde3ea;
  border-radius: 6px;
  padding: 15px;
  font-family: inherit;
}

/* Плашки — 18px на ПК */
.comp-card-note, .tray-card-note {
  background: #fff7e6;
  border-top: 2px solid #e8c99a;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  font-family: inherit;
}

.comp-card-image, .tray-card-image, .error-image {
  padding: 15px;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e8ebef;
}
.comp-card-image img, .tray-card-image img,
.error-image img, .img-card-body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

.comp-card-list, .tray-card-list, .step-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.comp-card-item::before,
.tray-card-item::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6b7a8f;
  margin-top: 8px;
}

.comp-step-num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6b7a8f;
}

.step-item { border: none; background: transparent; padding: 0; border-radius: 0; }
.step-item::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  opacity: 0.4;
  margin-top: 12px;
}

.step-note {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #6b7a8f;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dashed #c9d3df;
  text-align: center;
}
.step-note-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #6b7a8f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- 3. ЦВЕТА ---------- */

.comp-card.blue, .tray-card.blue { border-color: #a5c2e8; }
.comp-card.blue .comp-card-header, .tray-card.blue .tray-card-header { background: #e6f0fa; border-bottom-color: #a5c2e8; }
.comp-card.blue .comp-card-title, .tray-card.blue .tray-card-title { color: #1a365d; }
.comp-card.blue .comp-card-item::before, .tray-card.blue .tray-card-item::before { background: #2b6cb0; }
.comp-card.blue .comp-step-num { background: #2b6cb0; }

.comp-card.green, .tray-card.green { border-color: #a5cfb8; }
.comp-card.green .comp-card-header, .tray-card.green .tray-card-header { background: #e6f4ec; border-bottom-color: #a5cfb8; }
.comp-card.green .comp-card-title, .tray-card.green .tray-card-title { color: #22543d; }
.comp-card.green .comp-card-item::before, .tray-card.green .tray-card-item::before { background: #2f855a; }

.comp-card.purple, .tray-card.purple { border-color: #c6b5e6; }
.comp-card.purple .comp-card-header, .tray-card.purple .tray-card-header { background: #f0eafd; border-bottom-color: #c6b5e6; }
.comp-card.purple .comp-card-title, .tray-card.purple .tray-card-title { color: #44337a; }
.comp-card.purple .comp-card-item::before, .tray-card.purple .tray-card-item::before { background: #6b46c1; }

.comp-card.orange, .tray-card.orange { border-color: #e8c99a; }
.comp-card.orange .comp-card-header, .tray-card.orange .tray-card-header { background: #fff7e6; border-bottom-color: #e8c99a; }
.comp-card.orange .comp-card-title, .tray-card.orange .tray-card-title { color: #92400e; }
.comp-card.orange .comp-card-item::before, .tray-card.orange .tray-card-item::before { background: #d97706; }
.comp-card.orange .comp-step-num { background: #d97706; }

/* ---------- 4. ОШИБКИ ---------- */

.error-block { border-color: #e8a5a5; }
.error-title { background: #fdecec; color: #9b1c1c; padding: 15px; }
.error-desc { padding: 15px; }
.error-row { display: flex; border-top: 1px solid #e8ebef; }
.error-row:first-of-type { border-top: none; }
.error-label {
  width: 35%;
  flex-shrink: 0;
  background: #fdf3f3;
  color: #9b1c1c;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-right: 1px solid #e8ebef;
  font-family: inherit;
}
.error-text {
  width: 65%;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 15px;
  font-size: 18px;
}
.error-text a { color: #d32f2f; text-decoration: underline; font-weight: 600; }
.error-text a:hover { color: #9b1c1c; }

.warn-block { border-color: #e8c99a; }
.warn-block .error-title { background: #fff7e6; color: #92400e; }
.warn-block .error-label { background: #fffaf0; color: #92400e; }

.tip-block { border-color: #a5cfb8; }
.tip-block .error-title { background: #e6f4ec; color: #22543d; }
.tip-block .error-label { background: #f0f9f3; color: #22543d; }

.info-error-block { border-color: #a5c2e8; }
.info-error-block .error-title { background: #e6f0fa; color: #1a365d; }
.info-error-block .error-label { background: #f0f6ff; color: #1a365d; }

/* ---------- 5. ПОЯСНЕНИЯ ---------- */

.info-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #a5cfb8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  font-family: inherit;
}
.info-title {
  background: #e6f4ec;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  color: #22543d;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 15px;
  background: #fff;
}
.info-card {
  background: #f0f9f3;
  border: 1px solid #c6e0d1;
  border-radius: 6px;
  padding: 15px;
}
.info-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #22543d;
  margin-bottom: 6px;
}
.info-card-text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.warn-block.info-block { border-color: #e8c99a; }
.warn-block.info-block .info-title { background: #fff7e6; color: #92400e; }
.warn-block.info-block .info-card { background: #fffaf0; border-color: #e8d4b0; }

/* ---------- 6. СКАЧАТЬ ---------- */

.download-container { border-color: #e8908e; }
.download-header { background: #fbe3e3; border-bottom-color: #f0c8c8; }
.download-title { color: #9b1c1c; }

.download-badge, .step-badge {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6b7a8f;
}
.download-badge { background: #d32f2f; font-size: 15px; }

.download-text { border-bottom: none; }
.download-divider { border: none; border-top: 1px dashed #f0c8c8; margin: 12px 0; }
.dl-row { margin-bottom: 10px; }
.dl-row:last-child { margin-bottom: 0; }
.dl-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #9b1c1c;
  text-align: center;
  margin-bottom: 8px;
}
.dl-buttons {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.dl-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  color: #9b1c1c;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e8908e;
  white-space: nowrap;
  flex: 1;
  max-width: 180px;
}
.dl-link:hover { background: #d32f2f; color: #fff; }
.dl-link svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ---------- 7. ВСТУПЛЕНИЯ И КАРТИНКИ ---------- */

.comp-intro-box, .tray-intro-box, .keys-intro-box {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #c9d3df;
  border-radius: 8px;
  background: #eef2f7;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  font-family: inherit;
}
.comp-intro, .tray-intro, .keys-intro {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0;
}

.keys-images {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #c9d3df;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.keys-images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  flex: 1 1 300px;
}

.keys-image-single {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #c9d3df;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 15px;
  text-align: center;
}
.keys-image-single img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

.keys-note {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
  text-align: center;
  font-style: italic;
  margin: 10px 0 20px;
}

.img-card-desc {
  background: #eef2f7;
  border-top: 2px solid #dde3ea;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

/* ============================================================
   8. МОБИЛЬНЫЕ
   ============================================================ */

@media (max-width: 600px) {

  .tools-table th, .tools-table td,
  .sysreq-table th, .sysreq-table td,
  .keys-table th, .keys-table td {
    padding: 10px;
    font-size: 14px;
  }

  .tools-table .table-title, .sysreq-table .table-title,
  .keys-table .keys-title { font-size: 18px; padding: 10px; }

  .tools-table .table-desc, .sysreq-table .table-desc,
  .keys-table .keys-desc { font-size: 16px; padding: 10px; }

  .tools-table thead tr:last-child th,
  .sysreq-table thead tr:last-child th,
  .keys-table thead tr:last-child th { font-size: 12px; padding: 10px; white-space: normal; }

  .tools-table tbody td,
  .tools-table:not(.tools-table-2col) tbody td:nth-child(2) { font-size: 12px; }

  .keys-table td:first-child { width: 22%; font-size: 14px; }

  .tools-table:not(.tools-table-2col) th:first-child,
  .tools-table:not(.tools-table-2col) td:first-child { width: 40%; }
  .tools-table:not(.tools-table-2col) th:nth-child(2),
  .tools-table:not(.tools-table-2col) td:nth-child(2) { width: 14%; }
  .tools-table:not(.tools-table-2col) th:last-child,
  .tools-table:not(.tools-table-2col) td:last-child { width: 46%; }

  .tools-table-2col th:first-child,
  .tools-table-2col td:first-child { width: 50%; }
  .tools-table-2col th:last-child,
  .tools-table-2col td:last-child { width: 50%; }

  .tools-table tbody tr.img-row td,
  .tools-table tbody tr.img-row:hover td { padding: 10px; }

  .comp-card, .tray-card, .step-container,
  .error-block, .img-card, .download-container {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .comp-card-header, .tray-card-header,
  .download-header { padding: 10px; }
  .step-header { padding: 10px 44px; }

  .comp-card-subtitle, .tray-card-subtitle, .download-text,
  .error-desc, .comp-card-body, .tray-card-body, .step-body,
  .img-card-body, .comp-card-item, .tray-card-item,
  .error-text, .comp-card-step, .comp-card-image, .tray-card-image,
  .error-image, .comp-card-note, .tray-card-note, .error-title,
  .error-label, .dl-link, .comp-intro-box, .tray-intro-box,
  .keys-intro-box, .keys-images, .keys-image-single, .img-card-desc,
  .info-title, .info-grid, .info-card { padding: 10px; }

  .download-body { padding: 10px; }

  .info-grid { grid-template-columns: 1fr; gap: 8px; }

  .comp-card-title, .tray-card-title, .step-container-title,
  .error-title, .download-title { font-size: 18px; }

  .comp-card-subtitle, .tray-card-subtitle, .download-text,
  .error-desc, .info-card-title, .dl-label,
  .img-card-desc { font-size: 16px; }

  .comp-card-item, .tray-card-item, .step-item, .error-text,
  .comp-card-step, .comp-intro, .tray-intro, .keys-intro,
  .comp-card-note, .tray-card-note, .step-note, .info-card-text,
  .keys-note, .info-title { font-size: 16px; }

  .step-note-icon { width: 26px; height: 26px; font-size: 14px; }
  .comp-step-num { width: 26px; height: 26px; font-size: 14px; }

  .dl-buttons { gap: 8px; }
  .dl-link { font-size: 14px; padding: 8px 12px; }
  .dl-link svg { width: 13px; height: 13px; }

  .download-badge, .step-badge { width: 24px; height: 24px; font-size: 13px; left: 8px; }

  .error-row { display: block; }
  .error-label { width: 100%; border-right: none; border-bottom: 1px solid #e8ebef; }
  .error-text { width: 100%; }
}