.input-error {
  border: 2px solid #d71920 !important;
  background: #fff8f8 !important;
}
.order-phone-error {
  width: 100%;
  margin: -8px auto 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff1f1;
  color: #b00020;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}
button.is-loading,
input.is-loading {
  opacity: .78;
  cursor: wait !important;
}
button.is-loading .pulse-button {
  font-size: 0;
}
button.is-loading::after {
  content: attr(data-loading);
  font-size: 16px;
  font-weight: 800;
}
.footer-wrapper a {
  margin: 0 6px;
}
.order_block__wrapper .price-block--active {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.order_block__wrapper .price_old {
  color: #777;
  font-size: 20px;
  font-weight: 800;
}
.order_block__wrapper .price_main span {
  display: inline-block;
  color: #d71920;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 1px 0 #fff;
}
@media (max-width: 640px) {
  .order_block__wrapper .price_main span { font-size: 28px; }
  .order_block__wrapper .price_old { font-size: 18px; }
}