

/* 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:/local/templates/lotos74.ru_2025/components/bitrix/news.list/video_circle_v3/style.css?17634548192619*/
body .fancybox__content {
  background: transparent;
  padding: 0;
}

.video-circle {
  position: relative;
}
.video-circle .swiper-button-next:after,
.video-circle .swiper-button-prev:after {
  color: #009FA2;
}
.video-circle .swiper-button-next {
  right: 0;
}
.video-circle .swiper-button-prev {
  left: 0;
}
.video-circle__popup {
  display: none;
}
.video-circle__popup.fancybox__content {
  background: transparent;
}
.video-circle__list {
  overflow: hidden;
}
.video-circle__list.swiper--has-navigation {
  margin-left: 40px;
  margin-right: 40px;
}
.video-circle__list.swiper--has-navigation .swiper-wrapper {
  justify-content: flex-start;
  gap: 0;
}
.video-circle__list .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.video-circle__item {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .video-circle__item {
    max-width: initial;
  }
}
.video-circle__item a {
  display: block;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative !important;
  right: 0 !important;
}
.video-circle__item a iframe {
  pointer-events: none;
  height: 264%;
  width: auto;
  aspect-ratio: 480/853;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 94%;
}
.video-circle__item img {
  object-fit: cover;
  width: calc(100% - 10px);
  height: auto;
  max-width: 190px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.video-circle__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
  background: url(/local/templates/lotos74.ru_2025/components/bitrix/news.list/video_circle_v3/images/play.svg) no-repeat center center;
  transition: all 0.3s ease-in-out;
}
.video-circle__item.played:after {
  display: none;
}
.video-circle__item:hover:after {
  transform: scale(1.5);
}
.video-circle__flex {
  display: flex;
  gap: 65px;
  width: 964px;
}
@media screen and (max-width: 1000px) {
  .video-circle__flex {
    gap: 40px;
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .video-circle__flex {
    gap: 30px;
    width: 100%;
    flex-direction: column;
  }
}
.video-circle__title {
  color: #00CBCF;
  font-size: 18px;
  margin-bottom: 10px;
}
.video-circle__description {
  font-size: 15px;
  color: #fff;
}
.video-circle__container {
  padding: 0 !important;
}

/*# 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 */
/* /local/templates/lotos74.ru_2025/components/creativebz/specialist.detail/.default/style.css?17649292152630 */
/* /local/templates/lotos74.ru_2025/components/bitrix/news.list/video_circle_v3/style.css?17634548192619 */
/* /bitrix/components/creativebz/specialist.appointment/templates/detail/style.css?1709011282166 */
