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