.wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #000;
}

.heading {
  margin-top: 1px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block {
  margin-bottom: 0px;
  padding: 0px 20px;
  border: 0px solid #000;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.body {
  background-color: #000;
}

.text-block {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.kontakt {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.day-number {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
}

.text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.number-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.days {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0px;
  background-color: transparent;
}

.days.minute {
  border-right-style: none;
}

.countdown {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .day-number {
    display: flex;
    margin-right: auto;
    margin-left: 1px;
    flex-direction: column;
    justify-content: center;
    font-size: 53px;
  }

  .text {
    position: static;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    flex: 0 0 auto;
  }

  .number-holder {
    flex-direction: column;
  }

  .days {
    margin-top: 32px;
    flex-direction: column;
    justify-content: flex-end;
    border-style: none;
    border-color: #000;
  }

  .countdown {
    padding-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  .countdown {
    margin-top: -37px;
    margin-bottom: 11px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 24px;
  }

  .day-number {
    font-size: 44px;
  }

  .number-holder {
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .days {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .countdown {
    position: static;
    left: -40px;
    display: flex;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

