

/* 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/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 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/doctors/style.css?17303647931068 */
/* /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 */
