@media (max-width: 767px) {

  body {
        overflow: hidden;
        /*height: 100dvh;*/
        /*background: var(--bg);*/
        /*width: 100%;*/
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/

        /*touch-action: none;   !* блокируем жесты браузера *!*/
        -webkit-text-size-adjust: 110%; /* Safari, iOS */
        -ms-text-size-adjust: 100%;     /* IE/Edge */
        text-size-adjust: 100%;         /* стандарт */
    }

  /*.form.register {*/
  /*  !*display: none;*!*/
  /*  !*background: #3b82f6;*!*/
  /*  !*width: 100px;*!*/
  /*  !*height: 100px;*!*/
  /*}*/

  .card.register {
    /*display: none;*/

    /*height: 100px;*/
    /*background: red;*/
    /*width: 50%;*/
    /*height: 10%;*/

  }

  .card {
    /*background: blue;*/
    overflow: hidden;
    /*display: none;*/
    /*border:0;*/
    /*border-color: 0;*/
    box-shadow: none;
    width: 90%;
    max-width: 450px;
    height: 95%;
    max-height: 650px;
  }

  .logo-img {
    /*background: red;*/
    /*display: none;*/
    width: 106px;
    height: 106px;
    margin-top: 14px;
    /*background: mediumvioletred;*/
    /*bottom:220px;*/
    /*top:100px;*/
    /*position: relative;*/
    /*background: #3b82f6;*/
    /*border-radius: 0;*/

    /*width: 45%;*/
    /*height: 20%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }


  .title {
    /*margin: 0;*/
    /*padding: 0;*/
    /*border:0;*/
    /*margin-top: -15px;*/
    /*margin-bottom: 15px;*/

    background: red;
    /*display: none;*/
  }

  hr {
    /*display: none;*/
  }

  .logo {
    margin: 0;
    top: 5px;
    /*bottom: 0px;*/
    /*margin-bottom: 20px;*/
    /*display: none;*/

  /*background: red;*/

  }



  input[type=password], input[type=email], input[type=text]
  {
    /*display: none;*/
    width: 80%;
    /*margin-bottom: 10px;*/
    margin-top: 1px;
    background: #0c121a;
    /*border: 1px solid #222;*/
    /*margin: ;*/
    gap: 0;


  }

  .btn-box {
      display:flex;
      /*top: px;*/
      /*bottom: 2px;*/
      position: relative;
      flex-direction: column;
      gap: 1px;

      /*width: 40%;*/
      /*justify-content: center;*/
      /*align-items: center;*/
      /*margin-bottom: 22px;*/
      /*background: red;*/
      /*flex-direction: column;*/
    }
    .btn {
      width: 40%;
      max-width: 130px;
      height: 33px;
      word-break: auto-phrase;
      margin-top: 11px;
      line-break: loose;
      /*text-align: center;*/
      /*margin-bottom: 8px;*/
    }

    .card-container {
      /*display: none;*/
      left: 15px;
      top: 15px;
      /*right: 10px;*/
      /*display: none;*/
      /*background-color: red;*/
    }


    .field {
      margin-top: 5px;
      gap: 7px;
      /*background: ;*/
      margin-bottom: 12px;
    }

    .form.register {
      position: relative;
      top: 30px;
      /*max-height: 500px;*/
      overflow: hidden;
      height: 65%;
      /*margin: auto; */
      /*margin-left: auto;*/
      /*margin-top: auto;*/
      /*margin-bottom: auto;*/
      /*background: yellow;*/
    }

    .form.login {
      /*background: red;*/
    }

    /*.forn.login. {*/
    /*  width: 2px;*/
    /*  */
    /*}*/

  .btn.google {

    min-width: 200px;
    width:210px;
    /*height: ;*/
    display: flex;
    max-width: 250px;
    padding: 0.5rem 1.4rem;
    font-size: 0.75rem;
    line-height: 1.9rem;
    font-weight: 500;
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    vertical-align: middle;
    align-items: center;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    /*gap: 0.75rem;*/
    color: rgb(65, 63, 63);
    background-color: #fff;
    cursor: pointer;
    transition: all .6s ease;
  /*background-color: red;*/
    position: relative;
    top: 15px;
  }

  .button svg {
    height: 24px;
  }

  button:hover {
    transform: scale(1.02);
  }

  .advice-box {
    display: flex;
    align-items: center;
    /*background-color: red;*/
    height: 20px;
    /*height: 10px;*/
    margin-top: 0;
    gap: 50px;              /* расстояние между полосами и текстом */
    /*flex-direction: ;*/
  }

  .advice-box h1 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;            /* цвет текста */
    font-family: "Orbitron", sans-serif;

  }

  .line {
    /*display: flex;*/
    flex: 1;                /* линии тянутся по ширине */
    height: 1px;
    background: linear-gradient(to right, transparent, #ff4d4d, transparent);
    /*border-radius: 2px;*/
    /*flex-direction: column-reverse;*/
  }

  .info {
    width: 300px;
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    /*gap: 102px;*/
    /*background-color: #3b82f6;*/

    font-size: 13px;
    font-family: "Orbitron", sans-serif;
    color: #ccc;

    font-weight: 300;
    line-height: 2.5;
    padding: 1px;
    /*border-radius: 5px;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /*border-left: 10px;*/
  }



  .card.login {
    /*background: hotpink;*/
    margin-bottom: 25px;
    bottom: 25px;
    margin-bottom: 0;
  }

  .form.login {
    position: relative;

    display: flex;
    /*left: 102px;*/
    /*right: 20px;*/
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    /*padding: 25px;*/
    top: 70px;
    /*width: 445px;*/
    /*background: #3b82f6;*/
    height: 350px;
    /*top: 102px;*/
  }


  .logo-img.login {
    /*width: 128px;*/
    /*height: 128px;*/
    /*top: 55px;*/
  }

  .logo.login {
    /*background: red;*/
    /*margin: 0;*/
    top: 45px;
    /*bottom: 0px;*/
    /*margin-bottom: 20px;*/
    /*display: none;*/
  }
}
