.custom-order-form {
  position: relative;
  padding: 30px;
  background-color: #fffbf4;
  box-shadow: 0 16px 24px 0 rgba(42, 20, 30, 0.14);
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}

.custom-order-form::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  border: 1px dashed #d7cbb5;
  pointer-events: none;
}

.offer-heading {
  font: 19px 'PT Sans', sans-serif;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #b83012;
  text-align: center;
}

.offer-subtext {
  font: 18px 'Roboto', sans-serif;
  margin: 0 0 10px;
  text-align: center;
  color: #2a141e;
}

.bl1__price {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 60px;
  margin: 0 auto 25px auto;
  background-color: #b83012;
  /* box-shadow: -30px 0 0 0 #b83012; */ /* убрал для одной полосы */
}

.bl1__price::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -1px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right: 30px solid #fffbf4;
}

.bl1__date-counter {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  text-align: center;
}

.bl1__date-counter div {
  position: relative;
  display: inline-block;
  width: 45px;
  margin-right: 6px;
  margin-bottom: 20px;
}

.bl1__date-counter div::after {
  font-size: 36px;
  position: absolute;
  top: 5%;
  left: -10px;
  content: ":";
  color: #9e9e9e;
}

.num {
  font: 600 36px 'Bebas Neue', sans-serif;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  color: #ffffff;
  border-radius: 5px;
  background: #2a141e;
  text-align: center;
}

.num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #948789;
}

.word {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #2a141e;
}
