body {
margin: 0;
}

* {
  font-family: "GT Eesti", "Arial", sans-serif;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #0064fa;
  width: 100%;
}

.label {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-right: 65px;
}

.counter {
  width: 336px;
  height: 60px;
}

.tick {
    padding-bottom: 0px;
    font-size: 46px;
    line-height: 1.05;
}

.tick-group {
    text-align:center;
    position: relative;
}

.tick-group:first-child .tick-flip-panel {
  color: #eb5728;
}

.tick-flip-panel {
  color: #0064fa;
  font-weight: 700;
  background: #fff;
}

.tick-flip {
  letter-spacing: 5px;
  text-indent: 5px;
  margin: 0;
  border-radius: 4px;
  min-width: 34px;
  width: 34px;
}

.tick-flip:not(:last-child) {
  margin-right: 3px;
}

.tick-flip-shadow {
  box-shadow: none;
}

.tick-label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}


@media only screen and (max-width: 860px) {

  .container {
    flex-direction: column;
  }

  .label {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 0;
    margin-bottom: 7px;
  }

  .counter {
    width: 210px;
    height: 41px;
  }

  .tick {
      font-size: 26px;
      line-height: 1.07;
  }

  .tick-label {
    font-size: 8px;
    bottom: -13px;
  }

  .tick-flip {
    min-width: 22px;
    width: 22px;
  }

  .tick-flip:not(:last-child) {
    margin-right: 2px;
  }

  .tick-flip-panel {
    font-weight: 600;
  }

}
