.tff-slider {
  position: relative;
}
.tff-slider-slides {
  height: 100%;
}
.tff-slider-slides .tff-slide {
  display: flex;
  position: relative;
  align-content: center;
  pointer-events: auto;
}
.tff-slider-slides .tff-slide__col {
  display: flex;
  width: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.tff-slider-slides .tff-slide__col--image {
  padding: 0;
}
.tff-slider-slides .tff-slide__col--content {
  flex-direction: column;
  padding: 75px;
  text-align: left;
}
.tff-slider-slides .tff-slide__col--content > * {
  display: block;
  width: 100%;
}
.tff-slider-slides .tff-slide__content {
  margin-bottom: 50px;
}
.tff-slider-slides .tff-slide__content .btn {
  margin-top: 50px;
}
.tff-slider-slides .tff-slide__counter {
  display: flex;
  flex-direction: row;
  position: relative;
  color: #000;
  opacity: 0.3;
}
.tff-slider-slides .tff-slide__counter .separator {
  width: 1px;
  height: 60px;
  background-color: #000;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0;
}
.tff-slider-slides .tff-slide__counter .total {
  align-self: flex-end;
}
.tff-slider-slides .tff-slide__other-content ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}
.tff-slider-slides .tff-slide__other-content > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tff-slider-slides .tff-slide__other-content > ul > li {
  font-family: var(--tff-fonts-heading);
  font-weight: 500;
}
.tff-slider-slides .tff-slide__other-content > ul > li li {
  font-weight: 300;
  opacity: 0.6;
}
.tff-slider-slides .tff-slide__image {
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding: 0;
}
.tff-slider-pagination {
  display: flex;
  position: absolute;
  bottom: 0 !important;
  transform: translateY(50%);
  width: 100%;
  z-index: 3;
}
.tff-slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  flex-grow: 1;
  background-color: var(--e-global-color-primary);
  opacity: 1;
  margin: 0 !important;
}
.tff-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--e-global-color-accent);
  flex-grow: 3;
}
.tff-slider-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tff-slider-nav ul {
  padding: 0;
  margin: 0;
}
.tff-slider-nav ul li {
  list-style: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin: 5px;
  overflow: hidden;
}
.tff-slider-nav ul li.active {
  border-color: var(--e-global-color-primary);
}
.tff-slider-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 4px;
}
.tff-slider-nav ul li a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.tff-slider-arrows {
  display: flex;
  position: absolute;
  bottom: 25px;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.tff-slider-arrows-btn {
  font-size: 24px;
  color: var(--tff-colors-l1);
}
.tff-slider-arrows-btn::before {
  font-family: var(--tff-fonts-icons);
}
.tff-slider-arrows-btn--prev {
  margin-right: 20px;
}
.tff-slider-arrows-btn--prev::before {
  content: "\f1e6";
}
.tff-slider-arrows-btn--next::before {
  content: "\f1df";
}
.tff-slider--normal .tff-slider-pagination {
  left: unset !important;
  right: 0;
}
.tff-slider--normal .tff-slider-btns {
  right: 0;
}
.tff-slider--reverse .tff-slide {
  flex-direction: row-reverse;
}
.tff-slider--reverse .tff-slider-pagination {
  left: 0;
}
.tff-slider--reverse .tff-slider-btns {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .tff-slider .tff-slide {
    flex-direction: column;
  }
  .tff-slider .tff-slide__col {
    width: 100% !important;
  }
  .tff-slider-nav {
    left: 25px !important;
  }
  .tff-slider-arrows {
    flex-direction: column;
    bottom: unset !important;
    left: unset !important;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 25px;
  }
  .tff-slider-arrows-btn--prev {
    margin: 0;
  }
  .tff-slider-arrows-btn--prev::before {
    content: "\f1e0";
  }
  .tff-slider-arrows-btn--next::before {
    content: "\f1e3";
  }
  .tff-slider--reverse .tff-slide {
    flex-direction: column-reverse;
  }
}

/*# sourceMappingURL=slider.css.map */
