  :root{
    --blue:#316CF4;
    --blue-dark:#1E4FC4;
    --blue-deep:#1B2540;
    --bg:#E9F1FE;
    --ink:#1B1D22;
    --orange:#EB6B3A;
    --red:#EB6B3A;
    --teal:#1F4D53;
    --white:#FFFFFF;
    --gray-card:#F2F3F5;
    --gray-text:#6B7280;
    --radius-lg:28px;
    --radius-md:18px;
    --container:1180px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:'Inter',Arial,sans-serif;
    color:var(--ink);
    background:var(--bg);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,.display{
    font-family:'Manrope',Arial,sans-serif;
    font-weight:800;
    margin:0;
    letter-spacing:-0.01em;
  }
  p{margin:0;}
  a{color:inherit;text-decoration:none;}
  img{max-width:100%;display:block;}
  .wrap{max-width:var(--container);margin:0 auto;padding:0 24px;}
  ul{margin:0;padding:0;list-style:none;}
  button{font-family:inherit;cursor:pointer;border:none;}

  /* ---------- reveal animation ---------- */
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;}
  .reveal.in{opacity:1;transform:none;}

  /* ---------- top nav ---------- */
  .topstrip{height:6px;background:linear-gradient(90deg,var(--teal),#2E7A82);}
  header.nav{
    background:#1A1C20;
    color:#fff;
  }
  .nav-inner{
    max-width:var(--container);margin:0 auto;padding:0 24px;
    display:flex;align-items:center;justify-content:space-between;
    height:64px;
  }
  /* ---------- top auth bar (как образец) ---------- */
  .authbar{background:#222222;}
  .authbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 0 16px;min-height:44px;}
  .authbar-logo{display:flex;align-items:center;}
  .authbar-logo img{height:18px;width:auto;display:block;}
  #panelcontainer{display:flex;align-items:center;min-height:34px;}
  .logo{display:flex;align-items:center;gap:8px;font-family:'Manrope',sans-serif;font-weight:800;font-size:19px;white-space:nowrap;}
  .logo .br{color:var(--orange);}
  .logo .sep{width:1px;height:20px;background:rgba(255,255,255,.25);margin:0 2px;}
  .logo .sub{font-weight:500;font-style:italic;color:#fff;font-family:'Inter',sans-serif;font-size:17px;}
  nav.links{display:flex;gap:22px;flex:1;justify-content:center;}
  nav.links a{
    font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;
    color:#C7CAD1;transition:color .2s;
  }
  nav.links a:hover{color:#fff;}
  .nav-cta{
    background:var(--orange);color:#fff;font-weight:700;font-size:13px;
    padding:11px 22px;border-radius:100px;letter-spacing:.02em;
    transition:background .2s, transform .2s;white-space:nowrap;
  }
  .nav-cta:hover{background:#EB6B3A;transform:translateY(-1px);}
  .nav-burger{display:none;}

  /* ---------- hero ---------- */
  .hero{padding:64px 0 0;position:relative;overflow:hidden;}
  .hero-grid{
    display:grid;grid-template-columns:300px 1fr;gap:0;
    background:#fff;border-radius:var(--radius-lg);
    box-shadow:0 24px 60px -24px rgba(27,37,64,.25);
    overflow:hidden;position:relative;
  }
  .hero-left{
    padding:48px 36px;display:flex;flex-direction:column;gap:28px;
    border-right:1px solid #EEF1F6;position:relative;
  }
  .hero-eyebrow{
    font-size:26px;line-height:1.18;font-weight:800;font-family:'Manrope',sans-serif;
    color:var(--ink);
  }
  .crest{width:74px;height:74px;opacity:.9;}
  .hero-left .crest-wrap{margin-top:auto;opacity:.16;}
  .hero-left .crest-wrap svg{width:140px;height:140px;color:var(--orange);}
  .hero-right{padding:36px 168px 36px 44px;position:relative;min-width:0;overflow:hidden;}
  .pill-row{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
  .pill{
    display:inline-flex;align-items:center;gap:8px;
    background:var(--blue);color:#fff;font-weight:700;font-size:13px;
    padding:9px 16px 9px 12px;border-radius:100px;
  }
  .eyebrow-label{
    font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-text);
  }
  h1.hero-title{
    font-size:46px;line-height:1.08;margin:14px 0 28px;
  }
  .hero-bullets{display:flex;flex-direction:column;gap:14px;margin-bottom:8px;}
  .hero-bullets li{display:flex;align-items:center;gap:12px;font-size:16.5px;font-weight:600;}
  .hero-bullets svg{flex:0 0 auto;width:22px;height:22px;color:var(--orange);}
  .seal{
    position:absolute;top:20px;right:32px;width:122px;height:122px;
    background:var(--red);color:#fff;border-radius:50%;
    display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
    box-shadow:0 14px 30px -10px rgba(222,72,47,.6);
    transform:rotate(6deg);
  }
  .seal.is-stuck{position:fixed;top:16px;right:24px;z-index:900;animation:sealStick .35s cubic-bezier(.16,1,.3,1);}
  @keyframes sealStick{from{opacity:0;transform:translateY(-18px) rotate(6deg) scale(.92);}to{opacity:1;transform:translateY(0) rotate(6deg) scale(1);}}
  .seal span.t1{font-size:10.5px;font-weight:700;letter-spacing:.05em;}
  .seal span.t2{font-size:30px;font-weight:800;font-family:'Manrope',sans-serif;line-height:1;margin:2px 0;}
  .seal span.t3{font-size:9.5px;font-weight:500;line-height:1.25;max-width:90px;opacity:.92;}

  .hero-cta-band{
    background:linear-gradient(100deg,var(--blue),#4577F5);
    border-radius:0 0 var(--radius-lg) var(--radius-lg);
    padding:30px 44px 34px;margin-top:6px;
  }
  .hero-cta-band h3{
    color:#fff;font-size:21px;line-height:1.3;margin-bottom:22px;font-weight:700;
  }
  .hero-cta-band h3 b{font-weight:800;}
  form.reg-form{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start;}
  .reg-form .field{flex:1 1 200px;display:flex;flex-direction:column;min-width:0;position:relative;}
  .reg-form input:not([type=checkbox]){
    width:100%;border:none;border-radius:12px;padding:16px 18px;font-size:15px;
    font-family:inherit;background:#fff;color:var(--ink);height:54px;box-sizing:border-box;
  }
  .reg-form input::placeholder{color:#9AA1AE;}
  .reg-form button,.reg-form .sendform{
    flex:0 0 auto;background:var(--orange);color:#fff;font-weight:700;font-size:15px;
    padding:16px 30px;border-radius:12px;white-space:nowrap;transition:background .2s,transform .2s;
    display:inline-flex;align-items:center;justify-content:center;cursor:pointer;height:54px;box-sizing:border-box;
  }
  .reg-form button:hover,.reg-form .sendform:hover{background:#EB6B3A;transform:translateY(-1px);}
  .consent{display:flex;gap:10px;align-items:flex-start;margin-top:16px;font-size:12.5px;color:#DCE6FF;}
  .reg-form .consent{flex:1 0 100%;margin-top:6px;position:relative;}
  .consent input[type=checkbox]{flex:0 0 auto;width:16px;height:16px;margin:2px 0 0;}
  .consent a{text-decoration:underline;color:#fff;}
  /* form validation + states (id2/crm format) */
  .reg-form input.error{outline:2px solid #EB6B3A;outline-offset:-1px;}
  .reg-form .field .warning{margin-top:6px;font-size:12px;color:#FFB59A;line-height:1.3;}
  .reg-form .consent .warning{position:absolute;top:100%;left:0;margin-top:2px;font-size:12px;color:#FFB59A;}
  .consent.error span{color:#FFB59A;}
  .forma_wrap .success h3{font-size:20px;margin-bottom:8px;}
  .forma_wrap .success p,.forma_wrap .error{font-size:14px;line-height:1.5;}
  .forma_wrap .error{color:#FFB59A;}
  .forma_wrap .success{margin-top:8px;}

  /* ---------- section heading ---------- */
  .section{padding:96px 0;}
  .section.tight{padding:72px 0;}
  .eyebrow-tag{
    display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
    color:var(--orange);margin-bottom:14px;
  }
  h2.section-title{font-size:36px;line-height:1.15;max-width:680px;}
  .section-sub{font-size:16.5px;color:var(--gray-text);margin-top:14px;max-width:560px;line-height:1.5;}
  .section-head{margin-bottom:52px;}
  .section-head.center{text-align:center;margin-left:auto;margin-right:auto;}
  .section-head.center h2,.section-head.center p{margin-left:auto;margin-right:auto;}

  /* ---------- skills (screen 2) ---------- */
  .skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-bottom:48px;}
  .skills-grid-4{grid-template-columns:repeat(4,1fr);gap:32px;}
  .skill-icon{
    width:64px;height:64px;border-radius:16px;border:1.5px solid #D8E0F2;
    display:flex;align-items:center;justify-content:center;margin-bottom:22px;background:#fff;
  }
  .skill-icon svg{width:30px;height:30px;color:var(--orange);}
  .skill p{font-size:16.5px;line-height:1.5;}
  .skill b{font-weight:700;}
  .btn-primary{
    display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;font-weight:700;
    font-size:15px;padding:16px 28px;border-radius:12px;transition:background .2s,transform .2s;
  }
  .btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);}

  /* ---------- program (screen 3) ---------- */
  .program-list{display:flex;flex-direction:column;gap:14px;}
  .program-item{
    background:#fff;border-radius:var(--radius-md);padding:26px 30px;
    display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:24px;
    box-shadow:0 10px 30px -20px rgba(27,37,64,.25);
    transition:transform .25s, box-shadow .25s;
  }
  .program-item:hover{transform:translateY(-3px);box-shadow:0 16px 34px -18px rgba(27,37,64,.3);}
  .program-num{
    font-family:'Manrope',sans-serif;font-weight:800;font-size:20px;color:var(--blue);
    width:56px;height:56px;border-radius:50%;background:var(--bg);
    display:flex;align-items:center;justify-content:center;
  }
  .program-text h4{font-size:17px;font-weight:700;margin-bottom:6px;font-family:'Manrope',sans-serif;}
  .program-text p{font-size:14.5px;color:var(--gray-text);line-height:1.5;}
  .program-hours{
    font-size:13.5px;font-weight:700;color:var(--blue);background:#EAF0FE;
    padding:8px 14px;border-radius:100px;white-space:nowrap;
  }
  .program-total{
    margin-top:22px;display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--gray-text);
  }
  .program-total b{color:var(--ink);font-weight:700;}

  /* ---------- lecturers (screen 4) ---------- */
  .lect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
  .lect-card{
    background:#fff;border-radius:var(--radius-md);padding:32px 28px;
    box-shadow:0 10px 30px -20px rgba(27,37,64,.25);
  }
  .lect-avatar{display:none;}
  .lect-card h4{font-size:18px;font-weight:700;font-family:'Manrope',sans-serif;margin-top:0;margin-bottom:6px;}
  .lect-role{font-size:12.5px;font-weight:600;color:#4B5563;margin-bottom:12px;letter-spacing:0;}
  .lect-card p.bio{font-size:14.5px;color:var(--gray-text);line-height:1.55;}

  /* ---------- how it works (slider) ---------- */
  .how-slider{position:relative;}
  .how-slide{display:none;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;min-height:460px;}
  .how-slide.is-active{display:grid;}
  .how-media{
    background:#3F6499;border-radius:var(--radius-lg);padding:32px;
    display:flex;align-items:center;justify-content:center;overflow:hidden;
  }
  .how-media img{width:auto;max-width:100%;max-height:392px;border-radius:12px;}
  .how-slide.is-active .how-media img{animation:howFade .6s ease;}
  @keyframes howFade{from{opacity:0;}to{opacity:1;}}
  .how-card{
    background:#DCE8FF;border-radius:var(--radius-lg);padding:44px 40px;
    display:flex;flex-direction:column;justify-content:space-between;
  }
  .how-tag{font-size:12.5px;font-weight:800;letter-spacing:.08em;color:var(--blue);text-transform:uppercase;margin-bottom:22px;}
  .how-title{font-size:21px;font-weight:700;font-family:'Manrope',sans-serif;margin-bottom:14px;}
  .how-text{font-size:16px;line-height:1.6;color:#34384A;}
  .how-pager{display:flex;align-items:center;gap:18px;margin-top:30px;}
  .how-pager button{
    width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:#fff;color:var(--blue);transition:background .2s,color .2s,opacity .2s;
  }
  .how-pager button.next{background:var(--blue);color:#fff;}
  .how-pager button:hover{opacity:.85;}
  .how-pager button:disabled{opacity:.35;cursor:default;}
  .how-pager svg{width:18px;height:18px;}
  .how-count{font-size:15px;font-weight:700;color:#34384A;width:48px;text-align:center;}

  /* ---------- advantages (screen 6) ---------- */
  .adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .adv-card{border-radius:var(--radius-md);padding:34px 32px;min-height:168px;display:flex;flex-direction:column;justify-content:center;gap:10px;}
  .adv-card.blue{background:var(--blue);color:#fff;}
  .adv-card.light{background:#fff;}
  .adv-card h4{font-size:16.5px;font-weight:800;font-family:'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.01em;}
  .adv-card p{font-size:14.5px;line-height:1.55;}
  .adv-card.blue p{color:#DCE6FF;}
  .adv-card.light p{color:var(--gray-text);}
  .adv-icon{width:40px;height:40px;margin-bottom:6px;}
  .adv-card.blue .adv-icon{color:#fff;}
  .adv-card.light .adv-icon{color:var(--blue);}
  .adv-icon svg{width:100%;height:100%;}

  /* ---------- process (screen 7) ---------- */
  .process-row{
    display:grid;grid-template-columns:repeat(3,1fr);
    background:#fff;border-radius:var(--radius-lg);overflow:hidden;
    box-shadow:0 10px 30px -20px rgba(27,37,64,.25);
  }
  .process-item{
    padding:46px 34px;position:relative;border-right:1px solid #EEF1F6;overflow:hidden;
  }
  .process-item:last-child{border-right:none;}
  .process-bignum{
    position:absolute;top:8px;right:18px;font-family:'Manrope',sans-serif;font-weight:800;
    font-size:120px;color:var(--bg);line-height:1;z-index:0;
  }
  .process-item h4{position:relative;z-index:1;font-size:16.5px;font-weight:700;line-height:1.35;margin-bottom:14px;font-family:'Manrope',sans-serif;}
  .process-item p{position:relative;z-index:1;font-size:14px;line-height:1.6;color:var(--gray-text);}

  /* ---------- documents (screen 8) ---------- */
  .doc-section{text-align:center;}
  .doc-img-wrap{max-width:760px;margin:0 auto 36px;}
  .doc-img-wrap img{border-radius:18px;box-shadow:0 24px 60px -24px rgba(27,37,64,.35);}

  /* ---------- why us (screen 9) ---------- */
  .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}
  .why-stats{display:flex;flex-direction:column;gap:34px;}
  .why-stat .num{font-size:22px;font-weight:800;color:var(--orange);font-family:'Manrope',sans-serif;margin-bottom:8px;letter-spacing:.01em;}
  .why-stat p{font-size:15.5px;line-height:1.55;color:var(--ink);}
  .why-closer{font-size:16px;font-weight:700;line-height:1.5;margin-top:6px;}
  .why-logos img{border-radius:18px;}

  /* ---------- pricing (screen 10) ---------- */
  .price-card{
    background:linear-gradient(120deg,#1B2540,#28345C);
    border-radius:var(--radius-lg);padding:54px 56px;color:#fff;position:relative;overflow:hidden;
    box-sizing:border-box;width:100%;
  }
  .price-card::after{
    content:"";position:absolute;right:-120px;top:-120px;width:340px;height:340px;border-radius:50%;
    background:radial-gradient(circle,rgba(235,115,74,.35),transparent 70%);
    pointer-events:none;
  }
  .price-top{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;align-items:flex-end;margin-bottom:34px;position:relative;z-index:1;}
  .price-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;}
  .price-deadline,.price-start{
    display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);
    padding:8px 16px;border-radius:100px;font-size:12.5px;font-weight:700;
  }
  .price-deadline{color:#FFD9CC;}
  .price-start{color:#BFD2FF;}
  .price-old{font-size:20px;color:#8C97B8;text-decoration:line-through;margin-bottom:4px;}
  .price-new{font-size:54px;font-weight:800;font-family:'Manrope',sans-serif;line-height:1;}
  .price-new span{font-size:24px;font-weight:700;color:#9FB0E0;margin-left:6px;}
  .price-install{margin-top:12px;font-size:15px;font-weight:600;color:#9FB0E0;}
  .price-install b{color:var(--orange);font-weight:800;}
  .price-badge{
    background:var(--red);padding:10px 18px;border-radius:12px;font-weight:800;font-size:15px;
  }
  .price-includes{display:flex;flex-wrap:wrap;gap:14px 28px;margin-bottom:34px;position:relative;z-index:1;}
  .price-includes li{display:flex;align-items:center;gap:9px;font-size:14.5px;color:#D7DEEF;}
  .price-includes svg{width:18px;height:18px;color:var(--orange);flex:0 0 auto;}
  .price-card form.reg-form{position:relative;z-index:1;}
  .price-card .reg-form input:not([type=checkbox]){background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18);}
  .price-card .reg-form input::placeholder{color:#9AA4C2;}
  .price-card .consent{color:#9AA4C2;}
  .price-card .consent a{color:#D7DEEF;}

  /* ---------- footer ---------- */
  footer{background:#15171B;color:#9CA0AC;padding:56px 0 28px;margin-top:0;}
  .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:36px;margin-bottom:40px;}
  .footer-logo{font-family:'Manrope',sans-serif;font-weight:800;font-size:19px;color:#fff;margin-bottom:14px;display:block;}
  .footer-logo .br{color:var(--orange);}
  .footer-col h5{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;}
  .footer-col ul{display:flex;flex-direction:column;gap:10px;}
  .footer-col a{font-size:14px;transition:color .2s;}
  .footer-col a:hover{color:#fff;}
  .footer-desc{max-width:300px;font-size:14px;line-height:1.6;}
  .footer-bottom{
    border-top:1px solid #2A2C32;padding-top:24px;display:flex;justify-content:space-between;
    flex-wrap:wrap;gap:12px;font-size:12.5px;line-height:1.6;color:#6E7280;
  }

  /* ---------- responsive: tablet ---------- */
  
  /* ══════════════ RESPONSIVE ══════════════ */

  /* ── tablet ── */
  @media (max-width:960px){
    nav.links{display:none;}
    .nav-inner{padding:0 16px;}

    .hero{padding:32px 0 0;}
    .hero-grid{grid-template-columns:minmax(0,1fr);}
    .hero-left{
      display:flex;align-items:center;justify-content:center;
      padding:24px 20px;border-right:none;
      border-bottom:1px solid #EEF1F6;
    }
    .hero-left img{max-width:180px;}
    .hero-right{padding:24px 24px 20px;box-sizing:border-box;min-width:0;}
    h1.hero-title{font-size:30px;line-height:1.1;}
    .hero-bullets li{font-size:15px;}
    .pill-row{flex-wrap:wrap;gap:8px;}
    .seal{width:90px;height:90px;top:12px;right:12px;}
    .seal.is-stuck{display:none;}
    .seal span.t1{font-size:8.5px;}
    .seal span.t2{font-size:22px;}
    .seal span.t3{font-size:8px;max-width:72px;}
    .hero-cta-band{padding:22px 20px 26px;box-sizing:border-box;}
    .hero-cta-band h3{font-size:16px;}
    form.reg-form{flex-direction:column;gap:10px;}
    .reg-form .field{width:100%;flex:none;}
    .reg-form input:not([type=checkbox]),.reg-form button,.reg-form .sendform{width:100%;box-sizing:border-box;flex:none;height:52px;}
    .price-card .reg-form .field{width:100%;flex:none;}
    .price-card form.reg-form{flex-direction:column;gap:10px;}
    .price-card .reg-form input:not([type=checkbox]),
    .price-card .reg-form button,
    .price-card .reg-form .sendform{width:100%;box-sizing:border-box;flex:none;height:52px;}

    .section{padding:60px 0;}
    h2.section-title{font-size:26px;}
    .section-sub{font-size:15px;}

    .skills-grid,.skills-grid-4{grid-template-columns:minmax(0,1fr)!important;gap:28px;}
    .lect-grid,.lect-grid-2{grid-template-columns:minmax(0,1fr)!important;}
    .how-slide{grid-template-columns:minmax(0,1fr);min-height:auto;}
    .how-media{padding:20px;}
    .how-media img{max-height:320px;}
    .adv-grid{grid-template-columns:minmax(0,1fr);}
    .process-row{grid-template-columns:minmax(0,1fr);}
    .process-item{border-right:none;border-bottom:1px solid #EEF1F6;}
    .process-item:last-child{border-bottom:none;}
    .why-grid{grid-template-columns:minmax(0,1fr);gap:36px;}

    .program-item{
      grid-template-columns:44px minmax(0,1fr);
      box-sizing:border-box;
    }
    .program-hours{grid-column:2;justify-self:start;}

    .price-card{
      padding:32px 20px;box-sizing:border-box;
      width:100%;overflow:hidden;
    }
    .price-new{font-size:38px;}
    .price-top{flex-direction:column;align-items:flex-start;gap:16px;}
    .price-includes{flex-direction:column;gap:10px;}

    .footer-top{flex-direction:column;}
    .footer-desc{max-width:100%;}

    .lect-grid-2{gap:16px;}
  }

  /* ── mobile ── */
  @media (max-width:480px){
    .wrap{padding:0 16px;}
    .nav-inner{padding:0 14px;}
    .nav-cta{font-size:12px;padding:9px 14px;}
    .logo img{height:22px!important;}

    .hero{padding:20px 0 0;}
    .hero-left{padding:20px 16px;}
    .hero-left img{max-width:140px;}
    .hero-right{padding:18px 16px 14px;}
    h1.hero-title{font-size:24px;line-height:1.15;}
    .hero-bullets li{font-size:13.5px;}
    .pill{font-size:11px;padding:6px 10px 6px 9px;}
    .eyebrow-label{font-size:11px;}
    .seal{width:78px;height:78px;top:8px;right:8px;}
    .seal span.t2{font-size:20px;}
    .seal span.t3{font-size:7.5px;}
    .hero-cta-band{padding:16px 14px 20px;}
    .hero-cta-band h3{font-size:14px;margin-bottom:14px;}

    .section{padding:48px 0;}
    h2.section-title{font-size:22px;}
    .eyebrow-tag{font-size:11px;}
    .section-sub{font-size:14.5px;}

    .skill-icon{width:50px;height:50px;}
    .skill p{font-size:14.5px;}

    .program-item{padding:16px 14px;gap:12px;}
    .program-num{width:36px;height:36px;font-size:15px;}
    .program-text h4{font-size:14.5px;}
    .program-text p{font-size:13px;}
    .program-hours{font-size:11.5px;padding:5px 9px;}

    .lect-card{padding:22px 18px;}
    .lect-card h4{font-size:16px;}
    .lect-card p.bio{font-size:13.5px;}

    .how-card{padding:24px 18px;}
    .how-title{font-size:17px;}
    .how-text{font-size:14px;}

    .adv-card{padding:22px 18px;}
    .adv-card h4{font-size:14.5px;}
    .adv-card p{font-size:13px;}

    .process-item{padding:28px 18px;}
    .process-bignum{font-size:84px;}
    .process-item h4{font-size:14.5px;}
    .process-item p{font-size:13px;}

    .price-card{padding:24px 14px;}
    .price-new{font-size:32px;}
    .price-old{font-size:16px;}
    .price-badge{font-size:12.5px;padding:7px 12px;}
    .price-deadline,.price-start{font-size:11px;}
    .price-install{font-size:14px;margin-top:10px;}
    .price-includes li{font-size:13px;}

    .why-stat .num{font-size:18px;}
    .why-stat p{font-size:14px;}
    .why-closer{font-size:14px;}

    .btn-primary{font-size:14px;padding:13px 20px;}

    .doc-img-wrap{padding:0 8px;}
    .program-note{padding:14px 16px;gap:12px;}
    .program-note span{font-size:22px;}
    .program-note p{font-size:13.5px;}

    .footer-top{gap:24px;}
    .footer-bottom{font-size:11px;}
    .section-head{margin-bottom:36px;}
  }
