/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/slider-history/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.slider-history {
  position: relative;
}
.slider-history__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 250px !important;
  right: inherit !important;
  left: -200px;
  z-index: 3;
}
.slider-history__bullet {
  position: relative;
  border: 1px solid #FFCD75;
  border-radius: 5px !important;
  width: 20px !important;
  height: 20px !important;
  background: inherit !important;
  margin: 0 0 40px 0 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 850px) {
  .slider-history__bullet {
    margin: 0 40px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-history__bullet {
    width: 16px !important;
    height: 16px !important;
    margin: 0 30px 0 0 !important;
  }
}
.slider-history__bullet:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 2px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider-history__bullet.swiper-pagination-bullet-active {
  width: inherit !important;
  height: auto !important;
  padding: 27px 10px;
  border-radius: 30px !important;
  border-width: 3px !important;
}
@media screen and (max-width: 767px) {
  .slider-history__bullet.swiper-pagination-bullet-active {
    padding: 15px 3px;
    border-radius: 19px !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-history__bullet.swiper-pagination-bullet-active:after {
    bottom: calc(50% - 1px) !important;
  }
}
.slider-history__bullet.swiper-pagination-bullet-active .slider-history__bullet-text {
  opacity: 1;
}
.slider-history__bullet:last-child:after {
  display: none;
}
.slider-history__bullet-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFD475;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .slider-history__bullet-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}
.slider-history .swiper {
  height: 100vh;
  min-height: 860px;
  overflow: visible;
}
.slider-history .swiper-slide {
  height: 860px;
}
@media screen and (max-width: 767px) {
  .slider-history .swiper-slide {
    height: auto;
  }
}
.slider-history .swiper-slide .card-history {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.15;
}
@media (max-width: 767px) {
  .slider-history .swiper-slide .card-history {
    opacity: 1;
  }
}
.slider-history .swiper-slide[data-slide="3"] .tooltip__content {
  left: -120px;
  bottom: -32px;
  top: auto;
}
@media (max-width: 767px) {
  .slider-history .swiper-slide[data-slide="3"] .tooltip__content {
    left: 0;
  }
}
.slider-history .swiper-slide-active .card-history {
  opacity: 1;
}
@media (max-width: 1350px) {
  .slider-history__inner {
    height: 1300px;
  }
  .slider-history__inner .swiper {
    height: 1300px;
  }
}
@media (max-width: 850px) {
  .slider-history__pagination {
    top: -100px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .slider-history__bullet:after {
    bottom: 50%;
    left: inherit;
    right: -42px;
    width: 40px;
    height: 2px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .slider-history__bullet:after {
    right: -23px;
    width: 22px;
    bottom: calc(50% - 2px);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .slider-history__inner {
    height: 100%;
  }
  .slider-history__inner .swiper {
    height: 100%;
  }
}

.slider-history .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
