.auth {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: var(--background)
}

.auth__col {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center
}

.auth__col_form {
    justify-content: center
}

.auth__col_il {
    width: 62.5%;
    position: relative
}

.auth__content {
    width: 100%;
    max-width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 1
}

.auth__content_il {
    max-width: 100%
}

.auth__links {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.auth__link {
    font-family: Poppins Medium;
    font-weight: 500;
    letter-spacing: .32px;
    padding-left: 10px
}

.auth__circle {
    position: absolute;
    width: 60%;
    height: 60%
}

.auth__circle_1 {
    bottom: -30%;
    left: -30%
}

.auth__circle_2 {
    top: -35%;
    right: -30%
}

.auth__logo img {
    max-width: 208px;
    height: auto
}

.auth__title {
    margin-bottom: 8px
}

.auth__fields {
    gap: 24px 0;
    margin-top: 32px;
    margin-bottom: 44px
}

.auth__checkbox,
.auth__fields {
    display: flex;
    flex-direction: column
}

.auth__checkbox {
    gap: 24px
}

.auth__checkbox_row {
    flex-direction: row;
    justify-content: space-between
}

.auth__checkbox_row>div {
    flex: 1 1
}

.auth__checkbox .checkbox__label {
    align-items: flex-start
}

.auth__inviter {
    color: var(--secondary-gray, #8a9ba8);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .56px;
    text-align: right
}

.auth__inviter span {
    color: var(--primary-blue)
}

.auth__nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.auth__nav_mob {
    display: none
}

.auth__forgot {
    color: var(--secondary-white, #fff);
    text-align: right;
    font-family: Poppins Medium;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .32px
}

.auth__form {
    flex: 1 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.auth__spline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.auth__spline,
.auth__spline div:not(.spline__cover) {
    display: flex;
    justify-content: center
}

.auth__spline canvas {
    width: auto !important;
    height: 100% !important
}

.auth__ill-bg {
    background: url(/SignIn-bg.png) no-repeat 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute
}

.auth__ill-bg_up {
    background: url(/SignUp-bgn.png) no-repeat 50%;
    background-size: cover
}

.auth__loader-i {
    width: 50px;
    height: 50px;
    background: url(/Loader.svg) no-repeat 50%;
    background-size: contain;
    animation-name: spinLoaderAuth;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.auth__btm {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.auth .captcha-block {
    width: 100%
}

.auth .captcha-block .geetest_holder {
    width: 100% !important
}

.auth .btn-primary:not(.btn-primary_preloader) svg {
    display: none
}

@keyframes spinLoaderAuth {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.auth__spline-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.auth__spline-abs {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%
}

@media(max-width:1659px) {
    .auth__ill-bg {
        background: url(/SignIn-bg.png) no-repeat 50%;
        background-size: contain
    }

    .auth__ill-bg_up {
        background: url(/SignUp-bgn.png) no-repeat 50%;
        background-size: contain
    }
}

@media(max-width:600px) {
    .auth__content {
        gap: 20px;
        justify-content: flex-start
    }

    .auth__link,
    .auth__links {
        font-size: 14px;
        line-height: 16px
    }

    .auth__link {
        padding-left: 6px
    }

    .auth__checkbox {
        margin-top: 32px;
        display: flex;
        flex-direction: row;
        gap: 15px;
        align-items: center;
        flex: auto;
        display: inline-flex;
        align-items: flex-end
    }

    .auth__checkbox>div:first-of-type,
    .auth__checkbox>div:last-of-type {
        flex: 1 1
    }

    .auth__inviter {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: .24px;
        text-align: right
    }

    .auth__inviter br {
        display: inline-block
    }

    .auth__checkbox .blue-link,
    .auth__checkbox .checkbox__label {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: .24px
    }

    .auth__checkbox .checkbox__label {
        display: block;
        padding-left: 30px;
        position: relative
    }

    .auth__checkbox .checkbox__label:before {
        position: absolute;
        left: 0;
        top: 3px
    }

    .auth__checkbox_row .checkbox__label {
        display: flex;
        padding-left: 0
    }

    .auth__checkbox_row .checkbox__label:before {
        position: relative;
        left: unset;
        top: unset
    }

    .auth__fields {
        gap: 0;
        margin-bottom: 20px;
        flex: 1 1
    }

    .auth__circle_1 {
        top: 0;
        left: unset;
        right: -370px
    }

    .auth__circle_1,
    .auth__circle_2 {
        width: 400px;
        height: 400px;
        border-radius: 400px;
        opacity: .3;
        background: var(--primary-blue-click, #378afb);
        filter: blur(45px)
    }

    .auth__circle_2 {
        top: -290px;
        left: -220px
    }

    .auth__form>div:first-of-type {
        display: flex;
        flex-direction: column;
        flex: 1 1
    }

    .auth__forgot {
        color: var(--secondary-white, #fff);
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .14px
    }

    .auth__btm {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

@media(max-width:1023px) {
    .auth__nav {
        margin-bottom: 12px
    }

    .auth__nav_mob {
        display: flex
    }

    .auth__col_form {
        width: 100%;
        padding: 20px
    }

    .auth__col_il,
    .auth__loader-i,
    .auth__logo {
        display: none
    }

    .auth .form-field {
        margin-bottom: 10px
    }

    .auth .form-field__label {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateX(0) translateY(0)
    }

    .auth .form-field svg {
        bottom: 13px
    }

    .auth .form-field__input {
        padding: 12px 0 12px 36px
    }
}

@media(min-width:1660px) {
    .auth__spline canvas {
        width: 100% !important;
        height: auto !important
    }
}

@media(min-width:1024px) {
    .auth__col_form {
        padding: 30px 20px;
        width: 50%
    }

    .auth__col_il {
        padding: 30px
    }

    .auth__form {
        flex: 1 1;
        max-height: 676px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .auth_signup .auth__form {
        max-height: 704px
    }
}

@media(min-width:1440px) {
    .auth__col_form {
        width: 37.5%;
        min-width: 720px;
        padding: 30px 120px
    }

    .auth__col_il {
        padding: 30px 72px 30px 80px;
        justify-content: center
    }
}

@media(min-height:1080px) {
    .auth__content {
        max-height: calc(100% - 100px)
    }
}

@media(min-height:560px) {
    .auth_signin {
        height: 100dvh
    }

    .auth_signin,
    .auth_signup {
        min-height: 100dvh
    }
}

.checkbox {
    cursor: pointer
}

.checkbox__input {
    display: none
}

.checkbox__label {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer
}

.checkbox__label:before {
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 2px solid var(--secondary-gray);
    border-radius: 6px;
    box-sizing: border-box
}

.checkbox input[type=checkbox]:checked+label:before {
    border: 2px solid var(--primary-blue);
    background: url(/Check_blue.svg) no-repeat 50%;
    background-size: cover
}

.arrow-link {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--secondary-white, #fff);
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .32px
}

.arrow-link__circle {
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(138, 155, 168, .2)
}

.arrow-link-cab {
    color: var(--primary-blue, #006cff);
    font-family: Poppins Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: all .3s linear;
    display: flex;
    gap: 8px;
    align-items: center
}

.arrow-link-cab:hover {
    color: var(--primary-blue-hover, #0162e5)
}

.arrow-link-cab:hover svg path {
    stroke: var(--primary-blue-hover, #0162e5)
}

.arrow-link-cab:active,
.arrow-link-cab:focus {
    color: var(--primary-blue-click, #378afb)
}

.arrow-link-cab:active svg path,
.arrow-link-cab:focus svg path {
    stroke: var(--primary-blue-click, #378afb)
}

@media(max-width:600px) {

    .auth .arrow-link,
    .modal .arrow-link {
        gap: 4px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: .24px
    }

    .auth .arrow-link__circle,
    .modal .arrow-link__circle {
        background: transparent;
        width: 16px;
        height: 16px
    }
}

.social-media {
    display: flex;
    gap: 0 12px
}

.social-media__item {
    display: flex
}

@media(max-width:600px) {
    .social-media {
        gap: 0 8px
    }
}

.socialmedia-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: url(/Social-Media-w.svg) no-repeat 0 0;
    background-size: auto 28px
}

.socialmedia-btn_youtube {
    background-position-x: -40px
}

.socialmedia-btn_twitter {
    background-position-x: -80px
}

.socialmedia-btn_medium {
    background-position-x: -120px
}

footer .socialmedia-btn {
    width: 24px;
    height: 24px;
    background: url(/Social-Media-g.svg) no-repeat 0 0;
    background-size: auto 24px
}

footer .socialmedia-btn_youtube {
    background-position-x: -36px
}

footer .socialmedia-btn_twitter {
    background-position-x: -72px
}

footer .socialmedia-btn_medium {
    background-position-x: -108px
}

@media(max-width:600px) {
    .auth .socialmedia-btn {
        width: 24px;
        height: 24px;
        background-size: auto 24px
    }

    .auth .socialmedia-btn_youtube {
        background-position-x: -34px
    }

    .auth .socialmedia-btn_twitter {
        background-position-x: -68px
    }

    .auth .socialmedia-btn_medium {
        background-position-x: -102px
    }
}

.notification {
    display: flex;
    width: 100%;
    max-width: 468px;
    padding: 20px;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: var(--dashboard-secondary-green, #48dd4b);
    box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, .24);
    position: fixed;
    top: 24px;
    right: 44px;
    z-index: 11000
}

.notification_error {
    background: var(--secondary-red, #ff3439)
}

.notification__btn-close {
    padding: 6px;
    border-radius: 41px;
    background: hsla(0, 0%, 100%, .08) url(/notif-icons.svg) no-repeat -64px 0;
    background-size: cover;
    position: absolute;
    top: 12px;
    right: 12px;
    border: none
}

.notification__box,
.notification__btn-close {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.notification__icon {
    background: url(/notif-icons.svg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 100%
}

.notification__icon_error {
    background-position-x: -32px
}

.notification__title {
    font-family: Poppins Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.notification__p,
.notification__title {
    color: #fff;
    font-style: normal;
    margin-bottom: 4px
}

.notification__p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.notification__p:last-of-type {
    margin-bottom: 0
}

@media(max-width:1023px) {
    .notification {
        padding: 12px 12px 12px 16px;
        top: 16px;
        right: 16px;
        width: calc(100% - 32px)
    }

    .notification__box {
        width: 24px;
        height: 24px
    }

    .notification__icon_error {
        background-position-x: -24px
    }

    .notification__btn-close {
        width: 24px;
        height: 24px;
        background-position-x: -48px;
        right: 12px;
        top: 50%;
        margin-top: -12px
    }

    .notification__p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .24px
    }

    .notification__title {
        display: none
    }
}

.app-preloder {
    height: 100vh;
    background: #272931;
    display: flex;
    align-items: center
}

.app-preloder svg {
    max-height: 30vh
}