@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Book.woff2") format("woff2"), url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Book.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 450;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Demi.woff2") format("woff2"), url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Demi.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Medium.woff2") format("woff2"), url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "FuturaPT";
  font-display: swap;
  src: url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/fonts/FuturaPT-Bold.woff2") format("woff2"), url("/wp-content/themes/wplms/content/proverte-svoi-znaniya/assets/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: calc(100% - 358px);
  }
  .custom-css-page-wrapper .container > .row > div:last-of-type {
    flex: initial;
    max-width: 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-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 .m-arrow {
  margin-bottom: 5px;
}
.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: #FFFFFF;
  background-color: #00938b;
  border: 1px solid #00938b;
  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 {
  color: #00938b;
  border-color: #00938b;
}
.custom-css-page-wrapper .answer-btn[disabled] {
  color: rgba(99, 97, 97, 0.1);
  border-color: #e9a8a8;
  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: #832432;
  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__pacient-info {
  position: absolute;
  bottom: 61px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 8px 16px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29;
  color: #832432;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px -1px 10.7px rgba(0, 0, 0, 0.25);
  border-radius: 37px;
}
.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;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.custom-css-page-wrapper .card__case {
  padding: 13px;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.29;
  color: #0d0d0d;
}
.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.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-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 .question {
  margin-top: 22px;
}
.custom-css-page-wrapper .question__text {
  max-width: 500px;
  margin: 0 auto;
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.47;
  text-align: center;
  color: #000000;
}
.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 {
  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;
  overflow-y: auto;
}
.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;
}
.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-border {
  background: linear-gradient(90deg, #f0e7c7 0%, #b78b1c 100%);
  border-radius: 10px;
}
.custom-css-page-wrapper .dialog__block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: #ffffff linear-gradient(90deg, rgba(240, 231, 199, 0.2) 0%, rgba(183, 139, 28, 0.2) 100%);
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 10px;
}
.custom-css-page-wrapper .dialog__block .accent {
  font-weight: 500;
}
.custom-css-page-wrapper .dialog__icon {
  flex-shrink: 0;
  width: 83px;
  height: 83px;
  margin-right: 15px;
}
.custom-css-page-wrapper .dialog__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.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__abbrev {
  font-family: FuturaPT, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  text-align: center;
  color: #636161;
}
.custom-css-page-wrapper .dialog__indicators-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .custom-css-page-wrapper .dialog__indicators-block {
    flex-direction: row;
  }
}
.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 + .dialog__img {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .custom-css-page-wrapper .dialog__img + .dialog__img {
    margin-top: 0;
    margin-left: 16px;
  }
}
.custom-css-page-wrapper .dialog__legend {
  flex-shrink: 0;
  margin-top: 24px;
  font-family: FuturaPT, Arial, sans-serif;
  font-weight: 500;
  color: #0d0d0d;
}
@media (min-width: 768px) {
  .custom-css-page-wrapper .dialog__legend {
    width: 139px;
    margin-left: 24px;
  }
}
.custom-css-page-wrapper .dialog__legend .accent {
  font-weight: 500;
  color: #832432;
}/*# sourceMappingURL=style.css.map */