.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo_image {
  width: 1px;
  height: 1px;
}

.border-gray {
  border-color: var(--gray);
}
#secret {
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 0;
}
#secret-animation {
  position: sticky;
  bottom: 0;
  z-index: 9;
}
#popup-secret {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #ed1c24;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}
#popup-secret .popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
#popup-secret .popup-content {
  width: 701px;
  height: 500px;
  max-height: 100%;
  padding: 0 15px;
  background-color: transparent;
  background: transparent;
}
#popup-secret .popup-content .popup-close:before,
#popup-secret .popup-content .popup-close:after {
  display: none;
}
#popup-secret .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 23px 38px;
  top: -24px;
  right: 117px;
}
#popup-secret .button {
  width: 8em;
  height: 2.2em;
  border-radius: 1.1em;
  font-size: 1.2em;
  color: white;
  padding: 0;
  background-color: #ec1c24;
  line-height: 4;
  margin-top: 1em;
}

@supports (background: -webkit-named-image(i)) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 567px) {
  #popup-secret .popup-content {
    align-self: flex-start;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  #popup-secret .popup-content .popup-close {
    padding: 27px 25px;
    top: 0;
    right: 0;
  }
  #popup-secret .button {
    font-size: 1.2em;
  }
  #popup-secret .popup-thanks .thanks {
    display: flex;
  }
  #secret-m {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
  }
}
