

/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/section-menu--filter/style.css?15978251411522*/
.section-menu--mobile {
    display: none;
    -webkit-box-shadow: 1px 0 0 0 #dde6ed, 0 1px 0 0 #dde6ed, 1px 1px 0 0 #dde6ed, 1px 0 0 0 #dde6ed inset, 0 1px 0 0 #dde6ed inset;
    box-shadow: 1px 0 0 0 #dde6ed, 0 1px 0 0 #dde6ed, 1px 1px 0 0 #dde6ed, 1px 0 0 0 #dde6ed inset, 0 1px 0 0 #dde6ed inset;
    padding: 8px 35px 8px 10px;
    background-color: white;
    position: relative;
    color: #2488d9;
    margin-top: 20px;
}

.section-menu--mobile:after {
    content: '';
    position: absolute;
    background-image: url(/local/templates/4vp74.ru/css/../images/arrow-down_icon.svg);
    width: 25px;
    height: 25px;
    right: 15px;
    top: 50%;
    background-color: #1e7fce;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.section-menu--mobile.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 749px) {

    .section-menu--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul.section-menu--filter {
        display: none;
    }

    ul.section-menu--filter.active {
        display: block;
    }
}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services_subsection_current/style.css?1730364792362*/
.service__spec {
  padding-bottom: 20px;
}

.service .section-block--o_nas h2, .service .section-block--about h2 {
  margin-bottom: 0;
}
.service .section-block--o_nas h2:before, .service .section-block--o_nas h2:after, .service .section-block--about h2:before, .service .section-block--about h2:after {
  content: none;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/service-elem--subsection/style.css?1734426545368*/
.service-elem.in-price .service-elem__content {
  display: flex;
  flex-direction: column;
}
.service-elem.in-price .title-line {
  margin-top: auto;
}
@media (max-width: 767px) {
  .service-elem.in-price .title-line {
    justify-content: flex-start;
  }
}
.service-elem.in-price .service-elem__text {
  padding-bottom: 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 */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/questions-article/style.css?17090062493363*/
.questions.questions_new-view .questions__item {
  background: transparent;
  border-radius: 20px;
  border: 1px solid rgba(220, 227, 233, 0.5);
  margin-bottom: 10px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__item {
    padding: 15px 15px 15px 60px;
  }
}
.questions.questions_new-view .questions__item:last-child {
  margin-bottom: 0;
}
.questions.questions_new-view .questions__item:before {
  background-position: center;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__item:before {
    left: 15px;
    top: 15px;
  }
}
.questions.questions_new-view .questions__item:hover {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 25px 0 rgba(45, 92, 145, 0.1);
}
.questions.questions_new-view .questions__item:hover:before {
  transform: none;
  transition: 0.2s background-color linear, 0.2s border linear;
}
.questions.questions_new-view .questions__item:hover .questions__issue {
  color: #01589E;
}
.questions.questions_new-view .questions__item.active:hover:before {
  transform: rotate(180deg);
}
.questions.questions_new-view .questions__item.active:before {
  border: 2px solid #02589f;
  background-size: 10px;
}
.questions.questions_new-view .questions__list {
  margin-bottom: 20px;
}
.questions.questions_new-view .questions__issue {
  color: #50708A;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__issue {
    line-height: 100%;
    font-size: 14px;
    min-height: 28px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__answer {
    line-height: 120%;
    font-size: 14px;
    width: calc(100% + 45px);
    margin-left: -45px;
  }
}
.questions.questions_new-view .questions__more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.questions.questions_new-view .questions__more:before {
  content: "";
  height: 1px;
  top: 50%;
  background-color: #CFE3F3;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__more:before {
    content: none;
  }
}
.questions.questions_new-view .questions__more .questions__all {
  color: #2386D7;
  font-size: 16px;
  border-radius: 17.5px;
  border: 1px solid #CFE3F3;
  background: #F8F8F8;
  height: 35px;
  padding-left: 33px;
  padding-right: 41px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.2s background linear;
}
.questions.questions_new-view .questions__more .questions__all:hover {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__more .questions__all {
    font-size: 14px;
  }
}
.questions.questions_new-view .questions__more .questions__all:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("/local/templates/4vp74.ru_new/images/arrow-down_icon_blue.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .questions--service .section-block h2 {
    margin-bottom: 25px !important;
  }
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews/style.css?17567230161108*/
.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;
}

@media (max-width: 767px) {

    .slider-progress {
        display: block;
    }
}

@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/luxar/super/index_about/style.css?1756716216281*/
.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%;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1720760869170*/
.contacts-gallery__list .slick-list.draggable {
    border-radius: 35px;
    clip-path: content-box;
}

.index-about .contacts-gallery {
    margin-bottom: 70px;
}
/* End */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/section-menu--filter/style.css?15978251411522 */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services_subsection_current/style.css?1730364792362 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/service-elem--subsection/style.css?1734426545368 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/doctors/style.css?17303647931068 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/questions-article/style.css?17090062493363 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews/style.css?17567230161108 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/style.css?17344213583167 */
/* /local/templates/4vp74.ru_new/components/luxar/super/index_about/style.css?1756716216281 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1720760869170 */
