.lista-uzytkownikowww {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border: 0;
    background: none;
    justify-content: space-between;
}
.uzytkowniasa {
width: 15%;
min-width: 280px;
text-align: center;
background: var(--bg-row);
padding: 20px;
box-sizing: border-box;
border-radius: 7px;
border: 2px solid var(--bg-row);
margin-bottom: 30px;
}
img.asdasdasdsa {
    width: 100px;
    height: 100px;
    border-radius: 50%;
	border: 2px solid var(--font-chover);
}
span.nicknamasas {
    display: block;
    font-size: 15px;
    margin: 10px 0px;
}
span.rangasfgasa {
    margin-bottom: 10px;
    display: block;
}
.asdaasad {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
fieldset {
	padding: 12px;
	border: 1px solid var(--bg-color);
	margin: 0;
	background: var(--bg-row);
	border-radius: 7px;
}


.masasa ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.masasa li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.masasa li a:hover,
.masasa .menu-btn:hover {
  background-color: #f4f4f4;
}



/* menu */

.masasa .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.masasa .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.masasa .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.masasa .menu-icon .navicon:before,
.masasa .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.masasa .menu-icon .navicon:before {
  top: 5px;
}

.masasa .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.masasa .menu-btn {
  display: none;
}

.masasa .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.masasa .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.masasa .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.masasa .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.masasa .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.masasa .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .masasa li {
    float: left;
  }
  .masasa li a {
    padding: 20px 30px;
  }
  .masasa .menu {
    clear: none;
    float: left;
    max-height: none;
    width:100%;
  }
  .masasa .menu-icon {
    display: none;
  }
}

		
		
		
		
		
		
		
		