.vdl{
  /* ====== ФИРМЕННЫЕ ТОКЕНЫ (из логотипа) ====== */
  --brand:#68B436;         /* зелёный логотипа */
  --brand-dk:#4E8B26;      /* затемнённый: ховеры, текст на светлом */
  --brand-deep:#306C00;    /* тёмный зелёный с обложки — дуги, градиент */
  --brand-soft:#EFF7E7;    /* пастельная подложка */
  --on-brand:#FFFFFF;      /* текст поверх зелёного */
  --ink:#5B5B5B;           /* серый логотипа — основной текст */
  --ink-dk:#3C3C3C;        /* заголовки, тёмные блоки */
  --ink-2:#8A8A8A;         /* вторичный текст */
  --bg:#F7F8F5;            /* фон страницы */
  --surface:#FFFFFF;       /* карточки */
  /* =========================================== */
  --line:#E7EAE2;
  --logo:url("/assets/img/logo.png");
  --r:14px;
  --sh:0 1px 8px rgba(0,0,0,.05);
  --sh-lg:0 8px 30px rgba(30,36,27,.08);
  --sh-hero:18px 18px 0 -1px #E9ECE4, 0 14px 34px rgba(30,36,27,.10);   /* слоёная тень фото в хиро */
  font-family:'Manrope',system-ui,-apple-system,sans-serif;
  color:var(--ink); background:var(--bg); line-height:1.6;
  overflow-x:clip;
}
/* элементы гридов и флексов по умолчанию не сжимаются уже своего содержимого */
.vdl .wrap > *,.vdl .stat,.vdl .track,.vdl .dl-main,.vdl .dl-soon,
.vdl .plan,.vdl .coach,.vdl .hero-media,.vdl .ft-top > *{min-width:0}
.vdl *{box-sizing:border-box;margin:0;padding:0}
.vdl h1,.vdl h2,.vdl h3,.vdl p,.vdl li,.vdl td,.vdl img{max-width:100%;display:block}
.vdl a{color:inherit;text-decoration:none}
.vdl svg{display:block}
.vdl .wrap{max-width:1200px;margin:0 auto;padding:0 22px;position:relative;z-index:2}
.vdl .sec{padding:84px 0;position:relative;overflow:hidden}
.vdl .alt{background:var(--surface)}

/* --- Типографика --- */
.vdl h1,.vdl h2,.vdl .num,.vdl .price{font-family:'Oswald',sans-serif;text-transform:uppercase;line-height:1.04;font-weight:700}
.vdl h1{font-size:64px;letter-spacing:.004em}
.vdl h2{font-size:42px}
.vdl h1 span,.vdl h2 span{color:var(--brand);display:block;line-height:1.04}
.vdl .lead{color:var(--ink-2);font-size:16px;max-width:540px}
.vdl .eyebrow{display:inline-block;background:var(--brand-soft);color:var(--brand-dk);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;padding:8px 16px;border-radius:6px;margin-bottom:20px}
.vdl .sec-head{text-align:center;margin-bottom:48px}
.vdl .sec-head .lead{margin:16px auto 0;text-align:center}

.vdl .brevis{line-height:1.19}
.vdl .num.brevis,.vdl .price.brevis,.vdl .dd-num.brevis{line-height:1.12}

/* --- Декор --- */
.vdl .dotgrid{position:absolute;pointer-events:none;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.vdl .dotgrid i{width:13px;height:13px;border:2px solid var(--brand);border-radius:50%;display:block;opacity:.4}

/* --- ШАПКА --- */
.vdl .top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.vdl .top .wrap{display:flex;align-items:center;height:92px;gap:32px}
.vdl .logo{flex:none;display:flex;align-items:center}
.vdl .logo-img{display:block;height:58px;width:200px;background:var(--logo) left center/contain no-repeat}
.vdl .top nav{display:flex;gap:26px;flex:1;justify-content:center}
.vdl .top nav a{font-size:14px;font-weight:600;color:var(--ink);padding:8px 0;position:relative;white-space:nowrap}
.vdl .top nav .nav-cab{display:none}
.vdl .top nav a::after{content:'';position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--brand);transition:right .22s}
.vdl .top nav a:hover{color:var(--ink-dk)}
.vdl .top nav a:hover::after{right:0}
.vdl .acts{flex:none}
.vdl .acts .btn{padding:13px 24px;font-size:12px}
.vdl .btn-cab svg{width:19px;height:19px;display:none;flex:none}
.vdl .top input[type=checkbox]{display:none}
.vdl .burger{display:none;flex:none;width:44px;height:44px;border:1px solid var(--line);border-radius:10px;background:none;cursor:pointer;position:relative;margin-left:auto}
.vdl .burger span{position:absolute;left:12px;right:12px;height:2px;background:var(--ink);border-radius:2px;
  transition:transform .28s cubic-bezier(.5,0,.2,1), top .28s cubic-bezier(.5,0,.2,1), opacity .18s linear}
.vdl .top .wrap{position:relative}
.vdl #vdlNav:checked ~ nav{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:100%;
  background:#fff;border-bottom:1px solid var(--line);padding:12px 22px 18px;gap:0;
  box-shadow:0 12px 28px rgba(0,0,0,.08);justify-content:flex-start}
.vdl #vdlNav:checked ~ nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}
.vdl #vdlNav:checked ~ nav a:last-child{border-bottom:0}
.vdl #vdlNav:checked ~ nav a::after{display:none}
.vdl #vdlNav:checked ~ .burger{border-color:var(--brand)}
.vdl #vdlNav:checked ~ .burger span{background:var(--brand-dk)}
.vdl #vdlNav:checked ~ .burger span:nth-child(1){top:21px;transform:rotate(45deg)}
.vdl #vdlNav:checked ~ .burger span:nth-child(2){opacity:0;transform:scaleX(.4)}
.vdl #vdlNav:checked ~ .burger span:nth-child(3){top:21px;transform:rotate(-45deg)}
.vdl .burger span:nth-child(1){top:15px}.vdl .burger span:nth-child(2){top:21px}.vdl .burger span:nth-child(3){top:27px}

/* --- Кнопки --- */
.vdl .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:13px;letter-spacing:.1em;text-transform:uppercase;padding:16px 30px;border-radius:8px;border:0;cursor:pointer;transition:.18s}
.vdl .btn-brand{background:var(--brand);color:var(--on-brand)}
.vdl .btn-brand:hover{background:var(--brand-dk);transform:translateY(-2px)}
.vdl .btn-out{background:transparent;color:var(--ink);border:1px solid var(--line)}
.vdl .btn-out:hover{background:var(--brand-soft);color:var(--brand-dk);border-color:transparent}
.vdl .btn-ink{background:var(--ink);color:#fff}
.vdl .btn-ink:hover{background:#000}
.vdl .btn-block{width:100%}
.vdl .btn:focus-visible{outline:3px solid var(--brand);outline-offset:3px}

/* --- HERO --- */
.vdl .hero{background:var(--surface);padding:82px 0 92px;border-bottom:1px solid var(--line);position:relative}
.vdl .hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.vdl .hero h1{margin-bottom:20px}
.vdl .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}

/* правая колонка: фото + карточка ближайшего занятия */
.vdl .hero-media{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:4/5;
  background:linear-gradient(150deg,#8ACB4E 0%,var(--brand) 45%,var(--brand-deep) 100%);
  box-shadow:var(--sh-hero)}
.vdl .hero-brand{position:absolute;inset:0;width:100%;height:100%}
.vdl .hero-media::after{content:'';position:absolute;left:0;right:0;bottom:0;height:46%;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,rgba(17,26,15,0) 0%,rgba(17,26,15,.34) 100%)}
.vdl .hero-photo{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;z-index:1}
.vdl .next-class{position:absolute;left:18px;right:18px;bottom:18px;z-index:3;background:rgba(255,255,255,.96);
  backdrop-filter:blur(8px);border-radius:12px;padding:16px 18px;box-shadow:0 6px 22px rgba(0,0,0,.13)}
.vdl .nc-label{display:block;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--brand-dk);margin-bottom:9px}
.vdl .nc-row{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.vdl .nc-name{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:20px;font-weight:600;color:var(--ink-dk);line-height:1.08}
.vdl .nc-meta{font-size:13px;color:var(--ink-2);margin-top:3px}
.vdl .nc-go{background:var(--brand);color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:11px 18px;border-radius:9px;white-space:nowrap;transition:.18s}
.vdl .nc-go:hover{background:var(--brand-dk)}

/* --- Полоса цифр --- */
.vdl .stats{background:var(--brand);color:var(--on-brand)}
.vdl .stats .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:44px;padding-bottom:44px}
.vdl .stat{padding:4px 30px;border-right:1px solid rgba(255,255,255,.26)}
.vdl .stat:first-child{padding-left:0}
.vdl .stat:last-child{border-right:0;padding-right:0}
.vdl .num{font-size:52px;line-height:1.05}
.vdl .st-t{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:16px;font-weight:600;letter-spacing:.05em;margin-top:10px}
.vdl .st-s{font-size:13.5px;line-height:1.5;opacity:.88;margin-top:7px;max-width:280px}

/* --- Два пути к тренировке --- */
.vdl .tracks{display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:stretch}
.vdl .track{border-radius:var(--r);padding:32px 30px 30px;display:flex;flex-direction:column}
.vdl .track-main{background:var(--brand);color:var(--on-brand);box-shadow:var(--sh-lg)}
.vdl .track-alt{background:var(--surface);box-shadow:var(--sh)}

.vdl .tr-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:20px;margin-bottom:4px}
.vdl .track h3{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:25px;font-weight:700;line-height:1.09}
.vdl .track-alt h3{color:var(--ink-dk)}
.vdl .tr-price{font-family:'Oswald',sans-serif;font-size:27px;font-weight:600;margin-top:8px}
.vdl .track-alt .tr-price{color:var(--brand-dk)}
.vdl .tr-price span{font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;opacity:.75}
.vdl .tr-tag{flex:none;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:7px 13px;border-radius:99px;background:rgba(255,255,255,.24);color:#fff;white-space:nowrap}
.vdl .tr-tag-ghost{background:var(--brand-soft);color:var(--brand-dk)}

/* шаги с вертикальной линией-связкой */
.vdl .tr-steps{list-style:none;position:relative;flex:1}
.vdl .tr-steps li{display:flex;gap:15px;padding:11px 0;position:relative}
.vdl .tr-steps li::before{content:'';position:absolute;left:15px;top:48px;bottom:-6px;width:2px;border-radius:2px;background:currentColor;opacity:.3}
.vdl .tr-steps li:last-child::before{display:none}
.vdl .tr-steps i{flex:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-family:'Oswald',sans-serif;font-style:normal;font-size:15px;font-weight:600;position:relative;z-index:1}
.vdl .track-main .tr-steps i{background:#fff;color:var(--brand-dk)}
.vdl .track-alt .tr-steps i{background:var(--brand);color:#fff}
.vdl .tr-steps b{display:block;font-size:15.5px;font-weight:700;line-height:1.35;padding-top:5px}
.vdl .track-alt .tr-steps b{color:var(--ink-dk)}
.vdl .tr-steps p{font-size:13.5px;line-height:1.45;opacity:.88;margin-top:2px}
.vdl .track-alt .tr-steps p{color:var(--ink-2);opacity:1}

/* что получаешь */
.vdl .tr-gets{list-style:none;margin:20px 0 22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.3)}
.vdl .track-alt .tr-gets{border-top-color:var(--line)}
.vdl .tr-gets li{display:flex;align-items:center;gap:11px;font-size:13.5px;font-weight:600;padding:7px 0}
.vdl .track-alt .tr-gets li{color:var(--ink-2);font-weight:500}
.vdl .tr-gets .ic{flex:none;width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center}
.vdl .tr-gets .ic svg{width:16px;height:16px}
.vdl .track-main .tr-gets .ic{background:rgba(255,255,255,.2);color:#fff}
.vdl .track-alt .tr-gets .ic{background:var(--bg);color:var(--ink-2)}

/* --- Направления: карточки со статусом --- */
.vdl .dcards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.vdl .dcard{background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);padding:24px 22px;display:flex;flex-direction:column}
.vdl .dc-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.vdl .dc-cat{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
.vdl .dcard h3{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:22px;font-weight:600;line-height:1.09;color:var(--ink-dk);margin-bottom:9px}
.vdl .dcard p{font-size:14px;color:var(--ink-2);flex:1}

/* открытое направление — во всю ширину */
.vdl .dcard-live{grid-column:1 / -1;background:var(--brand);color:var(--on-brand);box-shadow:var(--sh-lg);padding:32px 30px}
.vdl .dcard-live .dc-cat{color:rgba(255,255,255,.82)}
.vdl .dcard-live h3{color:#fff;font-size:32px;font-weight:700;margin-bottom:12px}
.vdl .dcard-live p{color:rgba(255,255,255,.93);font-size:15.5px;flex:none;max-width:760px}
.vdl .dc-live{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.22);color:#fff;
  font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:6px 13px;border-radius:99px}
.vdl .dc-live i{width:7px;height:7px;border-radius:50%;background:#fff;animation:vdl-b 1.8s infinite}
.vdl .dc-bottom{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;
  margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.28)}
.vdl .dc-chips{display:flex;gap:9px;flex-wrap:wrap;flex:1}
.vdl .dcard-live .chip{background:rgba(255,255,255,.17);color:#fff;font-size:12.5px;padding:7px 14px}
.vdl .dc-bottom .btn{width:auto;flex:none;background:#fff;color:var(--brand-dk)}
.vdl .dc-bottom .btn:hover{background:#F2F7EC}

.vdl .dc-coach{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;font-size:14px;font-weight:700;
  color:#fff;background:rgba(255,255,255,.16);padding:7px 14px;border-radius:99px;margin-bottom:14px}
.vdl .dc-coach svg{width:16px;height:16px;flex:none}

/* заблокированные */
.vdl .dcard-soon{background:#FBFCFA;box-shadow:none;border:1px solid var(--line)}
.vdl .dcard-soon h3,.vdl .dcard-soon p{opacity:.62}
.vdl .dc-lock{display:inline-flex;align-items:center;gap:6px;background:var(--bg);color:var(--ink-2);
  font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:6px 11px;border-radius:99px;white-space:nowrap}
.vdl .dc-lock .lk{width:13px;height:13px;flex:none}

/* индивидуальное занятие */
.vdl .dcard-solo{margin-top:20px;background:var(--ink-dk);color:#fff;box-shadow:none;
  flex-direction:row;align-items:center;justify-content:space-between;gap:40px;padding:30px 32px}
.vdl .dcard-solo .dc-cat{color:var(--brand);display:block;margin-bottom:10px}
.vdl .dcard-solo h3{color:#fff;font-size:26px;margin-bottom:8px}
.vdl .dcard-solo p{color:#C3C7BF;font-size:14.5px;max-width:680px;flex:none}
.vdl .solo-text{flex:1;min-width:0}
.vdl .solo-act{flex:none;width:250px;margin-left:auto;text-align:center}
.vdl .solo-note{display:block;font-size:12.5px;color:#9AA096;margin-top:10px}

/* --- Тренеры: сетка под любое количество --- */
.vdl .coaches{display:flex;flex-wrap:wrap;gap:20px}
.vdl .coach{flex:1 1 250px;background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);overflow:hidden;display:flex;flex-direction:column}
.vdl .coach .ph{aspect-ratio:3/4;background:linear-gradient(160deg,#E8EFE1,#CFE0BE);position:relative}
.vdl .coach .ph img{width:100%;height:100%;object-fit:cover;object-position:50% 15%;position:absolute;inset:0}
.vdl .coach .ci{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}
.vdl .coach .nm{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:21px;font-weight:600;line-height:1.08;color:var(--ink-dk)}
.vdl .coach .sp{font-size:13px;color:var(--brand-dk);font-weight:700;margin-top:5px}
.vdl .coach .bio{font-size:14px;color:var(--ink-2);margin-top:12px;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.vdl .ctags{display:flex;gap:9px;flex-wrap:wrap;margin-top:auto;padding-top:16px}
.vdl .ctags .chip{background:var(--brand-soft);color:var(--brand-dk);font-size:12.5px;font-weight:700;padding:7px 14px}

/* один тренер — горизонтальная карточка, чтобы не растягивалась портретом на всю ширину */
.vdl .coach:first-child:nth-last-child(1){flex-direction:row;align-items:stretch}
.vdl .coach:first-child:nth-last-child(1) .ph{flex:0 0 400px;aspect-ratio:auto;min-height:480px}
.vdl .coach:first-child:nth-last-child(1) .ci{padding:38px 40px;justify-content:center}
.vdl .coach:first-child:nth-last-child(1) .nm{font-size:30px}
.vdl .coach:first-child:nth-last-child(1) .sp{font-size:14px;margin-top:7px}
.vdl .coach:first-child:nth-last-child(1) .bio{font-size:15px;max-width:560px;-webkit-line-clamp:unset;display:block}
.vdl .coach:first-child:nth-last-child(1) .ctags{margin-top:18px}

/* --- Раскладка по количеству: максимум 4 в ряд, ряды выровнены ---
   5 -> 3+2, 7 -> 4+3, 8 -> 4+4, 10 -> 4+3+3 и так далее.
   Правила сгенерированы для 2-12 тренеров; при большем числе
   работает запасной вариант flex:1 1 250px из базового стиля. */
/* 2 тренеров -> 2 */
.vdl .coaches > .coach:first-child:nth-last-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(2) ~ .coach:nth-child(2){flex:0 0 auto;width:calc((100% - 20px) / 2);max-width:none}
/* 3 тренеров -> 3 */
.vdl .coaches > .coach:first-child:nth-last-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(3) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(3) ~ .coach:nth-child(3){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
/* 4 тренеров -> 4 */
.vdl .coaches > .coach:first-child:nth-last-child(4),
.vdl .coaches > .coach:first-child:nth-last-child(4) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(4) ~ .coach:nth-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(4) ~ .coach:nth-child(4){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
/* 5 тренеров -> 3+2 */
.vdl .coaches > .coach:first-child:nth-last-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(5) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(5) ~ .coach:nth-child(3){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(5) ~ .coach:nth-child(4),
.vdl .coaches > .coach:first-child:nth-last-child(5) ~ .coach:nth-child(5){flex:0 0 auto;width:calc((100% - 20px) / 2);max-width:none}
/* 6 тренеров -> 3+3 */
.vdl .coaches > .coach:first-child:nth-last-child(6),
.vdl .coaches > .coach:first-child:nth-last-child(6) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(6) ~ .coach:nth-child(3){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(6) ~ .coach:nth-child(4),
.vdl .coaches > .coach:first-child:nth-last-child(6) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(6) ~ .coach:nth-child(6){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
/* 7 тренеров -> 4+3 */
.vdl .coaches > .coach:first-child:nth-last-child(7),
.vdl .coaches > .coach:first-child:nth-last-child(7) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(7) ~ .coach:nth-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(7) ~ .coach:nth-child(4){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(7) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(7) ~ .coach:nth-child(6),
.vdl .coaches > .coach:first-child:nth-last-child(7) ~ .coach:nth-child(7){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
/* 8 тренеров -> 4+4 */
.vdl .coaches > .coach:first-child:nth-last-child(8),
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(4){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(6),
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(7),
.vdl .coaches > .coach:first-child:nth-last-child(8) ~ .coach:nth-child(8){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
/* 9 тренеров -> 3+3+3 */
.vdl .coaches > .coach:first-child:nth-last-child(9),
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(3){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(4),
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(6){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(7),
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(8),
.vdl .coaches > .coach:first-child:nth-last-child(9) ~ .coach:nth-child(9){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
/* 10 тренеров -> 4+3+3 */
.vdl .coaches > .coach:first-child:nth-last-child(10),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(4){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(6),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(7){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(8),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(9),
.vdl .coaches > .coach:first-child:nth-last-child(10) ~ .coach:nth-child(10){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
/* 11 тренеров -> 4+4+3 */
.vdl .coaches > .coach:first-child:nth-last-child(11),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(4){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(6),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(7),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(8){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(9),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(10),
.vdl .coaches > .coach:first-child:nth-last-child(11) ~ .coach:nth-child(11){flex:0 0 auto;width:calc((100% - 40px) / 3);max-width:none}
/* 12 тренеров -> 4+4+4 */
.vdl .coaches > .coach:first-child:nth-last-child(12),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(2),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(3),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(4){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(5),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(6),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(7),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(8){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(9),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(10),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(11),
.vdl .coaches > .coach:first-child:nth-last-child(12) ~ .coach:nth-child(12){flex:0 0 auto;width:calc((100% - 60px) / 4);max-width:none}

/* --- Тарифы --- */
.vdl .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;padding-top:15px}
.vdl .plan{background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);padding:30px 26px;display:flex;flex-direction:column;position:relative}
.vdl .plan.hot{background:var(--brand);color:var(--on-brand);box-shadow:var(--sh-lg);padding-top:38px}
.vdl .plan h3{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:19px;font-weight:600;line-height:1.08;margin-bottom:16px}
.vdl .price{font-size:40px;line-height:1.05;color:var(--brand)}
.vdl .plan.hot .price{color:var(--on-brand)}
.vdl .per{font-size:13px;color:var(--ink-2);margin-top:8px;font-weight:600}
.vdl .plan.hot .per{color:rgba(255,255,255,.85)}
.vdl .plan ul{list-style:none;margin:22px 0 26px;flex:1}
.vdl .plan li{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--ink-2);padding:7px 0}
.vdl .plan.hot li{color:rgba(255,255,255,.95)}
.vdl .plan li .ic{flex:none;width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;
  background:var(--brand-soft);color:var(--brand-dk)}
.vdl .plan li .ic svg{width:16px;height:16px}
.vdl .plan.hot li .ic{background:rgba(255,255,255,.2);color:#fff}
.vdl .badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:7px;
  background:#fff;color:var(--brand-dk);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  padding:9px 18px;border-radius:99px;white-space:nowrap;box-shadow:0 4px 16px rgba(30,36,27,.16)}
.vdl .badge svg{width:14px;height:14px;flex:none}

.vdl .plan-solo{margin-top:24px;background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);
  padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.vdl .ps-t{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:21px;font-weight:600;color:var(--ink-dk);line-height:1.08}
.vdl .ps-s{font-size:14px;color:var(--ink-2);margin-top:6px;max-width:620px}
.vdl .plan-solo .btn{flex:none}

/* --- Расписание: список вместо таблицы, без горизонтального скролла --- */
.vdl .sched-list{display:flex;flex-direction:column;gap:12px}
.vdl .sitem{background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);padding:18px 22px;
  display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:22px}
.vdl .sitem > *{min-width:0}
.vdl .sitem-next{box-shadow:var(--sh-lg);border-left:4px solid var(--brand)}
.vdl .si-date{flex:none;text-align:center;min-width:64px;padding-right:20px;border-right:1px solid var(--line)}
.vdl .si-date b{display:block;font-family:'Oswald',sans-serif;font-size:34px;font-weight:700;line-height:1;color:var(--ink-dk)}
.vdl .si-date span{display:block;font-size:12.5px;color:var(--ink-2);margin-top:3px}
.vdl .si-top{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-bottom:4px}
.vdl .si-day{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2)}
.vdl .si-soon{background:var(--brand-soft);color:var(--brand-dk);font-size:11px;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;padding:4px 10px;border-radius:99px}
.vdl .si-title{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:22px;font-weight:600;line-height:1.08;color:var(--ink-dk)}
.vdl .si-coach{font-size:14px;color:var(--ink-2);margin-top:3px}
.vdl .si-meta{text-align:right}
.vdl .si-time{font-size:16px;font-weight:700;color:var(--ink-dk);white-space:nowrap;display:flex;align-items:baseline;gap:8px;justify-content:flex-end}
.vdl .si-msk{font-size:12.5px;font-weight:700;color:var(--brand-dk);background:var(--brand-soft);padding:3px 9px;border-radius:99px}
.vdl .si-dur{font-size:13px;color:var(--ink-2);margin-top:4px;white-space:nowrap}
.vdl .si-seats{font-size:13px;color:var(--ink-2);margin-top:3px;white-space:nowrap}
.vdl .si-btn{flex:none;padding:13px 24px;font-size:12px}
.vdl .sched-note{display:flex;align-items:center;gap:11px;margin-top:18px;font-size:13.5px;color:var(--ink-2)}
.vdl .sched-note svg{width:19px;height:19px;flex:none;stroke:var(--brand)}

/* --- Налоговый вычет --- */
.vdl .ded{background:var(--surface)}
.vdl .ded-in{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:center}
.vdl .ded-text h2{margin-bottom:16px}
.vdl .ded-text .lead{font-size:17px;color:var(--ink);max-width:660px}
.vdl .ded-link{color:var(--brand-dk);font-weight:700;border-bottom:2px solid var(--brand-soft);transition:.18s}
.vdl .ded-link:hover{border-bottom-color:var(--brand)}
.vdl .ded-note{font-size:14px;color:var(--ink-2);margin-top:20px;padding-top:18px;border-top:1px solid var(--line);max-width:660px}
.vdl .ded-mark{position:relative;width:100%;max-width:360px;aspect-ratio:1;margin-inline:auto;
  display:flex;align-items:center;justify-content:center}
.vdl .ded-mark::before{content:'';position:absolute;inset:0;border-radius:50%;background:var(--brand-soft);z-index:0}
.vdl .ded-mark img{position:relative;z-index:1;width:88%;height:auto;filter:drop-shadow(0 14px 30px rgba(30,36,27,.16))}
.vdl .ded-text{position:relative;z-index:1}

/* --- Записи эфиров --- */
.vdl .recs{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.vdl .rec{background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);overflow:hidden;transition:.2s}
.vdl .rec:hover{transform:translateY(-3px);box-shadow:var(--sh-lg)}
.vdl .rec-thumb{position:relative;aspect-ratio:16/10;
  background:linear-gradient(145deg,#8ACB4E 0%,var(--brand) 50%,var(--brand-deep) 100%);
  display:flex;align-items:center;justify-content:center;overflow:hidden}
.vdl .rec-thumb::after{content:'';position:absolute;inset:-30% -10% auto auto;width:75%;aspect-ratio:1;
  border-radius:50%;border:14px solid rgba(255,255,255,.13)}
.vdl .rec-play{position:relative;z-index:1;width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.94);
  display:flex;align-items:center;justify-content:center;transition:.2s;box-shadow:0 6px 18px rgba(0,0,0,.16)}
.vdl .rec-play svg{width:22px;height:22px;stroke:var(--brand-dk);fill:none}
.vdl .rec:hover .rec-play{transform:scale(1.08)}
.vdl .rec-lock{position:absolute;z-index:1;left:12px;top:12px;background:rgba(20,32,18,.66);color:#fff;
  font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 11px;border-radius:99px;backdrop-filter:blur(4px)}
.vdl .rec-dur{position:absolute;z-index:1;right:12px;bottom:12px;background:rgba(20,32,18,.7);color:#fff;
  font-size:12px;font-weight:700;padding:4px 10px;border-radius:99px;backdrop-filter:blur(4px)}
.vdl .rec-body{padding:18px 20px 20px}
.vdl .rec-date{font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-2)}
.vdl .rec-title{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:21px;font-weight:600;
  line-height:1.08;color:var(--ink-dk);margin-top:6px}
.vdl .rec-until{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--ink-2);margin-top:12px;
  padding-top:12px;border-top:1px solid var(--line)}
.vdl .rec-until svg{width:15px;height:15px;flex:none;stroke:var(--brand)}

.vdl .rec-info{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px;
  background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);padding:24px 26px}
.vdl .ri-item{display:flex;gap:13px;align-items:flex-start}
.vdl .ri-ic{flex:none;width:38px;height:38px;border-radius:11px;background:var(--brand-soft);color:var(--brand-dk);
  display:flex;align-items:center;justify-content:center}
.vdl .ri-ic svg{width:18px;height:18px}
.vdl .ri-item b{display:block;font-size:14.5px;font-weight:700;color:var(--ink-dk)}
.vdl .ri-item p{font-size:13.5px;color:var(--ink-2);margin-top:3px}
.vdl .ri-no .ri-ic{background:var(--bg);color:var(--ink-2)}
.vdl .ri-no b,.vdl .ri-no p{opacity:.7}

/* --- Вопросы --- */
.vdl .faq{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;align-items:start;max-width:none;margin:0}
.vdl .faq-col{display:flex;flex-direction:column;gap:12px}
.vdl details{background:var(--surface);border-radius:var(--r);box-shadow:var(--sh);padding:0 24px;margin:0;transition:.18s}
.vdl details[open]{box-shadow:var(--sh-lg)}
.vdl summary{cursor:pointer;list-style:none;padding:20px 46px 20px 0;position:relative;font-size:15.5px;font-weight:700;color:var(--ink-dk)}
.vdl summary::-webkit-details-marker{display:none}
.vdl summary::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);
  width:28px;height:28px;border-radius:50%;background-color:var(--brand-soft);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234E8B26' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:11px;
  transition:background-color .2s, transform .25s}
.vdl details[open] summary::after{background-color:var(--brand);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  transform:translateY(-50%) rotate(180deg)}
.vdl details p{font-size:14.5px;color:var(--ink-2);padding-bottom:20px;max-width:640px}
.vdl details p + p{margin-top:-10px}

/* --- Финальный призыв --- */
.vdl .cta{background:var(--ink-dk);color:#fff;border-radius:var(--r);padding:52px 48px;position:relative;overflow:hidden;
  display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.vdl .cta::before{content:'';position:absolute;right:-90px;top:-120px;width:420px;aspect-ratio:1;border-radius:50%;
  border:60px solid rgba(104,180,54,.16)}
.vdl .cta-text{position:relative;z-index:1}
.vdl .cta h2{color:#fff;margin-bottom:14px}
.vdl .cta h2 span{color:var(--brand)}
.vdl .cta p{color:#C3C7BF;font-size:15.5px;max-width:520px}
.vdl .cta-acts{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}
.vdl .btn-ghost-w{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}
.vdl .btn-ghost-w:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.vdl .cta-note{font-size:13px;color:#9AA096;text-align:center;margin-top:4px}

/* --- Футер --- */
.vdl footer{background:var(--surface);border-top:1px solid var(--line);padding:48px 0 28px;font-size:14px;color:var(--ink-2)}
.vdl .ft-top{display:grid;grid-template-columns:1.35fr 1.15fr 1fr 1fr;gap:40px;padding-bottom:32px}
.vdl .ft-logo{display:block;height:50px;width:176px;background:var(--logo) left center/contain no-repeat;margin-bottom:18px}
.vdl .ft-org b{display:block;color:var(--ink-dk);font-size:14.5px;margin-bottom:6px}
.vdl .ft-org span{display:block;font-size:13px;line-height:1.55}
.vdl .ft-mail{display:inline-block;margin-top:12px;font-size:13.5px;color:var(--brand-dk);font-weight:600}
.vdl .ft-mail:hover{text-decoration:underline}
.vdl footer h4{font-family:'Oswald',sans-serif;text-transform:uppercase;color:var(--ink-dk);font-size:16px;font-weight:600;margin-bottom:14px}
.vdl .ft-col a{display:block;padding:6px 0;font-size:13.5px;line-height:1.45}
.vdl .ft-col a:hover{color:var(--brand-dk)}
.vdl .fine{border-top:1px solid var(--line);padding-top:22px;font-size:12.5px;color:#9AA096;line-height:1.65}
.vdl .ft-bottom{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:12.5px;color:#9AA096}

/* --- Адаптив 749 / 1280 / 1599 --- */
@media (max-width:1599px){.vdl h1{font-size:56px}}
@media (max-width:1280px){
  .vdl h1{font-size:44px} .vdl h2{font-size:34px}
  .vdl .dcard-solo{flex-direction:column;align-items:flex-start;gap:22px;margin-top:26px}
  .vdl .solo-act{width:100%}
  .vdl .ft-top{grid-template-columns:1fr 1fr;gap:30px 36px}
  .vdl .ded-in{grid-template-columns:1fr;gap:0;position:relative}
  .vdl .ded-mark{position:absolute;top:-6px;right:0;max-width:150px;margin:0}
  .vdl .ded-text > .eyebrow,.vdl .ded-text h2{padding-right:170px}
  .vdl .stats .wrap{grid-template-columns:1fr;gap:0}
  .vdl .stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.26);padding:22px 0}
  .vdl .stat:first-child{padding-top:0}
  .vdl .stat:last-child{border-bottom:0;padding-bottom:0}
  .vdl .num{font-size:46px}
  .vdl .st-s{max-width:none}
  .vdl .top nav{display:none}
  .vdl .burger{display:block}
  .vdl .top .wrap{gap:16px}
}
@media (max-width:1080px){
  .vdl .hero .wrap{grid-template-columns:1fr;gap:38px}
  .vdl .hero-media{max-width:460px}

  /* --- Карусель: следующая карточка выглядывает справа --- */
  .vdl .tracks,.vdl .plans,.vdl .coaches,.vdl .dcards,.vdl .recs{
    display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;
    margin:0 -22px;padding:4px 22px 10px;scroll-padding-left:22px}
  .vdl .tracks::-webkit-scrollbar,.vdl .plans::-webkit-scrollbar,.vdl .coaches::-webkit-scrollbar,.vdl .dcards::-webkit-scrollbar,.vdl .recs::-webkit-scrollbar{display:none}
  .vdl .track,.vdl .plan,.vdl .dcards > .dcard,.vdl .recs > .rec{flex:0 0 auto;width:62%;scroll-snap-align:start;scroll-snap-stop:always}
  /* на узких экранах абонемент показываем первым */
  .vdl .plans > .plan:nth-child(1){order:2}
  .vdl .plans > .plan:nth-child(2){order:1}
  .vdl .plans > .plan:nth-child(3){order:3}
  .vdl .coaches > .coach{flex:0 0 auto;width:56%;max-width:none;scroll-snap-align:start;scroll-snap-stop:always}
  .vdl .coaches > .coach:first-child:nth-last-child(1){width:100%;flex-direction:column}
  .vdl .coaches > .coach:first-child:nth-last-child(1) .ph{flex:none;aspect-ratio:1/1;min-height:0}
  .vdl .coaches > .coach:first-child:nth-last-child(1) .ci{padding:24px 22px 26px}
  .vdl .coaches > .coach:first-child:nth-last-child(1) .nm{font-size:25px}
  .vdl .dcards > .dcard-live{width:78%}
  .vdl .tracks::after,.vdl .plans::after,.vdl .coaches::after,.vdl .dcards::after,.vdl .recs::after{content:'';flex:0 0 6px}
}
@media (max-width:749px){
  .vdl h1{font-size:35px} .vdl h2{font-size:28px}
  .vdl .sec{padding:54px 0}
  .vdl .hero{padding:44px 0 56px}
  .vdl .hero .wrap{grid-template-columns:1fr;gap:36px}
  .vdl .dcards > .dcard{width:86%}
  .vdl .dcards > .dcard-live{width:90%}
  .vdl .dcard-live h3{font-size:26px}
  .vdl .dcard-live{padding:26px 22px}
  .vdl .dc-bottom .btn{width:100%}
  .vdl .dcard-solo{padding:26px 22px}
  .vdl .dcard-solo h3{font-size:22px}
  .vdl .track,.vdl .plan,.vdl .recs > .rec{width:86%}
  .vdl .coaches > .coach{width:80%}
  .vdl .coaches > .coach:first-child:nth-last-child(1) .ph{aspect-ratio:4/5}
  .vdl .dir-live{grid-template-columns:1fr}
  .vdl .dl-main{padding:26px 22px}
  .vdl .dl-main h3{font-size:26px}
  .vdl .tracks{grid-template-columns:1fr}
  .vdl .track{padding:26px 22px}
  .vdl .track h3{font-size:21px;line-height:1.09}
  .vdl .tr-price{font-size:24px}
  .vdl .stats .wrap{grid-template-columns:1fr;gap:0}
  .vdl .stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.24);padding:20px 0}
  .vdl .stat:first-child{padding-top:0}
  .vdl .stat:last-child{border-bottom:0;padding-bottom:0}
  .vdl .num{font-size:40px}
  .vdl .st-s{max-width:none}
  .vdl .rec-info{grid-template-columns:1fr;gap:16px;margin-top:20px}
  .vdl .faq{grid-template-columns:1fr;gap:12px}
  .vdl .cta{grid-template-columns:1fr;gap:30px;padding:40px 32px}
  .vdl .ded-mark{max-width:104px;top:-2px}
  .vdl .ded-text > .eyebrow,.vdl .ded-text h2{padding-right:118px}
  .vdl .ft-top{grid-template-columns:1fr;gap:28px}
  .vdl .ft-logo{height:46px;width:160px}
  .vdl .sitem{grid-template-columns:auto 1fr;gap:16px 18px}
  .vdl .si-meta{grid-column:1 / -1;text-align:left;display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;
    padding-top:14px;border-top:1px solid var(--line)}
  .vdl .si-time{justify-content:flex-start}
  .vdl .si-dur,.vdl .si-seats{margin-top:0}
  .vdl .si-btn{grid-column:1 / -1;width:100%}
  .vdl .si-date{min-width:56px;padding-right:16px}
  .vdl .si-date b{font-size:29px}
  .vdl .si-title{font-size:20px}
  .vdl .cta{padding:34px 22px;grid-template-columns:1fr;gap:26px}
  .vdl .btn{width:100%}
  .vdl .dotgrid{display:none}
  .vdl .top .wrap{height:74px;gap:10px}
  .vdl .logo-img{height:44px;width:150px}
  .vdl .acts .btn{width:auto;padding:11px 15px;font-size:11px}
  .vdl .btn-cab{width:46px;height:46px;padding:0;border-radius:12px}
  .vdl .btn-cab svg{display:block;width:21px;height:21px}
  .vdl .btn-cab span{display:none}
  /* кнопка в меню нужна только когда в шапке осталась одна иконка */
.vdl #vdlNav:checked ~ nav .nav-cab{display:flex;align-items:center;justify-content:center;gap:9px;
  margin-top:14px;padding:15px 20px;border-bottom:0;border-radius:10px;
  background:var(--brand);color:#fff;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.vdl #vdlNav:checked ~ nav .nav-cab svg{width:19px;height:19px;flex:none}
.vdl #vdlNav:checked ~ nav .nav-cab:hover{background:var(--brand-dk)}
  .vdl .hero-media{aspect-ratio:3/4;box-shadow:9px 9px 0 -1px #E9ECE4, 0 10px 24px rgba(30,36,27,.08)}
  .vdl .dl-main,.vdl .plan.hot,.vdl .track-main{box-shadow:var(--sh-lg)}
  .vdl .nc-name{font-size:18px}
  .vdl .nc-row{flex-direction:column;align-items:stretch;gap:12px}
  .vdl .nc-go{text-align:center}
}
@media (max-width:480px){
  .vdl .sitem{grid-template-columns:minmax(0,1fr);padding:16px 18px;gap:12px}
  .vdl .si-date{display:flex;align-items:baseline;gap:9px;text-align:left;min-width:0;
    padding:0 0 12px;border-right:0;border-bottom:1px solid var(--line)}
  .vdl .si-date b{font-size:26px}
  .vdl .si-date span{margin-top:0}
  .vdl .si-title{font-size:19px}
  .vdl .si-meta{padding-top:12px}
  .vdl .si-soon{font-size:10px;padding:3px 8px}
  .vdl .ded-mark{max-width:86px}
  .vdl .ded-text > .eyebrow,.vdl .ded-text h2{padding-right:98px}
}
@media (prefers-reduced-motion:reduce){
  .vdl *{animation:none!important;transition:none!important}
  .vdl .dir:hover,.vdl .rec:hover,.vdl .btn-brand:hover{transform:none}
  .vdl .burger span{transition:none}
}
