

/* Start:/local/templates/4vp74.ru_new/components/luxar/super/company/style.css?1730364792431*/
.btn.btn-doc {
  display: inline-flex;
  align-items: center;
  padding-right: 40px;
  padding-left: 15px;
}
.btn.btn-doc:before {
  content: "";
  position: relative;
  width: 21px;
  height: 21px;
  display: block;
  background-image: url("/local/templates/4vp74.ru_new/components/luxar/super/company/images/icon-doc.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.btn.btn-doc:after {
  content: none;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?17658814544781*/
.lazy-load-placeholder {
  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;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #748CA4;
  font-size: 12px;
}
.news-item__meta-cards {
  gap: 10px !important;
}
.news-item__meta-cards span {
  font-size: 13px;
}
.news-item__meta-cards .news-item__meta--list .news-item__share svg {
  width: 24px !important;
  height: 24px !important;
}
.news-item__meta-cards .news-item__meta--list .news-item__share-button svg path {
  fill: #0963AC !important;
}
.news-item__views-count, .news-item__reading-text-time {
  color: #0963AC;
}
.news-item__reading-time, .news-item__views, .news-item__share {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__share {
  position: relative;
}
.news-item__share-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-button:hover {
  background-color: #f5f5f5;
}
.news-item__share-popup {
  position: absolute;
  top: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px;
  min-width: 180px;
  z-index: 100;
  margin-top: 8px;
}
.news-item__share-popup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border: 6px solid transparent;
  border-bottom-color: white;
}
.news-item__share-popup--hidden {
  display: none;
}
.news-item__share-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #257db9 !important;
  margin-bottom: 7px !important;
}
.news-item__share-socials {
  display: flex;
}
.news-item__share-socials .news-item__share svg {
  width: 24px !important;
  height: 24px !important;
}
.news-item__share-social {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}
.news-item__share-social:hover {
  background-color: #f9f9f9;
}
.news-item__share-social--vk:hover {
  color: #2787F5;
}
.news-item__share-social--tg:hover {
  color: #2AABEE;
}
.news-item__share-social--wa:hover {
  color: #25D366;
}
.news-item__share-copy {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.news-item__share-copy:hover {
  background-color: #f0f0f0;
}
.news-item__reading-icon, .news-item__views-icon, .news-item__share-icon {
  fill: currentColor;
}

.news-item__share-popup::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 40px;
  width: 16px;
  height: 16px;
  background: #fff;
  rotate: 45deg;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.news-item__anons {
  padding-top: 10px;
}

.news-item__meta .news-item__share svg {
  width: 20px;
  height: 20px;
}
.news-item__meta .news-item__share-button svg path {
  fill: #0963AC !important;
}
.news-item__meta .news-item__share-text {
  display: none !important;
}

.news-item__meta--list {
  gap: 24px !important;
  font-size: 14px !important;
}
.news-item__meta--list .news-item__share-button svg path {
  fill: #748CA4 !important;
}
.news-item__meta--list .news-item__share-text {
  display: flex !important;
}

@media (max-width: 768px) {
  .news-item__meta--list .news-item__share-text {
    display: none !important;
  }
  .news-item__meta--list .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__share svg {
    width: 24px !important;
    height: 24px !important;
  }
  .news-item__share-button svg path {
    fill: #0963AC !important;
  }
  .news-item__meta--list {
    gap: 20px !important;
  }
  .news-item__share-popup {
    right: 0%;
  }
  .news-item__share-popup::before {
    left: 200px;
  }
  .main-content {
    background-size: auto !important;
  }
  .title-line--list .title-line__col .pagination-list {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
  }
  .title-line::before, .title-line::after {
    content: none !important;
    display: none !important;
    all: unset !important;
  }
}
.news-item__share-popup svg {
  height: 24px !important;
  width: 24px !important;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/media/style.css?17303647921301*/
.media .media-item {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .media .media-item {
    flex-direction: column;
  }
}
.media .media-item:last-child {
  margin-bottom: 0;
}
.media .media-item__image {
  width: 272px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .media .media-item__image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.media .media-item__name {
  color: #50708A;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 10px;
}
.media .media-item__text {
  margin-bottom: 15px;
}
.media .media-item__props {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .media .media-item__props {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.media .media-item .media-source {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 20px;
}
.media .media-item .media-source span {
  margin-right: 20px;
}
.media .media-item .media-source img {
  max-width: 110px;
}
.media .media-item .media-link {
  font-size: 14px;
  color: #84A3BD;
}
.media .media-item .media-link a {
  color: #84A3BD;
}
.media .media-item__content {
  font-size: 16px;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1765441473799*/
.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 */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/doctors/style.css?17303647931068*/
.reviews {
  margin-top: 60px !important;
}

ul.section-menu {
  border-bottom: 1px solid #eaeaef !important;
}

.index-about .h1-seotext {
  padding-top: 20px;
}
.index-about .h1-seotext p {
  font-size: 18px;
}
.index-about .doctors__list {
  margin-right: -10px;
  margin-left: -10px;
}
.index-about .doctors__list .doctors__box {
  width: 20%;
  margin-right: 0;
  padding: 0 10px;
}
@media screen and (min-width: 999px) and (max-width: 1300px) {
  .index-about .doctors__list .doctors__box {
    width: 25%;
  }
}
@media screen and (min-width: 750px) and (max-width: 999px) {
  .index-about .doctors__list .doctors__box {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 749px) {
  .index-about .doctors__list .doctors__box {
    width: 100%;
  }
}
.index-about .doctors .title-line--list .btn--reload {
  margin-left: initial;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 749px) {
  .index-about .doctors .title-line--list .btn--reload {
    left: 0;
    transform: none;
  }
}

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

/* End */
/* /local/templates/4vp74.ru_new/components/luxar/super/company/style.css?1730364792431 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?17658814544781 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/media/style.css?17303647921301 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1765441473799 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/doctors/style.css?17303647931068 */
