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

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: #fafafa;
}

a {
  font-weight: 700;
  color: #23527c;
  text-decoration: underline;
  transition: all .3s ease-out;
}

a:hover {
  color: #b0493b;
}

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

.sidebar a {
  text-decoration: none;
  color: #333;
  transition: all .3s ease-out;
}

.sidebar a p {
  transition: all .3s ease-out;
}

.sidebar a:hover p {
  color: #A12000;
}

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

.nav {
  background: #0085cf;
  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;
}

.social {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.social li .facebook {
  color: #3b5998;
}

.social li .youtube {
  color: #d8362a;
}

.social li .twitter {
  color: #55bfee;
}

.social li:not(:first-of-type) {
  margin-left: 10px;
}

.content {
  display: inline-block;
  width: 71%;
  padding-right: 2%;
  background: #fff;
  padding: 25px 20px;
}

.soc_crumbs {
  font-size: 0;
  background: #eee;
  padding: 5px;
}

.soc_crumbs .soc_img {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.content .soc_crumbs .soc_img img {
  width: auto;
  margin-bottom: 0;
}

.soc_crumbs span {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 13px;
  text-align: right;
}

.content h1 {
  text-align: center;
  margin-bottom: 16px;
}

.content h2 {
  font-size: 19px;
  border-bottom: 3px solid #168de2;
  padding-bottom: 15px;
}

.content .photo_block {
  font-size: 0;
  width: 100%;
  max-width: 100%;
}

.content .photo_block img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.btn {
  background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -moz-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 310px;
  max-width: 90%;
  margin: 20px auto;
}

.btn:hover {
  background: rgb(60, 176, 253) -webkit-gradient(linear, left top, left bottom, from(rgb(60, 176, 253)), to(rgb(52, 152, 219))) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) -webkit-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) -moz-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) -o-linear-gradient(top, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff;
}

.content p,
.content img:not(.country),
.content h1,
.content h2 {
  margin-bottom: 10px;
}

.content p {
  line-height: 1.5625;
}

.content img {
  display: block;
  /* width: 100%; */
  max-width: 100%;
  margin: 15px auto;
}

.comment img {
  margin-left: 0;
}

.content .prod {
  width: 365px;
  max-width: 90%;
  margin: 0 auto 16px;
}

.content .list {
  margin-bottom: 16px;
}

.content .list p {
  margin-bottom: 0;
}

.social_block {
  border: 2px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
}

.content .social_block span {
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
}

.content .social_block img {
  width: auto;
  margin: 0;
}

.quantity {
  color: #45688e;
  font-weight: bold;
  padding: 2px 3px 1px;
  background: #dae2e8;
  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: 12px;
  margin-bottom: 0px;
}

.content .comm_text .text {
  font-size: 15px;
}

.content .comm_text .time {
  color: #999;
  margin-bottom: 0;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  background: #fff;
  padding: 25px 0 0;
}

.sidebar img {
  width: 100%;
  margin-bottom: 6px;
}

.sidebar p {
  font-weight: bold;
  margin-bottom: 16px;
}

.footer {
  padding: 20px 1.5%;
  margin: 0px auto;
  text-align: center;
}

.burg {
  display: none;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 781px;
  height: 460px;
  background: #658fc4;
  border: 5px solid #dddddd;
  padding: 30px;
  display: none;
}

.popup h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.popup img {
  width: 190px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.popup .text {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
}

.popup .text p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
}

.popup .popup_btn {
  display: block;
  max-width: 345px;
  margin: 10px auto;
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px !important;
  margin-top: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.popup .popup_btn:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #fff;
  color: #658fc4;
}

.close {
  position: absolute;
  top: -39px;
  right: -43px;
  border: 3px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #658fc4;
  cursor: pointer;
}

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

  .social,
  .soc_crumbs,
  .sidebar,
  .social_block,
  .nav li {
    display: none;
  }

  .content {
    width: 100%;
  }

  .logo {
    font-size: 50px;
    margin: 5px auto;
  }

  .content h1 {
    font-size: 22px;
  }

  .btn {
    font-size: 18px;
  }

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

  .burg img {
    width: 40px;
  }

  .nav {
    background: #0085cf;
    line-height: 0;
  }

  .popup {
    width: 315px;
    height: auto;
    padding: 10px;
  }

  .popup img {
    width: 170px;
    margin: 0 auto;
    display: block;
  }

  .popup .text {
    width: 100%;
  }

  .popup h1 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .popup .text p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .popup .popup_btn {
    font-size: 16px;
  }
}

.countdown-block {
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding-bottom: 10px;
  box-shadow: 0 0 black;
}

.countdown-block>h3 {
  font-weight: 800;
  font-size: 29px;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}

.countdown-container {
  max-width: 320px;
  background: #ed1b24;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}

.countdown-container h3 {
  max-width: 240px;
  color: #fffd07;
  margin: 0 auto;
  margin-top: -10px;
  background: #ed1b24;
  width: 90%;
  text-transform: uppercase;
  font-weight: 800;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
  color: white;
}

.countdown-item {
  color: #fff;
  width: 80px;
  font-weight: bold;
  text-align: center;
}

.countdown-divider {
  color: #fff;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #ed1b24;
  width: 90%;
  color: #fffd07;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  /*width: 4rem;
margin-right: 2rem;*/
  text-align: center;
  width: 33%;
}

.best-form {
  font: 16px/1.2 "Roboto", sans-serif;
  padding: 1rem;
  padding-bottom: 20px;
  color: #fff;
  background-color: #fa0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAxNjAwIDgwMCc+PGcgPjxwYXRoIGZpbGw9JyNmZmI4MDMnIGQ9J000ODYgNzA1LjhjLTEwOS4zLTIxLjgtMjIzLjQtMzIuMi0zMzUuMy0xOS40Qzk5LjUgNjkyLjEgNDkgNzAzIDAgNzE5LjhWODAwaDg0My44Yy0xMTUuOS0zMy4yLTIzMC44LTY4LjEtMzQ3LjYtOTIuMkM0OTIuOCA3MDcuMSA0ODkuNCA3MDYuNSA0ODYgNzA1Ljh6Jy8+PHBhdGggZmlsbD0nI2ZmYzYwNycgZD0nTTE2MDAgMEgwdjcxOS44YzQ5LTE2LjggOTkuNS0yNy44IDE1MC43LTMzLjVjMTExLjktMTIuNyAyMjYtMi40IDMzNS4zIDE5LjRjMy40IDAuNyA2LjggMS40IDEwLjIgMmMxMTYuOCAyNCAyMzEuNyA1OSAzNDcuNiA5Mi4ySDE2MDBWMHonLz48cGF0aCBmaWxsPScjZmZkNDBjJyBkPSdNNDc4LjQgNTgxYzMuMiAwLjggNi40IDEuNyA5LjUgMi41YzE5Ni4yIDUyLjUgMzg4LjcgMTMzLjUgNTkzLjUgMTc2LjZjMTc0LjIgMzYuNiAzNDkuNSAyOS4yIDUxOC42LTEwLjJWMEgwdjU3NC45YzUyLjMtMTcuNiAxMDYuNS0yNy43IDE2MS4xLTMwLjlDMjY4LjQgNTM3LjQgMzc1LjcgNTU0LjIgNDc4LjQgNTgxeicvPjxwYXRoIGZpbGw9JyNmZmUxMTEnIGQ9J00wIDB2NDI5LjRjNTUuNi0xOC40IDExMy41LTI3LjMgMTcxLjQtMjcuN2MxMDIuOC0wLjggMjAzLjIgMjIuNyAyOTkuMyA1NC41YzMgMSA1LjkgMiA4LjkgM2MxODMuNiA2MiAzNjUuNyAxNDYuMSA1NjIuNCAxOTIuMWMxODYuNyA0My43IDM3Ni4zIDM0LjQgNTU3LjktMTIuNlYwSDB6Jy8+PHBhdGggZmlsbD0nI2ZmZWYxNScgZD0nTTE4MS44IDI1OS40Yzk4LjIgNiAxOTEuOSAzNS4yIDI4MS4zIDcyLjFjMi44IDEuMSA1LjUgMi4zIDguMyAzLjRjMTcxIDcxLjYgMzQyLjcgMTU4LjUgNTMxLjMgMjA3LjdjMTk4LjggNTEuOCA0MDMuNCA0MC44IDU5Ny4zLTE0LjhWMEgwdjI4My4yQzU5IDI2My42IDEyMC42IDI1NS43IDE4MS44IDI1OS40eicvPjxwYXRoIGZpbGw9JyNmZmVhMzQnIGQ9J00xNjAwIDBIMHYxMzYuM2M2Mi4zLTIwLjkgMTI3LjctMjcuNSAxOTIuMi0xOS4yYzkzLjYgMTIuMSAxODAuNSA0Ny43IDI2My4zIDg5LjZjMi42IDEuMyA1LjEgMi42IDcuNyAzLjljMTU4LjQgODEuMSAzMTkuNyAxNzAuOSA1MDAuMyAyMjMuMmMyMTAuNSA2MSA0MzAuOCA0OSA2MzYuNi0xNi42VjB6Jy8+PHBhdGggZmlsbD0nI2ZmZTU0NycgZD0nTTQ1NC45IDg2LjNDNjAwLjcgMTc3IDc1MS42IDI2OS4zIDkyNC4xIDMyNWMyMDguNiA2Ny40IDQzMS4zIDYwLjggNjM3LjktNS4zYzEyLjgtNC4xIDI1LjQtOC40IDM4LjEtMTIuOVYwSDI4OC4xYzU2IDIxLjMgMTA4LjcgNTAuNiAxNTkuNyA4MkM0NTAuMiA4My40IDQ1Mi41IDg0LjkgNDU0LjkgODYuM3onLz48cGF0aCBmaWxsPScjZmZlMTU3JyBkPSdNMTYwMCAwSDQ5OGMxMTguMSA4NS44IDI0My41IDE2NC41IDM4Ni44IDIxNi4yYzE5MS44IDY5LjIgNDAwIDc0LjcgNTk1IDIxLjFjNDAuOC0xMS4yIDgxLjEtMjUuMiAxMjAuMy00MS43VjB6Jy8+PHBhdGggZmlsbD0nI2ZmZGM2NCcgZD0nTTEzOTcuNSAxNTQuOGM0Ny4yLTEwLjYgOTMuNi0yNS4zIDEzOC42LTQzLjhjMjEuNy04LjkgNDMtMTguOCA2My45LTI5LjVWMEg2NDMuNGM2Mi45IDQxLjcgMTI5LjcgNzguMiAyMDIuMSAxMDcuNEMxMDIwLjQgMTc4LjEgMTIxNC4yIDE5Ni4xIDEzOTcuNSAxNTQuOHonLz48cGF0aCBmaWxsPScjZmZkNzcxJyBkPSdNMTMxNS4zIDcyLjRjNzUuMy0xMi42IDE0OC45LTM3LjEgMjE2LjgtNzIuNGgtNzIzQzk2Ni44IDcxIDExNDQuNyAxMDEgMTMxNS4zIDcyLjR6Jy8+PC9nPjwvc3ZnPg==);
  background-size: cover;
}

form {
  max-width: 320px;
  margin: 0 auto;
}

.product {
  max-width: 320px;
  margin: 0 auto;
  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: 0 1rem;
  font-size: 35px;
  color: #000;
  position: relative;
}

.product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
}

.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}

.product .price {
  color: #ed1b24;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
}

.product .price span {
  font-weight: 300;
  font-size: 50%;
  margin-left: 5px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.country-input,
.name-input,
.phone-input {
  color: #000;
  background: #fff;
  border: 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all 0.15s ease-in-out;
}

.name-input input,
.phone-input input,
.country-input select {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 6px;
}

input::placeholder {
  text-decoration: underline dotted;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: grey !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/customselect.png") center right 15px no-repeat, #ffffff;
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 "Roboto", sans-serif;
  font-weight: 400;
}

.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 400;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}

#only-mob {
  display: none;
}

@media screen and (max-width: 759px) {
  .product {
    display: block;
  }

  .product .left,
  .product .right {
    width: 100%;
  }

  #not-on-mob {
    display: none;
  }

  #only-mob {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}

.pulse {
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.btnbtn {
  animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px 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: #008000;
  display: inline-block;
  padding: 10px 50px;
  margin-bottom: 0px;
  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: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation: shadow-pulse2 1s infinite;
  font-weight: 700;
}

.img-responsive {
  width: 100%;
}

.countdown-container h3 {
  font-size: 1rem;
}

.countdown-text {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.6rem;
}

.product .price-old span {
  font-size: 35px;
}

.product .price {
  font-size: 40px;
}

@media screen and (max-width: 759px) {
  .img-responsive {
    margin: 0 auto;
    width: 100%;
  }
}


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

  margin-bottom: 20px;
}

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

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

.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: 1;
  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);
  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)));
  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%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
  font-size: 18px;
}

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



.content .product img {
  width: 160px;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

form {
  display: block !important;
  margin: 20px auto 0 !important;
  text-align: center !important;
}

p.pric {
  position: relative;
  right: -50px;
  bottom: -50px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 154px;
  height: 87px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-16deg);
  text-align: center !important;
  margin: -160px auto 30px;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 19%;
  padding: 5px;
}

.pricÃ‚Â span {
  display: block !important;
  font-size: 22px !important;
}

.old_price {}

.old_price span {
  display: inline-block !important;
  font-weight: normal !important;
}

.new_price {
  border-bottom: 2px solid #f00;
  margin: 0 auto;
  width: 100px;
}

.timer {
  font-size: 18px;
  font-weight: normal;
  margin: 75px 0 20px;
  text-align: center;
}

#clock span {
  color: #f00;
  font-weight: bold;

}

label {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.form_group {
  padding: 10px;
  display: block;
  margin: 10px auto;
  border: 2px solid grey;
  border-radius: 5px;
  width: 460px;
  max-width: 100%;
}

.form_btn {
  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;
}

.form_btn:hover {
  opacity: 0.8;
}

.order_block h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.red {
  color: #f00;
}

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

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

@media all and (max-width: 768px) {
  .head .manager span {
    display: none;
  }

  #chat__wrapper {
    animation: 2s infinite trambling-animation;
    max-width: 58%;
  }

  .chat_container {
    left: 10px;
    max-width: 94%;
  }

  .height_active {
    max-width: 100% !important;
  }
}

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

  .timer {
    font-size: 18px;
    font-weight: normal;
    margin: 117px 0 20px;
    text-align: center;
  }

  p.pric {
    position: relative;
    right: -50px;
    bottom: -90px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 123px;
    height: 64px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -160px auto 30px;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 19%;
    padding: 5px;
  }

  .pricÃ‚Â span {
    display: block !important;
    font-size: 22px !important;
  }

  .old_price {}

  .old_price span {
    display: inline-block !important;
    font-weight: normal !important;
  }

  .new_price {
    border-bottom: 2px solid #f00;
    margin: 0 auto;
    width: 100px;
  }


  .cursor-text {
    line-height: 36px;
    font-size: 11px;
  }
}

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

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

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

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

}


@media all and (max-width: 1000px) {
  .widget {
    display: none !important;
  }

}

.prod {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px;
}

.pulse {
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #A12000;
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px #A12000;
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}


.btnbtn {
  animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px #A12000;
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.btnbtn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 35px auto 15px;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 0px -1px 0px #A12000;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255) ! important;
  background-image: none;
  background-color: #A12000;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: all .3s;
  animation: shadow-pulse2 1s infinite;
  cursor: pointer;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .order_block {
    margin-left: -20px;
    margin-right: -20px;
  }

  .countdown-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quantity {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
}

/*@media (max-width: 991px) {
  .comment:nth-last-of-type(n+7) {
    display: none !important;
  }
}*/