/* 7k0325c.buzz — нумерованный лонгрид с полноширинными выносками. Префикс .tablefive- */

:root{
  --tf-bg:#f5f2ea;
  --tf-panel:#fffdf7;
  --tf-panel-2:#efeade;
  --tf-txt:#151719;
  --tf-acc:#26479c;
  --tf-acc-2:#a35a2a;
  --tf-mut:#5e6167;
  --tf-line:#ddd6c6;
  --tf-line-2:#c6bda8;
  --tf-col:820px;
  --tf-num:64px;
}

*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}

body{
  margin:0;
  background:var(--tf-bg);
  color:var(--tf-txt);
  font-family:'PT Sans Caption',-apple-system,'Segoe UI',Arial,sans-serif;
  font-size:17px;
  line-height:1.72;
  overflow-x:hidden;
}

h1,h2,h3{
  font-family:'Cormorant SC',Georgia,'Times New Roman',serif;
  font-weight:700;
  line-height:1.14;
  margin:0 0 .45em;
  letter-spacing:.01em;
  color:var(--tf-txt);
}
h1{font-size:clamp(31px,4.4vw,52px)}
h2{font-size:clamp(26px,3.1vw,38px)}
h3{font-size:clamp(19px,1.8vw,24px)}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}
a{color:var(--tf-acc)}
a:hover{color:var(--tf-acc-2)}
:focus-visible{outline:2px solid var(--tf-acc);outline-offset:3px}
::selection{background:rgba(38,71,156,.16)}

.tablefive-skip{
  position:absolute;left:-9999px;top:0;z-index:99;
  background:var(--tf-acc);color:#fff;padding:10px 18px;text-decoration:none;
}
.tablefive-skip:focus{left:12px;top:12px}

/* ---------- шапка ---------- */
.tablefive-bar{
  position:sticky;top:0;z-index:40;
  background:rgba(245,242,234,.95);
  border-bottom:1px solid var(--tf-line-2);
  backdrop-filter:blur(8px);
}
.tablefive-bar__in{
  max-width:1180px;margin:0 auto;
  display:flex;align-items:center;gap:20px;padding:10px 22px;
}
.tablefive-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--tf-txt)}
.tablefive-logo svg{width:32px;height:32px;display:block}
.tablefive-logo span{font-family:'Cormorant SC',Georgia,serif;font-size:20px;font-weight:700;letter-spacing:.06em}
.tablefive-nav{display:flex;gap:18px;margin-left:auto;flex-wrap:wrap}
.tablefive-nav a{
  color:var(--tf-mut);font-size:15px;text-decoration:none;
  padding:3px 0;border-bottom:1px solid transparent;
}
.tablefive-nav a:hover{color:var(--tf-acc);border-bottom-color:var(--tf-acc)}

.tablefive-cta{
  display:inline-block;text-decoration:none;
  background:var(--tf-acc);color:#fff;
  font-weight:700;font-size:15.5px;letter-spacing:.01em;
  padding:12px 24px;border-radius:2px 14px 2px 14px;
  box-shadow:0 3px 0 rgba(38,71,156,.22);
  transition:transform .16s ease,box-shadow .16s ease;
}
.tablefive-cta:hover{color:#fff;transform:translateY(-1px);box-shadow:0 5px 0 rgba(38,71,156,.22)}
.tablefive-cta--line{
  background:transparent;color:var(--tf-acc);
  box-shadow:inset 0 0 0 1.5px var(--tf-acc);
}
.tablefive-cta--line:hover{color:var(--tf-acc-2);box-shadow:inset 0 0 0 1.5px var(--tf-acc-2)}
.tablefive-bar .tablefive-cta{padding:9px 18px;font-size:14px}

/* ---------- колонка ---------- */
.tablefive-col{
  max-width:var(--tf-col);
  margin:0 auto;
  padding:0 22px;
}
main{padding-bottom:70px}

.tablefive-sec{
  max-width:var(--tf-col);
  margin:56px auto 0;
  padding:0 22px 0 calc(22px + var(--tf-num));
  position:relative;
}
.tablefive-sec > h2{position:relative}
.tablefive-num{
  position:absolute;
  left:22px;top:2px;
  font-family:'Cormorant SC',Georgia,serif;
  font-size:44px;font-weight:700;line-height:1;
  color:var(--tf-line-2);
  width:var(--tf-num);
}
.tablefive-sec h2{margin-bottom:.5em}

/* ---------- герой ---------- */
.tablefive-hero{
  background:linear-gradient(178deg,#fffdf7,#f2eee3 78%,var(--tf-bg));
  border-bottom:1px solid var(--tf-line);
  padding:44px 0 40px;
}
.tablefive-kick{
  font-size:13px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--tf-acc-2);margin:0 0 16px;
}
.tablefive-hero h1{margin-bottom:20px}
.tablefive-lead{
  font-size:19px;color:var(--tf-txt);
  border-left:3px solid var(--tf-acc);padding-left:18px;
}
.tablefive-btns{display:flex;gap:13px;flex-wrap:wrap;margin:24px 0 28px}
.tablefive-quick{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
  border-top:1px solid var(--tf-line-2);padding-top:20px;
}
.tablefive-quick a{
  text-decoration:none;display:block;
  background:var(--tf-panel);
  border:1px solid var(--tf-line);
  border-radius:2px 12px 2px 12px;
  padding:14px 16px;
  transition:border-color .18s ease,transform .18s ease;
}
.tablefive-quick a:hover{border-color:var(--tf-acc);transform:translateY(-2px)}
.tablefive-quick u{
  display:block;text-decoration:none;
  font-family:'Cormorant SC',Georgia,serif;font-weight:700;font-size:19px;
  color:var(--tf-txt);margin-bottom:4px;
}
.tablefive-quick i{font-style:normal;font-size:13.5px;color:var(--tf-acc)}

/* ---------- строки депозитов ---------- */
.tablefive-dep{
  display:grid;grid-template-columns:150px 1fr;gap:0 22px;
  border-top:1px solid var(--tf-line-2);
  padding:16px 0;
  align-items:start;
}
.tablefive-dep:last-of-type{border-bottom:1px solid var(--tf-line-2)}
.tablefive-dep__p{
  font-family:'Cormorant SC',Georgia,serif;
  font-size:40px;font-weight:700;line-height:1;color:var(--tf-acc);
}
.tablefive-dep__n{
  display:block;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--tf-acc-2);margin-top:6px;
}
.tablefive-dep p{margin:0;font-size:16px}

.tablefive-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.tablefive-chips span{
  border:1px solid var(--tf-line-2);background:var(--tf-panel);
  border-radius:2px 10px 2px 10px;
  font-size:14px;padding:5px 13px;color:var(--tf-mut);
}

/* ---------- три шага ---------- */
.tablefive-steps{counter-reset:st;margin:0;padding:0;list-style:none}
.tablefive-steps li{
  counter-increment:st;
  position:relative;padding-left:46px;margin-bottom:18px;
}
.tablefive-steps li::before{
  content:counter(st);
  position:absolute;left:0;top:1px;
  width:31px;height:31px;line-height:31px;text-align:center;
  background:var(--tf-acc);color:#fff;
  font-family:'Cormorant SC',Georgia,serif;font-weight:700;font-size:17px;
  border-radius:2px 10px 2px 10px;
}
.tablefive-steps h3{margin-bottom:.25em}

/* ---------- полноширинные выноски ---------- */
.tablefive-bleed{
  width:100vw;
  margin:52px 0 0;
  position:relative;left:50%;transform:translateX(-50%);
  background:var(--tf-panel);
  border-top:1px solid var(--tf-line-2);
  border-bottom:1px solid var(--tf-line-2);
  padding:36px 22px 40px;
}
.tablefive-bleed--dark{
  background:var(--tf-acc);
  color:#f2f4fb;
  border-color:var(--tf-acc);
}
.tablefive-bleed--dark h2,.tablefive-bleed--dark h3{color:#fff}
.tablefive-bleed--dark a{color:#ffd9b8}
.tablefive-bleed__in{max-width:1120px;margin:0 auto}
.tablefive-bleed h2{margin-bottom:.4em}

.tablefive-tblwrap{overflow-x:auto}
table{border-collapse:collapse;width:100%;min-width:660px;font-size:15.5px}
caption{
  text-align:left;color:var(--tf-mut);font-size:14.5px;
  padding-bottom:12px;
}
th,td{
  text-align:left;padding:11px 14px;
  border-bottom:1px solid var(--tf-line);
}
th{
  font-family:'Cormorant SC',Georgia,serif;font-size:17px;font-weight:700;
  color:var(--tf-acc);border-bottom:2px solid var(--tf-line-2);
  white-space:nowrap;
}
tbody tr:nth-child(even){background:var(--tf-panel-2)}
td:first-child{font-weight:700}

/* ---------- каталог двумя колонками ---------- */
.tablefive-cat{
  columns:2;column-gap:34px;
  margin:0;padding:0;list-style:none;
}
.tablefive-cat li{
  break-inside:avoid;
  padding:11px 0;border-bottom:1px dashed var(--tf-line-2);
}
.tablefive-cat b{display:none}
.tablefive-cat u{
  display:block;text-decoration:none;
  font-family:'Cormorant SC',Georgia,serif;font-size:19px;font-weight:700;
}
.tablefive-cat i{font-style:normal;display:block;font-size:14px;color:var(--tf-mut)}
.tablefive-cat em{font-style:normal;color:var(--tf-acc);font-size:14px}

/* ---------- турнирный баннер ---------- */
.tablefive-fund{
  font-family:'Cormorant SC',Georgia,serif;
  font-size:clamp(40px,6vw,74px);font-weight:700;line-height:1;
  color:#fff;margin:0 0 14px;
}
.tablefive-bleed--dark p{color:#e6ebf7}
.tablefive-fundgrid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}

/* ---------- лестница лояльности ---------- */
.tablefive-ladder{display:grid;grid-template-columns:78px 1fr;gap:0 24px;align-items:start}
.tablefive-scale{width:78px;height:400px;display:block}
.tablefive-rung{
  border-left:3px solid var(--tf-acc);
  background:var(--tf-panel);
  padding:14px 18px;margin-bottom:12px;
  border-radius:0 12px 0 12px;
}
.tablefive-rung:nth-child(2){margin-left:16px}
.tablefive-rung:nth-child(3){margin-left:32px}
.tablefive-rung:nth-child(4){margin-left:48px}
.tablefive-rung:nth-child(5){margin-left:64px}
.tablefive-rung u{
  text-decoration:none;font-family:'Cormorant SC',Georgia,serif;
  font-size:26px;font-weight:700;color:var(--tf-acc-2);margin-right:10px;
}
.tablefive-rung em{font-style:normal;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--tf-mut)}
.tablefive-rung p{margin:7px 0 0;font-size:15.5px}

/* ---------- отзывы ---------- */
.tablefive-revs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tablefive-rev{
  background:var(--tf-bg);
  border:1px solid var(--tf-line);
  border-radius:2px 16px 2px 16px;
  padding:20px 22px;
}
.tablefive-rev p{font-size:15.5px;margin-bottom:12px}
.tablefive-stars{color:var(--tf-acc-2);letter-spacing:.16em;font-size:14px;display:block;margin-bottom:9px}
.tablefive-rev span.tablefive-who{
  display:block;font-size:13.5px;color:var(--tf-mut);
  border-top:1px solid var(--tf-line);padding-top:10px;
}

/* ---------- FAQ ---------- */
.tablefive-faq details{
  border-bottom:1px solid var(--tf-line-2);
  padding:14px 0;
}
.tablefive-faq summary{
  cursor:pointer;list-style:none;position:relative;padding-right:26px;
  font-family:'Cormorant SC',Georgia,serif;font-size:20px;font-weight:700;
}
.tablefive-faq summary::-webkit-details-marker{display:none}
.tablefive-faq summary::after{
  content:'+';position:absolute;right:0;top:-2px;color:var(--tf-acc);font-size:22px;
}
.tablefive-faq details[open] summary::after{content:'\2013'}
.tablefive-faq details[open] summary{color:var(--tf-acc)}
.tablefive-faq details p{margin:10px 0 0;font-size:16px;color:var(--tf-mut)}

/* ---------- автор ---------- */
.tablefive-author{
  background:var(--tf-panel);
  border:1px solid var(--tf-line-2);
  border-radius:2px 20px 2px 20px;
  padding:26px 28px;
}
.tablefive-author p{font-size:15.5px;color:var(--tf-mut)}

/* ---------- подвал ---------- */
.tablefive-foot{
  background:var(--tf-panel-2);
  border-top:1px solid var(--tf-line-2);
  padding:40px 22px 46px;
}
.tablefive-foot__in{
  max-width:1120px;margin:0 auto;
  display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px;
}
.tablefive-foot h3{font-size:19px;color:var(--tf-acc-2);margin-bottom:12px}
.tablefive-foot p,.tablefive-foot li{font-size:15px;color:var(--tf-mut)}
.tablefive-foot ul{list-style:none;padding:0;margin:0}
.tablefive-foot li{padding:5px 0;border-bottom:1px dashed var(--tf-line-2)}
.tablefive-foot li:last-child{border-bottom:0}
.tablefive-age{
  max-width:1120px;margin:26px auto 0;padding-top:18px;
  border-top:1px solid var(--tf-line-2);
  font-size:14px;color:var(--tf-mut);
}
.tablefive-age em{
  font-style:normal;color:var(--tf-acc);border:1px solid var(--tf-acc);
  padding:2px 9px;margin-right:10px;font-weight:700;
}

/* ---------- адаптив ---------- */
@media (max-width:1000px){
  .tablefive-quick{grid-template-columns:1fr 1fr}
  .tablefive-fundgrid{grid-template-columns:1fr;gap:18px}
  .tablefive-revs{grid-template-columns:1fr}
  .tablefive-foot__in{grid-template-columns:1fr 1fr}
  .tablefive-nav{display:none}
  .tablefive-cat{columns:1}
}
@media (max-width:760px){
  body{font-size:16px}
  .tablefive-bleed{
    width:auto;left:auto;transform:none;
    max-width:var(--tf-col);margin:44px auto 0;
    padding:26px 20px 30px;
  }
  .tablefive-sec{padding:0 18px;margin-top:44px}
  .tablefive-num{
    position:static;display:block;width:auto;
    font-size:26px;margin-bottom:4px;
  }
  .tablefive-col{padding:0 18px}
  .tablefive-quick{grid-template-columns:1fr}
  .tablefive-dep{grid-template-columns:1fr;gap:8px}
  .tablefive-dep__p{font-size:34px}
  .tablefive-ladder{grid-template-columns:1fr}
  .tablefive-scale{display:none}
  .tablefive-rung,
  .tablefive-rung:nth-child(2),
  .tablefive-rung:nth-child(3),
  .tablefive-rung:nth-child(4),
  .tablefive-rung:nth-child(5){margin-left:0}
  .tablefive-foot__in{grid-template-columns:1fr}
  .tablefive-lead{font-size:17px;padding-left:14px}
  .tablefive-hero{padding:30px 0 28px}
}

/* ---------- печать и движение ---------- */
@media print{
  .tablefive-bar,.tablefive-skip,.tablefive-btns{display:none}
  body{background:#fff}
  .tablefive-bleed{width:auto;left:auto;transform:none;break-inside:avoid}
  .tablefive-bleed--dark{background:#fff;color:#111}
  .tablefive-bleed--dark h2,.tablefive-fund{color:#111}
}
@media (prefers-reduced-motion:reduce){
  *{transition:none !important;scroll-behavior:auto !important}
}
