/* .actions__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.actions__items {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

.actions__footer-label {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #F46A5D;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: 1px solid #edf4fb;
  max-width: 100%;
}

.pay-actions {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e1e8f0;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 16px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 16px 24px rgba(0, 0, 0, 0.05);
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  position: relative;
}

.pay-actions__discont {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  top: -4%;
  right: -4%;
  background-color: #F46A5D;
  -webkit-transform: rotate(17.41deg);
      -ms-transform: rotate(17.41deg);
          transform: rotate(17.41deg);
}

.pay-actions__discont::after {
  content: "discount";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fce2dd;
}

.pay-actions__discont._active-disc {
  opacity: 1;
}

.pay-actions__price:not(:last-child) {
  margin-bottom: 0.5rem;
}

.pay-actions__button._active-disc {
  padding: 1rem;
} */

.page__actions.actions h2.actions__footer-label{
  color: #485261;
  font-weight: 400;
  text-transform: none;
}