

/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider/style.css?17568804501543*/
.slider__tablet,
.slider__mobile {
    display: none;
}

.main-slider .slick-arrow:before,
.main-slider .slick-arrow:after {
    height: 2px;
}

.main-slider .slick-arrow,
.main-slider .slick-arrow {
    height: 44px;
}

div.main-slider .slick-dots li {
    height: 3px;
}

@media screen and (max-width: 999px) {

    .slider__tablet {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .slider__tablet img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
    }

    .slider__tablet:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #0d7ab9, transparent);
        z-index: 2;
    }

    .main-slider__wrap .container {
        z-index: 3;
    }

}

@media screen and (max-width: 749px) {

    .slider__tablet {
        display: none;
    }

    .slider__mobile {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .main-slider .main-slider__list, .main-slider .main-slider__wrap {
        padding-top: 0;
    }

    .main-slider__item:before {
        z-index: 2;
    }

    .main-slider__wrap .container {
        z-index: 3;
    }

    .slider__mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
    }
}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/style.css?17568889665989*/
.services-list {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-list {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .services-list.type-services {
    margin-top: 45px;
  }
}
.services-list__title, .services-list__subtitle {
  font-weight: 500;
  font-size: 36px;
  color: #50708a;
  line-height: 100%;
  position: relative;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .services-list__title, .services-list__subtitle {
    font-size: 25px;
  }
}
.services-list__title:before, .services-list__title:after, .services-list__subtitle:before, .services-list__subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cfe3f3;
}
.services-list__title:before, .services-list__subtitle:before {
  border-radius: 3px;
  width: 27px;
  height: 7px;
  bottom: 0;
}
.services-list__title:after, .services-list__subtitle:after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}
.services-list__title:first-letter, .services-list__subtitle:first-letter {
  color: #51b539;
}
.services-list__subtitle {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .services-list__subtitle {
    margin-bottom: 20px;
  }
}
.services-list__title {
  margin-bottom: 20px;
  max-width: 1000px;
}
.services-list__lead {
  color: #50708A;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services-list__lead {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services-list__item.swiper-slide {
    width: calc(50% - 5px);
  }
}
.services-list__items {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .services-list__items.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.services-list__wrapper {
  padding: 0 75px;
  box-sizing: border-box;
  width: calc(100% + 150px);
  margin: 0 -75px;
  position: relative;
}
.services-list__content {
  position: relative;
}
.services-list__content:before, .services-list__content:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 10;
  top: 0;
}
@media (max-width: 767px) {
  .services-list__content:before, .services-list__content:after {
    content: none;
  }
}
.services-list__content:before {
  background: linear-gradient(to right, #f9f9f9, transparent 34%);
  left: -20px;
}
.services-list__content:after {
  background: linear-gradient(to left, #f9f9f9, transparent 34%);
  right: -20px;
}
.services-list__arrow {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: rgba(123, 172, 210, 0.3);
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all linear;
  z-index: 20;
}
.services-list__arrow:hover {
  background-color: rgba(123, 172, 210, 0.6);
}
@media (max-width: 1440px) {
  .services-list__arrow {
    position: relative;
    transform: none;
  }
}
.services-list__arrow.arrow-prev {
  left: 20px;
}
@media (max-width: 1440px) {
  .services-list__arrow.arrow-prev {
    left: initial;
  }
}
.services-list__arrow.arrow-prev svg {
  margin-left: -3px;
}
.services-list__arrow.arrow-next {
  right: 20px;
}
@media (max-width: 1440px) {
  .services-list__arrow.arrow-next {
    right: initial;
  }
}
.services-list__arrow.arrow-next svg {
  margin-right: -3px;
}
@media (max-width: 1440px) {
  .services-list__control {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .services-list__control {
    display: none;
  }
}
.services-list__all {
  display: none;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .services-list__all {
    display: block;
  }
}
.services-list.type-analysis .services-list__content:before,
.services-list.type-analysis .services-list__content:after {
  content: none;
}

.service-card {
  height: 200px;
  backdrop-filter: blur(3px);
  box-shadow: 0 0 30px 0 rgba(45, 92, 145, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #1d6faf;
  padding: 0 20px 16px 20px;
  position: relative;
  transition: 0.3s all linear;
}
@media (max-width: 767px) {
  .service-card {
    padding: 0 16px 10px 16px;
  }
}
.service-card:hover {
  box-shadow: 0 0 30px 0 rgba(45, 92, 145, 0.2);
}
.service-card__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-height: 182px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .service-card__link {
    min-height: 140px;
  }
}
.service-card__icon {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .service-card__icon {
    margin-top: 10px;
  }
}
.service-card__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 89%;
  color: #fdfdfd;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .service-card__name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-card__name span {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
}
.service-card--more {
  padding: 16px 20px 16px 20px;
  box-shadow: 0 0 30px 0 rgba(45, 92, 145, 0.05);
  background-image: url("/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/images/bg-border-more.svg");
}
@media (max-width: 767px) {
  .service-card--more {
    display: none !important;
  }
}
.service-card--more .service-card__name,
.service-card--more .service-card__link {
  align-items: center;
}
.service-card--more .service-card__name {
  color: #ffffff;
}
.service-card--more .service-card__link {
  min-height: 166px;
}
@media (max-width: 767px) {
  .service-card--more .service-card__link {
    min-height: 124px;
  }
}

div.services-swiper {
  padding: 0 20px;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/custom_style.css?17542883611897*/
.index .section-block--services {
  margin-bottom: 60px;
}
.index .section-block--services .section-block__text {
  margin-bottom: 30px;
}
.index .section-block--services h2 a {
  text-decoration: none;
  color: #50708a;
}

.section-block .service__list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .section-block .service__list {
    gap: 20px;
  }
}
@media screen and (max-width: 979px) {
  .section-block .service__list {
    grid-template-columns: 1fr;
  }
}
.section-block .service__list .service-item {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-block .service__list .service-item {
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 15px 0;
  }
}
.section-block .service__list .service-item__img {
  overflow: hidden;
  border-radius: 20px;
}
.section-block .service__list .service-item__img img {
  width: 100%;
}
.section-block .service__list .service-item__desc {
  width: 100%;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  bottom: 0;
  border-radius: 0 0 18px 18px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 25px !important;
}
@media screen and (max-width: 767px) {
  .section-block .service__list .service-item__desc {
    padding: 15px !important;
  }
}
.section-block .service__list .service-item__title {
  color: #50708a;
  min-height: 34px;
  display: flex;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-block .service__list .service-item__title {
    min-height: auto;
  }
}
.section-block .service__all {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section-block .service__all {
    margin-top: 20px;
  }
}
.section-block .service__all:before {
  content: none;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/luxar/super/index_about/style.css?1756805848865*/
.section-block--about .index-about {
  /*
  &__text-include {
    margin-top: 0;
  }
  */
}
.section-block--about .index-about__license {
  width: 216px;
  height: 264px;
}
.section-block--about .index-about__favorite:after {
  width: 60%;
}

@media (max-width: 749px) {
  .index-about__text-include {
    position: relative;
  }
  .index-about__text-include.is-collapsed {
    max-height: 240px;
    overflow: hidden;
  }
  .index-about__text-include.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9f9);
  }
  .index-about__text-include.is-expanded {
    max-height: none;
  }
  .index-about__text-include.is-expanded::after {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/dms-slider/style.css?17562901271230*/
.dms-slider {
  margin-bottom: 70px;
}
.dms-slider__title {
  font-weight: 500;
  font-size: 36px;
  color: #50708a;
  line-height: 100%;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .dms-slider__title {
    font-size: 25px;
  }
}
.dms-slider__title:before, .dms-slider__title:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cfe3f3;
}
.dms-slider__title:before {
  border-radius: 3px;
  width: 27px;
  height: 7px;
  bottom: 0;
}
.dms-slider__title:after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}
.dms-slider__title:first-letter {
  color: #51b539;
}
.dms-slider__item {
  background-color: #ffffff;
  aspect-ratio: 22/20;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dms-slider__item img {
  max-width: 100%;
}
.dms-slider #dms-pagination {
  position: relative;
  margin-top: 46px;
  background: #bdd2e3;
  height: 2px;
}
@media (max-width: 767px) {
  .dms-slider #dms-pagination {
    margin-top: 25px;
  }
}
.dms-slider #dms-pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/style.css?17567212313345*/
.package-offers__title {
  font-weight: 500;
  font-size: 36px;
  color: #50708a;
  line-height: 100%;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 44px !important;
}
@media (max-width: 767px) {
  .package-offers__title {
    font-size: 25px;
  }
}
.package-offers__title:before, .package-offers__title:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cfe3f3;
}
.package-offers__title:before {
  border-radius: 3px;
  width: 27px;
  height: 7px;
  bottom: 0;
}
.package-offers__title:after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}
.package-offers__title:first-letter {
  color: #51b539;
}
.package-offers__list {
  display: grid;
  column-gap: 50px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 1280px) {
  .package-offers__list {
    column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .package-offers__list {
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .package-offers__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
.package-offers__item {
  background-color: #1d6faf;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 22/20;
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex !important;
  align-items: flex-end;
  justify-content: left;
  position: relative;
}
@media (max-width: 767px) {
  .package-offers__item {
    width: 100%;
    max-height: 152px;
  }
  .package-offers__item.c-1, .package-offers__item.c-5 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-1-m.jpg") !important;
  }
  .package-offers__item.c-2, .package-offers__item.c-6 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-2-m.jpg") !important;
  }
  .package-offers__item.c-3, .package-offers__item.c-7 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-3-m.jpg") !important;
  }
  .package-offers__item.c-4, .package-offers__item.c-8 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-4-m.jpg") !important;
  }
}
.package-offers__item.is-more {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .package-offers__item.is-more {
    width: auto;
    max-height: none;
    aspect-ratio: auto;
    margin-top: 15px;
    height: 34px;
    line-height: 34px;
    padding: 0 24px;
    column-gap: 15px;
    background-image: none !important;
  }
  .package-offers__item.is-more:after {
    content: "";
    position: relative;
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/icon-reload.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.package-offers__item.is-more span {
  text-transform: none;
}
.package-offers__item img {
  max-width: 100%;
}
.package-offers__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 55px;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .package-offers__name {
    max-width: 215px;
  }
}
.package-offers__icon {
  position: absolute;
  right: 30px;
  top: 20px;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews_swiper/style.css?17567905952166*/
.reviews-item__file {
    width: 49px;
    height: 55px;
    display: block;
    margin-left: 12px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
    outline: none;
}

.reviews-item__file:before {
    content: none;
}

.reviews-item__file img {
    max-width: 100%; 
}
.section-block--reviews {
    margin-top: 60px;
}

.reviews__box .slick-arrow:hover:before,
.reviews__box .slick-arrow:hover:after {
    background-color: #01579d;
}

.slider-progress {
    position: relative;
    height: 4px;
    background: #eee;
    margin-top: 10px;
    border-radius: 2px;
    overflow: hidden;
    display: none;
}

.slider-progress__bar {
    height: 100%;
    width: 0;
    background: #007bff;
    transition: width 0.3s ease;
}

.reviews__box.swiper {
    padding-top: 10px;
}

.section-block--reviews .slick-prev,
.section-block--reviews .slick-next {
    top: calc(50% + 65px);
    opacity: 0;
}

.reviews:hover .section-block--reviews .slick-prev,
.reviews:hover .section-block--reviews .slick-next {
    opacity: 1;
}

.section-block--reviews .slick-prev:before,
.section-block--reviews .slick-prev:after,
.section-block--reviews .slick-next:before,
.section-block--reviews .slick-next:after {
    background-color: rgb(167 202 231);
}

#reviews-pagination {
    position: relative;
    margin-top: 0;
    background: #bdd2e3;
    height: 2px;
    display: none;
}

#reviews-pagination .swiper-pagination-progressbar-fill {
    background: #2488d9;
}

@media screen and (max-width: 1366px) {

    .reviews__box .reviews__list {
        padding: 0;
    }

    .reviews__box.swiper {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {

    #reviews-pagination {
        display: block;
    }

    .section-block.section-block--reviews .service__all.mobile_btn--line {
        margin-top: 20px;
    }
}

@media screen and (max-width: 749px) {

    .reviews-item__file {
        width: 30px;
        height: 40px;
        margin: 0 0 20px 12px;
    }

    .reviews-item__desc {
        padding: 30px 20px 50px 20px;
    }

}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/style.css?17344213583167*/
.reviews-widget__wrap {
  display: flex;
  flex-wrap: wrap;
}
.reviews-widget__item {
  display: flex;
  justify-content: center;
  width: 33.3333333333%;
  min-height: auto;
}
@media screen and (max-width: 979px) {
  .reviews-widget__item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .reviews-widget__item {
    width: 100%;
    min-height: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .reviews-widget__item {
    justify-content: left;
  }
}
.reviews-widget .widget-item {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .reviews-widget .widget-item {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item {
    padding: 9px 0;
    flex-direction: row;
    justify-content: left;
    width: auto;
    min-width: 336px;
  }
}
@media screen and (max-width: 425px) {
  .reviews-widget .widget-item {
    min-width: auto;
  }
}
.reviews-widget .widget-item__logo {
  margin-right: 35px;
  font-size: 0;
}
@media screen and (max-width: 1280px) {
  .reviews-widget .widget-item__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__logo {
    margin-bottom: 0;
    order: 2;
  }
}
.reviews-widget .widget-item__logo svg {
  max-height: 140px;
  max-width: 100%;
}
.reviews-widget .widget-item__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__inner {
    order: 1;
    margin-right: 15px;
  }
}
.reviews-widget .widget-item__rating {
  color: #51B539;
  font-size: 50px;
  line-height: 0.8em;
  margin-right: 15px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .reviews-widget .widget-item__rating {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__rating {
    font-size: 38px;
    margin-right: 10px;
  }
}
.reviews-widget .widget-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews-widget .widget-item__amount {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__amount {
    font-size: 16px;
  }
}
.reviews-widget .widget-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reviews-widget .widget-stars__wrap {
  height: 12px;
  width: 85px;
  position: relative;
  display: block;
}
@media screen and (max-width: 979px) {
  .reviews-widget .widget-stars__wrap {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-stars__wrap {
    margin-bottom: 3px;
  }
}
.reviews-widget .widget-stars__wrap .color-stars,
.reviews-widget .widget-stars__wrap .gray-stars {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/images/rating_star.svg");
}
.reviews-widget .widget-stars__wrap .color-stars {
  z-index: 10;
}
.reviews-widget .widget-stars__wrap .gray-stars {
  filter: grayscale(1);
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/index_doctors_swiper/style.css?17568004911053*/
.doctors__list--index .slick-dots {
  bottom: -18px;
}

.section-block--doctors .doctors__wrap {
  padding-bottom: 32px;
}

.index .section-block--doctors h2 a {
  text-decoration: none;
  color: #50708a;
}

#doctors-pagination {
  position: relative;
  background: #bdd2e3;
  height: 2px;
  margin-top: 10px;
  display: none;
}
@media (max-width: 767px) {
  #doctors-pagination {
    display: block;
  }
}
#doctors-pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
}

.section-block--doctors.is-new .doctors__list {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section-block--doctors.is-new .doctors__list {
    padding-bottom: 20px;
  }
}
.section-block--doctors.is-new .doctors__wrap:before {
  background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/index_doctors_swiper/images/bg.jpg");
  bottom: 0;
  height: calc(100% - 80px);
}
@media (max-width: 767px) {
  .section-block--doctors.is-new .doctors__wrap:before {
    height: calc(100% - 140px);
  }
}
.section-block--doctors.is-new .doctors-item__desc span {
  color: #3ca8ff;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/luxar/super/index_news/style.css?1756802995395*/
.news-list__pagination {
  position: relative;
  background: #bdd2e3;
  height: 2px;
  margin-top: 30px;
  display: none;
}
@media (max-width: 767px) {
  .news-list__pagination {
    display: block;
  }
}
.news-list__pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
  height: 100%;
  transition: 0.1s all linear;
  display: block;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?1730364792513*/
.lazy-load-placeholder {
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.section-block.in-awards h2 {
  margin-bottom: 0;
}
.section-block.in-awards h2:before, .section-block.in-awards h2:after {
  content: none;
}
.section-block.in-awards .slick-dots li {
  padding-left: 0;
}
.section-block.in-awards .slick-dots li:before {
  content: none;
}

.news-item__more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1756805331799*/
.contacts-gallery__list .slick-list.draggable {
  border-radius: 35px;
  clip-path: content-box;
}

.index-about .contacts-gallery {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  div.contacts-gallery > .container {
    padding: 0 !important;
  }
}
div.contacts-gallery__pagination {
  position: relative;
  background: #bdd2e3;
  height: 2px;
  margin-top: 20px;
  display: none;
}
@media (max-width: 767px) {
  div.contacts-gallery__pagination {
    display: block;
  }
}
div.contacts-gallery__pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
  height: 100%;
  transition: 0.1s all linear;
  display: block;
}
@media (max-width: 767px) {
  div.contacts-gallery__list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

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

/* End */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider/style.css?17568804501543 */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/style.css?17568889665989 */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/custom_style.css?17542883611897 */
/* /local/templates/4vp74.ru_new/components/luxar/super/index_about/style.css?1756805848865 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/dms-slider/style.css?17562901271230 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/style.css?17567212313345 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews_swiper/style.css?17567905952166 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/style.css?17344213583167 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/index_doctors_swiper/style.css?17568004911053 */
/* /local/templates/4vp74.ru_new/components/luxar/super/index_news/style.css?1756802995395 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?1730364792513 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1756805331799 */
