Counter Section does not work

After changes in the rearrangement of sections in places, the counters are no longer displayed. The counter is displayed only in the mobile version.
I suspect I have done something badly in CSS. Help!
http://tm-mmi.kpi.ua

My CSS

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  color: #0000ff;
	font-size: 40px;
	text-shadow: 0px 0px 11px #fff;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
	width: 300px;
}

#header .container h1 {
	font-size: 65px;
	color: #3568b2;
  text-shadow: 0px 0px 10px #cff;
	background-color: rgba(255, 255, 255, 0.5);
/*	margin: 0px 50px 0px 50px;  */
}

#header .header-logo-img {
	-webkit-filter: drop-shadow(0 0 8px white);
}

#header .top-header .header-navigation ul a {
	text-shadow: 0px 0px 3px #000;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a {
	text-shadow: 0px 0px 0px #3568b2;
}

#header .header-navigation {
	background-color: rgba(150, 150, 200, 0.3);
}

#header .bottom-header .header-button-one{
	padding: 0 0px;
}
#header .bottom-header .header-button-two{
	padding: 0 0px;
}

.col-sm-8 col-sm-offset-2 {
	padding-right: 0px;
	padding-left: 0px;
}

.widget ul li a.rsswidget {
	font-size: 16px;
font-weight: 300;
}
.widget_rss ul li {
	margin-bottom: 15px;
}

.widget {
	margin-bottom: 35px;
}

.widget table tbody tr td:not(.pad) {
	background-color: transparent;
}

#blog .blog-post {
	margin-bottom: 50px;
}

.bottom-footer {
	background-color: #7d7d7d;
	background:url(http://tm-mmi.kpi.ua/temptemp/wp-content/uploads/2020/05/current-events-in-mechanical-engineering-sm3.jpg) no-repeat;
-moz-background-size:100%;
-webkit-background-size:100%;
-o-background-size:100%;
background-size:100%;
}

.page-list-ext .page-list-ext-image {
	    margin: 11px 15px 0px 0;
}

.page-list-ext .page-list-ext-title {
	font-size: 25px;
	margin: 38px 0px 0px 0;
}

.wp-block-image {
	text-align: center;
}

.sub-menu a {
	background-color: #fbffb9;
	color: #fff;
	}
.header-front-page nav ul.sub-menu li a {
	color: #779;
}
.responsive-menu ul li a {
	color: #000;
}

.markup-format p {
    color: #555;
}

body { color: #555; }

 #team .section-content .person .person-content p {
	color: #555;
}

.mtli_attachment {
    display: inline;
}

Hey there

Probably you already fixed it? I can clearly see them here: Screenshot by Lightshot is this problem already resolved?

My computer doesn’t display them (Firefox and Vivaldi). Colleagues can’t see either. At the same time, they can be seen from a mobile phone.

Hey there

That’s how it works for me: Loom | Free Screen & Video Recording Software
and I have the same in all my browsers :slight_smile:
can you try it in incognito mode? are you using any extension in the browser?

I figured out what was the matter. I am using the “Zoom Page WE” plugin.

At non-standard page…

That’s it :slight_smile: thank you for sharing the solution,

I will mark this ticket as a resolved