.helps .btn-wrap span {
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 991px) {
  .helps .btn-wrap {
    margin-bottom: 15px;
  }
  .helps .btn-wrap span {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
  }
}
.card .payment {
  border-radius: 32px;
}
.card .payment .title {
  margin-bottom: 10px;
}
.card .payment .descr {
  margin-bottom: 10px;
}
.payment .cost {
  margin-bottom: 20px;
  text-align: center;
}
.payment .cost-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #949398;
  opacity: 0.9;
}
.payment .cost-total {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #35c793;
}
.card .payment .sum-wrap {
  margin-bottom: 20px;
}

.card-info {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 100%;
  max-width: 542px;
}
.card-info--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-info--wrapper img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  /* height: auto; */
  height: 0;
  border-radius: 32px 32px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card-info--text {
  padding: 24px 32px;
  background: #fff;
  border-radius: 0 0 32px 32px;

  font-size: 16px;
  line-height: 125%;
  color: #3e3e3e;
}
.card-info--text span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.card-info--location {
  position: absolute;
  top: -20px;
  right: -45px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);

  border-radius: 32px;
  padding: 8px 12px 8px 8px;
  background: #27cb74;

  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 1199px) {
  .card-info {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .card .payment {
    border-radius: 16px;
  }
  .card-info {
    position: relative;
    right: auto;
    bottom: auto;

    margin: 0 auto 16px;
    max-width: 445px;
  }
  .card-info--wrapper {
    display: block;
  }
  .card-info--wrapper img {
    height: auto;
    aspect-ratio: 54 / 41;
    border-radius: 16px 16px 0 0;
  }
  .card-info--text {
    padding: 16px 24px;
    border-radius: 0 0 16px 16px;
  }
  .card-info--location {
    display: none;
  }
}

.card_history {
  position: relative;
  padding: 80px 0 120px;
}
.card_history-bottom {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}
.card_history-title {
  margin-bottom: 56px;
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  text-align: center;
  color: #3e3e3e;
}
.card_history-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.card_history-wrapper:not(:first-child) {
  margin-top: 40px;
}
.card_history-img {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.card_history-wrapper.reverse .card_history-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.card_history-img img,
.card_history-img video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card_history-text {
  font-size: 18px;
  line-height: 133%;
  color: #3e3e3e;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.card_history-main {
  padding: 16px 16px 16px 24px;
  background: #f6f6f6;
  border-left: 3px solid #35c793;
  font-weight: 500;
}
@media (max-width: 991px) {
  .card_history {
    padding: 60px 0 80px;
  }
  .card_history-title {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 117%;
  }
  .card_history-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .card_history-wrapper:not(:first-child) {
    margin-top: 24px;
  }
  .card_history-img {
    border-radius: 16px;
  }
  .card_history-img img,
  .card_history-img video {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .card_history-text {
    font-size: 16px;
    line-height: 133%;
    gap: 16px;
  }
  .card_history-main {
    padding: 8px 8px 8px 12px;
    border-width: 2px;
  }
}

.cards {
  position: relative;
  padding: 80px 0 140px;
  background: url(../img/card/bg-cards.png?v1) top center / cover no-repeat;
}
.cards-bottom {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
}
.cards-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  text-align: center;
  color: #3e3e3e;
}
.cards-desc {
  margin: 24px auto 0;
  max-width: 500px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #3e3e3e;
}
.cards-items {
  margin: 56px -100px 0;
  width: calc(100% + 200px);
  height: 520px;
  overflow: hidden;
}
.cards-items.slick-initialized {
  height: auto;
  overflow: initial;
}
.cards-items .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cards-items .slick-slide {
  margin: 0 16px;
  height: inherit !important;
}
.cards-items .slick-slide > div {
  height: 100%;
}
.cards-items .slick-list {
  overflow: visible;
  cursor: -webkit-grab;
  cursor: grab;
}
.cards-items .slick-list:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.cards-item {
  padding: 24px;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 50px 0 rgba(50, 42, 97, 0.1);
  box-shadow: 0 5px 50px 0 rgba(50, 42, 97, 0.1);
  color: #323232;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.cards-item--img {
  width: 100%;
  height: auto;
  aspect-ratio: 30 / 24;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cards-item--top {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.cards-item--name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.cards-item--diag {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  opacity: 0.6;
}
.cards-item--exclamation {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32px;
}
.cards-item--desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.cards-item .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1278px) {
  .cards-items {
    margin: 56px -16px 0;
    width: calc(100% + 32px);
  }
}
@media (max-width: 991px) {
  .cards {
    padding: 60px 0 80px;
  }
  .cards-title {
    font-size: 24px;
    line-height: 117%;
  }
  .cards-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
  }
  .cards-items {
    margin: 28px 0 0;
    padding-bottom: 30px;
    width: 100%;
  }
  .cards-items .slick-slide {
    margin: 0;
  }
  .cards-items .slick-prev {
    top: auto;
    bottom: -60px;
    left: calc(50% - 60px);
  }
  .cards-items .slick-next {
    top: auto;
    bottom: -60px;
    right: calc(50% - 60px);
  }
  .cards-item {
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
  }
  .cards-item--top {
    gap: 8px;
  }
  .cards-item--top img {
    width: 80px;
    height: 80px;
  }
  .cards-item--name {
    font-size: 18px;
    line-height: 140%;
  }
  .cards-item--diag {
    font-size: 14px;
    line-height: 125%;
  }
  .cards-item--desc {
    font-size: 16px;
    line-height: 130%;
  }
}

.helps {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .helps {
    padding-bottom: 0;
  }
}
