.coming-page-wrapper {
  position: relative;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 31px;
}

.coming-page-wrapper .title {
  letter-spacing: .2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}

.coming-page-wrapper .subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin: 24px 0 70px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

.coming-page-wrapper div.wpcf7-mail-sent-ok,
.coming-page-wrapper div.wpcf7-validation-errors,
.coming-page-wrapper div.wpcf7-acceptance-missing {
  color: #fff;
  margin: 0;
}

.coming-page-wrapper span.wpcf7-not-valid-tip {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

/*Coming soon counter*/
.coming-soon-wrap {
  position: relative;
  height: 190px;
}

.coming-soon-bg {
  position: absolute;
  z-index: 0;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.coming-soon .count {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 90px;
  line-height: normal;
  text-align: center;
}

.coming-soon .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1170px;
  padding: 0 200px;
  margin: 0 auto;
}

.coming-soon .days-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-soon-descr {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 1460px) {
  .coming-soon .count {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .coming-page-wrapper .subtitle {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .coming-page-wrapper .subtitle {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .coming-soon-wrap .mask {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .coming-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    -webkit-transform: none;
    transform: none;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .coming-page-wrapper .title {
    font-size: 30px;
    padding: 0 15px;
  }
  .coming-page-wrapper .subtitle {
    max-width: 400px;
    padding: 0 15px;
    margin: 0 auto 40px;
  }
  .coming-soon-wrap {
    height: 110px;
  }
  .coming-soon .days-wrap {
    padding: 0 10px;
  }
  .coming-soon .count {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .coming-soon .count {
    font-size: 40px;
  }
}
/*# sourceMappingURL=coming_soon.css.map */