.vc-teaser {
  margin-top: 164px;
  text-align: center;
}

/* Surgery landing: reuse the approved diagnostic visual language. */
.vc-surgery-root-content {
  padding-top: 20px;
}

.vc-surgery-root-content .vc-surgery-root-content__intro {
  columns: 2 420px;
  column-gap: 48px;
  margin-bottom: 42px;
  color: #37443e;
  font-size: 18px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .vc-surgery-root-content .vc-surgery-root-content__intro {
    columns: 1;
  }
}

@media (max-width: 700px) {
  .vc-surgery-root-content {
    padding-top: 12px;
  }

  .vc-surgery-root-content .vc-surgery-root-content__intro {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.65;
  }
}

/* Plastic surgery landing: compact the long FAQ without changing its text. */
.vc-plastic-root-content {
  padding-top: 20px;
}

.vc-plastic-root-content__editor {
  margin-bottom: 42px;
}

.vc-plastic-root-content__editor > .vc-plastic-root-faq__title {
  margin: 0 0 22px;
  color: #243029;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
}

.vc-plastic-root-faq {
  overflow: hidden;
  border: 1px solid #dce8e2;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 75, 55, 0.08);
}

.vc-plastic-root-faq__item + .vc-plastic-root-faq__item {
  border-top: 1px solid #e1ebe6;
}

.vc-plastic-root-faq__item > summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 18px;
  padding: 22px 24px 22px 28px;
  color: #243029;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.vc-plastic-root-faq__item > summary::-webkit-details-marker {
  display: none;
}

.vc-plastic-root-faq__item > summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8f4ed;
  color: #397b55;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.vc-plastic-root-faq__item[open] > summary {
  color: #176b49;
}

.vc-plastic-root-faq__item[open] > summary::after {
  content: "\2212";
  transform: rotate(180deg);
  background: #dff0e7;
}

.vc-plastic-root-faq__answer {
  margin: 0 24px 24px;
  padding: 24px 28px;
  border-radius: 18px;
  background: #f6f9f7;
  color: #3e4a44;
  font-size: 16px;
  line-height: 1.7;
}

.vc-plastic-root-faq__answer > :first-child {
  margin-top: 0;
}

.vc-plastic-root-faq__answer > :last-child {
  margin-bottom: 0;
}

.vc-plastic-root-faq__answer ul,
.vc-plastic-root-faq__answer ol {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  padding-left: 24px;
}

.vc-plastic-root-faq__answer li::marker {
  color: #168156;
}

@media (max-width: 700px) {
  .vc-plastic-root-content {
    padding-top: 12px;
  }

  .vc-plastic-root-content__editor {
    margin-bottom: 30px;
  }

  .vc-plastic-root-content__editor > .vc-plastic-root-faq__title {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .vc-plastic-root-faq {
    border-radius: 20px;
  }

  .vc-plastic-root-faq__item > summary {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 18px;
    font-size: 16px;
  }

  .vc-plastic-root-faq__item > summary::after {
    width: 38px;
    height: 38px;
  }

  .vc-plastic-root-faq__answer {
    margin: 0 12px 12px;
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 15px;
  }
}

/* Surgery subsection pages: one clean set of nested directions. */
.vc-surgery-directions-unit {
  padding-top: 20px;
}

.vc-surgery-directions-title {
  margin-bottom: 24px;
}

.vc-services__list.vc-surgery-directions-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vc-surgery-directions-list .vc-services__list-item.vc-surgery-direction-card {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 84px;
  padding: 17px 16px 17px 18px;
  border: 1px solid #dce8e2;
  border-radius: 18px;
  background: #f6f9f7;
  color: #243029;
  box-shadow: 0 8px 24px rgba(31, 75, 55, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vc-surgery-directions-list .vc-surgery-direction-card::before,
.vc-surgery-directions-list .vc-surgery-direction-card::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}

.vc-surgery-directions-list .vc-surgery-direction-card::before {
  content: "\2713";
  width: 32px;
  height: 32px;
  background: #e4f3ea;
  color: #168156;
  font-size: 16px;
  font-weight: 700;
}

.vc-surgery-directions-list .vc-surgery-direction-card::after {
  content: "\2197";
  width: 42px;
  height: 42px;
  background: #e8f4ed;
  color: #397b55;
  font-size: 18px;
}

.vc-surgery-directions-list .vc-surgery-direction-card .vc-services__list-item-title {
  min-width: 0;
  color: inherit;
  font-weight: 500;
  line-height: 1.4;
}

.vc-surgery-directions-list .vc-surgery-direction-card .vc-services__list-item-title::before {
  display: none;
  content: none;
}

.vc-surgery-directions-list .vc-surgery-direction-card:hover {
  transform: translateY(-2px);
  border-color: #78b698;
  background: #ffffff;
  color: #286f4c;
  box-shadow: 0 14px 30px rgba(31, 75, 55, 0.12);
}

@media (max-width: 767px) {
  .vc-services__list.vc-surgery-directions-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .vc-surgery-directions-list .vc-services__list-item.vc-surgery-direction-card {
    grid-template-columns: 30px minmax(0, 1fr) 38px;
    gap: 12px;
    min-height: 74px;
    padding: 14px;
    border-radius: 16px;
  }

  .vc-surgery-directions-list .vc-surgery-direction-card::before {
    width: 30px;
    height: 30px;
  }

  .vc-surgery-directions-list .vc-surgery-direction-card::after {
    width: 38px;
    height: 38px;
  }
}

/* Diagnostic landing: isolated refresh for /services/diagnostic/. */
.vc-diagnostic-root__search .vc-search__container {
  max-width: 920px;
  margin: 30px auto 34px !important;
  padding: 8px;
  border: 1px solid #d9e8e0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(26, 79, 57, 0.08);
}

.vc-diagnostic-root__search .vc-search__input-wrapper {
  min-height: 52px;
  border-radius: 16px;
  background: #f5f8f6;
}

.vc-diagnostic-root__search .vc-search__input {
  font-size: 17px;
}

.vc-diagnostic-root__search .vc-search__btn .vc-btn {
  min-height: 52px;
  padding: 12px 28px;
  border-color: #0b6b45;
  border-radius: 16px;
  background: #0b6b45;
  color: #ffffff;
  box-shadow: none;
}

.vc-diagnostic-root__search .vc-search__btn .vc-btn:hover {
  border-color: #07583a;
  background: #07583a;
}

.vc-services__list.vc-diagnostic-root__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  columns: auto;
  margin-top: 12px;
  padding-bottom: 54px;
}

.vc-diagnostic-root__item-wrapper {
  min-width: 0;
  padding-top: 0;
}

.vc-services__list-item.vc-diagnostic-root__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  align-items: center;
  min-height: 108px;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dde9e3;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f6faf8);
  box-shadow: 0 12px 34px rgba(26, 79, 57, 0.055);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vc-services__list-item.vc-diagnostic-root__item:hover {
  border-color: #9dcbb3;
  background: linear-gradient(145deg, #ffffff, #edf8f2);
  box-shadow: 0 18px 40px rgba(26, 79, 57, 0.11);
  transform: translateY(-3px);
}

.vc-diagnostic-root__item .vc-services__list-item-title {
  display: block;
  max-width: none;
  margin: 0;
  overflow: visible;
  color: #1f2924;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: clip;
  white-space: normal;
}

.vc-diagnostic-root__item .vc-services__list-item-title::before {
  display: none;
}

.vc-diagnostic-root__item .vc-services__list-item-word {
  width: 42px;
  height: 42px;
  border: 1px solid #cde7da;
  border-radius: 50%;
  background: #e7f6ee;
  color: #0b6b45;
  font-size: 17px;
  font-weight: 600;
}

.vc-diagnostic-root__directions {
  gap: 18px;
  padding-top: 10px;
}

.vc-diagnostic-root__directions .vc-services__direction {
  min-height: 116px;
  height: auto;
  border: 1px solid rgba(11, 107, 69, 0.08);
  box-shadow: 0 12px 32px rgba(31, 41, 36, 0.06);
}

/* Six untouched diagnostic detail pages: presentation only, source text stays intact. */
.vc-modern-diagnostic-content {
  --vc-modern-green: #0b6b45;
  --vc-modern-green-dark: #07583a;
  --vc-modern-green-soft: #e8f6ef;
  --vc-modern-ink: #1f2924;
  --vc-modern-muted: #59645f;
  --vc-modern-line: #dce8e2;
  --vc-modern-surface: #f5f8f6;
  padding-top: 34px;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-editor {
  max-width: 1260px;
  margin: 0 auto;
  color: var(--vc-modern-ink);
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-intro {
  position: relative;
  margin: 0 0 46px;
  padding: 34px 40px 34px 108px;
  overflow: hidden;
  border: 1px solid #dce9e2;
  border-radius: 26px;
  background: linear-gradient(135deg, #f3f8f5, #fbfdfc);
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-intro::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 40px;
  width: 44px;
  height: 8px;
  border-radius: 100px;
  background: linear-gradient(90deg, #168c5a 0 62%, #bfe8d3 62% 100%);
}

/* Do not reserve a decorated content card while an external Widster widget is
   empty. If the widget later injects content, :empty stops matching and the
   block becomes visible automatically. */
.vc-plastic-surgery-content .vc-modern-diagnostic-intro--plain:has(> div[id^="widster-"]:empty):not(:has(> p, > h2, > h3, > h4, > ul, > ol, > table, > img, > picture, > video, > iframe)) {
  display: none;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-intro p {
  margin-top: 16px;
  color: #37443e;
  font-size: 18px;
  line-height: 1.72;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-intro p:first-child {
  margin-top: 0;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-intro__lead {
  margin: 24px 0 0;
  color: #174d37;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
  line-height: 1.3;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section {
  position: relative;
  margin-top: 24px;
  padding: 38px 40px 40px;
  border: 1px solid var(--vc-modern-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(26, 79, 57, 0.055);
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section:first-of-type {
  margin-top: 0;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section--accent {
  border-color: #cfe6da;
  background: linear-gradient(145deg, #ffffff 0%, #f2faf6 100%);
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section__title {
  position: relative;
  margin: 0 0 24px;
  padding: 0 76px 22px 0;
  color: var(--vc-modern-ink);
  font-size: clamp(27px, 2.2vw, 38px);
  font-weight: 600;
  line-height: 1.16;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section::before {
  content: attr(data-section-number);
  position: absolute;
  top: 35px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #cce6d9;
  border-radius: 50%;
  background: var(--vc-modern-green-soft);
  color: var(--vc-modern-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section__title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #bcdccc, rgba(188, 220, 204, 0));
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section__body > p {
  margin-top: 18px;
  color: #46534d;
  font-size: 17px;
  line-height: 1.72;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section__body > p:first-child {
  margin-top: 0;
}

/* Physiotherapy descriptions are stored as text nodes between headings in
   Bitrix. Give that source format the same readable rhythm as paragraph HTML. */
.vc-fizioterapia-content .vc-modern-diagnostic-section__body {
  color: #46534d;
  font-size: 17px;
  line-height: 1.72;
}

.vc-fizioterapia-content .vc-modern-diagnostic-section__body > br {
  display: none;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-copy--empty {
  display: none;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-copy--long {
  padding: 22px 24px;
  border-left: 4px solid #78b698;
  border-radius: 0 16px 16px 0;
  background: var(--vc-modern-surface);
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-copy--question {
  margin-top: 26px !important;
  color: var(--vc-modern-green-dark) !important;
  font-size: 19px !important;
  font-weight: 600;
  line-height: 1.45 !important;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-list-label {
  margin-top: 26px !important;
  color: #2f3e37 !important;
  font-weight: 600;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-list > li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  min-height: 72px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #dce9e2;
  border-radius: 17px;
  background: #f8faf9;
  color: #36443d;
  font-size: 16px;
  line-height: 1.48;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-list > li::before {
  content: "\2713";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 50%;
  background: #dff3e9;
  color: var(--vc-modern-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

/* Plastic-surgery descriptions can contain a bold lead followed by a text node.
   Keep the whole copy in one content area instead of auto-placing the text node
   into the narrow icon column of the shared grid card. */
.vc-plastic-surgery-content .vc-modern-diagnostic-list > li {
  position: relative;
  display: block;
  padding-left: 62px;
}

.vc-plastic-surgery-content .vc-modern-diagnostic-list > li::before {
  position: absolute;
  top: 18px;
  left: 18px;
}

.vc-plastic-surgery-content .vc-modern-diagnostic-list > li > b:first-child,
.vc-plastic-surgery-content .vc-modern-diagnostic-list > li > strong:first-child {
  display: block;
  margin-bottom: 10px;
}

.vc-modern-diagnostic-content ol.vc-modern-diagnostic-list {
  counter-reset: vc-modern-counter;
}

.vc-modern-diagnostic-content ol.vc-modern-diagnostic-list > li {
  counter-increment: vc-modern-counter;
}

.vc-modern-diagnostic-content ol.vc-modern-diagnostic-list > li::before {
  content: counter(vc-modern-counter);
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-list ul,
.vc-modern-diagnostic-content .vc-modern-diagnostic-list ol {
  grid-column: 2;
  margin-top: 12px;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-list ul > li,
.vc-modern-diagnostic-content .vc-modern-diagnostic-list ol > li {
  display: flex;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section--dense .vc-modern-diagnostic-list > li {
  min-height: 64px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section__body > table {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--vc-modern-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
}

.vc-modern-diagnostic-content .vc-modern-diagnostic-section__body > table th,
.vc-modern-diagnostic-content .vc-modern-diagnostic-section__body > table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--vc-modern-line);
  text-align: left;
}

@media (max-width: 1023px) {
  .vc-services__list.vc-diagnostic-root__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-section {
    padding: 32px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-section::before {
    top: 29px;
    right: 32px;
  }
}

@media (max-width: 767px) {
  .vc-diagnostic-root__search .vc-search__container {
    margin: 20px auto 26px !important;
    padding: 6px;
    border-radius: 18px;
  }

  .vc-services__list.vc-diagnostic-root__list {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 38px;
  }

  .vc-services__list-item.vc-diagnostic-root__item {
    min-height: 86px;
    padding: 19px 20px;
    border-radius: 18px;
  }

  .vc-diagnostic-root__item .vc-services__list-item-title {
    font-size: 16px;
  }

  .vc-diagnostic-root__directions {
    display: none;
  }

  .vc-modern-diagnostic-content {
    padding-top: 22px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-intro {
    margin-bottom: 28px;
    padding: 54px 22px 24px;
    border-radius: 20px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-intro::before {
    top: 24px;
    left: 22px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-intro p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-section {
    margin-top: 16px;
    padding: 24px 20px;
    border-radius: 21px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-section::before {
    top: 22px;
    right: 20px;
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-section__title {
    margin-bottom: 20px;
    padding: 0 50px 18px 0;
    font-size: 25px;
    line-height: 1.2;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-section__body > p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-fizioterapia-content .vc-modern-diagnostic-section__body {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-copy--long {
    padding: 18px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-list > li {
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 62px;
    padding: 14px;
    border-radius: 15px;
    font-size: 15px;
  }

  .vc-modern-diagnostic-content .vc-modern-diagnostic-list > li::before {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .vc-plastic-surgery-content .vc-modern-diagnostic-list > li {
    padding-left: 54px;
  }

  .vc-plastic-surgery-content .vc-modern-diagnostic-list > li::before {
    top: 16px;
    left: 14px;
  }
}

@media (max-width: 520px) {
  .vc-diagnostic-root__search .vc-search__container {
    display: block;
  }

  .vc-diagnostic-root__search .vc-search__btn {
    display: block;
    width: 100%;
    margin-top: 8px;
  }

  .vc-diagnostic-root__search .vc-search__btn .vc-btn {
    width: 100%;
  }
}

/* Cystoscopy */
.vc-cystoscopy-content {
  --vc-cysto-green: #0b6b45;
  --vc-cysto-green-dark: #07583a;
  --vc-cysto-green-soft: #e5f5ed;
  --vc-cysto-ink: #1f2924;
  --vc-cysto-muted: #59645f;
  --vc-cysto-line: #dbe8e1;
  --vc-cysto-surface: #f4f8f6;
}

.vc-cystoscopy-content .vc-cystoscopy-editor {
  color: var(--vc-cysto-ink);
}

.vc-cystoscopy-content .vc-cystoscopy-editor > *,
.vc-cystoscopy-content .vc-cystoscopy-editor article,
.vc-cystoscopy-content .vc-cystoscopy-editor li {
  box-sizing: border-box;
  min-width: 0;
}

.vc-cystoscopy-content .vc-cystoscopy-editor p,
.vc-cystoscopy-content .vc-cystoscopy-editor li,
.vc-cystoscopy-faq .vc-hysteroscopy-faq__answer {
  overflow-wrap: anywhere;
}

.vc-cystoscopy-content .vc-cystoscopy-editor h3 {
  margin: 0 0 30px;
  color: var(--vc-cysto-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vc-cystoscopy-content .vc-cystoscopy-intro {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  gap: 18px;
  margin: 0 0 72px;
  padding: 44px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, 0) 40%),
    linear-gradient(135deg, var(--vc-cysto-green-dark), #167653);
  box-shadow: 0 24px 58px rgba(11, 107, 69, .16);
}

.vc-cystoscopy-content .vc-cystoscopy-intro::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
}

.vc-cystoscopy-content .vc-cystoscopy-intro > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.72;
}

.vc-cystoscopy-content .vc-cystoscopy-intro > p:first-child {
  padding: 6px 12px 6px 74px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.vc-cystoscopy-content .vc-cystoscopy-intro > p:first-child::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .13);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4v6a5 5 0 0 0 10 0V7' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='17' cy='5' r='2' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Cpath d='M12 15v5M9 20h6' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.vc-cystoscopy-content .vc-cystoscopy-intro > p:last-child {
  align-self: stretch;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
}

.vc-cystoscopy-content .vc-cystoscopy-clinic,
.vc-cystoscopy-content .vc-cystoscopy-diagnostics,
.vc-cystoscopy-content .vc-cystoscopy-uses,
.vc-cystoscopy-content .vc-cystoscopy-contraindications {
  margin: 0 0 72px;
}

.vc-cystoscopy-content .vc-cystoscopy-clinic__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.vc-cystoscopy-content .vc-cystoscopy-clinic__card {
  position: relative;
  padding: 32px 30px 30px;
  border: 1px solid var(--vc-cysto-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 61, 46, .06);
}

.vc-cystoscopy-content .vc-cystoscopy-clinic__card::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 0 0 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--vc-cysto-green), #aee6ca);
}

.vc-cystoscopy-content .vc-cystoscopy-clinic__card > div,
.vc-cystoscopy-content .vc-cystoscopy-clinic__card > p {
  margin: 0;
  color: var(--vc-cysto-muted);
  font-size: 16px;
  line-height: 1.72;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics {
  padding: 42px;
  border-radius: 28px;
  background: var(--vc-cysto-surface);
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > p {
  max-width: 1050px;
  margin: -8px 0 28px;
  color: var(--vc-cysto-muted);
  font-size: 16px;
  line-height: 1.72;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul,
.vc-cystoscopy-content .vc-cystoscopy-contraindications > ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul > li,
.vc-cystoscopy-content .vc-cystoscopy-contraindications > ul > li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  margin: 0;
  border-radius: 17px;
  font-size: 15px;
  line-height: 1.5;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul > li {
  min-height: 82px;
  padding: 20px;
  border: 1px solid var(--vc-cysto-line);
  background: #fff;
  color: #334039;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul > li::before,
.vc-cystoscopy-content .vc-cystoscopy-contraindications > ul > li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul > li::before {
  background-color: var(--vc-cysto-green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 17px 17px;
}

.vc-cystoscopy-content .vc-cystoscopy-uses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.vc-cystoscopy-content .vc-cystoscopy-uses__card {
  position: relative;
  overflow: hidden;
  padding: 30px 28px 28px;
  border: 1px solid var(--vc-cysto-line);
  border-radius: 22px;
  background: #fff;
}

.vc-cystoscopy-content .vc-cystoscopy-uses__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--vc-cysto-green), #9cdebd);
}

.vc-cystoscopy-content .vc-cystoscopy-uses__card > p {
  margin: 0;
  color: var(--vc-cysto-muted);
  font-size: 15px;
  line-height: 1.68;
}

.vc-cystoscopy-content .vc-cystoscopy-contraindications {
  padding: 42px;
  border: 1px solid #eadfc9;
  border-radius: 28px;
  background: #fbf8f1;
}

.vc-cystoscopy-content .vc-cystoscopy-contraindications > p {
  margin: -8px 0 26px;
  color: #665f52;
  font-size: 16px;
  line-height: 1.65;
}

.vc-cystoscopy-content .vc-cystoscopy-contraindications > ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
}

.vc-cystoscopy-content .vc-cystoscopy-contraindications > ul > li {
  min-height: 88px;
  padding: 20px;
  border: 1px solid #e8dec9;
  background: #fff;
  color: #4c473d;
}

.vc-cystoscopy-content .vc-cystoscopy-contraindications > ul > li::before {
  background-color: #f5ead2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.2v4.5M8 11.6h.01' fill='none' stroke='%2381612a' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='8' r='6' fill='none' stroke='%2381612a' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 18px 18px;
}

.vc-cystoscopy-content .vc-cystoscopy-journey {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card {
  position: relative;
  padding: 34px 32px;
  border: 1px solid var(--vc-cysto-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 61, 46, .05);
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 22px;
  border-radius: 50%;
  background-color: var(--vc-cysto-green-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card--preparation::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3v4M18 3v4M4 9h16M5 5h14a1 1 0 0 1 1 1v14H4V6a1 1 0 0 1 1-1Z' fill='none' stroke='%230b6b45' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card--process::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h13M14 7l5 5-5 5' fill='none' stroke='%230b6b45' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card--results {
  grid-column: 1 / -1;
  border-color: transparent;
  background: linear-gradient(120deg, var(--vc-cysto-green-dark), var(--vc-cysto-green));
  box-shadow: 0 24px 54px rgba(11, 107, 69, .15);
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card--results::before {
  background-color: rgba(255, 255, 255, .16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 12 4 4 8-9' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card > h3 {
  margin-bottom: 18px;
  font-size: clamp(25px, 2.4vw, 34px);
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card > p {
  margin: 0 0 16px;
  color: var(--vc-cysto-muted);
  font-size: 15px;
  line-height: 1.7;
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card > p:last-child {
  margin-bottom: 0;
}

.vc-cystoscopy-content .vc-cystoscopy-journey__card--results > h3,
.vc-cystoscopy-content .vc-cystoscopy-journey__card--results > p {
  color: #fff;
}

.vc-cystoscopy-faq {
  margin-top: 78px;
}

@media (max-width: 960px) {
  .vc-cystoscopy-content .vc-cystoscopy-intro,
  .vc-cystoscopy-content .vc-cystoscopy-clinic__grid,
  .vc-cystoscopy-content .vc-cystoscopy-uses__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .vc-cystoscopy-content .vc-cystoscopy-editor h3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-intro {
    gap: 14px;
    margin-bottom: 50px;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-intro > p:first-child {
    padding: 64px 2px 4px;
    font-size: 17px;
    line-height: 1.65;
  }

  .vc-cystoscopy-content .vc-cystoscopy-intro > p:first-child::before {
    top: 0;
    width: 44px;
    height: 44px;
    background-size: 23px 23px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-intro > p:last-child {
    padding: 21px 20px;
    border-radius: 17px;
    font-size: 14px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-clinic,
  .vc-cystoscopy-content .vc-cystoscopy-diagnostics,
  .vc-cystoscopy-content .vc-cystoscopy-uses,
  .vc-cystoscopy-content .vc-cystoscopy-contraindications {
    margin-bottom: 50px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-clinic__grid,
  .vc-cystoscopy-content .vc-cystoscopy-uses__grid,
  .vc-cystoscopy-content .vc-cystoscopy-journey {
    gap: 12px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-clinic__card,
  .vc-cystoscopy-content .vc-cystoscopy-uses__card {
    padding: 25px 22px;
    border-radius: 18px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-clinic__card > div,
  .vc-cystoscopy-content .vc-cystoscopy-clinic__card > p,
  .vc-cystoscopy-content .vc-cystoscopy-diagnostics > p,
  .vc-cystoscopy-content .vc-cystoscopy-contraindications > p {
    font-size: 14px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-diagnostics,
  .vc-cystoscopy-content .vc-cystoscopy-contraindications {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul,
  .vc-cystoscopy-content .vc-cystoscopy-contraindications > ul,
  .vc-cystoscopy-content .vc-cystoscopy-journey {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .vc-cystoscopy-content .vc-cystoscopy-diagnostics > ul > li,
  .vc-cystoscopy-content .vc-cystoscopy-contraindications > ul > li {
    min-height: 0;
    padding: 18px;
    border-radius: 15px;
    font-size: 14px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-journey__card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-journey__card--results {
    grid-column: auto;
  }

  .vc-cystoscopy-content .vc-cystoscopy-journey__card > h3 {
    font-size: 25px;
  }

  .vc-cystoscopy-content .vc-cystoscopy-journey__card > p {
    font-size: 14px;
  }

  .vc-cystoscopy-faq {
    margin-top: 58px;
  }
}

/* Laboratory service page */
.vc-laboratory-content .vc-laboratory-intro {
  background:
    radial-gradient(circle at 100% 0, rgba(80, 151, 75, 0.08), transparent 34%),
    #f5f7f6;
}

.vc-laboratory-content .vc-laboratory-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.vc-laboratory-content .vc-laboratory-card {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 36px 38px 36px 104px;
  border-radius: 24px;
  font-size: 17px;
  line-height: 1.65;
  overflow: hidden;
}

.vc-laboratory-content .vc-laboratory-card::before {
  position: absolute;
  top: 50%;
  left: 38px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-laboratory-content .vc-laboratory-card--express {
  color: #244137;
  background: linear-gradient(135deg, #edf7f1, #f8fbf9);
  border: 1px solid #d7eadf;
}

.vc-laboratory-content .vc-laboratory-card--express::before {
  content: "+";
  color: #0b6b45;
  background: #dff1e7;
}

.vc-laboratory-content .vc-laboratory-card--discount {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(144, 234, 186, 0.2), transparent 40%),
    #0a5d3d;
  border: 1px solid #0a5d3d;
  box-shadow: 0 16px 34px rgba(10, 93, 61, 0.15);
}

.vc-laboratory-content .vc-laboratory-card--discount::before {
  content: "−10";
  width: 50px;
  color: #0a5d3d;
  background: #fff;
  font-size: 14px;
}

.vc-laboratory-content .vc-laboratory-media {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  min-height: 520px;
  margin-top: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(115, 226, 167, 0.18), transparent 36%),
    #103d2e;
  border-radius: 28px;
  overflow: hidden;
}

.vc-laboratory-content .vc-laboratory-media__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 54px;
}

.vc-laboratory-content .vc-laboratory-media__title {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-laboratory-content .vc-laboratory-phone,
.vc-laboratory-content .vc-laboratory-phone:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  margin-top: 38px;
  padding: 16px 24px 16px 58px;
  color: #103d2e;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vc-laboratory-content .vc-laboratory-phone::before {
  content: "";
  position: absolute;
  left: 22px;
  width: 20px;
  height: 20px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230a5d3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.vc-laboratory-content .vc-laboratory-phone:hover,
.vc-laboratory-content .vc-laboratory-phone:focus {
  color: #103d2e;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.vc-laboratory-content .vc-laboratory-phone:focus-visible {
  outline: 3px solid rgba(172, 237, 203, 0.62);
  outline-offset: 3px;
}

.vc-laboratory-content .vc-laboratory-phone i {
  font-style: normal;
}

.vc-laboratory-content .vc-laboratory-media__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
}

.vc-laboratory-content .vc-laboratory-media__video::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  pointer-events: none;
}

.vc-laboratory-content .vc-laboratory-media__video iframe {
  position: relative;
  z-index: 1;
  width: min(100%, 270px);
  height: auto;
  aspect-ratio: 9 / 16;
  display: block;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.25);
}

.vc-laboratory-content ~ .vc-faq {
  margin: 0;
  padding: 0 0 96px;
}

.vc-laboratory-content ~ .vc-faq .vc-center--832 {
  max-width: 1280px;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__title {
  margin-bottom: 28px;
  color: #1f2924;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__list {
  border: 0;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__item {
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(24, 72, 50, 0.045);
  overflow: hidden;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__item-header {
  min-height: 86px;
  padding: 24px 30px;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__item-title {
  color: #26352e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__item-content {
  padding: 0 30px 28px;
}

.vc-laboratory-content ~ .vc-faq .vc-faq__item-content .vc-visual-editor {
  color: #536159;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .vc-laboratory-content .vc-laboratory-media {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.72fr);
  }

  .vc-laboratory-content .vc-laboratory-media__copy {
    padding: 42px;
  }

  .vc-laboratory-content .vc-laboratory-media__title {
    font-size: 36px;
  }
}

@media (max-width: 700px) {
  .vc-laboratory-content .vc-laboratory-highlights,
  .vc-laboratory-content .vc-laboratory-media {
    grid-template-columns: 1fr;
  }

  .vc-laboratory-content .vc-laboratory-card {
    min-height: 0;
    padding: 28px 26px 28px 88px;
    border-radius: 20px;
    font-size: 16px;
  }

  .vc-laboratory-content .vc-laboratory-card::before {
    left: 26px;
  }

  .vc-laboratory-content .vc-laboratory-media {
    min-height: 0;
    border-radius: 22px;
  }

  .vc-laboratory-content .vc-laboratory-media__copy {
    padding: 34px 26px;
  }

  .vc-laboratory-content .vc-laboratory-media__title {
    font-size: 30px;
  }

  .vc-laboratory-content .vc-laboratory-phone,
  .vc-laboratory-content .vc-laboratory-phone:visited {
    width: 100%;
    margin-top: 28px;
    padding-right: 18px;
    font-size: 15px;
  }

  .vc-laboratory-content .vc-laboratory-media__video {
    min-height: 500px;
    padding: 24px;
  }

  .vc-laboratory-content .vc-laboratory-media__video::before {
    inset: 20px;
  }

  .vc-laboratory-content ~ .vc-faq {
    padding-bottom: 72px;
  }

  .vc-laboratory-content ~ .vc-faq .vc-faq__title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .vc-laboratory-content ~ .vc-faq .vc-faq__item-header {
    min-height: 76px;
    padding: 20px;
  }

  .vc-laboratory-content ~ .vc-faq .vc-faq__item-title {
    padding-right: 12px;
    font-size: 16px;
  }

  .vc-laboratory-content ~ .vc-faq .vc-faq__item-content {
    padding: 0 20px 22px;
  }
}

.vc-teaser-main {
  margin-top: 50px;
}

.vc-teaser-img {
  background: url("../img/vesna/teaser-bg.jpg") center 0 no-repeat;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.vc-teaser-txt {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-wrap: balance;
}

.vc-main-slider-no-margin .vc-main-slider__container {
  margin-top: 0;
}

.vc-section__title:has(span) {
  font-weight: 700;
}
.vc-section__title span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.gift {
  background: #8C8C8C;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  border-radius: 40px;
  padding: 24px 24px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 83px;
}

.cure {
  border: 2px solid #000000;
  border-radius: 40px;
  padding: 57px 20px 57px 320px;
  position: relative;
  min-height: 194px;
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -1px;
}
.cure span {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.cure:before {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 190px;
  left: 57px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/vesna/heart.jpg") 0 0 no-repeat;
  background-size: 190px 190px;
}

.order-panel {
  margin: 36px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.order-panel span {
  background: #8C8C8C;
  color: #fff;
  border-radius: 20px;
  padding: 16px 16px;
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-panel a {
  font-size: 20px;
  border: 3px solid #8C8C8C;
  border-radius: 20px;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8C8C8C;
}

.spring-bg {
  max-width: 100%;
}

.vc-main:has(.health) {
  padding-bottom: 0px !important;
}

.health strong {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.ask {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  border: 3px solid #8C8C8C;
  color: #8C8C8C;
  padding: 14px;
  border-radius: 20px;
  text-wrap: balance;
  font-weight: 500;
}
.ask span {
  color: #000;
}
.margin-bottom-0{
	margin-bottom:0;
}
.smart-wrapper{
	display: flex;
    width: 100%;
}
.short_tag {
display: flex;
gap: 15px;
margin-bottom: 30px;
}

.short_tag a {
background-color: #8c8c8c;
color: #fff;
border-radius: 15px;
color: #fff;
padding: 5px 10px;
}

.short_tag a:hover {
background-color: #5c4ecf;
}

@media (max-width: 1299px) {
  .gift {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 60px;
  }
  .cure:before {
    width: 120px;
    height: 120px;
    background-size: 100%;
  }
  .cure {
    min-height: auto;
    padding: 36px 20px 36px 220px;
    font-size: 24px;
    line-height: 24px;
  }
  .order-panel span, .order-panel a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .vc-teaser-img {
    font-size: 32px;
    line-height: 32px;
    height: auto;
    padding: 30px;
  }
  .gift {
    font-size: 24px;
    line-height: 24px;
  }
  .ask {
    font-size: 22px;
  }
  .health strong {
    font-size: 24px;
    line-height: 24px;
  }
  .vc-teaser:not(.vc-teaser-main) {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .cure:before {
    width: 80px;
    height: 80px;
    left: 30px;
  }
  .cure {
    padding: 24px 20px 24px 130px;
  }
  .order-panel a {
    padding: 16px;
  }
  .order-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ask {
    font-size: 18px;
    line-height: 20px;
  }
  .vc-teaser-main {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .vc-teaser-img {
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .vc-teaser-txt {
    font-size: 20px;
    line-height: 20px;
  }
  .gift {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .cure {
    font-size: 20px;
    line-height: 20px;
  }
  .health strong {
    font-size: 20px;
    line-height: 20px;
  }
	.short_tag_title {
		margin: 0 30px;
	}

	.short_tag {
	display: flex;
	gap: 15px;
    margin: 30px;
    flex-direction: row;
    flex-wrap: wrap;

	}
	
	.short_tag a {
	background-color: #8c8c8c;
	color: #fff;
	border-radius: 15px;
	color: #fff;
	padding: 5px 10px;
	}
}
@media (max-width: 575px) {
  .vc-teaser-txt {
    font-size: 18px;
    line-height: 18px;
  }
  .cure:before {
    width: 60px;
    height: 60px;
    left: 16px;
  }
  .cure {
    padding: 16px 20px 16px 90px;
    font-size: 18px;
    line-height: 20px;
  }
  .vc-teaser-img {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 16px;
  }
}

.small_banners img {
width: 100%;
}

.small_banners .mobile {
	display: none;
}
@media (max-width: 767px) {
	.small_banners .descktop {
		display: none;
	}
	.small_banners .mobile {
		display: block;
	}
}
@media (max-width: 1249px) {
    .vc-main-slider--second-variant .vc-main-slider__container {
        margin-top: 90px;
    }
}

.vc-doctors-detail__video {
text-align: center;
margin: 20px auto;
}

/* Hysteroscopy service page: content below the unchanged page header */
.vc-hysteroscopy-summary {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(34, 34, 34, 0.78);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.vc-hysteroscopy-summary ~ .vc-page-head__btns .vc-btn,
.vc-hysteroscopy-summary ~ .vc-page-head__btns .vc-btn:visited,
.vc-modern-diagnostic-head ~ .vc-page-head__btns .vc-btn,
.vc-modern-diagnostic-head ~ .vc-page-head__btns .vc-btn:visited {
  background-color: #50974b;
  border-color: #50974b;
  color: #fff;
  box-shadow: 0 10px 22px rgba(63, 127, 59, 0.2);
}

.vc-hysteroscopy-summary ~ .vc-page-head__btns .vc-btn:hover,
.vc-hysteroscopy-summary ~ .vc-page-head__btns .vc-btn:focus,
.vc-modern-diagnostic-head ~ .vc-page-head__btns .vc-btn:hover,
.vc-modern-diagnostic-head ~ .vc-page-head__btns .vc-btn:focus {
  background-color: #3f7f3b;
  border-color: #3f7f3b;
  color: #fff;
  box-shadow: 0 12px 26px rgba(63, 127, 59, 0.28);
  transform: translateY(-1px);
}

.vc-hysteroscopy-summary ~ .vc-page-head__btns .vc-btn:focus-visible,
.vc-modern-diagnostic-head ~ .vc-page-head__btns .vc-btn:focus-visible {
  outline: 3px solid rgba(80, 151, 75, 0.32);
  outline-offset: 3px;
}

.vc-hysteroscopy-summary ~ .vc-page-head__btns .vc-btn:active,
.vc-modern-diagnostic-head ~ .vc-page-head__btns .vc-btn:active {
  background-color: #376f34;
  border-color: #376f34;
  transform: translateY(0);
}

.vc-hysteroscopy-content {
  padding: 72px 0 96px;
  overflow: hidden;
}

.vc-hysteroscopy-content .vc-hysteroscopy-editor {
  color: #1f2924;
}

.vc-hysteroscopy-content .vc-hysteroscopy-intro {
  position: relative;
  padding: 42px 48px 42px 152px;
  background: #f5f7f6;
  border: 1px solid #e5ece8;
  border-radius: 26px;
}

.vc-hysteroscopy-content .vc-hysteroscopy-intro::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 48px;
  width: 70px;
  height: 8px;
  background: linear-gradient(90deg, #168c5a 0 44%, #d8f0e4 44% 100%);
  border-radius: 20px;
}

.vc-hysteroscopy-content .vc-hysteroscopy-intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
}

.vc-densitometry-content .vc-hysteroscopy-intro p + p {
  margin-top: 18px;
}

.vc-dermatoscopy-content .vc-hysteroscopy-intro p + p {
  margin-top: 18px;
}

.vc-dermatoscopy-content .vc-hysteroscopy-intro .vc-dermatoscopy-intro__advantages {
  margin-top: 24px;
  padding: 24px 28px;
  color: #174d37;
  background: linear-gradient(135deg, #e8f5ed, #f5faf7);
  border-left: 4px solid #168c5a;
  border-radius: 0 18px 18px 0;
}

.vc-colonoscopy-content .vc-hysteroscopy-intro p + p {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #dfe8e3;
}

.vc-hysteroscopy-content .vc-hysteroscopy-section {
  margin-top: 76px;
}

.vc-hysteroscopy-content .vc-hysteroscopy-section > h3 {
  margin: 0 0 26px;
  color: #1f2924;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-hysteroscopy-content .vc-hysteroscopy-section__body > p {
  max-width: 940px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.68;
}

.vc-hysteroscopy-content .vc-hysteroscopy-indications ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.vc-hysteroscopy-content .vc-hysteroscopy-indications ul li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  margin: 0;
  padding: 18px 22px 18px 62px;
  color: #27322d;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 16px;
  line-height: 1.42;
}

.vc-hysteroscopy-content .vc-hysteroscopy-indications ul li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: #0b6b45;
  background: #eaf7f0;
  border: 0;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

.vc-hysteroscopy-content .vc-hysteroscopy-after-list {
  margin-top: 30px;
  padding: 28px 32px;
  background: linear-gradient(135deg, #eaf7f0, #f8fbf9);
  border-left: 4px solid #168c5a;
  border-radius: 0 18px 18px 0;
  font-size: 17px;
  line-height: 1.68;
}

.vc-densitometry-content .vc-densitometry-primary-list,
.vc-densitometry-content .vc-densitometry-care > ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-dermatoscopy-content .vc-dermatoscopy-risk-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body > p {
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 30px 32px;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
}

.vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body > .vc-colonoscopy-equipment__item--1 {
  grid-column: 1 / -1;
  background: #f5f7f6;
}

.vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body > .vc-colonoscopy-equipment__item--4 {
  grid-column: 1 / -1;
  color: #174d37;
  background: linear-gradient(135deg, #e8f5ed, #f5faf7);
  border-color: #cfe6d8;
}

.vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body > .vc-colonoscopy-equipment__item--5 {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 100% 0, rgba(120, 231, 176, 0.18), transparent 34%),
    #0a5d3d;
  border-color: #0a5d3d;
}

.vc-colonoscopy-content .vc-colonoscopy-preparation {
  margin-top: 76px;
}

.vc-colonoscopy-content .vc-colonoscopy-guide {
  margin-top: 76px;
  color: #25312b;
}

.vc-colonoscopy-guide__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.vc-colonoscopy-guide__heading > div {
  max-width: 820px;
}

.vc-colonoscopy-guide__eyebrow,
.vc-colonoscopy-guide__fact > span,
.vc-colonoscopy-guide__regimen > article > span,
.vc-colonoscopy-guide__medicine-stage > span {
  display: block;
  margin-bottom: 10px;
  color: #168c5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-colonoscopy-guide__heading h2 {
  margin: 0;
  color: #1f2924;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-colonoscopy-guide__heading p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #66716b;
  font-size: 17px;
  line-height: 1.65;
}

.vc-colonoscopy-guide__badge {
  flex: 0 0 auto;
  padding: 12px 18px;
  color: #0b6b45;
  background: #eaf7f0;
  border: 1px solid #cfe6d8;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.vc-colonoscopy-guide__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vc-colonoscopy-guide__fact {
  min-height: 100%;
  padding: 28px;
  background: #f5f7f6;
  border: 1px solid #e1e9e4;
  border-radius: 20px;
}

.vc-colonoscopy-guide__fact--accent {
  color: #effaf4;
  background:
    radial-gradient(circle at 100% 0, rgba(120, 231, 176, 0.18), transparent 38%),
    #0a5d3d;
  border-color: #0a5d3d;
}

.vc-colonoscopy-guide__fact--accent > span {
  color: #9ae0bb;
}

.vc-colonoscopy-guide__fact h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.vc-colonoscopy-guide__fact p {
  margin: 0;
  color: #647069;
  font-size: 15px;
  line-height: 1.6;
}

.vc-colonoscopy-guide__fact--accent p {
  color: rgba(255, 255, 255, 0.84);
}

.vc-colonoscopy-guide__section {
  margin-top: 62px;
}

.vc-colonoscopy-guide__section-heading {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-bottom: 24px;
}

.vc-colonoscopy-guide__section-heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #0b6b45;
  background: #eaf7f0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.vc-colonoscopy-guide__section-heading h3 {
  margin: 0;
  color: #1f2924;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.vc-colonoscopy-guide__section-heading p {
  margin: 8px 0 0;
  color: #6a756f;
  font-size: 15px;
  line-height: 1.55;
}

.vc-colonoscopy-guide__diet,
.vc-colonoscopy-guide__regimen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vc-colonoscopy-guide__diet-card,
.vc-colonoscopy-guide__regimen > article,
.vc-colonoscopy-guide__medicine {
  padding: 30px;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
}

.vc-colonoscopy-guide__diet-card--allowed {
  border-top: 4px solid #168c5a;
}

.vc-colonoscopy-guide__diet-card--forbidden {
  border-top: 4px solid #8e9993;
}

.vc-colonoscopy-guide__diet-card h4,
.vc-colonoscopy-guide__regimen h4,
.vc-colonoscopy-guide__medicine h4 {
  margin: 0;
  color: #1f2924;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.vc-colonoscopy-guide__diet-card h5,
.vc-colonoscopy-guide__medicine h5 {
  margin: 24px 0 12px;
  color: #2e3a34;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.vc-colonoscopy-guide__diet-card ul,
.vc-colonoscopy-guide__medicine ul {
  margin: 0;
  padding-left: 20px;
  color: #56625c;
  font-size: 15px;
  line-height: 1.58;
}

.vc-colonoscopy-guide__diet-card li + li,
.vc-colonoscopy-guide__medicine li + li {
  margin-top: 8px;
}

.vc-colonoscopy-guide__note {
  margin: 22px 0 0;
  padding: 16px 18px;
  color: #174d37;
  background: #edf7f1;
  border-left: 3px solid #168c5a;
  border-radius: 0 12px 12px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.vc-colonoscopy-guide__regimen > article {
  position: relative;
  overflow: hidden;
}

.vc-colonoscopy-guide__regimen > article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 120px;
  height: 120px;
  border: 24px solid rgba(22, 140, 90, 0.05);
  border-radius: 50%;
}

.vc-colonoscopy-guide__regimen h4 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 18px;
}

.vc-colonoscopy-guide__regimen p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 7px 0 0;
  color: #5f6b65;
  font-size: 15px;
  line-height: 1.6;
}

.vc-colonoscopy-guide__recommendations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  counter-reset: colonoscopy-recommendation;
  list-style: none;
}

.vc-colonoscopy-guide__recommendations li {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px 20px 18px 64px;
  color: #4f5c55;
  background: #f5f7f6;
  border: 1px solid #e2e9e5;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.5;
  counter-increment: colonoscopy-recommendation;
}

.vc-colonoscopy-guide__recommendations li::before {
  content: counter(colonoscopy-recommendation);
  position: absolute;
  left: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e3f3ea;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.vc-colonoscopy-guide__medicines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.vc-colonoscopy-guide__medicine {
  min-width: 0;
  padding: 26px;
}

.vc-colonoscopy-guide__medicine-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.vc-colonoscopy-guide__medicine-heading > span {
  flex: 0 0 auto;
  color: #168c5a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.vc-colonoscopy-guide__medicine > p {
  margin: 0;
  color: #5c6862;
  font-size: 14px;
  line-height: 1.58;
}

.vc-colonoscopy-guide__medicine-stage {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e1e9e4;
}

.vc-colonoscopy-guide__medicine-stage h5 {
  margin: 0 0 8px;
}

.vc-colonoscopy-guide__medicine-stage > span {
  margin-bottom: 12px;
  color: #68746e;
  font-size: 11px;
}

.vc-colonoscopy-guide__medicine-stage .vc-colonoscopy-guide__note {
  margin: 10px 0 16px;
  padding: 13px 14px;
  font-size: 13px;
}

.vc-colonoscopy-content .vc-colonoscopy-preparation span,
.vc-colonoscopy-content .vc-colonoscopy-preparation b,
.vc-colonoscopy-content .vc-colonoscopy-preparation h3 {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.vc-colonoscopy-content .vc-colonoscopy-preparation__link,
.vc-colonoscopy-content .vc-colonoscopy-preparation__link:visited {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px 32px;
  color: #fff;
  background: #0a5d3d;
  border: 1px solid #0a5d3d;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(10, 93, 61, 0.16);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vc-colonoscopy-content .vc-colonoscopy-preparation__link::before {
  content: "PDF";
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #0a5d3d;
  background: #fff;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.vc-colonoscopy-content .vc-colonoscopy-preparation__link::after {
  content: "Открыть PDF ↗";
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.vc-colonoscopy-content .vc-colonoscopy-preparation__link:hover,
.vc-colonoscopy-content .vc-colonoscopy-preparation__link:focus {
  color: #fff;
  background: #084d34;
  box-shadow: 0 16px 38px rgba(10, 93, 61, 0.22);
  transform: translateY(-1px);
}

.vc-colonoscopy-content .vc-colonoscopy-preparation__link:focus-visible {
  outline: 3px solid rgba(80, 151, 75, 0.32);
  outline-offset: 3px;
}

.vc-colposcopy-content .vc-colposcopy-intro p {
  max-width: 980px;
}

.vc-colposcopy-content .vc-colposcopy-types .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: stretch;
}

.vc-colposcopy-content .vc-colposcopy-types .vc-hysteroscopy-section__body > p {
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 30px;
  color: #174d37;
  background: linear-gradient(135deg, #e8f5ed, #f5faf7);
  border: 1px solid #cfe6d8;
  border-radius: 20px;
  font-weight: 600;
}

.vc-colposcopy-content .vc-colposcopy-types ul {
  min-height: 100%;
  margin: 0;
  padding: 28px 30px 28px 52px;
  color: #526059;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 15px;
  line-height: 1.62;
}

.vc-colposcopy-content .vc-colposcopy-types li + li {
  margin-top: 12px;
}

.vc-colposcopy-content .vc-colposcopy-types li::marker {
  color: #168c5a;
}

.vc-colposcopy-content .vc-colposcopy-tasks ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-colposcopy-content .vc-colposcopy-tasks li {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 20px 22px 20px 66px;
  color: #46544d;
  background: #f5f7f6;
  border: 1px solid #e1e9e4;
  border-radius: 17px;
  font-size: 15px;
  line-height: 1.5;
}

.vc-colposcopy-content .vc-colposcopy-tasks li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e3f3ea;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.vc-colposcopy-content .vc-colposcopy-assessment {
  position: relative;
  margin-top: 62px;
  padding: 38px 44px;
  color: #effaf4;
  background:
    radial-gradient(circle at 100% 0, rgba(120, 231, 176, 0.18), transparent 35%),
    #0a5d3d;
  border-radius: 24px;
  overflow: hidden;
}

.vc-colposcopy-content .vc-colposcopy-assessment::before {
  content: "Что оценивает врач";
  display: block;
  margin-bottom: 12px;
  color: #9ae0bb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vc-colposcopy-content .vc-colposcopy-assessment p,
.vc-colposcopy-content .vc-colposcopy-assessment b {
  max-width: 1000px;
  margin: 0;
  color: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.vc-densitometry-content .vc-densitometry-care {
  padding: 36px;
  border-left: 0;
  border-radius: 24px;
}

.vc-densitometry-content .vc-densitometry-care > p {
  max-width: none;
  margin: 0 0 18px;
}

.vc-densitometry-content .vc-densitometry-care > ul {
  margin: 24px 0;
}

.vc-densitometry-content .vc-densitometry-care > p:last-child {
  margin-bottom: 0;
  color: #0a5d3d;
  font-weight: 700;
}

.vc-hysteroscopy-content .vc-hysteroscopy-process .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  counter-reset: hysteroscopy-step;
}

.vc-hysteroscopy-content .vc-hysteroscopy-process .vc-hysteroscopy-section__body > p {
  position: relative;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 68px 32px 32px;
  background: #f5f7f6;
  border: 1px solid #e3ebe6;
  border-radius: 20px;
}

.vc-hysteroscopy-content .vc-hysteroscopy-process .vc-hysteroscopy-section__body > p::before {
  content: "0" counter(hysteroscopy-step);
  counter-increment: hysteroscopy-step;
  position: absolute;
  top: 28px;
  left: 32px;
  color: #168c5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
}

.vc-hysteroscopy-content .vc-hysteroscopy-surgery {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
  gap: 54px;
  padding: 52px;
  color: #effaf4;
  background:
    radial-gradient(circle at 0 100%, rgba(120, 231, 176, 0.18), transparent 34%),
    #0a5d3d;
  border-radius: 28px;
}

.vc-hysteroscopy-content .vc-hysteroscopy-surgery > h3 {
  margin: 0;
  color: #fff;
}

.vc-hysteroscopy-content .vc-hysteroscopy-surgery .vc-hysteroscopy-section__body > p {
  max-width: none;
  color: rgba(255, 255, 255, 0.88);
}

.vc-hysteroscopy-content .vc-hysteroscopy-surgery .vc-hysteroscopy-section__body > p:last-child {
  margin-bottom: 0;
}

.vc-hysteroscopy-content .vc-hysteroscopy-pentax {
  position: relative;
  padding: 52px;
  background: #f4f7f5;
  border: 1px solid #dfe8e3;
  border-radius: 28px;
  overflow: hidden;
}

.vc-hysteroscopy-content .vc-hysteroscopy-pentax::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(22, 140, 90, 0.06);
  border-radius: 50%;
}

.vc-hysteroscopy-content .vc-hysteroscopy-pentax > h3,
.vc-hysteroscopy-content .vc-hysteroscopy-pentax .vc-hysteroscopy-section__body {
  position: relative;
  z-index: 1;
}

.vc-hysteroscopy-content .vc-hysteroscopy-pentax .vc-hysteroscopy-section__body > p {
  max-width: 980px;
}

.vc-hysteroscopy-content .vc-hysteroscopy-pentax .vc-hysteroscopy-section__body > p:last-child {
  margin-bottom: 0;
}

.vc-hysteroscopy-faq {
  margin: 0 0 96px;
}

.vc-hysteroscopy-faq > h2 {
  margin: 0 0 30px;
  color: #1f2924;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-hysteroscopy-faq__list {
  display: grid;
  gap: 12px;
}

.vc-hysteroscopy-faq__item {
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vc-hysteroscopy-faq__item[open] {
  border-color: #b9d9c8;
  box-shadow: 0 12px 30px rgba(24, 72, 50, 0.06);
}

.vc-hysteroscopy-faq__item summary {
  position: relative;
  padding: 24px 78px 24px 28px;
  color: #25312b;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.vc-hysteroscopy-faq__item summary::-webkit-details-marker {
  display: none;
}

.vc-hysteroscopy-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: #0b6b45;
  background: #eaf7f0;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.vc-hysteroscopy-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.vc-hysteroscopy-faq__item summary:focus-visible {
  outline: 2px solid #168c5a;
  outline-offset: -3px;
}

.vc-hysteroscopy-faq__answer {
  padding: 0 78px 26px 28px;
  color: #53615a;
}

.vc-hysteroscopy-faq__answer p {
  max-width: 980px;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
}

.vc-hysteroscopy-faq__answer ul {
  max-width: 980px;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.66;
}

.vc-hysteroscopy-faq__answer li + li {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .vc-hysteroscopy-content {
    padding: 58px 0 78px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-intro {
    padding: 36px 38px 36px 128px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-intro::before {
    left: 38px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-section {
    margin-top: 62px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-section > h3 {
    font-size: 36px;
  }

  .vc-hysteroscopy-faq {
    margin-bottom: 78px;
  }

  .vc-hysteroscopy-faq > h2 {
    font-size: 36px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-surgery {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px;
  }

  .vc-densitometry-content .vc-densitometry-primary-list,
  .vc-densitometry-content .vc-densitometry-care > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-dermatoscopy-content .vc-dermatoscopy-risk-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-colonoscopy-content .vc-colonoscopy-preparation {
    margin-top: 62px;
  }

  .vc-colonoscopy-guide__heading {
    align-items: flex-start;
  }

  .vc-colonoscopy-guide__facts,
  .vc-colonoscopy-guide__medicines {
    grid-template-columns: 1fr;
  }

  .vc-colonoscopy-guide__medicine {
    padding: 30px;
  }

  .vc-colposcopy-content .vc-colposcopy-types .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-densitometry-content .vc-densitometry-care {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .vc-hysteroscopy-summary {
    max-width: 100%;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .vc-hysteroscopy-content {
    padding: 42px 0 64px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-intro {
    padding: 68px 24px 26px;
    border-radius: 20px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-intro::before {
    top: 28px;
    left: 24px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-intro p,
  .vc-hysteroscopy-content .vc-hysteroscopy-section__body > p,
  .vc-hysteroscopy-content .vc-hysteroscopy-after-list {
    font-size: 15px;
    line-height: 1.62;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-section {
    margin-top: 52px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-section > h3 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.16;
  }

  .vc-hysteroscopy-faq {
    margin-bottom: 64px;
  }

  .vc-hysteroscopy-faq > h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.16;
  }

  .vc-hysteroscopy-faq__item {
    border-radius: 15px;
  }

  .vc-hysteroscopy-faq__item summary {
    padding: 20px 64px 20px 20px;
    font-size: 16px;
  }

  .vc-hysteroscopy-faq__item summary::after {
    right: 18px;
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .vc-hysteroscopy-faq__answer {
    padding: 0 20px 22px;
  }

  .vc-hysteroscopy-faq__answer p {
    font-size: 15px;
    line-height: 1.62;
  }

  .vc-hysteroscopy-faq__answer ul {
    font-size: 15px;
    line-height: 1.62;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-indications ul,
  .vc-hysteroscopy-content .vc-hysteroscopy-process .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-indications ul li {
    min-height: 68px;
    padding: 16px 18px 16px 54px;
    font-size: 14px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-indications ul li::before {
    left: 16px;
    width: 26px;
    height: 26px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-after-list {
    padding: 22px 22px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-process .vc-hysteroscopy-section__body > p {
    padding: 62px 24px 26px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-process .vc-hysteroscopy-section__body > p::before {
    top: 25px;
    left: 24px;
  }

  .vc-hysteroscopy-content .vc-hysteroscopy-surgery,
  .vc-hysteroscopy-content .vc-hysteroscopy-pentax {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .vc-densitometry-content .vc-densitometry-primary-list,
  .vc-densitometry-content .vc-densitometry-care > ul {
    grid-template-columns: 1fr;
  }

  .vc-dermatoscopy-content .vc-dermatoscopy-risk-list {
    grid-template-columns: 1fr;
  }

  .vc-dermatoscopy-content .vc-hysteroscopy-intro .vc-dermatoscopy-intro__advantages {
    padding: 20px;
    border-radius: 0 15px 15px 0;
  }

  .vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-colonoscopy-content .vc-colonoscopy-equipment .vc-hysteroscopy-section__body > p {
    grid-column: auto;
    padding: 24px;
    border-radius: 18px;
  }

  .vc-colonoscopy-content .vc-colonoscopy-preparation {
    margin-top: 52px;
  }

  .vc-colonoscopy-content .vc-colonoscopy-guide {
    margin-top: 52px;
  }

  .vc-colonoscopy-guide__heading {
    display: block;
    margin-bottom: 24px;
  }

  .vc-colonoscopy-guide__heading h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .vc-colonoscopy-guide__heading p {
    margin-top: 12px;
    font-size: 15px;
  }

  .vc-colonoscopy-guide__badge {
    display: inline-block;
    margin-top: 18px;
    font-size: 13px;
  }

  .vc-colonoscopy-guide__fact {
    padding: 24px;
    border-radius: 18px;
  }

  .vc-colonoscopy-guide__section {
    margin-top: 48px;
  }

  .vc-colonoscopy-guide__section-heading {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 20px;
  }

  .vc-colonoscopy-guide__section-heading > span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .vc-colonoscopy-guide__section-heading h3 {
    font-size: 24px;
  }

  .vc-colonoscopy-guide__diet,
  .vc-colonoscopy-guide__regimen,
  .vc-colonoscopy-guide__recommendations {
    grid-template-columns: 1fr;
  }

  .vc-colonoscopy-guide__diet-card,
  .vc-colonoscopy-guide__regimen > article,
  .vc-colonoscopy-guide__medicine {
    padding: 24px;
    border-radius: 18px;
  }

  .vc-colposcopy-content .vc-colposcopy-types .vc-hysteroscopy-section__body > p,
  .vc-colposcopy-content .vc-colposcopy-types ul {
    padding: 24px;
    border-radius: 18px;
    font-size: 15px;
  }

  .vc-colposcopy-content .vc-colposcopy-types ul {
    padding-left: 44px;
  }

  .vc-colposcopy-content .vc-colposcopy-tasks ul {
    grid-template-columns: 1fr;
  }

  .vc-colposcopy-content .vc-colposcopy-tasks li {
    min-height: 74px;
    padding: 17px 18px 17px 60px;
  }

  .vc-colposcopy-content .vc-colposcopy-tasks li::before {
    left: 16px;
  }

  .vc-colposcopy-content .vc-colposcopy-assessment {
    margin-top: 48px;
    padding: 28px 24px;
    border-radius: 20px;
  }

  .vc-colposcopy-content .vc-colposcopy-assessment p,
  .vc-colposcopy-content .vc-colposcopy-assessment b {
    font-size: 15px;
    line-height: 1.62;
  }

  .vc-colonoscopy-content .vc-colonoscopy-preparation__link,
  .vc-colonoscopy-content .vc-colonoscopy-preparation__link:visited {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
    font-size: 16px;
  }

  .vc-colonoscopy-content .vc-colonoscopy-preparation__link::before {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 12px;
  }

  .vc-colonoscopy-content .vc-colonoscopy-preparation__link::after {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .vc-densitometry-content .vc-densitometry-care {
    padding: 24px;
    border-radius: 20px;
  }
}

/* Plantoscopy service page */
.vc-plantoscopy-content .vc-plantoscopy-intro p + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfe8e3;
}

.vc-plantoscopy-content .vc-plantoscopy-purpose ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: plantoscopy-purpose;
}

.vc-plantoscopy-content .vc-plantoscopy-purpose li {
  position: relative;
  min-height: 104px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 24px 26px 24px 80px;
  color: #33443c;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 16px;
  line-height: 1.5;
}

.vc-plantoscopy-content .vc-plantoscopy-purpose li::before {
  content: counter(plantoscopy-purpose, decimal-leading-zero);
  counter-increment: plantoscopy-purpose;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border: 0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-plantoscopy-content .vc-plantoscopy-impact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  margin-top: 72px;
}

.vc-plantoscopy-content .vc-plantoscopy-impact__card {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 38px;
  border-radius: 24px;
  overflow: hidden;
}

.vc-plantoscopy-content .vc-plantoscopy-impact__card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

.vc-plantoscopy-content .vc-plantoscopy-impact__card--foundation {
  color: #174d37;
  background: linear-gradient(135deg, #e7f4ec, #f5faf7);
  border: 1px solid #cfe6d8;
  font-weight: 600;
}

.vc-plantoscopy-content .vc-plantoscopy-impact__card--foundation::before {
  content: "";
  display: block;
  width: 70px;
  height: 8px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, #168c5a 0 44%, #cbe9d9 44% 100%);
  border-radius: 20px;
}

.vc-plantoscopy-content .vc-plantoscopy-impact__card--consequences {
  color: #4f5d56;
  background: #f7f8f7;
  border: 1px solid #e1e9e4;
}

.vc-plantoscopy-content .vc-plantoscopy-clinic {
  position: relative;
  margin-top: 24px;
  padding: 42px 48px 42px 122px;
  color: #f4fbf7;
  background:
    radial-gradient(circle at 100% 0, rgba(121, 232, 176, 0.18), transparent 34%),
    #0a5d3d;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(10, 93, 61, 0.15);
}

.vc-plantoscopy-content .vc-plantoscopy-clinic::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a5d3d;
  background: #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-plantoscopy-content .vc-plantoscopy-clinic p {
  max-width: 980px;
  margin: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.vc-plantoscopy-content .vc-plantoscopy-audience {
  display: grid;
  grid-template-columns: minmax(250px, 0.48fr) minmax(0, 1.52fr);
  gap: 48px;
  align-items: start;
  padding: 48px;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 26px;
  box-shadow: 0 12px 34px rgba(24, 72, 50, 0.045);
}

.vc-plantoscopy-content .vc-plantoscopy-audience > h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.18;
}

.vc-plantoscopy-content .vc-plantoscopy-audience .vc-hysteroscopy-section__body > p {
  max-width: none;
  margin: 0;
  color: #526159;
  font-size: 16px;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .vc-plantoscopy-content .vc-plantoscopy-impact {
    grid-template-columns: 1fr;
  }

  .vc-plantoscopy-content .vc-plantoscopy-audience {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px;
  }
}

@media (max-width: 700px) {
  .vc-plantoscopy-content .vc-plantoscopy-purpose ul {
    grid-template-columns: 1fr;
  }

  .vc-plantoscopy-content .vc-plantoscopy-purpose li {
    min-height: 88px;
    padding: 20px 20px 20px 70px;
    border-radius: 16px;
    font-size: 15px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-purpose li::before {
    left: 18px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-impact {
    margin-top: 48px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-impact__card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-impact__card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-plantoscopy-content .vc-plantoscopy-clinic {
    padding: 82px 24px 28px;
    border-radius: 20px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-clinic::before {
    top: 24px;
    left: 24px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .vc-plantoscopy-content .vc-plantoscopy-clinic p {
    font-size: 16px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-audience {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-audience > h3 {
    font-size: 28px;
  }
}

/* Polysomnography service page */
.vc-polysomnography-content .vc-polysomnography-parameters__title {
  margin: 0 0 28px;
  color: #1f2924;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-polysomnography-content .vc-polysomnography-parameters ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: polysomnography-parameter;
}

.vc-polysomnography-content .vc-polysomnography-parameters li {
  position: relative;
  min-height: 98px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 22px 22px 22px 72px;
  color: #34443d;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 15px;
  line-height: 1.5;
}

.vc-polysomnography-content .vc-polysomnography-parameters li::before {
  content: counter(polysomnography-parameter, decimal-leading-zero);
  counter-increment: polysomnography-parameter;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border: 0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-polysomnography-content .vc-polysomnography-purpose .vc-hysteroscopy-section__body {
  position: relative;
  padding: 44px 48px;
  color: #f2faf5;
  background:
    radial-gradient(circle at 100% 0, rgba(131, 234, 180, 0.2), transparent 34%),
    #0d4936;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(13, 73, 54, 0.15);
  overflow: hidden;
}

.vc-polysomnography-content .vc-polysomnography-purpose .vc-hysteroscopy-section__body::before {
  content: "";
  display: block;
  width: 74px;
  height: 8px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #87dbad 0 45%, rgba(255, 255, 255, 0.18) 45% 100%);
  border-radius: 20px;
}

.vc-polysomnography-content .vc-polysomnography-purpose .vc-hysteroscopy-section__body > p {
  max-width: 1080px;
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.vc-polysomnography-content .vc-polysomnography-technology {
  position: relative;
  margin-top: 24px;
  padding: 36px 40px 36px 104px;
  color: #46564e;
  background: linear-gradient(135deg, #eef7f2, #f8fbf9);
  border: 1px solid #d7e9df;
  border-radius: 22px;
}

.vc-polysomnography-content .vc-polysomnography-technology::before {
  content: "i";
  position: absolute;
  top: 50%;
  left: 38px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #fff;
  border: 1px solid #cfe5d8;
  border-radius: 14px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-polysomnography-content .vc-polysomnography-technology p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.vc-polysomnography-content .vc-polysomnography-appointment {
  position: relative;
  margin-top: 24px;
  padding: 34px 96px 34px 40px;
  color: #fff;
  background: linear-gradient(120deg, #50974b, #0a6a45);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(63, 127, 59, 0.18);
}

.vc-polysomnography-content .vc-polysomnography-appointment::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6a45;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-polysomnography-content .vc-polysomnography-appointment p,
.vc-polysomnography-content .vc-polysomnography-appointment b {
  max-width: 980px;
  margin: 0;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .vc-polysomnography-content .vc-polysomnography-parameters ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .vc-polysomnography-content .vc-polysomnography-parameters__title {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .vc-polysomnography-content .vc-polysomnography-parameters ul {
    grid-template-columns: 1fr;
  }

  .vc-polysomnography-content .vc-polysomnography-parameters li {
    min-height: 82px;
    padding: 18px 18px 18px 66px;
    border-radius: 16px;
  }

  .vc-polysomnography-content .vc-polysomnography-parameters li::before {
    left: 16px;
  }

  .vc-polysomnography-content .vc-polysomnography-purpose .vc-hysteroscopy-section__body {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .vc-polysomnography-content .vc-polysomnography-purpose .vc-hysteroscopy-section__body > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-polysomnography-content .vc-polysomnography-technology {
    padding: 82px 24px 28px;
    border-radius: 20px;
  }

  .vc-polysomnography-content .vc-polysomnography-technology::before {
    top: 24px;
    left: 24px;
    transform: none;
  }

  .vc-polysomnography-content .vc-polysomnography-technology p {
    font-size: 15px;
  }

  .vc-polysomnography-content .vc-polysomnography-appointment {
    padding: 28px 74px 28px 24px;
    border-radius: 20px;
  }

  .vc-polysomnography-content .vc-polysomnography-appointment::after {
    right: 20px;
    width: 38px;
    height: 38px;
  }

  .vc-polysomnography-content .vc-polysomnography-appointment p,
  .vc-polysomnography-content .vc-polysomnography-appointment b {
    font-size: 15px;
  }
}

/* Rectoromanoscopy service page */
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-editor {
  min-width: 0;
}

.vc-rectoromanoscopy-content .vc-hysteroscopy-section > h3,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-section-title {
  overflow-wrap: anywhere;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  padding: 38px 40px;
  color: #425149;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(24, 72, 50, 0.04);
  font-size: 16px;
  line-height: 1.72;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item--1 {
  position: relative;
  padding-top: 74px;
  color: #f2faf5;
  background:
    radial-gradient(circle at 100% 0, rgba(134, 229, 176, 0.2), transparent 38%),
    #0d563d;
  border-color: #0d563d;
  box-shadow: 0 16px 38px rgba(13, 86, 61, 0.16);
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item--1::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 40px;
  width: 72px;
  height: 8px;
  background: linear-gradient(90deg, #8ce0b3 0 45%, rgba(255, 255, 255, 0.2) 45% 100%);
  border-radius: 20px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item b {
  color: inherit;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__lead,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list {
  grid-column: 1 / -1;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__lead {
  padding: 28px 32px;
  color: #244d3a;
  background: linear-gradient(135deg, #eaf7f0, #f8fbf9);
  border: 1px solid #cfe6d8;
  border-radius: 20px;
  font-size: 17px;
  line-height: 1.68;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rectoromanoscopy-preparation;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list li {
  position: relative;
  min-height: 116px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 24px 24px 24px 80px;
  color: #3e4d45;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 15px;
  line-height: 1.55;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list li::before {
  content: counter(rectoromanoscopy-preparation, decimal-leading-zero);
  counter-increment: rectoromanoscopy-preparation;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border: 0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note {
  position: relative;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 28px 28px 28px 76px;
  color: #536159;
  background: #f6f8f7;
  border: 1px solid #e0e8e4;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note::before {
  content: "i";
  position: absolute;
  top: 28px;
  left: 26px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border-radius: 10px;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-indications .vc-hysteroscopy-section__body > p,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis .vc-hysteroscopy-section__body > p {
  max-width: 980px;
  margin-bottom: 26px;
  color: #536159;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list li,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list li {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 22px 24px 22px 72px;
  color: #3c4b43;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.52;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list li::before,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list li::before {
  content: "+";
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-contraindications .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 18px;
  align-items: stretch;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-contraindications .vc-hysteroscopy-section__body > p {
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 34px;
  color: #68453f;
  background: #fff7f4;
  border: 1px solid #efd9d2;
  border-radius: 22px;
  font-size: 16px;
  line-height: 1.68;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 24px;
  background: #f8faf9;
  border: 1px solid #e0e8e4;
  border-radius: 22px;
  list-style: none;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 15px 18px 15px 58px;
  color: #4a554f;
  background: #fff;
  border: 1px solid #e3e9e6;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.5;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list li::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a35143;
  background: #faeae5;
  border: 0;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-section-title {
  margin: 0 0 26px;
  color: #1f2924;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-section-title b {
  color: inherit;
  font: inherit;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-advantages .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-advantages .vc-hysteroscopy-section__body > div {
  grid-column: 1 / -1;
  padding: 34px 38px;
  color: #eef9f3;
  background:
    radial-gradient(circle at 100% 0, rgba(134, 229, 176, 0.2), transparent 36%),
    #0d563d;
  border-radius: 24px;
  box-shadow: 0 15px 34px rgba(13, 86, 61, 0.15);
  font-size: 17px;
  line-height: 1.7;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-advantages .vc-hysteroscopy-section__body > p {
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 28px;
  color: #4e5c55;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.68;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment {
  position: relative;
  margin: 28px 0 0;
  padding: 34px 96px 34px 40px;
  color: #fff;
  background: linear-gradient(120deg, #50974b, #0a6a45);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(63, 127, 59, 0.18);
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6a45;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment b {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-contraindications .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__lead,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro {
    gap: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item {
    padding: 28px 24px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item--1 {
    padding-top: 66px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-intro__item--1::before {
    top: 30px;
    left: 24px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__lead {
    padding: 24px;
    border-radius: 18px;
    font-size: 15px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-advantages .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list li {
    min-height: 96px;
    padding: 20px 20px 20px 70px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list li::before {
    left: 16px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note {
    padding: 70px 22px 24px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note::before {
    top: 22px;
    left: 22px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list li,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list li {
    min-height: 82px;
    padding: 18px 18px 18px 66px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list li::before,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list li::before {
    left: 16px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-contraindications .vc-hysteroscopy-section__body > p {
    padding: 26px 24px;
    border-radius: 18px;
    font-size: 15px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list {
    padding: 16px;
    border-radius: 18px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list li {
    padding: 15px 16px 15px 52px;
    font-size: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list li::before {
    left: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-section-title {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-advantages .vc-hysteroscopy-section__body > div {
    padding: 28px 24px;
    border-radius: 20px;
    font-size: 15px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-advantages .vc-hysteroscopy-section__body > p {
    padding: 24px;
    border-radius: 18px;
    font-size: 14px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment {
    padding: 28px 74px 28px 24px;
    border-radius: 20px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment::after {
    right: 20px;
    width: 38px;
    height: 38px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-appointment b {
    font-size: 15px;
  }
}

/* Siascopy service page */
.vc-siascopy-content .vc-siascopy-editor {
  min-width: 0;
}

.vc-siascopy-content .vc-siascopy-intro {
  position: relative;
  padding: 48px 52px;
  color: #f1faf5;
  background:
    radial-gradient(circle at 88% 10%, rgba(135, 231, 178, 0.24), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.08), transparent 32%),
    #0d563d;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(13, 86, 61, 0.16);
  overflow: hidden;
}

.vc-siascopy-content .vc-siascopy-intro::before {
  content: "";
  display: block;
  width: 76px;
  height: 8px;
  margin-bottom: 26px;
  background: linear-gradient(90deg, #91e2b6 0 46%, rgba(255, 255, 255, 0.2) 46% 100%);
  border-radius: 20px;
}

.vc-siascopy-content .vc-siascopy-intro__text {
  position: relative;
  max-width: 1040px;
  margin: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.72;
}

.vc-siascopy-content .vc-siascopy-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.vc-siascopy-content .vc-siascopy-benefits__item {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 82px 36px 34px;
  color: #47564e;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 22px;
  box-shadow: 0 9px 26px rgba(24, 72, 50, 0.04);
  font-size: 16px;
  line-height: 1.68;
}

.vc-siascopy-content .vc-siascopy-benefits__item::before {
  position: absolute;
  top: 30px;
  left: 36px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.vc-siascopy-content .vc-siascopy-benefits__item--noninvasive::before {
  content: "01";
}

.vc-siascopy-content .vc-siascopy-benefits__item--detail::before {
  content: "02";
}

.vc-siascopy-content .vc-siascopy-reliability {
  margin-top: 70px;
}

.vc-siascopy-content .vc-siascopy-reliability > h3 {
  overflow-wrap: anywhere;
}

.vc-siascopy-content .vc-siascopy-reliability .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: stretch;
}

.vc-siascopy-content .vc-siascopy-reliability .vc-hysteroscopy-section__body > p {
  max-width: none;
  min-height: 100%;
  margin: 0;
  border-radius: 24px;
}

.vc-siascopy-content .vc-siascopy-reliability__score {
  position: relative;
  padding: 118px 36px 38px;
  color: #f2faf5;
  background:
    radial-gradient(circle at 100% 0, rgba(140, 228, 178, 0.22), transparent 38%),
    #0b6747;
  box-shadow: 0 15px 34px rgba(11, 103, 71, 0.15);
  font-size: 16px;
  line-height: 1.65;
}

.vc-siascopy-content .vc-siascopy-reliability__score::before {
  content: "95%";
  position: absolute;
  top: 34px;
  left: 36px;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.vc-siascopy-content .vc-siascopy-reliability__definition {
  position: relative;
  padding: 44px 42px 44px 108px;
  color: #46554d;
  background: linear-gradient(135deg, #eef7f2, #fbfcfb);
  border: 1px solid #d5e8dc;
  font-size: 17px;
  line-height: 1.7;
}

.vc-siascopy-content .vc-siascopy-reliability__definition::before {
  content: "i";
  position: absolute;
  top: 44px;
  left: 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #fff;
  border: 1px solid #cfe5d8;
  border-radius: 14px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.vc-siascopy-content .vc-siascopy-decision {
  position: relative;
  margin-top: 24px;
  padding: 42px 46px;
  color: #edf8f2;
  background:
    linear-gradient(125deg, rgba(75, 149, 83, 0.2), transparent 42%),
    #123f31;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(18, 63, 49, 0.14);
}

.vc-siascopy-content .vc-siascopy-decision::before {
  content: "";
  display: block;
  width: 72px;
  height: 7px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #80d8a7 0 46%, rgba(255, 255, 255, 0.16) 46% 100%);
  border-radius: 20px;
}

.vc-siascopy-content .vc-siascopy-decision__text {
  max-width: 1080px;
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.vc-siascopy-content .vc-siascopy-results {
  position: relative;
  margin-top: 24px;
  padding: 38px 42px 38px 112px;
  color: #46554d;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 22px;
  box-shadow: 0 9px 26px rgba(24, 72, 50, 0.04);
}

.vc-siascopy-content .vc-siascopy-results::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 42px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-siascopy-content .vc-siascopy-results__text {
  max-width: 1040px;
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.7;
}

.vc-siascopy-content .vc-siascopy-reminder {
  margin-top: 24px;
  padding: 30px 34px;
  color: #24513c;
  background: linear-gradient(135deg, #e8f6ee, #f8fbf9);
  border: 1px solid #cbe5d6;
  border-left: 6px solid #168c5a;
  border-radius: 0 20px 20px 0;
}

.vc-siascopy-content .vc-siascopy-reminder__text {
  max-width: 1060px;
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.vc-siascopy-faq .vc-hysteroscopy-faq__answer p + p {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .vc-siascopy-content .vc-siascopy-reliability .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .vc-siascopy-content .vc-siascopy-intro {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .vc-siascopy-content .vc-siascopy-intro::before {
    margin-bottom: 22px;
  }

  .vc-siascopy-content .vc-siascopy-intro__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-siascopy-content .vc-siascopy-benefits {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .vc-siascopy-content .vc-siascopy-benefits__item {
    padding: 74px 24px 26px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-siascopy-content .vc-siascopy-benefits__item::before {
    top: 24px;
    left: 24px;
  }

  .vc-siascopy-content .vc-siascopy-reliability {
    margin-top: 52px;
  }

  .vc-siascopy-content .vc-siascopy-reliability__score {
    padding: 106px 24px 30px;
    border-radius: 20px;
    font-size: 15px;
  }

  .vc-siascopy-content .vc-siascopy-reliability__score::before {
    top: 30px;
    left: 24px;
    font-size: 48px;
  }

  .vc-siascopy-content .vc-siascopy-reliability__definition {
    padding: 86px 24px 30px;
    border-radius: 20px;
    font-size: 15px;
  }

  .vc-siascopy-content .vc-siascopy-reliability__definition::before {
    top: 26px;
    left: 24px;
  }

  .vc-siascopy-content .vc-siascopy-decision {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .vc-siascopy-content .vc-siascopy-decision__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-siascopy-content .vc-siascopy-results {
    padding: 88px 24px 28px;
    border-radius: 20px;
  }

  .vc-siascopy-content .vc-siascopy-results::before {
    top: 26px;
    left: 24px;
    transform: none;
  }

  .vc-siascopy-content .vc-siascopy-results__text,
  .vc-siascopy-content .vc-siascopy-reminder__text {
    font-size: 15px;
  }

  .vc-siascopy-content .vc-siascopy-reminder {
    padding: 26px 22px;
    border-radius: 0 18px 18px 0;
  }
}

/* Spirography and spirometry service page */
.vc-spirography-content .vc-spirography-editor {
  min-width: 0;
}

.vc-spirography-content .vc-hysteroscopy-section > h3,
.vc-spirography-content .vc-spirography-final-card > h3 {
  overflow-wrap: anywhere;
}

.vc-spirography-content .vc-spirography-intro {
  position: relative;
  padding: 46px 48px;
  color: #f1faf5;
  background:
    radial-gradient(circle at 100% 0, rgba(143, 229, 181, 0.22), transparent 32%),
    #0d563d;
  border-radius: 26px;
  box-shadow: 0 17px 40px rgba(13, 86, 61, 0.16);
}

.vc-spirography-content .vc-spirography-intro__lead {
  max-width: 980px;
  margin: 0;
  color: inherit;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.65;
}

.vc-spirography-content .vc-spirography-intro__label {
  margin: 30px 0 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
}

.vc-spirography-content .vc-spirography-intro__label b {
  color: inherit;
}

.vc-spirography-content .vc-spirography-intro__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-spirography-content .vc-spirography-intro__list li {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 18px 16px 18px 50px;
  color: #f3faf6;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.45;
}

.vc-spirography-content .vc-spirography-intro__list li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d563d;
  background: #92e1b6;
  border: 0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-spirography-content .vc-spirography-section-lead {
  max-width: 980px;
  margin: 0 0 24px;
  color: #526159;
  font-size: 17px;
  line-height: 1.68;
}

.vc-spirography-content .vc-spirography-where .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vc-spirography-content .vc-spirography-where__item {
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 30px 32px;
  color: #4d5b54;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 15px;
  line-height: 1.68;
}

.vc-spirography-content .vc-spirography-where__item--1 {
  grid-column: 1 / -1;
  padding: 30px 34px;
  color: #24513c;
  background: linear-gradient(135deg, #e8f6ee, #f8fbf9);
  border-color: #cce5d6;
  border-left: 6px solid #168c5a;
  border-radius: 0 20px 20px 0;
  font-size: 17px;
  font-weight: 600;
}

.vc-spirography-content .vc-spirography-where__item--3 {
  color: #edf8f2;
  background:
    radial-gradient(circle at 100% 0, rgba(127, 216, 166, 0.2), transparent 36%),
    #123f31;
  border-color: #123f31;
}

.vc-spirography-content .vc-spirography-where__item--4 {
  position: relative;
  padding-left: 92px;
}

.vc-spirography-content .vc-spirography-where__item--4::before {
  content: "i";
  position: absolute;
  top: 30px;
  left: 32px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border-radius: 12px;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.vc-spirography-content .vc-spirography-indications-list,
.vc-spirography-content .vc-spirography-metrics-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-spirography-content .vc-spirography-indications-list li,
.vc-spirography-content .vc-spirography-metrics-list li {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 22px 24px 22px 72px;
  color: #3f4e46;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.52;
}

.vc-spirography-content .vc-spirography-indications-list li::before,
.vc-spirography-content .vc-spirography-metrics-list li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b6b45;
  background: #e5f4eb;
  border: 0;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-spirography-content .vc-spirography-metrics-list li {
  align-items: flex-start;
  min-height: 112px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.vc-spirography-content .vc-spirography-metrics-list li::before {
  content: "+";
  top: 26px;
  transform: none;
}

.vc-spirography-content .vc-spirography-contraindications .vc-hysteroscopy-section__body {
  padding: 28px;
  background: #fff8f5;
  border: 1px solid #efdad3;
  border-radius: 24px;
}

.vc-spirography-content .vc-spirography-contraindications-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-spirography-content .vc-spirography-contraindications-list li {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 16px 18px 16px 58px;
  color: #654b44;
  background: #fff;
  border: 1px solid #ecdcd6;
  border-radius: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.vc-spirography-content .vc-spirography-contraindications-list li::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a34f40;
  background: #faeae5;
  border: 0;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-spirography-content .vc-spirography-procedure .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  counter-reset: spirography-procedure;
}

.vc-spirography-content .vc-spirography-procedure__step {
  position: relative;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 72px 30px 30px;
  color: #4b5952;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.68;
}

.vc-spirography-content .vc-spirography-procedure__step--1 {
  grid-column: 1 / -1;
  padding: 32px 34px 32px 96px;
  color: #24513c;
  background: linear-gradient(135deg, #e8f6ee, #f8fbf9);
  border-color: #cce5d6;
  font-size: 17px;
  font-weight: 600;
}

.vc-spirography-content .vc-spirography-procedure__step::before {
  content: "0" counter(spirography-procedure);
  counter-increment: spirography-procedure;
  position: absolute;
  top: 28px;
  left: 30px;
  color: #0b6b45;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.vc-spirography-content .vc-spirography-procedure__step--1::before {
  top: 50%;
  left: 34px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 13px;
  transform: translateY(-50%);
  letter-spacing: 0;
}

.vc-spirography-content .vc-spirography-tests .vc-hysteroscopy-section__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: spirography-test;
}

.vc-spirography-content .vc-spirography-tests__item {
  position: relative;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 76px 28px 30px;
  color: #4b5952;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
  font-size: 15px;
  line-height: 1.67;
}

.vc-spirography-content .vc-spirography-tests__item::before {
  content: "0" counter(spirography-test);
  counter-increment: spirography-test;
  position: absolute;
  top: 28px;
  left: 28px;
  color: #0b6b45;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.vc-spirography-content .vc-spirography-tests__item--2 {
  color: #edf8f2;
  background:
    radial-gradient(circle at 100% 0, rgba(127, 216, 166, 0.2), transparent 36%),
    #123f31;
  border-color: #123f31;
}

.vc-spirography-content .vc-spirography-tests__item--2::before {
  color: #91e0b5;
}

.vc-spirography-content .vc-spirography-analysis__note {
  max-width: none;
  margin: 24px 0 0;
  padding: 28px 32px;
  color: #24513c;
  background: linear-gradient(135deg, #e8f6ee, #f8fbf9);
  border: 1px solid #cce5d6;
  border-left: 6px solid #168c5a;
  border-radius: 0 18px 18px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.vc-spirography-content .vc-spirography-spirometry .vc-hysteroscopy-section__body {
  display: grid;
  gap: 16px;
}

.vc-spirography-content .vc-spirography-spirometry__item {
  max-width: none;
  margin: 0;
  padding: 34px 38px;
  color: #4b5952;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 22px;
  font-size: 16px;
  line-height: 1.7;
}

.vc-spirography-content .vc-spirography-spirometry__item--1 {
  color: #eff9f4;
  background:
    radial-gradient(circle at 100% 0, rgba(143, 229, 181, 0.22), transparent 34%),
    #0d563d;
  border-color: #0d563d;
  box-shadow: 0 15px 34px rgba(13, 86, 61, 0.15);
  font-size: 18px;
  font-weight: 600;
}

.vc-spirography-content .vc-spirography-final-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 70px;
}

.vc-spirography-content .vc-spirography-final-card {
  min-width: 0;
  padding: 30px;
  color: #4a5851;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(24, 72, 50, 0.035);
}

.vc-spirography-content .vc-spirography-final-card > h3 {
  margin: 0 0 22px;
  color: #1f2924;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.vc-spirography-content .vc-spirography-final-card > p {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.68;
}

.vc-spirography-content .vc-spirography-preparation {
  color: #eef9f3;
  background:
    radial-gradient(circle at 100% 0, rgba(127, 216, 166, 0.2), transparent 36%),
    #123f31;
  border-color: #123f31;
}

.vc-spirography-content .vc-spirography-preparation > h3 {
  color: #fff;
}

.vc-spirography-content .vc-spirography-appointment {
  position: relative;
  margin: 24px 0 0;
  padding: 34px 96px 34px 40px;
  color: #fff;
  background: linear-gradient(120deg, #50974b, #0a6a45);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(63, 127, 59, 0.18);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.vc-spirography-content .vc-spirography-appointment::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a6a45;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.vc-spirography-content .vc-spirography-appointment b {
  color: inherit;
}

.vc-spirography-faq .vc-hysteroscopy-faq__answer p + p {
  margin-top: 14px;
}

@media (max-width: 1000px) {
  .vc-spirography-content .vc-spirography-intro__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-spirography-content .vc-spirography-tests .vc-hysteroscopy-section__body,
  .vc-spirography-content .vc-spirography-final-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .vc-spirography-content .vc-spirography-intro {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .vc-spirography-content .vc-spirography-intro__lead {
    font-size: 16px;
  }

  .vc-spirography-content .vc-spirography-intro__label {
    margin-top: 24px;
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-intro__list,
  .vc-spirography-content .vc-spirography-where .vc-hysteroscopy-section__body,
  .vc-spirography-content .vc-spirography-indications-list,
  .vc-spirography-content .vc-spirography-metrics-list,
  .vc-spirography-content .vc-spirography-contraindications-list,
  .vc-spirography-content .vc-spirography-procedure .vc-hysteroscopy-section__body {
    grid-template-columns: 1fr;
  }

  .vc-spirography-content .vc-spirography-intro__list li {
    min-height: 66px;
  }

  .vc-spirography-content .vc-spirography-where__item {
    padding: 26px 24px;
    border-radius: 18px;
    font-size: 14px;
  }

  .vc-spirography-content .vc-spirography-where__item--1 {
    grid-column: auto;
    padding: 26px 22px;
    border-radius: 0 18px 18px 0;
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-where__item--4 {
    padding-top: 78px;
    padding-left: 24px;
  }

  .vc-spirography-content .vc-spirography-where__item--4::before {
    top: 24px;
    left: 24px;
  }

  .vc-spirography-content .vc-spirography-section-lead {
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-indications-list li,
  .vc-spirography-content .vc-spirography-metrics-list li {
    min-height: 82px;
    padding: 18px 18px 18px 66px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-spirography-content .vc-spirography-indications-list li::before,
  .vc-spirography-content .vc-spirography-metrics-list li::before {
    left: 16px;
  }

  .vc-spirography-content .vc-spirography-metrics-list li::before {
    top: 20px;
  }

  .vc-spirography-content .vc-spirography-contraindications .vc-hysteroscopy-section__body {
    padding: 16px;
    border-radius: 18px;
  }

  .vc-spirography-content .vc-spirography-contraindications-list li {
    padding: 15px 16px 15px 52px;
    font-size: 14px;
  }

  .vc-spirography-content .vc-spirography-contraindications-list li::before {
    left: 14px;
  }

  .vc-spirography-content .vc-spirography-procedure__step {
    padding: 68px 24px 26px;
    border-radius: 18px;
    font-size: 14px;
  }

  .vc-spirography-content .vc-spirography-procedure__step--1 {
    grid-column: auto;
    padding: 84px 24px 28px;
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-procedure__step::before {
    left: 24px;
  }

  .vc-spirography-content .vc-spirography-procedure__step--1::before {
    top: 24px;
    left: 24px;
    transform: none;
  }

  .vc-spirography-content .vc-spirography-tests__item {
    padding: 68px 24px 26px;
    border-radius: 18px;
    font-size: 14px;
  }

  .vc-spirography-content .vc-spirography-tests__item::before {
    left: 24px;
  }

  .vc-spirography-content .vc-spirography-analysis__note {
    padding: 24px 22px;
    border-radius: 0 18px 18px 0;
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-spirometry__item {
    padding: 28px 24px;
    border-radius: 20px;
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-spirometry__item--1 {
    font-size: 16px;
  }

  .vc-spirography-content .vc-spirography-final-grid {
    margin-top: 52px;
  }

  .vc-spirography-content .vc-spirography-final-card {
    padding: 26px 24px;
    border-radius: 18px;
  }

  .vc-spirography-content .vc-spirography-final-card > h3 {
    font-size: 23px;
  }

  .vc-spirography-content .vc-spirography-appointment {
    padding: 28px 72px 28px 24px;
    border-radius: 20px;
    font-size: 15px;
  }

  .vc-spirography-content .vc-spirography-appointment::after {
    right: 18px;
    width: 38px;
    height: 38px;
  }
}

/* Spirography icon optical alignment */
.vc-spirography-content .vc-spirography-intro__list li::before,
.vc-spirography-content .vc-spirography-indications-list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.vc-spirography-content .vc-spirography-intro__list li::before {
  background-size: 13px 13px;
}

.vc-spirography-content .vc-spirography-indications-list li::before {
  background-size: 16px 16px;
}

.vc-spirography-content .vc-spirography-metrics-list li::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5v9M3.5 8h9' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

/* Spirography badges: structural centering */
.vc-spirography-content .vc-spirography-intro__list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  padding: 18px 16px;
}

.vc-spirography-content .vc-spirography-indications-list li,
.vc-spirography-content .vc-spirography-metrics-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 22px 24px;
}

.vc-spirography-content .vc-spirography-contraindications-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding: 16px 18px;
}

.vc-spirography-content .vc-spirography-intro__list li::before,
.vc-spirography-content .vc-spirography-indications-list li::before,
.vc-spirography-content .vc-spirography-metrics-list li::before,
.vc-spirography-content .vc-spirography-contraindications-list li::before {
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  transform: none;
}

.vc-spirography-content .vc-spirography-contraindications-list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.2v6.2M8 12.4v.2' fill='none' stroke='%23a34f40' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

/* Stereotactic breast biopsy */
.vc-stereotactic-biopsy-content {
  --vc-biopsy-green: #0b6b45;
  --vc-biopsy-green-dark: #07583a;
  --vc-biopsy-green-soft: #e7f5ed;
  --vc-biopsy-ink: #1f2924;
  --vc-biopsy-muted: #59645f;
  --vc-biopsy-line: #dbe8e1;
  --vc-biopsy-surface: #f5f8f6;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-editor {
  color: var(--vc-biopsy-ink);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-editor > * {
  box-sizing: border-box;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 72px;
  padding: 44px 52px 44px 118px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14) 0, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--vc-biopsy-green-dark), #167653);
  box-shadow: 0 24px 58px rgba(11, 107, 69, .16);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4v16M4 12h16' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  transform: translateY(-50%);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages,
.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications {
  margin: 0 0 72px;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > h3,
.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > h3,
.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery > h3 {
  margin: 0 0 32px;
  color: var(--vc-biopsy-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul,
.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul > li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 17px;
  align-items: center;
  min-height: 116px;
  margin: 0;
  padding: 26px 28px;
  border: 1px solid var(--vc-biopsy-line);
  border-radius: 20px;
  background: var(--vc-biopsy-surface);
  color: #334039;
  font-size: 16px;
  line-height: 1.55;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul > li::before,
.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul > li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--vc-biopsy-green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  transform: none;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul > li::before {
  width: 38px;
  height: 38px;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications {
  padding: 42px;
  border-radius: 28px;
  background: #f2f7f4;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > h3 {
  margin-bottom: 16px;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > p {
  margin: 0 0 28px;
  color: var(--vc-biopsy-muted);
  font-size: 17px;
  line-height: 1.65;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul > li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 142px;
  margin: 0;
  padding: 24px 22px;
  border: 1px solid #d6e6dd;
  border-radius: 18px;
  background: #fff;
  color: #334039;
  font-size: 15px;
  line-height: 1.55;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul > li::before {
  width: 34px;
  height: 34px;
  background-size: 15px 15px;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery {
  position: relative;
  margin: 0 0 28px;
  padding: 40px 44px 40px 142px;
  border: 1px solid var(--vc-biopsy-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 61, 46, .07);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery::before {
  content: "24–48";
  position: absolute;
  top: 50%;
  left: 38px;
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--vc-biopsy-green);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
  transform: translateY(-50%);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery::after {
  content: "часов";
  position: absolute;
  top: calc(50% + 19px);
  left: 57px;
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery > h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.4vw, 32px);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery > p {
  margin: 0;
  color: var(--vc-biopsy-muted);
  font-size: 16px;
  line-height: 1.7;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-appointment {
  position: relative;
  margin: 0;
  padding: 31px 92px 31px 34px;
  border-radius: 22px;
  background: linear-gradient(115deg, var(--vc-biopsy-green-dark), var(--vc-biopsy-green));
  box-shadow: 0 20px 45px rgba(11, 107, 69, .15);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-appointment::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 28px;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  transform: translateY(-50%);
}

.vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-appointment b {
  color: #fff;
}

.vc-stereotactic-biopsy-faq {
  margin-top: 78px;
}

.vc-stereotactic-biopsy-faq .vc-hysteroscopy-faq__answer p + ul {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro {
    padding: 38px 42px 38px 106px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro::before {
    left: 38px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul {
    grid-template-columns: 1fr;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul > li {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro {
    margin-bottom: 50px;
    padding: 78px 24px 28px;
    border-radius: 22px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro::before {
    top: 24px;
    left: 24px;
    width: 38px;
    height: 38px;
    background-size: 18px 18px;
    transform: none;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-intro p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages,
  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications {
    margin-bottom: 50px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > h3,
  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > h3,
  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery > h3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-advantages > ul > li {
    min-height: 0;
    padding: 22px 20px;
    border-radius: 17px;
    font-size: 15px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > h3 {
    margin-bottom: 12px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > p {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-indications > ul > li {
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery {
    padding: 112px 22px 28px;
    border-radius: 20px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery::before {
    top: 26px;
    left: 22px;
    width: 68px;
    height: 68px;
    transform: none;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery::after {
    top: 71px;
    left: 39px;
    transform: none;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery > h3 {
    font-size: 24px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-recovery > p {
    font-size: 15px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-appointment {
    padding: 26px 72px 26px 22px;
    border-radius: 18px;
    font-size: 15px;
  }

  .vc-stereotactic-biopsy-content .vc-stereotactic-biopsy-appointment::after {
    right: 18px;
    width: 38px;
    height: 38px;
  }

  .vc-stereotactic-biopsy-faq {
    margin-top: 58px;
  }
}

/* Trichogram */
.vc-trichogram-content {
  --vc-trichogram-green: #0b6b45;
  --vc-trichogram-green-dark: #07583a;
  --vc-trichogram-green-soft: #e7f5ed;
  --vc-trichogram-ink: #1f2924;
  --vc-trichogram-muted: #59645f;
  --vc-trichogram-line: #dbe8e1;
  --vc-trichogram-surface: #f4f8f6;
}

.vc-trichogram-content .vc-trichogram-editor {
  color: var(--vc-trichogram-ink);
}

.vc-trichogram-content .vc-trichogram-editor > * {
  box-sizing: border-box;
}

.vc-trichogram-content .vc-trichogram-editor p,
.vc-trichogram-content .vc-trichogram-editor li,
.vc-trichogram-faq .vc-hysteroscopy-faq__answer {
  overflow-wrap: anywhere;
}

.vc-trichogram-content .vc-trichogram-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 72px;
  padding: 44px 52px 44px 118px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14) 0, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--vc-trichogram-green-dark), #167653);
  box-shadow: 0 24px 58px rgba(11, 107, 69, .16);
}

.vc-trichogram-content .vc-trichogram-intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c0-5 1-9 3-12M12 18c0-5 .7-9 2-12M17 18c0-4-.3-7-1-10' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M5 19h14' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  transform: translateY(-50%);
}

.vc-trichogram-content .vc-trichogram-intro p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.vc-trichogram-content .vc-trichogram-monitoring {
  margin: 0 0 72px;
  padding: 42px;
  border-radius: 28px;
  background: var(--vc-trichogram-surface);
}

.vc-trichogram-content .vc-trichogram-monitoring > h3,
.vc-trichogram-content .vc-trichogram-clinic > h3 {
  margin: 0 0 26px;
  color: var(--vc-trichogram-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vc-trichogram-content .vc-trichogram-monitoring__body {
  margin: 0 0 28px;
  padding: 28px 30px;
  border: 1px solid var(--vc-trichogram-line);
  border-left: 4px solid var(--vc-trichogram-green);
  border-radius: 0 18px 18px 0;
  background: #fff;
}

.vc-trichogram-content .vc-trichogram-monitoring__body p {
  margin: 0;
  color: var(--vc-trichogram-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vc-trichogram-content .vc-trichogram-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-trichogram-content .vc-trichogram-metrics > li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 132px;
  margin: 0;
  padding: 24px 22px;
  border: 1px solid var(--vc-trichogram-line);
  border-radius: 18px;
  background: #fff;
  color: #334039;
  font-size: 15px;
  line-height: 1.55;
}

.vc-trichogram-content .vc-trichogram-metrics > li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--vc-trichogram-green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: none;
}

.vc-trichogram-content .vc-trichogram-clinic {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 46px 170px 46px 46px;
  border-radius: 28px;
  background: linear-gradient(120deg, var(--vc-trichogram-green-dark), var(--vc-trichogram-green));
  box-shadow: 0 24px 54px rgba(11, 107, 69, .15);
}

.vc-trichogram-content .vc-trichogram-clinic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .11);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  transform: translateY(-50%);
}

.vc-trichogram-content .vc-trichogram-clinic > h3 {
  margin-bottom: 18px;
  color: #fff;
}

.vc-trichogram-content .vc-trichogram-clinic > p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.72;
}

.vc-trichogram-faq {
  margin-top: 78px;
}

@media (max-width: 900px) {
  .vc-trichogram-content .vc-trichogram-intro {
    padding: 38px 42px 38px 106px;
  }

  .vc-trichogram-content .vc-trichogram-intro::before {
    left: 38px;
  }

  .vc-trichogram-content .vc-trichogram-metrics {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .vc-trichogram-content .vc-trichogram-metrics > li {
    min-height: 0;
  }

  .vc-trichogram-content .vc-trichogram-clinic {
    padding-right: 140px;
  }

  .vc-trichogram-content .vc-trichogram-clinic::before {
    right: 34px;
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 700px) {
  .vc-trichogram-content .vc-trichogram-intro {
    margin-bottom: 50px;
    padding: 78px 24px 28px;
    border-radius: 22px;
  }

  .vc-trichogram-content .vc-trichogram-intro::before {
    top: 24px;
    left: 24px;
    width: 38px;
    height: 38px;
    background-size: 21px 21px;
    transform: none;
  }

  .vc-trichogram-content .vc-trichogram-intro p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-trichogram-content .vc-trichogram-monitoring {
    margin-bottom: 50px;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-trichogram-content .vc-trichogram-monitoring > h3,
  .vc-trichogram-content .vc-trichogram-clinic > h3 {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .vc-trichogram-content .vc-trichogram-monitoring__body {
    margin-bottom: 22px;
    padding: 22px 20px;
    border-radius: 0 16px 16px 0;
  }

  .vc-trichogram-content .vc-trichogram-monitoring__body p {
    font-size: 15px;
  }

  .vc-trichogram-content .vc-trichogram-metrics {
    gap: 12px;
  }

  .vc-trichogram-content .vc-trichogram-metrics > li {
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-trichogram-content .vc-trichogram-clinic {
    padding: 104px 24px 30px;
    border-radius: 22px;
  }

  .vc-trichogram-content .vc-trichogram-clinic::before {
    top: 24px;
    right: auto;
    left: 24px;
    width: 58px;
    height: 58px;
    background-size: 23px 23px;
    transform: none;
  }

  .vc-trichogram-content .vc-trichogram-clinic > h3 {
    font-size: 26px;
  }

  .vc-trichogram-content .vc-trichogram-clinic > p {
    font-size: 15px;
  }

  .vc-trichogram-faq {
    margin-top: 58px;
  }
}

/* Uroflowmetry */
.vc-uroflowmetry-content {
  --vc-uro-green: #0b6b45;
  --vc-uro-green-dark: #07583a;
  --vc-uro-green-soft: #e7f5ed;
  --vc-uro-ink: #1f2924;
  --vc-uro-muted: #59645f;
  --vc-uro-line: #dbe8e1;
  --vc-uro-surface: #f4f8f6;
}

.vc-uroflowmetry-content .vc-uroflowmetry-editor {
  color: var(--vc-uro-ink);
}

.vc-uroflowmetry-content .vc-uroflowmetry-editor > * {
  box-sizing: border-box;
}

.vc-uroflowmetry-content .vc-uroflowmetry-editor p,
.vc-uroflowmetry-content .vc-uroflowmetry-editor li,
.vc-uroflowmetry-faq .vc-hysteroscopy-faq__answer {
  overflow-wrap: anywhere;
}

.vc-uroflowmetry-content .vc-uroflowmetry-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 72px;
  padding: 44px 52px 44px 118px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14) 0, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--vc-uro-green-dark), #167653);
  box-shadow: 0 24px 58px rgba(11, 107, 69, .16);
}

.vc-uroflowmetry-content .vc-uroflowmetry-intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.5c3.1 4 5.2 6.8 5.2 10.1A5.2 5.2 0 1 1 6.8 13.6C6.8 10.3 8.9 7.5 12 3.5Z' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Cpath d='M9.2 14.2c.5 1.3 1.4 2 2.8 2.2' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  transform: translateY(-50%);
}

.vc-uroflowmetry-content .vc-uroflowmetry-intro p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.vc-uroflowmetry-content .vc-uroflowmetry-intro b {
  color: #fff;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms,
.vc-uroflowmetry-content .vc-uroflowmetry-diagnostics {
  margin: 0 0 72px;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms > h3,
.vc-uroflowmetry-content .vc-uroflowmetry-diagnostics > h3 {
  margin: 0 0 18px;
  color: var(--vc-uro-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms > p,
.vc-uroflowmetry-content .vc-uroflowmetry-diagnostics > p {
  margin: 0 0 30px;
  color: var(--vc-uro-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms__list > li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 104px;
  margin: 0;
  padding: 24px 26px;
  border: 1px solid var(--vc-uro-line);
  border-radius: 19px;
  background: var(--vc-uro-surface);
  color: #334039;
  font-size: 16px;
  line-height: 1.5;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms__list > li::before,
.vc-uroflowmetry-content .vc-uroflowmetry-diseases > li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--vc-uro-green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.vc-uroflowmetry-content .vc-uroflowmetry-symptoms__list > li::before {
  width: 38px;
  height: 38px;
  background-size: 17px 17px;
}

.vc-uroflowmetry-content .vc-uroflowmetry-diagnostics {
  padding: 42px;
  border-radius: 28px;
  background: var(--vc-uro-surface);
}

.vc-uroflowmetry-content .vc-uroflowmetry-diseases {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-uroflowmetry-content .vc-uroflowmetry-diseases > li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 13px 17px;
  border: 1px solid #d6e6dd;
  border-radius: 16px;
  background: #fff;
  color: #334039;
  font-size: 14px;
  line-height: 1.45;
}

.vc-uroflowmetry-content .vc-uroflowmetry-diseases > li::before {
  width: 28px;
  height: 28px;
  background-size: 13px 13px;
}

.vc-uroflowmetry-content .vc-uroflowmetry-fact {
  position: relative;
  margin: 0 0 28px;
  padding: 42px 44px 42px 158px;
  border: 1px solid var(--vc-uro-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 61, 46, .07);
}

.vc-uroflowmetry-content .vc-uroflowmetry-fact__label {
  position: absolute;
  top: 50%;
  left: 38px;
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--vc-uro-green);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.03em;
  transform: translateY(-50%);
}

.vc-uroflowmetry-content .vc-uroflowmetry-fact > p {
  margin: 0;
  color: var(--vc-uro-muted);
  font-size: 16px;
  line-height: 1.72;
}

.vc-uroflowmetry-content .vc-uroflowmetry-appointment {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 42px 150px 42px 42px;
  border-radius: 26px;
  background: linear-gradient(120deg, var(--vc-uro-green-dark), var(--vc-uro-green));
  box-shadow: 0 22px 50px rgba(11, 107, 69, .16);
}

.vc-uroflowmetry-content .vc-uroflowmetry-appointment::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 45px;
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 28px;
  transform: translateY(-50%);
}

.vc-uroflowmetry-content .vc-uroflowmetry-appointment > b {
  display: block;
  margin: 0 0 16px;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
}

.vc-uroflowmetry-content .vc-uroflowmetry-appointment > p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.65;
}

.vc-uroflowmetry-content .vc-uroflowmetry-appointment > p + p {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.vc-uroflowmetry-faq {
  margin-top: 78px;
}

.vc-uroflowmetry-faq .vc-hysteroscopy-faq__answer p + p {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .vc-uroflowmetry-content .vc-uroflowmetry-intro {
    padding: 38px 42px 38px 106px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-intro::before {
    left: 38px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-diseases > li {
    flex: 1 1 calc(50% - 12px);
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment {
    padding-right: 130px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment::after {
    right: 34px;
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 700px) {
  .vc-uroflowmetry-content .vc-uroflowmetry-intro {
    margin-bottom: 50px;
    padding: 78px 24px 28px;
    border-radius: 22px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-intro::before {
    top: 24px;
    left: 24px;
    width: 38px;
    height: 38px;
    background-size: 21px 21px;
    transform: none;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-intro p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-symptoms,
  .vc-uroflowmetry-content .vc-uroflowmetry-diagnostics {
    margin-bottom: 50px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-symptoms > h3,
  .vc-uroflowmetry-content .vc-uroflowmetry-diagnostics > h3 {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-symptoms > p,
  .vc-uroflowmetry-content .vc-uroflowmetry-diagnostics > p {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-symptoms__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-symptoms__list > li {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-diagnostics {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-diseases {
    gap: 10px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-diseases > li {
    flex: 1 1 100%;
    min-height: 54px;
    padding: 12px 15px;
    border-radius: 15px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-fact {
    padding: 126px 22px 28px;
    border-radius: 20px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-fact__label {
    top: 24px;
    left: 22px;
    width: 78px;
    height: 78px;
    font-size: 22px;
    transform: none;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-fact > p {
    font-size: 15px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment {
    padding: 104px 24px 30px;
    border-radius: 22px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment::after {
    top: 24px;
    right: auto;
    left: 24px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    transform: none;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment > b {
    font-size: 18px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment > p {
    font-size: 15px;
  }

  .vc-uroflowmetry-content .vc-uroflowmetry-appointment > p + p {
    font-size: 17px;
  }

  .vc-uroflowmetry-faq {
    margin-top: 58px;
  }
}

/* FGDS */
.vc-fgds-content {
  --vc-fgds-green: #0b6b45;
  --vc-fgds-green-dark: #07583a;
  --vc-fgds-green-soft: #e7f5ed;
  --vc-fgds-ink: #1f2924;
  --vc-fgds-muted: #59645f;
  --vc-fgds-line: #dbe8e1;
  --vc-fgds-surface: #f4f8f6;
  --vc-fgds-warning: #a45243;
  --vc-fgds-warning-soft: #fbf4f1;
  --vc-fgds-warning-line: #eadbd5;
}

.vc-fgds-content .vc-fgds-editor {
  color: var(--vc-fgds-ink);
}

.vc-fgds-content .vc-fgds-editor > * {
  box-sizing: border-box;
}

.vc-fgds-content .vc-fgds-editor p,
.vc-fgds-content .vc-fgds-editor div,
.vc-fgds-content .vc-fgds-editor li,
.vc-fgds-faq .vc-hysteroscopy-faq__answer {
  overflow-wrap: anywhere;
}

.vc-fgds-content .vc-fgds-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 72px;
  padding: 44px 52px 44px 118px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14) 0, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--vc-fgds-green-dark), #167653);
  box-shadow: 0 24px 58px rgba(11, 107, 69, .16);
}

.vc-fgds-content .vc-fgds-intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4v5c0 4 2.2 7 5.6 7 2.7 0 4.4-1.8 4.4-4.3V7' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='17' cy='5' r='2' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Cpath d='M12.5 16v4' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  transform: translateY(-50%);
}

.vc-fgds-content .vc-fgds-intro p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.vc-fgds-content .vc-fgds-intro b {
  color: #fff;
}

.vc-fgds-content .vc-fgds-indications,
.vc-fgds-content .vc-fgds-diseases,
.vc-fgds-content .vc-fgds-contraindications {
  margin: 0 0 72px;
}

.vc-fgds-content .vc-fgds-indications > h3,
.vc-fgds-content .vc-fgds-diseases > h3,
.vc-fgds-content .vc-fgds-contraindications > h3,
.vc-fgds-content .vc-fgds-appointment > h3 {
  margin: 0 0 18px;
  color: var(--vc-fgds-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vc-fgds-content .vc-fgds-indications > p,
.vc-fgds-content .vc-fgds-diseases > p,
.vc-fgds-content .vc-fgds-contraindications > div {
  margin: 0 0 30px;
  color: var(--vc-fgds-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vc-fgds-content .vc-fgds-indications > ul,
.vc-fgds-content .vc-fgds-diseases > ul,
.vc-fgds-content .vc-fgds-contraindications > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-fgds-content .vc-fgds-indications > ul > li,
.vc-fgds-content .vc-fgds-diseases > ul > li,
.vc-fgds-content .vc-fgds-contraindications > ul > li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 15px;
  align-items: center;
  min-height: 92px;
  margin: 0;
  padding: 22px 24px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.52;
}

.vc-fgds-content .vc-fgds-indications > ul > li,
.vc-fgds-content .vc-fgds-diseases > ul > li {
  border: 1px solid var(--vc-fgds-line);
  background: #fff;
  color: #334039;
}

.vc-fgds-content .vc-fgds-indications > ul > li::before,
.vc-fgds-content .vc-fgds-diseases > ul > li::before,
.vc-fgds-content .vc-fgds-contraindications > ul > li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: none;
}

.vc-fgds-content .vc-fgds-indications > ul > li::before,
.vc-fgds-content .vc-fgds-diseases > ul > li::before {
  background-color: var(--vc-fgds-green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vc-fgds-content .vc-fgds-diseases {
  padding: 42px;
  border-radius: 28px;
  background: var(--vc-fgds-surface);
}

.vc-fgds-content .vc-fgds-contraindications {
  padding: 42px;
  border: 1px solid var(--vc-fgds-warning-line);
  border-radius: 28px;
  background: var(--vc-fgds-warning-soft);
}

.vc-fgds-content .vc-fgds-contraindications > ul > li {
  border: 1px solid var(--vc-fgds-warning-line);
  background: #fff;
  color: #533c37;
}

.vc-fgds-content .vc-fgds-contraindications > ul > li::before {
  background-color: #f7e7e1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.2v6.2M8 12.4v.2' fill='none' stroke='%23a45243' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.vc-fgds-content .vc-fgds-appointment {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 46px 158px 46px 46px;
  border-radius: 28px;
  background: linear-gradient(120deg, var(--vc-fgds-green-dark), var(--vc-fgds-green));
  box-shadow: 0 24px 54px rgba(11, 107, 69, .15);
}

.vc-fgds-content .vc-fgds-appointment::after {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 46px;
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 29px;
  transform: translateY(-50%);
}

.vc-fgds-content .vc-fgds-appointment > h3 {
  color: #fff;
}

.vc-fgds-content .vc-fgds-appointment > div {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.72;
}

.vc-fgds-faq {
  margin-top: 78px;
}

.vc-fgds-faq .vc-hysteroscopy-faq__answer p + ul {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .vc-fgds-content .vc-fgds-intro {
    padding: 38px 42px 38px 106px;
  }

  .vc-fgds-content .vc-fgds-intro::before {
    left: 38px;
  }

  .vc-fgds-content .vc-fgds-appointment {
    padding-right: 135px;
  }

  .vc-fgds-content .vc-fgds-appointment::after {
    right: 34px;
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 700px) {
  .vc-fgds-content .vc-fgds-intro {
    margin-bottom: 50px;
    padding: 78px 24px 28px;
    border-radius: 22px;
  }

  .vc-fgds-content .vc-fgds-intro::before {
    top: 24px;
    left: 24px;
    width: 38px;
    height: 38px;
    background-size: 21px 21px;
    transform: none;
  }

  .vc-fgds-content .vc-fgds-intro p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-fgds-content .vc-fgds-indications,
  .vc-fgds-content .vc-fgds-diseases,
  .vc-fgds-content .vc-fgds-contraindications {
    margin-bottom: 50px;
  }

  .vc-fgds-content .vc-fgds-indications > h3,
  .vc-fgds-content .vc-fgds-diseases > h3,
  .vc-fgds-content .vc-fgds-contraindications > h3,
  .vc-fgds-content .vc-fgds-appointment > h3 {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .vc-fgds-content .vc-fgds-indications > p,
  .vc-fgds-content .vc-fgds-diseases > p,
  .vc-fgds-content .vc-fgds-contraindications > div {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .vc-fgds-content .vc-fgds-indications > ul,
  .vc-fgds-content .vc-fgds-diseases > ul,
  .vc-fgds-content .vc-fgds-contraindications > ul {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .vc-fgds-content .vc-fgds-indications > ul > li,
  .vc-fgds-content .vc-fgds-diseases > ul > li,
  .vc-fgds-content .vc-fgds-contraindications > ul > li {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-fgds-content .vc-fgds-diseases,
  .vc-fgds-content .vc-fgds-contraindications {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-fgds-content .vc-fgds-appointment {
    padding: 104px 24px 30px;
    border-radius: 22px;
  }

  .vc-fgds-content .vc-fgds-appointment::after {
    top: 24px;
    right: auto;
    left: 24px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    transform: none;
  }

  .vc-fgds-content .vc-fgds-appointment > div {
    font-size: 15px;
  }

  .vc-fgds-faq {
    margin-top: 58px;
  }
}

/* Fibrohysteroscopy */
.vc-fibrohysteroscopy-content {
  --vc-fibro-green: #0b6b45;
  --vc-fibro-green-dark: #07583a;
  --vc-fibro-green-soft: #e7f5ed;
  --vc-fibro-ink: #1f2924;
  --vc-fibro-muted: #59645f;
  --vc-fibro-line: #dbe8e1;
  --vc-fibro-surface: #f4f8f6;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-editor {
  color: var(--vc-fibro-ink);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-editor > * {
  box-sizing: border-box;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-editor p,
.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-editor li,
.vc-fibrohysteroscopy-faq .vc-hysteroscopy-faq__answer {
  overflow-wrap: anywhere;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro {
  position: relative;
  overflow: hidden;
  margin: 0 0 72px;
  padding: 44px 52px 44px 118px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14) 0, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--vc-fibro-green-dark), #167653);
  box-shadow: 0 24px 58px rgba(11, 107, 69, .16);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 5v7a5 5 0 0 0 10 0V8' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='17' cy='6' r='2' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Cpath d='M12 17v3' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  transform: translateY(-50%);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process {
  margin: 0 0 72px;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process > h2,
.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > h3,
.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages__title {
  margin: 0 0 30px;
  color: var(--vc-fibro-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card {
  position: relative;
  min-width: 0;
  padding: 30px 28px 28px;
  border: 1px solid var(--vc-fibro-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 61, 46, .06);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 0 0 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--vc-fibro-green), #aee6ca);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card > h3 {
  margin: 0 0 16px;
  color: var(--vc-fibro-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card > p {
  margin: 0;
  color: var(--vc-fibro-muted);
  font-size: 15px;
  line-height: 1.68;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications {
  margin: 0 0 72px;
  padding: 42px;
  border-radius: 28px;
  background: var(--vc-fibro-surface);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul,
.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul > li,
.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul > li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 108px;
  margin: 0;
  padding: 24px 24px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.55;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul > li {
  border: 1px solid var(--vc-fibro-line);
  background: #fff;
  color: #334039;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul > li::before,
.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul > li::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  transform: none;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul > li::before {
  background-color: var(--vc-fibro-green-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%230b6b45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages {
  margin: 0;
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(120deg, var(--vc-fibro-green-dark), var(--vc-fibro-green));
  box-shadow: 0 24px 54px rgba(11, 107, 69, .15);
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages__title {
  color: #fff;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul > li {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul > li::before {
  background-color: #a8edcc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l2.8 2.8 6.8-7' fill='none' stroke='%23075b3c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.vc-fibrohysteroscopy-faq {
  margin-top: 78px;
}

@media (max-width: 900px) {
  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro {
    padding: 38px 42px 38px 106px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro::before {
    left: 38px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

@media (max-width: 700px) {
  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro {
    margin-bottom: 50px;
    padding: 78px 24px 28px;
    border-radius: 22px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro::before {
    top: 24px;
    left: 24px;
    width: 38px;
    height: 38px;
    background-size: 21px 21px;
    transform: none;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-intro p {
    font-size: 16px;
    line-height: 1.62;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process {
    margin-bottom: 50px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process > h2,
  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > h3,
  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages__title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__grid {
    gap: 12px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card {
    padding: 25px 22px;
    border-radius: 18px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card > h3 {
    font-size: 20px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-process__card > p {
    font-size: 14px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications {
    margin-bottom: 50px;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul,
  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-indications > ul > li,
  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages > ul > li {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 16px;
    font-size: 14px;
  }

  .vc-fibrohysteroscopy-content .vc-fibrohysteroscopy-advantages {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .vc-fibrohysteroscopy-faq {
    margin-top: 58px;
  }
}

/* Primary hysteroscopy: structurally centered checklist icons */
.vc-gisteroskopiya-content .vc-hysteroscopy-indications ul li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding: 18px 22px;
}

.vc-gisteroskopiya-content .vc-hysteroscopy-indications ul li::before {
  position: static;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  transform: none;
}

@media (max-width: 700px) {
  .vc-gisteroskopiya-content .vc-hysteroscopy-indications ul li {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px;
  }
}

/* Structural alignment for diagnostic-page icons */
.vc-plantoscopy-content .vc-plantoscopy-purpose ul li,
.vc-polysomnography-content .vc-polysomnography-parameters ul li,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list > li,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list > li,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list > li,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list > li,
.vc-densitometry-content .vc-hysteroscopy-indications ul li,
.vc-dermatoscopy-content .vc-hysteroscopy-indications ul.vc-dermatoscopy-risk-list > li,
.vc-colonoscopy-content .vc-colonoscopy-guide__recommendations > li,
.vc-colposcopy-content .vc-colposcopy-tasks ul li {
  display: grid;
  align-items: center;
  min-width: 0;
}

.vc-plantoscopy-content .vc-plantoscopy-purpose ul li::before,
.vc-polysomnography-content .vc-polysomnography-parameters ul li::before,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list > li::before,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list > li::before,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list > li::before,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list > li::before,
.vc-densitometry-content .vc-hysteroscopy-indications ul li::before,
.vc-dermatoscopy-content .vc-hysteroscopy-indications ul.vc-dermatoscopy-risk-list > li::before,
.vc-colonoscopy-content .vc-colonoscopy-guide__recommendations > li::before,
.vc-colposcopy-content .vc-colposcopy-tasks ul li::before {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  transform: none;
}

.vc-plantoscopy-content .vc-plantoscopy-purpose ul li {
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 16px;
  padding: 24px 26px;
}

.vc-polysomnography-content .vc-polysomnography-parameters ul li {
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 16px;
  padding: 22px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list > li {
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 16px;
  padding: 24px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list > li,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list > li {
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 16px;
  padding: 22px 24px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list > li {
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 14px;
  padding: 15px 18px;
}

.vc-densitometry-content .vc-hysteroscopy-indications ul li,
.vc-dermatoscopy-content .vc-hysteroscopy-indications ul.vc-dermatoscopy-risk-list > li {
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 14px;
  padding: 18px 22px;
}

.vc-colonoscopy-content .vc-colonoscopy-guide__recommendations > li {
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 16px;
  padding: 18px 20px;
}

.vc-colposcopy-content .vc-colposcopy-tasks ul li {
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 16px;
  padding: 20px 22px;
}

.vc-plantoscopy-content .vc-plantoscopy-clinic,
.vc-polysomnography-content .vc-polysomnography-technology,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note,
.vc-laboratory-content .vc-laboratory-card,
.vc-laboratory-content .vc-laboratory-phone {
  display: grid;
  align-items: center;
  min-width: 0;
}

.vc-plantoscopy-content .vc-plantoscopy-clinic::before,
.vc-polysomnography-content .vc-polysomnography-technology::before,
.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note::before,
.vc-laboratory-content .vc-laboratory-card::before,
.vc-laboratory-content .vc-laboratory-phone::before {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  transform: none;
}

.vc-plantoscopy-content .vc-plantoscopy-clinic {
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 26px;
  padding: 42px 48px;
}

.vc-polysomnography-content .vc-polysomnography-technology {
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 24px;
  padding: 36px 40px;
}

.vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note {
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 18px;
  padding: 28px;
}

.vc-laboratory-content .vc-laboratory-card {
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 16px;
  padding: 36px 38px;
}

.vc-laboratory-content .vc-laboratory-phone {
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 16px;
  padding: 16px 24px;
}

@media (max-width: 700px) {
  .vc-plantoscopy-content .vc-plantoscopy-purpose ul li,
  .vc-polysomnography-content .vc-polysomnography-parameters ul li,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__list > li,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-check-list > li,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-warning-list > li,
  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-diagnosis-list > li,
  .vc-densitometry-content .vc-hysteroscopy-indications ul li,
  .vc-dermatoscopy-content .vc-hysteroscopy-indications ul.vc-dermatoscopy-risk-list > li,
  .vc-colonoscopy-content .vc-colonoscopy-guide__recommendations > li,
  .vc-colposcopy-content .vc-colposcopy-tasks ul li {
    column-gap: 12px;
    padding: 16px;
  }

  .vc-plantoscopy-content .vc-plantoscopy-clinic,
  .vc-polysomnography-content .vc-polysomnography-technology {
    column-gap: 16px;
    padding: 28px 22px;
  }

  .vc-rectoromanoscopy-content .vc-rectoromanoscopy-preparation__note {
    column-gap: 14px;
    padding: 22px;
  }

  .vc-laboratory-content .vc-laboratory-card {
    column-gap: 14px;
    padding: 26px 22px;
  }

  .vc-laboratory-content .vc-laboratory-phone {
    column-gap: 12px;
    padding: 14px 18px;
  }
}
