/* utils */
/*@function mobileLess($min, $max) {
  @return clamp($min * 1px, calc(($max - $min) * ((100vw - 375px) / (1280 - 375)) + $min * 1px), $max * 1px);
}

@function mobileMore($min, $max) {
  @return clamp($min * 1px, calc($max * 1px - ($max - $min) * ((100vw - 375px) / (1280 - 375))), $max * 1px);
}*/
.about-history-swiper-item {
  height: calc(100dvh - 107px - clamp(120px, 40 * (100vw - 375px) / 905 + 120px, 160px));
  position: relative;
}
.about-history-swiper-item .about-history-swiper-item-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: 1;
}
.about-history-swiper-item .about-history-swiper-item-text {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 55%;
  transform: translateY(-50%);
  height: 440px;
  background-color: var(--text-dark);
  padding: 30px clamp(30px, 30 * (100vw - 375px) / 905 + 30px, 60px);
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-all-title {
  margin-bottom: clamp(24px, 20 * (100vw - 375px) / 905 + 24px, 44px);
  text-align: center;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-all-title div {
  position: relative;
  display: inline-block;
  font-size: clamp(12px, 2 * (100vw - 375px) / 905 + 12px, 14px);
  line-height: 110%;
  color: white;
  font-family: var(--second-family);
  padding: 0 36px;
  text-transform: uppercase;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-all-title div:before, .about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-all-title div:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--text-orange);
  width: 24px;
  height: 1px;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-all-title div:before {
  left: 0;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-all-title div:after {
  right: 0;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-title {
  margin-bottom: clamp(12px, 20 * (100vw - 375px) / 905 + 12px, 32px);
  font-size: clamp(18px, 6 * (100vw - 375px) / 905 + 18px, 24px);
  color: white;
  text-transform: uppercase;
  font-family: var(--second-family);
  text-align: center;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-content {
  color: white;
  font-size: clamp(14px, 2 * (100vw - 375px) / 905 + 14px, 16px);
  line-height: 130%;
  text-align: center;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-controls .about-history-swiper-item-text-controls-numbers {
  color: white;
  padding: 0 12px;
  font-family: var(--second-family);
}
.about-history-swiper-item .about-history-swiper-item-text .about-history-swiper-item-text-controls .about-history-swiper-item-text-controls-arrow {
  display: inline-block;
  height: 16px;
  cursor: pointer;
}

@media all and (max-width: 576px) {
  .about-history-swiper-item {
    height: auto;
  }
  .about-history-swiper-item .about-history-swiper-item-image {
    position: relative;
    margin-bottom: 12px;
    height: 290px;
    width: 100%;
  }
  .about-history-swiper-item .about-history-swiper-item-text {
    position: static !important;
    transform: none !important;
    height: 323px;
    width: 100%;
  }
}
/*# sourceMappingURL=about_history.css.map */
