.user-top {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (min-width: 1628px) {
    .user-top {
        gap: 12px
    }
}

.user-top__profile {
    position: relative;
    cursor: pointer
}

.no-touch .user-top__profile:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%
}

.user-top__balance {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (min-width: 1628px) {
    .user-top__balance {
        gap: 12px
    }
}

.user-top__curr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--white-50)
}

.no-touch .user-top__curr:hover {
    color: var(--primary-2)
}

.user-top__curr-val {
    white-space: nowrap
}

.user-top__deposit {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (min-width: 1628px) {
    .user-top__deposit {
        gap: 12px
    }
}

.user-top__deposit-icon {
    min-width: 14px;
    width: 14px;
    height: auto
}

.game-top-bar .user-top__deposit-icon {
    margin-right: 12px
}

.user-top__deposit-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.user-top__registration {
    min-width: 112px
}

@media (min-width: 1140px) {
    .user-top__registration {
        min-width: 88px
    }
}

@media (min-width: 1628px) {
    .user-top__registration {
        min-width: 140px
    }
}

@media (max-width: 479px) {
    .user-top__registration--game {
        padding: 10px;
        min-width: auto;
        margin-right: 0
    }
}

.user-top__registration-icon {
    width: 17px;
    height: 22px;
    margin-right: 8px;
    color: var(--ZIRCON)
}

@media (max-width: 389px) {
    .user-top__registration-icon {
        display: none
    }
}

@media (max-width: 1139px) {
    .user-top__login {
        width: 60px;
        height: 34px;
        padding: 0;
        color: var(--cuprum-50)
    }
}

@media (min-width: 1140px) {
    .user-top__login {
        min-width: 88px
    }
}

@media (min-width: 1628px) {
    .user-top__login {
        min-width: 140px
    }
}

@media(max-width: 600px){
    .user-top__login{
        font-size: 12px;
        min-width: 40px;
    }
    .user-top__registration{
        font-size: 12px;
        min-width: 40px;
    }
}

.user-top__login-icon {
    width: 24px;
    height: 24px
}

.user-top__deposit-text--hidden {
    display: none
}
