.swiper-slide-active {
  z-index: 3;
}

.cta {
  padding: 12% 0;
}
.cta__slider-wrapper {
  position: relative;
  width: 100%;
  float: left;
  height: 100vh;
}
.cta__slider-wrapper .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cta__slider {
  min-height: 50vh;
}
.cta__slider .swiper-slide {
  overflow: hidden;
}
.cta__slider-arrows {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cta__slider-arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.cta__slider-arrow.cta__slider-arrow--previous {
  left: 0;
}
.cta__slider-arrow.cta__slider-arrow--next {
  left: 50%;
}
.cta__slider-item {
  position: relative;
}
.cta__slider-item .media-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cta__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta__slider-counter {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 20px 40px;
  color: #ffffff;
}
.cta__cta {
  padding-top: 12%;
  max-width: 480px;
}