ul {
  list-style: none;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}
.reg-form {
  margin-top: 40px;
}
.w-input {
  width: 100%;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  padding-left: 20px;
  background: #f1f1f1;
  border: 1px solid rgba(43, 43, 43, 0.1);
  border-radius: 6px;
}
/* @media screen and (min-width: 744px) {
  .w-input {
    width: 452px;
  }
} */
.w-button {
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* width: 240px; */
  width: 100%;
  margin: 0 auto;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  border: none;
  position: relative;
  margin-top: 16px;
}
@media screen and (min-width: 744px) {
  .w-button {
    font-size: 16px;
    /* width: 452px; */
  }
}
.button__text {
  display: none;
}
@media screen and (min-width: 744px) {
  .button__text {
    display: inline-block;
  }
}
.form-group {
  margin-bottom: 16px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form__text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
  color: #c1c1c1;
  margin-left: 8px;
  text-align: left;
}
.form__text-wrapper {
  display: flex;
  /* width: 240px; */
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .form__text-wrapper {
    /* width: 452px; */
    justify-content: start;
  }
}
.lock {
  width: 16px;
  height: 16px;
  background-image: url("/images/Vector.svg");
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(100%);
}
.form__button1 {
  position: relative;
}
.form__button2 {
  position: relative;
}
.form__pseudo-button1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  display: block;
}
.form__pseudo-button2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  display: block;
}
.form__checkbox {
  display: flex;
  align-items: center;
  /* width: 240px; */
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 744px) {
  .form__checkbox {
    /* width: 452px; */
    margin-top: 16px;
  }
}
label {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
  color: #c1c1c1;
  text-align: left;
  margin-left: 8px;
}
.form__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (min-width: 744px) {
  .form__list {
    /* width: 339px; */
    margin: 0 auto;
    margin-top: 25px;
  }
}
.form__list-item-img:first-child {
  object-fit: contain;
  width: 60.18px;
  height: 26px;
  filter: grayscale(100%) brightness(1000%);
}
@media screen and (min-width: 744px) {
  .form__list-item-img:first-child {
    width: 85px;
    height: 36px;
  }
}
.register-button2 {
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* width: 240px; */
  width: 100%;
  margin: 0 auto;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  border: none;
  position: relative;
}
@media screen and (min-width: 744px) {
  .register-button2 {
    font-size: 16px;
    /* width: 452px; */
  }
}
#register-button1 {
  margin-top: 16px;
}
.w-button {
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* width: 240px; */
  width: 100%;
  margin: 0 auto;

  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  border: none;
  position: relative;
}
@media screen and (min-width: 744px) {
  .w-button {
    font-size: 16px;
    /* width: 452px; */
  }
}
.register-button2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #333;
  background: #ffde00;
  box-shadow: 4px 4px 15px rgba(42, 225, 251, 0.07);
  border-radius: 30px;
  /* width: 240px; */
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 744px) {
  .register-button2 {
    font-size: 16px;
    line-height: 140%;
    /* width: 452px; */
  }
}
#regForm1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#regForm2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.policy__link {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: capitalize;
  color: #c1c1c1;
  text-decoration: underline;
}
#policy1 {
  margin: 0;
}
#policy2 {
  margin: 0;
}
.validate2 {
  margin-top: 5px;
  color: red;
  text-align: left;

  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: none;
}
.validate1 {
  margin-top: 5px;
  color: red;
  text-align: left;

  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-transform: none;
}
.form__pseudo-button1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.form__pseudo-button2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.form-group-button {
  margin-top: 16px;
}
.form__min-sum {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;

  font-size: 20px;
  line-height: 120%;
  font-style: normal;
  font-weight: 700;
  color: #ff6966;
} /*# sourceMappingURL=main.min.css.map */
