:root {

    --color-primary-900: #618f45;
    --color-primary-700: #638c47;
    --color-primary-600: #1f2327;
    --color-black-800: #b9bdc7;
    --color-bright-900: #ffffff;
    --color-bright-800: #262b30;
    --color-bright-alpha-70: rgba(255, 255, 255, 0.7);
    --color-warning-900: #917815;
}
.popup {
    position: absolute;
    padding-top: 10%;
    z-index: 10000;

}
.popup_modal {
    position: fixed;
    box-sizing: border-box;
    z-index: 6001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.popup_auth-modal {
    outline: 0;
}
.popup__container {
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    min-width: 20px;
    min-height: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
}
.popup .popup__container {
    background-color: var(--color-bright-800);
    color: var(--color-black-800);
}
.popup__content {
    scrollbar-color: var(--color-black-500) transparent;
    scrollbar-width: thin;
}
html[data-theme-dark] .popup_auth-modal .auth__notice {
    color: var(--color-bright-alpha-70);
}
.popup_auth-modal .auth__notice {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    line-height: 32px;
    color: var(--color-black-alpha-70);
    background-color: var(--color-warning-900);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
}
.popup_auth-modal .popup__wrapper {
    overflow: visible;
}
.popup_modal .popup__wrapper {
    display: inline-block;
    vertical-align: middle;
    z-index: 6002;
    text-align: left;
}
.popup_show .popup__wrapper {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.popup_auth-modal .auth__error {
    display: block;
    max-width: 380px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 32px;
    color: var(--color-bright-900);
    background-color: var(--color-danger-800);
    font-size: 14px;
    font-weight: 400;
}
.auth-modal {
    width: 380px;
    padding-bottom: 24px;
    background-color: var(--color-bright-800);
    border-radius: 16px;
}
.auth__error {
    color: var(--color-danger-900);
}
.tabs {
    display: block;
    position: relative;
}
.tabs__container {
    display: block;
}
.auth-modal .auth {
    margin: 0;
}
.auth {
    margin: 16px 24px;
}
.tabs__tab {
    display: none;
}
.auth-modal .auth__header {
    padding: 10px 0 8px 0;
}
.auth__header {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
}
.tabs__tab_visible {
    display: block;
}
.auth-modal .auth__content {
    line-height: 1;
    padding: 0 24px;
}
.auth__field {
    text-align: center;
}
.auth-modal .auth__field-input+.auth__field-input {
    margin-top: 8px;
}
.auth__field+.auth__field {
    margin-top: 8px;
}
.auth__field_firstbtn {
    margin-top: 16px !important;
}
.auth__field_lastbtn {
    margin-top: 8px !important;
}
.auth-modal .section-hr {
    margin: 16px 0;
    padding: 2px 0;
    width: auto;
    text-transform: none;
}
.section-hr {
    margin: 15px 0;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.popup_animate .popup__wrapper {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 250ms ease, visibility 250ms ease, transform 250ms cubic-bezier(.71,1.7,.77,1.24);
}
.popup__wrapper {
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
* {
    box-sizing: border-box;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}
.i-overlay_show {
    overflow: hidden;
}
textarea, .input-buffer {
    font-family: "Roboto", "Open Sans", helvetica, arial, sans-serif;
    font-size: 13px;
    outline: 0;
    border: 0;
    background-color: transparent;
    color: var(--color-black-940);
}
.input__box {
    flex: 1;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}
.input {
    transition: border-color 200ms ease-out;
    position: relative;
    font-family: "Roboto", "Open Sans", helvetica, arial, sans-serif;
    border-radius: 8px;
    border: 1px solid var(--color-black-430);
    box-sizing: border-box;
    width: 100%;
    line-height: 32px;
    min-height: 34px;
    background-color: var(--color-bright-800);
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input_medium {
    line-height: 38px;
    min-height: 40px;
    padding: 0;
}
.auth__field input.input__input {
    border-radius: 6px;
}
.input_medium .input__input {
    min-height: 38px;
    padding: 0 20px;
}
.input__input {
    outline: 0;
    position: relative;
    display: block;
    transition: color 200ms ease-out;
    min-height: 50px;
    z-index: 4;
    width: 100%;
    padding-right: 24px;
    background-color: var(--color-primary-600);
}
.button_success {
    background-color: var(--color-primary-700);
    background-color: var(--color-primary-700);
    color: var(--color-bright-900);
}
.button_width_100 {
    width: 100%;
    text-align: center;
}
.button_loginForm.button_hover, .button_loginForm:hover {
    filter: opacity(80%);
}
.button_loginForm {
     transition: background-color 200ms ease-out, filter 200ms, color 200ms;
     position: relative;
     padding: 0 20px;
     vertical-align: middle;
     box-sizing: border-box;
     border: 0;
     border-radius: 8px;
     outline: 0;
     font-family: "Roboto", "Open Sans", helvetica, arial, sans-serif;
     text-align: inherit;
     cursor: pointer;
     font-size: 14px;
     line-height: 32px;
     font-weight: 500;
 }
.auth button {
    line-height: 40px;
    padding: 0 24px;
}
.popup_auth-modal .auth__notice {
    color: var(--color-bright-alpha-70);
}
.i-overlay_show {
    overflow: hidden;
}
.auth__forget {
    cursor: pointer;
    padding: 4px 0;
    display: block;
    text-align: center;
    font-style: normal;
    color: var(--color-primary-900);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}
.auth__forget:hover {
    filter: opacity(80%);
}