<div class="header-bottom__total">
<div class="header-bottom__title">ОБЩИЙ ОНЛАЙН</div>
<progress class="header-bottom__progress total-online" max="4000" value="" data-text=''></progress>
</div>
.header-bottom__total {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-top: 1px solid #eee;
margin-top: 15px;
padding: 10px 0;
}
.header-bottom__title {
}
.header-bottom__progress {
}
.header-bottom__progress {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #E0E0E0;
}
.header-bottom__progress::-webkit-progress-bar {
background-color: #E0E0E0;
}
.header-bottom__progress::-webkit-progress-value {
background-color: #98E2FF;
}
.header-bottom__progress::-moz-progress-bar {
background-color: #98E2FF;
}