@charset "UTF-8";
.reg-form {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 400px;
  position: relative;
}
.reg-form.form__wrapper {
  padding: 12rem 0 0;
}
.reg-form__header {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.reg-form__header h1 {
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}
.reg-form .bxmaker-authuserphone-enter-smscode {
  color: var(--deep-green);
}
.reg-form .bxmaker-authuserphone-enter-reg__title {
  display: none;
}
.reg-form .bxmaker-authuserphone-enter-auth__title {
  font-weight: 700;
  color: white;
  font-size: 1.5rem;
}
.reg-form input {
  color: white !important;
}
.reg-form .bxmaker-authuserphone-enter {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 4rem 4rem 0 0;
  border: 3px solid var(--deep-green);
  padding: 1.5rem 1rem 1.5rem;
  background: black;
}
.reg-form .bxmaker-authuserphone-enter:before {
  content: "";
  width: 268px;
  height: 70px;
  background-image: url("../../../../assets/img/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.reg-form a {
  color: var(--deep-green) !important;
}
.reg-form .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
  background: var(--deep-green);
}
.reg-form .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner .bxmaker-authuserphone-button__title {
  color: black;
}
.reg-form .bxmaker-authuserphone-button__inner {
  background-color: var(--deep-green);
  border-radius: 50px;
  max-width: 238px;
  margin: 0 auto;
}
.reg-form .bxmaker-authuserphone-button {
  max-width: 238px;
  margin: 0 auto;
}
.reg-form .bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner {
  background-color: var(--deep-green);
  border: none;
}
.reg-form .bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner:hover {
  background-color: var(--deep-green);
}
.reg-form .bxmaker-authuserphone-input__field, .reg-form .bxmaker-authuserphone-input-phone__field, .reg-form .bxmaker-authuserphone-input-password__field {
  border-radius: 0 !important;
  background: transparent;
  border: none !important;
  color: #FFFFFF;
}
.reg-form .message-error {
  margin-bottom: 20px;
}
.reg-form-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  background-color: transparent;
  border-bottom: 1px solid var(--deep-green);
  background-image: url("../../../../assets/img/account.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 32px;
}
.reg-form-item__club {
  background-image: url("../../../../assets/img/icons/club.svg");
}
.reg-form-item__lastname {
  background-image: url("../../../../assets/img/account.svg");
}
.reg-form-item__date {
  background-image: url("../../../../assets/img/calendar.svg");
}
.reg-form-item input {
  width: 100%;
  padding: 12px;
  outline: none;
  background-color: transparent;
  color: white;
  border: none;
  padding-left: 24px !important;
}
.reg-form-item select {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background: transparent;
  color: #BFBFBF;
  padding-left: 24px;
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reg-form-item select option {
  background: #1D1D1D;
  font-size: 14px;
}
.reg-form .bxmaker-authuserphone-input-phone {
  background-image: url("../../../../assets/img/telephone.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  padding-left: 15px;
  border-bottom: 1px solid var(--deep-green) !important;
}
.reg-form .bxmaker-authuserphone-input {
  background-image: url("../../../../assets/img/icons/auth-email.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  padding-left: 15px;
  border-bottom: 1px solid var(--deep-green) !important;
}
.reg-form .bxmaker-authuserphone-input-password {
  background-image: url("../../../../assets/img/icons/auth-password.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  padding-left: 15px;
  border-bottom: 1px solid var(--deep-green) !important;
}
.reg-form .bxmaker-authuserphone-input__field input {
  color: #FFFFFF;
}
.reg-form .bxmaker-authuserphone-input-password input[type=password],
.reg-form .bxmaker-authuserphone-input-password input[type=text] {
  color: #FFFFFF;
}
.reg-form .bxmaker-authuserphone-button__title {
  color: black;
}
.reg-form-agreement {
  margin-top: 20px;
  color: var(--deep-green);
  font-weight: 400;
}
.reg-form-agreement a {
  text-decoration: underline;
}
.reg-form label {
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--deep-green);
}
.reg-form .registration-user__photo {
  display: none;
}
.reg-form .registration-user__photo label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.reg-form .registration-user__photo {
  display: none;
}
.reg-form .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
  opacity: 0;
}
.reg-form .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__title {
  transform: translateY(0);
}
.reg-form .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__title {
  transform: translateY(0);
}
.reg-form .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title {
  opacity: 0;
  transform: translateY(0);
}
.reg-form .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__title {
  opacity: 0;
  transform: translateY(0);
}
.reg-form .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__title {
  opacity: 0;
  transform: translateY(0);
}
.reg-form .bxmaker-authuserphone-input-password__visible:after {
  background-image: url("../../../../assets/img/icons/eye.svg") !important;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > p {
  display: block;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > p::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--deep-green);
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox > input:not(:disabled):not(:checked) + p:hover::before {
  border-color: var(--deep-green);
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox > input:not(:disabled):active + p::before {
  background-color: var(--deep-green);
  border-color: var(--deep-green);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox > input:focus:not(:checked) + p::before {
  border-color: var(--deep-green);
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + p::before {
  border-color: var(--deep-green);
  background-color: var(--deep-green);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled + p::before {
  background-color: #e9ecef;
}

@media (min-width: 992px) {
  .reg-form {
    max-width: 800px;
  }
  .reg-form.form__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
  }
  .reg-form .bxmaker-authuserphone-enter {
    border-radius: 4rem;
    height: auto;
    min-height: auto;
  }
  .fancybox-content .form__wrapper {
    border: none;
  }
}