betrating.org Open in urlscan Pro
2606:4700:10::ac43:17f9  Public Scan

URL: https://betrating.org/
Submission: On January 23 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

#

<form action="#" class="popup__registration-form registration-form-popup">
  <div class="registration-form-popup__body">
    <div class="registration-form-popup__block active" data-registration-step="1" :class="{active:step===1}">
      <div class="registration-form-popup__radio-block">
        <p class="registration-form-popup__radio-title body-15-bold">Выберите вариант</p>
        <div class="options">
          <div class="options__item">
            <input id="register-type-1" class="options__input" checked="" type="radio" wire:model.lazy="type" value="bookmaker" name="register-type">
            <label for="register-type-1" class="options__label"><span class="options__text">Букмекер</span></label>
          </div>
          <div class="options__item">
            <input id="register-type-2" class="options__input" type="radio" value="user" wire:model.lazy="type" name="register-type">
            <label for="register-type-2" class="options__label"><span class="options__text">Пользователь</span></label>
          </div>
        </div>
      </div>
      <div class="registration-form-popup__bottom-hint">
        <div class="registration-form-popup__bottom-hint-title text-icon body-14-bold">
          <div class="icon">
            <img src="/img/svg/hint-yellow.svg" data-src="/img/svg/hint-yellow.svg" alt="hint" class="_lazy-load entered _lazy-loaded" data-ll-status="loaded">
          </div>
          <p class="text">Выберите свой вариант размещения</p>
        </div>
        <div class="registration-form-popup__bottom-hint-content body-13-regular-txt">
          <p><span>Букмекер</span> - Букмекерская контора (игорное заведение), принимающее ставки на спорт на реальные деньги. </p>
          <p><span>Пользователь</span> - Онлайн Пользователь ресурса.</p>
        </div>
      </div>
      <div class="registration-form-popup__buttons-container">
        <button type="button" x-on:click.prevent="$wire.nextStep()" class="btn btn-fill btn-large registration-form-popup__btn" data-registration-next="">Далее </button>
      </div>
    </div>
    <div class="registration-form-popup__block" data-registration-step="2" :class="{active:step===2}">
      <div class="registration-form-popup__main-block" data-registration="bookmaker">
        <label class="registration-form-popup__input-wrapper">
          <span class="registration-form-popup__input-title body-13-medium">Страна<span>*</span></span>
          <div class="select select_register-sel" data-id="1"><select name="country" data-class-modif="register-sel" x-on:select-callback="$wire.set('bookmaker.country_id', $event.detail.select.value)"
              :class="{'_form-error' : typeof errors['bookmaker.country_id'] !=='undefined' }" hidden="" data-id="1" data-placeholder="Выберите название страны" data-speed="150">
              <option value="" selected="">Выберите название страны</option>
              <option value="1">Россия</option>
              <option value="2">Украина</option>
              <option value="3">Беларусь</option>
              <option value="4">Казахстан</option>
            </select>
            <div class="select__body"><button type="button" class="select__title"><span class="select__value"><span class="select__content">Выберите название страны</span></span></button>
              <div hidden="" class="select__options">
                <div class="select__scroll"><button class="select__option" data-value="1" type="button">Россия</button><button class="select__option" data-value="2" type="button">Украина</button><button class="select__option" data-value="3"
                    type="button">Беларусь</button><button class="select__option" data-value="4" type="button">Казахстан</button></div>
              </div>
            </div>
          </div>
        </label>
        <label for="registration-form-popup__bookmaker-name" class="registration-form-popup__input-wrapper">
          <span class="registration-form-popup__input-title body-13-medium">Название БК<span>*</span></span>
          <input type="text" data-req="" placeholder="Введите название БК" wire:model.lazy="bookmaker.name" id="registration-form-popup__bookmaker-name" name="bookmaker-name" :class="{'_form-error' : typeof errors['bookmaker.name'] !=='undefined' }"
            class="registration-form-popup__input">
        </label>
        <label for="registration-form-popup__bookmaker-link" class="registration-form-popup__input-wrapper">
          <span class="registration-form-popup__input-title body-13-medium">Ссылка на БК<span>*</span></span>
          <input type="text" data-req="" placeholder="Введите ссылку на БК" wire:model.lazy="bookmaker.url" :class="{'_form-error' : typeof errors['bookmaker.url'] !=='undefined' }" id="registration-form-popup__bookmaker-link" name="bookmaker-link"
            class="registration-form-popup__input">
        </label>
        <label for="registration-form-popup__bookmaker-email" class="registration-form-popup__input-wrapper">
          <span class="registration-form-popup__input-title body-13-medium">Email</span>
          <input type="email" placeholder="Email аккаунт для связи" wire:model.lazy="bookmaker.email" :class="{'_form-error' : typeof errors['bookmaker.email'] !=='undefined' }" id="registration-form-popup__bookmaker-email" name="bookmaker-email"
            class="registration-form-popup__input">
        </label>
        <label for="registration-form-popup__bookmaker-telegram" class="registration-form-popup__input-wrapper">
          <span class="registration-form-popup__input-title body-13-medium">Telegram</span>
          <input type="text" placeholder="Telegram аккаунт для связи" wire:model.lazy="bookmaker.telegram" :class="{'_form-error' : typeof errors['bookmaker.telegram'] !=='undefined' }" id="registration-form-popup__bookmaker-telegram"
            name="bookmaker-telegram" class="registration-form-popup__input">
        </label>
        <label for="registration-form-popup__bookmaker-comment" class="registration-form-popup__input-wrapper">
          <span class="registration-form-popup__input-title body-13-medium">Комментарий</span>
          <textarea placeholder="Ваш комментарий" id="registration-form-popup__bookmaker-comment" name="bookmaker-comment" wire:model.lazy="bookmaker.notes" :class="{'_form-error' : typeof errors['bookmaker.notes'] !=='undefined' }"
            class="registration-form-popup__input"></textarea>
        </label>
        <div class="registration-form-popup__buttons-container">
          <button type="button" class="btn btn-stroke btn-large registration-form-popup__btn" x-on:click.prevent="$wire.previousStep(1)">Назад </button>
          <button type="button" class="btn btn-fill btn-large registration-form-popup__btn" x-on:click.prevent="$wire.nextStep()">Далее </button>
        </div>
      </div>
    </div>
    <div class="registration-form-popup__block" data-registration-step="3" :class="{active:step===3}">
      <label for="registration-form-popup__login" class="registration-form-popup__input-wrapper">
        <span class="registration-form-popup__input-title body-13-medium">Логин<span>*</span></span>
        <input type="text" placeholder="Введите логин" wire:model.lazy="user.login" id="registration-form-popup__login" name="login" :class="{'_form-error' : typeof errors['user.login'] !=='undefined' }" class="registration-form-popup__input">
      </label>
      <label for="registration-form-popup__password" class="registration-form-popup__input-wrapper">
        <span class="registration-form-popup__input-title body-13-medium">Пароль<span>*</span></span>
        <input type="password" placeholder="Введите пароль" wire:model.lazy="user.password" :class="{'_form-error' : typeof errors['user.password'] !=='undefined' }" id="registration-form-popup__password" name="password"
          class="registration-form-popup__input">
      </label>
      <label for="registration-form-popup__repeat-password" class="registration-form-popup__input-wrapper">
        <span class="registration-form-popup__input-title body-13-medium">Подтверждение пароля<span>*</span></span>
        <input type="password" data-req="" placeholder="Повторите пароль" wire:model.lazy="user.password_confirmation" :class="{'_form-error' : typeof errors['user.password_confirmation'] !=='undefined' }"
          id="registration-form-popup__repeat-password" name="repeat-password" class="registration-form-popup__input">
      </label>
      <div class="registration-form-popup__input-wrapper">
        <div class="registration-form-popup__captcha-wrapper">
          <div class="g-recaptcha" id="g-recaptcha-reg">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-jwoq5autuhog" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                  src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfXnEwpAAAAABxG0CLW2CKUh0sUI7fCZhEQplMe&amp;co=aHR0cHM6Ly9iZXRyYXRpbmcub3JnOjQ0Mw..&amp;hl=en&amp;v=Ya-Cd6PbRI5ktAHEhm9JuKEu&amp;size=normal&amp;cb=rzpkryv5ozk"></iframe>
              </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div>
          <div class="alert alert-danger body-13-medium" x-show="typeof errors['captcha'] !=='undefined'" x-text="errors['captcha']" style="display: none;"></div>
        </div>
      </div>
      <div class="registration-form-popup__checks">
        <div class="checkbox" :class="{'_form-error' : typeof errors['user.rules_agreement'] !=='undefined' }">
          <input id="registration-form-popup__terms-agreement" class="checkbox__input" type="checkbox" wire:model.lazy="user.rules_agreement" :class="{'_form-error' : typeof errors['user.rules_agreement'] !=='undefined' }" value="1"
            name="terms-agreement">
          <label for="registration-form-popup__terms-agreement" class="checkbox__label"><span class="checkbox__text">Регистрируясь, вы подтверждаете свое согласие с <a href="https://betrating.org/terms" target="_blank">Условиями
														Пользования</a></span></label>
        </div>
      </div>
      <div class="registration-form-popup__buttons-container">
        <button type="button" x-on:click.prevent="$wire.previousStep()" class="btn btn-stroke btn-large registration-form-popup__btn">Назад </button>
        <button type="button" x-on:click.prevent="$wire.nextStep()" class="btn btn-fill btn-large registration-form-popup__btn">Далее </button>
      </div>
    </div>
    <div class="registration-form-popup__block" data-registration-step="4" :class="{active:step===4}" x-data="{agent:window.navigator.userAgent}">
      <p class="registration-form-popup__text body-14-regular-txt top"> Чтобы получить код, откройте Google Authenticator, нажмите +, выберите “Ввести ключ настройки”, а затем введите название аккаунта BET RATING и введите ключ, либо отсканируйте
        QR-код, который находится ниже </p>
      <div class="registration-form-popup__qr-wrapper">
        <div class="registration-form-popup__qr-code">
          <!--?xml version="1.0" encoding="UTF-8"?-->
          <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="330" height="330" viewBox="0 0 330 330">
            <rect x="0" y="0" width="330" height="330" fill="#ffffff"></rect>
            <g transform="scale(8.049)">
              <g transform="translate(0,0)">
                <path fill-rule="evenodd"
                  d="M8 0L8 4L9 4L9 5L8 5L8 7L9 7L9 6L10 6L10 8L9 8L9 9L8 9L8 10L6 10L6 11L5 11L5 12L4 12L4 10L2 10L2 12L1 12L1 11L0 11L0 12L1 12L1 13L0 13L0 17L1 17L1 18L0 18L0 19L2 19L2 18L3 18L3 19L4 19L4 21L5 21L5 23L4 23L4 24L5 24L5 23L7 23L7 24L6 24L6 25L5 25L5 26L4 26L4 25L1 25L1 26L0 26L0 30L1 30L1 27L2 27L2 29L3 29L3 30L4 30L4 28L3 28L3 26L4 26L4 27L5 27L5 29L9 29L9 30L8 30L8 31L9 31L9 33L8 33L8 32L6 32L6 31L7 31L7 30L5 30L5 31L2 31L2 32L0 32L0 33L3 33L3 32L4 32L4 33L5 33L5 32L6 32L6 33L8 33L8 34L9 34L9 35L8 35L8 37L9 37L9 39L8 39L8 41L10 41L10 40L11 40L11 41L12 41L12 40L13 40L13 41L14 41L14 40L15 40L15 41L16 41L16 40L15 40L15 39L14 39L14 40L13 40L13 39L12 39L12 40L11 40L11 38L10 38L10 37L11 37L11 36L9 36L9 35L12 35L12 37L13 37L13 38L14 38L14 37L15 37L15 36L16 36L16 35L17 35L17 36L18 36L18 37L20 37L20 35L21 35L21 37L23 37L23 40L22 40L22 38L20 38L20 40L19 40L19 38L17 38L17 37L16 37L16 39L17 39L17 40L19 40L19 41L23 41L23 40L25 40L25 39L26 39L26 38L27 38L27 40L26 40L26 41L29 41L29 40L31 40L31 39L30 39L30 38L34 38L34 37L35 37L35 39L34 39L34 40L36 40L36 37L38 37L38 38L37 38L37 40L38 40L38 41L40 41L40 40L41 40L41 37L38 37L38 35L37 35L37 33L38 33L38 34L40 34L40 35L41 35L41 33L40 33L40 31L41 31L41 29L40 29L40 31L39 31L39 29L36 29L36 30L34 30L34 28L38 28L38 26L40 26L40 27L41 27L41 24L38 24L38 22L37 22L37 21L36 21L36 20L38 20L38 18L39 18L39 17L40 17L40 20L39 20L39 22L40 22L40 23L41 23L41 21L40 21L40 20L41 20L41 17L40 17L40 16L41 16L41 13L40 13L40 12L41 12L41 8L37 8L37 9L36 9L36 8L35 8L35 9L33 9L33 10L32 10L32 8L33 8L33 5L31 5L31 2L32 2L32 3L33 3L33 0L32 0L32 1L31 1L31 0L30 0L30 2L28 2L28 3L30 3L30 5L31 5L31 6L30 6L30 7L29 7L29 4L28 4L28 7L27 7L27 0L25 0L25 1L26 1L26 4L25 4L25 3L24 3L24 2L23 2L23 3L22 3L22 1L21 1L21 2L20 2L20 0L16 0L16 2L15 2L15 0L13 0L13 2L14 2L14 3L16 3L16 5L15 5L15 6L14 6L14 5L13 5L13 4L12 4L12 7L11 7L11 6L10 6L10 5L11 5L11 3L9 3L9 0ZM10 0L10 2L12 2L12 0ZM28 0L28 1L29 1L29 0ZM17 1L17 2L16 2L16 3L17 3L17 4L18 4L18 5L16 5L16 6L15 6L15 8L14 8L14 6L13 6L13 7L12 7L12 8L14 8L14 9L9 9L9 10L8 10L8 12L7 12L7 11L6 11L6 12L7 12L7 13L6 13L6 14L8 14L8 12L10 12L10 11L12 11L12 12L11 12L11 14L10 14L10 15L11 15L11 14L12 14L12 13L13 13L13 11L12 11L12 10L16 10L16 11L19 11L19 12L20 12L20 11L21 11L21 10L20 10L20 9L22 9L22 13L18 13L18 14L19 14L19 15L18 15L18 16L15 16L15 14L16 14L16 15L17 15L17 13L16 13L16 12L15 12L15 11L14 11L14 13L15 13L15 14L14 14L14 15L12 15L12 16L9 16L9 15L8 15L8 16L7 16L7 15L5 15L5 16L3 16L3 15L2 15L2 16L1 16L1 17L3 17L3 18L5 18L5 19L6 19L6 20L7 20L7 19L6 19L6 18L7 18L7 17L10 17L10 18L8 18L8 20L9 20L9 23L10 23L10 24L9 24L9 25L10 25L10 26L11 26L11 25L10 25L10 24L12 24L12 23L13 23L13 24L14 24L14 25L12 25L12 27L11 27L11 28L10 28L10 27L6 27L6 28L9 28L9 29L11 29L11 30L9 30L9 31L11 31L11 30L12 30L12 29L13 29L13 30L14 30L14 29L15 29L15 30L16 30L16 31L18 31L18 32L19 32L19 31L20 31L20 33L17 33L17 32L14 32L14 31L12 31L12 32L10 32L10 34L11 34L11 33L12 33L12 32L14 32L14 34L12 34L12 35L13 35L13 36L14 36L14 35L15 35L15 34L16 34L16 33L17 33L17 34L18 34L18 35L20 35L20 34L24 34L24 36L23 36L23 37L24 37L24 39L25 39L25 37L28 37L28 36L29 36L29 35L30 35L30 37L29 37L29 38L28 38L28 39L29 39L29 38L30 38L30 37L31 37L31 36L32 36L32 35L31 35L31 34L30 34L30 33L32 33L32 32L33 32L33 31L34 31L34 30L33 30L33 29L32 29L32 28L30 28L30 29L29 29L29 28L28 28L28 29L29 29L29 31L28 31L28 32L27 32L27 33L26 33L26 30L25 30L25 29L26 29L26 27L27 27L27 26L28 26L28 27L30 27L30 26L31 26L31 27L32 27L32 26L33 26L33 25L32 25L32 24L31 24L31 23L33 23L33 24L34 24L34 25L35 25L35 26L36 26L36 25L37 25L37 26L38 26L38 25L37 25L37 22L36 22L36 21L35 21L35 20L36 20L36 17L39 17L39 15L40 15L40 14L39 14L39 15L38 15L38 14L37 14L37 15L36 15L36 16L34 16L34 17L32 17L32 18L31 18L31 17L29 17L29 15L30 15L30 16L31 16L31 15L32 15L32 13L31 13L31 12L32 12L32 10L31 10L31 9L30 9L30 10L31 10L31 11L30 11L30 13L28 13L28 12L29 12L29 9L28 9L28 11L27 11L27 10L26 10L26 9L27 9L27 7L26 7L26 5L25 5L25 4L24 4L24 3L23 3L23 4L24 4L24 5L23 5L23 7L24 7L24 5L25 5L25 8L26 8L26 9L24 9L24 8L23 8L23 9L22 9L22 8L20 8L20 6L19 6L19 8L17 8L17 7L18 7L18 5L20 5L20 4L19 4L19 3L20 3L20 2L19 2L19 1ZM17 2L17 3L19 3L19 2ZM21 3L21 4L22 4L22 3ZM16 6L16 7L17 7L17 6ZM21 6L21 7L22 7L22 6ZM31 6L31 7L32 7L32 6ZM28 7L28 8L29 8L29 7ZM0 8L0 10L1 10L1 9L2 9L2 8ZM4 8L4 9L7 9L7 8ZM15 8L15 9L16 9L16 10L17 10L17 9L16 9L16 8ZM19 8L19 9L18 9L18 10L19 10L19 9L20 9L20 8ZM9 10L9 11L10 11L10 10ZM23 10L23 12L25 12L25 14L24 14L24 13L22 13L22 14L23 14L23 17L22 17L22 15L21 15L21 14L20 14L20 15L19 15L19 16L21 16L21 17L22 17L22 18L23 18L23 19L21 19L21 18L20 18L20 20L18 20L18 18L17 18L17 17L16 17L16 18L15 18L15 19L14 19L14 20L12 20L12 19L13 19L13 18L14 18L14 16L13 16L13 18L12 18L12 17L11 17L11 19L9 19L9 20L11 20L11 21L16 21L16 23L17 23L17 25L16 25L16 24L15 24L15 25L14 25L14 26L13 26L13 27L12 27L12 28L13 28L13 29L14 29L14 27L17 27L17 26L18 26L18 27L19 27L19 29L18 29L18 31L19 31L19 29L22 29L22 31L21 31L21 33L24 33L24 31L25 31L25 30L24 30L24 29L25 29L25 28L24 28L24 29L23 29L23 27L24 27L24 26L23 26L23 24L22 24L22 23L21 23L21 22L22 22L22 20L24 20L24 21L23 21L23 23L24 23L24 25L25 25L25 26L27 26L27 25L28 25L28 26L30 26L30 25L28 25L28 24L30 24L30 22L32 22L32 21L34 21L34 19L35 19L35 17L34 17L34 18L33 18L33 20L32 20L32 19L31 19L31 18L30 18L30 19L29 19L29 17L28 17L28 13L26 13L26 12L25 12L25 11L24 11L24 10ZM35 10L35 12L34 12L34 14L33 14L33 15L34 15L34 14L36 14L36 13L37 13L37 12L36 12L36 10ZM37 10L37 11L38 11L38 13L39 13L39 12L40 12L40 10ZM35 12L35 13L36 13L36 12ZM1 13L1 14L2 14L2 13ZM30 13L30 14L31 14L31 13ZM25 14L25 15L24 15L24 17L23 17L23 18L25 18L25 19L24 19L24 20L25 20L25 21L24 21L24 22L25 22L25 25L26 25L26 24L27 24L27 23L26 23L26 22L27 22L27 21L26 21L26 19L27 19L27 20L28 20L28 21L29 21L29 22L30 22L30 21L31 21L31 20L30 20L30 21L29 21L29 19L27 19L27 18L28 18L28 17L27 17L27 16L26 16L26 14ZM5 16L5 17L7 17L7 16ZM25 16L25 18L26 18L26 16ZM16 18L16 19L15 19L15 20L16 20L16 21L17 21L17 22L18 22L18 23L19 23L19 25L18 25L18 26L19 26L19 27L20 27L20 28L21 28L21 27L23 27L23 26L22 26L22 25L20 25L20 24L21 24L21 23L20 23L20 22L21 22L21 21L19 21L19 22L18 22L18 20L17 20L17 18ZM0 20L0 21L1 21L1 22L0 22L0 23L1 23L1 24L2 24L2 23L3 23L3 20ZM6 21L6 22L8 22L8 21ZM25 21L25 22L26 22L26 21ZM10 22L10 23L11 23L11 22ZM13 22L13 23L14 23L14 22ZM7 24L7 25L6 25L6 26L7 26L7 25L8 25L8 24ZM15 25L15 26L16 26L16 25ZM31 25L31 26L32 26L32 25ZM33 27L33 28L34 28L34 27ZM16 28L16 29L17 29L17 28ZM31 29L31 30L32 30L32 31L33 31L33 30L32 30L32 29ZM36 30L36 31L35 31L35 32L37 32L37 31L38 31L38 32L39 32L39 31L38 31L38 30ZM22 31L22 32L23 32L23 31ZM29 31L29 32L30 32L30 31ZM25 33L25 35L27 35L27 36L28 36L28 35L29 35L29 33L28 33L28 34L26 34L26 33ZM33 33L33 36L36 36L36 33ZM34 34L34 35L35 35L35 34ZM24 36L24 37L25 37L25 36ZM38 38L38 40L39 40L39 39L40 39L40 38ZM9 39L9 40L10 40L10 39ZM32 40L32 41L33 41L33 40ZM0 0L0 7L7 7L7 0ZM1 1L1 6L6 6L6 1ZM2 2L2 5L5 5L5 2ZM34 0L34 7L41 7L41 0ZM35 1L35 6L40 6L40 1ZM36 2L36 5L39 5L39 2ZM0 34L0 41L7 41L7 34ZM1 35L1 40L6 40L6 35ZM2 36L2 39L5 39L5 36Z"
                  fill="#000000"></path>
              </g>
            </g>
          </svg>
        </div>
        <div class="registration-form-popup__auth-code" data-copy="">
          <p class="h2-title" data-copy-text="">ILQ65DFOAMMRZOQV</p>
          <button type="button" class="icon" data-copy-button="">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
              <g clip-path="url(#clip0_530_5744)">
                <path
                  d="M10.2966 2.79834H2.85855C2.16061 2.79834 1.59375 3.3652 1.59375 4.06314V14.7353C1.59375 15.4332 2.16061 16.0001 2.85855 16.0001H10.2966C10.9945 16.0001 11.5614 15.4332 11.5614 14.7353V4.06314C11.5581 3.3652 10.9913 2.79834 10.2966 2.79834ZM10.6734 14.732C10.6734 14.9417 10.503 15.1121 10.2933 15.1121H2.85527C2.64556 15.1121 2.47518 14.9417 2.47518 14.732V4.06314C2.47518 3.85343 2.64556 3.68304 2.85527 3.68304H10.2933C10.503 3.68304 10.6734 3.85343 10.6734 4.06314V14.732Z"
                  fill="#FA0" stroke="#FA0" stroke-width="0.5"></path>
                <path
                  d="M13.1403 0H5.7023C5.00436 0 4.4375 0.566865 4.4375 1.2648C4.4375 1.51055 4.6341 1.70715 4.87985 1.70715C5.1256 1.70715 5.3222 1.51055 5.3222 1.2648C5.3222 1.05509 5.49259 0.884702 5.7023 0.884702H13.1403C13.3501 0.884702 13.5204 1.05509 13.5204 1.2648V11.9369C13.5204 12.1466 13.3501 12.317 13.1403 12.317C12.8946 12.317 12.698 12.5136 12.698 12.7594C12.698 13.0051 12.8946 13.2017 13.1403 13.2017C13.8383 13.2017 14.4051 12.6349 14.4051 11.9369V1.2648C14.4051 0.566865 13.8383 0 13.1403 0Z"
                  fill="#FA0" stroke="#FA0" stroke-width="0.5"></path>
              </g>
              <defs>
                <clipPath id="clip0_530_5744">
                  <rect width="16" height="16" fill="white"></rect>
                </clipPath>
              </defs>
            </svg>
          </button>
        </div>
      </div>
      <p class="registration-form-popup__text body-14-regular-txt middle" style="text-align: center;">У вас нет приложения Google Authenticator?</p>
      <a :href="/iPad|iPhone|iPod/.test(agent) ? 'https://apps.apple.com/ru/app/google-authenticator/id388497605' : 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&amp;hl=en_US'" class="btn btn-stroke btn-large registration-form-popup__btn _fw" target="_blank" style="margin-bottom: 20px" href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&amp;hl=en_US">Скачать</a>
      <p class="registration-form-popup__text body-14-regular-txt bottom" style="text-align: center;">Скачивая приложение Google Authenticator, вы подтверждаете, что прочли и приняли <a href="https://betrating.org/terms" target="_blank">отказ
            от
            ответственности</a></p>
      <div class="registration-form-popup__buttons-container">
        <button type="button" x-on:click.prevent="$wire.previousStep()" class="btn btn-stroke btn-large registration-form-popup__btn">Назад </button>
        <button type="button" x-on:click.prevent="$wire.skip2fa()" class="btn btn-stroke btn-large registration-form-popup__btn">Пропустить </button>
        <button type="button" x-on:click.prevent="$wire.nextStep()" class="btn btn-fill btn-large registration-form-popup__btn">Далее </button>
      </div>
    </div>
    <div class="registration-form-popup__block" data-registration-step="5" :class="{active:step===5}">
      <p class="registration-form-popup__text body-14-regular-txt top"> Введите код Google Authenticator </p>
      <div class="login-form-popup__input-auth-code" x-data="{
                                   focusNext(num){
                    if(this.$event.data &amp;&amp; this.$event.data.length===1 &amp;&amp; num<6){
                        num++
                        this.$refs['rf'+num].focus()
                    }else if(this.$event.data==null &amp;&amp; num>1){
                         num--
                         this.$refs['rf'+num].focus()
                    }
        }
    }" x-on:keydown.window="($event)=>{
                                           if(step===2 &amp;&amp; $event.ctrlKey &amp;&amp; $event.key === 'v') {
                                               $event.preventDefault();
                                               pasteClipboard($refs,'rf');
                                            }
                                         }">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.0" id="rf1" x-on:input="focusNext(1)" x-ref="rf1" x-on:click="($event)=> {
                                                 $event.preventDefault();
                                                 pasteClipboard($refs,'rf');
                                               }" inputmode="numeric" name="rf-code-1" data-required="" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.1" inputmode="numeric" name="rf-code-2" data-required="" x-ref="rf2" x-on:input="focusNext(2)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.2" inputmode="numeric" name="rf-code-3" data-required="" x-ref="rf3" x-on:input="focusNext(3)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.3" inputmode="numeric" name="rf-code-4" data-required="" x-ref="rf4" x-on:input="focusNext(4)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.4" inputmode="numeric" name="rf-code-5" data-required="" x-ref="rf5" x-on:input="focusNext(5)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.5" inputmode="numeric" name="rf-code-6" data-required="" x-ref="rf6" x-on:input="focusNext(6)" maxlength="1">
      </div>
      <div class="alert alert-danger" x-show="typeof errors.googleAuthenticatorCode !=='undefined'" style="display: none;">Введите правильный код Google Authenticator </div>
      <div class="registration-form-popup__buttons-container">
        <button type="button" class="btn btn-fill btn-large _fw registration-form-popup__btn" x-on:click.prevent="$wire.submit()">Зарегистрироваться </button>
      </div>
    </div>
    <div class="registration-form-popup__block" data-registration-step="6" :class="{active:step===6}">
      <p class="registration-form-popup__text body-14-regular-txt" x-show="successText" x-text="successText" style="display: none;"></p>
    </div>
  </div>
</form>

#

<form action="#" class="popup__login-form login-form-popup" autocomplete="off">
  <div class="login-form-popup__body">
    <div class="login-form-popup__block active" :class="{'active': step === 1 }" data-login-step="1">
      <label for="login-form-popup__login" class="login-form-popup__input-wrapper">
        <span class="login-form-popup__input-title body-13-medium">Логин<span>*</span></span>
        <input type="text" placeholder="Введите логин" id="login-form-popup__login" wire:model="login" autocomplete="off" :class="{'_form-error' : typeof errors['login'] !=='undefined' }" name="login" class="login-form-popup__input">
      </label>
      <label for="login-form-popup__password" class="login-form-popup__input-wrapper">
        <span class="login-form-popup__input-title body-13-medium">Пароль<span>*</span></span>
        <input type="password" placeholder="Введите пароль" wire:model="password" autocomplete="off" id="login-form-popup__password" name="password" :class="{'_form-error' : typeof errors['password'] !=='undefined' }" class="login-form-popup__input">
        <button class="form__viewpass" type="button">
          <div class="icon">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M15.8983 7.68882C15.7554 7.49329 12.3496 2.90112 7.99992 2.90112C3.65019 2.90112 0.244313 7.49329 0.101531 7.68863C-0.0338438 7.87413 -0.0338438 8.12573 0.101531 8.31123C0.244313 8.50676 3.65019 13.0989 7.99992 13.0989C12.3496 13.0989 15.7554 8.50673 15.8983 8.31138C16.0339 8.12592 16.0339 7.87413 15.8983 7.68882ZM7.99992 12.044C4.79588 12.044 2.02085 8.99607 1.19938 7.99966C2.01979 7.00238 4.78901 3.95606 7.99992 3.95606C11.2038 3.95606 13.9787 7.00344 14.8005 8.00038C13.9801 8.99763 11.2108 12.044 7.99992 12.044Z"
                fill="#858585"></path>
              <path
                d="M7.99981 4.83514C6.25474 4.83514 4.83496 6.25493 4.83496 7.99999C4.83496 9.74506 6.25474 11.1648 7.99981 11.1648C9.74488 11.1648 11.1647 9.74506 11.1647 7.99999C11.1647 6.25493 9.74488 4.83514 7.99981 4.83514ZM7.99981 10.1099C6.83637 10.1099 5.88993 9.1634 5.88993 7.99999C5.88993 6.83659 6.8364 5.89011 7.99981 5.89011C9.16322 5.89011 10.1097 6.83659 10.1097 7.99999C10.1097 9.1634 9.16325 10.1099 7.99981 10.1099Z"
                fill="#858585"></path>
            </svg>
          </div>
        </button>
      </label>
      <div class="login-form-popup__buttons-container">
        <button type="button" class="btn btn-fill _fw btn-large login-form-popup__btn" wire:click.prevent="submit()">Войти </button>
      </div>
      <div class="login-form-popup__register">
        <p class="login-form-popup__register-title">Регистрация для БК</p>
        <div class="login-form-popup__register-btn-container">
          <a href="#" class="login-form-popup__btn btn btn-stroke btn-large _fw" data-popup="#register-popup">Регистрация</a>
        </div>
      </div>
    </div>
    <div class="login-form-popup__block" :class="{'active': step == 2 }" data-login-step="2">
      <p class="registration-form-popup__text body-14-regular-txt top"> Введите код Google Authenticator </p>
      <div class="login-form-popup__input-auth-code" x-data="{
                                   focusNext(num){
                    if(this.$event.data &amp;&amp; this.$event.data.length===1 &amp;&amp; num<6){
                        num++
                        this.$refs['lf'+num].focus()
                    }else if(this.$event.data==null &amp;&amp; num>1){
                         num--
                         this.$refs['lf'+num].focus()
                    }
        }
    }" x-on:keydown.window="($event)=>{
                                           if(step===2 &amp;&amp; $event.ctrlKey &amp;&amp; $event.key === 'v') {
                                               $event.preventDefault();
                                               pasteClipboard($refs,'lf');
                                            }
                                         }">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.0" id="lf1" x-on:input="focusNext(1)" x-ref="lf1" x-on:click="($event)=> {
                                                 $event.preventDefault();
                                                 pasteClipboard($refs,'lf');
                                               }" inputmode="numeric" name="lf-code-1" data-required="" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.1" inputmode="numeric" name="lf-code-2" data-required="" x-ref="lf2" x-on:input="focusNext(2)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.2" inputmode="numeric" name="lf-code-3" data-required="" x-ref="lf3" x-on:input="focusNext(3)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.3" inputmode="numeric" name="lf-code-4" data-required="" x-ref="lf4" x-on:input="focusNext(4)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.4" inputmode="numeric" name="lf-code-5" data-required="" x-ref="lf5" x-on:input="focusNext(5)" maxlength="1">
        <input type="text" wire:model.lazy="googleAuthenticatorCode.5" inputmode="numeric" name="lf-code-6" data-required="" x-ref="lf6" x-on:input="focusNext(6)" maxlength="1">
      </div>
      <div class="alert alert-danger" x-show="typeof errors.googleAuthenticatorCode !=='undefined'" style="display: none;">Введите правильный код Google Authenticator </div>
      <div class="login-form-popup__buttons-container">
        <button type="submit" class="btn btn-fill btn-large _fw login-form-popup__btn" x-on:keydown.enter="submit()" wire:click.prevent="submit()"> Войти </button>
      </div>
    </div>
  </div>
</form>

Text Content

   
   
   
 * БК России
 * БК Украины
 * БК Беларуси
 * БК Казахстана
 * Бонусы
 * Прогнозы
 * Новости
 * О нас


Вход
Вход Регистрация
БК России
 * Все БК России 0

БК Украины
 * Все БК Украины 0

БК Беларуси
 * Все БК Беларуси 0

БК Казахстана
 * Все БК Казахстана 0

Новости
 * BET RATING 1
 * БК 0

Бонусы Прогнозы Условия пользования О нас


РЕЙТИНГИ МАРКЕТПЛЕЙСОВ И МАГАЗИНОВ

Рейтинг БК России Рейтинг БК Украины Рейтинг БК Беларуси Рейтинг БК Казахстана
Лучшие БК
Как строится рейтинг

Комментарии

При составлении данного рейтинга мы сравнили Букмекеров по разным параметрам,
которые приведены ниже.

Для Букмекеров:

Надежность, бонусы и акции, удобство платежей, линия в лайве, линия в прематче,
служба поддержки, коэффициенты и др.

Данный рейтинг актуален на 2024 год. Мы пересматриваем характеристики каждые 1-2
месяца и корректируем список при изменении параметров.

Наш рейтинг ТОП-Букмекеров регулярно рассматривается и обновляется, в
зависимости от улучшения или ухудшения качества работы сервисов, которые
предоставляют клиентам.

Команда BET RATING делает все возможное, чтобы наш рейтинг был уникальным и
доступным для аудитории.

Кроме того, посетители сайта регулярно оставляют свои отзывы о Букмекерах,
которые также учитываются при формировании рейтинга.

Название

Статус

Рейтинг

Отзывы

Бонус

Новости






Все Букмекеры 0

Название

Статус

Рейтинг

Отзывы

Бонус

Новости






Все Букмекеры 0

Название

Статус

Рейтинг

Отзывы

Бонус

Новости






Все Букмекеры 0

Название

Статус

Рейтинг

Отзывы

Бонус

Новости






Все Букмекеры 0

Название

Статус

Рейтинг

Отзывы

Бонус

Новости






Все Букмекеры 0


НОВОСТИ ДНЯ

БК

Все новости


НОВОСТИ

Bet Rating

 * Новость
   
   
   ДОБРО ПОЖАЛОВАТЬ НА САЙТ BET RATING!
   
   21 января 2024, 20:21
   
   0
   
   
   
   0

Все новости
 * Рейтинг Букмекеров
 * Бонусы
 * Прогнозы
 * Новости
 * О нас

 * 
 * 
 * 
 * 

Условия пользования

© 2003-2024 BET RATING. Все права защищены.

Для лиц старше 18 лет


РЕГИСТРАЦИЯ

Выберите вариант

Букмекер
Пользователь

Выберите свой вариант размещения

Букмекер - Букмекерская контора (игорное заведение), принимающее ставки на спорт
на реальные деньги.

Пользователь - Онлайн Пользователь ресурса.

Далее
Страна*
Выберите название страны Россия Украина Беларусь Казахстан
Выберите название страны
РоссияУкраинаБеларусьКазахстан
Название БК* Ссылка на БК* Email Telegram Комментарий
Назад Далее
Логин* Пароль* Подтверждение пароля*

Регистрируясь, вы подтверждаете свое согласие с Условиями Пользования
Назад Далее

Чтобы получить код, откройте Google Authenticator, нажмите +, выберите “Ввести
ключ настройки”, а затем введите название аккаунта BET RATING и введите ключ,
либо отсканируйте QR-код, который находится ниже

ILQ65DFOAMMRZOQV

У вас нет приложения Google Authenticator?

Скачать

Скачивая приложение Google Authenticator, вы подтверждаете, что прочли и приняли
отказ от ответственности

Назад Пропустить Далее

Введите код Google Authenticator


Введите правильный код Google Authenticator
Зарегистрироваться




ВХОД

Логин* Пароль*

Войти

Регистрация для БК

Регистрация

Введите код Google Authenticator


Введите правильный код Google Authenticator
Войти

Да Нет