.statistics-box__count {
  color: initial !important; }

.statistics-box__number {
  font-size: 2.500em; }

.statistics-box__plus {
  font-size: 1.750em; }

.statistics-box.statistics-box_full-width {
 background-color:var(--button-hover-color);
  background-attachment: fixed;
  padding: 50px 0 55px;
  position: relative; }
  .statistics-box.statistics-box_full-width:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
     }
  .statistics-box.statistics-box_full-width .statistics-box__count {
      }
  .statistics-box.statistics-box_full-width .statistics-box__link:hover .statistics-box__name {
    color: white; }
  .statistics-box.statistics-box_full-width .statistics-box__name {
    filter: brightness(1.7);
    color: var(--body-font-color); }
