.modal {
  font-family: Inter;
}
.modal form {
  font-family: Inter;
}
.modal h2 {
  margin: 0;
}
.modal label {
  color: #808080;
}
.modal input {
  background-color: #f2f2f2;
  border-radius: 4px;
}
.modal input::-webkit-input-placeholder {
  color: #000;
}
.modal input::-moz-placeholder {
  color: #000;
}
.modal input:-ms-input-placeholder {
  color: #000;
}
.modal input::-ms-input-placeholder {
  color: #000;
}
.modal input::placeholder {
  color: #000;
}
.modal form input[type=submit] {
  background-color: #175ce5;
  color: white;
  text-transform: none !important;
  font-size: 16px;
  padding: 8px 16px !important;
}
.modal .form__close {
  background-color: transparent;
  color: #808080;
  text-transform: none !important;
  font-size: 16px;
  padding: 12px 16px !important;
}
.modal-actions p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal__header {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 20px;
  display: inline-block;
  width: auto;
}
.modal .modal__header h2 {
  padding: 16px 0;
  display: inline-block;
}
.modal .modal-cnt {
  padding: 0 20px;
}
.modal .modal__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal .modal__product_img {
  height: 100px;
  width: 100px;
}
.modal .modal__product_img img {
  width: 100%;
  height: auto;
}
.modal .modal__product_title span.price {
  display: block;
  margin-top: 0;
}
.modal div.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 12px;
  background: #3b7cff;
  border-radius: 16px;
  color: white;
}