.step {
  padding: 6.25vw 0 8.95vw;
}

.step__swiper {
  padding-top: 2.08vw;
}

.step__swiper .swiper-slide {
  overflow: hidden;
  padding: 2.08vw;
  border-radius: 1.04vw;
  height: 28.22vw;
  display: flex;
  counter-increment: counter-step;
  width: 24.2708vw;
  margin-right: 20px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.step__swiper .swiper-slide:nth-child(odd) {
  flex-direction: column-reverse;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  background: var(--light-color);
  padding-top: 0;
  padding-bottom: 2.08vw;
}

.step__swiper .swiper-slide:nth-child(even) {
  background: var(--dark-color);
  flex-direction: column;
  padding-bottom: 0;
}

.step__title {
  font-size: 1.35vw;
  font-weight: 700;
  line-height: 1.87vw;
  letter-spacing: 0.01vw;
}

.step__picture {
  margin: auto 0 0 -2.08vw;
  position: relative;
  left: 0px;
  width: calc(100% + (2.08vw * 2));
}

.step__swiper .swiper-slide:nth-child(even) .step__title {
  color: var(--light-color);
}

.step__swiper .swiper-slide:nth-child(odd) .step__picture {
  margin: 0 0 auto -2.08vw;
}

.step__swiper .swiper-slide::after {
  content: counter(counter-step);
  font-size: 0.729vw;
  width: 1.77vw;
  height: 1.77vw;
  border-radius: 50%;
  background: var(--counter-step-back-color);
  color: var(--counter-step-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 0.87vw;
  position: absolute;
  right: 1.04vw;
  bottom: 1.04vw;
}

.step__swiper .swiper-slide:nth-child(even)::after {
  background: var(--light-color-10);
  color: var(--light-color-60);
}

.step__swiper .swiper-wrapper {
  padding-bottom: clamp(20px, 1.56vw, 1.56vw);
  -webkit-transform: translate3d(12.5vw, 0px, 0px);
  transform: translate3d(12.5vw, 0px, 0px);
}

.step__settigs .step__picture,
.step__settigs .step__picture img {
  border-bottom-left-radius: inherit;
}

@media (max-width: 1024px) {
  .step {
    padding: 80px 0 50px;
  }

  .step .title__section br {
    display: block;
  }

  .step__swiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .step__swiper .swiper-wrapper {
    padding: 0;
    -webkit-transform: translate3d(20px, 0px, 0px);
    transform: translate3d(20px, 0px, 0px);
  }

  .step__swiper .swiper-slide {
    height: clamp(445px, 72.84vw, 542px);
    border-radius: 20px;
    padding: 40px 40px 60px 40px;
    width: 62.76vw;
  }

  .step__title {
    font-size: clamp(21px, 3.22vw, 26px);
    font-weight: 700;
    line-height: clamp(28px, 4.83vw, 36px);
    letter-spacing: 0.2px;
  }

  .step__picture {
    width: calc(100% + 80px);
    margin: auto 0 0 -40px;
    margin-left: -40px !important;
  }

  .step__swiper .swiper-slide:nth-child(odd) {
    padding-bottom: 40px;
  }

  .step__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .step__swiper .swiper-slide::after {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 17px;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  .step__swiper .swiper-slide {
    padding-left: 25px;
    padding-right: 25px;
  }

  .step__picture {
    width: calc(100% + 50px);
    margin-left: -25px !important;
  }
}

@media (max-width: 480px) {
  .step {
    padding: 60px 0 40px;
  }

  .step__swiper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .step__swiper .swiper-slide {
    padding: 20px 20px 30px 20px;
    height: 83.33vw;
    max-height: 370px;
    border-radius: 12px;
    margin-right: 10px;
    width: 72.22vw;
  }

  .step__swiper .swiper-slide:nth-child(even) {
    padding-top: 20px;
  }

  .step__swiper .swiper-slide:nth-child(odd) {
    padding-bottom: 20px;
  }

  .step__title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1px;
  }

  .step__picture {
    position: absolute;

    width: 100%;
    margin-left: 0 !important;
  }

  .step__swiper .swiper-slide::after {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 12px;
    right: 10px;
    bottom: 10px;
  }

  .step__swiper .swiper-slide:nth-child(even) .step__picture {
    bottom: 0;
  }

  .step__swiper .swiper-slide:nth-child(odd) .step__picture {
    top: 0;
  }
}
