/* #updated */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("./fonts/FuturaPT-Book.woff2") format("woff2"), url("./fonts/FuturaPT-Book.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 450;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("./fonts/FuturaPT-Demi.woff2") format("woff2"), url("./fonts/FuturaPT-Demi.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("./fonts/FuturaPT-Medium.woff2") format("woff2"), url("./fonts/FuturaPT-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("./fonts/FuturaPT-Bold.woff2") format("woff2"), url("./fonts/FuturaPT-Bold.woff") format("woff");
}
.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.custom-css-page-wrapper .widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-spacing-03, 24px);
  min-height: 598px;
  margin: 63px 0 40px;
  padding: var(--spacing-spacing-04, 32px) var(--spacing-spacing-03, 24px);
  background: #f5f5f5;
  border-radius: var(--spacing-spacing-01, 8px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04), 0 12px 24px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1200px) {
  .custom-css-page-wrapper .container > .row > div:first-of-type {
    max-width: 100%;
  }
  .custom-css-page-wrapper .col-xl-9 {
    flex: 0 0 100%;
  }
}
.custom-css-page-wrapper .breadcrumbs {
  display: inline-flex;
  padding: 0;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: var(--light-grayscale-content-2, #585757);
  list-style-type: none;
}
.custom-css-page-wrapper .breadcrumbs li {
  margin-right: 10px;
  padding-bottom: 2px;
}
.custom-css-page-wrapper .breadcrumbs li + li::before {
  content: "/";
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-size: 13px;
}
.custom-css-page-wrapper .breadcrumbs a {
  text-decoration: none;
  color: #444444;
  transition-duration: 0.2s;
  transition-property: color;
}
@media (hover: hover) {
  .custom-css-page-wrapper .breadcrumbs a:hover {
    color: #000000;
  }
}
.custom-css-page-wrapper .breadcrumbs span {
  font-family: FuturaPT, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.26;
}
.custom-css-page-wrapper .quiz-body {
  padding: 12px 0 70px;
}
.custom-css-page-wrapper [data-in-view^="0-"] .question-num,
.custom-css-page-wrapper [data-in-view^="0-"] .qa,
.custom-css-page-wrapper [data-in-view$="-0"] .next-question {
  display: none;
}
.custom-css-page-wrapper [data-in-view="4-0"] .question-num,
.custom-css-page-wrapper [data-in-view="5-0"] .question-num {
  display: none;
}
.custom-css-page-wrapper [data-page] [data-page] {
  display: none;
}
.custom-css-page-wrapper [data-page="1"] [data-page="1"],
.custom-css-page-wrapper [data-page="2"] [data-page="2"] {
  display: flex;
  flex-direction: column;
}
.custom-css-page-wrapper [data-page="2"] .card__link {
  justify-content: flex-start;
}
.custom-css-page-wrapper [data-content]:not(.in-view) {
  display: none;
}
.custom-css-page-wrapper .mb-98 {
  margin-bottom: 98px;
}
.custom-css-page-wrapper .mb-56 {
  margin-bottom: 56px;
}
.custom-css-page-wrapper .mb-50 {
  margin-bottom: 50px;
}
.custom-css-page-wrapper .mb-28 {
  margin-bottom: 28px;
}
.custom-css-page-wrapper .mb-16 {
  margin-bottom: 16px;
}
.custom-css-page-wrapper .mt-a {
  margin-top: auto;
}
.custom-css-page-wrapper .fz-15 {
  font-size: 15px;
}
.custom-css-page-wrapper .fw-500 {
  font-weight: 500;
}
.custom-css-page-wrapper .quiz-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.34;
  color: var(--color-text-typography-text-black, #000);
}
.custom-css-page-wrapper .question-num {
  margin-top: 14px;
  margin-bottom: 20px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.29;
  color: #636161;
}
.custom-css-page-wrapper button svg {
  flex-shrink: 0;
  pointer-events: none;
}
.custom-css-page-wrapper .quiz-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 12px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29;
  text-transform: none;
  text-align: left;
  color: #000000;
  background-color: #fada63;
  border: 1px solid #fada63;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-css-page-wrapper .quiz-btn img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.custom-css-page-wrapper .quiz-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.custom-css-page-wrapper .quiz-btn--border {
  color: #00938b;
  background-color: transparent;
}
@media (hover: hover) {
  .custom-css-page-wrapper .quiz-btn--border:hover {
    color: #ffffff;
    background-color: #00938b;
  }
}
.custom-css-page-wrapper .quiz-btn--icon-right img {
  margin-right: 0;
  margin-left: 10px;
}
.custom-css-page-wrapper .answer-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47;
  text-transform: none;
  color: #636161;
  background-color: transparent;
  border: 1px solid #e3d4dc;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, opacity 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (hover: hover) {
  .custom-css-page-wrapper .answer-btn:not([disabled]):not(.active):hover {
    color: #00938b;
    border-color: #00938b;
  }
}
.custom-css-page-wrapper .answer-btn.active[data-next-stage="1"] {
  color: #00938b;
  font-weight: 500;
  border-color: #00938b;
}
.custom-css-page-wrapper .answer-btn.active[data-next-stage="2"] {
  color: #636161;
  font-weight: 500;
  border-color: #e9a8a8;
}
.custom-css-page-wrapper .answer-btn.active[data-next-stage="2"] span {
  opacity: 0.1;
}
.custom-css-page-wrapper .answer-btn[disabled] {
  color: #636161;
  border-color: #e3e4dc;
  pointer-events: none;
}
.custom-css-page-wrapper .switcher-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #d55f6b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-css-page-wrapper .switcher-link img {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
.custom-css-page-wrapper .switcher-link--icon-left {
  text-align: left;
}
.custom-css-page-wrapper .switcher-link--icon-left img {
  margin-left: 0;
  margin-right: 8px;
}
.custom-css-page-wrapper .card {
  position: relative;
  width: 100%;
}
.custom-css-page-wrapper .card__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-css-page-wrapper .card__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "text" "pic";
  align-items: end;
  align-content: end;
  -moz-column-gap: 28px;
       column-gap: 28px;
  padding: 9px 8px 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .custom-css-page-wrapper .card__inner {
    grid-template-columns: 279fr 403fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "pic text";
    padding: 9px 27px 0 8px;
  }
}
.custom-css-page-wrapper .card__pacient {
  grid-area: pic;
  justify-self: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.custom-css-page-wrapper .card__pacient img {
  width: 100%;
  max-width: 279px;
  height: auto;
}
@media (min-width: 1200px) {
  .custom-css-page-wrapper .card__pacient img {
    width: 100%;
    max-width: none;
  }
}
.custom-css-page-wrapper .card__text-info {
  grid-area: text;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.custom-css-page-wrapper .card__link {
  display: flex;
  justify-content: flex-end;
  margin: 15px 13px 15px 0;
}
.custom-css-page-wrapper .card__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.custom-css-page-wrapper .card__case {
  padding: 13px;
  padding-bottom: 24px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.29;
  color: #0d0d0d;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 13.2%, #ffffff 100%);
}
.custom-css-page-wrapper .card__title {
  margin: 0;
  margin-bottom: 14px;
  font-weight: 700;
}
.custom-css-page-wrapper .card__text {
  font-weight: 400;
}
.custom-css-page-wrapper .card__text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.29;
}
.custom-css-page-wrapper .card__text p.accent,
.custom-css-page-wrapper .card__text span.accent {
  font-weight: 500;
}
.custom-css-page-wrapper .card__text.fz-15 p {
  font-size: 15px;
}
.custom-css-page-wrapper .card__text p + p,
.custom-css-page-wrapper .card__text p + ul {
  margin-top: 8px;
}
.custom-css-page-wrapper .card__text ul {
  padding-left: 25px;
  list-style-type: disc;
}
.custom-css-page-wrapper .card__text--dense p {
  line-height: 1.1;
}
.custom-css-page-wrapper .card__text--dense p + p,
.custom-css-page-wrapper .card__text--dense p + ul {
  margin-top: 2px;
}
.custom-css-page-wrapper .card__text-accent {
  font-weight: 450;
}
.custom-css-page-wrapper .case__controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
}
.custom-css-page-wrapper .case__controls button + button {
  margin-top: 10px;
}
.custom-css-page-wrapper .navigation-btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}
.custom-css-page-wrapper .navigation-btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  padding-left: 3px;
  background-color: #fada63;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.custom-css-page-wrapper .navigation-btns button svg {
  flex-shrink: 0;
  display: block;
  width: 13px;
  height: 24px;
  stroke: #000000;
}
.custom-css-page-wrapper .navigation-btns button:first-of-type {
  padding-left: 0;
  padding-right: 3px;
}
.custom-css-page-wrapper .navigation-btns button:first-of-type svg {
  transform: scale(-1);
}
.custom-css-page-wrapper .navigation-btns button:disabled {
  background-color: #ebf0f8;
  cursor: auto;
}
.custom-css-page-wrapper .navigation-btns button:disabled svg {
  opacity: 0.2;
}
.custom-css-page-wrapper .notes {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  color: rgba(81, 79, 79, 0.9);
}
.custom-css-page-wrapper .question {
  margin-top: 22px;
}
.custom-css-page-wrapper .question__text {
  max-width: 698px;
  margin: 0 auto;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.47;
  text-align: center;
  color: #000000;
}
.custom-css-page-wrapper .question__text ul {
  text-align: left;
}
.custom-css-page-wrapper .question__text .accent {
  font-weight: 500;
}
.custom-css-page-wrapper .question__controls {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 10px auto 0;
  padding-bottom: 10px;
}
.custom-css-page-wrapper .question__controls button + button {
  margin-top: 10px;
}
.custom-css-page-wrapper .question__answer {
  margin-top: 30px;
}
.custom-css-page-wrapper .question__correct {
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 29px;
  font-weight: 450;
  line-height: 1;
  color: #00938b;
}
.custom-css-page-wrapper .question__wrong {
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 29px;
  font-weight: 450;
  line-height: 1;
  color: #a33737;
}
.custom-css-page-wrapper .question__correct-answer {
  margin: 0.5em 0;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29;
  color: #00938b;
}
.custom-css-page-wrapper .question__explanation {
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.29;
  color: #636161;
}
.custom-css-page-wrapper .question__explanation p {
  margin: 0.5em 0;
  font-weight: 500;
}
.custom-css-page-wrapper .question__explanation ul {
  padding-left: 25px;
  list-style-type: disc;
}
.custom-css-page-wrapper .next-question {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 20px 0;
  border-radius: 10px;
  border-top: 4px solid #f5f5f5;
}
.custom-css-page-wrapper .next-question button {
  display: flex;
  width: 100%;
  max-width: 317px;
}
.custom-css-page-wrapper .abbrev-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.custom-css-page-wrapper .abbrev-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #636161;
}
.custom-css-page-wrapper .abbrev-list__title {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Noto Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: 1.38;
}
.custom-css-page-wrapper .material-num {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  margin-top: 10px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #636161;
}
.custom-css-page-wrapper .dialog {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: hidden;
}
@media (min-width: 768px) {
  .custom-css-page-wrapper .dialog {
    padding: 20px;
  }
}
.custom-css-page-wrapper .dialog[open] {
  display: flex;
}
.custom-css-page-wrapper .dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-css-page-wrapper .dialog__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 745px;
  max-height: 100%;
  padding: 38px 40px;
  background-color: #ffffff;
}
.custom-css-page-wrapper .dialog__wrapper p,
.custom-css-page-wrapper .dialog__wrapper li {
  margin: 0;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.29;
  color: #0d0d0d;
}
.custom-css-page-wrapper .dialog__wrapper ul {
  padding-left: 25px;
  list-style-type: disc;
}
.custom-css-page-wrapper .dialog__wrapper p + p,
.custom-css-page-wrapper .dialog__wrapper p + ul,
.custom-css-page-wrapper .dialog__wrapper ul + p {
  margin-top: 6px;
}
.custom-css-page-wrapper .dialog__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-css-page-wrapper .dialog__inner::-webkit-scrollbar {
  display: none;
}
.custom-css-page-wrapper .dialog__close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
}
.custom-css-page-wrapper .dialog__close img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (hover: hover) {
  .custom-css-page-wrapper .dialog__close:hover {
    opacity: 0.9;
  }
}
.custom-css-page-wrapper p.dialog__title {
  margin-bottom: 16px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.29;
  text-align: center;
  color: #0d0d0d;
}
.custom-css-page-wrapper p.dialog__subtitle {
  margin-bottom: 16px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.29;
  text-align: center;
  color: #0d0d0d;
}
.custom-css-page-wrapper .dialog__block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background-color: #fada63;
  border-radius: 10px;
}
.custom-css-page-wrapper .dialog__block .accent {
  font-weight: 500;
}
.custom-css-page-wrapper .dialog__icon,
.custom-css-page-wrapper .dialog__pic {
  flex-shrink: 0;
  width: 83px;
  height: 83px;
  margin-right: 15px;
}
.custom-css-page-wrapper .dialog__icon img,
.custom-css-page-wrapper .dialog__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.custom-css-page-wrapper .dialog__pic {
  height: 106px;
}
.custom-css-page-wrapper .dialog__arrow {
  display: flex;
  justify-content: center;
  width: 100%;
}
.custom-css-page-wrapper .dialog__arrow img {
  display: block;
  width: 19px;
  height: 27px;
}
.custom-css-page-wrapper .dialog__indicators-block {
  display: flex;
  gap: 16px;
  height: 213px;
  max-width: 96%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .custom-css-page-wrapper .dialog__indicators-block {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .custom-css-page-wrapper .dialog__img {
    flex-grow: 1;
  }
}
.custom-css-page-wrapper .dialog__img img {
  display: block;
  width: 100%;
  height: auto;
}
.custom-css-page-wrapper .dialog__img--small {
  max-width: 285px;
}
.custom-css-page-wrapper .dialog__full-images {
  pointer-events: none;
}
.custom-css-page-wrapper .dialog__img-full {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  z-index: 1;
}
.custom-css-page-wrapper .dialog__img-full img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.custom-css-page-wrapper .dialog__img-full.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.custom-css-page-wrapper .dialog__img {
  position: relative;
  cursor: pointer;
}
.custom-css-page-wrapper .dialog__img::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_267_405)'%3E%3Ccircle cx='12.5' cy='12' r='11.5' stroke='white'/%3E%3Cpath d='M12.5 6V18' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M6.50488 12.005L18.5049 12.005' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_267_405'%3E%3Crect width='24' height='24' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.custom-css-page-wrapper .dialog__img-full > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  cursor: pointer;
}
.custom-css-page-wrapper .dialog__img-full > div::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_285_1256)'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='white' /%3E%3Cpath d='M6.00488 12.005L18.0049 12.005' stroke='white' stroke-width='2' stroke-linecap='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_285_1256'%3E%3Crect width='24' height='24' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */