.submit-roulette {
  margin: 15px 0;
  margin-top: 5px;
  padding: 10px 15px;

  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;

  background: red;
  border: none;
  border-radius: 5px;
  outline: 0;
  -webkit-box-shadow: 0 4px 3px #242120;
  box-shadow: 0 4px 3px #242120;

  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.submit-roulette:hover {
  background: #bb0000;

  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.submit-roulette:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  ;
}



.input-roulette {
  height: 42px;
  margin-bottom: 10px;
  padding-left: 5px;
}


.ruletka-p {
  margin: 15px;

  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #000000;
  text-indent: 0;
  ;
}

.ruletka-p h2 {
  margin-bottom: 15px;

  font-size: 25px;
  ;
}

.ruletka-a {
  color: #1697ce;
}

.spin-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 10px;

  /*border-radius: 10px;*/

  text-align: center;

  border: 2px solid red;
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;

  ;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}

.danger-text {
  font-weight: 700;
  color: red;
  ;
}

.wheel {
  position: relative;

  width: 380px !important;
  margin: 0 auto;
  ;
}

.wheel img {
  max-width: 100%;
  margin-bottom: 0;
}

.wheel-img {
  -webkit-transition: 4s;
  transition: 4s;
}

.wheel-cursor {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 35% !important;
  height: 35%;

  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  display: inline-block;
  width: 50% !important;
  height: 50%;

  font-weight: bold;
  font-size: 16px;
  line-height: 66px !important;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;

  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-box-shadow: #ffffff 0 -2px 0 inset, #ffffff 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: #ffffff 0 -2px 0 inset, #ffffff 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order_block {
  display: none;

  text-align: center !important;
}

.order_block img {
  max-width: 100%;
}

.order_block h3 {
  font: 700 18px !important;

  background: 0 0;
}

.lt63,
.lt64 {
  color: black;
}

.btn-order {
  font-size: 22px;
  text-shadow: none;

  border: 1px solid #ff0000;
  border-radius: 10px;
  outline: 1px solid;
  outline-color: #ff0000;
  outline-offset: 0;
  -webkit-box-shadow: inset -30px -30px 75px -10px #ff0000;
  box-shadow: inset -30px -30px 75px -10px #ff0000;

  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-order:hover {
  text-shadow: 1px 1px 2px #427388;

  border: 1px solid;
  outline-color: rgba(255, 0, 0, 0);
  outline-offset: 15px;
  -webkit-box-shadow: inset 0 0 60px rgb(255, 0, 0), 0 0 15px rgba(255, 0, 0, 0.8);
  box-shadow: inset 0 0 60px rgb(255, 0, 0), 0 0 15px rgba(255, 0, 0, 0.8);
}

.btn-order a {
  color: white;
  text-decoration: none;
}

.btn-order a:hover {
  color: white;
  text-decoration: none;
}

.btn-order a:visited {
  color: white;
}

@media (max-width: 800px) {
  .btn-order {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .btn-order {
    height: 60px;
  }
}



.time_remains {
  font-weight: 700;
  font-size: 1.1em;
  color: red;
  ;
}

.spin-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: none;

  /*padding: 0 10px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.6);

  ;
}

.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
  position: absolute;
  top: -40px;
  right: -40px;

  width: 30px;
  height: 30px;

  background-color: #ffffff;
  background-image: url('../images/cross.svg');
  background-size: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #ffffff;
  box-shadow: 0 0 10px #ffffff;
  cursor: pointer;
}

.pop-up-heading {
  margin-bottom: 20px;

  font-size: 40px;
  ;
}

.pop-up-text {
  margin-bottom: 25px;

  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  padding: 10px 20%;

  font-size: 20px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;

  background-color: #71c341;
  border: medium;
  border-radius: 5px;
  outline: medium;
  cursor: pointer;
  ;
}

.super-rotation {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -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-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1600deg);
    transform: rotate(1600deg);
  }

  100% {
    -webkit-transform: rotate(1590deg);
    transform: rotate(1590deg);
  }
}

.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;
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  z-index: 99 !important;

  width: 100% !important;
  height: 100% !important;

  background-color: rgba(0, 0, 0, 0.7) !important;
  ;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  top: 40%;
  right: 0;
  left: 0;

  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;

  text-align: center;

  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;

  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;

  width: 110px;
  height: 110px;
  margin: 0 auto;

  background-color: #71c341;
  border-radius: 50%;

  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;

  width: 50px;
  height: 20px;
  margin: 0 auto;

  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #ffffff #ffffff;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);

  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;

  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  ;
}

@-webkit-keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes pop-up-appear {
  0% {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  30% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.best-form {
  /* font: 16px/1.2 "Roboto Condensed", sans-serif;*/
  /*padding: 1rem;*/
  padding-bottom: 40px;

  background-color: #ebebeb;
  background-size: cover;
  border: 2px solid #43cd02;
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  /* padding:*/
}

.product {
  /*display: flex*/
}

.product .left {
  width: 100%;

  text-align: center;
}

.product .right {
  width: 100%;

  text-align: center;
}

.product .discount {
  width: 85%;
  height: 5rem;
  margin-top: -0.3rem;

  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  text-align: center;
  color: red;
  font-style: italic;
  letter-spacing: -3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#ffeb3b));
  background-image: linear-gradient(to right, #ffff00, #ffeb3b);
  border-radius: 10px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  ;
}

.product .discount div {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.product .price {
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  color: #43cd02;
  letter-spacing: -1px;
  ;
}

.product .discount-text {
  margin-top: 1rem;

  font-size: 18px;
  color: #000000;
  ;
}

.product .price span {
  margin-left: 5px;

  font-weight: 300;
  font-size: 50%;
  ;
}

.product .price-old {
  line-height: 1;
}

.product .price-old span {
  position: relative;

  display: inline-block;
  padding: 0 1rem;

  font-size: 3rem;
  color: #000000;
  ;
}

.product .price-old span:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;

  border-top: 5px solid red;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}



.form-title {
  margin-top: 0;

  font-weight: 300;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  ;
}



.best-form>.wrap {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px;
}

.countdown-block {
  margin-top: 0;
  padding-bottom: 10px;

  text-align: center;
  color: #ffffff;

  background: #43cd02;
}

.countdown-block>h3 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0;

  font-weight: 800;
  font-size: 34px;
  ;
}


@media all and (max-width: 520px) {
  .wheel {
    width: 280px !important;
  }

  .cursor-text {
    font-size: 12px !important;
    line-height: 45px !important;
    ;
  }

  .close-popup {
    right: 0;
  }
}

@media screen and (max-width: 345px) {
  .wheel {
    width: 250px !important;
  }

  .cursor-text {
    font-size: 10px !important;
    line-height: 43px !important;
    ;
  }
}

.button {
  position: relative;
  max-width: 290px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px;

  font-size: 25px;
  text-align: center;
  color: #ffffff;
  font-style: normal;

  background: #43cd02;
  border: 1px solid #c5c1c1;
  border-width: 1px 1px;
  border-radius: 3px;
  cursor: pointer;
}

.button:hover {
  background: #009019;
}


.input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  height: 44px;
  font-size: 18px;
  color: #464646;

  border: 1px solid #c5c1c1;
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: 1px 1px 4px #ebebeb;
  box-shadow: 1px 1px 4px #ebebeb;
}

select.input {
  background: #ffffff url('../images/triangle.png') no-repeat 98% center;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}

.input:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}

.input:placeholder {
  color: #909090;
}