.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo_image {
  width: 1px;
  height: 1px;
}

#popup-shop {
  --brown: #703a1f;
  --red: #ed1c24;
  font-size: 16px;
  z-index: 999999;
}
.cont-full {
  width: 100%;
  height: 100%;
}
#popup-shop .popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#popup-shop .form-text {
  margin-bottom: 6px;
  font-size: 2.5em;
  text-align: center;
}
#popup-shop .popup-content {
  width: 635px;
  min-height: 464px;
  max-height: 100%;
  align-self: center;
  box-shadow: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/location-details/redesign/ask-form-back.jpg);
  background-image: -webkit-image-set(
    url("../../images/location-details/redesign/ask-form-back.jpg") 1x,
    url("../../images/location-details/redesign/ask-form-back@2x.jpg") 2x
  );
}

#popup-shop .shop-default {
  padding: 0 15px;
  flex-direction: column;
}

#popup-shop .popup-close {
  padding: 22px 17px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
#popup-shop .popup-close:before,
#popup-shop .popup-close:after {
  display: none;
}
#popup-shop .shop-form form {
  width: 544px;
  margin-top: 22px;
}

#popup-shop .form-field {
  flex-basis: 50%;
  flex-grow: 1;
}

#popup-shop .form-field input,
#popup-shop .form-field select {
  width: 100%;
}
#popup-shop .form-action {
  padding-top: 0;
}
#popup-shop .button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-shop .button {
  width: 10em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.3em;
  padding: 0;
  margin-top: 12px;
}
#popup-shop .form-action [type="submit"].button {
  margin-top: 12px;
}
#popup-shop .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
#popup-shop .shop-thanks {
  padding: 0 15px;
}
#popup-shop .shop-thanks .thanks {
  font-size: 3em;
  margin-bottom: 3px;
}
#popup-shop .shop-thanks .thanks-text {
  font-size: 1.3em;
}
#popup-shop .shop-thanks .button {
  margin-top: 29px;
  width: 11em;
}
@media screen and (max-width: 599px) {
  #popup-shop .popup-content {
    max-width: 100%;
    align-self: start;
    top: 0;
  }
  /*
  #popup-shop .shop-default {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/location-details/redesign/ask-form-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/location-details/redesign/ask-form-back-m.jpg") 1x,
      url("../../images/location-details/redesign/ask-form-back-m@2x.jpg") 2x
    );
  }
    */
  #popup-shop .popup-close {
    padding: 18px 15px;
  }
  #popup-shop .shop-form form {
    width: 325px;
    margin-top: 30px;
  }
  #popup-shop .form-row {
    flex-direction: column;
  }
  #popup-shop .shop-thanks {
    justify-content: center;
  }
  #popup-shop .form-text {
    font-size: 2.4em;
  }
  #popup-shop .shop-thanks .thanks-text {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 420px) {
  #popup-shop .form-text {
    font-size: 2.2em;
  }
  #popup-shop .shop-thanks .thanks-text {
    font-size: 1em;
  }
}

#popup-shop .ask-form {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 97%;
  padding-bottom: 0;
  z-index: 99999999;
  box-shadow: none;
  background-color: transparent;
}
#popup-shop .popup-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#popup-shop .form-row {
  width: 100%;
}
#popup-shop .form-field {
  flex-basis: 50%;
  flex-grow: 1;
  width: 100%;
}
#popup-shop .captcha-box {
  width: auto;
}
#popup-shop textarea {
  width: 100%;
  margin-bottom: 0;
}
#popup-shop .ask-form .container {
  position: relative;
  width: 860px;
  max-width: 100%;
  padding: 0;
}
