.modal-dialog {
  max-width: 100%;
  width: 698px;
}

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  padding: 15px;
  border: 1px solid #dadada;
  border-radius: 0;
}

.modal-body {
  background-color: white;
  padding: 40px 15px 60px 15px;
  text-align: center;
}

.modal-body .section-title {
  font-size: 18px;
}

.modal-body hr {
  width: 330px;
  border-color: #dadada;
  max-width: 100%;
  margin: 15px auto;
}

.modal-body p {
  font-size: 17px;
  line-height: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.modal-body p  a {
  font-size: 20px;
  color: #fc691b;
  font-family: var(--font-bold);
  display: inline-block;
  margin-top: 10px;
}

.modal-body strong {
  font-size: 24px;
  font-family: var(--font);
  color: #fc691b;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.modal-body select {
  width: 171px;
  height: 29px;
  border: 1px solid #d7d7d7;
  font-size: 17px;
  font-family: var(--font-semibold);
  color: #777777;
  padding: 0 10px;
  background-position: calc(100% - 10px) 50%;
}

.modal-body select#stores-list2 {
  color: var(--color);
  font-size: 16px;
  text-align: center;
  appearance: auto;
}

.modal-body hr + .title {
  margin-top: -5px;
}

.modal-body  a.orange-button {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background-color: #fc691b;
  font-size: 16px;
  margin: 20px auto 0 auto;
  color: white;
  font-family: var(--font-bold);
  text-align: center;
}

.modal-body .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
}

.modal-body  form {
  width: 441px;
  max-width: 100%;
  font-size: 0;
  margin: 0 auto;
}

.modal-body  form input[type="text"] {
  width: calc(100% - 71px);
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 1;
  padding: 0 15px;
  font-size: 18px;
  border: 1px solid #cccccc;
  border-right: 0;
  font-family: var(--font-semibold);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #000;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.modal-body  form input[type="text"]::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */
  color: #777777;
}

.modal-body  form input[type="text"]::-moz-placeholder {

  /* Firefox 19+ */
  color: #777777;
}

.modal-body form input[type="text"]:-ms-input-placeholder {

  /* IE 10+ */
  color: #777777;
}

.modal-body  form input[type="text"]:-moz-placeholder {

  /* Firefox 18- */
  color: #777777;
}

.modal-body form input[type="submit"] {
  width: 71px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  line-height: 1;
  padding: 0 0;
  font-size: 0;
  border: 0;
  background-color: #000;
  background-image: url(../../images/2024/icon-location-white.png);
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-position: center;
  background-origin: content-box;
  padding: 9px 21px;
  background-size: contain;
}

button.close {
  opacity: 1;
  right: 18px;
  top: 15px;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  text-shadow: none;
  float: none;
  font-weight: 400;
  background-image: url(../../images/2024/icons/icon-close.png);
  background-size: contain;
  background-color: transparent;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px){
  .modal-body .title {
    font-size: 24px;
  }
}
div:has(> .error) {
	position: relative;
}
input + .error {
	position: absolute;
	right: 4px;
}