.decline {
  position: relative;
  padding: 7.5rem 0 9.375rem;
  overflow: hidden;
}
.decline__top {
  text-align: center;
  margin-bottom: 4rem;
}
.decline__ico {
  position: relative;
  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;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.875rem;
  -webkit-box-shadow: -3px 9px 39px 0 rgba(128, 0, 0, 0.67);
  box-shadow: -3px 9px 39px 0 rgba(128, 0, 0, 0.67);
  background: -webkit-gradient(linear, left top, left bottom, from(#100505), to(#490404));
  background: linear-gradient(180deg, #100505 0%, #490404 100%);
  margin: 0 auto 2.25rem;
}
.decline__ico::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#E15A5A), to(#830A0A));
  background: linear-gradient(90deg, #E15A5A 0%, #830A0A 100%);
  border-radius: 0.875rem;
}
.decline__ico > svg {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.decline__title {
  margin: 0 auto 1.25rem;
}
.decline__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -1.25rem;
  counter-reset: items;
}
.decline__cards > * {
  margin: 0 10px 1.25rem;
  width: calc(33.3333333333% - 20px);
}
.decline__card {
  border-radius: 1.5625rem;
  padding: 2.4375rem 0.3125rem 2.4375rem 1.875rem;
  background-color: #0c0c0c;
  counter-increment: items;
}
.decline__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.decline__card-inner:nth-child(1) .decline__card-title {
  background: linear-gradient(173deg, #fff8f8 0%, #ffc0c0 77.46%, #ff7f7f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.decline__card-inner:nth-child(1) .decline__card-text {
  min-height: 2.375rem;
}
.decline__card-inner:nth-child(2) .decline__card-title {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#a4ff8e));
  background: linear-gradient(90deg, #fff 0%, #a4ff8e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.decline__card-inner:not(:last-child) {
  margin-bottom: 2.875rem;
}
.decline__card-number, .decline__card-ico {
  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;
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 0.5625rem;
  background-color: rgba(109, 109, 109, 0.2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.decline__card-number {
  font-weight: 700;
  color: var(--white);
}
.decline__card-number::before {
  content: counter(items, decimal-leading-zero);
}
.decline__card-ico > svg {
  width: 1.8125rem;
  height: 1.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.decline__card-title {
  margin-bottom: 0.9375rem;
}
.decline__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.8125rem;
}
.decline__button .btn {
  min-width: 18.75rem;
}
@media (max-width: 768px) {
  .decline {
    padding: 150px 0;
  }
  .decline__top {
    margin-bottom: 48px;
  }
  .decline__ico {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .decline__ico::before {
    border-radius: 12px;
  }
  .decline__ico > svg {
    width: 21px;
    height: 21px;
  }
  .decline__title {
    margin-bottom: 15px;
  }
  .decline__text {
    font-size: 12px;
  }
  .decline__cards {
    margin: unset;
  }
  .decline__cards > * {
    margin: unset;
    width: 100%;
  }
  .decline__card {
    border-radius: 18px;
    padding: 22px 4px 32px 22px;
  }
  .decline__card-inner:nth-child(1) .decline__card-text {
    min-height: 28px;
  }
  .decline__card-inner:not(:last-child) {
    margin-bottom: 24px;
  }
  .decline__card-number, .decline__card-ico {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    margin-right: 15px;
  }
  .decline__card-ico > svg {
    width: 21px;
    height: 21px;
  }
  .decline__card-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .decline__card-text {
    font-size: 12px;
    line-height: 120%;
  }
  .decline__card:not(:last-child) {
    margin-bottom: 15px;
  }
  .decline__button {
    margin-top: 36px;
  }
  .decline__button .btn {
    min-width: unset;
    width: 100%;
  }
}
/*# sourceMappingURL=decline.css.map */
/*# sourceMappingURL=decline.css.map */