

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  .wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
  }
  .wheel img {
    max-width: 100%;
  }
  .wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
  }
  .wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px sans-serif !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
      rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
      rgba(0, 0, 0, 0.4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(
      radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(234, 234, 234, 1))
    );
    background: -webkit-radial-gradient(
      center,
      ellipse cover,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%
    );
    background: -o-radial-gradient(
      center,
      ellipse cover,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%
    );
    background: -webkit-radial-gradient(
      center,
      ellipse,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%
    );
    background: -o-radial-gradient(
      center,
      ellipse,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%
    );
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 1) 0%,
      rgba(234, 234, 234, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eaeaea',GradientType=1);
  }
  .order_block {
    display: none;
    text-align: center !important;
  }
  .order_block img {
    width: 100%;
    max-width: 250px;
  }
  .order_block h3 {
    font: 700 18px sans-serif !important;
    background: 0 0;
  }
  
  .super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  @-webkit-keyframes super-rotation {
    70% {
      -webkit-transform: rotate(1600deg);
      transform: rotate(1600deg);
    }
    100% {
      -webkit-transform: rotate(1580deg);
      transform: rotate(1580deg);
    }
  }
  @keyframes super-rotation {
    70% {
      -webkit-transform: rotate(1600deg);
      transform: rotate(1600deg);
    }
    100% {
      -webkit-transform: rotate(1580deg);
      transform: rotate(1580deg);
    }
  }
  .cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  }
  
  
  @media all and (max-width: 520px) {
    .wheel {
      width: 280px !important;
    }
    .cursor-text {
      line-height: 45px !important;
      font-size: 12px !important;
    }
    @media screen and (max-width: 345px) {
      .wheel {
        width: 250px !important;
      }
      .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important;
      }
    }
  }
  

  #timer {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
  }
  
  #timer ul {
    display: inline-block;
    list-style: none;
    color: #ff0000;
  }
  
  #timer li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    height: 28px;
  }
  
  #timer li.blank {
    line-height: 27px;
    width: 15px;
    color: #000;
    font-size: 20px;
  }
  
  #timer li.item {
    width: 25px;
  }
  
  #timer i {
    font-style: normal;
    display: block;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
    margin: auto;
    color: #f00;
  }
  #timer li.item span {
    display: none;
  }
  
.order_block,.prices br{display:block}
.prod_img_wrapper{max-width:300px;margin:15px auto;position:relative}
.prod_img{width:100%;max-width:300px}
.prices{
    position:absolute;
    right:0;
    bottom:0;
    color:#000;
    box-shadow:rgba(0,0,0,.8) 0 3px 30px;
    width:165px;
    height:98px;
    text-align:center!important;
    font-size:19px;
    font-weight:700;
    line-height:1.3;
    transform:rotateZ(-7deg);
    margin:0 auto;
    background:linear-gradient(to right,rgb(238,165,19) 0%,rgb(253,237,19) 100%);
    border-width:2px;
    border-style:solid;
    border-color:#fff;
    border-image:initial;
    border-radius:19%
}
span.discountс{
    display:block;
    margin-top:9px;
    font-size:18px
}
.price_main{
    border-bottom:2px solid #d31812;
    font-size:30px;
    line-height:15px;
    margin:0 auto;
    color:red
}
.js_old_price{display:block;margin:0 auto}
.wheel_input{
    padding:10px!important;
    display:block!important;
    margin:0 auto 20px!important;
    padding:10px!important;
    width:50%!important;
    border:2px solid grey!important;
    border-radius:5px!important
}
.data_label{line-height:30px}
.country_select{display:none!important;width:52%!important}
.order_form{display:block!important;margin:0 auto!important;text-align:center!important}
@media screen and (max-width:480px){
    .wheel_input{width:90%!important}
    .country_select{width:96%!important}
}
.main-link{
    display:block;
    margin:40px auto;
    padding:20px;
    font-size:20px;
    text-decoration:none;
    background-color:#de0606;
    text-align:center;
    color:#fff!important;
    border-radius:4px;
    border:none;
    cursor:pointer
}
.main-link:hover{opacity:.8}