/* jQuery Countdown styles 2.0.0. */

.is-countdown {
  padding: 0 0 3rem;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 21.5%;
  background: #fff;
  margin: 0 0.34rem 0.4rem;
  padding: 0.4rem 0.2rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  color: #059fdb;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 55%;
  text-align: center;
}
.countdown-amount {
  font-family: "geomanist-wz", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.countdown-period {
  font-family: "Tahoma", sans-serif;
  display: block;
  color: #00c6c5;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.countdown-descr {
  display: block;
  width: 100%;
}

/* @font-face {
  font-family: "geomanist-wz";
  src: url("../../../fonts/170122/cohead-webfont.eot");
  src: url("../../../fonts/170122/cohead-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../../fonts/170122/cohead-webfont.woff2") format("woff2"),
    url("../../../fonts/170122/cohead-webfont.woff") format("woff"),
    url("../../../fonts/170122/cohead-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

.outCounter *,
.outCounter *:before,
.outCounter *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.outCounter {
  font-family: "geomanist-wz", sans-serif;
  width: 24.3rem;
  background: #152a69;
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  float: right;
  border-radius: 2rem 0 0 2rem;
  background-repeat: no-repeat;
  background-position: bottom;
  webkit-box-shadow: 0.3rem 0.3rem 1.5rem 0 #b1b1b1;
  -moz-box-shadow: 0.3rem 0.3rem 1.5rem 0 #b1b1b1;
  box-shadow: 0.3rem 0.3rem 1.5rem 0 #b1b1b1;
  position: absolute;
  right: 0;
}
.valid {
  font-family: "geomanist-wz", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 2.4rem;
}
