/*Таймер*/

.countbox {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 30px auto 30px;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
  position: relative;
  background: none;
}

.countbox::after{
  content: "АКЦІЯ ДІЄ:";
  top: -30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffff;
  width: 100%;
  max-width: 100%;
}

.countbox .countbox-num {
  text-align: center;
}

.countbox .countbox-space {
  float: left;
  height: 55px;
  width: 40px;
  position: relative;
}

.countbox .countbox-space::after {
  content: ":";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color:#fff;
}

._no-webp .countbox-hours1, ._no-webp .countbox-mins1, ._no-webp .countbox-secs1, ._no-webp .countbox-hours2, ._no-webp .countbox-mins2, ._no-webp .countbox-secs2{
  background: url(../img/sprite.png) no-repeat 0 0; }

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
  float: left;
  text-align: center;
  z-index: 1;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color:#fff;
}

.countbox-secs2 {
  margin-right: 0;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color:#fff;
  text-transform: lowercase;
  margin-top: -5px;
}