.countdown .time {
  color: white;
  border-radius: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  width: 187px;
  height: 199px;
  text-align: center;
  position: relative;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 567px) {
  .countdown .time {
    width: 80px;
    height: 90px;
  }
}
@media (min-width: 568px) {
  .countdown .time {
    width: 80px;
    height: 90px;
  }
}
@media (min-width: 667px) {
  .countdown .time {
    width: 130px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .countdown .time {
    width: 177px;
    height: 189px;
  }
}
@media (min-width: 992px) {
  .countdown .time {
    width: 177px;
    height: 189px;
  }
}
@media (min-width: 1200px) {
  .countdown .time {
    width: 187px;
    height: 199px;
  }
}
@media (min-width: 1440px) {
  .countdown .time {
    width: 187px;
    height: 199px;
  }
}
@media (min-width: 1600px) {
  .countdown .time {
    width: 187px;
    height: 199px;
  }
}

.countdown .count {
  background: #2DCB74;
  color: white;
  display: block;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.countdown .count--green {
  background-color: #2DCB74;
}
.countdown .count--orange {
  background-color: #F9A833;
}
.countdown .count--red {
  background-color: #EC232B;
}

.countdown .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.countdown .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

/* Animation start */
.countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}

.countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

/* Animation end */
.countdown .flip .count.curr.top {
  -webkit-transition: background-color 2ms ease-in-out 200ms, transform 250ms ease-in-out;
  -moz-transition: background-color 2ms ease-in-out 200ms, transform 250ms ease-in-out;
  -ms-transition: background-color 2ms ease-in-out 200ms, transform 250ms ease-in-out;
  -o-transition: background-color 2ms ease-in-out 200ms, transform 250ms ease-in-out;
  transition: background-color 2ms ease-in-out 200ms, transform 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  background-color: white;
}

.countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.w-counters {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.w-counters-title {
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  transform: scale(0.8, 1);
  transform-origin: top center;
  letter-spacing: -0.02em;
  color: #274153;
  line-height: 1;
}
@media (max-width: 567px) {
  .w-counters-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 568px) {
  .w-counters-title {
    font-size: 2.76rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 667px) {
  .w-counters-title {
    font-size: 3.12rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .w-counters-title {
    font-size: 3.32rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .w-counters-title {
    font-size: 3.32rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .w-counters-title {
    font-size: 3.32rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .w-counters-title {
    font-size: 3.71rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .w-counters-title {
    font-size: 4.49rem;
    margin-bottom: 1rem;
  }
}
.w-counters-subtitle {
  font-family: "YesevaOne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transform: scale(0.8, 1);
  transform-origin: top center;
  letter-spacing: -0.02em;
  color: #274153;
  line-height: 1;
}
@media (max-width: 567px) {
  .w-counters-subtitle {
    font-size: 1.64rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 568px) {
  .w-counters-subtitle {
    font-size: 2.67rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 667px) {
  .w-counters-subtitle {
    font-size: 1.67rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .w-counters-subtitle {
    font-size: 1.78rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .w-counters-subtitle {
    font-size: 1.78rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .w-counters-subtitle {
    font-size: 1.78rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  .w-counters-subtitle {
    font-size: 1.99rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .w-counters-subtitle {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.w-counters-counter {
  color: white;
  border-radius: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  width: 177px;
  height: 169px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: "HelveticaNeueCyrillic";
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 567px) {
  .w-counters-counter {
    width: 80px;
    height: 90px;
  }
}
@media (min-width: 568px) {
  .w-counters-counter {
    width: 80px;
    height: 90px;
  }
}
@media (min-width: 667px) {
  .w-counters-counter {
    width: 130px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .w-counters-counter {
    width: 177px;
    height: 189px;
  }
}
@media (min-width: 992px) {
  .w-counters-counter {
    width: 177px;
    height: 189px;
  }
}
@media (min-width: 1200px) {
  .w-counters-counter {
    width: 187px;
    height: 199px;
  }
}
@media (min-width: 1440px) {
  .w-counters-counter {
    width: 187px;
    height: 199px;
  }
}
@media (min-width: 1600px) {
  .w-counters-counter {
    width: 187px;
    height: 199px;
  }
}
.w-counters-counter:after {
  content: "";
  display: block;
  position: absolute;
  top: 94px;
  height: 2px;
  width: 100%;
}
@media (max-width: 567px) {
  .w-counters-counter:after {
    top: 44px;
  }
}
@media (min-width: 568px) {
  .w-counters-counter:after {
    top: 44px;
  }
}
@media (min-width: 667px) {
  .w-counters-counter:after {
    top: 69px;
  }
}
@media (min-width: 768px) {
  .w-counters-counter:after {
    top: 94px;
  }
}
@media (min-width: 992px) {
  .w-counters-counter:after {
    top: 94px;
  }
}
@media (min-width: 1200px) {
  .w-counters-counter:after {
    top: 99px;
  }
}
@media (min-width: 1440px) {
  .w-counters-counter:after {
    top: 99px;
  }
}
@media (min-width: 1600px) {
  .w-counters-counter:after {
    top: 99px;
  }
}
@media (max-width: 567px) {
  .w-counters-counter {
    font-size: 3.1rem;
    line-height: 90px;
  }
}
@media (min-width: 568px) {
  .w-counters-counter {
    font-size: 3.1rem;
    line-height: 90px;
  }
}
@media (min-width: 667px) {
  .w-counters-counter {
    font-size: 4.1rem;
    line-height: 140px;
  }
}
@media (min-width: 768px) {
  .w-counters-counter {
    font-size: 5.4rem;
    line-height: 189px;
  }
}
@media (min-width: 992px) {
  .w-counters-counter {
    font-size: 5.1rem;
    line-height: 189px;
  }
}
@media (min-width: 1200px) {
  .w-counters-counter {
    font-size: 5.1rem;
    line-height: 199px;
  }
}
@media (min-width: 1440px) {
  .w-counters-counter {
    font-size: 5.1rem;
    line-height: 199px;
  }
}
@media (min-width: 1600px) {
  .w-counters-counter {
    font-size: 5.1rem;
    line-height: 199px;
  }
}
.w-counters-counter--green {
  background: #2DCB74;
  /*background-size: 100% 2px;
  background-position: 0 85px;*/
}
.w-counters-counter--orange {
  background: #F9A833;
}
.w-counters-counter--red {
  background: #EC232B;
}
.w-counters-counter-container {
  display: inline-block;
  position: relative;
}
.w-counters-counter-description {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #1C1F26;
  text-align: center;
  font-family: "PragmaticaCondensed";
}
.w-counters-counter-back {
  position: absolute;
  height: 18px;
  width: 165px;
  left: -4px;
  top: 86px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 567px) {
  .w-counters-counter-back {
    top: 36px;
    width: 88px;
  }
}
@media (min-width: 568px) {
  .w-counters-counter-back {
    top: 36px;
    width: 88px;
  }
}
@media (min-width: 667px) {
  .w-counters-counter-back {
    top: 61px;
    width: 138px;
  }
}
@media (min-width: 768px) {
  .w-counters-counter-back {
    top: 86px;
    width: 185px;
  }
}
@media (min-width: 992px) {
  .w-counters-counter-back {
    top: 86px;
    width: 185px;
  }
}
@media (min-width: 1200px) {
  .w-counters-counter-back {
    top: 91px;
    width: 195px;
  }
}
@media (min-width: 1440px) {
  .w-counters-counter-back {
    top: 91px;
    width: 195px;
  }
}
@media (min-width: 1600px) {
  .w-counters-counter-back {
    top: 91px;
    width: 195px;
  }
}
.w-counters-button {
  margin-top: 3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=counters.css.map */
