.timer {
  transition: background-color 0.5s;
  background-color: transparent;
}

@media (min-width: 960px) {
  .timer--fixed {
    background-color: #011822;
  }

  .timer--fixed {
    .btn--secondary::after {
      background-color: #011822;
    }
  }
}

.timer__end-t {
  color: #fff;
}

.timer__users-t {
  color: #fff;
}

.timer .countdown__item,
.timer .count__item {
  transition: background-color 0.5s;
  background-color: #001C29;
}

.timer--fixed .countdown__item,
.timer--fixed .count__item {
  background-color: #002739;
}

.timer .countdown__item {
  --color: #fff;
}

.timer .countdown__name {
  --color: #fff;
}

