/* assets/css/services.css – сгенерировано scripts/import-donor-css.mjs, руками не править */
html {
  scroll-padding-top: 150px;
}

.services__list {
  /* display: block;
  column-gap: 1.87rem;
  column-count: 2; */
}

.services__content {
  grid-template-columns: 23.125rem 1fr;
}

.services__list {
  margin-bottom: 0;
}

.first-block .services__list>.services__item {
  margin-bottom: 0rem;
}

.services__block:last-child {
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
}

.services__list .services__item:last-child a {
  max-width: 18.75rem;
}

.first-block .services__list {
  column-count: 1;
  column-gap: 1.875rem;
  display: grid;
  align-items: stretch;
}

.services__block {
  max-width: 48.125rem;
  width: 100%;
}

.first-block {
  max-width: 23.125rem;
}

.hero__title {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.7625rem;
  text-transform: inherit;
  color: var(--text-primary);
  margin: 0px 0 25px 0;
}

.hero__text {
  max-width: 35rem;
  font-size: 1rem;
  line-height: 146%;
}

.hero .img-h {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  max-width: 55rem;
  min-width: 44rem;
  background: linear-gradient(269.65deg, #F5F5F5 0.3%, rgba(245, 245, 245, 0) 13.47%), linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 17.53%);
}

.hero .img-h .hero__img {
  position: relative;
  z-index: -1;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after__price {
  color: var(--text-tertiary);
  font-size: 0.875rem;
}

.main-price {
  font-size: 1.25rem;
  font-family: "AGAvalancheCBold", sans-serif;
  line-height: 25px;
  margin-left: 0.5rem;
}

.hero__price {
  color: var(--color-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  margin: 1.56rem 0 0;
}

.hero__btn {
  margin: 1.56rem 0 0;
}

.hero {
  padding: 0;
}

.hero__content {
  padding: 6.25rem 0;
  z-index: 3;
  position: relative;
  max-width: 34rem;
}

.description {
  padding: 0.375rem 0px;
}

.description__text {
  color: var(--text-primary);
  font-size: 1.125rem;
  line-height: 146%;
  margin-top: 1.87rem;
}

.table-contents {
  padding: 0.375rem 0px;
}

.services {
  padding-top: 4.375rem;
}

section {
  padding: 4.375rem 0;
}

.text-container h2,
.text-container h3 {
  margin-bottom: 1.5625rem;
  margin-top: 5rem;
}

.text-container p:first-of-type {
  max-width: 99.5%;
}


.text-container p {
  color: var(--text-primary);
  font-size: 1.125rem;
  line-height: 146%;
  max-width: 97%;
  /* margin: 1.87rem 0 0; */
  margin-top: 1.25rem;
}

.text-container table {
  border-collapse: collapse;
  margin: 1.87rem 0 0;
  width: 100%;
}

.text-container thead {
  background: #0ba5be1f;
}

.text-container table th {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6875rem;
  /* 168.75% */
  padding: 0.9375rem 8.875rem 0.9375rem 1.875rem;
  border: 1px solid rgba(101, 101, 109, 0.15);
  text-align: left;
  width: 50%;
  font-family: "AGAvalancheCBold", sans-serif;
}

.text-container table td {
  padding: 0.9375rem 8.875rem 0.9375rem 1.875rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  border: 1px solid rgba(101, 101, 109, 0.15);
  line-height: 1.6875rem;
  /* 168.75% */
}

.text-container table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 0.9375rem;
}

.text-container table tr:last-of-type td:last-of-type {
  border-radius: 0 0 0.9375rem 0;
}

.text-container ul,
.text-container ol {
  list-style-type: disc;
  color: var(--text-primary);
  display: grid;
  grid-gap: 1rem;
  /* margin: 0 0 2.75rem 1.3rem; */
  margin: 1.25rem 0px 0px 1.875rem;
  list-style-position: inside;
  font-size: 1.125rem;
  line-height: 146%;
}

/* 
.text-container ul {
  margin-top: 2.12rem;
} */

.text-container ul>li>ul {
  margin-top: 1.25rem !important;
  margin-bottom: 0;
}

.text-container ul>li>p {
  margin-top: 1.25rem;
}

.profile {
  /* padding: 0.375rem; */
  margin-top: 0px;
}

.profile h3:first-child,
.profile h2:first-child {
  margin-top: 0px;
}

.profile__quote {
  display: flex;
  align-items: center;
  padding: 1.88rem;
  border-radius: 1.875rem;
  background: var(--bg-body, var(--color-white));
  margin: 1.87rem 0 3.12rem;
  flex-wrap: wrap;
}

.profile__quote::before {
  content: url("/theme/assets/svg/kovychki.svg");
  display: block;
  margin-right: 1.88rem;
}

.profile__quote p {
  margin: 0;
}

.usl_img {
  border-radius: 1.875rem;
  height: 26.875rem;
  margin: 2.125rem auto 0px auto;
  display: block;
  object-fit: contain;
  background: var(--bg-body);
  width: fit-content;
  max-width: 100%;
}

h3 {
  color: var(--text-primary);
  font-size: 1.75rem;
  line-height: 127%;
  font-family: "AGAvalancheC", sans-serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
  margin-top: 1.88rem;
}

.profile__img {
  display: flex;
  gap: 1.88rem;
  justify-content: space-between;
  margin: 2.125rem 0 0;
}

.profile__img img {
  width: 50%;
  border-radius: 1.875rem;
  height: 26.875rem;
  object-fit: cover;
}

.text-container a {
  color: var(--color-primary);
  font-size: 1.125rem;
  font-family: "AGAvalancheCBold", sans-serif;
  line-height: 1.4175rem;
  letter-spacing: 0.01125rem;
  text-decoration-line: underline;
}

.text-container a:hover {
  text-decoration-line: none;
}

.effectofprocedures {
  border-radius: 1.875rem;
  padding: 3.125rem;
  background: var(--gradient-primary);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 5rem 0 0;
}

/* .indications {
  margin: 5rem 0 0;
} */

.effectofprocedures ul {
  grid-gap: 0.7rem;
}

.effectofprocedures p {
  color: var(--text-white);
  margin: 0;
}

.effectofprocedures h2 {
  text-align: center;
  color: var(--text-white);
  margin-bottom: 0;
}

.indications ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}



.indications ul>li::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.94rem;
  content: url("/theme/assets/svg/check-circle.svg");
}

.indications ul>li {
  list-style-type: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  width: 47%;
  line-height: 146%;
}

/* .contraindications {
  margin: 5rem 0;
} */

.text-container .contraindications h2,
.text-container .indications h2 {
  margin-bottom: 1.5625rem;
  margin-top: 5rem;
}

.text-container .in-socials-container {
  margin-top: 5rem;
}

.contraindications ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.contraindications ul>li {
  list-style-type: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  width: 47%;
  line-height: 146%;
}

.text-container div:not([class]) {
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.text-container div:not([class]) li {
  padding-left: 0.8rem;
}

.text-container div:not([class]) p {
  padding-left: 0.8rem;
  margin: 0;
}

.contraindications ul>li::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.94rem;
  content: url("/theme/assets/svg/plus-circle.svg");
}

.benefits__content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.88rem;
}

.benefits__block {
  display: flex;
  padding: 2.1875rem 1.5625rem;
  border-radius: 1.875rem;
  border: 3px solid var(--border-light);
  gap: 2rem;
  align-items: flex-start;
  max-width: 35.25rem;
}

.benefits__number {
  color: var(--color-primary-second);
  text-align: center;
  font-size: 3.75rem;
  line-height: 130%;
  background: var(--border-light);
  padding: 1.5rem;
  display: block;
  border-radius: 20px;
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.benefits__number::before {
  content: url("/theme/assets/svg/Frame%2081513547.svg");
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  left: 50%;
  top: 6%;
  transform: translateX(-50%);
}

.benefits__block_title {
  color: var(--color-primary);
  font-family: "AGAvalancheCBold", sans-serif;
  font-size: 1.125rem;
  line-height: 126%;
  /* 1.4175rem */
  letter-spacing: 0.01125rem;
  margin-bottom: 0.62rem;
}

.benefits__block_text {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 146%;
  /* 1.46rem */
}

.benefits h2 {
  margin-top: 0px;
  margin-bottom: 2.06rem;
  display: flex;
  justify-content: center;
}

.questions__content-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.37rem 0;
  border-bottom: 1px solid var(--border-light);
  align-items: center;
}

.questions__accordion-icon {
  width: 1.875rem;
  height: 1.875rem;
  padding-bottom: 3px;
  line-height: 37px;
  display: flex;
  color: var(--color-white);
  font-size: 27px;
  background: var(--color-primary);
  border-radius: 50%;
  transition: transform 0.3s ease;
  align-items: center;
  justify-content: center;
}

.questions__content-item.active .questions__accordion-icon {
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  transition: transform 0.3s ease;
  color: var(--color-primary);
}

.questions__content-content .text-container {
  padding: 1.37rem 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 1.05rem;
}

.questions__content-content .text-container p:first-of-type {
  margin: 0;
}

.questions__content-item.active .questions__content-header {
  padding: 1.37rem 0 0;
  border-bottom: none;
}

.questions__content-content {
  transition: max-height 0.3s ease;
}

.questions__content-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  border: none;
  box-sizing: border-box;
}

::marker {
  color: var(--color-primary);
}

.questions__content-item.active .questions__content-content {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid var(--border-light);
}

.specialists {
  padding-top: 4.375rem;
}

.other .services__block {
  max-width: 100%;
  width: 100%;
}

.other .services__list {
  display: block;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 1.88rem;
  row-gap: 1rem;
  column-count: 3;
}

.other .services__list .services__item {
  grid-column: unset;
  grid-row: unset;
}

.other .services__list .services__item:nth-last-child(2) {
  grid-column: unset;
  grid-row: unset;
}

.services__list .services__item:last-child a {
  width: 100%;
  max-width: 100%;
}

.hero .width-page {
  overflow: hidden;
}

.hero .container {
  background-position: 170% 100%;
  background-size: 90% 100%;
  background-repeat: no-repeat;
}

.hero .container::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;

}


h2 {
  margin: 1.87rem 0 0;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  font-size: 1.875rem;
}

.title-center {
  margin: 0 auto;
}

.opinion__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 30px;
  padding: 40px;
  background: linear-gradient(180deg, #fdfdfd 0%, #f5f5f5 100%);
  ;
  border-radius: 40px;
  margin: 5rem 0 0;
}

.opinion__image {
  flex: 0 0 200px;
  height: 100%;
}

.opinion__image .opinion__author {
  display: none;

}

.opinion__img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.opinion__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.opinion__content {
  flex: 1 1 auto;
}

.opinion__title {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin: 1.87rem 0 0;
}

.opinion__title .opinion__title-text {
  color: var(--text-tertiary, #A69FA6);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
  margin: 0px;
}

.opinion__text {
  color: var(--text-primary);
  font-size: 18px;
  line-height: 140%;
}

.opinion__author {
  margin-top: 33px;
}

.opinion__author-name {
  text-decoration: underline;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--text-primary);
}

.opinion__author-name:hover {
  text-decoration: none;
}

.opinion__author-job {
  color: var(--color-tertiary);
  font-size: 18px;
  line-height: 140%;
}


.video-right,
.video-left {
  width: 374px;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  float: right;
  margin-left: 30px;
  margin-bottom: 28px;
  position: relative;
}

.video-left {
  float: left;
  margin-right: 30px;
  margin-left: 0px;
}


.video-right__slide-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-right__preview {
  width: 100%;
  height: 100%;
}

.video-right__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  background: transparent;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.video-right__preview .video-right__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-right__preview .video-right__play-button img {
  position: relative;
  z-index: 2;
  right: -3px;
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 0px;
}

.video-right__play-button::after {
  content: '';
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.80);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.video-right__bg {
  opacity: 0.5;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;

}

.image-right {
  width: 374px;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  float: right;
  margin-left: 30px;
  margin-bottom: 28px;
}

.plan-route__inner {
  position: relative;
}

.plan-route__title {
  color: var(--text-primary);
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.9925rem;
  letter-spacing: -0.0525rem;
}

.plan-route__text {
  color: var(--text-secondary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.925rem;
  letter-spacing: 0.005rem;
  margin-top: 2.13rem;
}

.plan-route__text p {
  margin: 0;
}

.plan-route__text p+p {
  margin-top: 16px;
}

.plan-route__slider-wrap {
  position: relative;
  margin-top: 2.13rem;
}

.plan-route__slider {
  overflow: visible;
}

.plan-route__slide {
  min-height: 1px;
  flex-direction: column;
}

.plan-route__visit {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.18125rem;
  width: 100%;
  overflow: hidden;
}

.plan-route__visit::after {
  content: "";
  flex: 1 1 auto;
  min-width: 100%;
  border-bottom: 1px dashed var(--color-primary);
  transform: translateY(1px);
}

.plan-route__visit-count {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.09375rem;
  color: var(--color-primary);
}

.plan-route__visit-label {
  white-space: nowrap;
  color: var(--text-tertiary);
  position: relative;
  top: 1px;
}

.plan-route__step-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65rem;
  letter-spacing: -0.0275rem;
  color: var(--text-primary);
}

.plan-route__step-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35rem;
  color: var(--text-tertiary);
}

.plan-route__step-text p {
  margin: 0;
}

.plan-route__step-text p+p {
  margin-top: 12px;
}

.plan-route__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 1.5rem;
}

.plan-route__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plan-route__nav-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_180_21859)'%3E%3Ccircle cx='22' cy='22' r='22' transform='matrix(-1 0 0 1 44 0)' fill='%230ba5be'/%3E%3Cpath d='M20 17.3334L24.6667 22L20 26.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_180_21859'%3E%3Crect width='44' height='44' fill='white' transform='matrix(-1 0 0 1 44 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center, var(--color-primary);

}

.plan-route__nav-button--prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_180_21856)'%3E%3Ccircle cx=' 22' cy=' 22' r=' 22' transform=' matrix(-1 0 0 1 44 0)' fill=' %230ba5be'/%3E%3Cpath d=' M24 17.3334L19.3333 22L24 26.6667' stroke=' white' stroke-width=' 2' stroke-linecap=' round' stroke-linejoin=' round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=' clip0_180_21856'%3E%3Crect width=' 44' height=' 44' fill=' white' transform=' matrix(-1 0 0 1 44 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center, var(--color-primary);

}

.plan-route__nav-button:hover {
  opacity: 0.6;
}

.plan-route__nav-button.swiper-button-disabled {
  opacity: 0.55;
  cursor: default;
}

.plan-route__footer .plan-route__button {
  width: fit-content;
  padding: 0.625rem 1.125rem 0.75rem 1.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.17188rem;
  display: block;
  color: var(--text-white);
  text-decoration: none;
}

.plan-route__footer .btn::after {
  content: none;
}

.master__consult-form {
  display: flex;
  flex-direction: row;
  gap: 24px;
  border-radius: 30px;
  border: 1px solid var(--border-light);
  margin: 34px 0;
}

.master__consult-form-img-wrap {
  position: relative;
  flex: 1;
  max-width: 170px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}

.master__consult-form-img-wrap>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master__consult-content-wrap {
  flex: 1;
  padding: 20px 30px 20px 0;
}

.master__consult-form-content {
  margin-bottom: 20px;
}

.master__consult-form-content .master__consult-form-title {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 124%;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.master__consult-form-desc {
  font-size: 16px;
  color: var(--text-tertiary);
  line-height: 135%;
  margin-top: 0.5rem;
}

.master__consult-content-wrap .master__consult-form-link {
  width: fit-content;
  font-size: 14px;
  padding: 10px 14px;
  color: var(--text-white);
  text-decoration: none;

}

.sources-block {
  margin: 2.5rem 0px;
}

.sources-block-container {
  border-radius: 1.875rem;
  background: var(--color-bg-gray);
  padding: 1.875rem 2.75rem;
}

.text-container>*:last-child {
  margin-bottom: 0px;
}

.sources-title {
  color: var(--text-primary);
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.7625rem;
  margin-bottom: 0px;
}

.text-container .sources-title {
  margin-bottom: 0px;
}

.text-container .sources-list {
  padding-inline-start: 1.44rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  list-style: decimal;
  list-style-position: outside;
  margin: 1.5rem 0px 0px 0px;
}

.sources-item {
  color: var(--text-primary);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.46rem;
  list-style: decimal;
  padding-inline-start: 1rem;
}

.sources-item::marker {
  color: var(--text-primary);
}

.text-container .sources-link {
  color: var(--color-primary);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.46rem;
  margin-top: 0.25rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  display: block;
  margin-top: 0.25rem;
}

.sources-link:hover {
  text-decoration: none;
}

.author-article-block {
  border-left: 4px solid var(--color-border-primary);
  background: var(--color-bg-lightgray);
  margin: 1.5rem 0px;
  border-radius: 1.875rem;
}

.author-article-container {
  padding: 0.875rem 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.author-description {
  font-size: 1rem;
  line-height: 1.46rem;
  color: var(--text-primary);
}

.author-article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
}

.author-item {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}

.author-photo {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  overflow: hidden;
}

.text-container .author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.author-role-badge {
  color: var(--text-white);
  padding: 0 0.5rem 0.125rem 0.5rem;
  border-radius: 2.5rem;
  background: var(--color-bg-blue);
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2775rem;
}

.author-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.text-container .author-name {
  transition: color 0.3s ease;
  color: var(--text-primary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.575rem;
  letter-spacing: 0.0125rem;
  text-decoration: none;
}

.text-container .author-name:hover {
  color: var(--color-hover);
}

.author-speciality,
.author-experience {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.46rem;
  font-weight: 700;
}

.author-speciality {
  opacity: 0.8;
  font-weight: 400;
}

.author-updated-date {
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.46rem;
  padding: 0.375rem 0.75rem;
  width: fit-content;
  border-radius: 0.5rem;
  background: var(--color-bg-white);
}

@media (max-width: 1410px) {
  .hero .container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg,
        #f4f3f4 7%,
        #0ba5be00 25.05%),
      linear-gradient(90deg, #f4f3f4 40%, #0ba5be00 60.31%);
    z-index: 1;
  }

  .plan-route__slider-wrap .swiper .swiper-slide {
    gap: 0px;
  }
}

@media (max-width: 1310px) {
  body {
    font-size: 1rem;
  }

  .hero__content {
    padding: 4.25rem 0;
  }

  .hero__text {
    max-width: 30rem;
  }

  .hero .container {
    background-position: 100% 100%;
    background-size: 80% 100%;
  }

  .services {
    padding-top: 3.375rem;
  }

  .services__block {
    width: 100%;
  }

  .description__text {
    font-size: 1rem;
  }

  section {
    padding: 3.375rem 0;
  }

  .text-container a {
    font-size: 1rem;
  }

  .title-center {
    max-width: 48rem;
  }

  .benefits__number {
    font-size: 2.75rem;
    padding: 0.8rem;
    border-radius: 1rem;
    height: 80px;
    width: 80px;
  }

  .benefits__number::before {
    width: 1.75rem;
    height: 1.75rem;
    left: 30%;
    top: 10%;
  }

  .benefits__block_title {
    font-size: 1rem;
  }

  .benefits__block_text {
    font-size: 0.9375rem;
    line-height: 146%;
  }

  .benefits__block {
    display: flex;
    padding: 1.875rem 1.5625rem;
    border-radius: 1.25rem;
    gap: 1.56rem;
    max-width: 100%;
  }
}


@media (max-width: 1100px) {
  .hero__img {
    max-width: 47rem;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 1.625rem;
  }

  .hero__content {
    padding: 1.87rem 0;
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
    align-items: flex-start;
  }

  .text-container p {
    color: var(--text-primary);
    font-size: 1rem;
  }

  .text-container ul {
    font-size: 1rem;
  }

  .hero .container::before {
    background: linear-gradient(270deg,
        #f4f3f4 -950%,
        #0ba5be00 25.05%),
      linear-gradient(90deg, #f4f3f4 39%, #0ba5be00 50.31%);
  }

  .hero__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 37rem;
  }

  .hero .container {
    background-image: none;
    position: static;
  }

  .hero .width-page {
    position: relative;
    z-index: 1;
  }

  .hero__price_text {
    display: flex;
    font-size: 0.875rem;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .hero__title {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 2.1125rem;
    text-transform: inherit;
    color: var(--text-primary);
    margin: 0;
  }

  .hero__price {
    margin: 0.94rem 0 0;
  }

  .hero__btn {
    margin: 0.94rem 0 0;
  }

  .old-price {
    margin-left: 0.62rem;
  }

  .hero__attention {
    margin-top: 0.5rem;
  }

  section {
    padding: 3.125rem 0;
  }

  .first-block {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.25rem 0;
  }

  .text-container img {
    max-width: 20rem;
    height: 20rem;
    max-width: 100%;
  }

  .text-container img.usl_img {
    max-height: 20rem;
    height: fit-content;
  }

  .text-container .opinion__title-img {
    height: auto;
    width: 21px;
  }

  .effectofprocedures {
    border-radius: 1.875rem;
    padding: 1.88rem;
    gap: 1.5rem;
    margin: 3.75rem 0;
  }

  h3 {
    font-size: 1.5rem;
  }

  .indications ul>li {
    line-height: 136%;
  }

  .contraindications {
    margin: 3.75rem 0;
  }

  .benefits__block {
    padding: 1.875rem 1.5625rem;
    border-radius: 1.25rem;
    gap: 1.25rem;
    max-width: 19.68rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .benefits__number::before {
    width: 1.4rem;
    height: 1.4rem;
    left: 35%;
    top: 11%;
  }

  .other .services__list {
    display: block;
    column-count: 2;
  }

  .other .services__list .services__item {
    grid-column: 1;
    margin-bottom: 1rem;
  }

  .other .services__block {
    padding: 1.88rem 1.88rem 0.88rem;
  }

  .hero .container {
    background-position: -30% 100%;
    background-size: 120% 100%;
  }

  .main-price {
    margin-left: 0;
  }

  .opinion__wrapper {
    padding: 30px;
    row-gap: 20px;
  }

  .opinion__img {
    flex: 0 0 120px;
    height: 100%;
  }

  .text-container .opinion__img img {
    height: 100%;
  }

  .opinion__text {
    font-size: 16px;
    line-height: 150%;
  }

  .opinion__author {
    margin-top: 23px;
  }

  .opinion__text p {
    margin-bottom: 16px;
  }

  .opinion__author-name {
    font-size: 16px;
  }

  .opinion__author-job {
    font-size: 15px;
  }

  .video-right,
  .video-left,
  .image-right {
    width: 320px;
    height: 432px;
    margin-right: 20px;
    margin-bottom: 24px;
  }

  .plan-route__title {
    font-size: 1.875rem;
    line-height: 2.1375rem;
    letter-spacing: -0.0375rem;
  }

  .plan-route__text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
  }

  .plan-route__visit {
    margin-bottom: 1rem;
  }

  .plan-route__step-title {
    font-size: 1.1875rem;
    line-height: 1.425rem;
    letter-spacing: -0.02375rem;
    margin-bottom: 0.5rem;
  }

  .plan-route__step-text {
    font-size: 0.875rem;
    line-height: 1.18125rem;
  }

  .plan-route__nav-button {
    width: 1.75rem;
    height: 1.75rem;
  }

  .plan-route__footer .plan-route__button {
    padding: 0.5rem 0.625rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.09375rem;
  }

  .master__consult-form-img-wrap {
    max-width: 150px;
  }

  .master__consult-form {
    gap: 20px;
    margin: 24px 0;
  }

  .master__consult-content-wrap {
    padding: 16px 20px 16px 0;
  }

  .master__consult-form-title {
    font-size: 15px;
  }

  .master__consult-form-desc {
    font-size: 14px;
  }

  .sources-block {
    margin: 1.88rem 0px;
  }

  .sources-block-container {
    padding: 1.25rem 1.5rem;
  }

  .sources-title {
    font-size: 1.625rem;
    line-height: 2.1125rem;
  }

  .text-container .sources-list {
    margin-top: 1.25rem;
    row-gap: 0.88rem;
  }

  .sources-item {
    font-size: 0.9375rem;
    line-height: 1.36875rem;
    padding-inline-start: 0.75rem
  }

  .text-container .sources-link {
    font-size: 0.9375rem;
    line-height: 1.36875rem;
  }

  .author-article-container {
    padding: 0.875rem 1.625rem;
  }

  .author-description {
    font-size: 0.9375rem;
    line-height: 1.36875rem;
  }

  .author-article-list {
    column-gap: 1.25rem;
  }

  .author-info {
    margin-top: 0.88rem;
  }

  .text-container .author-name {
    font-size: 1.125rem;
    line-height: 1.4175rem;
    letter-spacing: 0.01125rem;
  }

  .author-speciality,
  .author-experience {
    font-size: 0.9375rem;
    line-height: 1.36875rem;
  }

  .author-updated-date {
    font-size: 0.9375rem;
    line-height: 1.36875rem;
  }
}

@media (max-width: 767px) {
  .hero .container {
    background: none !important;
    max-width: 100%;
    padding: 0;
  }

  .hero__img {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 1.25rem;
    max-width: 100%;
    min-width: 10rem;
    max-height: 20rem;
  }

  .hero__content {
    padding: 1.87rem 0 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
    align-items: center;
  }

  .hero .hero__content {
    margin-bottom: 350px;
  }

  .img-h::before {
    display: none;
  }

  .hero .img-h .hero__img {
    margin: 0;
  }

  .hero .img-h {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    background: linear-gradient(180deg, #F4F3F4 0%, rgba(244, 243, 244, 0) 47.74%);
  }

  .hero__price_text {
    display: flex;
    font-size: 0.875rem;
    max-width: 21rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .after__price {
    display: block;
    text-align: center;
  }

  .hero .container::before {
    content: none;
    width: 100%;
    height: 3.125rem;
    position: relative;
    background: linear-gradient(180deg,
        #f4f3f4 0,
        #0ba5be00 88.05%),
      linear-gradient(180deg, #f4f3f4 37%, #0ba5be00 100.31%);
    z-index: 5;
    bottom: -350px;
    display: block;
  }

  /*  .img-h::before {
      content: "";
      width: 100%;
      height: 3.125rem;
      position: absolute;
      background: linear-gradient(180deg,
      #f4f3f4 0,
      #0ba5be00 88.05%),
      linear-gradient(180deg, #f4f3f4 37%, #0ba5be00 100.31%);
      z-index: 5;
      top: 0;
      display: block;
    }*/
  .img-h {
    position: relative;
  }

  .menu__page {
    display: flex;
    overflow: auto;
  }

  .menupage .container {
    overflow-x: auto;
  }

  section {
    padding: 2.81rem 0;
  }

  .menupage {
    padding: 1.87rem 0 2.81rem;
  }

  .services__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .first-block .services__list {
    grid-template-columns: 1fr;
  }

  .services__block:last-child {
    padding: 1.88rem;
  }

  .services__block:last-child .services__list {
    /* grid-gap: 0; */
  }

  .text-container img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 1.875rem;
  }

  .profile__img {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
  }

  h3 {
    margin-bottom: 1.88rem;
  }

  .indications ul {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-direction: column;
  }

  .indications ul>li {
    list-style-type: none;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 146%;
    flex-wrap: nowrap;
  }

  .contraindications ul {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .contraindications ul>li {
    list-style-type: none;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 146%;
  }

  .benefits__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.88rem;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .benefits__block {
    padding: 1.875rem 1.5625rem;
    border-radius: 1.25rem;
    gap: 1.25rem;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .questions__content-header p {
    max-width: 85%;
  }

  .other .services__list {
    display: flex;
    /* column-count: 2; */
    gap: 0.75rem;
    flex-direction: column;
    align-items: stretch;
  }

  .other .services__list .services__item {
    margin-bottom: 0;
  }

  .menu__page a {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 146%;
    padding: 0.75rem 1rem 0.625rem 1rem;
    padding: 0.625rem 0.875rem 0.5rem 0.875rem;
    border-radius: 0.5rem;
    border: 1px solid var(--border-light);
  }

  .profile__quote {
    padding: 1.56rem;
    border-radius: 1.875rem;
    margin-bottom: 3.44rem;
    flex-direction: column;
    gap: 1.68rem;
  }

  .profile__quote::before {
    transform: scale(0.7143);
    margin-right: 0;
  }

  .effectofprocedures h3 {
    text-align: left;
  }

  .opinion__wrapper {
    flex-direction: column-reverse;
  }

  .opinion__img {
    flex: initial;
    width: 120px;
    height: 120px;
  }

  .opinion__author {
    display: none;
  }

  .opinion__image {
    display: flex;
    column-gap: 20px;
    flex: 0 0 auto;
  }

  .opinion__image .opinion__author {
    display: block;
  }


}

@media screen and (max-width: 650px) {

  .video-right,
  .video-left,
  .image-right {
    float: none;
    margin: auto;
  }

  .author-article-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 85px;
  }

  .benefits__content {
    display: grid;
    grid-template-columns: 1fr;
  }

  .text-container table {
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
  }

  .text-container tr {
    display: flex;
    align-items: stretch;
  }

  .text-container table td {
    padding: 0.9375rem;
    font-size: 0.89rem;
    width: 50%;
  }

  .text-container table th {
    padding: 0.9375rem;
  }

  .contraindications {
    margin-bottom: 0;
  }

  .hero__content {
    padding: 1.87rem 0 0;
    max-width: 20rem;
    display: flex;
    flex-direction: column;
    gap: 0.94rem;
    margin: 0 auto 0;
    align-items: center;
    text-align: center;
  }

  .hero .container::before {
    bottom: -430px;
  }

  .hero__img {
    display: block;
    width: 100%;
    margin-top: 1.25rem;
    object-fit: cover;
  }

  .services__list .services__item:nth-last-child(2) {
    height: 100%;
  }

  .other .services__block {
    padding: 1.88rem 1.88rem 1.88rem;
  }

  .master__consult-form {
    padding: 20px 20px;
    flex-direction: column;
    align-items: center;
  }

  .master__consult-form-img-wrap {
    max-width: 110px;
    height: 110px;
    flex: auto;
  }

  .master__consult-content-wrap {
    padding: 0 0;
  }

  .master__consult-form-title,
  .master__consult-form-desc,
  .master__consult-form-content {
    text-align: center;
  }

  .master__consult-form-link {
    margin: 0 auto;
  }
}

@media screen and (max-width: 380px) {

  .video-right,
  .video-left,
  .image-right {
    width: 100%;
  }

  .master__consult-form {
    padding: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .master__consult-content-wrap {
    padding: 0 0;
  }

  .master__consult-form-link {
    margin: 0 auto;
  }
}

.description__wrapper--with-sidebar {
  align-items: flex-start;
}