

/* Start:/bitrix/templates/taktik60/components/bitrix/news.detail/reviews/style.css?17392320263094*/
.sp-reviews-detail h1 {
  text-transform: uppercase;
}
.sp-reviews-detail_big {
  height: 70vh;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: var(--dark-bg-color);
}
.sp-reviews-detail_big::before {
  content: "";
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: unset;
  opacity: 0.3;
}
.sp-reviews-detail_big_img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
}
.sp-reviews-detail_big-title {
  color: #fff;
  position: absolute;
  bottom: 60px;
  z-index: 10;
  width: 100%;
}
.sp-reviews-detail_big-title h1 {
  font-size: 45px;
  font-weight: 700;
}
.sp-reviews-detail_big-title .breadcrumb a,
.sp-reviews-detail_big-title .breadcrumb li::before,
.sp-reviews-detail_big-title .breadcrumb li span {
  color: #fff;
}
.sp-detail-gallery .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.sp-detail-gallery .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.sp-detail-gallery .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
}
.sp-detail-gallery .swiper-slide a:hover:after {
  --size-font: 40px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  content: "\f00e";
  opacity: 0.7;
  font-size: var(--size-font);
  position: absolute;
  color: var(--white-color);
  margin: auto;
  top: calc(50% - var(--size-font));
  left: 0;
  bottom: 50%;
  right: 0;
}
.sp-detail-gallery .swiper-slide a img {
  object-fit: cover;
  -webkit-transition: 0.3s filter ease-in-out;
  -moz-transition: 0.3s filter ease-in-out;
  -o-transition: 0.3s filter ease-in-out;
  transition: 0.3s filter ease-in-out;
  filter: blur(0px);
}
.sp-detail-gallery .swiper-slide a:hover img {
  filter: blur(3px);
}
.sp-detail-author {
  font-weight: 700;
  font-size: 26px;
  font-family: var(--header-fonts-family);
  line-height: 26px;
  color: var(--orange-color);
}
.sp-detail-author span {
  font-size: 14px;
  color: var(--dark-grey-color);
  display: block;
  font-weight: normal;
  font-family: var(--main-fonts-family);
}
blockquote.blockquote {
  font-size: 16px;
  padding: 30px 50px 30px 50px;
  position: relative;
  background-color: var(--light-grey-color);
  border-radius: 15px;
}
blockquote.blockquote::before {
  content: '«';
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  top: 10px;
  left: 12px;
  font-weight: 300;
  color: var(--orange-color);
}
blockquote.blockquote::after {
  content: '»';
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 20px;
  right: 12px;
  font-weight: 300;
  color: var(--orange-color);
}
#readmore-review p {
  overflow: hidden;
}
.sp-reviews-play-video {
  color: #fff;
  position: absolute;
  font-size: 100px;
  z-index: 10;
  width: 100%;
  text-align: center;
  top: 25%;
}
.sp-reviews-play-video a {
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/taktik60/components/bitrix/breadcrumb/taktik/style.css?1733511162260*/
.breadcrumb {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--main-color);
}
.breadcrumb-item.active {
  color: var(--main-color) !important;
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--orange-color);
}

/* End */
/* /bitrix/templates/taktik60/components/bitrix/news.detail/reviews/style.css?17392320263094 */
/* /bitrix/templates/taktik60/components/bitrix/breadcrumb/taktik/style.css?1733511162260 */
