.fg-fixed-footer-stats-container {
  position: fixed;
  bottom: 0;

  display: none;
  justify-content: center;
  align-items: center;

  width: 425px;
  height: 60px;

  border-top: 1px solid;
}

.fg-fixed-footer-stats-container--visible {
  display: flex;
}

.fg-fixed-footer-stats-item {
  margin-left: 30px;

  cursor: pointer;

  font-size: 15px;
  font-family: 'AzoSans-Medium';

  transition: color .4s ease;
}

.fg-fixed-footer-stats-item--figures {
  margin-left: 0;
}

.fg-fixed-footer-stats-item-count-text {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .fg-fixed-footer-stats-container {
    display: flex;
    left: 0;

    width: 100%;
  }
}
