/* .home_technology {
  color: #fff;
  padding: 13.8rem 0 3rem;
}
.home_technology .home_technology_swiper {
  overflow: hidden;
}
.home_technology .home_technology_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.home_technology .home_technology_swiper .swiper-slide-active .btn {
  pointer-events: auto;
}
.home_technology .lt {
  position: relative;
  z-index: 2;
  width: 33.809524%;
  pointer-events: none;
}
.home_technology .head {
  pointer-events: auto;
}
.home_technology .head .title {
  color: var(--primary);
  font-size: 5.8rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.home_technology .items {
  margin-top: 3rem;
}
.home_technology .items li {
  max-width: max-content;
  pointer-events: auto;
}
.home_technology .items li + li {
  margin-top: 3.6rem;
}
.home_technology .items strong {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
}
.home_technology .items p {
  color: var(--text);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1.2rem;
}
.home_technology .mid {
  flex: 1;
  position: relative;
}
.home_technology .mid::after {
  content: '';
  display: block;
  padding-bottom: 77.121212%;
}
.home_technology .video {
  position: absolute;
  left: -28.181818%;
  top: 2.946955%;
  width: 138.636364%;
  height: 100%;
  overflow: hidden;
  border-radius: 3.4rem;
}
.home_technology .video.active .btn_play {
  opacity: 0;
  pointer-events: none;
}
.home_technology .video img,
.home_technology .video video,
.home_technology .video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_technology .video .btn_play {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/cir-bg.svg) no-repeat center / cover;
  box-shadow: 0 1rem 1.5rem rgba(234, 200, 140, 0.55);
  transition: opacity 0.3s, filter 0.3s, transform 0.5s cubic-bezier(0.23, 1.74, 0.42, 1.59);
}
.home_technology .video .btn_play::after {
  content: '';
  display: block;
  width: 28%;
  height: 28%;
  background: url(../img/icon-play.svg) no-repeat center / contain;
}
.home_technology .video .btn_play:hover {
  filter: brightness(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.home_technology .video .btn_play:active {
  filter: brightness(1);
  transform: translate(-50%, -50%) scale(1);
}
.home_technology .video .rll-youtube-player,
.home_technology .video .flying-press-youtube {
  padding: 0;
  position: static;
}
.home_technology .rt {
  position: relative;
  z-index: 2;
  width: 26.904762%;
  align-self: flex-end;
  padding: 0.6rem 0;
  pointer-events: none;
}
.home_technology .rt .head {
  pointer-events: auto;
}
.home_technology .rt .head p {
  color: rgba(255, 255, 255, 0.8);
}
.home_technology .btn {
  margin-top: 5.5rem;
  box-shadow: none;
}
.home_technology .home_technology_thumb_swiper {
  overflow: hidden;
  margin-top: 13.2rem;
}
.home_technology .home_technology_thumb_swiper .swiper-wrapper {
  counter-reset: technology;
}
.home_technology .home_technology_thumb_swiper .swiper-slide {
  cursor: pointer;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.43);
  border-top: 3px solid rgba(255, 255, 255, 0.19);
  transition: border-color 0.3s;
  padding: 1.8rem 0;
  display: grid;
  align-items: center;
  grid-template-columns: 3.8rem 1fr;
  counter-increment: technology;
}
.home_technology .home_technology_thumb_swiper .swiper-slide::before {
  content: counter(technology, decimal-leading-zero);
}
.home_technology .home_technology_thumb_swiper .swiper-slide-thumb-active {
  border-color: #fff;
} */
.home_collection {
  padding: 16.4rem 0 10rem;
}
.home_collection .head {
  color: #fff;
}
.home_collection .swiper_box {
  margin-top: 8rem;
}
.home_collection .home_collection_swiper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* .home_technology {
    padding: 50px 0 10px;
  }
  .home_technology .head .title {
    font-size: 22px;
  }
  .home_technology .items li + li {
    margin-top: 20px;
  }
  .home_technology .items strong {
    font-size: 20px;
  }
  .home_technology .items p {
    font-size: 14px;
    margin-top: 8px;
  }
  .home_technology .video {
    border-radius: 15px;
  }
  .home_technology .video .btn_play {
    width: 42px;
    height: 42px;
  }
  .home_technology .btn {
    margin-top: 20px;
  }
  .home_technology .home_technology_thumb_swiper {
    margin-top: 30px;
  }
  .home_technology .home_technology_thumb_swiper .swiper-slide {
    font-size: 14px;
    padding: 12px 0;
    grid-template-columns: 20px 1fr;
  } */
  .home_collection {
    padding: 50px 0;
  }
  .home_collection .swiper_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  /* .home_technology {
    overflow: hidden;
  }
  .home_technology .home_technology_swiper .swiper-slide {
    display: block;
  }
  .home_technology .lt {
    width: 100%;
  }
  .home_technology .items {
    margin-top: 20px;
  }
  .home_technology .items ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .home_technology .items li + li {
    margin: 0;
  }
  .home_technology .mid {
    margin-top: 20px;
  }
  .home_technology .mid::after {
    padding-bottom: 55.628415%;
  }
  .home_technology .video {
    width: 100%;
    left: 0;
    top: 0;
  }
  .home_technology .rt {
    width: 100%;
  }
  .home_technology .home_technology_thumb_swiper {
    overflow: visible;
  } */
  .home_collection {
    overflow: hidden;
  }
  .home_collection .home_collection_swiper {
    overflow: visible;
  }
  .home_collection .swiper_btns {
    display: none;
  }
}
