* {
  margin: 0;
  padding: 0
}

*,
*:after {
  box-sizing: border-box
}

body {
  background: #fff;
  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  width: 100%
}

a {
  color: #0a78c2 !important;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline
}

p {
  margin: 15px 0;
  text-align: justify;
}

b {
  font-weight: 700
}

img {
  border: medium none;
  padding-top: 5px;
  max-width: 100%;
  display: block;
}

h1 {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1
}

h2 {
  margin: 10px 0;
  font-size: 24px
}

h3 {
  margin: 2px 0 10px;
  font-size: 22px;
  font-weight: 400
}

.container {
  width: 960px;
  margin: 0 auto
}

.left-column {
  width: 630px;
  display: inline-block;
  vertical-align: top;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  margin-right: 20px;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.sidebar {
  width: calc(100% - 654px);
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.sidebar-bloggers {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  padding: 15px;
  margin-bottom: 20px
}

.sidebar-bloggers-avatar {
  display: inline-block
}
.vk-comment-like-count {
  cursor: pointer;
}
.vk-container {
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
  display: table;
  clear: both;
}

.vk-header {
  background: none repeat scroll 0 0 #dae2e8;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
  min-height: 60px
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none
}

.vk-comment-name:hover {
  text-decoration: none
}

.vk-comment-text {
  margin-left: 60px
}

.vk-comment-date {
  margin-left: 60px;
  color: #999
}

.vk-comment-like {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 16px;
  display: inline-block;
  text-decoration: none
}

.vk-comment-like-count {
  padding-left: 20px;
  font-weight: 700;
  color: #7295b2;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  position: relative;
}

.vk-comment-like-count:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
  position: absolute;
  width: 13px;
  height: 13px;
  background-size: cover;
  left: 0;
  top: 1px;
}

.btn {
  max-width: 360px;
  line-height: 1;
  font-size: 24px;
  margin: 20px auto 25px;
  display: block;
  cursor: pointer;
  padding: 10px;
  border: none;
  border-radius: 10px;
  color: #fff !important;
  text-align: center;
  background-color: #eb0000;
  transition: 0.3s;
}

.btn:hover {
  text-decoration: none;
  background-color: #ca0000;
}

@media (max-width: 992px) {
  .sidebar {
    display: none
  }

  .imm {
    max-width: 570px;
    width: 100%;
    display: block;
    float: none !important;
    margin: 0 auto 20px !important;
  }

  .prod__img {
    float: right !important;
    max-width: 200px;
    margin: 0 0 10px 10px !important;
  }

  .image__block {
    max-width: 570px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .container {
    width: 100%;
    padding: 0px 10px;
  }

  .left-column {
    width: initial;
    margin: 20px auto 10px auto;
    display: block;
  }
}

@media (max-width: 650px) {
  .container {
    margin: 0;
    padding: 0
  }

  .left-column {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  img {
    max-width: 100%;
    height: auto
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 18px
  }

  .imm {
    float: none !important;
    margin: 0 !important;
    width: 100% !important
  }
}

.order_block {
  font-family: 'Arial', sans-serif;
  display: none;
}
.x_order_form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto 40px;
  position: relative
}

.prod_img {
  width: 100%;
  max-width: 300px
}

.priceс {
  position: absolute;
  font-family: 'Arial', sans-serif;
  right: -100px;
  bottom: -20px;
  color: #000;
  box-shadow: rgba(0, 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, #eea513 0%, #fded13 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: 24px;
  line-height: 0;
  color: red;
  margin: 0 auto
}

.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: 100% !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 10px;
  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
}

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

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px
}

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

.spin-wrapper p {
  text-align: center;
}

.wheel-wrapper {
  text-align: center
}

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

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 49%;
  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: 52%;
  left: 50%;
  font-size: 12px;
  -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) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial, center center, 0, 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%)
}

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

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/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, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 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-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;
  animation: .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-radius: 50%;
  animation: .5s ease .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;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

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

  30% {
    transform: translateY(100px)
  }

  100% {
    transform: translateY(0)
  }
}

@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: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.pop-up-button:hover {
  color: #fff;
  text-decoration: none
}

.wheel img {
  max-width: 100%
}

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

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

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    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
  }

  .prod_img_wrapper {
    margin-bottom: 120px;
  }

  .priceс {
    right: 0;
    bottom: -90px;
  }
}

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

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px
}

@media all and (max-width: 720px) {

  .sidebar {
    display: none
  }
}

@media all and (max-width: 460px) {
  .wheel {
    width: 270px
  }
}

* {
  outline: 0
}

@media (max-width: 480px) {
  .prod__img {
    max-width: 200px;
    display: block;
    margin: 0 auto !important;
  }
}

.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 20px;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}
.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
}

.prod__bottom {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.review__title {
  font-size: 20px;
  color: rgb(76, 53, 121);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0px 0px 20px;
  text-align: center;
  padding: 5px 10px;
}

.review {
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.review h4 {
  text-align: center;
  border-bottom: 1px dotted green;
  color: #000;
  font-size: 15px;
}

.review p {
  font-size: 13px;
  line-height: 1.2;
  margin: 10px 0 15px;
  text-align: left;
}

.review img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}
.header {
  background-color: #d2232e;
  padding: 15px 0;
  margin-bottom: 15px;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-menu {
  margin-right: 25px;
}
.icon-menu__line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
}
.icon-menu__line:not(:last-child) {
  margin-bottom: 5px;
}
.header__logo {
  margin-right: auto;
}
.header__logo img {
  padding: 0;
  display: block;
}
.header__subscribe {
  text-transform: uppercase;
  color: #666 !important;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5.5px 17px;
  border-radius: 2px;
  text-align: center;
  margin-right: 12px;
}
.header__sing {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
}

@media screen and (max-width: 650px) {
  .header__container {
    padding: 0 15px;
  }
  p {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .header__subscribe,
  .header__sing {
    display: none;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__wrapper {
    position: relative;
    justify-content: center;
  }
  .icon-menu {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@-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)
  }
}