.menu-auth__item {
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.menu-auth__btn {
    width: 32px;
    height: 32px !important;
    padding: 0;
    margin: auto 0;
    background-color: transparent;
    border: none;
}

.auth-modal__box {
    width: var(--max-width);
    max-width: 100vw;
    position: relative;
    margin: 0 45px;
    z-index: 11;
    padding: 25px 0px 30px 0px;
    background-color: #fff;
    border-radius: 4px;
}

.auth-modal .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.auth-modal .auth-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    opacity: .15;
    cursor: pointer;
    transition: opacity .2s;
}

.menu-auth__btn .s-icon {
    width: 32px;
    height: 32px;
    fill: #fff;
    stroke: #fff;
}

.auth-modal .s-icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    max-height: 100%;
    max-width: 100%;
    fill: #161a16;
}

.menu-auth__btn .s-icon--lg,.auth-modal .s-icon--lg {
    width: 32px;
    height: 32px;
}

.auth-modal__header {
    margin-bottom: 30px;
}

.auth-modal__title {
    margin-bottom: 5px;
    padding-right: 20px;
    color: #161a16;
    font-size: 30px;
    line-height: 1.33;
}

.auth-modal__subtitle {
    color: #6f7570;
    font-size: 14px;
    line-height: 1.43;
}

.auth-modal__content {
    position: relative;
    margin-bottom: 25px;
}

.auth-modal__col {
    margin-bottom: 15px;
}

.auth-input {
    --min-height-textarea: 232px;
    position: relative;
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}

.auth-input__field {
    width: 100%;
    padding: 13px 30px 12px 16px;
    color: #161a16;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #dce0dc;
    border-radius: 2px;
    outline: transparent;
}

.auth-modal__footer a {
    display: flex;
    text-decoration: none !important;
}

.auth-modal__footer a:hover {
    text-decoration: none !important;
}

.auth-modal__footer .text-btn__value {
    color: #009172;
    font-family: ArialRoundedMTProCyr, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    transition: color .2s, border-color .2s;
}

.auth-modal__footer .text-btn .s-icon {
    fill: #00B890;
    margin-right: 6px;
}

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

.auth-modal__link {
    margin-right: 8px;
}

.auth-modal__footer .s-icon {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    max-height: 100%;
    max-width: 100%;
    fill: #00B890;
}

.auth-modal__footer .text-btn--icon {
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto 0;
}

.auth-modal__footer .text-btn {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: transparent;
    border-bottom: none !important;
}

.auth-modal__footer .f-btn {
    padding: 7px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    flex-shrink: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: transparent;
    transition: background-color .2s, border-color .2s,color .2s;
}

.auth-modal__footer .f-btn--large {
    padding: 9.5px 20px;
    font-size: 18px;
}

.auth-modal__footer .f-btn--icon {
    display: flex;
}

.auth-modal__footer .f-btn--primary {
    color: #fff;
    background-color: #00AC86;
}

.auth-modal__footer .f-btn--primary:hover {
    background-color: #00B890;
}

.auth-input__eye {
    position: absolute;
    top: 25px;
    right: 12px;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
    border: none;
    outline: transparent;
    cursor: pointer;
}

.auth-input__eye.visible .s-icon:first-child {
    display: none;
}

.auth-input__eye.visible .s-icon:last-child {
    display: block;
}
.auth-input__eye .s-icon {
    fill: #adb2ae;
    stroke: #adb2ae;
}

.auth-input__eye:hover .s-icon {
    fill: #6f7570;
    stroke: #6f7570;
}

.auth-input__eye .s-icon:last-child {
    display: none;
}

.password-eye {
    top: 48px !important;
}