.product-guide-page .content-page__body {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
.product-guide-page .content-page__aside {
  flex: 0 0 240px;
  position: sticky;
  top: 110px;
  z-index: 10;
  align-self: flex-start;
  pointer-events: auto;
}
.product-guide-page .content-page__nav {
  position: static;
  flex: none;
  top: auto;
}
.content-page__nav-sub {
  margin: 4px 0 8px;
  padding: 0 0 0 12px;
  list-style: none;
  border-left: 1px solid var(--c-border, #e8e8e8);
}
.content-page__nav-sub li {
  margin: 0 0 4px;
}
.content-page__nav-sub li:last-child {
  margin-bottom: 0;
}
.content-page__nav-item._sub {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .product-guide-page .content-page__aside {
    top: 40px;
  }
}
@media (max-width: 760px) {
  .product-guide-page .content-page__aside {
    position: static;
    flex: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    overflow: auto;
    z-index: 10;
  }
  .product-guide-page .content-page__nav > ul > li._has-sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .content-page__nav-sub {
    display: flex;
    margin: 4px 0 0;
    padding: 0;
    border: 0;
  }
  .content-page__nav-sub li {
    flex-shrink: 0;
    margin: 0;
  }
  .content-page__nav-item._sub {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
.product-guide {
  min-width: 0;
  max-width: 100%;
}
.product-guide .tt-n {
  text-transform: none !important;
}
.product-guide .s-h1 {
  color: #000;
  font-size: 52px;
  line-height: 58px;
  font-weight: 800;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .product-guide .s-h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .product-guide .s-h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.product-guide .technology {
  padding-top: 20px;
  padding-bottom: 170px;
}
.product-guide .technology__item {
  position: relative;
  padding: 0;
  text-align: center;
}
.product-guide .technology__item:hover .technology__img:after {
  opacity: 0.1;
}
.product-guide .technology__item:hover .technology__text {
  opacity: 1;
}
.product-guide .technology__img {
  position: relative;
}
.product-guide .technology__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.product-guide .technology__img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-guide .technology__info {
  position: absolute;
  padding: 0 15px;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-guide .technology__title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
}
@media (max-width: 1310px) {
  .product-guide .technology__title {
    font-size: 26px;
  }
}
.product-guide .technology__text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-guide .goggles-types__slider,
.product-guide .js-goggles-lenses-slider,
.product-guide .goggles-lenses,
.product-guide .wetsuits-how,
.product-guide .sport-how__slider,
.product-guide .swim-types,
.product-guide .swim-slider,
.product-guide .wetsuits-cat__items,
.product-guide .js-g-bridge-slider-desc,
.product-guide .js-g-bridge-slider-img {
  position: relative;
  max-width: 100%;
}
.product-guide .goggles-types__slider,
.product-guide .js-goggles-lenses-slider,
.product-guide .wetsuits-how,
.product-guide .sport-how__slider {
  width: 100%;
  overflow: hidden;
}
.product-guide .slick-slider {
  max-width: 100%;
}
