section.statistics {
    margin-bottom: 0;
}
.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: rgba(253, 161, 13, 0.8) no-repeat center top;
  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;
    background: #292929;}
  .statistics-box.statistics-box_full-width .statistics-box__count {
    color: white !important; }
  .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: #999999; }