html,
body,
main {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.webinar-speakers-grid-2207 article,
.webinar-speakers-grid-2207 article p {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
}

@media (min-width: 901px) {
  html,
  body,
  body main {
    overflow-x: visible !important;
    overflow-y: visible !important;
  }

  body main .webinar-page-form-2207 {
    position: sticky !important;
    top: 80px !important;
    align-self: start !important;
    height: max-content !important;
  }
}

@media (max-width: 900px) {
  body main .webinar-page-shell-2207 {
    --webinar-left-content-width: 100%;
    display: block !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    overflow-x: hidden !important;
  }

  body main .webinar-page-content-2207,
  body main .webinar-left-inner-2207,
  body main .webinar-hero-section--2207,
  body main .webinar-hero-main,
  body main .webinar-mobile-first-form-2207,
  body main .webinar-lead-form-card-2207,
  body main .webinar-dt-badges,
  body main .webinar-mobile-hero-speakers-2207,
  body main .webinar-content-grid,
  body main .webinar-why-checks-2207 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  body main .webinar-mobile-first-form-2207,
  body main .webinar-lead-form-card-2207 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body main .webinar-page-content-2207,
  body main .webinar-left-inner-2207,
  body main .webinar-hero-section--2207,
  body main .webinar-hero-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }

  body main .webinar-hero-section--2207 h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.18rem, 6vw, 1.56rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body main .webinar-dt-badges,
  body main .webinar-content-grid,
  body main .webinar-why-checks-2207,
  body main .webinar-speakers-grid-2207 {
    grid-template-columns: 1fr !important;
  }

  body main .webinar-mobile-hero-speakers-2207 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.75rem !important;
    margin-top: 1.1rem !important;
    overflow: hidden !important;
  }

  body main .webinar-mobile-hero-speaker-2207 {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.75rem !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 56px !important;
    overflow: visible !important;
  }

  body main .webinar-mobile-hero-speaker-2207 > div:last-child {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body main .webinar-mobile-hero-speaker-photo-2207 {
    position: relative !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center 18% !important;
    background-repeat: no-repeat !important;
  }

  body main .webinar-mobile-hero-speaker-2207:first-child .webinar-mobile-hero-speaker-photo-2207 {
    background-image: url("/pbh-app/egor-bogomolov-2207.png") !important;
  }

  body main .webinar-mobile-hero-speaker-2207:nth-child(2) .webinar-mobile-hero-speaker-photo-2207 {
    background-image: url("/pbh-app/anton-kuzmin-2207.png") !important;
  }

  body main .webinar-mobile-hero-speaker-photo-2207 img {
    display: none !important;
  }

  body main .webinar-mobile-hero-speaker-name-2207 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body main .webinar-mobile-hero-speaker-role-2207 {
    display: none !important;
  }

  body main .webinar-mobile-hero-speaker-name-2207::after {
    display: block;
    width: 100%;
    max-width: 15rem;
    margin-top: 0.24rem;
    color: rgba(220, 220, 240, 0.68);
    font-family: var(--font-manrope), Manrope, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.38;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body main .webinar-mobile-hero-speaker-2207:first-child .webinar-mobile-hero-speaker-name-2207::after {
    content: "10+ лет в кибербезопасности, сотни проектов и практических программ";
  }

  body main .webinar-mobile-hero-speaker-2207:nth-child(2) .webinar-mobile-hero-speaker-name-2207::after {
    content: "18+ лет в ИТ, телекоммуникациях и информационной безопасности";
  }

  body main .webinar-lead-form-card-2207 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem 1.2rem 1.75rem !important;
    overflow: hidden !important;
  }

  body main .webinar-lead-form-card-2207 input,
  body main .webinar-lead-form-card-2207 button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body main .webinar-lead-form-card-2207 label,
  body main .webinar-lead-form-card-2207 label span,
  body main .webinar-lead-form-card-2207 label a {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body main .webinar-lead-form-card-2207 form + label {
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: start !important;
  }

  body main .webinar-lead-form-card-2207 form + label span {
    display: block !important;
    overflow: hidden !important;
  }

  body main .webinar-page-form-2207 {
    display: none !important;
  }
}

@media (max-width: 600px) {
  body main .webinar-mobile-hero-speaker-2207 {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  body main .webinar-mobile-hero-speaker-photo-2207 {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }
}
