* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

.center {
  text-align: center;
}

.wrapper {
  overflow: hidden;
}

.wrapp_prod {
  pointer-events: none;
  display: inline-block;
  position: relative;
}

.div p {
  color: #f00;
}

.div h4 span {
  color: #f00;
  text-align: center;
}

.prod {
  display: block;
  max-width: 280px;
  margin: auto;
  width: 100%;
}

.form_title {
  padding-top: 40px;
  text-align: center;
  margin: 11px 0;
}

.platePrice {
  position: absolute;
  /* width: 100%; */
  /* max-width: 180px; */
  left: 17%;
  top: 60%;
  padding: 15px;
  border: 3px solid #ffffff;
  background: rgb(234, 152, 46);
  background: -moz-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
  background: linear-gradient(to right, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea982e', endColorstr='#fce43d', GradientType=1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) rotate(-15deg);
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -moz-transform: translate(-50%, -50%) rotate(-15deg);
  -o-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  border-radius: 19%;
}

.platePrice_text {
  font-size: 24px !important;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto 5px !important;
}

.platePrice_price._old {
  text-decoration: line-through;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

.platePrice_price._new {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid red;
  line-height: 1;
}

.one {
  width: 95%;
  margin-left: 50px;
}

.main-link {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  padding: 20px 5px;
  font-size: 18px;
  text-decoration: none;
  background-color: rgb(222, 6, 6);
  text-align: center;
  color: rgb(255, 255, 255) !important;
  border-radius: 4px;
}

.main-link:hover {
  opacity: 0.8;
}

.discount {
  position: relative;
  margin-bottom: 70px;
}

.discount:hover::after {
  animation: 0.5s ease 0s normal none 1 running shake;
  transform-origin: center top 0px;
}

.main-link-bottom {
  max-width: 400px;
}

select {
  display: block;
  padding: 10px;
  width: 440px;
  margin: 0 auto;
  border: 2px solid grey;
  border-radius: 5px;
  max-width: 90%;
}

input {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 440px;
  border: 2px solid grey;
  border-radius: 5px;
  max-width: 90%;
}

form {
  display: block;
  margin: 0 auto;
  text-align: center;
}

button {
  border: none;
  cursor: pointer;
}

/*SPIN STYLES*/
.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;
  margin: 20px auto;
}

#align .spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px;
}

.wheel-wrapper {
  text-align: center;
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}

.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%;
  line-height: 61px;
  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: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  /* Old browsers */
  /* FF3.6+ */
  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)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  /* Opera 12+ */
  /* IE10+ */
  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%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  ;
}

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

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url('../img/cross.svg');
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

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

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 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;
}

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

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

  100% {
    transform: translateY(0px);
  }
}

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

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

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

  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

.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(1783deg);
    transform: rotate(1783deg)
  }

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

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

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

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

  .limit {
    max-width: 320px!important;
  }

  .red {
    font-size: 18px!important;
  }

  .cursor-text {
    line-height: 39px;
    font-size: 14px;
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../img/cross.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.head {
  background-color: #405827;
  background-image: url(../img/head-bg.png);
  border-color: #e7e7e7;
  background-size: cover;
  padding: 10px;
}

.limit {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.logo, .logoImg {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.logoImg img {
  width: 100%;
  max-width: 110px;
}

.logo h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}

.nav {
  background: #0f2827;
  text-align: center;
}

.nav ul li {
  display: inline-block;
  vertical-align: middle;
}

.nav ul li a {
  display: block;
  padding: 6px 6px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
}

.nav ul li a:hover {
  background: #3daae7;
}

.head h2 {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 43px;
  vertical-align: baseline;
  text-decoration: none;
  color: #e2d2d2;
  font-size: 14pt;
  font-weight: normal;
}

a {
  color: rgb(102, 153, 204);
}

.main {
  padding: 10px;
  box-sizing: border-box;
  background: white;
}

h3 {
  text-align: center;
  padding: 20px 0;
}

.main .imgCenter {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.center {
  text-align: center;
  padding: 10px 0;
}

p {
  padding: 10px 0;
}

.red {
  color: red;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 10px 0;
}

.bold {
  font-weight: bold;
}

.forSpoil {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.forSpoil .spoil {
  position: relative;
  /*background: url('../img/pointer.png') no-repeat 50% 50% rgba(0, 0, 0, .95);*/
  transition: 0.2s;
  cursor: pointer;
}

.forSpoil .spoil:hover {
  background: none;
}

.forSpoil .spoil img {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
}

.iside a {
  color: red;
}

.btn {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  padding: 20px 5px;
  font-size: 20px;
  text-decoration: none;
  background-color: rgb(222, 6, 6);
  text-align: center;
  color: rgb(255, 255, 255) !important;
  border-radius: 4px;
  position: relative;
  margin-bottom: 80px;
}

.btn2 {
  display: block;
  margin: 20px auto;
  max-width: 300px;
  padding: 20px 5px;
  font-size: 20px;
  text-decoration: none;
  background-color: rgb(222, 6, 6);
  text-align: center;
  color: rgb(255, 255, 255) !important;
  border-radius: 4px;
  position: relative;
  margin-bottom: 80px;
}

.list {
  padding: 10px 18px;
  box-sizing: border-box;
}

.btn:before {
  content: url('../img/discount.png');
  position: absolute;
  left: 122px;
  top: 56px;
}

.btn:hover, .btn2:hover {
  opacity: 0.8;
}

.left {
  text-align: left;
  padding: 0;
}

.comments .comment {
  border: 1px solid rgb(96, 165, 212);
  margin: 30px 0;
  padding: 5px;
  border-radius: 5px;
}

.comments .comment span {
  display: block;
}

.redlit {
  color: red;
}

.footer {
  text-align: right;
  background: #0f2827;
  padding: 20px 0;
}

.footer h2 {
  font-size: 30px;
  color: white;
  font-weight: normal;
}

.footer .logoAbsolue {
  position: absolute;
  left: 0;
  top: -19px;
}

.footer .logoImg img {
  max-width: 70px;
}

.footer h1 {
  font-size: 20px;
}

.burger {
  display: none;
}

.bigA {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  display: block;
}

.littleA {
  text-align: center;
  padding: 10px 0;
  display: block;
}

@media screen and (max-width: 955px) {
  .burger {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 1px 0;
  }

  .burger img {
    width: 100%;
    max-width: 30px;
  }

  .nav ul {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .head h2 {
    display: none;
  }

  .head {
    text-align: center;
  }

  .platePrice {
    left: 27%;
    top: 260px;
  }

  .spin-wrapper {
    margin-bottom: 10px;
  }

  .form_title {
    padding-top: 0;
  }
}

.onlymask__input--hidden {
    left: 50%;
    transform: translateX(-50%);
}