/* Code tidied up by ScrapBook */
body,
html {
  margin: 0px;
}
.spin-wrapper {
  box-shadow: 0px 0px 10px;
  border: 3px solid red;
  padding: 0px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
}
.wheel {
  width: 380px !important;
  margin: 0px auto;
  position: relative;
}
.wheel img {
  max-width: 100%;
  margin-bottom: 13px;
}
.wheel-img {
  transition: all 4s ease 0s;
}
.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px/61px Arial !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgb(204, 204, 204);
  top: 48%;
  left: 50%;
  -moz-user-select: none;
  transform: translate(-50%, -50%);
  box-shadow: 0px -2px 0px rgb(255, 255, 255) inset, 0px 2px 0px rgb(255, 255, 255) inset,
    0px 0px 5px rgba(0, 0, 0, 0.4);
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.order_block {
  display: none;
  text-align: center !important;
}
.order_block img {
  width: 100%;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.spin-result-wrapper {
  display: none;
  padding: 0px 10px;
  box-sizing: border-box;
  width: 100%;
  top: 0px;
  z-index: 999;
  left: 0px;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: rgb(255, 255, 255) none repeat scroll 0px 0px;
  text-align: center;
  padding: 70px 10px 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}
.cursor-text:active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: rgb(255, 255, 255) none repeat scroll 0px 0px;
  text-align: center;
  padding: 70px 10px 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.pop-up-button:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}
@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;
  }
}
@media screen and (max-width: 600px) {
  .order_block img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .cursor-text {
    top: 47%;
  }
}
@media screen and (max-width: 400px) {
  .order_block img {
    width: 80%;
  }
}
b,
body,
div,
h1,
h3,
html,
img,
p,
span,
strong {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0px 0px;
}
body {
  line-height: 1;
  font-family: sans-serif;
}
a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0px 0px;
}
* {
  box-sizing: border-box;
}
body {
  background-color: rgb(242, 242, 242);
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: rgb(184, 139, 88);
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0px none;
}
input {
  outline: 0px none;
}
input:active {
  outline: 0px none;
}
:focus {
  outline: 0px none;
}
button:active,
button:focus {
  outline: 0px none !important;
}
button::-moz-focus-inner {
  border: 0px none !important;
}

.best-form {
  font: 16px/1.2 "Roboto", sans-serif;
  padding: 1rem 1rem 40px;
  background-size: cover;
  padding-bottom: 15px;
}

.best-form > .wrap {
  max-width: 320px;
  margin: 0px auto;
  padding: 15px 10px;
}
.product {
  display: flex;
}
.product .left {
  width: 50%;
}
.product .right {
  width: 50%;
  text-align: center;
}
.product .price-old {
  line-height: 1;
}
.product .price-old span {
  display: inline-block;
  padding: 0px 1rem;
  font-size: 2rem;
  color: rgb(0, 0, 0);
  position: relative;
}

.product .price-old span::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 45%;
  right: 0px;
  border-top: 5px solid rgb(237, 27, 36);
  transform: rotate(-25deg);
  width: 90%;
}

.product .price-old span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 45%;
  right: 0px;
  border-top: 5px solid rgb(237, 27, 36);
  transform: rotate(25deg);
  width: 90%;
}

@media (max-width: 759px) {
  .product .price-old span::before {
    width: 60%;
    transform: rotate(-25deg) translate(-50%, -50%);
    left: 50%;
    transform-origin: left;
  }
  .product .price-old span::after {
    width: 60%;
    transform: rotate(25deg) translate(-50%, -50%);
    left: 50%;
    right: auto;
    transform-origin: left;
  }
}
.product .discount-text {
  margin-top: 1rem;
  color: rgb(0, 0, 0);
  font-size: 18px;
}
.product .price {
  color: rgb(237, 27, 36);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
}

input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.name-input,
.phone-input {
  color: rgb(0, 0, 0);
  border: 0px none;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out 0s;
}
.name-input input,
.phone-input input {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border: 0px none;
  font: inherit;
  color: inherit;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0px;
  padding: 10px 15px 10px 0px;
  border-radius: 6px;
}
.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0px auto;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border-radius: 6px;
  border: 0px none;
  padding: 14px 0px;
  background-image: linear-gradient(to top, rgb(19, 124, 9), rgb(22, 172, 12));
  transition: all 0.15s ease-in-out 0s;
  cursor: pointer;
  font: 400 18px/1.4 "Roboto", sans-serif;
}
.button-submit-text {
  color: rgb(255, 255, 255);
  flex: 1 1 auto;
  font-family: inherit;
  font-style: inherit;
  font-size: 22px;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-weight: 400;
  margin-left: auto;
}
.button-submit-arrow {
  width: 0px;
  height: 0px;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid rgb(255, 255, 255);
  margin-right: 15px;
}