.list-members {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
	flex-wrap:wrap;
}
.member-user {
    width: Calc(25% - 20px);
    padding: 20px;
    background: var(--second-bg);
    border-radius: 7px;
    text-align: center;
    border: 2px solid var(--third-bg);
    min-width: 230px;
	    margin-bottom: 10px;
}
span.avatar-memberlist {
    display: block;
}
img#avatar-lista-uzytkownikow {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 2px solid var(--third-bg);
    margin-bottom: 20px;
}
span.nazwa-lista {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
span.informacja1-lista {
    display: block;
}


.menu-bottom-przypiete-telefon {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: hsl(0deg 0% 5% / 90%);
    backdrop-filter: blur(3px);
    padding: 10px 0px;
    z-index: 999999999;
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 70px;text-align:center;
}
		