.stats {
  padding: 56px 0 96px;
  background: #fff;
  color: var(--color-blue);
  text-align: center;
}

.stats__grid {
  display: grid;
  grid-template-columns: 358px 268px 338px;
}

.stats__value {
  font: 400 60px/78px var(--font-head);
  letter-spacing: 0.03em;
}

.stats__value small {
  margin-left: 12px;
  font-size: 45px;
  line-height: 1;
}

.stats__label {
  margin-top: 6px;
  font-size: 18px;
  line-height: 23.4px;
}

@media (min-width: 980px) {
  .stats--service {
    height: var(--h, auto);
    padding-bottom: 71px;
  }
}

/* Тёмный вариант с заголовком (страница гражданских дел) */
.stats__title {
  color: #fff;
  font: 400 45px/56px var(--font-head);
  letter-spacing: 0;
}

@media (min-width: 980px) {
  .stats--dark {
    height: var(--h, auto);
    padding: 30px 0 54px;
    background: var(--color-navy);
    color: #bee5fb;
  }

  .stats--dark .stats__grid {
    margin-top: 58px;
  }

  .stats--dark .stats__label {
    color: #fff;
  }
}

@media (max-width: 979px) {
  .stats {
    padding: 32px 0 37px;
  }

  .stats--dark {
    background: var(--color-navy);
    color: #bee5fb;
  }

  .stats--dark .stats__label {
    color: #fff;
  }

  .stats__title {
    padding: 0 15px 20px;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
  }

  .stats__grid {
    display: block;
    padding: 0 20px;
  }

  .stats__item + .stats__item {
    margin-top: 24px;
  }

  .stats__value {
    font-size: 38px;
    line-height: 49px;
  }

  .stats__value small {
    margin-left: 8px;
    font-size: 32px;
  }

  .stats__label {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
  }
}
