.statistic {
    background-color: #050912;
    margin: 70px 0px 0px 0px;
    padding: 20px 0px;
    background: url(../../../images/centrumcs/statistic.png);
    background-color: #050912;
    min-height: 273px;
    background-position: center bottom;
    background-repeat: no-repeat;
	position:relative;
}
.thead-statistic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

span.title-statistic {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}

span.text-statistic {
    font-size: 15px;
    color: #657087;
}
.members-statistic {
    padding: 10px 2px;
}

.Stats-x {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    align-items: center;
    gap: 25px;margin-bottom: 50px;
}
.item-stat {
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    align-items: center;
}
i#ikonkifont-staty {
    font-size: 25px;
    color: #34a3b3;
}

span.item-content {
    flex-basis: 100%;
    display: block;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
	margin-bottom: -10px;
}
span.item-title {
    font-size: 15px;
    color: #657087;
}
img.avatar-stats {
    height: 35px;
    width: 35px;
    border-radius: 3333px;
 
}
span.item-content a {color:#ffffff;}

footer {
    height: 80px;
    background: hsl(222deg 55.56% 3.53%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #0a1224;
	margin-top:50px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.text-foter {
    display: block;
    color: #657087;
    font-size: 13px;
    font-weight: 600;
}
span.text-foter a {
  
    color: #657087;
    font-size: 13px;
    font-weight: 700;
}

		