@charset "UTF-8";.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{top:0;right:0;bottom:0;left:0}.vfm--overlay{z-index:-1;background-color:#00000080}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-property:transform;transition-duration:.3s}.vfm-slide-up-enter-active,.vfm-slide-up-leave-active,.vfm-slide-down-enter-active,.vfm-slide-down-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-right-enter-active,.vfm-slide-right-leave-active,.vfm-slide-left-enter-active,.vfm-slide-left-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{position:fixed;top:0;bottom:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.vm__root {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vm__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  pointer-events: none;
}
.vm__content--scroll {
  position: absolute;
  inset: 0;
}
.vm__scroll-container {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vm__scroll-container::before, .vm__scroll-container::after {
  content: "";
  flex: 1 0 48px;
}
@media (max-width: 1023px) {
.vm__scroll-container::before, .vm__scroll-container::after {
    flex-basis: 16px;
}
}
.vm__overlay {
  background: rgba(101, 115, 123, 0.6);
}
.vm__wrapper {
  position: relative;
  border-radius: 10px;
  padding: 40px;
}
.vm__wrapper.vm__wrapper--no-padding {
  padding: 0;
}
.vm__wrapper {
  background-color: #fff;
  pointer-events: all;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1440px;
}
.vm__scroll-container .vm__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1023px) {
.vm__wrapper {
    padding: 20px;
    border-radius: 6px;
}
}
.vm__inner {
  padding: 0;
}
.vm__close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}
.loader[data-v-17afef25] {
  width: 1em;
  height: 1em;
  display: inline-block;
  animation: spin-17afef25 1s infinite linear;
}
@keyframes spin-17afef25 {
100% { transform: rotate(1turn);
}
}
.b-error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  gap: 12px;
}
.b-error-message__icon {
  color: #E05757;
}
.b-error-message__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #001724;
  margin: 0;
}
.b-error-message__text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #65737B;
  margin: 0;
  max-width: 360px;
}.b-card-alt {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  height: 100%;
  padding: 12px;
  border-radius: 6px;
  transition: box-shadow 0.15s ease;
}
.b-card-alt:hover {
  box-shadow: 0 2px 12px rgba(0, 23, 36, 0.1);
}
.b-card-alt__img {
  flex: 0 0 100px;
  width: 100px;
  aspect-ratio: 1;
  overflow: hidden;
}
.b-card-alt__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-card-alt__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b-card-alt__preorder {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #65737B;
  border: 1px solid #C6D4DC;
  border-radius: 3px;
  padding: 2px 5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.b-card-alt .b-card-price {
  margin-top: auto;
}
.b-card-alt__actions {
  padding-top: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.b-card-alt__btns {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-card-alt__btn {
  color: #C6D4DC;
  transition: 0.3s;
}
.b-card-alt__btn:hover {
  color: #0094EB;
}
.b-card-alt__add--preorder {
  border: 1px dashed #C6D4DC;
  color: #65737B;
  background: transparent;
}
.b-card-alt__add--preorder:hover {
  border-color: #0067A3;
  color: #0067A3;
}
.b-card-alt__add > span {
  white-space: nowrap;
}
.b-alt-products {
  padding-top: 30px;
}
.b-alt-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.b-alt-products__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #001724;
  margin: 0;
  white-space: nowrap;
}
.b-alt-products__compare {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #65737B;
  min-width: 0;
  max-width: 370px;
  overflow: hidden;
  transition: color 0.15s ease;
}
.b-alt-products__compare-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
.b-alt-products__compare {
    display: none;
}
}
.b-alt-products__compare:hover {
  color: #0067A3;
}
.b-alt-products__compare .ic {
  flex-shrink: 0;
  color: #C6D4DC;
}
.b-alt-products__compare::after {
  content: "›";
  margin-left: 2px;
  font-size: 16px;
  line-height: 1;
}
.b-alt-products__inner {
  position: relative;
  padding: 0 48px;
}
@media (max-width: 1023px) {
.b-alt-products__inner {
    padding: 0;
}
}
.b-alt-products__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 23, 36, 0.12);
  color: #001724;
  cursor: pointer;
  transition: box-shadow 0.15s ease, color 0.15s ease;
}
.b-alt-products__nav-btn:hover {
  box-shadow: 0 2px 12px rgba(0, 103, 163, 0.25);
  color: #0067A3;
}
.b-alt-products__nav-btn--next {
  left: auto;
  right: 0;
}
.b-alt-products__nav-btn--next .ic {
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
.b-alt-products__nav-btn {
    display: none;
}
}
.b-alt-products .swiper-slide {
  width: 352px;
  height: auto;
  padding: 6px;
}
@media (max-width: 766px) {
.b-alt-products .swiper-slide {
    width: 304px;
}
}
.b-alt-products__swiper {
  margin-top: -6px;
}.b-rcv-loading {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-rcv {
  padding: 50px 40px;
  max-width: 1360px;
}
.b-rcv__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #001724;
  margin: 0 0 20px;
}
.b-rcv__body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.b-rcv__main {
  flex: 1 1 auto;
  min-width: 0;
}
.b-rcv__player {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #F2F8FF;
  margin-bottom: 30px;
}
.b-rcv__player-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.b-rcv__player-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b-rcv__player-loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 248, 255, 0.6);
  backdrop-filter: blur(6px);
}
.b-rcv__description {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #001724;
}
.b-rcv__sidebar {
  flex: 0 0 274px;
  width: 274px;
}
.b-rcv__sidebar-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.22;
  color: #001724;
  margin: 0 0 20px;
}
.b-rcv__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b-rcv__list-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.15s ease;
}
.b-rcv__list-item:hover {
  outline-color: rgba(0, 103, 163, 0.4);
}
.b-rcv__list-item_active {
  outline-color: #0067A3;
}
.b-rcv__list-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
.b-rcv {
    padding: 30px 20px;
}
.b-rcv__body {
    display: block;
}
.b-rcv__sidebar {
    width: 100%;
}
.b-rcv__sidebar-title {
    padding-top: 30px;
}
.b-rcv__list {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding: 4px;
    scrollbar-width: thin;
    scrollbar-color: #C6D4DC transparent;
}
.b-rcv__list-item {
    flex: 0 0 150px;
    width: 150px;
}
.b-rcv__list-thumb {
    height: 84px;
    aspect-ratio: unset;
}
}
@media (max-width: 767px) {
.b-rcv {
    padding: 20px;
}
}.b-exp-opinion-loading {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-exp-opinion {
  padding: 50px 40px;
  max-width: 1033px;
}
.b-exp-opinion__title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #001724;
  margin: 0 0 24px;
}
.b-exp-opinion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.b-exp-opinion__expert {
  display: flex;
  align-items: center;
  gap: 14px;
}
.b-exp-opinion__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFA920;
}
.b-exp-opinion__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.b-exp-opinion__name {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #001724;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.b-exp-opinion__name-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FF4400;
  overflow: hidden;
  color: #fff;
  margin-left: 7px;
}
.b-exp-opinion__name span {
  white-space: nowrap;
}
.b-exp-opinion__role {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #65737B;
  background-color: #F2F8FF;
  border-radius: 30px;
  padding: 2px 8px 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.b-exp-opinion__verified-ic {
  color: #C6D4DC;
  flex-shrink: 0;
}
.b-exp-opinion__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #FFF3E6;
  padding: 10px;
  border-radius: 6px;
}
.b-exp-opinion__star-ic {
  color: #FFA920;
  flex-shrink: 0;
}
.b-exp-opinion__rating-val {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #65737B;
  margin-top: 3px;
  display: block;
}
.b-exp-opinion__others {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.b-exp-opinion__others-label {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: #65737B;
  white-space: nowrap;
}
.b-exp-opinion__others-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.b-exp-opinion__others-item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #C6D4DC;
  padding: 0;
  cursor: pointer;
  background: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
}
.b-exp-opinion__others-item:hover {
  border-color: #0067A3;
  transform: scale(1.08);
}
.b-exp-opinion__others-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.b-exp-opinion__gallery {
  margin-bottom: 20px;
}
.b-exp-opinion__gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.b-exp-opinion__gallery-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #001724;
}
.b-exp-opinion__gallery-hint {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #65737B;
  display: flex;
  align-items: center;
  transition: color 0.15s ease;
}
.b-exp-opinion__gallery-hint:hover {
  color: #0067A3;
}
.b-exp-opinion__gallery-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #0067A3;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.b-exp-opinion__gallery-toggle:hover {
  opacity: 0.8;
}
.b-exp-opinion__gallery-toggle-arr {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.b-exp-opinion__gallery-toggle_expanded .b-exp-opinion__gallery-toggle-arr {
  transform: rotate(90deg);
}
.b-exp-opinion__gallery-content {
  margin-bottom: 12px;
  background: #F8FAFC;
  border: 1px solid #E5ECF0;
  border-radius: 8px;
  height: 536px;
}
@media (max-width: 767px) {
.b-exp-opinion__gallery-content {
    height: unset;
}
}
.b-exp-opinion__gallery-content_two-col {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__player {
  flex: 1 0 auto;
  margin-bottom: 0;
}
@media (min-width: 767px) {
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__player {
    min-width: 57%;
}
}
@media (min-width: 1024px) {
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__player {
    min-width: 590px;
}
}
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__video-comment {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.b-exp-opinion__gallery-content_two-col .b-exp-opinion__video-comment-inner {
  overflow-y: auto;
  height: 100%;
}
.b-exp-opinion__player {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-exp-opinion__player::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(40px);
  background: rgba(0, 23, 36, 0.2);
  background: #B2A9AD;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--player-bgr-img);
  z-index: 0;
}
.b-exp-opinion__player-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.b-exp-opinion__player-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b-exp-opinion__player-loader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 248, 255, 0.6);
  backdrop-filter: blur(6px);
}
.b-exp-opinion__thumbs {
  position: relative;
  margin-right: -40px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
.b-exp-opinion__thumbs {
    margin-right: -20px;
}
}
@media (max-width: 767px) {
.b-exp-opinion__thumbs {
    margin-right: -20px;
}
}
.b-exp-opinion__thumbs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff);
  pointer-events: none;
  z-index: 2;
}
.b-exp-opinion__thumbs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 23, 36, 0.12);
  color: #001724;
  cursor: pointer;
  transition: box-shadow 0.15s ease, color 0.15s ease;
}
.b-exp-opinion__thumbs-nav:hover {
  box-shadow: 0 2px 12px rgba(0, 103, 163, 0.25);
  color: #0067A3;
}
.b-exp-opinion__thumbs-nav--next {
  left: auto;
  right: 40px;
}
@media (max-width: 1023px) {
.b-exp-opinion__thumbs-nav--next {
    right: 20px;
}
}
.b-exp-opinion__thumbs-nav--next .ic {
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
.b-exp-opinion__thumbs-nav {
    display: none;
}
}
.b-exp-opinion__thumbs-swiper {
  overflow: hidden;
}
.b-exp-opinion__thumbs-swiper .swiper-slide {
  padding: 4px 5px;
  width: auto;
}
.b-exp-opinion__thumbs-swiper .swiper-slide:last-child {
  padding-right: 0;
}
.b-exp-opinion__thumb {
  width: calc(226px / var(--thumb-ar, 1.778));
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.15s ease;
}
.b-exp-opinion__thumb:hover {
  outline-color: rgba(0, 103, 163, 0.4);
}
.b-exp-opinion__thumb_active {
  outline-color: #0067A3;
}
.b-exp-opinion__thumb--fake {
  pointer-events: none;
}
@media (max-width: 1023px) {
.b-exp-opinion__thumb {
    width: calc(150px / var(--thumb-ar, 1.778));
}
}
@media (max-width: 767px) {
.b-exp-opinion__thumb {
    width: calc(102px / var(--thumb-ar, 1.778));
}
}
.b-exp-opinion__thumb-inner {
  position: relative;
  height: 0;
  padding-bottom: calc(var(--thumb-ar, 1.778) * 100%);
}
.b-exp-opinion__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.b-exp-opinion__photo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.b-exp-opinion__photo-img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 8px;
}
.b-exp-opinion__video-comment {
  padding: 16px 20px;
  margin-bottom: 20px;
}
.b-exp-opinion__vc-head {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: #001724;
  margin-bottom: 10px;
}
.b-exp-opinion__vc-body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #001724;
}
.b-exp-opinion__vc-body p {
  margin: 0 0 10px;
}
.b-exp-opinion__vc-body p:last-child {
  margin: 0;
}
.b-exp-opinion__video-comment_collapsed .b-exp-opinion__vc-body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-exp-opinion__review {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}
.b-exp-opinion__review-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  max-height: 350px;
}
.b-exp-opinion__review-quote {
  color: #C6D4DC;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.b-exp-opinion__review-line {
  flex: 1;
  width: 2px;
  border-left: 2px dashed #C6D4DC;
}
.b-exp-opinion__review-main {
  flex: 1 1 auto;
  min-width: 0;
}
.b-exp-opinion__review-body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #001724;
}
.b-exp-opinion__review-body p {
  margin: 0 0 14px;
}
.b-exp-opinion__review-body p:last-child {
  margin: 0;
}
.b-exp-opinion__review-body a {
  color: #0067A3;
}
.b-exp-opinion__review-toggle {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #0067A3;
}
.b-exp-opinion__review-toggle:hover {
  text-decoration: underline;
}
.b-exp-opinion__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-left: 56px;
}
.b-exp-opinion__watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #0067A3;
  background: none;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #0067A3;
  transition: background 0.15s ease, color 0.15s ease;
}
.b-exp-opinion__watch-btn:hover {
  background: #0067A3;
  color: #fff;
}
.b-exp-opinion__watch-btn > span {
  white-space: nowrap;
}
.b-exp-opinion__watch-ic {
  flex-shrink: 0;
}
.b-exp-opinion__all-link {
  font-size: 14px;
  font-weight: 500;
  color: #0067A3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.b-exp-opinion__all-link:hover {
  text-decoration: underline;
}
.b-exp-opinion__all-link > span {
  margin-right: 5px;
}
.b-exp-opinion__banner {
  margin-bottom: 28px;
  border-radius: 8px;
  overflow: hidden;
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.b-exp-opinion__banner .b-exp-opinion__banner-img {
  height: 104px;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-exp-opinion__banner_inline {
  float: right;
  width: 180px;
  margin: 0 0 16px 24px;
}
.b-exp-opinion__banner_inline .b-exp-opinion__banner-img {
  height: 342px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
.b-exp-opinion__banner_inline {
    width: 154px;
}
.b-exp-opinion__banner_inline .b-exp-opinion__banner-img {
    height: 292px;
}
}
.b-exp-opinion__banner-link {
  display: block;
  text-decoration: none;
}
.b-exp-opinion__banner-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
.b-exp-opinion {
    padding: 30px 20px;
}
.b-exp-opinion__header {
    gap: 12px;
}
.b-exp-opinion__others {
    justify-content: flex-end;
}
}
@media (max-width: 767px) {
.b-exp-opinion {
    padding: 20px;
}
.b-exp-opinion__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.b-exp-opinion__others {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.b-exp-opinion__footer {
    padding-left: 0;
}
.b-exp-opinion__watch-btn {
    justify-content: center;
}
.b-exp-opinion__all-link {
    font-size: 12px;
}
}