.OpenPdfPopup_popup__1mcYO {
  display: flex;
  width: 800px;
  flex-direction: column;
  padding: 75px 30px 40px;
  background-color: #fff;
  color: var(--main-black);
  gap: 25px;
}
@media (max-width: 1023px) {
  .OpenPdfPopup_popup__1mcYO {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .OpenPdfPopup_popup__1mcYO {
    width: 100%;
  }
}
.OpenPdfPopup_btnsWrapper__xHVpu {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 767px) {
  .OpenPdfPopup_btnsWrapper__xHVpu {
    flex-direction: column;
    gap: 10px;
  }
}
.OpenPdfPopup_borderBtn__Y219w {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 130px;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  color: var(--accent);
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  transition:
    color 0.2s ease-out,
    border 0.2s ease-out;
}
.OpenPdfPopup_borderBtn__Y219w span {
  position: relative;
  z-index: 2;
}
.OpenPdfPopup_borderBtn__Y219w:before {
  position: absolute;
  z-index: 1;
  border: 7px solid var(--accent);
  background: rgba(0, 0, 0, 0);
  content: '';
  inset: 0;
  transition: all 0.2s ease-out;
}
.OpenPdfPopup_borderBtn__Y219w:hover {
  color: #fff;
}
.OpenPdfPopup_borderBtn__Y219w:hover:before {
  border-width: 30px;
  background: var(--accent);
}
.PopupWrapper_wrapper__fceLT {
  position: fixed;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  animation: PopupWrapper_fadeIn__Mo3x8 1s ease-in-out both;
  inset: 0;
  text-align: center;
}
.PopupWrapper_overlay__ltXfq {
  position: fixed;
  background-color: #000;
  inset: 0;
  opacity: 0.6;
}
.PopupWrapper_content__I5IQm {
  position: relative;
  top: 50%;
  display: flex;
  height: fit-content;
  justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .PopupWrapper_content__I5IQm {
    width: 100%;
  }
}
.PopupWrapper_btnClose__XZNCk {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50px;
  width: 25px;
  height: 25px;
  padding: 0;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}
.PopupWrapper_btnClose__XZNCk:hover {
  transform: rotate(180deg);
}
.PopupWrapper_iconClose___Do5S {
  width: 100%;
  height: 100%;
}
.PopupWrapper_btnWhite__d7k8N {
  filter: unset;
}
.Footer_footerWrapper__Ubi8P {
  background-color: var(--footer-base);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 1023px) {
  .Footer_footerWrapper__Ubi8P {
    font-size: 9px;
    line-height: 10px;
  }
}
.Footer_footer__OQpsI {
  display: flex;
  width: 100%;
  padding: 23px 70px 46px 80px;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 1023px) {
  .Footer_footer__OQpsI {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .Footer_footer__OQpsI {
    flex-direction: column;
    align-items: center;
  }
}
.Footer_footerTop__qG1Z9 {
  display: flex;
  justify-content: space-between;
  gap: 104px;
}
.Footer_footerBottom__p0_A4 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.Footer_firstBlock__A74Gs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 575px) {
  .Footer_firstBlock__A74Gs {
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .Footer_firstBlockText__eo__d {
    line-height: 15px;
  }
}
.Footer_firstBlockMsgs__rjcbO {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1279px) {
  .Footer_firstBlockMsgs__rjcbO {
    flex-direction: column;
  }
}
.Footer_footerBtn__flxyX {
  width: 100%;
  padding: 9px 20px;
  background-color: var(--accent-light);
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .Footer_footerBtn__flxyX {
    font-size: 10px;
  }
}
.Footer_footerTitle___y_RV {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1023px) {
  .Footer_footerTitle___y_RV {
    font-size: 12px;
  }
}
.Footer_medInfo__PMtVv {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .Footer_medInfo__PMtVv {
    justify-content: center;
  }
}
.Footer_medInfoMsg__L4kxN {
  position: relative;
  display: flex;
  width: 261px;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  margin-right: 48px;
  background-color: #eae4f0;
  color: #000;
}
.Footer_medInfoMsg__L4kxN:before {
  position: absolute;
  top: 30%;
  right: -45px;
  display: block;
  width: 46px;
  height: 52px;
  background: url(../media/angle.f4dcca06.svg);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
@media (max-width: 1023px) {
  .Footer_medInfoMsg__L4kxN:before {
    zoom: 0.5;
  }
  .Footer_medInfoMsg__L4kxN {
    padding: 10px;
    margin-right: 23px;
  }
}
@media (max-width: 575px) {
  .Footer_medInfoMsg__L4kxN {
    width: 100%;
    max-width: 160px;
  }
}
.Footer_medInfoTitle__WS9Z_ {
  margin-bottom: 10px;
}
.Footer_medInfoText__nqDR7 {
  margin-bottom: 5px;
}
.Footer_medInfoLogo__c7Lj7 {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .Footer_medInfoLogo__c7Lj7 {
    width: 47.5px;
    height: 19px;
  }
}
.Footer_btnMedInfo__ZvIJ_ {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.Footer_promoBlock__3FWHQ {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 415px;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: var(--accent-light);
  gap: 20px;
  text-align: center;
}
@media (max-width: 1280px) {
  .Footer_promoBlock__3FWHQ {
    margin: unset;
  }
}
.Footer_promoBlock__3FWHQ:before {
  bottom: 30px;
  left: 0;
  width: 70px;
  height: 70px;
}
.Footer_promoBlock__3FWHQ:after,
.Footer_promoBlock__3FWHQ:before {
  position: absolute;
  background-image: url(../media/letter.62b2d684.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.Footer_promoBlock__3FWHQ:after {
  right: -47px;
  bottom: 17px;
  width: 94px;
  height: 93px;
  transform: rotate(60deg);
}
@media (max-width: 1023px) {
  .Footer_promoBlock__3FWHQ {
    padding: 10px;
  }
  .Footer_promoBlock__3FWHQ:before {
    bottom: 10px;
    left: 0;
    width: 40px;
    height: 40px;
  }
  .Footer_promoBlock__3FWHQ:after {
    right: -20px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .Footer_promoBlock__3FWHQ:after,
  .Footer_promoBlock__3FWHQ:before {
    display: none;
  }
}
.Footer_promoSubtext__VCjdW {
  position: relative;
  z-index: 1;
}
.Footer_promoBtn__8XOjo {
  max-width: 270px;
  background-color: #eae4f0;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.Footer_legalBlock__ZvnvV {
  display: flex;
  width: 100%;
  max-width: 389px;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
}
@media (max-width: 575px) {
  .Footer_legalBlock__ZvnvV {
    max-width: unset;
    gap: 20px;
  }
}
.Footer_legalBlockFirst__zWnZl {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 54px;
}
@media (max-width: 575px) {
  .Footer_legalBlockFirst__zWnZl {
    flex-direction: row-reverse;
    gap: 20px;
  }
}
.Footer_takedaBlock__00AIg {
  text-align: right;
}
.Footer_takedaBlock__00AIg a {
  color: #fff;
}
@media (max-width: 575px) {
  .Footer_takedaBlock__00AIg {
    text-align: left;
  }
}
.Footer_legalBtn__OG3OM {
  padding: 8px 30px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .Footer_legalBtn__OG3OM {
    font-size: 6px;
  }
}
.Footer_linksBlock__8x5ZW {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 575px) {
  .Footer_linksBlock__8x5ZW {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .Footer_medInfoImg__VQFAk {
    width: 72px;
    height: 85px;
  }
}
.Footer_logo__tSFSn {
  margin-bottom: auto;
}
@media (max-width: 1023px) {
  .Footer_logo__tSFSn {
    width: 50px;
    height: 18px;
  }
}
.NavBar_navWrapper__h6i2i {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.NavBar_navWrapper__h6i2i:after {
  position: absolute;
  bottom: -38.5px;
  left: 0;
  width: 179px;
  height: 39px;
  background-image: url(../media/decor.fca51fa6.svg);
  background-size: cover;
  content: '';
}
.NavBar_nav__NhbG8 {
  top: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 25px 70px 25px 80px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .NavBar_nav__NhbG8 {
    height: 110px;
    padding: 20px;
  }
}
.NavBar_logo__OiX1E {
  color: var(--accent);
  font-size: 20px;
  line-height: 19.5px;
}
.NavBar_logoImage__Bvty9 {
  transition: transform 0.3s ease;
}
.NavBar_logoImage__Bvty9:hover {
  transform: scale(1.1);
}
.NavBar_links__Bv15g {
  display: flex;
  gap: 2rem;
}
.NavBar_linkMob__aHPp9 {
  color: var(--main);
  font-size: 22px;
}
.NavBar_link__X7oz1 {
  color: var(--main);
  font-size: 15px;
  transition: color 0.3s ease;
}
.NavBar_link__X7oz1:hover {
  color: var(--accent);
}
.NavBar_link__active__Dy4xC {
  color: var(--accent);
  font-weight: 700;
}
.NavBar_burger__7SIBt {
  z-index: 10;
  display: none;
  border: none;
  background: none;
}
@media (max-width: 1023px) {
  .NavBar_burger__7SIBt {
    display: flex;
  }
  .NavBar_links__Bv15g {
    display: none;
  }
}
.NavBar_mobileMenu__z_33z {
  position: fixed;
  z-index: 1;
  top: 110px;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease;
}
@media (min-width: 1024px) {
  .NavBar_mobileMenu__z_33z {
    display: none;
  }
}
.NavBar_mobileMenuOpen__HGxS_ {
  left: 0;
}
.NavBar_mobileLinks__J64n0 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.NavBar_mobileLink__vWnwT {
  color: #000;
}
.Header_header__1RJ5C {
  width: 100%;
  text-align: center;
}
.Header_banner__XnP6A,
.Header_header__1RJ5C {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.Header_banner__XnP6A {
  position: relative;
  overflow: hidden;
  height: 404px;
  align-items: center;
  justify-content: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 24px;
}
.Header_banner__XnP6A * {
  position: relative;
}
.Header_banner__XnP6A:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
}
.Header_subtitle__sZZzF,
.Header_title__c_SMt {
  max-width: 781px;
  padding: 0 20px;
}
.Header_subtitle__sZZzF {
  font-family: 'Fira Sans', sans-serif;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .Header_subtitle__sZZzF {
    font-size: 22px;
  }
}
.RedButton_btnRed__RyjUz {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: none;
  margin: auto auto 0;
  background: #da3421;
  box-shadow:
    0 4px 9px #da3421,
    inset 0 0 15px 10px #9e2418;
  color: #fff;
  cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
  text-wrap: nowrap;
  transition: all 0.3s;
}
.RedButton_btnRed__RyjUz:hover {
  box-shadow:
    0 6px 12px #da3421,
    inset 0 0 15px 10px #9e2418;
  transform: scale(1.01);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
@media (max-width: 767px) {
  .RedButton_btnRed__RyjUz {
    font-size: 18px;
  }
}
@media (max-width: 525px) {
  .RedButton_btnRed__RyjUz {
    width: 100%;
    padding: 20px;
    line-height: 20px;
    text-wrap: wrap;
  }
}
.ContactsBlock_ttpScanBlock__sW8FX {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 50px;
  background: var(--accent)
    linear-gradient(88.13deg, rgba(0, 0, 0, 0) 1.58%, rgba(0, 0, 0, 0.2) 98.8%);
  color: #fff;
}
.ContactsBlock_ttpScanBlock__sW8FX > * {
  position: relative;
}
@media (max-width: 767px) {
  .ContactsBlock_ttpScanBlock__sW8FX {
    flex-direction: column;
    align-items: unset;
    padding: 25px;
    gap: 20px;
  }
}
.ContactsBlock_ttpWrapper__p93eM {
  display: flex;
  gap: 67.5px;
}
@media (max-width: 1023px) {
  .ContactsBlock_ttpWrapper__p93eM {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ContactsBlock_ttpWrapper__p93eM {
    align-items: center;
  }
}
.ContactsBlock_ttpMsg__iEf4D {
  display: flex;
  max-width: 312px;
  flex-direction: column;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #fff;
  color: var(--accent);
  gap: 20px;
}
.ContactsBlock_ttpTitle__Lp5p4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 24px;
}
.ContactsBlock_ttpText__o2HB5 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .ContactsBlock_ttpText__o2HB5 {
    flex-direction: column;
    gap: 10px;
  }
}
.ContactsBlock_redButton__6Tsf7 {
  padding: 15px 20px;
  font-size: 20px;
}
.ContactsBlock_ttpContacts__OHL_C {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.ContactsBlock_ttpContacts__OHL_C .ContactsBlock_contacts__bR0Zl {
  gap: 7px;
}
.ContactsBlock_ttpContacts__OHL_C .ContactsBlock_link__I7YR4 {
  color: #fff;
}
.ContactsBlock_ttpContactsTitle__r0u0t {
  margin-bottom: 3.5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.ContactsBlock_backImg__ZNitc {
  position: absolute;
  z-index: 0;
  left: 30px;
  width: auto;
  height: 100%;
}
@media (max-width: 1023px) {
  .ContactsBlock_backImg__ZNitc {
    display: none;
  }
}
.ContactsBlock_contactsBlock__ZLWjx {
  padding: 45px 30px;
  background: var(--accent-superlight);
  background-size: cover;
  color: var(--accent);
}
@media (max-width: 1023px) {
  .ContactsBlock_contactsBlock__ZLWjx {
    padding: 25px;
  }
  .ContactsBlock_ttpQr__MH54t {
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .ContactsBlock_ttpQr__MH54t {
    align-self: center;
  }
}
.ContactsBlock_text__HN2iT {
  max-width: 555px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.ContactsBlock_eCompassBlock__5mGJh,
.ContactsBlock_myMedInfoBlock__IKXj_,
.ContactsBlock_voozFirstLine__n_ADE {
  display: flex;
  gap: 67.5px;
}
@media (max-width: 767px) {
  .ContactsBlock_eCompassBlock__5mGJh,
  .ContactsBlock_myMedInfoBlock__IKXj_,
  .ContactsBlock_voozFirstLine__n_ADE {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .ContactsBlock_voozFirstLine__n_ADE {
    flex-direction: column;
    gap: 20px;
  }
}
.ContactsBlock_voozBlock__U65Z7 {
  display: flex;
}
@media (max-width: 767px) {
  .ContactsBlock_voozBlock__U65Z7 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.ContactsBlock_myMedInfoBlock__IKXj_ {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ContactsBlock_myMedInfoBlock__IKXj_ {
    align-items: center;
  }
}
.ContactsBlock_eCompassBlock__5mGJh {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .ContactsBlock_eCompassBlock__5mGJh {
    align-items: center;
  }
}
.ContactsBlock_contacts__bR0Zl {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  gap: 10px;
}
.ContactsBlock_contactItem__kmLnX {
  display: flex;
  align-items: center;
  gap: 22px;
}
.ContactsBlock_link__I7YR4 {
  font-size: 22px;
  font-weight: 700;
  word-break: break-word;
}
.ContactsBlock_freeCall__rLnSC {
  font-size: 22px;
  font-weight: 400;
}
.ContactsBlock_qrCode__rd5MN {
  align-self: flex-end;
  margin-left: auto;
}
@media (max-width: 767px) {
  .ContactsBlock_qrCode__rd5MN {
    align-self: unset;
    margin-left: unset;
  }
}
.ContactsBlock_logo___ZZYW {
  max-width: 100%;
}
@media (max-width: 767px) {
  .ContactsBlock_logo___ZZYW {
    width: 270px;
    height: auto;
    align-self: center;
  }
}
.NoteBlock_noteBlock__7zyEH {
  position: relative;
  background-color: var(--grey);
}
.NoteBlock_noteBlock__7zyEH:before {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 428px;
  height: 15px;
  border-radius: 12px;
  background: var(--accent);
  content: '';
  transform: translatex(-50%);
}
@media (max-width: 1023px) {
  .NoteBlock_noteBlock__7zyEH:before {
    width: 250px;
  }
}
.NoteBlock_noteBlockInner__O8r3q {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  gap: 20px;
  text-align: center;
}
.PrintBtn_btnPrint__4WPmg {
  position: absolute;
  top: 0;
  left: -50px;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1280px) {
  .PrintBtn_btnPrint__4WPmg {
    position: static;
  }
}
.Refs_refs__0MW7h {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.Refs_litTitle__duOlt {
  font-weight: 700;
  text-transform: uppercase;
}
.Refs_literature__5JC6o {
  display: flex;
  flex-direction: column;
  padding: unset;
  padding-left: 23px;
  margin: unset;
  gap: 10px;
  word-break: break-word;
}
.Refs_code__DKnJn {
  align-self: end;
  margin-top: -10px;
  color: var(--code-text);
}
.SplittedBlock_splittedBlock__LR8e5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: linear-gradient(
    90deg,
    var(--accent) calc(50% + var(--offset-px)),
    var(--accent) calc(50% + var(--offset-px)),
    white 0,
    white 100%
  );
}
@media (max-width: 767px) {
  .SplittedBlock_splittedBlock__LR8e5 {
    background: unset;
  }
}
.SplittedBlock_splittedBlockInner__OvNCo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: unset;
}
@media (max-width: 767px) {
  .SplittedBlock_splittedBlockInner__OvNCo {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.SplittedBlock_splittedBlockItem__ahsvA:first-child {
  flex-basis: calc(50% + var(--offset-px));
  padding: 30px 30px 30px 0;
}
@media (max-width: 767px) {
  .SplittedBlock_splittedBlockItem__ahsvA:first-child {
    padding: 20px;
    background-color: var(--accent);
  }
}
.SplittedBlock_splittedBlockItem__ahsvA:last-child {
  flex-basis: calc(50% - var(--offset-px));
  padding-left: 30px;
}
@media (max-width: 767px) {
  .SplittedBlock_splittedBlockItem__ahsvA:last-child {
    padding: unset;
  }
}
.Lecture1_centeredTxt__F8YbY {
  text-align: center;
}
.Lecture1_dottedTxt__pHdjK {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.Lecture1_dottedTxt__pHdjK:before {
  display: flex;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(../media/dot.5797864b.svg);
  content: '';
}
.Lecture1_block1__UsiTy {
  position: relative;
  margin-bottom: 30px;
}
.Lecture1_statsContainer___CzSN {
  display: flex;
  width: 100%;
  color: var(--accent);
  font-weight: 700;
  gap: 30px;
  text-align: center;
}
.Lecture1_statsContainer___CzSN > div {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .Lecture1_statsContainer___CzSN {
    flex-direction: column;
  }
}
.Lecture1_adamtsTitle__v6cYp {
  display: flex;
  align-items: center;
  gap: 19px;
  text-align: center;
}
@media (max-width: 1023px) {
  .Lecture1_adamtsTitle__v6cYp {
    flex-direction: column;
  }
}
.Lecture1_adamtsName__bV0wx {
  font-size: 30px;
  line-height: 25px;
}
.Lecture1_adamtsLine__HBOM_ {
  width: 3px;
  height: -webkit-fill-available;
  background-color: var(--accent);
}
@media (max-width: 1023px) {
  .Lecture1_adamtsLine__HBOM_ {
    width: 100%;
    height: 3px;
  }
}
.Lecture1_processFlow__UP5co {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.Lecture1_processFlow__UP5co > * {
  display: flex;
  max-width: 242px;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1023px) {
  .Lecture1_processFlow__UP5co {
    flex-direction: column;
    gap: 10px;
  }
  .Lecture1_arrow__4AIsU {
    transform: rotate(90deg);
  }
}
.Lecture1_iconsBlock__z6SC4 {
  display: flex;
  gap: 40px;
}
.Lecture1_iconsBlock__z6SC4 > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .Lecture1_iconsBlock__z6SC4 {
    flex-direction: column;
    gap: 17px;
  }
}
.Lecture1_videoWrapper__Sczgo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 12px;
}
.Lecture1_video__fb9km {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.Lecture1_importantBox__RnkkI {
  display: flex;
  flex-basis: calc(59% - 16px);
  flex-direction: column;
  justify-content: center;
  padding: 34px 29px 34px 14.5%;
  background: var(--accent);
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  gap: 5px;
}
@media (max-width: 1023px) {
  .Lecture1_importantBox__RnkkI {
    padding: 20px;
  }
}
.Lecture1_importantTitle__nyPMt {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.23;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .Lecture1_importantTitle__nyPMt {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .Lecture1_importantTitle__nyPMt {
    font-size: 25px;
  }
}
.Lecture1_importantSub__PMPiw {
  font-size: 21px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .Lecture1_importantSub__PMPiw {
    font-size: 18px;
  }
}
.Lecture1_diffBlock__kIm4J {
  display: flex;
  flex-basis: calc(41% - 16px);
  flex-direction: column;
}
.Lecture1_diffBlock__kIm4J p {
  margin-bottom: 17px;
  font-weight: 600;
}
.Lecture1_diffList__eAoHw {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.Lecture1_diffList__eAoHw:before {
  position: absolute;
  z-index: 0;
  top: 29px;
  left: 13.5px;
  width: 3px;
  height: calc(100% - 58px);
  background-color: var(--accent);
  content: '';
}
.Lecture1_btnRed__5TrI_ {
  display: flex;
  width: 100%;
  max-width: 632px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 auto;
  background: #da3421;
  box-shadow:
    0 4px 9px #da3421,
    inset 0 0 15px 10px #9e2418;
  color: #fff;
  text-wrap: nowrap;
  transition: all 0.3s;
}
.Lecture1_btnRed__5TrI_:hover {
  box-shadow:
    0 6px 12px #da3421,
    inset 0 0 15px 10px #9e2418;
  transform: scale(1.01);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
@media (max-width: 1023px) {
  .Lecture1_btnRed__5TrI_ {
    width: 310px;
    height: 38px;
  }
}
.Lecture1_block3__tSJXJ .Lecture1_title__Gpx5Z,
.Lecture1_block4__bLMUT .Lecture1_title__Gpx5Z {
  margin-bottom: -10px;
}
.Lecture1_block3List__WeCcb,
.Lecture1_block4List__YAbeM {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.Lecture1_block3List__WeCcb li,
.Lecture1_block4List__YAbeM li {
  gap: 16.5px;
}
.Lecture1_block3Diag__94GbI,
.Lecture1_block4Diag__0p0LJ {
  width: 100%;
  height: auto;
}
.Lecture1_block5Title__6_Iwd {
  margin-bottom: 20px;
}
.Lecture1_tableWrapper__una3T {
  width: 100%;
  overflow-x: scroll;
}
.Lecture1_table__huJvO {
  position: relative;
}
@media (max-width: 1023px) {
  .Lecture1_table__huJvO {
    width: 1000px;
  }
}
.Lecture1_tableHeader__Slagb {
  display: flex;
  background: var(--accent);
}
.Lecture1_tableHeadRow__BgC76 {
  display: flex;
  width: 100%;
  max-width: 1110px;
  flex-direction: row;
  padding: 12.5px 25px;
  margin: 0 auto;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .Lecture1_tableHeadRow__BgC76 {
    padding: 0;
  }
}
.Lecture1_tableHeadCell__34I7A {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  padding: 13.5px;
  color: #fff;
}
.Lecture1_tableHeadCell__34I7A:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 1023px) {
  .Lecture1_tableHeadCell__34I7A {
    padding: 26px;
  }
}
.Lecture1_tableContent__pKVOe {
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgb(255, 255, 255) 50%,
    rgb(240, 232, 249) 0,
    rgb(240, 232, 249)
  );
}
.Lecture1_tableBase__ePWs2 {
  display: flex;
  max-width: 1110px;
  flex-direction: column;
  padding: 0 25px;
  margin: 0 auto;
}
.Lecture1_tableRow__uLOln {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #af91bf;
}
.Lecture1_tableRow__uLOln:last-child {
  border-bottom: none;
}
.Lecture1_tableRowName___BHu1 {
  display: flex;
  gap: 16px;
}
.Lecture1_tableCell__DosrV {
  min-width: 0;
  flex: 1 1 33.333%;
  padding: 20px;
}
.Lecture1_tableCell__DosrV:nth-child(2) {
  background-color: #faf5ff;
}
.Lecture1_tableCell__DosrV:nth-child(3) {
  background-color: #f0e8f9;
}
.Lecture1_tableCell__DosrV:first-child {
  padding-left: unset;
}
.Lecture1_tableDiagnoseSubname__4i6G0 {
  font-size: 18px;
  font-weight: 400;
}
.Lecture1_tableList__7XcQ_ {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 10px;
  list-style-position: inside;
  list-style-type: disc;
}
.Lecture1_tableList__7XcQ_ li {
  position: relative;
}
.Lecture1_tableList__7XcQ_ li::marker {
  color: rgba(0, 0, 0, 0);
  font-size: 7px;
}
.Lecture1_tableList__7XcQ_ li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3.5px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  content: '';
}
.Lecture1_tableDiagnoseList__brxYO {
  padding-left: 15px;
  gap: 0;
}
.Lecture2_title__l4dpp {
  border-radius: unset;
}
.Lecture2_listHistory__QPXW6 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.Lecture2_listHistory__QPXW6:before {
  position: absolute;
  z-index: 0;
  top: 29px;
  left: 13.5px;
  width: 3px;
  height: calc(100% - 58px);
  background-color: var(--accent);
  content: '';
}
.Lecture2_listHistory__QPXW6 li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Lecture2_listHistoryInfo__LW38H {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  gap: 10px;
}
@media (max-width: 585px) {
  .Lecture2_listHistoryInfoFullSizeMob__smDcJ {
    margin-left: unset;
  }
}
.Lecture2_textWithIcon__JyZgG {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Lecture2_topIcon__tN3xN {
  align-items: start;
}
.Lecture2_block2__wZ2md {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Lecture2_anamnesisBlock__8Zeaz {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Lecture2_complaintsBlock__wyaQY {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.Lecture2_symptomsList__GwOQC {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.Lecture2_symptomsList__GwOQC li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 585px) {
  .Lecture2_symptomsList__GwOQC li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .Lecture2_symptomsList__GwOQC br {
    display: none;
  }
}
.Lecture2_symptomsDivider__s7umv {
  width: 100%;
  height: 1px;
  background-color: #af91bf;
}
.Lecture2_observations__Qg2sl {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .Lecture2_observations__Qg2sl {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.Lecture2_observationsList___t3U0 {
  padding-left: 22px;
  margin: unset;
}
.Lecture2_observationsList___t3U0 li::marker {
  font-weight: 700;
}
.Lecture2_observationImg__gHCnE {
  display: flex;
  overflow: hidden;
  width: 323px;
  height: 258px;
  flex-shrink: 0;
  align-items: center;
}
.Lecture2_observationImg__gHCnE img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .Lecture2_observationImg__gHCnE {
    width: 100%;
  }
}
.Lecture2_dynamicList__RvZFM {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  counter-reset: custom;
  gap: 10px;
  list-style: none;
}
.Lecture2_dynamicSubList__l9_LZ {
  padding-left: 20px;
  list-style-type: disc;
}
.Lecture2_dynamicSubList__l9_LZ li::marker {
  font-size: 12px;
}
.Lecture2_dynamicList__RvZFM > li {
  position: relative;
  display: flex;
  min-height: 40px;
  align-items: center;
  padding-left: 64px;
  counter-increment: custom;
}
@media (max-width: 767px) {
  .Lecture2_dynamicList__RvZFM > li {
    padding-left: 50px;
  }
}
.Lecture2_dynamicList__RvZFM li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eae4f0;
  color: var(--accent);
  content: counter(custom, decimal-leading-zero);
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .Lecture2_dynamicList__RvZFM li:before {
    width: 30px;
    height: 30px;
  }
}
.Lecture2_conclusionList__EKKEg {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.Lecture2_conclusionList__EKKEg > * {
  gap: 24px;
}
@media (max-width: 767px) {
  .Lecture2_conclusionList__EKKEg > * {
    gap: 10px;
  }
}
.Lecture2_borderedText__oS9En {
  border-radius: 48px;
}
.GridTable_tableWrapper__Mnjnz {
  width: 100%;
  overflow-x: auto;
}
.GridTable_table__M2gQl {
  display: flex;
  width: 100%;
  max-width: 1110px;
  flex-direction: column;
  margin: 0 auto;
}
.GridTable_tableHeader__UZ8sL {
  display: flex;
  background: var(--accent);
}
.GridTable_tableHeadRow__zs19Z {
  display: flex;
  width: 100%;
  max-width: 1110px;
  flex-direction: row;
  padding: 12.5px 25px;
  margin: 0 auto;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .GridTable_tableHeadRow__zs19Z {
    padding: 0;
  }
}
.GridTable_tableHeadCell__qGSBO {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  padding: 13.5px;
  color: #fff;
}
.GridTable_tableHeadCell__qGSBO:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 1023px) {
  .GridTable_tableHeadCell__qGSBO {
    padding: 26px;
  }
}
.GridTable_tableContent__rjeUE {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #af91bf;
}
.GridTable_tableRow__nDAx7 {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #af91bf;
}
.GridTable_tableRow__nDAx7:last-child {
  border-bottom: none;
}
.GridTable_tableCell__0KeL7 {
  min-width: 0;
  flex: 1 1;
  padding: 20px;
}
.GridTable_tableCell__0KeL7:nth-child(2) {
  background-color: #faf5ff;
  text-align: center;
}
.GridTable_tableCell__0KeL7:nth-child(3) {
  background-color: #f0e8f9;
}
.GridTable_centered__QpvP6:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.GridTable_noPadding__t2ibV {
  padding: 20px 0;
}
.Lecture3_blockTitle__hewnp {
  color: var(--main-black);
}
.Lecture3_dottedTxt__7PnOk {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.Lecture3_dottedTxt__7PnOk:before {
  display: flex;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(../media/dot.5797864b.svg);
  content: '';
}
.Lecture3_anamnesBlock__mOoit {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.Lecture3_anamnesText__HQhZf {
  margin-top: 10px;
}
.Lecture3_anamnesText__mod__PbbAk {
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Lecture3_importantBox__97a_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  gap: 5px;
}
.Lecture3_importantTitle__bEB0f {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.23;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .Lecture3_importantTitle__bEB0f {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .Lecture3_importantTitle__bEB0f {
    font-size: 25px;
  }
}
.Lecture3_importantSub__yAjwQ {
  font-size: 21px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .Lecture3_importantSub__yAjwQ {
    font-size: 18px;
  }
}
.Lecture3_diffBlock__iQfYd {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Lecture3_diffListTitle__TUC6_ {
  font-weight: 600;
}
.Lecture3_diffList__6zWwR {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.Lecture3_diffList__6zWwR:before {
  position: absolute;
  z-index: 0;
  top: 29px;
  left: 13.5px;
  width: 3px;
  height: calc(100% - 58px);
  background-color: var(--accent);
  content: '';
}
.Lecture3_gridWrapper__dXuCP {
  margin-top: 20px;
}
.Lecture3_tableRowModificator__fPwXY {
  display: grid !important;
  grid-template-columns: 55% 1fr;
}
@media (max-width: 625px) {
  .Lecture3_tableRowModificator__fPwXY {
    grid-template-columns: 70% 1fr;
  }
}
.Lecture3_tableHeadRowModificator__za_oh {
  display: grid !important;
  grid-template-columns: 55% 1fr;
}
.Lecture3_tableHeadRowModificator__za_oh > div {
  padding: 10px;
}
@media (max-width: 625px) {
  .Lecture3_tableHeadRowModificator__za_oh {
    grid-template-columns: 70% 1fr;
  }
}
.Lecture3_tableRowName__yRUKp {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 625px) {
  .Lecture3_tableRowName__yRUKp {
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .Lecture3_tableRowNameText__IqyDM {
    font-size: 16px;
    word-break: break-word;
  }
}
.Lecture3_tableRowNameIcon__XQwLA {
  width: 36px;
  height: 36px;
}
@media (max-width: 625px) {
  .Lecture3_tableRowNameIcon__XQwLA {
    width: 26px;
    height: 26px;
  }
}
.Lecture3_accentCol1__iY0vE {
  font-size: 28px;
}
@media (max-width: 767px) {
  .Lecture3_accentCol1__iY0vE {
    font-size: 20px;
  }
}
.Lecture3_accentCol2__NWTxT {
  font-size: 24px;
  font-weight: 700;
}
.Lecture3_tableSubRowName___Ridr {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 72px;
  gap: 20px;
  line-height: 23px;
}
@media (max-width: 625px) {
  .Lecture3_tableSubRowName___Ridr {
    padding-left: 40px;
    font-size: 16px;
    gap: 5px;
    list-style: disc !important;
  }
}
.Lecture3_descriptionList__TRke9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Lecture3_descriptionList__TRke9 > :first-child {
  margin-top: 10px;
  margin-bottom: 6px;
}
@media (max-width: 625px) {
  .Lecture3_descriptionList__TRke9 {
    gap: 5px;
  }
}
.Lecture3_img3Block__o2XMM {
  margin-top: 20px;
}
.Lecture3_img3BlockText__R4pgv {
  margin-top: 30px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  text-align: center;
}
.Lecture3_splittedContainer__cxn3e {
  display: grid;
  column-gap: 30px;
  grid-column-gap: 30px;
  grid-template-columns: 38% 62%;
}
.Lecture3_splittedLeft__pgev6 {
  position: relative;
  padding: 30px 30px 30px 0;
  background-color: var(--accent);
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0;
  line-height: 43px;
}
.Lecture3_splittedLeft__pgev6:before {
  position: absolute;
  top: 0;
  left: calc(-151% + 6px);
  width: 150%;
  height: 100%;
  background-color: var(--accent);
  content: '';
}
.Lecture3_diffListWrapper__N3Pay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 500;
}
.Lecture3_diffListContainer__680nE {
  display: grid;
  grid-template-columns: 216px 150px 1fr;
}
.Lecture3_diffListArrow__Q_NsN {
  align-self: flex-end;
  margin-bottom: 33px;
  justify-self: center;
}
.Lecture3_diffListItem__uURNX {
  display: grid;
  grid-row-gap: 10px;
  grid-template-rows: 40px auto;
  row-gap: 10px;
}
.Lecture3_diffListItemTitle__S68Az {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.Lecture3_diffListItemTitle__mod__ZEe4k {
  align-items: flex-end;
}
.Lecture3_diffListItemValue__spFY_ {
  display: flex;
  align-items: baseline;
  color: var(--accent);
  font-size: 143px;
  font-weight: 700;
  line-height: 100%;
}
.Lecture3_diffListItemValue__spFY_ span {
  font-size: 72px;
}
.Lecture3_diffListItemValue__mod__4HWx4 {
  word-spacing: 13px;
}
.Lecture3_diffListItemSymbol__MsR_d {
  height: 76px;
  padding-bottom: 20px;
}
.Lecture3_diffListDescription__byyu7 {
  font-weight: 500;
}
.Lecture3_block3__8fQW0 {
  margin-bottom: 20px;
}
.Lecture3_symptomsItem__EskIL {
  display: flex;
  align-items: center;
  gap: 20px;
}
.Lecture3_symptomsItem__EskIL:nth-child(2) {
  align-items: flex-start;
}
.Lecture3_triggersContainer__VDasS {
  gap: 10px;
}
.Lecture3_triggersList__YpZ1z {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  counter-reset: trigger-counter;
  gap: 20px;
  list-style: none;
}
.Lecture3_triggersItem__TbpVs {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--main-black);
}
.Lecture3_triggersItem__TbpVs:nth-child(2),
.Lecture3_triggersItem__TbpVs:nth-child(3) {
  align-items: flex-start;
}
.Lecture3_triggersItem__TbpVs:before {
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
  background-color: #eae4f0;
  color: var(--accent);
  content: counter(trigger-counter, decimal-leading-zero);
  counter-increment: trigger-counter;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.Lecture3_differenceBlock__s0gDa {
  gap: 10px;
}
.Lecture3_differencialDiagList__iUtwY {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.Lecture3_differencialDiagItem__ZnHDd {
  position: relative;
  display: flex;
  align-items: center;
}
.Lecture3_differencialDiagItem__List__LO5iB {
  align-items: flex-start;
}
.Lecture3_differencialDiagItem__ZnHDd:before {
  display: flex;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-right: 17px;
  background-image: url(../media/dot.5797864b.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}
.Lecture3_differencialDiagListMini__4PCzZ {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  list-style: disc inside;
}
.Lecture3_differencialDiagDescription__0ce26 {
  padding: 10px 30px;
  border: 1px solid var(--main-black);
  border-radius: 70px;
  font-size: 18px;
  text-align: center;
}
.Lecture3_redButtonMod__C0MiE {
  padding: 30px 40px;
  margin-top: 20px;
}
@media (max-width: 1190px) {
  .Lecture3_splittedContainer__cxn3e {
    grid-template-columns: 1fr;
  }
  .Lecture3_splittedLeft__pgev6 {
    padding: 30px;
  }
  .Lecture3_splittedLeft__pgev6:before {
    display: none;
  }
  .Lecture3_diffListWrapper__N3Pay {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .Lecture3_diffListContainer__680nE {
    grid-template-columns: 200px 50px auto;
  }
  .Lecture3_diffListItemValue__spFY_ {
    justify-content: center;
    font-size: 70px;
  }
  .Lecture3_diffListItemValue__spFY_ span {
    font-size: 35px;
  }
  .Lecture3_diffListItemValue__spFY_ * {
    margin-right: 5px;
  }
  .Lecture3_diffListItemSymbol__MsR_d {
    height: 40px;
    padding-bottom: 5px;
  }
  .Lecture3_diffListArrowSymbol__80JEs {
    height: 60px;
  }
}
@media (max-width: 525px) {
  .Lecture3_diffListContainer__680nE {
    grid-template-columns: 1fr;
    grid-template-rows: auto 40px auto;
  }
  .Lecture3_diffListArrow__Q_NsN {
    align-self: normal;
    margin-bottom: 0;
    transform: rotate(90deg);
  }
  .Lecture3_redButtonMod__C0MiE {
    padding: 20px;
  }
}
.Lecture4_banner__lZUok {
  gap: 0;
}
.Lecture4_banner__lZUok p {
  font-size: 36px;
}
.Lecture4_block1__Xbb77 {
  margin: 40px auto;
  gap: 46px;
}
@media (max-width: 767px) {
  .Lecture4_block1__Xbb77 {
    margin: 30px auto;
    gap: 20px;
  }
}
.Lecture4_titleBlock__mK1Yq {
  border-radius: 0;
}
.Lecture4_listHistory__DIzF5 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.Lecture4_listHistory__DIzF5:before {
  position: absolute;
  z-index: 0;
  top: 29px;
  left: 13.5px;
  width: 3px;
  height: calc(100% - 58px);
  background-color: var(--accent);
  content: '';
}
.Lecture4_listHistory__DIzF5 li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .Lecture4_listHistory__DIzF5 {
    gap: 20px;
  }
}
.Lecture4_listHistoryInfo__vLo9T {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  gap: 10px;
}
.Lecture4_listHistoryInfo__vLo9T:before {
  left: -80px;
}
@media (max-width: 767px) {
  .Lecture4_listHistoryInfo__vLo9T {
    margin-left: 40px;
  }
  .Lecture4_listHistoryInfo__vLo9T:before {
    left: -40px;
  }
}
.Lecture4_iconWarning__jhNfD {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.Lecture4_iconWarning__jhNfD:before {
  width: 24px;
  height: 24px;
  background-image: url(../media/icon.d57b9f9a.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.Lecture4_listHistoryInfoWarning__luNRA {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Lecture4_listHistoryInfoWarningItem__VK58e {
  padding: 10px 20px;
  background-color: var(--accent);
  color: #fff;
}
.Lecture4_listHistoryInfoWarningItem__second__22JSf {
  background-color: #fff;
  color: var(--main-black);
}
.Lecture4_listHistoryInfoWarningItemWrap__MB9fT {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.Lecture4_listHistoryInfoWarningItemText__AEuKR {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.Lecture4_listHistoryInfoWarningItemText__AEuKR:not(:last-child):after {
  content: '|';
}
@media (max-width: 525px) {
  .Lecture4_listHistoryInfoWarningItemText__AEuKR {
    display: block;
  }
  .Lecture4_listHistoryInfoWarningItemText__AEuKR:not(:last-child):after {
    margin-left: 10px;
    vertical-align: top;
  }
}
.Lecture4_noteBlock__CyOuG div {
  gap: 10px;
  text-align: left;
}
.Lecture4_listNoteBlock__UYfgS {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Lecture4_listNoteBlockItem__nZdko {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.Lecture4_listNoteBlockItem__nZdko:before {
  display: block;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background-image: url(../media/target.53d6514b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.Lecture4_treatmentBlock__mlkRJ {
  margin-top: 60px;
  gap: 10px;
}
@media (max-width: 767px) {
  .Lecture4_treatmentBlock__mlkRJ {
    margin-top: 40px;
  }
}
.Lecture4_listTreatmentBlock__wS0Kx {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  background-color: var(--accent);
  color: #fff;
  gap: 10px;
}
.Lecture4_listTreatmentBlock__wS0Kx p {
  font-weight: 700;
}
.Lecture4_listTreatment__mKkrm {
  display: flex;
  flex-direction: column;
  counter-reset: trigger-counter;
  gap: 10px;
}
.Lecture4_listTreatmentItem__uCCdX {
  position: relative;
  display: flex;
  align-items: center;
  counter-increment: trigger-counter;
}
.Lecture4_listTreatmentItem__uCCdX:before {
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
  background-color: #eae4f0;
  color: var(--accent);
  content: counter(trigger-counter, decimal-leading-zero);
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.Lecture4_line__g7QM9 {
  width: 76.3%;
  height: 1px;
  background-color: var(--accent);
}
.Lecture4_abbreviationsList__eykw9 {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 525px) {
  .Lecture4_abbreviationsList__eykw9 {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.BtnDiagnostic_btn__dVkAj {
  position: fixed;
  top: 360px;
  right: 0;
  display: flex;
  width: 190px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 40px 0 0 40px;
  animation: BtnDiagnostic_fadeInRight__nwGQK 2s ease-in-out 2s forwards;
  background-color: var(--accent);
  box-shadow: -1px 0 30px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  gap: 10px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(100%);
}
@media (max-width: 1023px) {
  .BtnDiagnostic_btn__dVkAj {
    top: 110px;
    box-shadow: none;
  }
}
.BtnDiagnostic_text__rARTv {
  color: #fff;
}
@keyframes BtnDiagnostic_fadeInRight__nwGQK {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
