.lp__form {
  padding: 40px 0 10px;
}
.lp__form .popup__label{
  margin-bottom: 40px;
}
.lp__form .popup__label:last-of-type{
  margin-bottom: 20px;
}
.lp__form .checkbox-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.countdown-text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.main-button.main-button-transparent {
  background: none;
  color: #000;
  font-weight: 600;
}
.main-button.main-button-transparent:hover {
  background-color: indianred;
  color: #fff;
}
.lp-info-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.lp-row {
  margin-bottom: 20px;
}
.lp-validate__error {
  color: #B12535;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.lp-form-label {
  margin-top: 10px;
}
.loading-button {
  background: #B12535;
  background-image: repeating-linear-gradient(
          45deg,
          #B12535,
          #B12535 6px,
          #c53142 5px,
          #c53142 12px
  ) !important;
  background-size: 50px 50px !important;
  background-repeat: repeat !important;
  -webkit-animation: gradient 0.95s linear infinite;
  -moz-animation: gradient 0.95s linear infinite;
  animation: gradient 0.95s linear infinite;
  pointer-events: none;
}