.slider {
  padding-top: 100px;
  padding-bottom: 60px;
}
.slider .title-main {
  margin-bottom: 80px;
}
@media (max-width: 743px) {
  .slider .title-main {
    margin-bottom: 32px;
  }
}
@media (max-width: 743px) {
  .slider {
    padding-block: 32px;
  }
}
.swiper-slide {
  position: relative;
}

.card-mid {
  display: flex;
  align-items: center;
}
.card-mid {
  width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  border-radius: 32px;
}
.card-top {
  color: #ee442b;
  font-size: 16px;
  margin-bottom: 32px;
}
.card-mid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  color: white;
}
.user-info {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 8px;
}
.user-info div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.user-info div span:first-of-type {
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
}
.user-info div span:last-of-type {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.user-info div span:last-of-type img {
  margin-right: 4px;
}
.user-info div span:last-of-type .bold {
  font-weight: 400;
}
.card-img {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.card-img .sum span {
  display: block;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.card-img .sum .profit {
  color: #ee442b;
  font-family: Arial;
  font-size: 24px;
  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: #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.card-bottom div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-bottom span {
  display: block;
  font-size: 16px;
  text-align: left;
}
.card-bottom span:first-of-type {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-bottom span:last-of-type {
  align-self: flex-start;
}
.accent {
  color: #ee442b;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-top: auto;
}
.bold {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-top: auto;
}
.top7-section .arrows {
  position: relative;
  bottom: 0;
}
@media (max-width: 743px) {
  .top7-section .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("/img/icons/arrow-l.png");
  background-repeat: no-repeat;
  width: 64px !important;
  height: 64px;
  left: unset !important;
  right: unset !important;
}
.swiper-button-next {
  background-image: url("/img/icons/arrow-r.png");
}
.swiper-button-next {
  left: 90% !important;
}
.swiper-button-prev {
  right: 15% !important;
}
@media (max-width: 744px) {
  .card-bottom {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }
  .card-bottom div {
    max-width: unset;
  }
  .card-bottom div:first-child {
    flex-direction: row;
    align-items: center;
    gap: 21px;
  }
  .card-bottom div:first-child span {
    margin-bottom: 0;
  }
  .btn-main {
    font-size: 12px;
    padding: 8px 12px;
  }
}

@media (max-width: 744px) {
  .swiper-button-next {
    left: 55% !important;
  }
  .swiper-button-prev {
    right: 55% !important;
  }
}
