/* Start custom CSS for html, class: .elementor-element-b442e6f *//* =========================================================
   Программы Windows в Linux: Wine, Bottles и VM
   Стили изолированы контейнером .winlinux-guide
   ========================================================= */

.winlinux-guide {
  --wlg-surface: #ffffff;
  --wlg-soft: #f7f9fc;
  --wlg-text: #172131;
  --wlg-muted: #576579;
  --wlg-line: #dce3ec;

  --wlg-wine: #812f3b;
  --wlg-wine-dark: #5e1c26;
  --wlg-wine-soft: #fff0f2;

  --wlg-blue: #315ea8;
  --wlg-blue-dark: #234477;
  --wlg-blue-soft: #edf4ff;

  --wlg-purple: #64429a;
  --wlg-purple-soft: #f5f0ff;

  --wlg-green: #176b3a;
  --wlg-green-soft: #eaf7ef;

  --wlg-warning: #a96000;
  --wlg-warning-soft: #fff7e7;

  --wlg-danger: #b42318;
  --wlg-danger-soft: #fff1f0;

  --wlg-code: #111827;
  --wlg-code-text: #e7edf6;

  width: 100%;
  max-width: 1160px;
  margin: 0 auto;

  color: var(--wlg-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;

  overflow-wrap: anywhere;
}

.winlinux-guide *,
.winlinux-guide *::before,
.winlinux-guide *::after {
  box-sizing: border-box;
}

.winlinux-guide p,
.winlinux-guide ul,
.winlinux-guide ol {
  margin: 0 0 1.1em;
}

.winlinux-guide ul,
.winlinux-guide ol {
  padding-left: 25px;
}

.winlinux-guide li {
  margin-bottom: 7px;
}

.winlinux-guide h1,
.winlinux-guide h2,
.winlinux-guide h3 {
  margin-top: 0;

  color: #101827;
  line-height: 1.2;
  text-wrap: balance;
}

.winlinux-guide h1 {
  margin-bottom: 19px;

  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.winlinux-guide h2 {
  margin-bottom: 24px;

  font-size: clamp(27px, 3.4vw, 40px);
  letter-spacing: -0.025em;
}

.winlinux-guide h3 {
  margin: 30px 0 14px;

  font-size: clamp(20px, 2.3vw, 27px);
}

.winlinux-guide a {
  color: var(--wlg-blue-dark);

  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.winlinux-guide a:focus-visible,
.winlinux-guide summary:focus-visible,
.winlinux-guide__button:focus-visible {
  outline: 3px solid rgba(49, 94, 168, 0.35);
  outline-offset: 3px;
}

.winlinux-guide code {
  border-radius: 5px;

  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;

  font-size: 0.9em;
}

.winlinux-guide p code,
.winlinux-guide li code,
.winlinux-guide td code,
.winlinux-guide summary code {
  padding: 0.12em 0.38em;

  border: 1px solid #d9e0e8;
  background: #edf1f5;

  color: #172033;
}

.winlinux-guide [id] {
  scroll-margin-top: 110px;
}

/* =========================================================
   Главный экран
   ========================================================= */

.winlinux-guide__hero {
  position: relative;

  margin-bottom: 28px;
  padding: clamp(35px, 6vw, 74px);

  overflow: hidden;

  border: 1px solid #d9cbd2;
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 91% 7%,
      rgba(49, 94, 168, 0.21),
      transparent 31%
    ),
    radial-gradient(
      circle at 5% 100%,
      rgba(129, 47, 59, 0.17),
      transparent 33%
    ),
    linear-gradient(
      145deg,
      #fdfbfc 0%,
      #f3f5fa 100%
    );

  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.winlinux-guide__eyebrow {
  display: inline-flex;

  margin: 0 0 18px !important;
  padding: 7px 13px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--wlg-wine) 0%,
      var(--wlg-blue) 100%
    );

  color: #ffffff;

  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.winlinux-guide__lead {
  max-width: 950px;

  margin-bottom: 25px !important;

  color: #3d4858;

  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.55;
}

.winlinux-guide__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.winlinux-guide__meta span {
  padding: 8px 12px;

  border: 1px solid #d4cbd0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);

  color: #51474c;

  font-size: 14px;
  font-weight: 750;
}

/* =========================================================
   Основные блоки
   ========================================================= */

.winlinux-guide__toc,
.winlinux-guide__section,
.winlinux-guide__conclusion {
  margin: 28px 0;
  padding: clamp(27px, 4vw, 49px);

  border: 1px solid var(--wlg-line);
  border-radius: 24px;
  background: var(--wlg-surface);

  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.winlinux-guide__section > h2::after,
.winlinux-guide__conclusion > h2::after {
  content: "";

  display: block;

  width: 92px;
  height: 4px;

  margin-top: 14px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--wlg-wine) 0%,
      var(--wlg-blue) 100%
    );
}

/* =========================================================
   Содержание
   ========================================================= */

.winlinux-guide__toc h2 {
  font-size: 29px;
}

.winlinux-guide__toc ol {
  columns: 2;
  column-gap: 44px;

  margin-bottom: 0;
}

.winlinux-guide__toc li {
  break-inside: avoid;

  margin-bottom: 9px;
}

.winlinux-guide__toc a {
  color: #263449;

  font-weight: 680;
  text-decoration: none;
}

.winlinux-guide__toc a:hover {
  color: var(--wlg-blue-dark);
  text-decoration: underline;
}

/* =========================================================
   Информационные блоки
   ========================================================= */

.winlinux-guide__alert {
  margin: 24px 0;
  padding: 20px 22px;

  border-left: 5px solid var(--wlg-blue);
  border-radius: 13px;
  background: var(--wlg-blue-soft);
}

.winlinux-guide__alert strong {
  display: block;

  margin-bottom: 6px;

  font-size: 19px;
}

.winlinux-guide__alert p:last-child {
  margin-bottom: 0;
}

.winlinux-guide__alert--info {
  border-left-color: var(--wlg-blue);
  background: var(--wlg-blue-soft);
}

.winlinux-guide__alert--important {
  border-left-color: var(--wlg-green);
  background: var(--wlg-green-soft);
}

.winlinux-guide__alert--warning {
  border-left-color: var(--wlg-warning);
  background: var(--wlg-warning-soft);
}

.winlinux-guide__alert--danger {
  border-left-color: var(--wlg-danger);
  background: var(--wlg-danger-soft);
}

/* =========================================================
   Команды
   ========================================================= */

.winlinux-guide__code {
  margin: 18px 0 26px;
  padding: 20px;

  overflow-x: auto;

  border: 1px solid #263349;
  border-radius: 15px;
  background: var(--wlg-code);

  color: var(--wlg-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;
}

.winlinux-guide__code code {
  display: block;

  min-width: max-content;

  color: inherit;

  font-size: 14px;
  line-height: 1.65;
  white-space: pre;
}

/* =========================================================
   Таблицы
   ========================================================= */

.winlinux-guide__table-wrap {
  width: 100%;

  margin: 20px 0 30px;

  overflow-x: auto;

  border: 1px solid var(--wlg-line);
  border-radius: 15px;

  -webkit-overflow-scrolling: touch;
}

.winlinux-guide__table {
  width: 100%;
  min-width: 800px;

  border-collapse: collapse;
  background: #ffffff;
}

.winlinux-guide__table th,
.winlinux-guide__table td {
  padding: 14px 16px;

  border-bottom: 1px solid var(--wlg-line);

  text-align: left;
  vertical-align: top;
}

.winlinux-guide__table th {
  background:
    linear-gradient(
      90deg,
      var(--wlg-wine-soft) 0%,
      var(--wlg-blue-soft) 100%
    );

  color: #35283c;

  font-size: 14px;
  letter-spacing: 0.02em;
}

.winlinux-guide__table tr:last-child td {
  border-bottom: 0;
}

.winlinux-guide__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.winlinux-guide__table tbody tr:hover {
  background: #f7f5fa;
}

/* =========================================================
   Карточки способов
   ========================================================= */

.winlinux-guide__method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;

  margin: 24px 0 30px;
}

.winlinux-guide__method-card {
  padding: 23px;

  border: 1px solid var(--wlg-line);
  border-radius: 19px;
  background: var(--wlg-soft);
}

.winlinux-guide__method-card:nth-child(1) {
  border-top: 5px solid var(--wlg-blue);
}

.winlinux-guide__method-card:nth-child(2) {
  border-top: 5px solid var(--wlg-wine);
}

.winlinux-guide__method-card:nth-child(3) {
  border-top: 5px solid var(--wlg-purple);
}

.winlinux-guide__method-card:nth-child(4) {
  border-top: 5px solid var(--wlg-green);
}

.winlinux-guide__tag {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;
  background: var(--wlg-blue-soft);

  color: var(--wlg-blue-dark);

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.winlinux-guide__method-card h3 {
  margin: 12px 0 9px;

  font-size: 23px;
}

.winlinux-guide__method-card > strong {
  display: block;

  margin: 16px 0 8px;
}

/* =========================================================
   Вердикт
   ========================================================= */

.winlinux-guide__verdict {
  margin: 27px 0;
  padding: 23px;

  border: 1px solid #d2c7d5;
  border-radius: 18px;

  background:
    linear-gradient(
      100deg,
      var(--wlg-wine-soft) 0%,
      var(--wlg-blue-soft) 100%
    );
}

.winlinux-guide__verdict span {
  display: block;

  margin-bottom: 5px;

  color: var(--wlg-muted);

  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.winlinux-guide__verdict strong {
  display: block;

  margin-bottom: 7px;

  color: #312332;

  font-size: 25px;
}

.winlinux-guide__verdict p {
  margin: 0;
}

/* =========================================================
   Процесс Wine
   ========================================================= */

.winlinux-guide__process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.winlinux-guide__process > div {
  padding: 21px;

  border: 1px solid var(--wlg-line);
  border-radius: 17px;
  background: var(--wlg-soft);
}

.winlinux-guide__process span {
  display: inline-flex;

  width: 36px;
  height: 36px;

  align-items: center;
  justify-content: center;

  margin-bottom: 11px;

  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      var(--wlg-wine) 0%,
      var(--wlg-blue) 100%
    );

  color: #ffffff;

  font-weight: 900;
}

.winlinux-guide__process strong {
  display: block;

  margin-bottom: 7px;

  font-size: 18px;
}

.winlinux-guide__process p {
  margin: 0;

  color: var(--wlg-muted);
  font-size: 15px;
}

/* =========================================================
   Решения, сценарии и backup
   ========================================================= */

.winlinux-guide__decision-grid,
.winlinux-guide__scenario-grid,
.winlinux-guide__backup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0 30px;
}

.winlinux-guide__decision-grid article,
.winlinux-guide__scenario-grid article,
.winlinux-guide__backup-grid article {
  padding: 21px;

  border: 1px solid var(--wlg-line);
  border-radius: 17px;
  background: var(--wlg-soft);
}

.winlinux-guide__decision-grid span,
.winlinux-guide__scenario-grid span,
.winlinux-guide__backup-grid span {
  display: inline-flex;

  padding: 5px 9px;

  border-radius: 999px;
  background: var(--wlg-wine-soft);

  color: var(--wlg-wine-dark);

  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.winlinux-guide__decision-grid h3,
.winlinux-guide__scenario-grid h3,
.winlinux-guide__backup-grid h3 {
  margin: 10px 0 8px;

  font-size: 20px;
}

.winlinux-guide__decision-grid p,
.winlinux-guide__scenario-grid p,
.winlinux-guide__backup-grid p {
  margin: 0;

  color: var(--wlg-muted);
}

/* =========================================================
   Списки
   ========================================================= */

.winlinux-guide__check-list,
.winlinux-guide__stop-list {
  padding-left: 0 !important;

  list-style: none;
}

.winlinux-guide__check-list li,
.winlinux-guide__stop-list li {
  position: relative;

  padding: 10px 0 10px 35px;

  border-bottom: 1px solid var(--wlg-line);
}

.winlinux-guide__check-list li::before,
.winlinux-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;
}

.winlinux-guide__check-list li::before {
  content: "✓";

  background: var(--wlg-green-soft);
  color: var(--wlg-green);
}

.winlinux-guide__stop-list li::before {
  content: "!";

  background: var(--wlg-danger-soft);
  color: var(--wlg-danger);
}

/* =========================================================
   Риски
   ========================================================= */

.winlinux-guide__risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;

  margin: 24px 0;
}

.winlinux-guide__risk-grid article {
  padding: 20px;

  border: 1px solid #efc0bb;
  border-radius: 16px;
  background: #fff6f5;
}

.winlinux-guide__risk-grid h3 {
  margin: 0 0 8px;

  font-size: 19px;
}

.winlinux-guide__risk-grid p {
  margin: 0;

  color: var(--wlg-muted);
}

/* =========================================================
   Пошаговый план
   ========================================================= */

.winlinux-guide__timeline {
  display: grid;
  gap: 13px;
}

.winlinux-guide__timeline article {
  display: grid;
  grid-template-columns: 58px 250px 1fr;
  gap: 17px;
  align-items: center;

  padding: 18px 20px;

  border: 1px solid var(--wlg-line);
  border-radius: 15px;
  background: var(--wlg-soft);
}

.winlinux-guide__timeline span {
  display: inline-flex;

  width: 40px;
  height: 40px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: var(--wlg-blue);

  color: #ffffff;

  font-weight: 900;
}

.winlinux-guide__timeline h3 {
  margin: 0;

  font-size: 18px;
}

.winlinux-guide__timeline p {
  margin: 0;

  color: var(--wlg-muted);
}

/* =========================================================
   Проблемы и FAQ
   ========================================================= */

.winlinux-guide__problems details,
.winlinux-guide__faq details {
  margin-bottom: 12px;

  overflow: hidden;

  border: 1px solid var(--wlg-line);
  border-radius: 14px;
  background: #ffffff;
}

.winlinux-guide__problems summary,
.winlinux-guide__faq summary {
  position: relative;

  padding: 18px 52px 18px 18px;

  cursor: pointer;

  font-weight: 800;
  list-style: none;
}

.winlinux-guide__problems summary::-webkit-details-marker,
.winlinux-guide__faq summary::-webkit-details-marker {
  display: none;
}

.winlinux-guide__problems summary::after,
.winlinux-guide__faq summary::after {
  content: "+";

  position: absolute;
  top: 50%;
  right: 18px;

  transform: translateY(-50%);

  color: var(--wlg-blue);

  font-size: 25px;
  line-height: 1;
}

.winlinux-guide__problems details[open] summary::after,
.winlinux-guide__faq details[open] summary::after {
  content: "−";
}

.winlinux-guide__problems details > div,
.winlinux-guide__faq details > div {
  padding: 0 18px 18px;

  color: var(--wlg-muted);
}

.winlinux-guide__problems details > div p:last-child,
.winlinux-guide__faq details > div p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Чек-лист
   ========================================================= */

.winlinux-guide__check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;

  margin: 21px 0 29px;
}

.winlinux-guide__check-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;

  padding: 12px 14px;

  border: 1px solid var(--wlg-line);
  border-radius: 12px;
  background: var(--wlg-soft);
}

.winlinux-guide__check-grid input {
  width: 18px;
  height: 18px;

  flex: 0 0 auto;

  margin-top: 3px;

  accent-color: var(--wlg-blue);
}

/* =========================================================
   Заключение и перелинковка
   ========================================================= */

.winlinux-guide__conclusion {
  border-color: #d9cbd2;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f3f7 100%
    );
}

.winlinux-guide__related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  margin: 29px 0;
}

.winlinux-guide__related a {
  display: grid;
  gap: 6px;

  padding: 20px;

  border: 1px solid var(--wlg-line);
  border-radius: 15px;
  background: #ffffff;

  color: var(--wlg-text);
  text-decoration: none;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.winlinux-guide__related a:hover {
  transform: translateY(-2px);

  border-color: #a8b9d8;

  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.winlinux-guide__related strong {
  color: var(--wlg-blue-dark);

  font-size: 18px;
}

.winlinux-guide__related span {
  color: var(--wlg-muted);

  font-size: 15px;
}

/* =========================================================
   CTA
   ========================================================= */

.winlinux-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,
      #67222e 0%,
      #3c274f 52%,
      #254d88 100%
    );

  color: #ffffff;
}

.winlinux-guide__cta h3,
.winlinux-guide__cta p {
  color: #ffffff;
}

.winlinux-guide__cta h3 {
  margin: 4px 0 10px;
}

.winlinux-guide__cta p:last-child {
  margin-bottom: 0;
}

.winlinux-guide__cta-kicker {
  margin-bottom: 0 !important;

  color: #e9ddff !important;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.winlinux-guide__button {
  display: inline-flex;

  min-height: 50px;
  padding: 13px 21px;

  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: #ffffff;

  color: var(--wlg-wine-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;
}

.winlinux-guide__button:hover {
  transform: translateY(-1px);

  background: var(--wlg-blue-soft);
}

/* =========================================================
   Elementor
   ========================================================= */

.elementor-widget-html .winlinux-guide > :first-child {
  margin-top: 0;
}

.elementor-widget-html .winlinux-guide > :last-child {
  margin-bottom: 0;
}

/* =========================================================
   Планшеты
   ========================================================= */

@media (max-width: 940px) {

  .winlinux-guide__process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .winlinux-guide__timeline article {
    grid-template-columns: 58px 1fr;
  }

  .winlinux-guide__timeline p {
    grid-column: 1 / -1;
  }

}

/* =========================================================
   Мобильные устройства
   ========================================================= */

@media (max-width: 760px) {

  .winlinux-guide {
    font-size: 16px;
  }

  .winlinux-guide__toc ol {
    columns: 1;
  }

  .winlinux-guide__method-grid,
  .winlinux-guide__decision-grid,
  .winlinux-guide__scenario-grid,
  .winlinux-guide__backup-grid,
  .winlinux-guide__risk-grid,
  .winlinux-guide__check-grid,
  .winlinux-guide__related,
  .winlinux-guide__cta {
    grid-template-columns: 1fr;
  }

  .winlinux-guide__button {
    width: 100%;
  }

}

/* =========================================================
   Узкие мобильные устройства
   ========================================================= */

@media (max-width: 560px) {

  .winlinux-guide__hero,
  .winlinux-guide__toc,
  .winlinux-guide__section,
  .winlinux-guide__conclusion {
    padding: 22px 18px;

    border-radius: 18px;
  }

  .winlinux-guide h1 {
    font-size: 33px;
  }

  .winlinux-guide h2 {
    font-size: 27px;
  }

  .winlinux-guide__lead {
    font-size: 18px;
  }

  .winlinux-guide__meta {
    display: grid;
  }

  .winlinux-guide__meta span {
    border-radius: 10px;
  }

  .winlinux-guide__process {
    grid-template-columns: 1fr;
  }

  .winlinux-guide__timeline article {
    grid-template-columns: 1fr;
  }

  .winlinux-guide__timeline p {
    grid-column: auto;
  }

  .winlinux-guide__code {
    margin-right: -4px;
    margin-left: -4px;
    padding: 16px;

    border-radius: 12px;
  }

  .winlinux-guide__code code {
    font-size: 12.5px;
  }

  .winlinux-guide__table-wrap {
    width: calc(100% + 8px);

    margin-right: -4px;
    margin-left: -4px;
  }

  .winlinux-guide__table {
    min-width: 700px;
  }

  .winlinux-guide__table th,
  .winlinux-guide__table td {
    padding: 12px;

    font-size: 14px;
  }

}

/* =========================================================
   Ограничение анимации
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .winlinux-guide *,
  .winlinux-guide *::before,
  .winlinux-guide *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

}

/* =========================================================
   Печать
   ========================================================= */

@media print {

  .winlinux-guide {
    max-width: none;

    font-size: 11pt;
  }

  .winlinux-guide__hero,
  .winlinux-guide__toc,
  .winlinux-guide__section,
  .winlinux-guide__conclusion {
    box-shadow: none;
  }

  .winlinux-guide__code {
    white-space: pre-wrap;
    break-inside: avoid;
  }

  .winlinux-guide__table-wrap {
    overflow: visible;
  }

  .winlinux-guide__table {
    min-width: 0;
  }

  .winlinux-guide__cta {
    border: 1px solid #999999;
    background: #ffffff;

    color: #000000;
  }

  .winlinux-guide__cta h3,
  .winlinux-guide__cta p {
    color: #000000;
  }

}/* End custom CSS */