/*
Theme Name: KLEX VPN Theme
Theme URI: https://t.me/KLEXVPNbot
Author: ChatGPT
Description: Легкая адаптивная WordPress-тема для KLEX VPN с SEO-структурой, готовыми страницами, микроразметкой и мобильной навигацией.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: klexvpn
*/

:root {
  --klex-bg: #0b1220;
  --klex-bg-2: #101a2d;
  --klex-surface: #142034;
  --klex-surface-2: #192842;
  --klex-card: rgba(255, 255, 255, .06);
  --klex-card-strong: rgba(255, 255, 255, .1);
  --klex-text: #f4f9ff;
  --klex-muted: #aab8cf;
  --klex-soft: #d8e4f5;
  --klex-line: rgba(255, 255, 255, .12);
  --klex-primary: #31d79f;
  --klex-primary-2: #1aa7ff;
  --klex-accent: #f71c95;
  --klex-accent-2: #1a43d7;
  --klex-danger: #ff5f7a;
  --klex-radius-sm: 14px;
  --klex-radius: 22px;
  --klex-radius-lg: 34px;
  --klex-shadow: 0 18px 55px rgba(0, 0, 0, .28);
  --klex-shadow-soft: 0 12px 34px rgba(6, 18, 35, .28);
  --klex-container: 1180px;
  --klex-header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.klex-body,
body {
  margin: 0;
  color: var(--klex-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(49, 215, 159, .2), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(26, 167, 255, .22), transparent 34%),
    linear-gradient(180deg, #09111f 0%, var(--klex-bg) 52%, #08101c 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  min-width: 320px;
  overflow-x: hidden;
}
img, svg { height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: #ffffff; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(49, 215, 159, .32); color: #fff; }
.klex-container { width: min(100% - 36px, var(--klex-container)); margin-inline: auto; }
.klex-skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; border-radius: 12px; background: #fff; color: #07111f; box-shadow: var(--klex-shadow); }
.klex-skip-link:focus { top: 14px; }
.klex-site-main { min-height: 60vh; }
.klex-section { padding: 86px 0; position: relative; }
.klex-section--tight { padding: 58px 0; }
.klex-section--top { padding-top: 46px; }
.klex-section__head { max-width: 780px; margin-bottom: 34px; }
.klex-section__head--center { margin-inline: auto; text-align: center; }
.klex-eyebrow { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 14px; padding: 7px 12px; border: 1px solid rgba(49, 215, 159, .28); border-radius: 999px; color: #cdf8e9; background: rgba(49, 215, 159, .08); font-size: .88rem; font-weight: 700; letter-spacing: .01em; }
.klex-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--klex-primary); box-shadow: 0 0 18px rgba(49, 215, 159, .9); }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.03em; color: #fff; }
h1 { font-size: clamp(2.28rem, 5vw, 5rem); margin-bottom: 30px;}
h2 { font-size: clamp(1.9rem, 3.4vw, 3.35rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.58rem); }
p { margin: 0; color: var(--klex-muted); }
.klex-lead { font-size: clamp(1.05rem, 1.45vw, 1.25rem); color: var(--klex-soft); max-width: 760px; }
.klex-muted { color: var(--klex-muted); }
.klex-heading-sm { font-size: 1.55rem; }
.klex-heading-xs { font-size: 1.45rem; }
.klex-gradient-text { background: linear-gradient(92deg, var(--klex-primary), var(--klex-primary-2) 62%, var(--klex-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.klex-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.klex-row--center { justify-content: center; }
.klex-grid { display: grid; gap: 22px; }
.klex-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.klex-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.klex-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.klex-card { position: relative; overflow: hidden; border: 1px solid var(--klex-line); border-radius: var(--klex-radius); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)); box-shadow: var(--klex-shadow-soft); }
.klex-card--pad { padding: 28px; }
.klex-card--glow::after { content: ""; position: absolute; inset: auto -38% -48% auto; width: 210px; height: 210px; border-radius: 50%; background: rgba(49, 215, 159, .16); filter: blur(8px); pointer-events: none; }
.klex-card h3 { margin-bottom: 12px; }
.klex-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(49, 215, 159, .2), rgba(26, 167, 255, .18)); color: #fff; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
.klex-icon svg { width: 25px; height: 25px; }
.klex-btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;}
.klex-btn:hover { transform: translateY(-2px); color: #fff; }
.klex-btn:focus-visible, .klex-burger:focus-visible, .klex-menu__parent:focus-visible, .klex-faq__question:focus-visible { outline: 3px solid rgba(49, 215, 159, .45); outline-offset: 3px; }
.klex-btn--primary { background: linear-gradient(135deg, var(--klex-primary), var(--klex-primary-2)); color: #061420; box-shadow: 0 12px 32px rgba(49, 215, 159, .24); }
.klex-btn--primary:hover { color: #061420; box-shadow: 0 18px 42px rgba(26, 167, 255, .28); }
.klex-btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06); }
.klex-btn--ghost:hover { border-color: rgba(49, 215, 159, .42); background: rgba(255, 255, 255, .1); }
.klex-pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.klex-pill-list li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: var(--klex-soft); background: rgba(255,255,255,.055); font-weight: 650; font-size: .94rem; }
.klex-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.klex-list li { position: relative; padding-left: 30px; color: var(--klex-soft); }
.klex-list li::before { content: ""; position: absolute; left: 0; top: .56em; width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(135deg, var(--klex-primary), var(--klex-primary-2)); box-shadow: 0 0 20px rgba(49, 215, 159, .45); }
.klex-number-list { counter-reset: klex-counter; display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.klex-number-list li { counter-increment: klex-counter; display: grid; gap: 8px; padding: 22px; border: 1px solid var(--klex-line); border-radius: var(--klex-radius); background: rgba(255,255,255,.055); }
.klex-number-list li::before { content: counter(klex-counter); display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 2px; border-radius: 12px; background: linear-gradient(135deg, var(--klex-primary), var(--klex-primary-2)); color: #061420; font-weight: 900; }
.klex-price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0; }
.klex-price strong { font-size: clamp(2.2rem, 4vw, 3.2rem); letter-spacing: -.05em; color: #fff; }
.klex-price span { color: var(--klex-muted); font-weight: 700; }
.klex-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; background: rgba(255, 122, 50, .14); color: #ffd2bd; border: 1px solid rgba(255, 122, 50, .28); font-size: .88rem; font-weight: 800; }
.klex-header { position: sticky; top: 0; z-index: 50; min-height: var(--klex-header-h); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9, 17, 31, .78); backdrop-filter: blur(18px); }
.klex-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: var(--klex-header-h); }
.klex-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 950; letter-spacing: -.035em; font-size: 1.18rem; white-space: nowrap; }
.klex-logo__mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 16px; background: linear-gradient(135deg, rgba(49, 215, 159, .24), rgba(26, 167, 255, .2)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 8px 30px rgba(26, 167, 255, .2); }
.klex-logo__mark svg { width: 33px; height: 33px; }
.klex-nav { display: flex; align-items: center; }
.klex-menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.klex-menu a,
.klex-menu__parent { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 10px 12px; border: 0; border-radius: 999px; color: var(--klex-soft); background: transparent; cursor: pointer; font-weight: 750; font-size: .95rem; }
.klex-menu a:hover,
.klex-menu__parent:hover { color: #fff; background: rgba(255,255,255,.08); }
.klex-menu__item--has-submenu { position: relative; }
.klex-menu__parent::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .75; }
.klex-submenu { position: absolute; top: calc(100% + 8px); left: 0; width: 250px; margin: 0; padding: 10px; list-style: none; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(11, 18, 32, .96); box-shadow: var(--klex-shadow); opacity: 0; transform: translateY(8px); visibility: hidden; pointer-events: none; transition: .18s ease; }
.klex-menu__item--has-submenu:hover .klex-submenu,
.klex-menu__item--has-submenu:focus-within .klex-submenu,
.klex-menu__item--has-submenu.is-open .klex-submenu { opacity: 1; transform: translateY(0); visibility: visible; pointer-events: auto; }
.klex-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.klex-submenu a { display: flex; justify-content: space-between; border-radius: 12px; width: 100%; }
.klex-header__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 15px; border-radius: 999px; color: #061420; font-weight: 900; background: linear-gradient(135deg, var(--klex-primary), var(--klex-accent-2)); box-shadow: 0 10px 25px rgba(49, 215, 159, .18); white-space: nowrap; }
.klex-burger { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); cursor: pointer; }
.klex-burger span,
.klex-burger span::before,
.klex-burger span::after { display: block; width: 20px; height: 2px; border-radius: 2px; background: #fff; margin: auto; transition: .2s ease; }
.klex-burger span { position: relative; }
.klex-burger span::before,
.klex-burger span::after { content: ""; position: absolute; left: 0; }
.klex-burger span::before { top: -7px; }
.klex-burger span::after { top: 7px; }
body.klex-menu-open .klex-burger span { background: transparent; }
body.klex-menu-open .klex-burger span::before { top: 0; transform: rotate(45deg); }
body.klex-menu-open .klex-burger span::after { top: 0; transform: rotate(-45deg); }
.klex-hero { padding: 74px 0 92px; overflow: hidden; }
.klex-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .8fr); gap: 48px; align-items: center; }
.klex-hero h1 { margin-bottom: 22px; }
.klex-hero .klex-lead { margin-bottom: 28px; }
.klex-hero__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.klex-stat { padding: 16px; border: 1px solid var(--klex-line); border-radius: 18px; background: rgba(255,255,255,.055); }
.klex-stat strong { display: block; color: #fff; font-size: 1.35rem; line-height: 1.1; }
.klex-stat span { color: var(--klex-muted); font-weight: 650; font-size: .9rem; }
.klex-visual { position: relative; display: grid; place-items: center; min-height: 490px; border-radius: var(--klex-radius-lg); border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 50% 34%, rgba(49,215,159,.22), transparent 32%), linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: var(--klex-shadow); overflow: hidden; }
.klex-visual::before,
.klex-visual::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.klex-visual::before { width: 380px; height: 380px; border: 1px solid rgba(49,215,159,.18); box-shadow: 0 0 65px rgba(26,167,255,.18), inset 0 0 50px rgba(49,215,159,.08); animation: klexPulse 5s ease-in-out infinite; }
.klex-visual::after { width: 220px; height: 220px; background: rgba(26,167,255,.12); filter: blur(38px); right: -40px; bottom: 40px; }
.klex-orb { position: relative; z-index: 1; width: min(78%, 330px); aspect-ratio: 1; display: grid; place-items: center; filter: drop-shadow(0 26px 48px rgba(0,0,0,.34)); }
.klex-orb__triangle { position: absolute; inset: 8% 4% 4%; clip-path: polygon(50% 0, 100% 80%, 50% 100%, 0 80%); background: conic-gradient(from 225deg, #1ba9ff, #31d79f, #d5ffe9, #1ba9ff); opacity: .92; }
.klex-orb__eye { position: relative; z-index: 2; width: 54%; aspect-ratio: 1.85 / 1; border-radius: 50% / 48%; background: #f8fbff; box-shadow: inset 0 0 28px rgba(8, 17, 31, .13); display: grid; place-items: center; }
.klex-orb__pupil { width: 42%; aspect-ratio: 1; border-radius: 50%; background: #172238; display: grid; place-items: center; box-shadow: 0 0 22px rgba(255, 122, 50, .22); }
.klex-orb__bolt { width: 38%; height: 58%; clip-path: polygon(48% 0, 78% 0, 62% 38%, 88% 38%, 34% 100%, 48% 53%, 22% 53%); background: linear-gradient(180deg, #ffd166, var(--klex-accent)); }
.klex-device { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; padding: 16px; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.065); }
.klex-device__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: rgba(49, 215, 159, .12); color: #fff; }
.klex-device strong { display: block; color: #fff; line-height: 1.2; }
.klex-device span { color: var(--klex-muted); font-weight: 650; font-size: .92rem; }
.klex-pricing { align-items: stretch; }
.klex-plan { display: flex; flex-direction: column; padding: 30px; min-height: 100%; }
.klex-plan--featured { border-color: rgba(49,215,159,.42); box-shadow: 0 20px 70px rgba(49, 215, 159, .12); }
.klex-plan__top { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 12px; }
.klex-plan .klex-btn { margin-top: auto; width: 100%; }
.klex-plan .klex-list { margin-bottom: 24px; }
.klex-table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--klex-line); border-radius: var(--klex-radius); background: rgba(255,255,255,.045); }
.klex-table th,
.klex-table td { padding: 16px 18px; border-bottom: 1px solid var(--klex-line); text-align: left; vertical-align: top; }
.klex-table th { color: #fff; background: rgba(255,255,255,.065); font-size: .94rem; }
.klex-table td { color: var(--klex-soft); }
.klex-table tr:last-child td { border-bottom: 0; }
.klex-cta { padding: 44px; border-radius: var(--klex-radius-lg); border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 12% 20%, rgba(49,215,159,.24), transparent 30%), linear-gradient(135deg, rgba(26,167,255,.16), rgba(255,122,50,.09)); box-shadow: var(--klex-shadow); overflow: hidden; }
.klex-cta__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.klex-cta h2 { margin-bottom: 12px; }
.klex-faq { display: grid; gap: 12px; }
.klex-faq__item { border: 1px solid var(--klex-line); border-radius: 18px; background: rgba(255,255,255,.045); overflow: hidden; }
.klex-faq__question { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; padding: 18px 20px; border: 0; background: transparent; color: #fff; cursor: pointer; text-align: left; font-weight: 850; }
.klex-faq__question::after { content: "+"; display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--klex-primary); font-size: 1.2rem; line-height: 1; }
.klex-faq__item.is-open .klex-faq__question::after { content: "–"; }
.klex-faq__answer { display: none; padding: 0 20px 18px; }
.klex-faq__item.is-open .klex-faq__answer { display: block; }
.klex-article { padding: 48px 0 76px; }
.klex-page-hero { padding: 58px 0 38px; }
.klex-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); gap: 30px; align-items: center; }
.klex-mini-panel { padding: 24px; border-radius: var(--klex-radius); border: 1px solid var(--klex-line); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)); box-shadow: var(--klex-shadow-soft); }
.klex-mini-panel strong { display: block; color: #fff; margin-bottom: 8px; font-size: 1.1rem; }
.klex-prose { color: var(--klex-muted); }
.klex-prose h2 { margin: 42px 0 16px; }
.klex-prose h3 { margin: 30px 0 10px; }
.klex-prose p { margin: 0 0 16px; }
.klex-prose a { color: #9debd5; border-bottom: 1px solid rgba(49,215,159,.38); }
.klex-prose ul, .klex-prose ol { color: var(--klex-soft); padding-left: 22px; }
.klex-prose li + li { margin-top: 8px; }
.klex-contact-card { display: grid; gap: 12px; padding: 24px; border: 1px solid var(--klex-line); border-radius: var(--klex-radius); background: rgba(255,255,255,.055); }
.klex-contact-card a { color: #fff; font-weight: 850; }
.klex-footer { border-top: 1px solid rgba(255,255,255,.1); background: rgba(6, 12, 22, .72); }
.klex-footer__grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 34px; padding: 54px 0 36px; }
.klex-footer h3 { font-size: 1rem; margin-bottom: 14px; }
.klex-footer p { max-width: 520px; }
.klex-footer__text { margin-top: 16px; }
.klex-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.klex-footer a { color: var(--klex-muted); }
.klex-footer a:hover { color: #fff; }
.klex-footer__bottom { display: flex; justify-content: space-between; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); color: var(--klex-muted); font-size: .92rem; }
.klex-wp-content > *:first-child { margin-top: 0; }
.klex-wp-content > *:last-child { margin-bottom: 0; }
.klex-not-found { min-height: 58vh; display: grid; align-items: center; padding: 90px 0; text-align: center; }
.klex-not-found p { margin: 18px auto 26px; max-width: 620px; }
@keyframes klexPulse { 0%, 100% { transform: scale(1); opacity: .75; } 50% { transform: scale(1.07); opacity: 1; } }
@media (max-width: 1080px) {
  
  .klex-hero__grid, .klex-page-hero__grid { grid-template-columns: 1fr; }
  .klex-visual { min-height: 420px; }
  .klex-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  :root { --klex-header-h: 68px; }
  .klex-burger { display: inline-block; }
	.klex-header__cta {margin-left:auto; }
  .klex-header__inner { gap: 10px; }
  .klex-nav { position: fixed; z-index: 49; top: var(--klex-header-h); left: 0; right: 0; display: block; max-height: calc(100vh - var(--klex-header-h)); padding: 16px 18px 22px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9, 17, 31, .98); overflow-y: auto; transform: translateY(-16px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
  body.klex-menu-open .klex-nav { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .klex-menu { display: grid; gap: 8px; }
  .klex-menu a, .klex-menu__parent { width: 100%; justify-content: space-between; padding: 13px 14px; border-radius: 14px; background: rgba(255,255,255,.055); }
  .klex-submenu { position: static; width: 100%; max-height: 0; padding: 0 10px; margin-top: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: 1; transform: none; visibility: visible; pointer-events: auto; overflow: hidden; transition: max-height .22s ease, padding .22s ease; }
  .klex-menu__item--has-submenu.is-open .klex-submenu { max-height: 420px; padding: 8px 0 4px 12px; }
  .klex-menu__item--has-submenu:hover .klex-submenu { max-height: 0; padding: 0 10px; }
  .klex-menu__item--has-submenu.is-open:hover .klex-submenu { max-height: 420px; padding: 8px 0 4px 12px; }
  .klex-submenu a { background: rgba(255,255,255,.04); }
  .klex-section { padding: 66px 0; }
  .klex-hero { padding: 54px 0 74px; }
  .klex-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .klex-cta__grid { grid-template-columns: 1fr; }
  .klex-footer__grid { grid-template-columns: 1fr; }
  .klex-footer__bottom { flex-direction: column; }
}
@media (max-width: 700px) {
  .klex-container { width: min(100% - 28px, var(--klex-container)); }
  .klex-grid--2, .klex-grid--3, .klex-grid--4 { grid-template-columns: 1fr; }
  .klex-hero__meta { grid-template-columns: 1fr; }
  .klex-card--pad, .klex-plan, .klex-cta { padding: 22px; }
  .klex-visual { min-height: 330px; }
  .klex-row { align-items: stretch; }
  .klex-row .klex-btn { width: 100%; }
  .klex-page-hero { padding-top: 42px; }
  .klex-table, .klex-table thead, .klex-table tbody, .klex-table tr, .klex-table th, .klex-table td { display: block; width: 100%; }
  .klex-table thead { display: none; }
  .klex-table tr { padding: 12px; border-bottom: 1px solid var(--klex-line); }
  .klex-table tr:last-child { border-bottom: 0; }
  .klex-table td { display: grid; grid-template-columns: minmax(108px, 38%) 1fr; gap: 12px; padding: 10px 6px; border-bottom: 0; }
  .klex-table td::before { content: attr(data-label); color: #fff; font-weight: 850; }
}
@media (max-width: 420px) {
	header .klex-logo span {display:none;}
}

@media (max-width: 380px) {
  body { font-size: 15px; }
  .klex-container { width: min(100% - 22px, var(--klex-container)); }
  .klex-logo { font-size: 1rem; gap: 9px; }
  .klex-logo__mark { width: 39px; height: 39px; border-radius: 14px; }
  .klex-burger { width: 41px; height: 41px; }
  .klex-card--pad, .klex-plan, .klex-cta, .klex-mini-panel { padding: 18px; }
  .klex-btn { padding-inline: 15px; }
  .klex-table td { grid-template-columns: 1fr; gap: 4px; }
}
div.visual img {
	max-width: 330px;
	
}
div.visual {
	display: flex;
	justify-self: center;
}

@media (max-width: 1080px) {
	div.visual {
			display: none;
	}
}

@media (max-width: 380px) {
	div.visual {
			display: flex;
	justify-self: center;
	}
	div.visual img {
		max-width: 300px;
	}
}