.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;
  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;
  margin: 0 auto;
  background-color: var(--accent-light);
  gap: 12px;
  text-align: center;
}

@media (max-width: 1280px) {
  .Footer_promoBlock__3FWHQ {
    margin: unset;
  }
}

@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;
  }
}
.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;
}
.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);
}
.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;
}
.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);
  }
}
