.created__order-container {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}

.modal {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.modal-inner {
  padding: 10px;
}

.modal__title {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #003730;
}

.modal__text {
  font-size: 18px;
  line-height: 1.6;
}

.modal__text-data {
  text-align: left;
}

.modal__text-payment {
  text-align: left;
}

.modal__text-data strong,
.modal__text-payment strong {
  font-size: 24px;
  font-weight: bold;
  color: #e74c3c;
}

.modal__text-name {
  font-weight: bold;
  margin-right: 5px;
}

.modal__text-date {
  font-weight: bold;
  margin-right: 5px;
}

.modal__text-price {
  font-weight: bold;
  margin-right: 5px;
}

.modal__text p {
  margin-bottom: 10px;
}


strong.modal__text-date,
strong.modal__text-name,
strong.modal__text-price {
  color: #003730;
}

.modal__title-price {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #003730;
}

.modal__text p {
  color: #003730;
}