/* BOXES */
/* line 6, assAA1B.tmp.scss */
.counter_box {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  height: 280px;
}
/* line 12, assAA1B.tmp.scss */
.counter_box .counter_box_title {
  font-weight: 300;
  font-size: 1.8rem;
  height: 35px;
}
/* line 17, assAA1B.tmp.scss */
.counter_box .counter_box_promo {
  font-size: 1.4rem;
  display: table-cell;
  height: 110px;
  width: 600px;
  padding-top: 10px;
  vertical-align: middle;
}
/* line 21, assAA1B.tmp.scss */
.counter_box .counter_box_promo .counter_box_percent {
  font-size: 6rem;
  font-weight: bold;
}
/* line 25, assAA1B.tmp.scss */
.counter_box .counter_box_promo .counter_box_bigger_text {
  font-size: 2.4rem;
  font-weight: 300;
}
/* line 31, assAA1B.tmp.scss */
.counter_box .counter_box_counter .counter_box_counter_timer {
  font-size: 1.2rem;
  width: 170px;
  margin: 0 auto;
}
/* line 35, assAA1B.tmp.scss */
.counter_box .counter_box_counter .counter_box_counter_timer span, .counter_box .counter_box_counter .counter_box_counter_timer .to_count {
  font-size: 1.1rem;
  display: block;
  float: left;
  width: 27px;
  margin-right: 15px;
  text-align: center;
}
/* line 43, assAA1B.tmp.scss */
.counter_box .counter_box_counter .counter_box_counter_timer .finalCountdown {
  display: block;
  overflow: hidden;
}
/* line 46, assAA1B.tmp.scss */
.counter_box .counter_box_counter .counter_box_counter_timer .finalCountdown span {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
/* line 53, assAA1B.tmp.scss */
.counter_box .counter_box_counter .counter_box_button {
  text-align: center;
  padding: 10px 0 0 0;
  display: block;
  clear: both;
}

@media (max-width: 600px) {
    .rwd-page .counter_box .counter_box_counter .counter_box_button .btn {
        line-height: 29px;
        height: 29px;
    }
}