@font-face {
  font-family: "TovariSans";
  src: url("/assets/tovari-sans.otf") format("opentype");
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "TovariSans", sans-serif;
}

html {
  background: url("/assets/bg2026.jpg") no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter {
  margin: 10% auto;
  text-align: center;
}

.title {
  color: white;
  font-size: 86px;
  text-shadow: 1px 3px #99691b;
}

.timer {
  color: white;
  margin: 20px 0;
}

.time-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.time-block {
  margin: 0 15px;
  text-align: center;
  min-width: 70px;
}

.time-number {
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  text-shadow: 9px 6px #99691b;
  font-size: 270px;
}

.time-label {
  font-size: 50px;
  color: white;
  display: block;
  background: #00000069;
  border-radius: 35px;
  margin-top: -40px;
}

.time-separator {
  font-size: 270px;
  color: white;
  margin: 0 10px;
  line-height: 48px;
  margin-top: -79px;
  animation: blink 1s infinite;
}

.event-completed {
  font-size: 145px;
  font-weight: bold;
  color: white;
  text-shadow: 5px 4px #27ae60;
}


@media (max-width: 1024px) {
  .counter {
    margin: 10% auto;
    text-align: center;
  }

  .time-block {
    margin: 0 10px;
    min-width: 60px;
  }

  .time-number {
    font-size: 180px;
  }

  .time-separator {
    font-size: 180px;
    color: white;
    margin: 0 10px;
    line-height: 48px;
    margin-top: -79px;
  }

  .time-label {
    font-size: 50px;
    color: white;
    display: block;
    background: #00000069;
    border-radius: 35px;
    margin-top: -20px;
  }
}

@media (max-width: 980px) {
  .title {
    font-size: 55px;
  }

  .counter {
    margin: 10% auto;
    text-align: center;
  }

  .time-container {
    justify-content: space-evenly;
  }

  .time-block {
    margin: 0 10px;
    min-width: 60px;
    display: flex;
    flex-direction: column;
  }

  .time-number {
    font-size: 140px;
  }

  .time-separator {
    display: none;
  }

  .time-label {
    font-size: 30px;
    color: white;
    display: block;
    background: #00000069;
    border-radius: 35px;
    margin-top: -20px;
  }

  .snowball-box {
    display: none;
  }
}

@keyframes blink {
    0%, 100% {
      opacity: .7;
    }
    50% {
      opacity: 0;
    }
}

.snowball-box .snow-plow-img {
  margin-top: -98px;
}

.snowball-box .snow-plow-img img {
  width: 250px;
}
