/* Start custom CSS for html, class: .elementor-element-47db86a *//* =========================================================
   Стоит ли переходить с Windows на Linux
   Стили изолированы контейнером .switch-linux-guide
   ========================================================= */

.switch-linux-guide {
  --slg-surface: #ffffff;
  --slg-soft: #f7f9fc;
  --slg-text: #172131;
  --slg-muted: #58667a;
  --slg-line: #dce3ec;

  --slg-windows: #1473e6;
  --slg-windows-dark: #0d4f9f;
  --slg-windows-soft: #edf5ff;

  --slg-linux: #e3a008;
  --slg-linux-dark: #8a5a00;
  --slg-linux-soft: #fff8df;

  --slg-green: #176b3a;
  --slg-green-soft: #eaf7ef;

  --slg-purple: #66449d;
  --slg-purple-soft: #f5f0ff;

  --slg-warning: #a96000;
  --slg-warning-soft: #fff7e7;

  --slg-danger: #b42318;
  --slg-danger-soft: #fff1f0;

  --slg-code: #111827;
  --slg-code-text: #e7edf6;

  width: 100%;
  max-width: 1160px;
  margin: 0 auto;

  color: var(--slg-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;

  overflow-wrap: anywhere;
}

.switch-linux-guide *,
.switch-linux-guide *::before,
.switch-linux-guide *::after {
  box-sizing: border-box;
}

.switch-linux-guide p,
.switch-linux-guide ul,
.switch-linux-guide ol {
  margin: 0 0 1.1em;
}

.switch-linux-guide ul,
.switch-linux-guide ol {
  padding-left: 25px;
}

.switch-linux-guide li {
  margin-bottom: 7px;
}

.switch-linux-guide h1,
.switch-linux-guide h2,
.switch-linux-guide h3 {
  margin-top: 0;

  color: #101827;
  line-height: 1.2;
  text-wrap: balance;
}

.switch-linux-guide h1 {
  margin-bottom: 20px;

  font-size: clamp(34px, 5vw, 59px);
  letter-spacing: -0.035em;
}

.switch-linux-guide h2 {
  margin-bottom: 24px;

  font-size: clamp(27px, 3.4vw, 40px);
  letter-spacing: -0.025em;
}

.switch-linux-guide h3 {
  margin: 29px 0 14px;

  font-size: clamp(20px, 2.3vw, 27px);
}

.switch-linux-guide a {
  color: var(--slg-windows-dark);

  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.switch-linux-guide a:focus-visible,
.switch-linux-guide summary:focus-visible,
.switch-linux-guide__button:focus-visible {
  outline: 3px solid rgba(20, 115, 230, 0.32);
  outline-offset: 3px;
}

.switch-linux-guide code {
  border-radius: 5px;

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.9em;
}

.switch-linux-guide p code,
.switch-linux-guide li code,
.switch-linux-guide td code {
  padding: 0.12em 0.38em;

  border: 1px solid #d9e0e8;
  background: #edf1f5;

  color: #172033;
}

.switch-linux-guide [id] {
  scroll-margin-top: 110px;
}

/* =========================================================
   Главный экран
   ========================================================= */

.switch-linux-guide__hero {
  position: relative;

  margin-bottom: 28px;
  padding: clamp(35px, 6vw, 74px);

  overflow: hidden;

  border: 1px solid #d6dde7;
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 92% 5%,
      rgba(20, 115, 230, 0.20),
      transparent 31%
    ),
    radial-gradient(
      circle at 5% 100%,
      rgba(227, 160, 8, 0.19),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #fbfdff 0%,
      #f5f7fb 100%
    );

  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.switch-linux-guide__eyebrow {
  display: inline-flex;

  margin: 0 0 18px !important;
  padding: 7px 13px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--slg-windows) 0%,
      var(--slg-linux) 100%
    );

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.switch-linux-guide__lead {
  max-width: 970px;

  margin-bottom: 25px !important;

  color: #3d4858;

  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.55;
}

.switch-linux-guide__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.switch-linux-guide__meta span {
  padding: 8px 12px;

  border: 1px solid #d2dae5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);

  color: #465366;

  font-size: 14px;
  font-weight: 750;
}

/* =========================================================
   Основные блоки
   ========================================================= */

.switch-linux-guide__toc,
.switch-linux-guide__section,
.switch-linux-guide__conclusion {
  margin: 28px 0;
  padding: clamp(27px, 4vw, 49px);

  border: 1px solid var(--slg-line);
  border-radius: 24px;
  background: var(--slg-surface);

  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.switch-linux-guide__section > h2::after,
.switch-linux-guide__conclusion > h2::after {
  content: "";

  display: block;

  width: 94px;
  height: 4px;

  margin-top: 14px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--slg-windows) 0%,
      var(--slg-linux) 100%
    );
}

/* =========================================================
   Содержание
   ========================================================= */

.switch-linux-guide__toc h2 {
  font-size: 29px;
}

.switch-linux-guide__toc ol {
  columns: 2;
  column-gap: 44px;

  margin-bottom: 0;
}

.switch-linux-guide__toc li {
  break-inside: avoid;

  margin-bottom: 9px;
}

.switch-linux-guide__toc a {
  color: #263449;

  font-weight: 680;
  text-decoration: none;
}

.switch-linux-guide__toc a:hover {
  color: var(--slg-windows-dark);
  text-decoration: underline;
}

/* =========================================================
   Информационные блоки
   ========================================================= */

.switch-linux-guide__alert {
  margin: 24px 0;
  padding: 20px 22px;

  border-left: 5px solid var(--slg-windows);
  border-radius: 13px;
  background: var(--slg-windows-soft);
}

.switch-linux-guide__alert strong {
  display: block;

  margin-bottom: 6px;

  font-size: 19px;
}

.switch-linux-guide__alert p:last-child {
  margin-bottom: 0;
}

.switch-linux-guide__alert--info {
  border-left-color: var(--slg-windows);
  background: var(--slg-windows-soft);
}

.switch-linux-guide__alert--important {
  border-left-color: var(--slg-green);
  background: var(--slg-green-soft);
}

.switch-linux-guide__alert--warning {
  border-left-color: var(--slg-warning);
  background: var(--slg-warning-soft);
}

.switch-linux-guide__alert--danger {
  border-left-color: var(--slg-danger);
  background: var(--slg-danger-soft);
}

/* =========================================================
   Команды
   ========================================================= */

.switch-linux-guide__code {
  margin: 18px 0 26px;
  padding: 20px;

  overflow-x: auto;

  border: 1px solid #263349;
  border-radius: 15px;
  background: var(--slg-code);

  color: var(--slg-code-text);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 22px rgba(15, 23, 42, 0.08);

  -webkit-overflow-scrolling: touch;
}

.switch-linux-guide__code code {
  display: block;

  min-width: max-content;

  color: inherit;

  font-size: 14px;
  line-height: 1.65;
  white-space: pre;
}

/* =========================================================
   Таблицы
   ========================================================= */

.switch-linux-guide__table-wrap {
  width: 100%;

  margin: 20px 0 30px;

  overflow-x: auto;

  border: 1px solid var(--slg-line);
  border-radius: 15px;

  -webkit-overflow-scrolling: touch;
}

.switch-linux-guide__table {
  width: 100%;
  min-width: 790px;

  border-collapse: collapse;
  background: #ffffff;
}

.switch-linux-guide__table th,
.switch-linux-guide__table td {
  padding: 14px 16px;

  border-bottom: 1px solid var(--slg-line);

  text-align: left;
  vertical-align: top;
}

.switch-linux-guide__table th {
  background:
    linear-gradient(
      90deg,
      var(--slg-windows-soft) 0%,
      var(--slg-linux-soft) 100%
    );

  color: #27354a;

  font-size: 14px;
  letter-spacing: 0.02em;
}

.switch-linux-guide__table tr:last-child td {
  border-bottom: 0;
}

.switch-linux-guide__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.switch-linux-guide__table tbody tr:hover {
  background: #f7f9fc;
}

/* =========================================================
   Краткий вердикт
   ========================================================= */

.switch-linux-guide__verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

  margin: 24px 0 30px;
}

.switch-linux-guide__verdict-card {
  padding: 23px;

  border: 1px solid var(--slg-line);
  border-radius: 19px;
  background: var(--slg-soft);
}

.switch-linux-guide__verdict-card > span {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.switch-linux-guide__verdict-card h3 {
  margin: 12px 0 9px;

  font-size: 22px;
}

.switch-linux-guide__verdict-card--yes {
  border-top: 5px solid var(--slg-green);
}

.switch-linux-guide__verdict-card--yes > span {
  background: var(--slg-green-soft);
  color: var(--slg-green);
}

.switch-linux-guide__verdict-card--maybe {
  border-top: 5px solid var(--slg-linux);
}

.switch-linux-guide__verdict-card--maybe > span {
  background: var(--slg-linux-soft);
  color: var(--slg-linux-dark);
}

.switch-linux-guide__verdict-card--no {
  border-top: 5px solid var(--slg-danger);
}

.switch-linux-guide__verdict-card--no > span {
  background: var(--slg-danger-soft);
  color: var(--slg-danger);
}

/* =========================================================
   Термины, программы и преимущества
   ========================================================= */

.switch-linux-guide__term-grid,
.switch-linux-guide__software-grid,
.switch-linux-guide__advantage-grid,
.switch-linux-guide__cost-grid,
.switch-linux-guide__persona-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.switch-linux-guide__term-grid article,
.switch-linux-guide__software-grid article,
.switch-linux-guide__advantage-grid article,
.switch-linux-guide__cost-grid article,
.switch-linux-guide__persona-grid article {
  padding: 21px;

  border: 1px solid var(--slg-line);
  border-radius: 17px;
  background: var(--slg-soft);
}

.switch-linux-guide__term-grid span,
.switch-linux-guide__software-grid span,
.switch-linux-guide__advantage-grid span,
.switch-linux-guide__cost-grid span,
.switch-linux-guide__persona-grid span {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;
  background: var(--slg-windows-soft);

  color: var(--slg-windows-dark);

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.switch-linux-guide__term-grid h3,
.switch-linux-guide__software-grid h3,
.switch-linux-guide__advantage-grid h3,
.switch-linux-guide__cost-grid h3,
.switch-linux-guide__persona-grid h3 {
  margin: 10px 0 8px;

  font-size: 20px;
}

.switch-linux-guide__term-grid p,
.switch-linux-guide__software-grid p,
.switch-linux-guide__advantage-grid p,
.switch-linux-guide__cost-grid p,
.switch-linux-guide__persona-grid p {
  margin: 0;

  color: var(--slg-muted);
}

/* =========================================================
   Правильный вопрос
   ========================================================= */

.switch-linux-guide__question {
  margin: 27px 0;
  padding: clamp(24px, 4vw, 38px);

  border: 1px solid #cfd9e8;
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      var(--slg-windows-soft) 0%,
      var(--slg-linux-soft) 100%
    );
}

.switch-linux-guide__question p {
  max-width: 900px;
  margin: 0;

  color: #26364d;

  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

/* =========================================================
   Списки
   ========================================================= */

.switch-linux-guide__check-list,
.switch-linux-guide__stop-list {
  padding-left: 0 !important;

  list-style: none;
}

.switch-linux-guide__check-list li,
.switch-linux-guide__stop-list li {
  position: relative;

  padding: 10px 0 10px 35px;

  border-bottom: 1px solid var(--slg-line);
}

.switch-linux-guide__check-list li::before,
.switch-linux-guide__stop-list li::before {
  position: absolute;
  top: 9px;
  left: 2px;

  display: inline-flex;

  width: 22px;
  height: 22px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-weight: 900;
}

.switch-linux-guide__check-list li::before {
  content: "✓";

  background: var(--slg-green-soft);
  color: var(--slg-green);
}

.switch-linux-guide__stop-list li::before {
  content: "!";

  background: var(--slg-danger-soft);
  color: var(--slg-danger);
}

/* =========================================================
   Честный вывод
   ========================================================= */

.switch-linux-guide__truth {
  margin: 27px 0;
  padding: 23px;

  border: 1px solid #d6cbe3;
  border-radius: 18px;
  background: var(--slg-purple-soft);
}

.switch-linux-guide__truth strong {
  display: block;

  margin-bottom: 8px;

  color: #3e2a62;

  font-size: 22px;
}

.switch-linux-guide__truth p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Вердикт геймера
   ========================================================= */

.switch-linux-guide__gamer-verdict {
  margin: 30px 0;
  padding: clamp(26px, 4vw, 40px);

  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      #172033 0%,
      #293f63 55%,
      #3c5f95 100%
    );

  color: #ffffff;
  text-align: center;
}

.switch-linux-guide__gamer-verdict p,
.switch-linux-guide__gamer-verdict strong,
.switch-linux-guide__gamer-verdict span {
  color: #ffffff;
}

.switch-linux-guide__gamer-verdict p {
  margin-bottom: 7px;

  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.switch-linux-guide__gamer-verdict strong {
  display: block;

  margin-bottom: 11px;

  font-size: clamp(25px, 3.4vw, 38px);
  line-height: 1.25;
}

.switch-linux-guide__gamer-verdict span {
  display: block;

  max-width: 780px;
  margin: 0 auto;

  opacity: 0.9;
}

/* =========================================================
   Риски
   ========================================================= */

.switch-linux-guide__risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0;
}

.switch-linux-guide__risk-grid article {
  padding: 20px;

  border: 1px solid #efc0bb;
  border-radius: 16px;
  background: #fff6f5;
}

.switch-linux-guide__risk-grid h3 {
  margin: 0 0 8px;

  font-size: 19px;
}

.switch-linux-guide__risk-grid p {
  margin: 0;

  color: var(--slg-muted);
}

/* =========================================================
   План тестирования
   ========================================================= */

.switch-linux-guide__timeline {
  display: grid;
  gap: 13px;
}

.switch-linux-guide__timeline article {
  display: grid;
  grid-template-columns: 120px 250px 1fr;
  gap: 17px;
  align-items: center;

  padding: 18px 20px;

  border: 1px solid var(--slg-line);
  border-radius: 15px;
  background: var(--slg-soft);
}

.switch-linux-guide__timeline span {
  display: inline-flex;

  min-height: 40px;
  padding: 8px 11px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      var(--slg-windows) 0%,
      var(--slg-linux) 100%
    );

  color: #ffffff;

  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.switch-linux-guide__timeline h3 {
  margin: 0;

  font-size: 18px;
}

.switch-linux-guide__timeline p {
  margin: 0;

  color: var(--slg-muted);
}

/* =========================================================
   Чек-лист оборудования
   ========================================================= */

.switch-linux-guide__check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;

  margin: 21px 0 29px;
}

.switch-linux-guide__check-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;

  padding: 12px 14px;

  border: 1px solid var(--slg-line);
  border-radius: 12px;
  background: var(--slg-soft);
}

.switch-linux-guide__check-grid input {
  width: 18px;
  height: 18px;

  flex: 0 0 auto;

  margin-top: 3px;

  accent-color: var(--slg-windows);
}

/* =========================================================
   Тест готовности
   ========================================================= */

.switch-linux-guide__score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;

  margin: 22px 0 28px;
}

.switch-linux-guide__score-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 13px;
  align-items: center;

  padding: 16px;

  border: 1px solid var(--slg-line);
  border-radius: 14px;
  background: var(--slg-soft);
}

.switch-linux-guide__score-card span {
  display: inline-flex;

  width: 48px;
  height: 48px;

  align-items: center;
  justify-content: center;

  border-radius: 13px;

  font-size: 19px;
  font-weight: 900;
}

.switch-linux-guide__score-card p {
  margin: 0;
}

.switch-linux-guide__score-card--plus span {
  background: var(--slg-green-soft);
  color: var(--slg-green);
}

.switch-linux-guide__score-card--minus span {
  background: var(--slg-danger-soft);
  color: var(--slg-danger);
}

.switch-linux-guide__score-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;

  margin: 26px 0;
}

.switch-linux-guide__score-result > div {
  padding: 21px;

  border: 1px solid var(--slg-line);
  border-radius: 16px;
  background: #ffffff;

  text-align: center;
}

.switch-linux-guide__score-result strong {
  display: block;

  margin-bottom: 7px;

  color: var(--slg-windows-dark);

  font-size: 19px;
}

.switch-linux-guide__score-result p {
  margin: 0;

  color: var(--slg-muted);
}

/* =========================================================
   Финальная матрица
   ========================================================= */

.switch-linux-guide__final-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.switch-linux-guide__final-matrix article {
  padding: 23px;

  border: 1px solid var(--slg-line);
  border-radius: 18px;
  background: var(--slg-soft);
}

.switch-linux-guide__final-matrix span {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;
  background: var(--slg-linux-soft);

  color: var(--slg-linux-dark);

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.switch-linux-guide__final-matrix h3 {
  margin: 11px 0 8px;

  font-size: 21px;
}

.switch-linux-guide__final-matrix p {
  margin: 0;

  color: var(--slg-muted);
}

.switch-linux-guide__main-answer {
  margin: 30px 0;
  padding: clamp(28px, 5vw, 48px);

  border-radius: 23px;

  background:
    linear-gradient(
      135deg,
      #0d4f9f 0%,
      #244a78 50%,
      #8a5a00 100%
    );

  color: #ffffff;
  text-align: center;
}

.switch-linux-guide__main-answer p,
.switch-linux-guide__main-answer strong,
.switch-linux-guide__main-answer span {
  color: #ffffff;
}

.switch-linux-guide__main-answer p {
  margin-bottom: 8px;

  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.switch-linux-guide__main-answer strong {
  display: block;

  max-width: 920px;
  margin: 0 auto 12px;

  font-size: clamp(27px, 4vw, 43px);
  line-height: 1.2;
}

.switch-linux-guide__main-answer span {
  display: block;

  max-width: 760px;
  margin: 0 auto;

  opacity: 0.9;
}

/* =========================================================
   FAQ
   ========================================================= */

.switch-linux-guide__faq details {
  margin-bottom: 12px;

  overflow: hidden;

  border: 1px solid var(--slg-line);
  border-radius: 14px;
  background: #ffffff;
}

.switch-linux-guide__faq summary {
  position: relative;

  padding: 18px 52px 18px 18px;

  cursor: pointer;

  font-weight: 800;
  list-style: none;
}

.switch-linux-guide__faq summary::-webkit-details-marker {
  display: none;
}

.switch-linux-guide__faq summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 18px;

  transform: translateY(-50%);

  color: var(--slg-windows);

  font-size: 25px;
  line-height: 1;
}

.switch-linux-guide__faq details[open] summary::after {
  content: "−";
}

.switch-linux-guide__faq details > div {
  padding: 0 18px 18px;

  color: var(--slg-muted);
}

.switch-linux-guide__faq details > div p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Заключение и перелинковка
   ========================================================= */

.switch-linux-guide__conclusion {
  border-color: #d6dde7;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4f7fb 100%
    );
}

.switch-linux-guide__related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  margin: 29px 0;
}

.switch-linux-guide__related a {
  display: grid;
  gap: 6px;

  padding: 20px;

  border: 1px solid var(--slg-line);
  border-radius: 15px;
  background: #ffffff;

  color: var(--slg-text);
  text-decoration: none;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.switch-linux-guide__related a:hover {
  transform: translateY(-2px);

  border-color: #9cb9dd;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.switch-linux-guide__related strong {
  color: var(--slg-windows-dark);

  font-size: 18px;
}

.switch-linux-guide__related span {
  color: var(--slg-muted);

  font-size: 15px;
}

/* =========================================================
   CTA
   ========================================================= */

.switch-linux-guide__cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;

  padding: clamp(23px, 4vw, 35px);

  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      #0d4f9f 0%,
      #243d65 58%,
      #65460c 100%
    );

  color: #ffffff;
}

.switch-linux-guide__cta h3,
.switch-linux-guide__cta p {
  color: #ffffff;
}

.switch-linux-guide__cta h3 {
  margin: 4px 0 10px;
}

.switch-linux-guide__cta p:last-child {
  margin-bottom: 0;
}

.switch-linux-guide__cta-kicker {
  margin-bottom: 0 !important;

  color: #d9eaff !important;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.switch-linux-guide__button {
  display: inline-flex;

  min-height: 50px;
  padding: 13px 21px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: #ffffff;

  color: var(--slg-windows-dark) !important;

  font-weight: 850;
  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.17);

  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.switch-linux-guide__button:hover {
  transform: translateY(-1px);

  background: var(--slg-windows-soft);
}

/* =========================================================
   Elementor
   ========================================================= */

.elementor-widget-html .switch-linux-guide > :first-child {
  margin-top: 0;
}

.elementor-widget-html .switch-linux-guide > :last-child {
  margin-bottom: 0;
}

/* =========================================================
   Планшеты
   ========================================================= */

@media (max-width: 980px) {

  .switch-linux-guide__verdict-grid,
  .switch-linux-guide__final-matrix {
    grid-template-columns: 1fr;
  }

  .switch-linux-guide__timeline article {
    grid-template-columns: 105px 1fr;
  }

  .switch-linux-guide__timeline p {
    grid-column: 1 / -1;
  }

  .switch-linux-guide__score-result {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   Мобильные устройства
   ========================================================= */

@media (max-width: 760px) {

  .switch-linux-guide {
    font-size: 16px;
  }

  .switch-linux-guide__toc ol {
    columns: 1;
  }

  .switch-linux-guide__term-grid,
  .switch-linux-guide__software-grid,
  .switch-linux-guide__advantage-grid,
  .switch-linux-guide__cost-grid,
  .switch-linux-guide__persona-grid,
  .switch-linux-guide__risk-grid,
  .switch-linux-guide__check-grid,
  .switch-linux-guide__score-grid,
  .switch-linux-guide__related,
  .switch-linux-guide__cta {
    grid-template-columns: 1fr;
  }

  .switch-linux-guide__button {
    width: 100%;
  }

}

/* =========================================================
   Узкие мобильные устройства
   ========================================================= */

@media (max-width: 560px) {

  .switch-linux-guide__hero,
  .switch-linux-guide__toc,
  .switch-linux-guide__section,
  .switch-linux-guide__conclusion {
    padding: 22px 18px;

    border-radius: 18px;
  }

  .switch-linux-guide h1 {
    font-size: 33px;
  }

  .switch-linux-guide h2 {
    font-size: 27px;
  }

  .switch-linux-guide__lead {
    font-size: 18px;
  }

  .switch-linux-guide__meta {
    display: grid;
  }

  .switch-linux-guide__meta span {
    border-radius: 10px;
  }

  .switch-linux-guide__timeline article {
    grid-template-columns: 1fr;
  }

  .switch-linux-guide__timeline p {
    grid-column: auto;
  }

  .switch-linux-guide__score-card {
    grid-template-columns: 52px 1fr;
  }

  .switch-linux-guide__code {
    margin-right: -4px;
    margin-left: -4px;
    padding: 16px;

    border-radius: 12px;
  }

  .switch-linux-guide__code code {
    font-size: 12.5px;
  }

  .switch-linux-guide__table-wrap {
    width: calc(100% + 8px);

    margin-right: -4px;
    margin-left: -4px;
  }

  .switch-linux-guide__table {
    min-width: 700px;
  }

  .switch-linux-guide__table th,
  .switch-linux-guide__table td {
    padding: 12px;

    font-size: 14px;
  }

}

/* =========================================================
   Ограничение анимации
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .switch-linux-guide *,
  .switch-linux-guide *::before,
  .switch-linux-guide *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}

/* =========================================================
   Печать
   ========================================================= */

@media print {

  .switch-linux-guide {
    max-width: none;

    font-size: 11pt;
  }

  .switch-linux-guide__hero,
  .switch-linux-guide__toc,
  .switch-linux-guide__section,
  .switch-linux-guide__conclusion {
    box-shadow: none;
  }

  .switch-linux-guide__code {
    white-space: pre-wrap;
    break-inside: avoid;
  }

  .switch-linux-guide__table-wrap {
    overflow: visible;
  }

  .switch-linux-guide__table {
    min-width: 0;
  }

  .switch-linux-guide__cta {
    border: 1px solid #999999;
    background: #ffffff;

    color: #000000;
  }

  .switch-linux-guide__cta h3,
  .switch-linux-guide__cta p {
    color: #000000;
  }

}/* End custom CSS */