@font-face {
  font-display: swap;
  font-family: Room;
  font-style: normal;
  font-weight: 900;
  src:
    local("Room-Black"),
    url(../assets/fonts/Room-Black.woff2) format("woff2");
}

html {
  scroll-padding-top: 80px;
}

.modal__title {
  font-family: "Room", sans-serif;
}

#modal-question .modal__title {
  font-size: 21px;
}

.article-page {
  --section-offset: 0;
  --article-sidebar-sticky-top: 96px;
  overflow-x: clip;
}

.article-page #price-container > .container > h2 {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 24px;
}

@media (min-width: 992.95px) {
  .article-page #price-container > .container > h2 {
    font-size: 32px;
    margin: 0 0 40px;
  }
}

.article-hero {
  padding-bottom: 40px;
}

.article-hero__card {
  background-color: var(--blue-bg);
  border-radius: 20px;
  overflow: hidden;
  padding: 24px 22px 28px;
  position: relative;
}

.article-hero__media {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.article-hero__media.article-parallax {
  aspect-ratio: auto;
  inset: 0;
  position: absolute;
}

.article-hero__media img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-hero__picture {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.article-hero__picture.js-rellax {
  height: 130%;
  inset: auto;
  left: 0;
  top: -30%;
  width: 100%;
  will-change: transform;
}

.article-hero__inner {
  position: relative;
  z-index: 1;
}

.article-parallax {
  overflow: hidden;
  position: relative;
}

.article-parallax .js-article-parallax,
.article-hero__media .js-article-parallax {
  height: 130%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -12%;
  width: 100%;
  will-change: transform;
}

.article-hero__media .js-article-parallax {
  object-position: center;
  top: -5%;
}

.checkup-hero__item-bg .js-article-parallax {
  height: 130%;
  left: 0;
  min-height: 0;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  top: -12%;
  width: 100%;
  will-change: transform;
}


/* PixelCog window must stay empty/transparent — only .parallax-mirror moves. */
.checkup-hero__item--pixelcog {
  contain: none;
}

.checkup-hero__item--pixelcog,
.checkup-hero__item--pixelcog .checkup-hero__item-bg,
.checkup-hero__item-bg.js-pixelcog-parallax {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.checkup-hero__item-bg.js-pixelcog-parallax {
  pointer-events: none;
  z-index: -1;
}

.checkup-hero__item--pixelcog .checkup-hero__item-inner {
  position: relative;
  z-index: 2;
}

.checkup-hero__item--pixelcog:after {
  z-index: 1;
}

body > .parallax-mirror {
  background-color: var(--bg, #edf3fa) !important;
}

.article-cta__media.article-parallax {
  width: 100%;
}

.article-hero__container {
  position: relative;
}

.article-hero .article-hero__breadcrumbs.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.article-hero
  .article-hero__breadcrumbs
  .breadcrumbs__item--ellipsis
  .breadcrumbs__link {
  letter-spacing: 0.12em;
  padding-inline: 4px;
}

.article-hero__date {
  color: var(--medium);
  display: block;
  font-family: var(--fonts-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.article-hero__date--mobile {
  margin-bottom: 16px;
  text-align: right;
}

.article-hero__date--desktop {
  display: none;
}

.article-hero__body {
  max-width: 72%;
}

.article-hero__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.article-hero__lead {
  color: var(--dark);
  font-family: var(--fonts-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px;
}

.article-hero__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.article-hero__feature {
  align-items: flex-start;
  color: var(--dark);
  display: flex;
  font-family: var(--fonts-primary);
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.article-hero__feature span {
  display: block;
}

.article-hero__feature-icon {
  flex-shrink: 0;
  height: 33px;
  width: 33px;
  padding: 8.5px 5.5px;
}

.article-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.article-hero__btn {
  --height: 48px;
  --unit: 13px;
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
}

.article-hero__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-hero__disclaimer {
  align-items: flex-start;
  color: var(--medium);
  display: flex;
  font-family: var(--fonts-primary);
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.4;
  margin: 0;
  max-width: 420px;
}

.article-hero__disclaimer-icon {
  flex-shrink: 0;
  height: 25px;
  margin-top: -2px;
  width: 25px;
}

.article-hero .article-hero__breadcrumbs .breadcrumbs__item {
  align-items: center;
  display: flex;
  gap: 10px;
}

.article-hero
  .article-hero__breadcrumbs
  .breadcrumbs__item:not(:last-child)::before {
  content: none;
}

@media (min-width: 992.95px) {
  .article-hero__card {
    min-height: 420px;
    padding: 110px 50px 24px;
  }

  .article-hero .article-hero__breadcrumbs.breadcrumbs {
    left: 50px;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 24px;
    translate: 0;
    white-space: normal;
    z-index: 2;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .article-hero .article-hero__breadcrumbs .breadcrumbs__item.md-show {
    display: flex !important;
  }

  .article-hero__date--mobile {
    display: none;
  }

  .article-hero__date--desktop {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: rgba(68, 68, 68, 0.5);
    margin-left: 36px;
  }

  .article-hero__body {
    max-width: 808px;
  }

  .article-hero__title {
    font-size: 32px;
    margin-bottom: 34px;
  }

  .article-hero__lead {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 808px;
  }

  .article-hero__features {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 40px;
  }

  .article-hero__feature {
    align-items: flex-start;
    flex: 0 0 auto;
    font-size: 18px;
    gap: 24px;
    padding: 0 24px;
  }

  .article-hero__feature:first-child {
    padding-left: 0;
  }

  .article-hero__feature:not(:last-child) {
    border-right: 1px solid #0a73be;
  }

  .article-hero__feature:nth-child(1) span {
    width: 123px;
  }

  .article-hero__feature:nth-child(2) span {
    width: 194px;
  }

  .article-hero__feature:nth-child(3) span {
    width: 221px;
  }

  .article-hero__actions {
    gap: 20px;
    margin-bottom: 38px;
    max-width: 808px;
  }

  .article-hero__btn {
    --height: 56px;
    --unit: 16px;
    flex: 1 1 0;
  }

  .article-hero__footer {
    gap: 18px;
  }

  .article-hero__disclaimer {
    font-size: 15px;
    max-width: 808px;
    color: #001957;
  }

  section.article-hero.section.--offset-0 {
    margin-top: 30px;
  }

  a.breadcrumbs__link.link,
  span.breadcrumbs__link.link {
    font-size: 10px;
  }
}

@media (max-width: 992.94px) {
  .article-hero {
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .article-hero .article-hero__container {
    padding: 0px;
  }

  .article-hero__card {
    background-color: var(--white);
    box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
    padding: 0;
  }

  .article-hero__media {
    aspect-ratio: 390 / 204;
    inset: auto;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }

  .article-hero__media img {
    display: block;
    height: 100%;
    left: auto;
    min-width: 0;
    object-fit: cover;
    object-position: center;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    will-change: auto;
  }

  .article-hero__media .js-article-parallax--hero {
    height: 150%;
    left: 0;
    position: absolute;
    top: -25%;
    width: 100%;
    will-change: transform;
  }

  .article-hero__picture {
    display: block;
    height: 100%;
    inset: auto;
    position: relative;
    width: 100%;
  }

  .article-hero__date--mobile {
    bottom: 12px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 12px;
    z-index: 2;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    text-align: center;
    max-width: 123px;
    color: rgba(68, 68, 68, 0.5);
  }

  .article-hero__date--mobile.article-hero__date--mobile-light {
    color: #edf3fa;
  }

  .article-hero .article-hero__breadcrumbs.breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    position: static;
    translate: none;
    white-space: nowrap;
    padding: 3px 14px 0 14px;
  }

  .article-hero .article-hero__breadcrumbs .breadcrumbs__item--ellipsis {
    display: none !important;
  }

  .article-hero .article-hero__breadcrumbs .breadcrumbs__item.md-show {
    display: flex !important;
  }

  .article-hero .article-hero__breadcrumbs .breadcrumbs__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 200%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #001957;
  }

  .breadcrumbs__item:not(:last-child):after {
    height: 14px;
  }
  .article-hero__inner {
    padding: 14px;
  }

  .article-hero__body {
    max-width: none;
  }

  .article-hero__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .article-hero__lead {
    line-height: 1.5;
    margin-bottom: 19px;
    font-weight: 300;
    font-size: 14px;
  }

  .article-hero__features {
    gap: 10px;
    margin-bottom: 24px;
  }

  .article-hero__feature {
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .article-hero__feature-icon {
    height: 21.5px;
    padding: 5px 3px;
    width: 21.5px;
  }

  .article-hero__actions {
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
  }

  .article-hero__btn {
    flex: 1 1 auto;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    --height: 40px;
    border-radius: 8px;
  }

  .article-hero__footer {
    gap: 0;
  }

  .article-hero__disclaimer {
    max-width: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.5);
    max-width: max-content;
  }

  .article-hero__disclaimer-icon {
    display: none;
  }
}

.article-body {
  padding-bottom: 75px;
}

.article-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-content {
  color: var(--dark);
  font-family: var(--fonts-primary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.article-content > * + * {
  margin-top: 24px;
}

.article-content p {
  margin: 0;
}

p.article-cta__disclaimer span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 25, 87, 0.5);
}
.article-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-section__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.article-section p {
  margin: 0;
}

.article-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-section__list li + li {
  margin-top: 16px;
}

.article-section__list li {
  padding-left: 33px;
  position: relative;
  display: list-item;
}

.article-section__list li:before {
  background-color: var(--dark);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 12px;
  position: absolute;
  top: 0.55em;
  width: 6px;
}

.article-section__body {
  display: flow-root;
}

@media (max-width: 992.94px) {
  .article-section--with-source .article-section__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .article-section--with-source .article-section__body > p,
  .article-section--with-source
    .article-section__body
    > .article-section__list {
    margin: 0;
  }
}

.article-section__body > p,
.article-section__body > .article-section__list {
  margin: 0 0 24px;
}

.article-section__body > :last-child {
  margin-bottom: 0;
}

.article-section--with-source {
  display: block;
}

.article-section--with-source .article-section__title {
  margin-bottom: 24px;
}

.article-section--with-source .article-source {
  float: none;
  margin: 0;
  order: 10;
  width: 100%;
}

.article-quote {
  border-left: 2px solid #0a73be;
  margin: 0;
  padding-left: 26px;
}
.article-section--expert .article-quote {
  margin-top: 20px;
}
.article-quote p {
  margin: 0;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #001957;
}

.article-video {
  background: none;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
}
.article-section--expert .article-video {
  margin-top: 50px;
}
.article-video__preview {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-video__play {
  height: 80px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.article-figure {
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-xs);
  margin: 0;
  overflow: hidden;
}

.article-section--methods .article-figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-figure__image {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-doctor-quote {
  align-content: flex-start;
  align-items: start;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 3px 10px 0 rgba(102, 113, 129, 0.2);
  column-gap: 12px;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  overflow: hidden;
  padding: 24px;
  row-gap: 16px;
}

.article-doctor-quote__media {
  align-self: start;
  grid-column: 1;
  grid-row: 1;
  margin-inline: 0;
  position: relative;
  width: 100%;
}

.article-doctor-quote__photo {
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 0;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.article-doctor-quote__country {
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  border: 1px solid #bababa;
  border-radius: 50%;
}

.article-doctor-quote__badge {
  background-color: var(--white);
  bottom: 12px;
  left: 12px;
  position: absolute;
  border-radius: 8px;
  padding: 5px 10px;
}

.article-doctor-quote__badge-label {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #001957;
}

.article-doctor-quote__badge-value {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  color: #808ba7;
}

.article-doctor-quote__body {
  display: contents;
}

.article-doctor-quote__quote {
  border-left: 1px solid #0a73be;
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  padding-left: 16px;
}

.article-doctor-quote__quote p {
  color: var(--dark);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.article-doctor-quote__name {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #001957;
  margin: 0;
}

.article-doctor-quote__info {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.article-doctor-quote__divider {
  background-color: #cddde5;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%;
}

.article-doctor-quote__role {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #001957;
  margin: 0;
}

.article-doctor-quote__btn {
  --height: 44px;
  background: #0a73be;
  border: 1px solid rgba(128, 139, 167, 0.6);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
  grid-column: 1 / -1;
  grid-row: 3;
  letter-spacing: 0.02em;
  line-height: 143%;
  margin-top: 0;
  padding: 12px 20px;
  text-transform: uppercase;
  width: 100%;
}

.article-methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-methods__item {
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #f7f8fa;
  border-radius: 20px;
  padding: 30px;
}

.article-methods__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #001957;
}

.article-methods__divider {
  background-color: #cddde5;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%;
}

.article-methods__text {
  margin: 0;
}

.article-methods__btn {
  --height: 44px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  background: #0a73be;
  border: 1px solid rgba(128, 139, 167, 0.6);
  border-radius: 8px;
  padding: 12px 20px;
}

.article-cta {
  background-color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-xs);
  overflow: hidden;
}

.article-cta__image {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-cta__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.article-cta__title {
  font-family: var(--ff-heading);
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #001957;
}

.article-cta__text {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.article-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.article-cta__btn {
  --height: 48px;
  --unit: 13px;
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  text-transform: uppercase;
}
a.btn.btn--primary.article-cta__btn {
  background: #0a73be;
}
.article-cta {
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #f7f8fa;
  border-radius: 20px;
  padding: 10px 20px 26px;
}

.article-cta__media {
  border-radius: 30px;
}

.article-cta__disclaimer {
  align-items: flex-start;
  color: var(--medium);
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.4;
  margin: 0;
}

.article-cta__disclaimer-icon {
  flex-shrink: 0;
  height: 25px;
  margin-top: -2px;
  width: 25px;
}

.article-table-wrap {
  background-color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-xs);
  overflow-x: auto;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.article-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
  border: none;
}

.article-table th,
.article-table td {
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--dark) 12%, transparent);
  border-right: 1px solid color-mix(in srgb, var(--dark) 12%, transparent);
  color: var(--dark);
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
}

.article-table tr th:last-child,
.article-table tr td:last-child {
  border-right: 0;
  padding-right: 0px;
}
.article-table tr th:first-child,
.article-table tr td:first-child {
  padding-left: 0px;
}
.article-table tbody tr:last-child th,
.article-table tbody tr:last-child td {
  border-bottom: 0;
}

.article-table thead th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #001957;
  padding: 0 10px 14.5px;
  vertical-align: top;
}

.article-table tbody th {
  color: var(--primary);
  font-weight: 600;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #0a73be;
}

.article-table tbody th .link {
  color: inherit;
  font-weight: inherit;
}

@media (max-width: 992.94px) {
  .article-table-wrap {
    overflow-x: visible;
    box-shadow: none;
    padding: 0;
  }

  .article-table {
    min-width: 0;
  }

  .article-table thead {
    display: none;
  }

  .article-table tbody tr {
    display: block;
  }

  .article-table tbody tr + tr {
    border-top: none;
  }

  .article-table th,
  .article-table td {
    border-right: 0;
    display: block;
    min-width: 0;
    padding: 16px 24px;
    width: 100%;
  }

  .article-table tr th:first-child,
  .article-table tr td:first-child {
    padding: 0;
    padding-bottom: 10px;
    background: none;
  }

  .article-table tr th:last-child,
  .article-table tr td:last-child {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 0px;
  }

  .article-table tbody th {
    background-color: #f4f7f8;
    border-bottom: 1px solid rgba(0, 25, 87, 0.05);
    font-size: 18px;
    font-weight: 800;
  }

  .article-table tbody tr:last-child td:last-child {
    border-bottom: 0;
  }

  .article-table tbody td {
    border-bottom: 1px solid #cddde5;
    padding: 10px 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #001957;
  }

  .article-table tbody td::before {
    content: attr(data-label);
    display: block;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #808ba7;
    text-transform: uppercase;
  }

  .article-table tbody tr:last-child th,
  .article-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(0, 25, 87, 0.05);
  }

  .article-table tbody tr:last-child td:last-child {
    border-bottom: 0;
  }
}

.article-more {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 489px;
  margin-top: 60px;
}

.article-more__title {
  font-family: Room, sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #0a73be;
}

.article-more__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-more__media {
  border-radius: var(--radius-xl);
  display: block;
  overflow: hidden;
}

.article-more__image {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-more__link {
  color: var(--dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.article-readmore {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}

.article-readmore .container.container--lg {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: visible;
}

.article-readmore__head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.article-readmore__title {
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #001957;
}

.article-readmore__all {
  flex-shrink: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0a73be;
}

.article-readmore__slider {
  --article-readmore-shadow-inset: 16px;
  margin-inline: calc(var(--article-readmore-shadow-inset) * -1);
  max-width: none;
  overflow: hidden;
  padding-bottom: 40px;
  padding-inline: var(--article-readmore-shadow-inset);
  position: relative;
  width: calc(100% + var(--article-readmore-shadow-inset) * 2);
}

.article-readmore__slider .swiper-wrapper {
  box-sizing: border-box;
}

.article-readmore__slider .swiper-slide {
  box-sizing: border-box;
  display: flex;
  height: auto;
}

.article-readmore__slider .swiper-slide .article-readmore-card {
  width: 100%;
}

.article-readmore__slider .slider__pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.article-readmore-card {
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
}

.article-readmore-card__media {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.article-readmore-card__image {
  aspect-ratio: 489 / 239;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-readmore-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.article-readmore-card__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
}

.article-readmore-card__title .link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
}

.article-readmore-card__text {
  color: var(--medium);
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.article-readmore-card__btn {
  --height: 44px;
  margin-top: 0;
  text-transform: uppercase;
  border: 1px solid rgba(128, 139, 167, 0.6);
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
}

.article-doctors {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
  margin-top: 20px;
}

.article-doctors .container.container--lg {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: visible;
}

.article-doctors__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-doctors__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.article-doctors__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.article-doctors__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #001957;
}

.article-doctors__all {
  align-self: self-end;
  color: #0a73be;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.article-doctors__slider {
  --article-doctors-shadow-inset: 16px;
  margin-inline: calc(var(--article-doctors-shadow-inset) * -1);
  max-width: none;
  overflow: hidden;
  padding-bottom: 40px;
  padding-inline: var(--article-doctors-shadow-inset);
  position: relative;
  width: calc(100% + var(--article-doctors-shadow-inset) * 2);
}

.article-doctors__slider .swiper-wrapper {
  align-items: stretch;
}

.article-doctors__slider .swiper-slide {
  box-sizing: border-box;
  display: flex;
  height: auto;
}

.article-doctors__slider .swiper-slide .article-doctor-card {
  height: 100%;
  width: 100%;
}

.article-doctors__slider .slider__pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.article-doctors__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.article-doctors__grid .article-doctor-card {
  height: 100%;
  width: 100%;
}

@media (min-width: 767.95px) {
  .article-doctors__slider--mobile-only {
    margin-inline: 0;
    overflow: visible;
    padding-bottom: 0;
    padding-inline: 0;
    width: 100%;
  }

  .article-doctors__slider--mobile-only .swiper-wrapper {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    transform: none !important;
  }

  .article-doctors__slider--mobile-only .swiper-slide {
    margin: 0 !important;
    width: auto !important;
  }

  .article-doctors__slider--mobile-only .slider__pagination {
    display: none;
  }

  .article-doctors__grid.-count-2,
  .article-doctors__grid.-count-3,
  .article-doctors__slider--mobile-only.-count-2 .swiper-wrapper,
  .article-doctors__slider--mobile-only.-count-3 .swiper-wrapper {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-doctors__grid.-count-1,
  .article-doctors__slider--mobile-only.-count-1 .swiper-wrapper {
    grid-template-columns: minmax(0, calc((100% - 12px) / 2));
  }
}

@media (min-width: 992.95px) {
  .article-doctors__grid.-count-2,
  .article-doctors__slider--mobile-only.-count-2 .swiper-wrapper {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-doctors__grid.-count-3,
  .article-doctors__slider--mobile-only.-count-3 .swiper-wrapper {
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-doctors__grid.-count-1,
  .article-doctors__slider--mobile-only.-count-1 .swiper-wrapper {
    gap: 24px;
    grid-template-columns: minmax(0, calc((100% - 48px) / 3));
  }
}

@media (max-width: 992.94px) {
  .article-readmore__head {
    display: contents;
  }

  .article-readmore__title {
    order: 1;
    font-size: 24px;
  }

  .article-readmore__slider {
    order: 2;
  }

  .article-readmore__all {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 40px;
    margin-top: 0;
    order: 3;
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0a73be;
  }

  .article-doctors__head,
  .article-doctors__intro {
    display: contents;
  }

  .article-doctors__title {
    order: 1;
    font-size: 24px;
    max-width: 100%;
    font-weight: 900;
  }

  .article-doctors__text {
    order: 2;
  }

  .article-doctors__slider,
  .article-doctors__slider--mobile-only,
  .article-doctors__grid {
    order: 3;
  }

  .article-doctors__all {
    align-items: center;
    align-self: flex-start;
    display: flex;
    height: 40px;
    margin-top: 0;
    order: 4;
    position: relative;
    z-index: 2;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0a73be;
  }
}

.article-readmore__slider,
.article-doctors__slider,
.article-reviews__slider,
.article-expert-video__slider {
  --article-slider-cols: 1;
  --article-slider-gap: 12px;
}

@media (min-width: 767.95px) {
  .article-readmore__slider,
  .article-doctors__slider,
  .article-reviews__slider,
  .article-expert-video__slider {
    --article-slider-cols: 2;
    --article-slider-gap: 12px;
  }

  .article-diseases__grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992.95px) {
  .article-readmore__slider,
  .article-doctors__slider,
  .article-reviews__slider,
  .article-expert-video__slider {
    --article-slider-cols: 3;
    --article-slider-gap: 24px;
  }

  .article-readmore__slider {
    --article-slider-gap: 56px;
  }

  .article-readmore__slider .swiper-slide,
  .article-doctors__slider:not(.article-doctors__slider--mobile-only) .swiper-slide,
  .article-reviews__slider .swiper-slide,
  .article-expert-video__slider .swiper-slide {
    width: calc(
      (100% - var(--article-slider-gap) * (var(--article-slider-cols) - 1)) /
        var(--article-slider-cols)
    ) !important;
  }
}

@media (max-width: 767.94px) {
  .article-readmore__slider .swiper-slide,
  .article-doctors__slider .swiper-slide,
  .article-reviews__slider .swiper-slide {
    width: 100% !important;
  }

  .article-expert-video__slider .swiper-slide {
    width: auto;
  }

  .article-expert-video-card__image {
    aspect-ratio: 240 / 150;
  }
}

@media (min-width: 767.95px) and (max-width: 992.94px) {
  .article-readmore__slider .swiper-slide,
  .article-doctors__slider:not(.article-doctors__slider--mobile-only) .swiper-slide,
  .article-reviews__slider .swiper-slide,
  .article-expert-video__slider .swiper-slide {
    width: calc(
      (100% - var(--article-slider-gap) * (var(--article-slider-cols) - 1)) /
        var(--article-slider-cols)
    ) !important;
  }
}

@media (min-width: 767.95px) {
  .article-doctors__slider--mobile-only .swiper-slide {
    margin: 0 !important;
    max-width: none !important;
    width: auto !important;
  }
}

.article-doctor-card {
  background-color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--box-shadow-xs);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.article-doctor-card__media-link {
  --td: none;
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.article-doctor-card__content-link {
  --td: none;
  color: inherit;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  text-decoration: none;
}

.article-doctor__link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.article-doctor-card__media {
  /* aspect-ratio: 340 / 220; */
  aspect-ratio: 1;
  background-color: var(--blue-bg);
  overflow: hidden;
  position: relative;
}

.article-doctor-card__photo {
  display: block;
  height: 100%;
  /* object-fit: contain;
  object-position: bottom center; */
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.article-doctor-card__experience {
  background-color: var(--white);
  box-shadow: var(--box-shadow-xs);
  left: 20px;
  position: absolute;
  top: 20px;
  border-radius: 8px;
  padding: 5px 10px;
  text-align: center;
}

.article-doctor-card__experience-label {
  color: #001957;
  display: block;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.article-doctor-card__experience-value {
  color: #808ba7;
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.article-doctor-card__country {
  height: 33px;
  position: absolute;
  right: 11px;
  top: 26px;
  width: 33px;
  border: 1px solid #bababa;
  border-radius: 50%;
}

.article-doctor-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.article-doctor-card__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: auto;
}

.article-doctor-card__name {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #001957;
}

.article-doctor-card__role {
  color: var(--medium);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.article-doctor-card__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #cddde5;
  padding-top: 18px;
}

.article-doctor-card__detail {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.article-doctor-card__detail-label {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
}

.article-doctor-card__detail-value {
  margin: 0;
  text-align: right;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
}

span.article-doctor-card__currency {
  font-weight: 500;
}

.article-doctor-card__btn {
  --height: 44px;
  --unit: 14px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: #0a73be;
  border-radius: 8px;
  padding: 12px 20px;
}

.article-sources {
  padding-bottom: 40px;
}

.article-sources__inner {
  max-width: 100%;
  width: 100%;
}

.article-sources__card {
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
}

.article-sources__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.article-sources__intro {
  margin: 0 0 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #001957;
}

.article-sources__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cddde5;
  border-bottom: 1px solid #cddde5;
}
li.article-sources__item {
  padding: 30px 51px 30px 0;
}
.article-sources__item + .article-sources__item {
  border-top: 1px solid #cddde5;
}

.article-sources__link {
  align-items: center;
  color: var(--dark);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 0;
  text-decoration: none;
}

.article-sources__item:first-child .article-sources__link {
  padding-top: 0;
}

.article-sources__item:last-child .article-sources__link {
  padding-bottom: 0;
}

.article-sources__text {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.5;
  min-width: 0;
}

.article-sources__icon {
  flex-shrink: 0;
  height: 20px;
  margin-top: 2px;
  width: 20px;
}

.article-reviews {
  padding-bottom: 40px;
}

.article-reviews .container.container--lg {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-reviews__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.article-reviews__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.article-custom-html__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.article-custom-html__content > *:first-child {
  margin-top: 0;
}

.article-reviews__more {
  color: #0a73be;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.article-reviews__slider {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  width: 100%;
}

.article-reviews__slider .swiper-wrapper {
  align-items: stretch;
}

.article-reviews__slider .swiper-slide {
  box-sizing: border-box;
  display: flex;
  height: auto;
}

.article-reviews__slider .swiper-slide .article-review-card {
  flex: 1 1 auto;
  width: 100%;
}

.article-reviews__pagination {
  bottom: 0;
  position: absolute;
  top: auto;
}

@media (min-width: 992.95px) {
  .article-reviews__slider {
    padding-bottom: 0;
  }
}

.article-review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 20px;
  position: relative;
  background: #edf3fa;
  border-radius: 20px;
  padding: 24px;
}

.article-review-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.article-review-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.article-review-card__date {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  color: #808ba7;
}

.article-review-card__name {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
}

.article-review-card__text {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.article-review-card__text.js-line-clamp-spoiler {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
}

.article-review-card__text.--line-clamp-unset {
  -webkit-line-clamp: unset;
  display: block;
}

.article-review-card .link--line-clamp-toggle {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.article-review-card__divider {
  background-color: color-mix(in srgb, var(--primary) 12%, transparent);
  border: 0;
  height: 1px;
  margin: 0;
  margin-top: 0px;
  width: 100%;
}

.article-review-card__doctor {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 0 27px;
}

.article-review-card__doctor-photo {
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 8px;
  width: 45px;
  height: 58px;
}

.article-review-card__doctor-info {
  min-width: 0;
}

.article-review-card__doctor-name {
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
}

.article-review-card__doctor-role {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #001957;
}

.article-review-card__btn {
  --height: 44px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0a73be;
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 70px;
}

.article-review-form {
  padding-bottom: 40px;
}

.article-review-form__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  background: #edf3fa;
  border-radius: 20px;
  padding: 40px;
}

.article-review-form__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #001957;
}

.article-review-form__message {
  display: flex;
  flex-direction: column;
  width: 100%;
}

label.label.label--14-17.--inside {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #808ba7;
}

.article-review-form__textarea textarea::placeholder,
.article-review-form__row input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #001957;
}
.article-review-form__row input {
  border-radius: 8px;
  padding: 8px 12px 8px 16px;
  border: 0px;
}
.article-review-form__textarea {
  --height: 120px;
  --padding: 24px 16px 16px;
  border: 0px;
}

.article-review-form__textarea textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--white);
  line-height: 1.5;
  min-height: 56px;
  height: 56px;
  outline: none;
  resize: vertical;
  width: 100%;
  border-radius: 8px;
  padding: 23px 12px 8px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #001957;
  border: 0px;
}

.article-review-form__textarea textarea::placeholder {
  color: #001957;
}

.article-review-form__textarea textarea:focus {
  border-color: var(--secondary);
}

.article-review-form__row {
  --cols: 1;
  --gap: 12px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: flex-start;
  width: 100%;
}

.article-review-form__row.form__group .form__col {
  box-sizing: border-box;
  flex: none;
  min-width: 0;
  width: 100%;
}

.article-review-form__row.form__group .form__col .input {
  width: 100%;
}

.article-review-form__row.form__group .form__col.-flex-sm-grow,
.article-review-form__row.form__group .form__col.-sm-flex-grow {
  flex-grow: 1;
}

.article-review-form__submit-col {
  flex-shrink: 0;
  width: 100%;
}

.article-review-form__row.form__group .form__col.form__col--sm-auto,
.article-review-form__row.form__group .form__col.-sm-flex-shrink-0 {
  flex-shrink: 0;
}

.article-review-form__submit {
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  background: #8aaf00;
  border-radius: 8px;
}

.article-review-form__notice {
  color: var(--dark);
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.article-review-form__notice .link {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.article-expert-video {
  padding-bottom: 40px;
}

.article-expert-video .container.container--lg {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-expert-video__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}

.article-expert-video__shell {
  position: relative;
  width: 100%;
}

.article-expert-video__slider {
  margin-inline: auto;
  max-width: 1152px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}

.article-expert-video__slider .slider__pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.article-expert-video__slider .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.article-expert-video__navigation {
  ---slider-btn-offset: 0;
  --slider-btn-offset: 0;
  --slider-nav-top: calc(50% - 28px);
  --slider-nav-translateY: -50%;
  justify-content: space-between;
  left: 50%;
  margin-top: 0;
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  top: var(--slider-nav-top);
  transform: translateX(-50%) translateY(var(--slider-nav-translateY));
  width: 100%;
  z-index: 3;
}

.article-expert-video__navigation .navigation__btn {
  --background: var(--white);
  --size: 48px;
  border-radius: 50%;
  pointer-events: auto;
}

.article-expert-video__navigation .navigation__btn--prev,
.article-expert-video__navigation .navigation__btn--next {
  border-radius: 50%;
}

.article-expert-video__navigation .navigation__btn img {
  display: block;
  flex-shrink: 0;
  height: 21px;
  width: 12px;
}

.article-expert-video__navigation .navigation__btn svg {
  display: none;
}

.article-expert-video-card {
  display: flex;
  flex-direction: column;
}

.article-expert-video-card__media {
  border-radius: var(--radius-xl);
  display: block;
  overflow: hidden;
  position: relative;
}

.article-expert-video-card__image {
  aspect-ratio: 380 / 220;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-expert-video-card__play {
  bottom: 12px;
  height: 53px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  width: 53px;
}

.article-expert-video-card__title {
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 12px 0 0;
}

.article-expert-video-card__title .link {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.article-expert-video-card__title .link:hover {
  color: var(--primary);
}

.article-clinic {
  padding-bottom: 40px;
}

.article-clinic__card {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
  padding: 0;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
}

.article-clinic__title {
  font-family: var(--ff-heading);
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #001957;
  order: 1;
  padding: 20px 20px 0;
}

.article-clinic__info {
  display: contents;
}

.article-clinic__media {
  border-radius: 20px;
  order: 2;
  overflow: visible;
  padding-bottom: 8px;
  position: relative;
  width: 100%;
}

.article-clinic__slider {
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.article-clinic__slider .swiper-slide {
  box-sizing: border-box;
  width: 100% !important;
}

.article-clinic__image {
  aspect-ratio: 576 / 448;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.article-clinic__navigation {
  box-sizing: border-box;
  justify-content: space-between;
  left: 0;
  margin-top: 0;
  padding-inline: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.article-clinic__navigation .navigation__btn {
  --background: var(--white);
  --size: 48px;
  border-radius: 50%;
  pointer-events: auto;
}

.article-clinic__navigation .navigation__btn--prev,
.article-clinic__navigation .navigation__btn--next {
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(102, 113, 129, 0.2);
  transform: none;
}

.article-clinic__navigation .navigation__btn img {
  display: block;
  flex-shrink: 0;
  height: 21px;
  width: 12px;
}

.article-clinic__navigation .navigation__btn svg {
  display: none;
}

.article-clinic__pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  min-height: 8px;
  position: relative;
  top: auto;
  width: 100%;
}

.article-clinic__pagination.slider__pagination {
  bottom: auto;
  height: auto;
  left: auto;
  position: relative;
  top: auto;
  translate: none;
  transform: none;
}

.article-clinic__pagination.swiper-pagination-horizontal {
  bottom: auto;
  left: auto;
  position: relative;
  top: auto;
  transform: none;
  width: 100%;
}

.article-clinic .container.container--lg {
  overflow: visible;
}

.article-clinic__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  order: 3;
  padding: 0 20px 20px;
}

.article-clinic__text {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.article-clinic__text p + p {
  margin-top: 16px;
}

.article-clinic__btn {
  --height: 56px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 16px 32px;
  background: #8aaf00;
  max-width: 454px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.article-spaces {
  padding-bottom: 40px;
  padding-top: 80px;
  background: #edf3fa;
}

.article-spaces__card {
  background-color: var(--white);
  box-shadow: var(--box-shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 30px;
  padding: 80px;
}

.article-spaces__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.article-spaces__tabs {
  width: 100%;
}

.article-spaces__controls {
  margin-bottom: 20px;
}

.article-spaces__controls .tabs-controls__item {
  font-size: 11px;
  line-height: 1.2;
  padding-inline: 10px;
  white-space: nowrap;
}

.tabs-controls__item.--active {
  background: #0a73be;
  color: #fff;
}
.article-spaces__panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-spaces__media {
  overflow: visible;
  position: relative;
  width: 100%;
  max-width: 590px;
  height: auto;
  padding-bottom: 48px;
}

.article-spaces__slider-shell {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.article-spaces__slider-shell .slider .swiper-wrapper {
  height: 100%;
}
.article-spaces__slider {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.article-spaces__slider .swiper-slide {
  box-sizing: border-box;
  width: 100% !important;
}

.article-spaces__image {
  aspect-ratio: 576 / 519;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
}

.article-spaces__navigation {
  box-sizing: border-box;
  justify-content: space-between;
  left: 0;
  margin: 0;
  padding-inline: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.article-spaces__navigation .navigation__btn {
  --background: var(--white);
  --size: 48px;
  border-radius: 50%;
  pointer-events: auto;
}

.article-spaces__navigation .navigation__btn--prev {
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(102, 113, 129, 0.2);
  transform: translateX(-40%);
}

.article-spaces__navigation .navigation__btn--next {
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(102, 113, 129, 0.2);
  transform: translateX(40%);
}

.article-spaces__navigation .navigation__btn img {
  display: block;
  flex-shrink: 0;
  height: 21px;
  width: 12px;
}

.article-spaces__navigation .navigation__btn svg {
  display: none;
}

.article-spaces__pagination {
  margin-top: 16px;
  position: relative;
  top: auto;
}

.article-spaces__pagination.slider__pagination {
  bottom: auto;
  top: 40px;
  gap: 10px;
  margin: 0 auto;
}
.article-spaces__pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8aaf00;
  opacity: 0.5;
  border-radius: 1000px;
  width: 63px;
  height: 8px;
}

.article-spaces__pagination span.swiper-pagination-bullet {
  background: #cddde5;
  border-radius: 1000px;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.article-spaces__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}

.article-spaces__panel-title {
  font-family: var(--ff-heading);
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #001957;
}

.article-spaces__text {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.article-spaces__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-spaces__list-item {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}

.article-spaces__list-item::before {
  background-color: var(--dark);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 6px;
}

.article-spaces__btn {
  --height: 48px;
  margin-top: 4px;
  text-transform: uppercase;
  --unit: 16px;
}

.article-diseases {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 70px;
  padding-top: 60px;
}

.article-diseases .container.container--lg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-diseases__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.article-diseases__panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
  border-radius: 20px;
}

.article-diseases__search {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.article-diseases__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.article-diseases__filter-btn {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #001957;
  width: 35px;
  height: 27px;
}

.article-diseases__filter-btn:hover,
.article-diseases__filter-btn.--active {
  background: #8aaf00;
  color: #fff;
}

.article-diseases__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.article-diseases__slider-shell {
  width: 100%;
}

.article-diseases__slider {
  position: relative;
  width: 100%;
}

.article-diseases__pagination {
  display: none;
}

@media (max-width: 767.94px) {
  .article-diseases .container.container--lg {
    overflow: visible;
  }

  .article-diseases__slider-shell {
    margin-top: 10px;
    overflow: visible;
  }

  .article-diseases__slider {
    --article-diseases-shadow-inset: 16px;
    --article-diseases-slider-gap: 14px;
    margin-inline: calc(var(--article-diseases-shadow-inset) * -1);
    max-width: none;
    overflow: hidden;
    padding-bottom: 40px;
    padding-inline: var(--article-diseases-shadow-inset);
    width: calc(100% + var(--article-diseases-shadow-inset) * 2);
  }

  .article-diseases__slider .article-diseases__grid {
    box-sizing: border-box;
    display: flex;
    gap: 0;
    margin-top: 0;
  }

  .article-diseases__slider .article-diseases__slide.swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 20px;
    height: auto;
  }

  .article-diseases__slider .article-diseases__slide .article-diseases__item {
    margin: 0;
    width: 100%;
  }

  .article-diseases__pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: auto !important;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .article-diseases__slider .article-diseases__grid {
    display: grid;
  }
}

.article-diseases__item {
  margin: 0;
}

.article-diseases__item.is-hidden {
  display: none;
}

.article-diseases__link {
  border-radius: 20px;
  box-shadow: var(--box-shadow-xs);
  color: var(--dark);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s ease;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #f7f8fa;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.article-diseases__link:hover {
  color: var(--primary);
}

.article-stages__card {
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px;

  section#article-stages {
    box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
  }

  section#article-stages {
    box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
  }
}

.article-stages__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.article-stages__intro {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.article-stages__list {
  counter-reset: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #cddde5;
  margin-bottom: 30px;
}

.article-stages__list::before {
  display: none;
}

.article-stages__item:not(:last-child)::after {
  background-color: #dfeeff;
  content: "";
  left: 19px;
  position: absolute;
  width: 1px;
  z-index: 0;
}

.article-stages__item:first-child:not(:last-child)::after {
  height: calc(100% - 19px + 39px);
  top: 19px;
}

.article-stages__item:not(:first-child):not(:last-child)::after {
  height: 100%;
  top: 21px;
}

.article-stages__item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  position: relative;
}

.article-stages__item:first-child {
  padding-top: 0;
}

.article-stages__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-stages__num {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  width: 39px;
  z-index: 1;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 171%;
  color: #0a73be;
  height: 39px;
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #dfeeff;
  border-radius: 276px;
  padding: 10px;
}

.article-stages__content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cddde5;
  margin-bottom: 20px;
}
li.article-stages__item:last-child .article-stages__content {
  border-bottom: 0px;
  margin-bottom: 10px;
}
.article-stages__name {
  margin: 0 0 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #001957;
}

.article-stages__text {
  color: var(--dark);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.article-stages__note {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}

.article-faq__title {
  color: var(--dark);
  font-family: var(--ff-heading);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.article-faq__intro {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.article-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.article-faq__list.details-wrap {
  gap: 30px;
  margin-top: 30px;
}

.article-faq__list.details-wrap:not(:last-child) {
  margin-bottom: 0;
}

.article-faq__item {
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}

.article-faq__question {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
}

.article-faq__question::-webkit-details-marker {
  display: none;
}

.article-faq__question-text {
  flex: 1 1 auto;
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #001957;
  margin: 0;
  min-width: 0;
}

.article-faq__icon {
  display: block;
  flex-shrink: 0;
  height: 29px;
  position: relative;
  width: 29px;
}

.article-faq__icon::before,
.article-faq__icon::after {
  background-color: #0a73be;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-faq__icon::before {
  height: 1.5px;
  width: 17px;
}

.article-faq__icon::after {
  height: 17px;
  transition: opacity 0.2s ease;
  width: 1.5px;
}

.article-faq__item[open] .article-faq__icon::after,
.article-faq__item.--open .article-faq__icon::after {
  opacity: 0;
}

.article-faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.article-faq__answer-inner {
  overflow: hidden;
}

.article-faq__item.--open .article-faq__answer-inner {
  border-top: 1px solid color-mix(in srgb, var(--primary) 20%, transparent);
  margin-top: 16px;
  padding-top: 16px;
}

.article-faq__answer-inner p {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.article-alert {
  box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
  background: #edf3fa;
  border-radius: 20px;
  padding: 24px;
}

.article-alert__header {
  margin-bottom: 16px;
}

.article-alert__title {
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.article-alert__text {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.article-source {
  background-color: var(--light-second);
  border-radius: var(--radius-l);
  padding: 20px;
}

.article-source__label {
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
  margin-bottom: 10px !important;
}

.article-source__link {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0a73be;
}

.article-source__note {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.article-sidebar__sticky {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.article-sidebar__card {
  box-shadow: 0 3px 10px 0 rgba(102, 113, 129, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px 39px;
}

.article-sidebar__label {
  margin: 0 0 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
}

.article-sidebar__title {
  letter-spacing: 0.02em;
  margin: 0 0 25px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #001957;
}

.article-doctor__photo-wrap {
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  background: #edf3fa;
  border-radius: 15px;
  height: 172px;
}

.article-doctor__photo {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.article-doctor__country {
  height: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
}

.article-doctor__badge {
  background-color: var(--white);
  border-radius: 8px;
  bottom: 0;
  box-shadow: var(--box-shadow-xs);
  left: 0;
  padding: 5px 10px;
  position: absolute;
}

.article-doctor__badge-label {
  color: #001957;
  display: block;
  font-family: var(--font-family);
  font-size: 10px;
  font-weight: 500;
  line-height: 140%;
}

.article-doctor__badge-value {
  color: #808ba7;
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.article-doctor__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 8px;
}

.article-doctor__name {
  letter-spacing: 0.02em;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #001957;
  border-bottom: 1px solid #cddde5;
  padding-bottom: 12px;
}

.article-doctor__about {
  color: var(--dark);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.article-doctor__btn {
  --height: 44px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  background: #0a73be;
}

.article-toc__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-toc__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #0a73be;
}

.article-toc__summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.article-toc__summary::-webkit-details-marker {
  display: none;
}

.article-toc__summary .article-sidebar__title {
  margin: 0;
}

.article-toc__toggle {
  display: block;
  flex-shrink: 0;
  height: 9px;
  transition: transform 0.35s ease;
  width: 16px;
}

.article-toc.--open .article-toc__toggle {
  transform: rotate(180deg);
}

.article-ask__title {
  margin: 0 0 30px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #001957;
}

@media (max-width: 992.94px) {
  .article-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .article-layout__main {
    order: 2;
  }
  .article-content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #001957;
  }
  li.article-sources__item {
    padding: 0;
  }
  .article-content > p {
    padding: 0 3px;
  }
  .article-sources__item:last-child .article-sources__link {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .article-review-form__box {
    padding: 20px 8px;
  }
  .article-review-form__row {
    --gap: 24px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .article-review-form__row.form__group .form__col {
    flex: none;
    width: 100%;
  }

  .article-review-form__submit-col {
    width: 100%;
  }
  .article-review-form__textarea textarea {
    min-height: 112px;
    padding: 24px 12px 8px 16px;
  }
  .article-review-form__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #001957;
  }
  .article-clinic__content {
    padding: 0;
    gap: 24px;
  }
  .article-diseases__link {
    min-height: 78px;
    padding: 20px 12px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #001957;
  }
  .article-review-form__notice {
    margin-top: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #001957;
    text-align: left;
  }
  .article-clinic__text {
    font-size: 16px;
  }
  .article-clinic__title {
    padding: 0 8px;
    font-size: 24px;
  }
  .article-spaces__title {
    font-size: 24px;
  }
  .article-spaces {
    padding: 32px 0;
  }
  .article-diseases__slider-shell {
    margin-top: 10px;
  }

  .article-diseases__grid {
    gap: 20px;
  }
  .article-diseases__filter-btn:hover,
  .article-diseases__filter-btn.--active {
    background: #8aaf00;
    color: #fff;
  }
  .article-diseases__filter-btn {
    font-weight: 600;
    font-size: 12px;
    width: 25px;
    height: 18px;
  }
  .article-spaces__controls .tabs-controls__item {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
  }
  .article-diseases__filter {
    gap: 10px;
  }
  .article-spaces__pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8aaf00;
    border-radius: 1000px;
    opacity: 0.5;
  }
  .article-spaces__controls .tabs-controls__item.--active {
    background: #8aaf00;
  }
  .article-spaces__image {
    aspect-ratio: 576 / 341;
  }
  .article-spaces__btn {
    --height: 56px;
    margin-top: 8px;
  }
  .article-spaces__controls {
    margin-bottom: 24px;
  }
  .article-diseases__panel {
    padding: 21px 8px;
    gap: 20px;
  }
  .article-diseases__title {
    font-size: 24px;
    margin: 0 17.5px;
  }
  .article-clinic {
    padding-bottom: 29px;
  }
  .article-diseases {
    padding-bottom: 70px;
    padding-top: 30px;
  }
  .article-spaces__pagination.slider__pagination {
    top: 12px;
  }
  .article-spaces__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #001957;
  }
  .article-spaces__panel-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #001957;
  }
  .article-spaces__media {
    padding-bottom: 12px;
  }
  .article-spaces__card {
    padding: 30px 8px;
    overflow: hidden;
    gap: 24px;
    border-radius: 15px;
  }
  .article-clinic__image {
    aspect-ratio: 576 / 327;
  }
  .article-expert-video__slider .slider__pagination {
    margin-top: 13px;
  }
  .article-clinic__pagination.swiper-pagination-horizontal {
    margin: 16px auto 0;
    gap: 10px;
  }
  .article-clinic__card {
    box-shadow: none;
    gap: 24px;
  }
  .article-review-form {
    padding-bottom: 30px;
  }
  .article-expert-video {
    padding-bottom: 47px;
  }
  .article-reviews__title {
    font-weight: 900;
    font-size: 24px;
  }
  .article-expert-video-card__title {
    display: none;
  }
  .article-reviews {
    padding-bottom: 30px;
  }
  .article-review-card__doctor {
    padding-left: 0px;
  }
  .article-reviews__slider {
    padding-bottom: 0px;
  }
  .article-review-card__btn {
    margin-top: auto;
  }
  .article-reviews__pagination {
    position: relative;
  }
  .article-review-card__doctor-name {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .article-review-card__doctor-info {
    max-width: 214px;
  }
  .article-review-card__date {
    text-align: left;
  }
  .article-review-card {
    padding: 30px 15px 26px;
  }
  .article-review-card__content {
    gap: 12px;
  }
  .article-sources {
    padding-bottom: 30px;
  }
  .article-review-card__text {
    font-weight: 400;
    font-size: 16px;
  }
  .article-review-card__body {
    gap: 8px;
    padding: 0 8px;
  }
  .article-reviews__more {
    display: none;
  }
  .article-alert__title {
    font-weight: 600;
    font-size: 16px;
  }
  .article-doctors {
    padding-bottom: 30px;
  }
  .article-sources__title {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
  }
  li.article-sources__item:after {
    background-color: #cddde5;
    content: "";
    left: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    height: 1px;
    display: block;
  }
  .article-sources__item + .article-sources__item {
    border: none;
  }
  .article-sources__list {
    border: none;
    border-top: 1px solid #cddde5;
    padding-top: 10px;
  }
  .article-sources__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #001957;
    padding-bottom: 10px;
  }
  .article-section--with-source .article-source {
    margin: 0;
    margin-top: 10px;
    padding: 10px 20px;
  }
  .article-doctor-card__country {
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
  }
  .article-sources__intro {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #001957;
    margin-bottom: 10px;
  }
  .article-sources__card {
    padding: 30px 27px 30px 8px;
  }
  .article-doctor-card {
    border-radius: 15px;
  }
  .article-doctor-card__body {
    padding: 15px 8.5px 30px;
    gap: 15px;
  }
  .article-doctor-card__experience {
    top: 10px;
    left: 10px;
    text-align: left;
  }
  .article-content > * + * {
    margin-top: 25px;
  }
  .article-doctor-card__role {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #001957;
  }

  .article-section--with-source,
  .article-doctors,
  .article-faq,
  .article-stages,
  .article-more,
  .article-section--expert,
  .article-section--methods,
  .article-section--arsenal,
  .article-section--comparison {
    margin-top: 30px;
  }
  .article-doctor-quote__country {
    display: none;
  }
  .article-section--methods .article-figure {
    margin: 0px;
  }
  .article-section--expert {
    gap: 15px;
  }
  .article-body {
    padding-bottom: 30px;
  }
  .article-video__play {
    width: 43px;
    height: 43px;
  }
  .article-readmore {
    padding-bottom: 0;
  }
  .article-doctor-quote__photo {
    border-radius: 0px;
  }
  .article-readmore-card__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #001957;
  }
  .article-doctor-quote__name {
    font-weight: 500;
    font-size: 18px;
  }
  .article-more {
    gap: 17px;
  }
  .article-readmore-card__body {
    padding: 18px 11.4px 30px;
    gap: 18px;
  }
  .article-faq__item.--open .article-faq__answer-inner {
    margin-top: 10px;
    padding-top: 10px;
  }
  .article-faq__list.details-wrap {
    gap: 20px;
  }
  .article-faq__item {
    padding: 17.5px 20px;
  }
  .article-faq__question-text {
    font-weight: 600;
    font-size: 16px;
  }
  .article-faq__question {
    display: flex;
    align-items: center;
  }

  .article-stages__item {
    padding: 0;
  }
  .article-stages__content {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .article-stages__name {
    font-weight: 600;
    font-size: 18px;
  }
  .article-stages__text {
    font-weight: 400;
    font-size: 16px;
  }
  .article-stages__list {
    margin-top: 20px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .article-stages__item:not(:last-child)::after {
    left: 15px;
  }
  .article-stages__title {
    max-width: 80%;
  }
  .article-doctor-quote__badge {
    left: 1px;
    bottom: 2px;
    padding: 2px 9px;
  }
  .article-stages__num {
    width: 30px;
    height: 30px;
  }
  .article-stages__card {
    padding: 30px 8px 26px;
  }
  .article-more__title {
    font-size: 16px;
    font-weight: 500;
  }
  table.article-table tr {
    margin-top: 6px;
    box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    border: none;
  }
  .article-more__link {
    font-size: 16px;
    font-weight: 500;
  }
  table.article-table tr:last-child {
    margin-bottom: 0px;
  }
  .article-methods {
    margin-top: 6px;
    gap: 30px;
  }
  .article-cta__btn {
    --unit: 16px;
    font-weight: 700;
    --height: 56px;
  }
  .article-cta__disclaimer-icon {
    margin-top: 2px;
    width: 18px;
    height: 18px;
  }
  p.article-cta__disclaimer span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 11px;
    line-height: 150%;
    color: #001957;
  }
  .article-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .article-cta__title {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #001957;
    text-transform: none;
  }
  .article-doctor-quote {
    padding: 1px 15px 15px 19px;
    box-shadow: none;
    border-radius: 0;
    gap: 12px 3px;
  }
  .article-cta__body {
    padding: 15px 0 0;
    gap: 20px;
  }
  .article-methods__item {
    padding: 20px 16px;
    gap: 20px;
  }
  .article-cta {
    padding: 20px 8px;
  }
  .article-doctor-quote__info {
    padding: 0 8px;
    gap: 12px;
  }
  .article-doctor-quote__quote {
    padding-left: 19px;
  }
  .article-doctor-quote__quote p {
    font-weight: 400;
    font-size: 14px;
  }
  .article-doctor-quote__btn {
    margin-top: 6px;
  }
  .article-section--expert .article-video {
    margin-top: 9px;
  }
  .article-quote p {
    font-size: 18px;
  }
  .article-section--expert .article-quote {
    margin-top: 0px;
    margin-left: 10px;
    width: auto;
    margin-bottom: 9px;
  }
  .article-section--with-source .article-section__title {
    margin-bottom: 15px;
  }
  .article-alert__header {
    margin-bottom: 15px;
  }
  .article-section__list li + li {
    margin-top: 2px;
  }
  .article-alert {
    padding: 20px;
    margin-bottom: 30px;
  }

  .article-alert__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    letter-spacing: 0.02em;
    color: #001957;
  }
  .article-layout__sidebar {
    order: 1;
  }

  .article-sidebar {
    gap: 30px;
  }
  .container--lg {
    padding: 0 14px;
  }
  .article-sidebar__sticky {
    display: contents;
  }

  .article-sidebar .article-toc {
    order: 1;
  }
  .article-sidebar__title {
    font-size: 18px;
    font-weight: 500;
  }
  .article-sidebar .article-doctor {
    order: 2;
    padding: 20px 24px;
  }

  .article-sidebar .article-ask {
    display: none;
  }

  .article-sidebar__card {
    padding: 17px 20px;
  }

  .article-sidebar__label {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #001957;
  }

  .article-toc__panel {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    transition:
      height 0.35s ease,
      opacity 0.35s ease,
      padding-top 0.35s ease;
  }

  .article-toc.--open .article-toc__panel {
    opacity: 1;
    padding-top: 30px;
  }

  .article-toc__list {
    gap: 15px;
  }

  .article-toc__link {
    font-size: 16px;
  }

  .article-doctor__photo-wrap {
    height: 172px;
  }

  .article-doctor__badge {
    bottom: 15px;
    left: 5.5px;
  }

  .article-doctor__info {
    margin-bottom: 12px;
  }

  .article-doctor__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #001957;
  }

  .article-doctor__about {
    font-size: 14px;
    font-weight: 400;
  }

  .article-doctor__btn {
    --height: 44px;
    font-size: 14px;
    width: 100%;
  }
}

@media (min-width: 992.95px) {
  .article-layout {
    display: grid;
    gap: 40px;
    grid-template-columns: 885px 383px;
  }

  .article-layout__sidebar {
    align-self: stretch;
  }

  .article-sidebar__sticky {
    position: sticky;
    top: var(--article-sidebar-sticky-top);
  }

  .article-toc__summary {
    cursor: default;
    pointer-events: none;
  }

  .article-toc__toggle {
    display: none;
  }

  .article-toc__summary .article-sidebar__title {
    margin-bottom: 25px;
  }

  .article-toc.--open .article-toc__panel {
    opacity: 1;
    padding-top: 16px;
  }

  .article-toc__panel {
    display: block;
    height: auto !important;
    opacity: 1;
    overflow: visible;
    padding-top: 0;
    transition: none;
  }

  .article-toc:not([open]) .article-toc__panel {
    display: block !important;
  }

  .article-toc.--open .article-toc__toggle {
    transform: none;
  }

  .article-content {
    font-size: 18px;
  }

  .article-content > * + * {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .article-section--methods,
  .article-faq,
  .article-stages,
  .article-section--comparison,
  section#article-more {
    margin-top: 60px;
  }

  .article-section {
    gap: 30px;
  }
  .article-section--arsenal {
    margin-top: 60px;
  }

  .article-faq {
    margin-bottom: 0px;
  }
  .article-section--expert {
    gap: 10px;
  }
  .article-section__title {
    font-size: 32px;
  }

  .article-section--with-source {
    position: relative;
  }

  .article-section--with-source .article-section__title {
    margin-bottom: 20px;
  }

  .article-section--with-source .article-section__body {
    display: flow-root;
  }

  .article-section--with-source .article-source {
    float: right;
    margin: -6px 0 19px 25px;
    order: unset;
    width: 378px;
    box-shadow: 0 5px 20px 0 rgba(102, 113, 129, 0.2);
    background: #f7f8fa;
    padding: 10px 20px;
    border-radius: 20px;
  }

  .article-section__body > p,
  .article-section__body > .article-section__list {
    margin-bottom: 20px;
  }

  .article-quote p {
    font-size: 18px;
  }

  .article-video__play {
    height: 134px;
    width: 134px;
  }

  .article-doctor-quote {
    align-items: stretch;
    column-gap: 17px;
    display: flex;
    flex-direction: row;
    gap: 17px;
    padding: 24px;
    row-gap: unset;
  }

  .article-doctor-quote__media {
    align-self: stretch;
    flex-shrink: 0;
    grid-column: auto;
    grid-row: auto;
    margin-inline: 0;
    width: 391px;
  }

  .article-doctor-quote__photo {
    border-radius: 0;
    height: 100%;
    margin: 0;
    max-width: none;
    object-fit: contain;
    object-position: left bottom;
    width: 100%;
  }

  .article-doctor-quote__country {
    left: 0;
    top: 0;
  }

  .article-doctor-quote__badge {
    bottom: 13px;
    left: 0px;
  }

  .article-doctor-quote__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 31px;
    justify-content: space-between;
    min-width: 0;
    padding-right: 8px;
    padding-top: 19px;
  }

  .article-doctor-quote__quote {
    grid-column: auto;
    grid-row: auto;
    padding-left: 41px;
  }

  .article-doctor-quote__quote p {
    font-size: 18px;
  }

  .article-doctor-quote__name {
    font-size: 18px;
    font-weight: 500;
  }

  .article-doctor-quote__info {
    align-self: auto;
    gap: 12px;
    grid-column: auto;
    grid-row: auto;
  }

  .article-doctor-quote__role {
    font-size: 14px;
  }

  .article-doctor-quote__btn {
    grid-column: auto;
    grid-row: auto;
    margin-top: auto;
    width: auto;
  }

  .article-methods {
    gap: 30px;
    margin-top: 10px;
  }

  .article-methods__item {
    gap: 20px;
  }

  .article-methods__title {
    font-size: 20px;
  }

  .article-methods__btn {
    margin-top: 12px;
  }

  .article-cta__body {
    gap: 20px;
    padding: 30px 0 0 0;
  }

  .article-cta__title {
    font-size: 32px;
  }

  .article-cta__text {
    font-size: 18px;
  }

  .article-cta__actions {
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .article-cta__btn {
    --height: 56px;
    --unit: 16px;
    flex: 1 1 0;
  }
  a.btn.btn--primary.article-cta__btn {
    background: #0a73be;
  }
  .article-cta__disclaimer {
    font-size: 15px;
  }

  .article-table th,
  .article-table td {
    font-size: 18px;
    padding: 14.5px 10px;
    min-width: 200px;
  }

  .article-table thead th {
    font-size: 18px;
  }

  .article-more__title {
    font-size: 20px;
  }

  .article-more__link {
    font-size: 16px;
  }

  .article-readmore {
    gap: 32px;
    padding-bottom: 80px;
  }

  .article-readmore .container.container--lg {
    gap: 30px;
  }

  .article-readmore__title {
    font-size: 32px;
  }

  .article-readmore__all {
    font-size: 16px;
    height: auto;
    margin-top: 0;
    order: unset;
    text-decoration: none;
    text-transform: none;
  }

  .article-readmore-card__body {
    gap: 18px;
    padding: 18px 37.5px 23px;
  }

  .article-readmore-card__title {
    font-size: 18px;
  }

  .article-readmore-card__text {
    font-size: 16px;
  }

  .article-readmore {
    padding-bottom: 40px;
  }

  .article-doctors {
    gap: 32px;
    padding-bottom: 60px;
  }

  .article-doctors .container.container--lg {
    gap: 30px;
  }

  .article-doctors__head {
    gap: 0;
  }

  .article-doctors__intro {
    gap: 30px;
  }

  .article-doctors__title {
    font-size: 32px;
  }

  .article-doctors__text {
    font-size: 18px;
  }

  .article-doctors__all {
    align-self: self-end;
    font-size: 16px;
    height: auto;
    margin-top: 0;
    order: unset;
    text-decoration: none;
    text-transform: none;
  }

  .article-doctor-card__body {
    gap: 15px;
    padding: 15px 21px;
  }

  .article-doctor-card__name {
    font-size: 20px;
  }

  .article-doctor-card__role,
  .article-doctor-card__detail-label,
  .article-doctor-card__detail-value {
    font-size: 18px;
  }

  .article-doctor-card__media {
    /* aspect-ratio: 340 / 172; */
    aspect-ratio: 1;
  }

  .article-sources {
    padding-bottom: 40px;
  }

  .article-reviews {
    gap: 32px;
    padding-bottom: 60px;
    margin: 0;
    margin-top: 20px;
  }

  .article-reviews .container.container--lg {
    gap: 30px;
  }

  .article-reviews__title {
    font-size: 32px;
  }

  .article-reviews__more {
    font-size: 16px;
  }

  .article-review-card {
    gap: 8px;
    padding: 24px;
  }

  .article-review-card__date {
    font-size: 14px;
    right: 0;
    top: 0;
  }

  .article-review-card__name {
    font-size: 18px;
  }

  .article-review-card__text,
  .article-review-card .link--line-clamp-toggle {
    font-size: 16px;
  }

  .article-review-card__doctor-name {
    font-size: 14px;
  }

  .article-review-card__doctor-role {
    font-size: 12px;
  }

  .article-review-form {
    padding-bottom: 80px;
  }

  .article-review-form__box {
    gap: 24px;
    padding: 40px;
  }

  .article-review-form__title {
    font-size: 24px;
  }

  .article-review-form__textarea {
    --height: 140px;
  }

  .article-review-form__row {
    --gap: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .article-review-form__row.form__group .form__col {
    flex: 1 1 0;
    width: auto;
  }

  .article-review-form__row.form__group .form__col.-flex-sm-grow,
  .article-review-form__row.form__group .form__col.-sm-flex-grow {
    flex-grow: 1;
  }

  .article-review-form__submit-col {
    flex: 0 0 auto;
    width: auto;
  }

  .article-review-form__row.form__group .form__col.form__col--sm-auto,
  .article-review-form__row.form__group
    .form__col.article-review-form__submit-col {
    flex: 0 0 auto;
    width: auto;
  }

  .article-review-form__notice {
    font-size: 14px;
    text-align: right;
  }

  .article-expert-video {
    padding-bottom: 60px;
  }

  .article-expert-video .container.container--lg {
    gap: 32px;
  }

  .article-expert-video__title {
    font-size: 32px;
  }

  .article-expert-video__navigation {
    --slider-nav-top: calc(50% - 32px);
  }

  .article-expert-video-card__play {
    bottom: 19px;
    left: 19px;
  }

  .article-expert-video-card__title {
    font-size: 16px;
    margin-top: 24px;
  }

  .article-clinic {
    padding-bottom: 60px;
  }

  .article-clinic__card {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    overflow: visible;
    padding: 0;
  }

  .article-clinic__info {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 70px;
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start;
    padding: 70px 28px 58px 20px;
  }

  .article-clinic__title {
    font-size: 32px;
    order: unset;
    padding: 0;
  }

  .article-clinic__media {
    border-radius: 20px 0 0 20px;
    grid-column: 1;
    grid-row: 1;
    order: unset;
    overflow: visible;
    padding-bottom: 0;
  }

  .article-clinic__slider {
    border-radius: 20px 0 0 20px;
    box-shadow: none;
  }

  .article-clinic__pagination {
    display: none;
  }

  .article-clinic__content {
    gap: 70px;
    order: unset;
    padding: 0;
  }

  .article-clinic__text {
    font-size: 18px;
  }

  .article-spaces {
    padding-bottom: 80px;
  }

  .article-spaces__card {
    gap: 40px;
    padding: 80px;
  }

  .article-spaces__title {
    font-size: 32px;
  }

  .article-spaces__controls {
    margin-bottom: 40px;
  }

  .article-spaces__controls .tabs-controls__item {
    font-size: 14px;
    padding-inline: 32px;
  }

  .article-spaces__panel {
    align-items: stretch;
    display: grid;
    gap: 32px;
    grid-template-columns: 590fr 522fr;
    justify-items: stretch;
    justify-content: space-between;
    align-content: space-between;
  }

  .article-spaces__panel-title {
    font-size: 32px;
  }

  .article-spaces__text,
  .article-spaces__list-item {
    font-size: 18px;
  }

  .article-spaces__body {
    gap: 40px;
    height: calc(100% - 48px);
    max-width: 522px;
  }

  .article-diseases {
    gap: 24px;
  }

  .article-diseases .container.container--lg {
    gap: 30px;
  }

  .article-diseases__title {
    font-size: 32px;
  }

  .article-diseases__panel {
    gap: 30px;
    padding: 27.5px 20px;
  }

  .article-diseases__filter {
    gap: 10px;
  }

  .article-diseases__filter-btn {
    font-size: 18px;
  }

  .article-diseases__grid {
    gap: 30px 44px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .article-diseases__link {
    font-size: 18px;
    min-height: 88px;
    padding: 10px 20px;
  }

  .article-sources__inner {
    max-width: 885px;
  }

  .article-sources__card {
    padding: 40px 30px;
  }

  .article-sources__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .article-sources__intro {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .article-sources__link {
    padding: 0;
  }

  .article-sources__text {
    font-size: 18px;
    max-width: 695px;
  }

  .article-stages__card {
    padding: 50px 53px 49px 30px;
  }

  .article-stages__title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .article-stages__intro {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .article-stages__item:first-child:not(:last-child)::after,
  .article-stages__item:not(:first-child):not(:last-child)::after {
    height: 100%;
    left: 20px;
    top: 19px;
  }

  .article-stages__item {
    gap: 20px;
    padding: 0;
  }

  .article-stages__num {
    font-size: 14px;
    height: 39px;
    width: 39px;
  }

  .article-stages__name {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .article-stages__text {
    font-size: 18px;
  }

  .article-stages__note {
    font-size: 14px;
    margin-top: 32px;
  }

  .article-faq__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .article-faq__intro {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .article-faq__list {
    gap: 20px;
  }

  .article-faq__item {
    padding: 26.5px 20px;
  }

  .article-faq__question-text {
    font-size: 20px;
  }

  .article-faq__item.--open .article-faq__answer-inner {
    margin-top: 20px;
    padding-top: 20px;
  }

  .article-faq__answer-inner p {
    font-size: 18px;
  }

  .article-alert {
    padding: 20px 20px 20px 40px;
  }

  .article-alert__title {
    font-size: 20px;
    font-weight: 600;
  }

  .article-alert__header {
    margin-bottom: 15px;
  }

  .article-alert__text {
    font-size: 18px;
  }
  .article-content strong {
    font-weight: 600;
  }
}

@media (min-width: 992.95px) and (max-width: 1340px) {
  .article-layout {
    grid-template-columns: calc(100% - 333px) 290px;
  }

  .article-toc.--open .article-toc__panel {
    padding-top: 0px;
  }

  .article-toc__link {
    font-size: 14px;
  }

  ul.article-toc__list {
    gap: 5px;
  }

  .article-diseases__link {
    padding: 10px 20px;
    font-size: 16px;
  }

  .article-doctor-quote__media {
    width: 41%;
  }

  .article-doctor-quote__quote p {
    font-size: 14px;
  }
  .article-clinic__image {
    aspect-ratio: auto;
    height: 100%;
  }

  .article-clinic__slider .swiper-wrapper {
    height: 100%;
  }

  .article-clinic__slider .swiper-slide {
    box-sizing: border-box;
    width: 100% !important;
    height: 100%;
  }
}
