.b-text-slider {
  margin-bottom: 40px;
}
.text-slider {
  background: #f7f7fb;
  border-top: 4px solid #00a88e;
  padding: 32px 160px 180px 32px;
  position: relative;
}
.text-slider .slick-prev.slick-arrow,
.text-slider .slick-next.slick-arrow {
  position: absolute;
  border: none;
  background: none;
  height: 32px;
  width: 32px;
  bottom: 32px;
  cursor: pointer;
}
.text-slider .slick-prev.slick-arrow {
  left: 32px;
  background: no-repeat url(../images/slider-arrow-left.png) center;
}
.text-slider .slick-next.slick-arrow {
  left: 80px;
  background: no-repeat url(../images/slider-arrow-right.png) center;
}
.text-slider .slick-slide {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
.text-slider .ts__counter {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 32px;
  width: 80px;
  text-align: right;
  z-index: 9999;
  display: flex;
  justify-content: end;
}
.text-slider_mobile .ts__counter {
  display: flex;
  margin-bottom: 20px;
}
.text-slider .ts__counter .counter__current,
.text-slider_mobile .ts__counter .counter__current {
  color: #00a88e;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
.text-slider .ts__counter .counter__separator,
.text-slider .ts__counter .counter__count,
.text-slider_mobile .ts__counter .counter__separator,
.text-slider_mobile .ts__counter .counter__count {
  color: #999999;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.text-slider .ts__counter .counter__separator,
.text-slider_mobile .ts__counter .counter__separator {
  padding: 0 4px 0 8px;
}

.text-slider_mobile {
  display: none;
}

@media (max-width: 567px) {
  .text-slider {
    display: none !important;
  }

  .b-text-slider {
    margin-right: 0 !important;
    overflow-x: scroll;
    position: relative;
  }

  .text-slider_mobile {
    display: flex;
  }

  .text-slider_mobile .item {
    width: calc(100vw - 60px);
    margin-right: 12px;
    padding: 24px 16px 32px;
    border-top: 4px solid #00a88e;
    background: #f7f7fb;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .text-slider_mobile::after {
    display: block;
    content: '';
    width: 28px;
    height: 1px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
  }
}
