html,
body {
  height: 100%;
}

body {

  background: #1b1e23;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer p {

  color: #f4eed7;
  font-size: 0.8em;
  opacity: 0.75;
}
.price-now {

  position: absolute;
  top: 12.5%;
  margin-top: 5px;
  font-weight: 600;
  z-index: 4;
  /* background: #fff; */
  border-radius: 3px;
  padding: 2px 4px;
  color: #fff;
  text-shadow: none;
}
.price-now > span {

  box-shadow: none !important;
}
.price-selection {

  position: absolute;
  bottom: 12.5%;
  margin-top: 10px;
  font-weight: 600;
  z-index: 4;
  color: #fff;
}
.price-popup {

  margin: 0 auto 50px;
  padding: 5 10px;
  opacity: .8;
  border: 1px solid #494848;
  background: transparent;
  border-radius: 4px;
  box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.73);
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.73);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.73);
}
.clock {

  height: 400px;
  width: 400px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  position: relative;
}
.clock__second, .clock__minute, .clock__hour, .clock__indicator {

  position: absolute;
  left: calc(50% - 1px);
  width: 4px;
  background: #fffdf7;
  transform-origin: bottom center;
  z-index: 2;
  border-radius: 1px;
}
.clock__second {

  height: 180px;
  margin-top: 20px;
  background: #656565;
  /* -webkit-animation: time 60s infinite steps(60); */
  animation: time 60s infinite steps(60);
  z-index: 3;
}
.clock__minute {

  height: 175px;
  margin-top: 25px;
  opacity: 0.75;
  /* -webkit-animation: time 3600s linear infinite; */
  animation: time 3600s linear infinite;
}
.clock__hour {
  
  height: 120px;
  margin-top: 80px;
  /* -webkit-animation: time 43200s linear infinite; */
  animation: time 43200s linear infinite;
}
.clock__indicator {

  height: 200px;
  border-top: 5px solid #4b9aaa;
  background: none;
  padding: 3px;
}
.clock__indicator:nth-of-type(5n) {

  opacity: 1;
  height: 200px;
  border-top: 15px solid #f4eed7;
}
.clock__axis {

  background: #4b9aaa;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  z-index: 4;
  top: 197px;
}
span.hour-indicator {

  margin: 6px -10px;
  position: absolute;
}
.price-free {

  color: #0000FF;
  border-color: #0000FF !important;
}
.price-cheap {

  color: #72ff00;
  border-color: #72ff00 !important;
  /* box-shadow: 205px 105px 15px -1px #72ff00; */
}
.price-normal {

  color: #FFA500;
  border-color: #FFA500 !important;
  /* box-shadow: 205px 105px 15px -1px #FFA500; */
}
.price-high {

  color: #ff3b3b;
  border-color: #ff3b3b !important;
}
.price-very-high {

  color: #ff1818;
  border-color: #ff1818 !important;
}
.price-extreme {

  color: #fb0000;
  border-color: #fb0000 !important;
}
.selected {

  /*height: 198px;
  border-top: 3px;*/
  /* color: #ffff00;
  border-color: #ffff00 !important;
  transition: all .1s ease-in-out; */
}
.clock__indicator:nth-of-type(5n).selected {

  /* height: 198px;
  border-top: 3px solid;
  transition: all .1s ease-in-out; */
}

.selected:after {

  border-top: 5px solid rgba(255,204,0,9);
  content: "";
  margin: 0 0 0 -2px;
  box-shadow: 10px -20px 30px 6px;
  /* box-shadow-color: rgba(255,204,0,9); */
}

section:nth-of-type(1) {
  transform: rotateZ(calc(6deg * 1));
}

section:nth-of-type(2) {
  transform: rotateZ(calc(6deg * 2));
}

section:nth-of-type(3) {
  transform: rotateZ(calc(6deg * 3));
}

section:nth-of-type(4) {
  transform: rotateZ(calc(6deg * 4));
}

section:nth-of-type(5) {
  transform: rotateZ(calc(6deg * 5));
}

section:nth-of-type(6) {
  transform: rotateZ(calc(6deg * 6));
}

section:nth-of-type(7) {
  transform: rotateZ(calc(6deg * 7));
}

section:nth-of-type(8) {
  transform: rotateZ(calc(6deg * 8));
}

section:nth-of-type(9) {
  transform: rotateZ(calc(6deg * 9));
}

section:nth-of-type(10) {
  transform: rotateZ(calc(6deg * 10));
}

section:nth-of-type(11) {
  transform: rotateZ(calc(6deg * 11));
}

section:nth-of-type(12) {
  transform: rotateZ(calc(6deg * 12));
}

section:nth-of-type(13) {
  transform: rotateZ(calc(6deg * 13));
}

section:nth-of-type(14) {
  transform: rotateZ(calc(6deg * 14));
}

section:nth-of-type(15) {
  transform: rotateZ(calc(6deg * 15));
}

section:nth-of-type(16) {
  transform: rotateZ(calc(6deg * 16));
}

section:nth-of-type(17) {
  transform: rotateZ(calc(6deg * 17));
}

section:nth-of-type(18) {
  transform: rotateZ(calc(6deg * 18));
}

section:nth-of-type(19) {
  transform: rotateZ(calc(6deg * 19));
}

section:nth-of-type(20) {
  transform: rotateZ(calc(6deg * 20));
}

section:nth-of-type(21) {
  transform: rotateZ(calc(6deg * 21));
}

section:nth-of-type(22) {
  transform: rotateZ(calc(6deg * 22));
}

section:nth-of-type(23) {
  transform: rotateZ(calc(6deg * 23));
}

section:nth-of-type(24) {
  transform: rotateZ(calc(6deg * 24));
}

section:nth-of-type(25) {
  transform: rotateZ(calc(6deg * 25));
}

section:nth-of-type(26) {
  transform: rotateZ(calc(6deg * 26));
}

section:nth-of-type(27) {
  transform: rotateZ(calc(6deg * 27));
}

section:nth-of-type(28) {
  transform: rotateZ(calc(6deg * 28));
}

section:nth-of-type(29) {
  transform: rotateZ(calc(6deg * 29));
}

section:nth-of-type(30) {
  transform: rotateZ(calc(6deg * 30));
}

section:nth-of-type(31) {
  transform: rotateZ(calc(6deg * 31));
}

section:nth-of-type(32) {
  transform: rotateZ(calc(6deg * 32));
}

section:nth-of-type(33) {
  transform: rotateZ(calc(6deg * 33));
}

section:nth-of-type(34) {
  transform: rotateZ(calc(6deg * 34));
}

section:nth-of-type(35) {
  transform: rotateZ(calc(6deg * 35));
}

section:nth-of-type(36) {
  transform: rotateZ(calc(6deg * 36));
}

section:nth-of-type(37) {
  transform: rotateZ(calc(6deg * 37));
}

section:nth-of-type(38) {
  transform: rotateZ(calc(6deg * 38));
}

section:nth-of-type(39) {
  transform: rotateZ(calc(6deg * 39));
}

section:nth-of-type(40) {
  transform: rotateZ(calc(6deg * 40));
}

section:nth-of-type(41) {
  transform: rotateZ(calc(6deg * 41));
}

section:nth-of-type(42) {
  transform: rotateZ(calc(6deg * 42));
}

section:nth-of-type(43) {
  transform: rotateZ(calc(6deg * 43));
}

section:nth-of-type(44) {
  transform: rotateZ(calc(6deg * 44));
}

section:nth-of-type(45) {
  transform: rotateZ(calc(6deg * 45));
}

section:nth-of-type(46) {
  transform: rotateZ(calc(6deg * 46));
}

section:nth-of-type(47) {
  transform: rotateZ(calc(6deg * 47));
}

section:nth-of-type(48) {
  transform: rotateZ(calc(6deg * 48));
}

section:nth-of-type(49) {
  transform: rotateZ(calc(6deg * 49));
}

section:nth-of-type(50) {
  transform: rotateZ(calc(6deg * 50));
}

section:nth-of-type(51) {
  transform: rotateZ(calc(6deg * 51));
}

section:nth-of-type(52) {
  transform: rotateZ(calc(6deg * 52));
}

section:nth-of-type(53) {
  transform: rotateZ(calc(6deg * 53));
}

section:nth-of-type(54) {
  transform: rotateZ(calc(6deg * 54));
}

section:nth-of-type(55) {
  transform: rotateZ(calc(6deg * 55));
}

section:nth-of-type(56) {
  transform: rotateZ(calc(6deg * 56));
}

section:nth-of-type(57) {
  transform: rotateZ(calc(6deg * 57));
}

section:nth-of-type(58) {
  transform: rotateZ(calc(6deg * 58));
}

section:nth-of-type(59) {
  transform: rotateZ(calc(6deg * 59));
}

section:nth-of-type(60) {
  transform: rotateZ(calc(6deg * 60));
}

@-webkit-keyframes time {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes time {
  to {
    transform: rotateZ(360deg);
  }
}

/*Mobile style*/

@media(max-width: 480px) {

.clock {

zoom: .8;

}
}

@media(max-width: 360px) {

.clock {

zoom: .7;

}
}