.icon-wallet {
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 3px;
    width: 42px;
    height: 42px;
    background: #28303f;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sum-wallet {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sum-wallet-text {
    display: block;
    color: #6e788a !important;
    font-family: 'Golos Text', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}