

/* Start:/local/templates/newdm/components/bitrix/news.detail/webinars_detail/style.css?178600394018617*/
/*
  ФАЙЛ: /local/templates/[шаблон]/components/bitrix/news.detail/webinars_detail/style.css
  Точные значения переменных, цветов, теней и радиусов взяты из приложенного
  эталонного лендинга (styles.css). Включены только классы, используемые
  в template.php: hero, hero-panel--speakers, hero-card, pain-section, cards,
  program, speaker-section, speaker-profile, stats, webinar-partners,
  final-webinar/webinar-cta. Блоки cases/trusted-logos/letters/takeaway-plan
  НЕ включены — они не используются на странице вебинара.
*/

:root {
  --color-navy: #1f3a78;
  --color-navy-dark: #15203a;
  --color-navy-deep: #1f2a44;
  --color-blue: #3a5fbf;
  --color-red: #e35353;
  --color-orange: #e48533;
  --color-pink: #d1254f;
  --color-light: #eef3fb;
  --color-bg: #f5f7fb;
  --color-text: #15203a;
  --color-muted: #6b7280;
  --color-white: #ffffff;
  --color-line: #e5e9f2;
  --shadow-card: 0 12px 40px -18px rgba(45, 67, 113, 0.18), 0 2px 6px rgba(45, 67, 113, 0.05);
  --shadow-button: 0 14px 32px -10px rgba(31, 58, 120, 0.45);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1240px;
  --grad-bg: radial-gradient(circle, #eff2f7 20%, #c8d8e8 100%);
}

* { box-sizing: border-box; }

html, body { background: var(--grad-bg); background-attachment: fixed; overflow-x: hidden; }

body {
  margin: 0;
  color: var(--color-text);
  font-family: Manrope, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--color-text);
  font-size: clamp(34px, 4.4vw, 40px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

h2 {
  margin-bottom: 0;
  color: var(--color-navy);
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 10px;
  color: var(--color-navy);
  font-size: 19px;
  font-weight: 760;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

p { margin-bottom: 0; }

.container { width: min(100% - 40px, var(--container)); margin: 0 auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--color-navy);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  content: "";
  background: linear-gradient(135deg, #3a5fbf 0%, #1f3a78 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(31, 58, 120, 0.08);
}

/* ===== Кнопки ===== */

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  overflow: hidden;
  color: var(--color-white);
  background: linear-gradient(61deg, #e48533 0%, #e35353 51.81%, #d1254f 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow-button);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button::after { margin-left: 12px; content: "→"; font-size: 1.15em; }

.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 18px 36px -10px rgba(31, 58, 120, 0.5);
}

.button--small { min-height: 44px; padding: 12px 20px; font-size: 14px; }

.button--ghost {
  color: var(--color-navy);
  background: #ffffff;
  border: 1px solid #cbd6e6;
  box-shadow: none;
}

.button--ghost:hover { background: #eef3fb; border-color: var(--color-navy); }

.button--form { width: 100%; }

/* ===== HERO ===== */

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: min(690px, calc(100svh - 70px));
  padding: clamp(14px, 2.2vw, 28px) 0;
  align-items: center;
  color: var(--color-text);
  background: transparent;
}

.hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: transparent;
}

.hero__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.55;
}

.hero__glow--one { top: -250px; right: 6%; background: radial-gradient(circle, rgba(58, 95, 191, 0.16), transparent 68%); }
.hero__glow--two { bottom: -290px; left: -140px; background: radial-gradient(circle, rgba(228, 133, 51, 0.16), transparent 68%); }

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
}

.hero__lead {
  max-width: 610px;
  color: #44516b;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.34;
}

.hero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e5e9f2;
  border-radius: 999px;
  font-weight: 750;
  font-size: 14px;
  box-shadow: 0 8px 28px -16px rgba(45, 67, 113, 0.25);
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

/* ===== Дата вебинара + кнопка календаря ===== */

.webinar-date {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 10px 12px 10px 16px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}

.webinar-date > div { display: grid; gap: 2px; }
.webinar-date__label { color: #1f3a78; font-size: 13px; font-weight: 900; }
.webinar-date strong { color: #6b7280; font-size: 12px; font-weight: 800; }

.calendar-button {
  min-height: 38px;
  padding: 9px 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #3a5fbf 0%, #1f3a78 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 22px -14px rgba(31, 58, 120, 0.6);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.calendar-button:hover { filter: brightness(1.04); }

/* ===== Панель спикеров в hero + hero-card ===== */

.hero-panel { position: relative; display: grid; gap: 12px; }
.hero-panel--speakers { gap: 10px; }

.hero-speaker-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dbe5f2;
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

.hero-speaker-card img {
  width: 92px;
  height: 104px;
  object-fit: cover;
  object-position: center top;
  background: #eef3fb;
  border-radius: 16px;
}

.hero-speaker-card span {
  display: inline-flex;
  margin-bottom: 5px;
  color: #1f3a78;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-speaker-card strong { display: block; color: #15203a; font-size: 17px; line-height: 1.15; }
.hero-speaker-card p { margin-top: 5px; color: #6b7280; font-size: 12px; line-height: 1.35; }

.hero-card {
  position: relative;
  padding: 16px;
  overflow: hidden;
  color: #15203a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 243, 251, 0.9)), #ffffff;
  border: 1px solid #dbe5f2;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.hero-card::before {
  position: absolute;
  inset: -90px -90px auto auto;
  width: 240px;
  height: 240px;
  content: "";
  background: radial-gradient(circle, rgba(58, 95, 191, 0.16), transparent 68%);
  border-radius: 999px;
}

.hero-card__top, .hero-card__list { position: relative; display: flex; flex-wrap: wrap; gap: 8px; }

.hero-card__label, .hero-card__time, .hero-card__list span {
  display: inline-flex;
  padding: 6px 9px;
  color: #1f3a78;
  background: #eef3fb;
  border: 1px solid #dde6f5;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
}

.hero-card__time { color: #8a3e10; background: #fff5f0; border-color: #f2d6c0; }

.hero-card__number {
  position: relative;
  margin: 16px 0 6px;
  color: #1f3a78;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.hero-card p { position: relative; margin-bottom: 14px; color: #44516b; font-size: 14px; }

/* ===== Общие секции ===== */

.section { padding: 64px 0; }
.section--light, .pain-section { background: rgba(245, 247, 251, 0.7); }
.speaker-section { background: rgba(255, 255, 255, 0.4); }

.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

.section-cta { display: flex; justify-content: center; margin-top: 30px; }

/* ===== Карточки "Для кого" ===== */

.cards { display: grid; gap: 18px; }
.cards--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  content: "";
  background: radial-gradient(circle, rgba(58, 95, 191, 0.1), transparent 68%);
  border-radius: 50%;
}

.card p { color: var(--color-muted); }

.card__index {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--color-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

/* ===== Программа ===== */

.program { display: grid; max-width: 900px; margin: 0 auto; gap: 12px; }

.program__item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 50px rgba(37, 56, 85, 0.08);
}

.program__item span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--color-white);
  background: linear-gradient(135deg, #3a5fbf 0%, #1f3a78 100%);
  border-radius: 15px;
  font-weight: 900;
  box-shadow: 0 14px 32px -18px rgba(31, 58, 120, 0.45);
}

.program__item p { color: var(--color-muted); }

/* ===== Спикеры (секция "Кто ведёт вебинар") ===== */

.speakers-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.speaker-profile {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #dbe5f2;
  border-radius: 30px;
  box-shadow: var(--shadow-card);
}

.speaker-profile__photo {
  min-height: 320px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef3fb 0%, #dde6f5 100%);
  border: 1px solid #c9d5ea;
  border-radius: 24px;
}

.speaker-profile__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.speaker-profile__body { display: flex; min-width: 0; flex-direction: column; }

.speaker-profile__topic {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  color: #1f3a78;
  background: #eef3fb;
  border: 1px solid #dde6f5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speaker-profile h3 { font-size: 28px; }
.speaker__role { margin: 12px 0 22px; color: var(--color-muted); font-size: 18px; }

.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.stats--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.stat { padding: 16px; background: var(--color-bg); border: 1px solid rgba(78, 117, 167, 0.11); border-radius: var(--radius-md); }
.stat strong { display: block; margin-bottom: 6px; color: var(--color-navy); font-size: 24px; line-height: 1; }
.stat span { display: block; color: var(--color-muted); font-size: 14px; line-height: 1.35; }

.speaker__speciality { color: var(--color-text); }

blockquote {
  margin: 22px 0 0;
  padding: 20px 24px;
  color: var(--color-navy);
  background: linear-gradient(135deg, #ffffff, #eef2f8);
  border-left: 5px solid var(--color-navy);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.speaker-socials { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; }

.speaker-socials a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 15px;
  color: #1f3a78;
  background: #eef3fb;
  border: 1px solid #dbe5f2;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px -16px rgba(31, 58, 120, 0.45);
}

.speaker-socials a:hover { background: #ffffff; border-color: #1f3a78; }

/* ===== Партнёры вебинара ===== */

.webinar-partners {
  margin-top: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid #dbe5f2;
  border-radius: 28px;
  box-shadow: var(--shadow-card);
}

.webinar-partners .section-heading { margin-bottom: 24px; }

.webinar-partners__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.webinar-partner-card {
  display: grid;
  min-height: 104px;
  place-items: center;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e6ecf5;
  border-radius: 20px;
  box-shadow: 0 10px 28px -24px rgba(31, 58, 120, 0.4);
}

.webinar-partner-card img { display: block; width: 100%; max-width: 170px; max-height: 54px; object-fit: contain; }

/* ===== Тезисы после эфира ===== */

.dm-webinar-detail__text {
  font-size: 17px;
  line-height: 1.75;
  color: var(--color-text);
  max-width: 780px;
  margin: 0 auto;
}

.dm-webinar-detail__text h2, .dm-webinar-detail__text h3 { margin-top: 32px; }

/* ===== Финальный CTA (регистрация / запись) ===== */

.final-webinar { padding: 0; }

.webinar-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr minmax(360px, 0.9fr);
  gap: 48px;
  margin: 60px 0;
  padding: 56px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(80% 100% at 0% 0%, rgba(228, 133, 51, 0.5), transparent 50%),
    linear-gradient(135deg, #2a1530 0%, #1a1238 100%);
  border-radius: var(--radius-xl);
  box-shadow: 0 30px 70px -30px rgba(31, 15, 52, 0.55);
}

.webinar-cta::after {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  content: "";
  background: radial-gradient(circle, rgba(228, 133, 51, 0.35), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.webinar-cta__content { position: relative; z-index: 1; }
.webinar-cta .eyebrow, .webinar-cta h2 { color: #ffffff; }

.webinar-cta__lead { margin-top: 18px; color: rgba(255, 255, 255, 0.86); font-size: 19px; font-weight: 800; }

.webinar-cta__list { display: grid; margin: 20px 0 0; padding: 0; gap: 12px; list-style: none; }

.webinar-cta__list li { position: relative; padding-left: 34px; color: rgba(255, 255, 255, 0.86); font-size: 15px; }

.webinar-cta__list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  content: "✓";
  background: linear-gradient(135deg, #3a5fbf 0%, #1f3a78 100%);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.webinar-cta__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.webinar-cta__contacts a { color: rgba(255, 255, 255, 0.86); font-size: 14px; font-weight: 700; }

.webinar-cta__form {
  position: relative;
  z-index: 1;
  align-self: start;
  display: grid;
  padding: 30px;
  gap: 18px;
  background: #ffffff;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.webinar-cta__form h3 { margin-bottom: 4px; color: #15203a; font-size: 22px; }

.registration-form label { display: grid; gap: 8px; }
.registration-form span { color: var(--color-navy); font-size: 14px; font-weight: 800; }

.registration-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  color: var(--color-navy);
  background: #f7f9fd;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.registration-form input:focus {
  background: var(--color-white);
  border-color: rgba(31, 58, 120, 0.55);
  box-shadow: 0 0 0 4px rgba(31, 58, 120, 0.08);
}

.form-note { color: var(--color-muted); font-size: 13px; line-height: 1.4; text-align: center; }

.dm-webinar-detail__video { width: 100%; }

.dm-webinar-detail__video iframe, .dm-webinar-detail__video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  border: none;
  display: block;
  background: #000;
}

/* ===== Адаптив ===== */

@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; }
  .speakers-grid, .speaker-profile { grid-template-columns: 1fr; }
  .speaker-profile__photo { max-width: 360px; }
}

@media (max-width: 980px) {
  .webinar-cta { grid-template-columns: 1fr; gap: 32px; padding: 40px 28px; margin: 40px 0; }
}

@media (max-width: 760px) {
  .hero { padding: 34px 0 44px; min-height: auto; }
  .hero h1 { font-size: clamp(30px, 9vw, 38px); }
  .webinar-date { width: 100%; align-items: stretch; flex-direction: column; }
  .calendar-button { width: 100%; }
  .hero-speaker-card { grid-template-columns: 82px 1fr; }
  .hero-speaker-card img { width: 82px; height: 96px; }
  .cards--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program__item { grid-template-columns: 1fr; }
  .speaker-profile { padding: 18px; }
  .speaker-profile__photo { min-height: 280px; }
  .stats--compact { grid-template-columns: 1fr; }
  .webinar-partners { padding: 22px; }
  .webinar-partners__grid { grid-template-columns: 1fr; }
  .webinar-cta { padding: 32px 22px; border-radius: 24px; margin: 24px 0; }
  .webinar-cta__form { padding: 22px; }
}

@media (max-width: 420px) {
  h1 { font-size: clamp(34px, 10vw, 42px); }
  h2 { font-size: clamp(26px, 8vw, 34px); }
}

/* End */
/* /local/templates/newdm/components/bitrix/news.detail/webinars_detail/style.css?178600394018617 */
