.slider {
  padding-top: 100px;
  padding-bottom: 60px;
}
.slider-title {
  margin-bottom: 80px;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
@media (max-width: 743px) {
  .slider-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 743px) {
  .slider {
    padding-block: 32px;
  }
}
.swiper-slide {
  background: #eee;
  border-radius: 32px;
  border: 1px solid #4b4d4f;
}
.slider-card {
  position: relative;
  padding: 20px;
}
.card-mid {
  display: flex;
  align-items: center;
}
.card-mid .user-btn .btn-main {
  max-width: 78px;
  width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  border-radius: 32px;
}
.card-top {
  border-radius: 32px 0px 24px 0px;
  background: #9c9c9c;
  max-width: 230px;
  height: 30px;
  position: relative;
  top: -20px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.card-mid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.user-info {
  display: flex;
  align-items: center;
  color: #000;
  gap: 8px;
}
.user-info div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.user-info div span:first-of-type {
  color: #000;
  font-family: Arial;
  font-size: 18px;
}
.user-info div span:last-of-type {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.user-info div span:last-of-type .bold {
  font-weight: 700;
}
.card-img {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.card-img .sum span {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 8px;
}
.card-img .sum .profit {
  color: #11a674;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px;
}
@media (max-width: 743px) {
  .card-img .sum .profit {
    font-size: 20px;
  }
}
.bold {
  font-weight: 700;
}
.card-bottom {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.card-bottom div {
  max-width: 90px;
}
.card-bottom span {
  display: block;
}
.card-bottom span:first-of-type {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-bottom span:last-of-type {
  align-self: flex-start;
}
.accent {
  color: #11a674;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.bold {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.arrows {
  position: relative;
  bottom: 0;
}
@media (max-width: 743px) {
  .arrows {
    bottom: -30px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  filter: none;
  content: "";
  background-image: url("/step1/img/arrow-left.png");
  background-repeat: no-repeat;
  width: 64px !important;
  left: 40% !important;
}
.swiper-button-next {
  background-image: url("/step1/img/arrow-right.png");
  right: 40% !important;
  left: unset !important;
}
@media (max-width: 744px) {
  .swiper-button-next {
    right: 30% !important;
  }
  .swiper-button-prev {
    left: 30% !important;
  }
}
@media (max-width: 500px) {
  .swiper-button-next {
    right: 15% !important;
  }
  .swiper-button-prev {
    left: 15% !important;
  }
}

.btn-main {
  width: fit-content;
  padding: 16px 48px;
  text-transform: uppercase;
  background-color: #ffa000;
  color: #fff;
  border-radius: 32px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.btn-main:hover {
  background-color: #d28501ea;
}
@media (max-width: 1199px) {
  .btn-main {
    font-size: 16px;
    padding: 12px 48px;
  }
}
