.auth__wrapper {
    background-color: #ffffff;
    width: 330px;
    padding: 20px;
    z-index: 1000;
    border-radius: 10px;
    max-height: calc(100% - 50px);
    overflow-x: auto;
    margin-top: 50px;
    position: relative;
}

.auth-popup__tab-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #F6F5F6;
}

.auth-popup__tab-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

input.auth-popup__input {
    width: 100%;
    background-color: #F6F5F6;
    border-radius: 5px;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    border: 0;
    height: 50px;
}

input.auth-popup__input::placeholder {
    color: #999;
}

.auth-popup__input-row {
    position: relative;
    margin-top: 20px;
}

.auth-popup__input-row--between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth-popup__input-row-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-popup__link {
    color: #0072DB;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.auth-popup__link--button {
    border: 0;
    outline: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
}

.auth-popup__link--button:hover {
    text-decoration: none;
}

.auth-popup__link--button-mt {
    margin-top: 20px;
}

input[type="submit"].auth-popup__button {
    height: 40px;
    padding: 0 20px;
}

.auth-popup__label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.auth-popup-text {
    font-size: 14px;
    line-height: 16px;
}

.auth-popup__label {
    color: #000;
}

.auth-popup__input-row_remember {
    padding-top: 20px;
    border-top: 1px solid #F6F5F6;
}

.auth-popup__social {
    background-color: #0072DB;
    margin: 20px -20px -20px -20px;
    padding: 25px 0;
}

.auth-popup__social-title {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

.auth-popup__social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.auth-popup__social-list a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-popup__social-list a:not(:last-child) {
    margin-right: 5px;
}

.auth-popup__account {
    margin-bottom: 10px;
}

.auth-popup__checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #808080;
    vertical-align: middle;
    margin-bottom: 2px;
}

.auth-popup .auth-popup__form-row label {
    font-size: 14px !important;
    line-height: 16px !important;
}

.auth-popup .auth-popup__tab-link,
.auth-popup .auth-popup__form-row label a {
    color: #0072DB;
    text-decoration: underline;
}

.auth-popup .auth-popup__tab-link:hover,
.auth-popup .auth-popup__form-row label a:hover {
    text-decoration: none;
}

.auth-popup .auth-popup__tab-register .auth-popup__form-row {
    text-align: center;
}

.auth-popup .auth-popup__tab-register .auth-popup__form-row label{
    font-size: 12px !important;
    line-height: 22px !important;
}

.auth-popup__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    right: 12px !important;
    top: 16px !important;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.55526 4.00001L0.00402832 0.448775L0.448752 0.00405502L3.99997 3.55527L7.5512 0.00405502L7.99592 0.448775L4.44469 4.00001L7.99592 7.55121L7.5512 7.99596L3.99997 4.44473L0.448752 7.99596L0.00402832 7.55121L3.55526 4.00001Z' fill='%23207ACD'/%3E%3C/svg%3E");
    z-index: 1;
}

.auth-popup__close > svg {
    display: none;
}

.auth-popup__button--login {
    width: 120px;
}

.password-control {
    top: 12px !important;
}

.auth-popup .auth-popup__form-row_separator span {
    width: 34px;
    height: 34px;
    padding: 11px 5px 11px 5px;
    color: #0072DB;
}

.auth-popup input[type="submit"].auth-popup__submit {
    background-color: #0072DB;
}

.auth-popup input[type="submit"].auth-popup__submit:hover {
    background-color: #0688FF;
}

.auth-popup .auth-popup__tab-links .auth-popup__tab-link_active {
    color: #0072DB;
    border-bottom: 2px solid #0072DB;
}

.auth-popup .auth-popup__tab-link {
    text-decoration: none !important;
}