.popup-login, .popup-out {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0000007a;
    z-index: 99;
}

.popup-login.active, .popup-out.active {
    display: flex;
}

.popup-login__wrapper {
    padding: 36px 41px 34px 29px;
    box-shadow: 0px 0px 22.45px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 8.79px;
    position: relative;
}

/* Крестики закрытия  */
.popup__krestik_close {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.popup-login__wrapper::before svg {
  width: 100%;
  height: 100%;
}

.popup-title {
    font-family: Proxima Nova;
    font-size: 29.42px;
    font-weight: 700;
    line-height: 35.83px;
    letter-spacing: -0.01em;
    color: rgba(0, 38, 72, 1);
}

.authorization-form{
    width: 100%;
    margin: 53px 0 0;
}

.authorization-form .form-field {
    margin-bottom: 28px;
}

.authorization-form .form-field:last-child {
    margin-bottom: 0px;
}

.authorization-form .form-field input {
    font-family: Proxima Nova;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.36px;
    letter-spacing: 0.05em;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.popup-out .popup-login__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px;
}

.popup-out .popup-btns a:hover {
  color: #000000;
}

.popup-btns {
    text-align: center;
}

.popup-btns a {
    display: block;
    margin-bottom: 16px;
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.49px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(177, 177, 177, 1);
}

.user-auth, .user-out {
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 11.5px  39px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 7px;
    background: #fff;
    transition: all .3s;
}

.user-auth:hover, .user-out:hover {
    background: #0062bc;
    border: 1px solid #0062bc;
    color: #fff;
}

.user-auth:active, .user-out:active {
    background: #002d57;
    border: 1px solid #002d57;
    color: #fff;
}

.user-auth {
  color: #000000;
}

.popup-msg{
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0000007a;
    z-index: 99;
}
.popup-msg__wrapper{
    max-width: 480px;
    text-align: center;
    padding: 36px 41px 34px 29px;
    box-shadow: 0px 0px 22.45px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 8.79px;
    position: relative;
}
.popup-msg__wrapper .popup-title{
    font-size: 24px;
    line-height: 30px;
}
/* Крестики закрытия  */
.popup-msg__krestik_close {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
