.OpenPdfPopup_popup__1mcYO {
  display: flex;
  width: 800px;
  flex-direction: column;
  padding: 75px 30px 40px;
  background-color: #fff;
  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: -moz-fit-content;
  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;
  justify-content: space-between;
  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.2d33c4ca.svg);
  background-color: #fff;
  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 {
  display: flex;
  width: 100%;
  max-width: 415px;
  flex-direction: column;
  align-items: center;
  padding: 20px 24px;
  border-radius: 20px;
  background-color: var(--accent-light);
  gap: 12px;
  text-align: center;
}

@media (max-width: 1023px) {
  .Footer_promoBlock__3FWHQ {
    padding: 10px;
  }
}
.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: 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_contactsBlock__ZLWjx {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: url(../media/contacts-bg.988c9c9c.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 1023px) {
  .ContactsBlock_contactsBlock__ZLWjx {
    flex-direction: column;
    align-items: center;
    padding: 25px;
    gap: 30px;
  }
}
.ContactsBlock_contacts__bR0Zl {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 10px;
}
.ContactsBlock_contactItem__kmLnX {
  display: flex;
  align-items: center;
  gap: 22px;
}
.ContactsBlock_link__I7YR4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  word-break: break-word;
}
.ContactsBlock_freeCall__rLnSC {
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .ContactsBlock_logo___ZZYW {
    width: 270px;
    height: 116px;
  }
}
.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: 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;
  font-family: "Fira Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}
.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;
    font-size: 13px;
  }
}
.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;
}
.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);
  }
}
