

/* Start:/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/style.css?176120843537549*/
@charset "UTF-8";
.news-detail__text {
  box-shadow: 0 4px 60px 0 rgba(0, 159, 162, 0.05);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 125%;
  color: #394250;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .news-detail__text {
    padding: 1.4rem;
  }
}
.news-detail__text p {
  margin-bottom: 2rem;
}
.news-detail__text p:last-child {
  margin-bottom: 0;
}
.news-detail__control {
  padding: 2rem 0;
  display: flex;
  column-gap: 0.8rem;
}
@media (max-width: 767px) {
  .news-detail__control {
    flex-direction: column-reverse;
    row-gap: 1rem;
    padding: 0 2.4rem;
  }
}
.news-detail__hero {
  margin-top: 13.6rem;
  min-height: auto;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/bg-hero.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .news-detail__hero {
    margin-top: 10.6rem;
  }
}
.news-detail__hero-inner {
  padding: 3.7rem 0;
}
@media (max-width: 767px) {
  .news-detail__hero-inner {
    padding: 2rem 0;
  }
}
.news-detail__hero-inner.container-large {
  max-width: 161rem;
}
.news-detail * {
  box-sizing: border-box;
}
.news-detail .detail-hero {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 979px) {
  .news-detail .detail-hero {
    flex-direction: column-reverse;
  }
}
.news-detail .detail-hero__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .news-detail .detail-hero__header {
    margin-bottom: 1rem;
    justify-content: space-between;
  }
}
.news-detail .detail-hero__name {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  color: #009FA2;
}
@media (max-width: 767px) {
  .news-detail .detail-hero__name {
    font-size: 2.5rem;
  }
}
.news-detail .detail-hero__date {
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  text-align: center;
  color: #748ca4;
}
@media (max-width: 767px) {
  .news-detail .detail-hero__date {
    font-size: 1.6rem;
  }
}
.news-detail .detail-hero__img {
  overflow: hidden;
  font-size: 0;
  width: 40rem;
  flex-shrink: 0;
  border-radius: 2rem;
  max-width: 100%;
}
.news-detail .detail-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail .detail-hero__content {
  padding: 2rem 0;
}
.news-detail .detail-hero__anons {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #394250;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .news-detail .detail-hero__anons {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

.detail-back {
  background: linear-gradient(90deg, #acc0d4 0%, #91aecc 100%);
  border-radius: 1.5rem;
  height: 4.8rem;
  line-height: 4.8rem;
  display: inline-flex;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0 4rem 0 1.6rem;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  transition: 0.2s all linear;
}
.detail-back span {
  margin: 0 auto;
}
.detail-back:hover {
  color: #14787A;
}

.detail-share {
  border-radius: 1.5rem;
  height: 4.8rem;
  line-height: 4.8rem;
  display: inline-flex;
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.6);
  column-gap: 1.8rem;
  padding: 0 2.6rem 0 4rem;
  color: #394250;
  transition: 0.2s all linear;
  justify-content: center;
}
.detail-share:hover {
  color: #14787A;
}

.share-popover {
  box-shadow: 0 4px 60px 0 rgba(0, 61, 63, 0.2);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 1.7rem 2.9rem 2.9rem 2.9rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.share-popover .share-item--link-text {
  min-width: 15.8rem;
  cursor: pointer;
}
.share-popover__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  color: #009FA2;
  margin-bottom: 2rem;
}
.share-popover__close {
  appearance: none;
  background-color: transparent;
  padding: 0;
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/close.svg");
  border: none;
  background-size: contain;
  cursor: pointer;
}
.share-popover__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-popover__list li {
  margin-bottom: 1.5rem;
}
.share-popover__list li:last-child {
  margin-bottom: 0;
}
.share-popover__list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #394250;
  display: flex;
  align-items: center;
  column-gap: 2.2rem;
}
.share-popover .share-ico {
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.share-popover .share-ico--link {
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/icon-copy.svg");
}
.share-popover .share-ico--vk {
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/icon-vk.svg");
}
.share-popover .share-ico--tg {
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/icon-tg.svg");
}

.tippy-box {
  background-color: transparent;
}

.tippy-arrow {
  display: none;
}

.promo-detail * {
  box-sizing: border-box;
}
.promo-detail__hero {
  min-height: 40rem;
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}
@media (max-width: 979px) {
  .promo-detail__hero {
    min-height: 40vh;
  }
}
.promo-detail__hero-bg {
  position: absolute;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
}
@media (max-width: 767px) {
  .promo-detail__hero-bg {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.promo-detail__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-detail__title {
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 100%;
  color: #009FA2;
  max-width: 53rem;
}
@media (max-width: 979px) {
  .promo-detail__title {
    font-size: 2.6rem;
    max-width: 70%;
  }
}
.promo-detail__hero-content {
  display: flex;
  column-gap: 3.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 979px) {
  .promo-detail__hero-content {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
    height: 100%;
  }
}
.promo-detail__hero-inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  padding-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .promo-detail__hero-inner {
    height: 100%;
  }
}
.promo-detail__hero-inner:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38.6rem;
  height: 32rem;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/promo-detail__hero-img-decor.png");
  top: 50%;
  transform: translateY(-50%);
  right: 16rem;
}
@media (max-width: 767px) {
  .promo-detail__hero-inner:before {
    width: 100%;
    height: 100%;
    right: initial;
    transform: none;
    top: 0;
    background-size: 80%;
  }
}
@media (max-width: 979px) {
  .promo-detail__hero-inner {
    align-items: stretch;
  }
}
.promo-detail__hero-inner.container-large {
  max-width: 161rem;
}
.promo-detail__timer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 3.3rem;
  position: relative;
  z-index: 2;
}
.promo-detail__timer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: blur(40px);
  background: #fff;
}
@media (max-width: 979px) {
  .promo-detail__timer {
    column-gap: 1rem;
    z-index: 1;
  }
  .promo-detail__timer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(15px);
    background: #fff;
  }
}
.promo-detail__timer-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #009FA2;
  width: 13rem;
  height: 13rem;
  position: relative;
}
@media (max-width: 979px) {
  .promo-detail__timer-chip {
    width: 25%;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.promo-detail__timer-chip:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 6.5px);
  height: calc(100% - 6.5px);
  border: 0.5rem solid rgba(55, 93, 153, 0.18);
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
@media (max-width: 979px) {
  .promo-detail__timer-chip:before {
    border: 3px solid rgba(55, 93, 153, 0.18);
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
  }
}
.promo-detail__timer-chip .progress {
  stroke-width: 4px;
}
.promo-detail__timer-chip:last-child:after {
  content: none;
}
.promo-detail__timer-chip:after {
  content: "";
  height: 2.8rem;
  width: 0.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/icon-colon.svg");
  position: absolute;
  right: -2rem;
  pointer-events: none;
}
@media (max-width: 979px) {
  .promo-detail__timer-chip:after {
    right: -0.9rem;
    height: 2rem;
  }
}
.promo-detail__timer-chip svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.promo-detail__timer-chip .num {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 89%;
}
@media (max-width: 979px) {
  .promo-detail__timer-chip .num {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .promo-detail__timer-chip .num {
    font-size: 2.4rem;
  }
}
.promo-detail__timer-chip .lbl {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 979px) {
  .promo-detail__timer-chip .lbl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .promo-detail__timer-chip .lbl {
    font-size: 1.2rem;
  }
}
.promo-detail__hero-img {
  position: absolute;
  right: 0;
  min-width: 38rem;
  height: 100%;
  font-size: 0;
  bottom: 0;
}
@media (max-width: 979px) {
  .promo-detail__hero-img {
    min-width: auto;
    height: 100%;
    right: -1rem;
  }
}
.promo-detail__hero-img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: right;
}
@media (min-width: 768px) {
  .promo-detail__hero-img--standard {
    -webkit-mask-image: linear-gradient(to left, #000 70%, transparent 100%);
    mask-image: linear-gradient(to left, #000 70%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .promo-detail__hero-img--standard img {
    object-fit: cover;
  }
}
.promo-detail__hero-img--standard + .promo-detail__hero-inner .promo-detail__title {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .promo-detail__hero-img--standard + .promo-detail__hero-inner .promo-detail__title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(15px);
    background: #fff;
    z-index: -1;
  }
}
.promo-detail__hero-img--standard + .promo-detail__hero-inner:before {
  opacity: 0.3;
}
.promo-detail__nav {
  width: 100%;
}
@media (max-width: 767px) {
  .promo-detail__nav {
    display: none;
  }
}
.promo-detail .detail-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 2rem;
}
.promo-detail .detail-nav li {
  max-width: 26rem;
  width: 100%;
  min-height: 5rem;
}
.promo-detail .detail-nav li a {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 10rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  color: #394250;
  padding: 1rem 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: 0.2s color linear;
}
.promo-detail .detail-nav li a:hover {
  color: #009FA2;
}
.promo-detail__lead {
  box-shadow: 0 4px 60px 0 rgba(0, 159, 162, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  padding: 3rem;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/promo-detail__lead-bg.png");
  background-repeat: no-repeat;
  background-position: right 50%;
  position: relative;
  background-size: contain;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .promo-detail__lead {
    padding: 2rem;
    margin-bottom: 0;
    background-image: none;
  }
  .promo-detail__lead.page-container {
    width: calc(100% - 2.8rem);
    padding: 1.4rem;
  }
}
.promo-detail__lead-text {
  overflow: hidden;
}
.promo-detail__lead-text.is-clamped {
  mask-image: linear-gradient(to bottom, black 80%, transparent);
}
.promo-detail__lead-text.fancybox__content .promo-detail__lead-btn {
  display: none;
}
.promo-detail__lead-btn {
  float: right;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
.promo-detail__lead-btn.btn {
  padding: 0 6.6rem;
}
@media (max-width: 767px) {
  .promo-detail__lead-btn.btn {
    display: none;
  }
}
.promo-detail__section {
  box-shadow: 0 4px 60px 0 rgba(0, 159, 162, 0.05);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .promo-detail__section {
    padding: 1.4rem;
    margin-bottom: 0;
  }
}
.promo-detail__section.page-container {
  width: calc(100% - 2.8rem);
}
.promo-detail__section-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  color: #394250;
}
@media (max-width: 767px) {
  .promo-detail__section-text {
    font-size: 1.4rem;
    max-height: max-content;
  }
}
.promo-detail__section-text p,
.promo-detail__section-text ul,
.promo-detail__section-text ol {
  margin-bottom: 2rem;
}
.promo-detail__section-text ol, .promo-detail__section-text ul {
  line-height: 156%;
}
@media (max-width: 767px) {
  .promo-detail__section-text ol, .promo-detail__section-text ul {
    line-height: 120%;
  }
  .promo-detail__section-text ol li, .promo-detail__section-text ul li {
    font-size: 1.4rem;
  }
}
.promo-detail__section-text b, .promo-detail__section-text strong {
  font-weight: 500;
}
.promo-detail__section-text h2, .promo-detail__section-text h3 {
  font-size: 2.2rem;
  color: #394250;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .promo-detail__section-text h2, .promo-detail__section-text h3 {
    font-size: 2rem;
  }
}
.promo-detail__video {
  box-shadow: 0 4px 60px 0 rgba(0, 159, 162, 0.05);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  padding: 2.2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .promo-detail__video {
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }
}
.promo-detail__video-grid {
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .promo-detail__video-grid {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}
.promo-detail__video-content {
  padding-left: 2.2rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .promo-detail__video-content {
    box-shadow: 0 4px 60px 0 rgba(0, 159, 162, 0.05);
    background: rgba(255, 255, 255, 0.5);
    padding: 1.4rem;
    border-radius: 2rem;
    width: calc(100% - 2.8rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.promo-detail__video-text {
  font-weight: 400;
  font-size: 1.6rem;
  color: #394250;
  line-height: 140%;
}
@media (max-width: 767px) {
  .promo-detail__video-text {
    font-size: 1.4rem;
  }
}
.promo-detail__video-text h2, .promo-detail__video-text h3 {
  font-size: 2.2rem;
  color: #394250;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .promo-detail__video-text h2, .promo-detail__video-text h3 {
    font-size: 2rem;
  }
}
.promo-detail__video-text p {
  margin-bottom: 2rem;
}
.promo-detail__video-text b, .promo-detail__video-text strong {
  font-size: 2.2rem;
}
.promo-detail__video-text ul {
  line-height: 156%;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .promo-detail__video-text ul {
    line-height: 120%;
  }
  .promo-detail__video-text ul li {
    font-size: 1.4rem;
  }
}
.promo-detail__video-frame {
  overflow: hidden;
  border-radius: 2rem;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
  aspect-ratio: 64/36;
  position: relative;
  width: 35%;
}
@media (max-width: 767px) {
  .promo-detail__video-frame {
    width: calc(100% - 2.8rem);
    margin: 0 auto;
  }
}
.promo-detail__video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.promo-detail.page-slider .page-slider__slide {
  flex-direction: column;
  padding: 12rem 0 6rem 0;
}
@media (max-width: 767px) {
  .promo-detail.page-slider .page-slider__slide {
    padding: 6rem 0 2rem 0;
  }
}
.promo-detail.page-slider .page-slider__slide:not(:first-child) {
  background-color: transparent;
}
.promo-detail.page-slider .page-slider__slide.type_hero {
  justify-content: normal;
  padding-top: 13.6rem;
  padding-bottom: 2rem;
}
.promo-detail.page-slider .page-slider__slide.type_more_stocks {
  background-image: url("/local/templates/lotos74.ru_2025/images/services-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.promo-detail.page-slider .page-slider__slide.type_footer {
  padding-bottom: 0;
  padding-top: 6rem;
  background-color: #ffffff;
  display: block;
}
.promo-detail.page-slider .page-slider__slide.type_footer footer.footer {
  display: block;
}
@media (max-width: 767px) {
  .promo-detail.page-slider .page-slider__slide .doctors {
    padding-bottom: 0;
    margin: 0 auto;
    justify-content: center;
  }
}
.promo-detail.page-slider .page-slider__slide .doctors__item,
.promo-detail.page-slider .page-slider__slide .doctors .title,
.promo-detail.page-slider .page-slider__slide .doctors__enumeration {
  opacity: 1;
}
.promo-detail__container {
  max-width: 161rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.detail-text-container {
  height: 100%;
}

.detail-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 156%;
  color: #394250;
  overflow: hidden;
}
@media (max-width: 767px) {
  .detail-text {
    line-height: 140%;
  }
}
.detail-text ol {
  margin-bottom: 2rem;
  padding-inline-start: 1.2em;
}
@media (max-width: 767px) {
  .detail-text ol li {
    font-size: 1.4rem;
  }
}
.detail-text ol li::marker {
  color: #009FA2;
}
@media (max-width: 767px) {
  .detail-text ul li {
    font-size: 1.4rem;
  }
}
.detail-text p {
  margin-bottom: 1rem;
}
.detail-text p:last-child {
  margin-bottom: 0;
}
.detail-text.is-clamped {
  mask-image: linear-gradient(to bottom, black 80%, transparent);
  height: calc(100% - var(--btn-reserve));
  max-height: 100%;
}

.promo-cta {
  border: 1px solid #fff;
  border-radius: 2rem;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.6);
  padding: 1.4rem;
  position: relative;
  margin: 1.5rem 0;
  width: 100%;
}
.promo-cta.page-container {
  width: calc(100% - 2.8rem);
}
@media (max-width: 979px) {
  .promo-cta {
    display: flex;
    flex-direction: column-reverse;
  }
}
.promo-cta__row {
  margin-bottom: 1.5rem;
  position: relative;
  width: calc(100% - 52rem);
}
@media (max-width: 979px) {
  .promo-cta__row {
    width: 100%;
  }
}
.promo-cta__row:last-child {
  margin-bottom: 0;
}
.promo-cta__row--phone {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: #394250;
}
.promo-cta__row--phone .phone {
  display: inline-flex;
}
.promo-cta__row--btn {
  display: flex;
  align-items: center;
  column-gap: 3.8rem;
}
@media (max-width: 979px) {
  .promo-cta__row--btn {
    flex-direction: column;
    row-gap: 1.3rem;
  }
}
.promo-cta__row--btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #009FA2;
}
@media (max-width: 979px) {
  .promo-cta__row--btn p {
    font-size: 16px;
  }
}
.promo-cta__btn.btn {
  padding: 0 2rem;
}
@media (max-width: 979px) {
  .promo-cta__btn.btn {
    width: 100%;
    height: 4.8rem;
  }
}
.promo-cta__content {
  border-radius: 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 63.48%, rgba(255, 255, 255, 0) 100%);
  padding: 3rem 5.8rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 979px) {
  .promo-cta__content {
    padding: 2rem 1rem;
  }
}
.promo-cta__content:before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/./images/promo-cta__content-bg.png");
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 979px) {
  .promo-cta__content:before {
    content: none;
  }
}
.promo-cta__img {
  position: absolute;
  right: 0;
  width: 50rem;
  height: calc(100% + 3rem);
  top: -1.5rem;
}
@media (max-width: 979px) {
  .promo-cta__img {
    width: 100%;
    top: 0;
    position: relative;
    height: 13rem;
  }
}
.promo-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

.promo-gallery {
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #fff;
  border-radius: 2rem;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.3);
  padding: 2.5rem 4rem;
}
@media (max-width: 767px) {
  .promo-gallery {
    padding: 0 1.4rem;
    background: none;
    border: none;
  }
}
.promo-gallery__inner {
  width: 100%;
}
.promo-gallery__item {
  font-size: 0;
  line-height: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 40/23;
  position: relative;
}
.promo-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.promo-gallery .slider-arrow-prev {
  left: 3.4rem;
}
.promo-gallery .slider-arrow-next {
  right: 3.4rem;
}
.promo-gallery .slider-progressbar {
  display: none;
}
@media (max-width: 767px) {
  .promo-gallery .slider-progressbar {
    display: block;
    margin-top: 1.4rem !important;
  }
}

.promo-more__grid {
  list-style: none;
  padding: 0;
  margin: 0 -1.1rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5rem;
}
.promo-more__item {
  padding: 0 1.1rem;
  width: 25%;
}
.promo-more .promo-card__media {
  font-size: 0;
  line-height: 0;
  border: 1px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 317/152;
  position: relative;
  margin-bottom: 0.6rem;
}
.promo-more .promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.promo-more .promo-card__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  color: #009FA2;
}

@media (max-width: 767px) {
  .more-modal .promo-detail__lead-text {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .more-modal .promo-detail__lead-btn.btn {
    display: inline-flex;
    width: 100%;
    margin: 1.4rem 0 0 0;
    float: none;
    order: 100;
  }
}

/* Общие стили */
main {
  background-image: url("https://www.lotos74.ru/local/templates/lotos74.ru_2025/components/bitrix/news.list/promo-list/images/bg-desk.png");
  background-repeat: repeat-y;
}

section.doctors {
  background: none;
  padding-bottom: 2rem;
}
section.doctors .swiper-pagination-lock + .swiper .swiper-wrapper {
  justify-content: center;
}

div.container-large:not([class*=news-detail]) {
  max-width: 100%;
}
@media (max-width: 767px) {
  div.container-large:not([class*=news-detail]) {
    width: 100%;
    margin: 0;
  }
}

.breadcrumb {
  display: none;
}

body .more-modal {
  width: 121.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  padding: 1.5rem;
  border: 1px #fff solid;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  body .more-modal {
    background: no-repeat;
    padding: 0;
    border-radius: 0;
    border: none;
    backdrop-filter: none;
  }
}
body .more-modal__content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  box-sizing: border-box;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 170, 174, 0.1);
  padding: 3rem 4.8rem 4.5rem;
  border: 1px #fff solid;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  body .more-modal__content {
    padding: 2rem;
  }
}

.btn-more-content {
  font-family: "Roboto", Arial, sans-serif;
  height: 5rem;
  line-height: 5rem;
  box-shadow: 0 2px 25px 0 rgba(0, 159, 162, 0.15);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #677f97;
  column-gap: 1.2rem;
  padding: 0 6rem;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
  transition: 0.2s all linear;
}
@media (max-width: 767px) {
  .btn-more-content {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 25px 0 rgba(0, 159, 162, 0.25);
  }
}
.btn-more-content__label {
  font-size: 1.4rem;
}
.btn-more-content:hover {
  box-shadow: 0 2px 25px 0 rgba(0, 159, 162, 0.25);
}
.btn-more-content:hover path {
  stroke: #009FA2;
}
.btn-more-content path {
  transition: 0.2s all linear;
}

.page-container {
  width: 100%;
  max-width: 161rem;
}

.doctors__enumeration {
  display: none !important;
}

.promo-slider {
  width: 100%;
}
@media (max-width: 767px) {
  .promo-slider {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .promo-slider__title.title {
    margin-bottom: 1rem;
  }
}
.promo-slider__main {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .promo-slider__main {
    max-width: 110rem;
  }
}
.promo-slider__thumbs {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  /*
  .swiper-wrapper {
    justify-content: center;
  }
   */
}
@media (max-width: 767px) {
  .promo-slider__thumbs {
    display: none;
  }
}
.promo-slider__thumbs .swiper-slide-thumb-active .promo-thumb__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 5px #5ed3d5;
}
.promo-slider__progress.slider-progressbar {
  position: relative;
  max-width: 65.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .promo-slider__progress.slider-progressbar {
    max-width: calc(100% - 2rem);
  }
}
.promo-slider .screen__slider__arrows.page-container {
  max-height: 150rem;
}
.promo-slider .thumbs--static .swiper-wrapper {
  justify-content: center;
}

.promo-slide {
  position: relative;
  padding: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .promo-slide {
    padding: 2rem 1rem 0 1rem;
  }
}
.promo-slide__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.promo-slide__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 2rem;
  color: #009FA2;
  position: relative;
}
@media (max-width: 979px) {
  .promo-slide__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .promo-slide__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.promo-slide__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #394250;
  position: relative;
  margin-bottom: 2rem;
}
.promo-slide__media {
  aspect-ratio: 47/27;
  position: relative;
  width: 47rem;
  flex-shrink: 0;
  transform: rotate(-4deg);
  z-index: 1;
}
@media (max-width: 979px) {
  .promo-slide__media {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promo-slide__media {
    width: 100%;
  }
}
.promo-slide__media:after {
  content: "";
  position: absolute;
  width: calc(100% - 1.7rem);
  height: calc(100% - 0.7rem);
  left: 0.8rem;
  top: 0;
  border: 2px solid #fff;
  border-radius: 3rem;
  transform: rotate(5deg);
}
.promo-slide__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: left top;
  border: 1px solid #fff;
  border-radius: 2rem;
}
.promo-slide__grid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .promo-slide__grid {
    flex-direction: column;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-radius: 2rem;
  }
}
.promo-slide__content {
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.promo-slide__content:before {
  content: "";
  position: absolute;
  top: 0;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 0 2rem 2rem 0;
  height: 100%;
  right: 0;
  width: calc(100% + 2rem);
}
@media (max-width: 979px) {
  .promo-slide__content:before {
    content: none;
  }
}
.promo-slide__more {
  margin-top: auto;
  margin-left: auto;
  font-weight: 400;
  font-size: 1.4rem;
  color: #748ca4;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  position: relative;
}
@media (max-width: 979px) {
  .promo-slide__more {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .promo-slide__more {
    font-size: 1.4rem;
  }
}

.promo-thumb {
  width: 20%;
  cursor: pointer;
}
.promo-thumb__media {
  font-size: 0;
  line-height: 0;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 29/13;
  position: relative;
  margin-bottom: 0.6rem;
}
.promo-thumb__media:after {
  content: "";
  box-shadow: inset 0 0 0 1px #fff;
  inset: 0;
  position: absolute;
  border-radius: inherit;
}
.promo-thumb__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: left top;
}
.promo-thumb__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 100%;
  color: #009FA2;
  display: block;
}

main {
  padding-top: 0 !important;
}

.sidebar {
  z-index: 100;
}

.services .swiper {
  overflow: initial;
}

.page-slider {
  height: 100vh;
  height: 100dvh;
}
.page-slider__wrap {
  height: 100%;
}
.page-slider__slide {
  /*.reviews {

    .title,
    &__header,
    &__item,
    &__slider__controls {
      opacity: 0;
    }

  }*/
}
.page-slider__slide.swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-slider__slide:not(:first-child) {
  background-color: #ffffff;
}
.page-slider__slide .screen,
.page-slider__slide .services,
.page-slider__slide .doctors,
.page-slider__slide .utp,
.page-slider__slide div[id*=comp_],
.page-slider__slide .map {
  width: 100%;
}
.page-slider__slide .screen {
  margin-bottom: 0;
}
.page-slider__slide div[id*=comp_] {
  height: 100%;
}
.page-slider__slide div[id*=comp_] .reviews {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-slider__slide .services {
  padding-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
}
.page-slider__slide .services__item {
  opacity: 0;
}
.page-slider__slide .doctors {
  padding-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-slider__slide .doctors {
    justify-content: flex-end;
    padding-bottom: 10rem;
  }
}
.page-slider__slide.type_map {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .page-slider__slide.type_map {
    height: auto;
  }
}
.page-slider__slide.type_footer {
  height: auto;
}
@media (max-width: 767px) {
  .page-slider__slide.type_specialist-slider {
    height: auto;
  }
}
.page-slider__slide .utp__item:nth-of-type(1) {
  top: 17.5rem;
}
.page-slider__slide .utp__item:nth-of-type(2) {
  top: 12.5rem;
}
.page-slider__slide .doctors__item,
.page-slider__slide .doctors .title, .page-slider__slide .doctors__enumeration {
  opacity: 0;
}
.page-slider__slide .doctors__item.show {
  opacity: 1;
}
.page-slider__slide .map {
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-slider__slide .map {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .page-slider__slide .map__list {
    transform: translateX(-50%) translateY(-50%);
    top: 60%;
    left: 50%;
    height: calc(100% - 40rem);
  }
}
@media (max-width: 767px) {
  .page-slider__slide .map__list {
    padding-top: 10rem;
  }
}
.page-slider__slide .map__list h2 {
  margin-bottom: 2rem;
}
.page-slider__slide .map__list__content {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .page-slider__slide .map__list__content {
    padding-bottom: 0;
  }
}
.page-slider__slide .map .drop-list {
  row-gap: 1rem;
}
.page-slider__slide .map__item {
  height: 100%;
}
@media (max-width: 767px) {
  .page-slider__slide .map__item {
    height: 39rem;
    flex-grow: 1;
  }
}
.page-slider .drop-list__button {
  /*
  @media (max-width: 767px) {
    pointer-events: none;
  }
   */
}

#page-slider-pagination {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  height: 10rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  #page-slider-pagination {
    display: none;
  }
}
#page-slider-pagination .swiper-pagination-progressbar-fill {
  background: #00A3A6;
}

.page-progress {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 10rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  overflow: hidden;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.page-progress__fill {
  display: block;
  width: 100%;
  height: 0%;
  background: #00A3A6;
  border-radius: inherit;
  transform-origin: bottom;
  transition: height 0.4s ease;
}

.page-progress.is-visible {
  opacity: 1;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html {
  scrollbar-width: none;
}

body.fp-lock:before {
  background-image: url("/local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/../images/001.jpg");
}

.down-button {
  display: inline-flex;
  position: absolute;
  padding-bottom: 10px;
  top: initial;
  bottom: 0;
  left: 49%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 40px;
  height: 95px;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(3px);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.4rem 3rem 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  opacity: 1;
  transition: 0.2s all linear;
}
.down-button.hide {
  opacity: 0;
}

@media screen and (max-width: 999px) {
  .down-button {
    top: 850px;
  }
}
@media screen and (max-width: 767px) {
  .down-button {
    top: 650px;
  }
}
@media screen and (max-width: 500px) {
  .down-button {
    display: none;
  }
}
.down-button .arrows {
  width: 40px;
  height: 95px;
  bottom: 20px;
}

.down-button .arrows circle {
  animation: arrow 1.75s infinite;
  -webkit-animation: arrow 1.75s infinite;
  fill: #00cbcf;
}

.down-button .arrows .a4 {
  animation: arrow 1.75s infinite;
  -webkit-animation: arrow 1.75s infinite;
  fill: #fff;
}

.down-button .arrows path {
  stroke-width: 1.75px;
  animation: arrow 1.75s infinite;
  -webkit-animation: arrow 1.75s infinite;
  fill: #00cbcf;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.down-button .arrows circle.a1 {
  animation-delay: -0.75s;
  -webkit-animation-delay: -0.75s; /* Safari å’Œ Chrome */
}

.down-button .arrows circle.b2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari å’Œ Chrome */
}

.down-button .arrows circle.a3 {
  animation-delay: -0.25s;
  -webkit-animation-delay: -0.25s; /* Safari å’Œ Chrome */
}

.down-button .arrows circle.a4 {
  animation-delay: -0.15s;
  -webkit-animation-delay: -0.15s; /* Safari å’Œ Chrome */
}

.down-button .arrows path.b4 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari å’Œ Chrome */
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer .footer__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.drop-down.drop-down-mob {
  top: 6.1rem;
}
.drop-down__list {
  width: 20%;
  position: relative;
}
.drop-down__list:last-of-type {
  padding-right: 3rem !important;
}
.drop-down__list:before {
  content: none !important;
  height: 100% !important;
}
@media (min-width: 768px) {
  .drop-down__list {
    overflow-y: scroll;
    height: 100%;
  }
  .drop-down__list::-webkit-scrollbar {
    width: 2px;
  }
  .drop-down__list::-webkit-scrollbar-track {
    background: #F1F4F7;
  }
  .drop-down__list::-webkit-scrollbar-thumb {
    background: #A3E3E4;
    border-radius: 8px;
  }
  .drop-down__list::-webkit-scrollbar-thumb:hover {
    background: #A3E3E4;
  }
  .drop-down__list::-webkit-scrollbar-button {
    display: none; /* скрыть стрелки */
  }
  .drop-down__lists {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 38rem);
    padding-bottom: 2rem;
  }
  .drop-down__lists:after {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 4rem;
    background: linear-gradient(to top, #ffffff, transparent);
    pointer-events: none;
  }
}

header.header .container-large,
body .container-large.drop-down__content {
  max-width: 161rem;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/lotos74.ru_2025/components/bitrix/news.detail/news-detail/style.css?176120843537549 */
