

/* Start:/local/templates/lotos74.ru_2025/components/creativebz/specialist.detail/.default/style.css?17649292152630*/
.blog-quote {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .blog-quote {
    padding: 2rem 0;
  }
}
.blog-quote__author {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .blog-quote__author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }
}
.blog-quote__inner {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 2.4rem;
  display: grid;
  grid-template-columns: 19rem 1fr;
  grid-template-rows: auto;
  column-gap: 1.6rem;
}
@media (max-width: 767px) {
  .blog-quote__inner {
    column-gap: 1.2rem;
    grid-template-columns: 12rem 1fr;
    padding: 1.2rem;
  }
}
.blog-quote__photo {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .blog-quote__photo {
    width: 12rem;
    height: 12rem;
    grid-row: 1/2;
  }
}
.blog-quote__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-quote__content {
  flex-grow: 1;
}
.blog-quote__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 122%;
  color: #009FA2;
  padding-left: 3.8rem;
  padding-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
  max-width: 78rem;
}
@media (max-width: 767px) {
  .blog-quote__text {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-top: 1.9rem;
    grid-column: 1/3;
    grid-row: 2/3;
    margin-bottom: 0;
  }
}
.blog-quote__text p {
  position: relative;
}
.blog-quote__text:before {
  content: "";
  position: absolute;
  width: 5.7rem;
  height: 5.3rem;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/local/templates/lotos74.ru_2025/components/creativebz/specialist.detail/.default/./images/blog-quote-icon.svg");
  z-index: -1;
}
@media (max-width: 767px) {
  .blog-quote__text:before {
    width: 4.1rem;
    height: 3.8rem;
  }
}
.blog-quote__author-name, .blog-quote__author-position {
  text-align: left;
  margin-left: initial;
}
.blog-quote__author-position {
  max-width: 43.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 114%;
  text-align: left;
  color: #748ca4;
}
@media (max-width: 767px) {
  .blog-quote__author-position {
    text-align: left;
    margin-left: 0;
  }
}
.blog-quote__author-name {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 137%;
  color: #394250;
  margin-bottom: 0.5rem;
}
.blog-quote__author-name a {
  color: #394250;
}
@media (max-width: 767px) {
  .blog-quote__author-name {
    margin-bottom: 1rem;
    text-align: left;
  }
}

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

/* End */


/* Start:/bitrix/components/creativebz/specialist.appointment/templates/detail/style.css?1709011282166*/

.error_status_code {
    color:red;
    display:none;
}

.error_status_code.showed {
    display:block;
}

.js-code-blocksendrepeat {
    display:none;
}
/* 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/creativebz/specialist.detail/.default/style.css?17649292152630 */
/* /bitrix/components/creativebz/specialist.appointment/templates/detail/style.css?1709011282166 */
/* /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 */
