@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
.opt_price {
  padding: 25px 10px;
  width: 350px;
  background: #5f4c62;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  margin: 20px 0;
}
@media (max-width: 500px) {
  .opt_price {
    width: 100%;
    font-size: 16px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.formm {
  background-color: #f5f4f3;
  padding: 20px;
  width: 600px;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.write {
  text-align: center;
  font-size: 18px;
  color: #5f4c62;
}

.modal-hidden {
  display: none;
}

.close_block {
  font-size: 28px;
  text-align: right;
  cursor: pointer;
}

.success-message {
  font-family: "Mulish", sans-serif;
  color: #5f4c62;
}/*# sourceMappingURL=form.css.map */