.elementor-15479 .elementor-element.elementor-element-8d9ba0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4a8e003 */.bm-free {
  font-family: 'DM Sans', sans-serif !important;
  color: #f8f4ee !important;
  background: transparent;
  line-height: 1.65;
  max-width: 100%;
  box-sizing: border-box;
}
 
.bm-free *,
.bm-free *::before,
.bm-free *::after {
  box-sizing: border-box;
}
 
/* Сбрасываем то что тема переопределяет */
.bm-free h1,
.bm-free h2,
.bm-free h3,
.bm-free h4,
.bm-free p,
.bm-free ul,
.bm-free li,
.bm-free a {
  margin: 0;
  padding: 0;
}
 
.bm-free a {
  text-decoration: none;
  color: inherit;
}
 
/* ── ПЕРЕМЕННЫЕ ── */
.bm-free {
  --bm-black:   #0b0b0b;
  --bm-dark:    #111111;
  --bm-card:    #161616;
  --bm-border:  #2a2a2a;
  --bm-gold:    #e8b84b;
  --bm-gold2:   #f5d47a;
  --bm-amber:   #c8873a;
  --bm-cream:   #f0e8d8;
  --bm-muted:   #888880;
  --bm-white:   #f8f4ee;
}
 
/* =====================================================
   HERO
   ===================================================== */
.bm-hero {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 48px 80px;
  position: relative;
  overflow: hidden;
  background: var(--bm-black);
  margin: 0 -20px; /* вылезаем за контейнер Elementor */
}
 
@media(max-width:768px) {
  .bm-hero { padding: 40px 24px 60px; margin: 0 -15px; min-height: 80vh; }
}
 
.bm-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 75% 35%, rgba(232,184,75,.1) 0%, transparent 65%),
    radial-gradient(ellipse 45% 65% at 15% 65%, rgba(200,135,58,.07) 0%, transparent 55%);
  pointer-events: none;
}
 
.bm-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(232,184,75,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232,184,75,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  pointer-events: none;
}
 
/* Stat strip справа */
.bm-hero-stats {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 2;
}
@media(max-width:960px) { .bm-hero-stats { display: none; } }
 
.bm-hstat-num {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 44px;
  color: var(--bm-gold) !important;
  letter-spacing: .04em;
  line-height: 1;
  display: block;
}
.bm-hstat-lbl {
  font-size: 11px;
  color: var(--bm-muted) !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: right;
}
 
.bm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,184,75,.12);
  border: 1px solid rgba(232,184,75,.35);
  color: var(--bm-gold) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 40px;
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  z-index: 2;
  animation: bmFadeUp .6s ease .1s both;
  font-family: 'DM Sans', sans-serif !important;
}
.bm-hero-badge::before { content: '▶'; font-size: 8px; }
 
.bm-hero h1 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(52px, 9.5vw, 120px) !important;
  line-height: .93 !important;
  letter-spacing: .02em !important;
  color: var(--bm-white) !important;
  position: relative;
  z-index: 2;
  animation: bmFadeUp .7s ease .25s both;
  margin-bottom: 0 !important;
}
.bm-hero h1 .bm-gold  { color: var(--bm-gold) !important; }
.bm-hero h1 .bm-outline {
  -webkit-text-stroke: 1.5px var(--bm-white);
  color: transparent !important;
}
 
.bm-hero-sub {
  font-family: 'DM Serif Display', serif !important;
  font-style: italic;
  font-size: clamp(16px, 2.2vw, 22px) !important;
  color: var(--bm-muted) !important;
  max-width: 560px;
  margin-top: 18px !important;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  animation: bmFadeUp .7s ease .4s both;
}
.bm-hero-sub strong { color: var(--bm-cream) !important; font-style: normal; }
 
.bm-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  position: relative;
  z-index: 2;
  animation: bmFadeUp .7s ease .55s both;
}
@media(max-width:480px) {
  .bm-hero-btns { flex-direction: column; }
  .bm-hero-btns a { text-align: center; }
}
 
/* ── КНОПКИ ── */
.bm-btn-gold {
  display: inline-block;
  background: var(--bm-gold) !important;
  color: #0b0b0b !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: .02em;
  padding: 14px 32px !important;
  border-radius: 5px !important;
  border: none !important;
  cursor: pointer;
  transition: background .2s, transform .15s;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.3 !important;
}
.bm-btn-gold:hover {
  background: var(--bm-gold2) !important;
  color: #0b0b0b !important;
  transform: translateY(-2px);
}
 
.bm-btn-ghost {
  display: inline-block;
  background: transparent !important;
  color: var(--bm-white) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 14px 32px !important;
  border-radius: 5px !important;
  border: 1px solid rgba(248,244,238,.28) !important;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .15s;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.3 !important;
}
.bm-btn-ghost:hover {
  border-color: var(--bm-white) !important;
  background: rgba(248,244,238,.07) !important;
  color: var(--bm-white) !important;
  transform: translateY(-2px);
}
 
/* =====================================================
   TRUST BAR
   ===================================================== */
.bm-trust-bar {
  background: #111;
  border-top: 1px solid var(--bm-border);
  border-bottom: 1px solid var(--bm-border);
  padding: 26px 48px;
  margin: 0 -20px;
}
@media(max-width:768px) { .bm-trust-bar { padding: 22px 24px; margin: 0 -15px; } }
 
.bm-trust-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.bm-trust-label {
  font-size: 13px;
  color: var(--bm-muted) !important;
  letter-spacing: .03em;
  font-family: 'DM Sans', sans-serif !important;
}
.bm-trust-label strong { color: var(--bm-cream) !important; }
.bm-trust-nums {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.bm-tnum-val {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 28px;
  color: var(--bm-gold) !important;
  line-height: 1;
  display: block;
}
.bm-tnum-lbl {
  font-size: 10px;
  color: var(--bm-muted) !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* =====================================================
   СЕКЦИИ — общий wrapper
   ===================================================== */
.bm-section {
  padding: 88px 48px;
  max-width: 1180px;
  margin: 0 auto;
}
@media(max-width:768px) { .bm-section { padding: 60px 24px; } }
 
.bm-section-bg {
  background: #111;
  border-top: 1px solid var(--bm-border);
  border-bottom: 1px solid var(--bm-border);
  margin: 0 -20px;
  padding: 0 20px;
}
@media(max-width:768px) {
  .bm-section-bg { margin: 0 -15px; padding: 0 15px; }
}
 
/* ── labels / h2 / p ── */
.bm-label {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: var(--bm-gold) !important;
  margin-bottom: 14px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Sans', sans-serif !important;
}
.bm-label::after { content: ''; flex: 1; height: 1px; background: var(--bm-border); }
 
.bm-h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(34px, 5vw, 62px) !important;
  line-height: .95 !important;
  color: var(--bm-white) !important;
  letter-spacing: .03em !important;
  margin-bottom: 0 !important;
}
.bm-h2 em {
  font-family: 'DM Serif Display', serif !important;
  font-style: italic !important;
  color: var(--bm-gold) !important;
}
 
.bm-sub-p {
  font-size: 17px !important;
  color: var(--bm-muted) !important;
  line-height: 1.75 !important;
  max-width: 600px;
  margin-top: 14px !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* =====================================================
   VIDEO SECTION
   ===================================================== */
.bm-video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0 32px 72px rgba(0,0,0,.65), 0 0 0 1px var(--bm-border);
}
.bm-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
 
.bm-video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}
.bm-video-live {
  font-size: 13px;
  color: var(--bm-muted) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif !important;
}
.bm-video-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--bm-gold);
  animation: bmPulse 2s ease-in-out infinite;
}
.bm-yt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--bm-gold) !important;
  border: 1px solid rgba(232,184,75,.3) !important;
  padding: 9px 20px !important;
  border-radius: 5px !important;
  transition: background .2s, border-color .2s !important;
  font-family: 'DM Sans', sans-serif !important;
  text-decoration: none !important;
}
.bm-yt-link:hover {
  background: rgba(232,184,75,.09) !important;
  border-color: var(--bm-gold) !important;
  color: var(--bm-gold) !important;
}
.bm-yt-link svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
 
/* =====================================================
   LESSONS GRID (4 карточки)
   ===================================================== */
.bm-lg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1px;
  background: var(--bm-border);
  border: 1px solid var(--bm-border);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 48px;
}
 
.bm-lc {
  background: #161616;
  padding: 30px 26px;
  transition: background .25s;
  position: relative;
  overflow: hidden;
}
.bm-lc::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--bm-gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.bm-lc:hover { background: #1d1d1d; }
.bm-lc:hover::after { transform: scaleX(1); }
 
.bm-lc-num {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 50px !important;
  color: var(--bm-border) !important;
  line-height: 1;
  margin-bottom: 14px !important;
  transition: color .25s;
  display: block;
}
.bm-lc:hover .bm-lc-num { color: rgba(232,184,75,.15) !important; }
 
.bm-lc-title {
  font-family: 'DM Serif Display', serif !important;
  font-size: 21px !important;
  color: var(--bm-white) !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}
 
.bm-lc-desc {
  font-size: 14px !important;
  color: var(--bm-muted) !important;
  line-height: 1.7 !important;
  margin-bottom: 18px !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
.bm-lc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.bm-lc-tag {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .05em !important;
  color: var(--bm-muted) !important;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid var(--bm-border) !important;
  padding: 4px 10px !important;
  border-radius: 3px !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* =====================================================
   CURRICULUM
   ===================================================== */
.bm-curr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 48px;
}
@media(max-width:760px) { .bm-curr-grid { grid-template-columns: 1fr; gap: 28px; } }
 
.bm-curr-block h3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px !important;
  letter-spacing: .08em !important;
  color: var(--bm-gold) !important;
  border-bottom: 1px solid var(--bm-border);
  padding-bottom: 10px !important;
  margin-bottom: 14px !important;
  line-height: 1.2 !important;
}
 
.bm-curr-list { list-style: none !important; }
.bm-curr-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px !important;
  color: var(--bm-muted) !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.04) !important;
  line-height: 1.55 !important;
  transition: color .2s;
  font-family: 'DM Sans', sans-serif !important;
}
.bm-curr-list li:hover { color: var(--bm-cream) !important; }
.bm-curr-list li:last-child { border-bottom: none !important; }
.bm-curr-list li::before {
  content: '—';
  color: var(--bm-border);
  flex-shrink: 0;
  font-size: 11px;
}
.bm-curr-list li strong { color: var(--bm-cream) !important; }
 
/* =====================================================
   FOR WHO (6 карточек)
   ===================================================== */
.bm-fw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
@media(max-width:800px) { .bm-fw-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px) { .bm-fw-grid { grid-template-columns: 1fr; } }
 
.bm-fw-card {
  border: 1px solid var(--bm-border);
  border-radius: 10px;
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
  transition: border-color .25s, transform .25s;
}
.bm-fw-card:hover {
  border-color: rgba(232,184,75,.4);
  transform: translateY(-3px);
}
.bm-fw-card-glow {
  position: absolute; top: 0; right: 0;
  width: 70px; height: 70px;
  background: radial-gradient(at top right, rgba(232,184,75,.14), transparent 70%);
  pointer-events: none;
}
.bm-fw-card-icon {
  font-size: 30px;
  display: block;
  margin-bottom: 14px;
}
.bm-fw-card h3 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 19px !important;
  color: var(--bm-white) !important;
  margin-bottom: 8px !important;
  line-height: 1.25 !important;
}
.bm-fw-card p {
  font-size: 14px !important;
  color: var(--bm-muted) !important;
  line-height: 1.7 !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* =====================================================
   PULLQUOTE STRIP
   ===================================================== */
.bm-quote-strip {
  background: linear-gradient(135deg, rgba(232,184,75,.08) 0%, rgba(200,135,58,.05) 100%);
  border: 1px solid rgba(232,184,75,.2);
  border-radius: 12px;
  padding: 36px 40px;
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
@media(max-width:640px) {
  .bm-quote-strip { grid-template-columns: 1fr; text-align: center; padding: 28px 24px; }
}
.bm-quote-text h3 {
  font-family: 'DM Serif Display', serif !important;
  font-style: italic !important;
  font-size: clamp(18px, 2.2vw, 23px) !important;
  color: var(--bm-cream) !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
}
.bm-quote-text p {
  font-size: 14px !important;
  color: var(--bm-muted) !important;
  line-height: 1.65 !important;
  font-family: 'DM Sans', sans-serif !important;
}
.bm-quote-nums { display: flex; gap: 32px; flex-shrink: 0; }
@media(max-width:640px) { .bm-quote-nums { justify-content: center; } }
.bm-qn-val {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 40px !important;
  color: var(--bm-gold) !important;
  line-height: 1 !important;
  display: block !important;
}
.bm-qn-lbl {
  font-size: 10px !important;
  color: var(--bm-muted) !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  font-family: 'DM Sans', sans-serif !important;
}
 
/* =====================================================
   FAQ  — используем bm-active вместо open
   (чтобы не конфликтовать с Elementor)
   ===================================================== */
.bm-faq-list { margin-top: 40px; }
 
.bm-faq-item {
  border-bottom: 1px solid var(--bm-border) !important;
  background: transparent !important; /* сброс зелёного Elementor */
}
 
.bm-faq-btn {
  width: 100% !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  padding: 20px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  cursor: pointer !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--bm-white) !important;
  transition: color .2s !important;
  line-height: 1.5 !important;
}
.bm-faq-btn:hover { color: var(--bm-gold) !important; }
 
.bm-faq-arrow {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border: 1px solid var(--bm-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s, background .3s, border-color .3s;
  background: transparent;
}
 
/* Используем bm-active вместо open — нет конфликта */
.bm-faq-item.bm-active .bm-faq-arrow {
  transform: rotate(180deg) !important;
  background: var(--bm-gold) !important;
  border-color: var(--bm-gold) !important;
}
.bm-faq-item.bm-active .bm-faq-arrow svg path {
  stroke: #0b0b0b !important;
}
 
.bm-faq-body {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height .4s ease !important;
  background: transparent !important; /* сброс зелёного */
}
.bm-faq-item.bm-active .bm-faq-body {
  max-height: 280px !important;
}
 
.bm-faq-inner {
  padding: 0 0 22px !important;
  font-size: 15px !important;
  color: var(--bm-muted) !important;
  line-height: 1.8 !important;
  font-family: 'DM Sans', sans-serif !important;
  background: transparent !important;
}
.bm-faq-inner a {
  color: var(--bm-gold) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
 
/* =====================================================
   FINAL CTA
   ===================================================== */
.bm-cta {
  text-align: center;
  padding: 100px 48px;
  position: relative;
  overflow: hidden;
  background: var(--bm-black);
  margin: 0 -20px 0;
}
@media(max-width:768px) { .bm-cta { padding: 70px 24px; margin: 0 -15px; } }
 
.bm-cta-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(232,184,75,.08) 0%, transparent 65%);
  pointer-events: none;
}
 
.bm-cta h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(52px, 9vw, 110px) !important;
  line-height: .93 !important;
  color: var(--bm-white) !important;
  letter-spacing: .02em !important;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}
.bm-cta h2 span { color: var(--bm-gold) !important; }
 
.bm-cta p {
  font-family: 'DM Serif Display', serif !important;
  font-style: italic !important;
  font-size: clamp(16px, 2vw, 19px) !important;
  color: var(--bm-muted) !important;
  margin: 18px auto 36px !important;
  max-width: 460px !important;
  line-height: 1.6 !important;
  position: relative;
  z-index: 1;
}
 
.bm-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
 
/* =====================================================
   DIVIDER
   ===================================================== */
.bm-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 0;
}
.bm-divider-line { flex: 1; height: 1px; background: var(--bm-border); }
.bm-divider-star { color: var(--bm-gold); font-size: 13px; letter-spacing: 6px; opacity: .6; }
 
/* =====================================================
   SCROLL REVEAL
   ===================================================== */
.bm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
.bm-reveal.bm-visible { opacity: 1; transform: none; }
.bm-reveal.bm-d1 { transition-delay: .1s; }
.bm-reveal.bm-d2 { transition-delay: .2s; }
.bm-reveal.bm-d3 { transition-delay: .3s; }
 
/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes bmFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bmPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(1.4); }
}/* End custom CSS */