.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}
.danger-text {
  color: red;
  font-weight: 700;
  display: block;
}
.order_block {
  display: none;
  text-align: center !important;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.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, 0.6);
  text-align: center;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url('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;
}
.pop-up-heading {
  font-size: 35px;
  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: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  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;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-rƒadius: 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;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -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;
}
@-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: #fff !important;
  text-decoration: none !important;
}
.Figure {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 20px auto;
}
.left_count {
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  text-align: center;
  padding: 0 20px 10px 20px;
  background: red;
  margin: 12px auto;
  color: #fff;
  text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
    1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 130% !important;
  border-radius: 5px;
}
.green_text {
  color: green;
  font-weight: 700;
}
.Figure {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 20px auto;
}
a.button {
  font-size: 120%;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: table;
  margin: 25px auto;
  width: 400px;
  max-width: 100%;
  border-radius: 15px;
  text-decoration: none;
  padding: 15px;
}
a.button:hover {
  background-color: #c11f1f;
}
#comments {
  margin-top: 120px;
}
#comments h2 {
  padding-left: 40px;
  color: #000;
  border-bottom: 0 solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#comments .coment_ava {
  float: left;
  margin-right: 15px;
}
#comments .coment_ava img {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
input {
  outline: 0;
}
input:active {
  outline: 0;
}
:focus {
  outline: 0;
}
button:active,
button:focus {
  outline: 0 !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
.blok_etr {
  display: block;
  padding: 10px;
  background-color: #fafad2;
  margin: 20px auto;
}
.pg {
  position: relative;
  padding-left: 65px;
  margin-bottom: 33px;
}
#comments {
  margin-top: 120px;
}
#comments h2 {
  padding-left: 40px;
  color: #000;
  border-bottom: 0 solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#comments .coment_ava {
  float: left;
  margin-right: 15px;
}
#comments .coment_ava img {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.name {
  font-weight: 700;
}
.ListBlock-root {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 24px;
  font-family: sans-serif;
}
@media only screen and (min-device-width: 32em) {
  .ListBlock-root {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-device-width: 48em) {
  .ListBlock-root {
    margin: 20px 0;
  }
}
.ListBlock-root li {
  margin-left: 25px;
}
.ListBlock-ul li {
  margin-left: 0;
}
.left_count .prod_left_val {
  font-size: 52px !important;
}
@media screen and (max-width: 480px) {
  a.button {
    width: 90%;
  }
}
p.rul_1 {
  text-align: center;
  color: red;
  font-weight: 700;
  padding: 0;
  font-size: 120%;
  margin-bottom: 20px;
}
h4.rul_3 {
  text-align: center;
  color: green;
  font-weight: 700;
  padding: 0;
  font-size: 110%;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0;
  margin: 0 auto;
}
b {
  font-weight: bolder;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0;
  margin: 0 auto;
}
input {
  outline: 0;
}
.priceс {
  position: absolute;
  font-family: sans-serif;
  right: 0;
  bottom: 10px;
  color: #000;
  -webkit-box-shadow: rgb(0 0 0 / 80%) 0 3px 30px;
  box-shadow: rgb(0 0 0 / 80%) 0 3px 30px;
  width: 165px;
  height: 125px;
  text-align: center !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transform: rotateZ(-7deg);
  transform: rotateZ(-7deg);
  margin: 0 auto 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eea513),
    to(#fded13)
  );
  background: linear-gradient(to right, #eea513 0, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 19%;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0;
  margin: 0 auto;
}
span.discountс {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}
@media (max-width: 500px) {
  span.discountс {
    font-size: 14px;
  }
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0;
  margin: 0 auto;
}
.red {
  color: red;
}
.ct {
  text-align: center;
}
h2 {
  line-height: 30px;
}
@media screen and (max-width: 414px) {
  .header__logo .spec {
    display: none;
  }
}
@media (max-width: 500px) {
  .priceс {
    max-height: 100px;
    bottom: 15px;
  }
}
