.payment-section {
  position: relative;
  padding: 10.75rem 0 10rem;
}
.payment-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 63.75rem;
  margin: 0 auto 5rem;
}
.payment-section__ico {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.5rem;
}
.payment-section__ico::after {
  width: 5.625rem;
  height: 5.625rem;
  background-image: url('data:image/svg+xml,%3Csvg width="90" height="90" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M23.75 66.2207L66.1764 23.7943" stroke="%23FB4646" stroke-width="7.5" stroke-linecap="round" /%3E%3Cpath d="M23.7891 23.7939L66.2155 66.2204" stroke="%23FB4646" stroke-width="7.5" stroke-linecap="round" /%3E%3C/svg%3E');
}
.payment-section__text {
  margin-top: 1.5rem;
  color: var(--white);
}
.payment-section__text a {
  line-height: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44)) 1;
  border-image: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%) 1;
}
@media (max-width: 768px) {
  .payment-section {
    padding-bottom: 140px;
  }
  .payment-section__top {
    margin-bottom: 40px;
  }
  .payment-section__ico {
    width: 80px;
    height: 80px;
  }
  .payment-section__ico::after {
    width: 60px;
    height: 60px;
  }
  .payment-section__text {
    font-size: 16px;
    line-height: 140%;
  }
}

.decline__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--white-01);
  border-radius: 1.5rem;
  background-color: var(--white-005);
}
.decline__cards > * {
  width: 33.3333333333%;
}
.decline__card {
  padding: 2rem;
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  font-weight: 500;
}
.decline__card-title, .decline__card-text {
  padding-left: 2.5rem;
}
.decline__card-title {
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.75rem;
}
.decline__card-list {
  margin-top: 2rem;
}
.decline__card-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.decline__card-list > li span {
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.decline__card-list > li .glass-ico {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.decline__card-list > li .glass-ico::after {
  width: 1.125rem;
  height: 1.125rem;
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="url(%23paint0_linear_4014_19542)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_4014_19542" x1="3.75" y1="5.25" x2="15.29" y2="5.898" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.decline__card:not(:last-child) {
  border-right: 1px solid var(--white-01);
}
.decline__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .decline__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .decline__cards > * {
    width: 100%;
  }
  .decline__card {
    padding: 24px;
    font-size: 16px;
    line-height: 140%;
  }
  .decline__card-list {
    margin-top: 24px;
  }
  .decline__card:not(:last-child) {
    border-right: unset;
    border-bottom: 1px solid var(--white-01);
  }
  .decline__button {
    margin-top: 40px;
  }
}

.success .payment-section__ico::after {
  background-image: url('data:image/svg+xml,%3Csvg width="90" height="90" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M75 26.25L37.5 63.75L18.75 45" stroke="black" stroke-width="7.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M75 26.25L37.5 63.75L18.75 45" stroke="url(%23paint0_linear_4014_19782)" stroke-width="7.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_4014_19782" x1="18.75" y1="26.25" x2="76.45" y2="29.49" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.success__block {
  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;
  padding: 4.6875rem 4rem;
  border-radius: 3rem;
}
.success__wrapper {
  max-width: 36.25rem;
}
.success__button {
  margin-top: 2.5rem;
}
.success__model {
  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;
  max-width: 40.375rem;
  width: 100%;
  height: 21.875rem;
}
.success__model > * {
  width: 100%;
  height: 150%;
}
@media (max-width: 768px) {
  .success__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 24px;
    border-radius: 24px;
  }
  .success__descr {
    font-size: 18px;
    line-height: 130%;
  }
  .success__button {
    margin-top: 24px;
  }
  .success__model {
    height: 216px;
    margin: -10px 0 20px;
  }
}
/*# sourceMappingURL=payment-section.css.map */
/*# sourceMappingURL=payment-section.css.map */