

/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/page_slider/style.css?17598134387749*/
@charset "UTF-8";
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/luxar/super/page_slider/../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;
  }
}

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

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/bitrix/news.list/specialist_slider/style.css?17598146651600*/
.doctors__item {
  position: relative;
}
.doctors__item.swiper-slide {
  height: auto !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.doctors__item h3 {
  padding-left: 0 !important;
}
@media (max-width: 979px) {
  .doctors__item h3 {
    min-height: 3rem;
    display: flex;
    align-items: center;
  }
}
.doctors__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.doctors__item__image iframe {
  display: none;
}
.doctors__item__video {
  z-index: 2;
}
.doctors__item__head {
  display: flex;
  align-items: center;
  margin-left: -0.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .doctors__item__head {
    padding-top: 0.8rem;
  }
}
.doctors__item__head h3 {
  margin-bottom: 0 !important;
  padding-right: 1.6rem;
  padding-left: 1.4rem !important;
}
.doctors__item__head .badge {
  width: 10.7rem;
  flex-shrink: 0;
}
.doctors__item__head .badge img {
  max-width: 100%;
  width: 100%;
}

.doctors__enumeration .doctors__enumeration__items {
  overflow-x: initial;
  transition: transform 0.3s ease-in-out;
}
.doctors__enumeration .doctors__enumeration__item.swiper-slide {
  width: auto;
}
@media screen and (max-width: 992px) {
  .doctors__enumeration .doctors__enumeration__content.swiper {
    margin-left: initial;
    margin-right: initial;
  }
  .doctors__enumeration .doctors__enumeration__content.swiper .swiper-slide {
    flex-shrink: initial;
  }
}

.fancybox__content:has(> iframe) {
  width: 90% !important;
}

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

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/style.css?175506212694*/
.reviews__header__sources::-webkit-scrollbar {
    scrollbar-width: none;
    display: none;
}
/* End */


/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_header/style.css?17551444402833*/
@charset "UTF-8";
.reviews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reviews-header__total {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 999px) {
  .reviews-header__total {
    margin-bottom: 15px;
  }
}
.reviews-header__total--rating {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #009FA2;
  font-size: 35px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 24px;
}
.reviews-header__total--rating:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #C9E2EF;
  right: 0;
  top: 0;
}
.reviews-header__total--count {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
}
.reviews-header__total--count span {
  color: #748CA4;
  font-size: 16px;
}
.reviews-header__total--count span i {
  color: #394250;
  font-style: normal;
  font-size: 20px;
}
.reviews-header__sources {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 999px) {
  .reviews-header__sources {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}
.reviews-header__sources_item {
  padding: 22px 40px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .reviews-header__sources_item {
    padding: 10px;
  }
}
.reviews-header__sources_item:link, .reviews-header__sources_item:visited {
  color: #000;
}
.reviews-header__sources_item i {
  font-style: normal;
  display: inline-block;
  color: #009FA2;
  margin-left: 5px;
}
.reviews-header__sources_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #009FA2;
  transition: all 0.3s ease-in-out;
}
.reviews-header__sources_item:hover:before, .reviews-header__sources_item.active:before {
  width: 100%;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  /* Градиент справа, если есть прокрутка вправо */
  /* Градиент слева, если прокрутка не в начале */
}
.scroll-container .scroll-right {
  mask-image: linear-gradient(to right, transparent 0%, white 0, white calc(100% - 20px), transparent 100%);
}
.scroll-container .scroll-left {
  mask-image: linear-gradient(to right, transparent 0%, white 20px, white 100%, transparent 100%);
}
.scroll-container .scroll-right.scroll-left {
  mask-image: linear-gradient(to right, transparent 0%, white 20px, white calc(100% - 20px), transparent 100%);
}

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

/* End */


/* Start:/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/style.css?17562890463151*/
@charset "UTF-8";
.reviews-slider {
  position: relative;
}
@media screen and (max-width: 720px) {
  .reviews-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.reviews-slider__list.swiper {
  padding: 0 15px;
}
@media screen and (max-width: 720px) {
  .reviews-slider__list.swiper {
    padding: 0 5px;
  }
}
.reviews-slider__item {
  padding: 30px 15px;
  position: relative;
}
.reviews-slider__item.swiper-slide {
  height: auto;
}
.reviews-slider__item_container {
  height: 100%;
  transition: all 0.4s linear;
  display: flex;
  flex-direction: column;
}
.reviews-slider__item.swiper-slide-fully-visible .reviews-slider__item_container {
  box-shadow: 0 4px 36px 0 rgba(0, 159, 162, 0.15);
}
.reviews-slider__item_header {
  color: #394250;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.reviews-slider__item_info {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
.reviews-slider__item_date {
  color: #748CA4;
}
.reviews-slider__item_provider a:link, .reviews-slider__item_provider a:visited {
  font-weight: 500;
  color: #000;
  font-size: 1.4rem;
}
.reviews-slider__item_provider a:hover {
  text-decoration: none;
}
.reviews-slider__item .stars {
  margin-bottom: 12px;
}
.reviews-slider__item_text {
  color: #394250;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}
.reviews-slider__item_footer {
  margin-top: auto;
  margin-bottom: 0;
}
.reviews-slider__item_footer a {
  font-size: 14px;
  color: #748CA4;
}
.reviews-slider__item_popup {
  display: none;
  max-width: 600px;
  width: 600px;
}
@media screen and (max-width: 720px) {
  .reviews-slider__item_popup {
    max-width: initial;
    width: 100%;
  }
}
.reviews-slider__item_popup_title {
  margin-bottom: 20px;
  color: #009FA2;
  font-size: 26px;
  font-weight: 600;
}
.reviews-slider__item_popup .stars {
  margin-bottom: 12px;
}
.reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  background: #edf4f7;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.reviews-slider .swiper-button-prev:after, .reviews-slider .swiper-button-next:after {
  font-size: 20px;
  color: #71859b;
}
@media screen and (max-width: 720px) {
  .reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
    top: 65px;
  }
}
.reviews-slider .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 720px) {
  .reviews-slider .swiper-button-prev {
    right: 75px;
    left: auto;
  }
}
.reviews-slider .swiper-button-prev:after {
  content: "←";
}
.reviews-slider .swiper-button-next {
  right: -30px;
}
@media screen and (max-width: 720px) {
  .reviews-slider .swiper-button-next {
    right: 30px;
  }
}
.reviews-slider .swiper-button-next:after {
  content: "→";
}

.stars {
  width: 110px;
  height: 16px;
  background: url(/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/images/star.svg) repeat-x left top;
  background-size: 22px 15px;
}
.stars__current {
  width: 0;
  height: 16px;
  background: url(/local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/images/star_active.svg) repeat-x left top;
  background-size: 22px 15px;
}

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

/* End */
/* /local/templates/lotos74.ru_2025/components/luxar/super/page_slider/style.css?17598134387749 */
/* /local/templates/lotos74.ru_2025/components/bitrix/news.list/specialist_slider/style.css?17598146651600 */
/* /local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/style.css?175506212694 */
/* /local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_header/style.css?17551444402833 */
/* /local/templates/lotos74.ru_2025/components/luxar/super/reviews_widget/bitrix/news.list/reviews_slider/style.css?17562890463151 */
