.modal_main {
    background: radial-gradient(54.83% 54.81% at 50% 50%, #252525 0%, #000000a1 100%);
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

img.logotype-auth {
    position: absolute;
    bottom: 29px;
    user-select: none;
    pointer-events: none;
}

img.background_auth_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.modal-auth {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 6px;
    border: 1px solid #242424;
    background: #131313;
    box-shadow: 0 4px 38.9px 0 rgba(255, 255, 255, 0.00);
    width: 1087px;
    height: 690px;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.left_modal_auth {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

img.left_background {
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    animation: zoomInOut 12s ease-in-out infinite;
}

.button-close {
    color: #979AA0;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    z-index: 5;
}

.button-close:hover {
    color: white;
    transform: scale(1.2);
}

.button-close:active {
    transform: scale(0.8);
}


button.custom-button.change_form_auth.active {
    transition: 0s;
}

button.custom-button.change_form_auth {
    border-radius: 6px;
    border: 0.5px solid #323232;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    padding: 0px 21px;
    height: 44px;
    color: #858C95;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.custom-button.change_form_auth > span {
    font-family: Tungsten, Oswald;
    font-size: 22px;
    
    font-weight: 600;
    transition: 0.3s;
}

button.custom-button.change_form_auth.toggle:hover {
    color: white;
}

h4.form-h4 {
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 36px;
    
    font-weight: 600;
    line-height: normal;
}

p.text_info_form_p {
    color: #858C95;
    font-size: 14px;
    
    font-weight: 500;
    line-height: 24px;
}

.toggle-button {
    display: flex
;
    align-items: center;
    margin-bottom: 17px;
    position: relative;
}

img.background_auth_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.content-auth {
    z-index: 1;
}

button.custom-button.change_form_auth:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

button.custom-button.change_form_auth:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}

.right_modal_auth {
    padding: 0px 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 42px;
}

input.custom_input_1 {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: 0.5px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    outline: none;
    padding: 14px;
    color: white;
    font-size: 13px;
    
    font-weight: 500;
    transition: 0.3s;
    line-height: normal;
}

input.custom_input_1:focus {
    border-color: #377dff6b;
}

.input_object {
    position: relative;
}

p.error_text {
    color: #FFA71E;
    font-size: 12px;
    
    font-weight: 400;
    line-height: normal;
    transform: translateY(7px);
}

.input_object.error > input {
    border: 0.5px solid #FFA71E!important;
    background: rgba(255, 167, 30, 0.04)!important;
}

button.custom_button_6:disabled {
    background: #21478c;
    color: #bbbbbb;
    pointer-events: none;
}

a.link_auth {
    color: #858C95;
    font-size: 12px;
    
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

a.link_auth:hover {
    color: white;
}

a.link_auth:active {
    transform: scale(0.9);
}

button.custom_button_6 {
    border-radius: 6px;
    background: #377DFF;
    color: #FFF;
    font-size: 12px;
    
    font-weight: 600;
    line-height: 22px;
    border: none;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: 46px;
    position: relative;
    outline: 6px solid rgb(55 125 255 / 0%);
    overflow: hidden;
}

button.custom_button_6:after {
    background-image: url(/img/main/loading.svg);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2a5dbc;
    background-position: center;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0;
    transition: 0.3s;
    background-size: 23px;
    pointer-events: none;
    background-repeat: no-repeat;
}

span.swal2-success-line-tip {
    all: unset;
}

span.swal2-success-line-long {
    all: unset;
}

button.custom_button_6.loading:after {
    opacity: 1;
}

button.custom_button_6.loading{
    pointer-events: none;
}

button.custom-button.change_form_auth.active {
    color: white;
    border-right: 1px solid #377DFF;
    background: #377DFF;
}

button.custom_button_6:hover {outline: 6px solid rgba(55, 125, 255, 0.14);}

button.custom_button_6:active {
    transform: scale(0.9);
}

.group_buttons_form {
    display: flex;
    gap: 17px;
}

.group_socials {
    display: flex;
    gap: 11px;
}

a.google_social {
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    outline: 6px solid rgb(255 255 255 / 0%);
    position: relative;
}

a.discord_social {
    border-radius: 6px;
    height: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5662F6;
    border-color: unset;
    transition: 0.3s;
    outline: 6px solid rgb(86 98 246 / 0%);
    position: relative;
}

.alert_info {
    position: absolute;
    white-space: pre;
    border-radius: 6px;
    background: rgba(14, 14, 14, 0.30);
    backdrop-filter: blur(5px);
    padding: 11px;
    color: #C5C5C5;
    font-size: 13px;
    
    font-weight: 500;
    bottom: 35px;
    left: -11px;
    pointer-events: none;
    transform: translateY(15px);
    transition: 0.3s;
    opacity: 0;
}

a.google_social:hover > .alert_info {
    opacity: 1;
    transform: translateY(0px);
}

a.discord_social:hover > .alert_info {
    opacity: 1;
    transform: translateY(0px);
}

.absolute_text_bottom {
    left: 0;
    position: absolute;
    bottom: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.group-info-auth-top {
    margin-bottom: 20px;
}

.inputs-group {
    display: grid;
    gap: 17px;
    margin-bottom: 17px;
    margin-top: 20px;
}

svg.show_pass {
    position: absolute;
    right: 12px;
    top: 16px;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.3s;
}

svg.show_pass.active {opacity: 1;}

svg.show_pass:hover {
    opacity: 0.5;
}

svg.show_pass:active {
    transform: scale(0.8);
}

div#form_auth {
    display: flex;
    flex-direction: column;
}

span.change_form_auth {
    cursor: pointer;
    transition: 0.3s;
}

span.change_form_auth:hover {opacity: 0.6;}

a.google_social:active {
    transform: scale(0.9);
}

a.discord_social:active {
    transform: scale(0.9);
}

a.google_social:active {
    transform: scale(0.9);
}

.select-box {
    display: flex;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

.right-text-box {
    color: #858C95;
    font-size: 13px;
    
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.12px;
}

a.link {
    color: #FFF;
    
    font-size: 12px;
    
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.12px;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}

a.link:hover {
    color: #377dff;
}

span.swal2-x-mark {
    all: unset;
}

span.swal2-x-mark-line-left {
    all: unset;
}

span.swal2-x-mark-line-right {
    all: unset;
}

h2#swal2-title {
    font-size: 14px;
}

.select-box_main {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 7px;
    background: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

svg.check_icon {
    opacity: 0;
    transition: 0.3s;
    transform: translateY(5px);
}

.select-box_main.active {
    background: #0a77ff;
}

.select-box_main.active > .check_icon {
    opacity: 1;
    transform: translateY(0px);
}

a.google_social:hover {
    outline: 6px solid rgb(255 255 255 / 21%);
    z-index: 1;
}

a.discord_social:hover {
    outline: 6px solid rgb(86 98 246 / 21%);
    z-index: 1;
}

/*Восстановление пароля*/
input.code_input_reset {
    height: 52px;
    width: 50px;
    border-radius: 6px;
    border: 0.5px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
}

input.code_input_reset.error {
    border: 0.5px solid #D33F3F;
    background: rgba(211, 63, 63, 0.12);
    pointer-events: none;
}

.group_input_code {
    display: flex;
    gap: 12px;
    align-items: center;
}

input.code_input_reset.verified {
    border: 0.5px solid #4CAF50;
    background: rgb(76 175 80 / 15%);
    color: #76ec76;
}

p.error_text.code-error.error {
    color: #F44336;
}

li.requirement-item {
    color: #858C95;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.1px;
    transition: 0.3s;
}

li.requirement-item.valid {
    color: #8BC34A;
}

p.requirements-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.1px;
}

ul.requirements-list {
    margin-left: 19px;
    display: grid;
    gap: 15px;
}

.password-requirements {
    display: grid;
    gap: 10px;
}

@keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.08);
    }
    100% {
      transform: scale(1);
    }
}

@media (max-width: 1150px) {
    
    .modal-auth {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        height: 100%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left_modal_auth {
        display: none;
    }

    .right_modal_auth {
        padding: 25px;
        width: 100%;
        max-width: 500px;
        height: 100%;
        position: unset;
        display: flex;
        justify-content: flex-start;
    }

    .button-close {
        transform: scale(1.5);
    }

    .button-close:hover {
        transform: scale(1.8);
    }
}