@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");

#leadform * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#leadform {
  margin: 25px auto;
}

#leadform p {
  all: revert;
}

#leadform #container-form {
  max-width: 550px;
  margin: 0 auto;
}

#leadform #form_inner {
  padding: 0 72px;
}

#form {
  padding: 30px 0;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #000 50%, transparent 50%),
    linear-gradient(90deg, #000 50%, transparent 50%),
    linear-gradient(0, #000 50%, transparent 50%),
    linear-gradient(0, #000 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
  animation: marching-ants 400ms infinite linear;
  background-color: #f1f1f0;
}

@keyframes marching-ants {
  0% {
    background-position: 0 0, 20px 100%, 0 20px, 100% 0;
  }

  100% {
    background-position: 20px 0, 0 100%, 0 0, 100% 20px;
  }
}

#leadform #form__title {
  font-family: "Oswald" !important;
}
#leadform #form__title P {
  font-family: inherit !important;
}

#leadform #form__title-h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 130% !important; 
  text-align: center !important;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

#leadform #form__title-h2 {
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
  font-size: 44px !important;
  line-height: 130% !important; 
  text-align: center !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d42323;
}

#leadform #form__requirement {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  padding: 10px 20px;
  margin: 25px 0 20px;
  background: linear-gradient(
      0deg,
      rgba(245, 187, 0, 0.1),
      rgba(245, 187, 0, 0.1)
    ),
    #ffffff;
  border: 2px solid #f5bb00;
}

#leadform #form__label {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.3px;
  color: #000000;
  bottom: 10px;
}

#leadform .form__input {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 100;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin: 10px 0;
}

#leadform #form__price {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: calc(100% - 8px);
  margin: 30px auto 0;
  padding: 16px 0;
}

#leadform #price__old {
  font-family: "Oswald" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #9b9b9b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  gap: 10px;
}

#leadform #price__new {
  font-family: "Oswald" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
}

#leadform #price__new span,
#leadform #price__old span {
  font-family: inherit !important;
}
#leadform #price__new span {
  line-height: 100%;
}

#leadform .oldPriceAndLabelForLandingInfoApi {
  text-decoration: line-through;
}

#leadform .priceAndLabelForLandingInfoApi {
  font-size: 30px;
  color: #d42323;
}

/* #leadform .priceAndLabelForLandingInfoApi::after {
  content: "*";
} */

#leadform #form_understar {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-align: center !important;
  color: #000000;
  margin: 10px;
}

#leadform #form-button {
  display: inline;
  background-color: #ed6d37;
  border-radius: 5px;
  border: none;
  width: 100%;
  text-align: center;
  padding: 9px 0 10px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s background-color;
}

#leadform #form-button:hover {
  background-color: #a74e28;
}

#leadform #form-bottom {
  margin-top: 20px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  background: #ffeee1;
  border: 4px solid #ed6d37;
  border-radius: 10px;
  text-align: center;
  padding: 23px 40px;
}

#leadform #form-bottom p {
  font-family: inherit !important;
}

#leadform #bottom_h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center !important;
  font-size: 32px !important;
  line-height: 130% !important;
  margin-top: 0;
  margin-bottom: 8px;
}

#leadform #bottom_h2 {
  font-weight: 600;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 130% !important;
  margin: 0;
  text-transform: uppercase;
}

#leadform #bottom__update {
  font-weight: 800;
  font-size: 20px !important;
  line-height: 130% !important;
  text-align: center !important;
  background-color: #ffffff;
  padding: 8px 5px;
  margin: 12px 0 22px;
}

#leadform #update-red {
  color: #d42323;
  text-transform: uppercase;
}

#leadform #bottom_underinfo {
  font-weight: 300;
  font-size: 16px !important;
  text-align: center !important;
  margin: 0;
  line-height: 130% !important;
}

@media screen and (max-width: 550px) {
  #form {
    padding: 20px 0;
  }

  #leadform #form_inner {
    padding: 0 15px;
  }

  #leadform #form__requirement {
    font-size: 14px;
    padding: 10px;
  }

  #leadform #form__label {
    font-size: 16px;
  }

  #leadform .form__input {
    font-size: 16px;
  }

  #leadform #form-bottom {
    padding: 10px 15px;
  }

  #leadform #form__title-h1 {
    font-size: 28px !important;
  }

  #leadform #form__title-h2 {
    font-size: 36px !important;
  }

  #leadform #price__old {
    font-size: 18px;
  }

  #leadform #price__new {
    font-size: 22px;
  }

  #leadform .priceAndLabelForLandingInfoApi {
    font-size: 25px;
  }

  #leadform #form_understar {
    font-size: 12px;
    margin: 5px;
  }

  #leadform #form__price {
    padding: 10px 0;
  }
  #leadform #bottom_h1 {
    font-size: 28px !important;
  }

  #leadform #bottom_h2 {
    font-size: 18px !important;
  }

  #leadform #bottom__update {
    font-size: 16px !important;
  }

  #leadform #bottom_underinfo {
    font-size: 16px !important;
  }

  #leadform #form__requirement {
    font-size: 13px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 375px) {
  #leadform #form__title-h1 {
    font-size: 20px !important;
  }

  #leadform #form__title-h2 {
    font-size: 29px !important;
  }

  #leadform #price__old {
    font-size: 18px;
  }

  #leadform #price__new {
    font-size: 18px;
  }

  #leadform #bottom_h1 {
    font-size: 25px !important;
  }

  #leadform #bottom_h2 {
    font-size: 16px !important;
  }

  #leadform #bottom_underinfo {
    font-size: 14px !important;
  }
}

#leadform #price__specific {
  padding: 0 10px;
}

#leadform #form-img {
  width: 100%;
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

#leadform #form-img img {
  width: 100%;
  max-width: 120px;
}

@media screen and (max-width: 425px) {
  #leadform #form__price {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  #leadform #form-img {
    margin-bottom: 10px;
  }
}

.form-instock {
  color: coral !important;
}
