html {
  min-width: 320px
}

.w100 {
  width: 100%;
}

.center {
  text-align: center !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #fafafa;
}

a {
  color: #23527c;
  text-decoration: underline;
}

a:hover {
  color: #b0493b;
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.sidebar a {
  text-decoration: none;
  color: #333;
}

.logo {
  font-family: 'Rubik Mono One', sans-serif;
  color: #0085cf;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto;
  display: block;
  font-size: 60px;
}

.logo:hover {
  color: #0085cf;
}

.menu {
  background: #0085cf;
}

.nav {
  height: 41px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  line-height: 40px;
}

.nav li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 9px;
}

.nav li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.nav li a:hover {
  color: #afd8f0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.content {
  display: inline-block;
  width: 78%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 0;
}

.content h1 {
  text-align: center;
  margin-bottom: 16px;
}

.content h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  border-top: 3px solid #168de2;
  border-bottom: 3px solid #168de2;
}

.content .photo_block {
  font-size: 0;
  width: 100%;
  max-width: 100%;
}

.content .photo_block img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.cont-prod {
  width: 200px !important;
}

.content p,
.content img:not(.country),
.content h1,
.content h2 {
  margin-bottom: 16px;
}

.content p {
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
}

.content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.content .list {
  margin-bottom: 16px;
}

.content .list p {
  margin-bottom: 0;
}

.quantity {
  color: #45688e;
  font-weight: bold;
  padding: 2px 3px 1px;
  background: #dae2e8;
  margin-top: 30px;
  margin-bottom: 20px;
}

.comment {
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.content .comment .avatar {
  width: 48px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.comm_text {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px)
}

.comm_text>a {
  text-decoration: none;
}

.content .comm_text .user_name {
  color: #2b587a;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
}

.content .comm_text .text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.nowrap {
  white-space: nowrap;
}

.content .comm_text .time {
  color: #999;
  margin-bottom: 0;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  background: #fff;
  padding: 25px 10px 0;
}

.sidebar img {
  width: 100%;
  margin-bottom: 5px;
}

.ev-footer {
  padding-top: 0 !important;
}

.sidebar p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.footer {
  margin: 0px auto;
  text-align: center;
}

.burg {
  display: none;
}

@media all and (max-width: 1000px) {
  .w100 {
    width: 670px;
  }

  .sidebar {
    display: none;
  }

  .content {
    width: 100%;
  }

  .logo {
    font-size: 50px;
    margin: 5px auto;
  }

  .content h1 {
    font-size: 22px;
  }

  .nav {
    background: #0085cf;
  }

  .content img {
    width: auto;
  }
}

form {
  max-width: 320px;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input::placeholder {
  font-family: sans-serif;
  color: grey !important;
}

.btnbtn {
  animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px #de0606;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.btnbtn {
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255) ! important;
  background-color: #de0606;
  display: inline-block;
  padding: 10px 50px;
  margin: 30px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  animation: shadow-pulse2 1s infinite;
  font-weight: 700;
  white-space: normal;
}

/*======================================*/

/*order_block*/

.price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-block {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpa__order_form {
  max-width: 300px;
}

.timer-wrap {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center !important;
}

.inL_408671 {
  margin-bottom: 10px;
  text-align: center !important;
  font-size: 18px;
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 25px;
  line-height: 0;
  margin: 0 18px;
  white-space: nowrap
}

.js_old_price {
  margin-right: 18px;
  white-space: nowrap
}


.main-link {
  display: block;
  margin: 20px auto;
  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
}

.prod_img_wrapper {
  max-width: 300px;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

.prod_img {
  width: 190px !important;
  margin-right: 50px !important;
  margin-bottom: 0 !important;
}

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 15px;
  margin: 0 auto;
}

.discountс {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.js_old_price {
  margin-bottom: 0 !important;
  display: block;
  text-align: center;
}

.js_old_price+p {
  margin-bottom: 0;
  text-align: center;
}

.js_old_price span {
  text-decoration: line-through;
}

.wheel_input {
  width: 100%;
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
  box-sizing: border-box;
}

.data_label {
  line-height: 30px;
  display: block;
}

input::-ms-clear {
  display: none;
}

.main-link {
  display: block;
  margin: 20px auto 0;
  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: 0.8;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

@media (max-width: 992px) {

  .prod-block {
    justify-content: center;
  }

  .prod_img {
    margin-right: 50px;
  }
}

@media (max-width: 639px) {
  .prod-block {
    flex-direction: column;
  }

  .prod_img {
    margin: 0 0 20px 0 !important;
  }

  .main-link {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 480px) {
  input {
    width: 90%
  }

  .inL_408671 {
    font-size: 18px;
  }
}

/*order_block END*/

.buton {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 6px 0 20px;
  color: #fff;
  cursor: pointer;
}

.center {
  text-align: center !important;
}

.prod {
  max-width: 200px;
  margin: auto;
}

.buton:visited {
  color: #fff
}

@media (min-width: 346px) {
  .buton {
    font-size: 19px
  }
}

@media (min-width: 374px) {
  .buton {
    font-size: 26px
  }
}

.buton:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0 1px 0 0;
  -webkit-box-shadow: 0 1px 0 0;
  -moz-box-shadow: 0 1px 0 0
}

.low_header {
  font-size: 20px;
}

.red {
  background-color: #ee1104;
  border-bottom: 5px solid #d21206;
}

.red:hover {
  background-color: #f21406;
  text-decoration: none;
  color: #fff;
}

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center
}

.spin-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box
}

.spin-wrapper p {
  text-align: center !important;
  margin-bottom: 15px
}

.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 {
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  border-radius: 50%;
  vertical-align: middle;
  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) 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 {
  width: 30px;
  height: 30px;
  background-image: url('../images/cross.svg');
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0px
}

.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)
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 pop-up-appear
}

.pop-up-window::after,
.pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 pop-up-appear-before
}

.pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  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 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 !important;
  margin-bottom: 20px !important
}

.pop-up-text {
  margin-bottom: 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #414141 !important;
  font-weight: 400
}

.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #71c341 !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important
}

.wheel img {
  max-width: 100%;
  margin-bottom: 0 !important;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important
  }

  .pop-up-heading {
    font-size: 33px !important
  }

  .pop-up-text {
    margin-bottom: 15px !important
  }

  .cursor-text {
    line-height: 40px;
    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;
    cursor: pointer
  }
}

.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
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg)
  }

  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg)
  }
}

.order_block {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

@media (max-width: 767px) {
  .content p {
    text-align: left;
    font-size: 16px;
  }

  .content .comm_text .text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spin-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}