.bingo-form {
  position: relative;
  width: 100%;
  min-height: 728px;
  box-sizing: border-box;
  font-family: "Golos Text", "Golos", "Arial", "Sans-Serif";
  background: #ffffff;
  max-width: 328px;
  border-radius: 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  padding-top: 32px;
  overflow: hidden;
}

.bingo-form__image {
  width: 458px;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  bottom: 9px;
  background-image: url(../../f/i/lp-bingo/woman.png?v=1);
}

.bingo-form__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  box-sizing: border-box;
}

.bingo-form__title {
  width: 247px;
  height: 58px;
  background-image: url(../../f/i/lp-bingo/title.png?v=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.bingo-form__input {
  width: 100%;
  margin-bottom: 17px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bingo-form__input-input.is-field-error {
  border-color: #f00;
  background: #fddfda;
}

.bingo-form__input-input.is-field-error ~ .bingo-form__input-error {
  display: block;
}

.bingo-form__input-name {
  font-size: 12px;
  color: #717680;
  font-weight: 500;
}

.bingo-form__input-input {
  width: 100%;
  border: 1.5px solid #d5d7da;
  border-radius: 12px;
  height: 56px;
  margin-top: 4px;
  padding: 11px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  font-family: "Golos Text", "Golos", "Arial", "Sans-Serif";
}

.bingo-form__input-input:focus {
  outline: none;
  border: 1.5px solid black;
}

.bingo-form__input-input:focus + .bingo-form__input-name {
  color: black;
}

.bingo-form__input-error {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #ff383c;
  bottom: -15px;
  display: none;
}

.bingo-form__checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 14px;
}

.bingo-form__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.bingo-form__checkbox-view {
  width: 18px;
  height: 18px;
  border: 2px solid rgb(0, 0, 0);
  background: transparent;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  flex: none;
  top: 4px;
}

.bingo-form__checkbox-label {
  font-size: 16px;
  color: black;
  line-height: 24px;
}

.bingo-form__checkbox-label a {
  text-decoration: none;
}

.bingo-form__checkbox-error {
  display: none;
  width: 100%;
  margin-top: -14px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #ff383c;
}

.bingo-form__checkbox input:checked + .bingo-form__checkbox-view {
  background: #000000;
}

.bingo-form__checkbox input:checked + .bingo-form__checkbox-view::after {
  content: "";
  position: absolute;
  background-image: url(../../f/i/lp-bingo/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: -2px;
  top: -1px;
}

.bingo-form__btn {
  background-color: #0820ff;
  color: white;
  border: none;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 288px;
  height: 48px;
  border-radius: 16px;
  margin-top: 3px;
  font-weight: 500;
  font-family: "Golos Text", "Golos", "Arial", "Sans-Serif";
  cursor: pointer;
  margin-top: 7px;
}

.bingo-form__btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.bingo-form .bingo-form-popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 310px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  display: none;
  overflow: hidden;
}

/* .bingo-form .bingo-form-popup__wrapper {

} */
.bingo-form .bingo-form-popup__close {
  width: 24px;
  height: 24px;
  background-image: url(../../f/i/lp-bingo/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.bingo-form .bingo-form-popup__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-top: 7px;
}

.bingo-form .bingo-form-popup__text {
  text-align: center;
  font-size: 16px;
  color: black;
  margin-top: 14px;
  line-height: 17px;
}

.bingo-form .bingo-form-popup__btn {
  background-color: #0820ff;
  color: white;
  border: none;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 146px;
  height: 48px;
  border-radius: 16px;
  margin-top: 3px;
  font-weight: 500;
  font-family: "Golos Text", "Golos", "Arial", "Sans-Serif";
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 20px;
}

.bingo-form .bingo-form-popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.bingo-form .bingo-form-popup.popup-active {
  display: block;
}

@media (min-width: 980px) {
  .bingo-form {
    height: 724px;
    min-height: 724px;
    max-width: 1216px;
    flex-direction: row;
    padding: 64px 2%;
    position: relative;
  }
  .bingo-form__title {
    width: 409px;
    height: 72px;
    margin-top: 20px;
    margin-bottom: 41px;
  }
  .bingo-form__image {
    background-image: url(../../f/i/lp-bingo/woman.png?v=1);
    width: 603px;
    height: 724px;
    right: 0.5%;
    bottom: -27px;
    position: absolute;
    left: 600px;
  }
  .bingo-form__form {
    margin-top: -20px;
    width: 100%;
    padding: 40px;
    max-width: 596px;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .bingo-form__checkbox {
    width: 100%;
    margin-bottom: -9px;
    margin-top: 25px;
  }
  .bingo-form__checkbox-error {
    margin-bottom: -15px;
    margin-top: 0px;
  }
  .bingo-form__btn {
    margin-top: 47px;
    max-width: 147px;
  }
}
.error {
  border-color: #ff383c;
}

.is-show {
  display: block;
}

@media (min-width: 1216px) {
  .bingo-form__image {
    left: unset;
  }
}
@media (min-width: 1600px) {
  .bingo-form {
    max-width: 1408px;
    padding: 64px 2.8%;
  }
  .bingo-form__form {
    max-width: 740px;
    margin-top: -17px;
  }
  .bingo-form__image {
    right: 4.2%;
    bottom: -11px;
  }
}/*# sourceMappingURL=bingo.css.map */