* {
  outline: none;
}

.auth {
  background-image: url(/assets/images/map.webp);
  background-size: cover;
  background-repeat: repeat-x;
  position: relative;
  padding: 0;
  justify-content: flex-end;
  overflow: hidden;
}

.auth .auth-bg {
  width: 100%;
  /* overflow-x: hidden;
  overflow-y: visible; */
  position: relative;
}

.auth .auth-bg::after {
  content: "";
  position: absolute;
  bottom: 340px;
  background-image: url(/assets/images/5287976-ai.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  height: calc(100svh - 450px);
  max-height: 316px;
  width: 100%;
}

@media (max-width:900px) {
  .auth .auth-bg::after {
    height: calc(100svh - 250px);
  }
}

.auth .auth-bg .content {
  height: 100svh;
  max-height: 310px;
  width: 100%;
  /* margin-top: calc(100% - 414px); */
  background-color: #2295ff;
  padding: 0 15px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.auth .auth-bg .content::before {
  content: "";
  background-color: #2295ff;
  height: 80px;
  width: calc(100% + 50px);
  border-radius: 50%/50%;
  position: absolute;
  bottom: 265px;
  left: -25px;
}

.auth .auth-bg .content .title {
  color: #fff;
  z-index: 999;
  position: relative;
  margin-top: 5px;
  text-align: center;
  max-width: 345px;
}

.auth .auth-bg .content .title h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.auth .auth-bg .content .btns {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 345px;
}

.auth .auth-bg .content .btns .btn {
  background-color: #fff;
  color: #2295ff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 20px;
}

.auth .auth-bg .content .btns span {
  text-decoration: underline;
}

.auth .auth-bg .content .auth-form {
  color: #fff;
  width: 100%;
  max-width: 345px;
}

.auth .auth-bg .content .auth-form h1 {
  margin-bottom: 20px;
}

.auth .auth-bg .content .auth-form .number {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
  width: 100%;
}

.auth .auth-bg .content .auth-form .number label {
  font-size: 14px;
  font-weight: 400;
}

.auth .auth-bg .content .auth-form .number #phone {
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 14px 15px;
  color: #fff;
  background-color: unset;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}

.auth .auth-bg .content .auth-form .number #phone::placeholder {
  color: #fff;
}

.auth .auth-bg .content .auth-form .number .wrap-tel {
  width: 100%;
  position: relative;
}
.auth .auth-bg .content .auth-form .btns.start {
  width: 100%;
  margin-top: 20px;
}
.auth .auth-bg .content .auth-form .btns.start .btn {
  width: 100%;
}
.auth .auth-bg .content .auth-form .number .wrap-tel .btn.login {
  position: absolute;
  right: 0px;
  top: 1px;
  background-color: #fff;
  color: #2295ff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 24px 24px 0;
  padding: 14px;
  width: fit-content;
}

.auth .auth-bg .content .auth-form .wrap-code {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 20px;
}

.auth .auth-bg .content .auth-form .wrap-code label {
  font-size: 14px;
  font-weight: 400;
}

.auth .auth-bg .content .auth-form .wrap-code .code {
  display: flex;
  gap: 0 20px;
}

.auth .auth-bg .content .auth-form .wrap-code .code input {
  padding: 14px 15px;
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #2295ff;
  font-size: 16px;
  font-weight: 500;
  background-color: unset;
  text-align: center;
  outline: none;
}

.auth .auth-bg .content .auth-form .wrap-code .code input::placeholder {
  color: #fff;
}

.auth .auth-bg .content .auth-form .wrap-code .code input.active {
  background-color: #fff;
  color: #2295ff;
}
.auth .auth-bg .content .auth-form .wrap-code .code input[type=number]::-webkit-inner-spin-button,
.auth .auth-bg .content .auth-form .wrap-code .code input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.auth .auth-bg .content .auth-form .wrap-code .code input[type=number] {
  -moz-appearance: textfield;
}

.auth .auth-bg .content .auth-form .wrap-code .code input.red {
  color: #dc1616;
}

.auth .auth-bg .content .auth-form .wrap-code .timer-wrapper {
  font-size: 16px;
  font-weight: 400;
}

.auth .auth-bg .content .auth-form .wrap-code .timer-wrapper .repeat-code {
  background: unset;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.auth .auth-bg .content .auth-form .wrap-code .timer-wrapper .repeat-code:disabled {
  color: #c1c1c1;
}

.auth .auth-bg .content .auth-form .footer {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.auth .auth-bg .content .auth-form .footer a {
  color: #fff;
}

.auth .auth-bg .content .auth-form .code-error {
  background-color: #fff;
  border-radius: 24px;
  padding: 10px 15px;
  display: none;
  align-items: center;
  gap: 0 10px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
}

.auth .auth-bg .content .auth-form .code-error img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}

@media (min-width: 700px) {
  .auth .auth-bg::after {
    bottom: 343px;
  }

  .auth .auth-bg .content::before {
    bottom: 270px;
  }
}




/* Новые */
/* Экран авторизации */
/* .start-screen {
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap-image {
    display: flex;
    justify-content: center;
  }
  .auth-wrap-btn {
    width: 209px;
    padding: 17px 11px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  } */

/* Reg */
/* #next-step-btn,
  #next-step-btn2,
  #register-btn,
  #registration-container,
  #personal-info-container {
      display: none;
  }
  #verification-code-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 250px;
      height: 100%;
      justify-content: center;
  }
  #registration-container,
  #personal-info-container {
      flex-direction: column;
      gap: 13px;
      width: 250px;
      height: 100%;
      justify-content: center;
  }
  #verification-code-container label,
  #registration-container label {
      margin: 0;
  }
  .code-wrapper,
  .timer-wrapper {
      display: none;
  }
  .timer-wrapper {
    margin-top: 9px;
  }
  .timer-wrapper span {
    margin-bottom: 0;
    margin-right: 5px;
    color: #fff;
  }
  .navigation-up {
    display: flex;
    justify-content: space-between;
      width: 100%;
  }
  .auth,
  .auth form {
    justify-content: space-between;
  }
.auth.center form {
    justify-content: center;
  }
  .auth form {
    height: 100%;
    max-width: 100%;
  }
  .auth,
  .auth form,
  .navigation-down {
    width: 100%;
  }
  .repeat-code {
    background: unset;
    color: #585656;
    font-size: 13px;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }
  .repeat-code:disabled {
    color: #767676;
  } */






/* Новые */
/* .auth-start .btn,
  .auth .btn {
    width: 100%;
    max-width: 187px;
    height: 43px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 0;
  }
  .auth-start .btn.btn-smal,
  .auth .btn.btn-smal {
    max-width: 92px;
  }
  .auth-start .btn.btn-down,
  .auth .btn.btn-down {
    max-width: 100%;
    height: 68px;
    border-radius: 20px 20px 0 0;
    color: #4795DD;
    font-size: 24px;
  }


.height-100 {
    height: 100%;
    background-color: #4795DD;
  }
  .center {
    justify-content: center;
    align-items: center;
  } */

/* Input, select, label */
/* label.label {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    gap: 6px;
  }
  
  .inp-auth {
    height: 42px;
    width: 100%;
    max-width: 250px;
    padding: 0 15px;
    border: none;
    background: #fff;
    border-radius: 10px;
  }
  
  .inp-auth::placeholder {
    font-size: 13px;
    color: #AFAFAF;
  }
  
  .password {
    position: relative;
  }
  
  .password-control {
    position: absolute;
    bottom: 9px;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/view.svg) 0 0 no-repeat;
  }
  
  .password-control.view {
    background: url(../images/no-view.svg) 0 0 no-repeat;
  }
  
  .code-wrapper {
    margin-top: 27px;
  }
  
  .code-input {
    width: 42px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    border: none;
    background-image: url(../images/input.png);
  }
  
  .code-input:not(:last-child) {
    margin-right: 5px;
  } */

/* Radio */
/* для элемента input c type="radio" */
/* .wrap-radio {
    display: flex;
  }
  
  .custom-radio-auth {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  .custom-radio-auth+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
  }
  
  .custom-radio-auth+label::before {
    content: '';
    display: inline-block;
    width: 125px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #B4B3B3;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .custom-radio-auth[value="2"]+label::before {
    background-image: url(../images/male.svg);
    border-radius: 10px 0 0 10px;
  }
  
  .custom-radio-auth[value="1"]+label::before {
    background-image: url(../images/female.svg);
    border-radius: 0 10px 10px 0;
  }
  
  .custom-radio-auth:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
  }
  
  .custom-radio-auth:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  
  .custom-radio-auth:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-radio-auth:focus:not(:checked)+label::before {
    border-color: #80bdff;
  }
  
  .custom-radio-auth:checked+label::before {
    background-color: #fff;
  }
  
  .custom-radio-auth:disabled+label::before {
    background-color: #e9ecef;
  } */


/*  */
/* .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: -32px;
  } */

/* =================== */