.NavBar_navWrapper__h6i2i {
  position: relative;
  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.d4a87086.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;
  }
}
.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_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;
  }
}
.ContactsBlock_btnRed__NfoO7 {
  display: flex;
  width: 100%;
  max-width: 632px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: none;
  margin: auto auto 0;
  background: #da3421;
  box-shadow: 0 4px 9px #da3421, inset 0 0 15px 10px #9e2418;
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  text-wrap: nowrap;
  transition: all 0.3s;
}
.ContactsBlock_btnRed__NfoO7: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) {
  .ContactsBlock_btnRed__NfoO7 {
    font-size: 18px;
  }
}
.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;
}
.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;
}
.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: flex-start;
  align-items: center;
  gap: 20px;
}
.Lecture1_dottedTxt__pHdjK:before {
  display: flex;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(../media/dot.c09a9163.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_block2__Kz_hQ {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .Lecture1_block2__Kz_hQ {
    padding: 0;
  }
}
.Lecture1_infoRow__BkyiS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 32px;
}

@media (max-width: 900px) {
  .Lecture1_infoRow__BkyiS {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }
}
.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;
}
.Lecture1_block6__jvrmr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  gap: 20px;
  text-align: center;
}
.Lecture1_block6__jvrmr > * {
  max-width: 840px;
}
.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;
}
.Lecture3_centeredTxt__MDnbI {
  text-align: center;
}
.Lecture3_dottedTxt__7PnOk {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 20px;
}
.Lecture3_dottedTxt__7PnOk:before {
  display: flex;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(../media/dot.c09a9163.svg);
  content: '';
}
.Lecture3_noteBlock__Shb2Z {
  position: relative;
  background-color: var(--grey);
}
.Lecture3_noteBlock__Shb2Z: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) {
  .Lecture3_noteBlock__Shb2Z:before {
    width: 250px;
  }
}
.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_tableWrapper__JDmuQ {
  width: 100%;
  overflow-x: scroll;
}
.Lecture3_table__xBuaV {
  position: relative;
}

@media (max-width: 1023px) {
  .Lecture3_table__xBuaV {
    width: 1000px;
  }
}
.Lecture3_tableHeader__5_AlJ {
  display: flex;
  background: var(--accent);
}
.Lecture3_tableHeadRow__JV8oN {
  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) {
  .Lecture3_tableHeadRow__JV8oN {
    padding: 0;
  }
}
.Lecture3_tableHeadCell__RTCoj {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  padding: 13.5px;
  color: #fff;
}
.Lecture3_tableHeadCell__RTCoj:not(:last-child) {
  border-right: 1px solid #fff;
}

@media (max-width: 1023px) {
  .Lecture3_tableHeadCell__RTCoj {
    padding: 26px;
  }
}
.Lecture3_tableContent__BAttg {
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgb(255, 255, 255) 50%,
    rgb(240, 232, 249) 0,
    rgb(240, 232, 249)
  );
}
.Lecture3_tableBase__T5ZGw {
  display: flex;
  max-width: 1110px;
  flex-direction: column;
  padding: 0 25px;
  margin: 0 auto;
}
.Lecture3_tableRow__JvGKS {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #af91bf;
}
.Lecture3_tableRow__JvGKS:last-child {
  border-bottom: none;
}
.Lecture3_tableRowName__yRUKp {
  display: flex;
  align-items: center;
  gap: 16px;
}
.Lecture3_accentCol1__iY0vE {
  font-size: 28px;
}
.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;
}
.Lecture3_tableCell__O7px5 {
  min-width: 0;
  flex: 1 1 33.333%;
  padding: 20px;
}
.Lecture3_tableCell__O7px5:nth-child(2) {
  background-color: #faf5ff;
  text-align: center;
}
.Lecture3_tableCell__O7px5:nth-child(3) {
  background-color: #f0e8f9;
}
.Lecture3_descriptionList__TRke9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Lecture3_descriptionList__TRke9 > :first-child {
  margin-top: 10px;
  margin-bottom: 6px;
}
