* {
  box-sizing: border-box;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.logo a {
  display: inline-block;
  vertical-align: middle;
  color: #a5a5a5;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.logo a:hover {
  text-decoration: none;
  color: #a5a5a5;
}

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

.logo img {
  display: inline-block;
  vertical-align: middle;
}

.header ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  width: calc(91% - 193px);
  text-align: right;
}

.header .content {
  border-bottom: 1px solid #ccc;
}

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

.header ul li a {
  text-decoration: none;
  color: #565656;
  padding: 5px 15px;
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: center;
}

.header ul li a:hover {
  color: #2981b7;
}

.cenz-image img {
  width: auto;
  max-width: 100%;
}

h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: rgb(10, 10, 10);
  font-size: 23px;
}

h2 {
  display: block;
  line-height: 1.2;
  color: rgb(10, 10, 10);
  font-size: 19px;
  margin-top: 25px;
}

h2::after {
  content: "";
  margin-top: 12px;
  border-bottom: 4px solid rgb(22, 141, 226);
  display: block;
}

a {
  color: rgb(35, 82, 124);
  text-decoration: underline;
}

a:hover {
  color: rgb(176, 73, 59);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: rgb(238, 238, 238) currentcolor currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

body {
  display: block;
  font-family: "Open Sans", sans-serif;
  background: rgb(250, 250, 250) none repeat scroll 0% 0%;
  height: auto;
  color: rgb(68, 68, 68);
  line-height: 1.35em;
  overflow-x: hidden;
  margin: 0;
}

.header {
  display: block;
  width: 100%;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px auto;
}

.content {
  display: block;
  width: 97%;
  max-width: 1000px;
  margin: 0px auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 7px 1.5%;
  position: relative;
}

.content-left {
  display: block;
}

.content-left-social {
  display: block;
  width: 100%;
  background: rgb(238, 238, 238) none repeat scroll 0% 0%;
  padding: 1% 2%;
  margin: 15px 0px;
}

.content-left-social-comments {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px;
}

.content-left-social-comments a {
  margin-left: 1%;
}

.content-left-social::after {
  content: "";
  display: block;
  clear: both;
}

.content-left-doctor {
  display: block;
  width: 96%;
  background-color: rgb(226, 226, 226);
  padding: 2%;
  margin-top: 25px;
}

.content-left-doctor-foto {
  display: block;
  width: 48%;
  float: left;
  margin-right: 2%;
}

.content-left-doctor-foto img {
  width: 100%;
  display: block;
}

.content-left-doctor-text {
  display: block;
  width: 50%;
  float: right;
}

.content-left-doctor::after {
  content: "";
  display: block;
  clear: both;
}

.content-important {
  display: block;
  width: auto;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: black;
  text-decoration: none;
}

.vk-header {
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: transparent none no-repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

.vk-avatar img {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}

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

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1199px) {
  .content-left {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 989px) {
  .content {
    max-width: 750px;
    padding: 3% 6%;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .content-left-social-comments {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 599px) {
  .content-left-doctor-foto {
    float: none;
    width: 100%;
  }

  .content-left-doctor-text {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
}

#popup-coment {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border: 1px solid rgb(218, 226, 232);
  padding: 10px;
  z-index: 100;
  max-width: 375px;
}

#popup-coment .vk-comment-load {
  margin-bottom: 0px;
  border-bottom: 0px none;
  padding-bottom: 0px;
  position: relative;
}

#popup-coment .vk-comment-text {
  margin-bottom: 20px;
  margin-top: 5px;
}

#popup-coment .vk-comment-date {
  padding-bottom: 5px;
}

.vk-comment-read {
  display: block;
  width: auto;
  background: rgb(69, 104, 142) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  font-size: 15px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.6s ease 0s;
  text-decoration: none;
  font-style: normal;
}

.vk-comment-read:hover {
  opacity: 0.7;
  color: rgb(255, 255, 255);
  background: rgb(69, 104, 142) none repeat scroll 0% 0%;
}

.vk-comment-close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 7%;
  cursor: pointer;
}

.vk-comment-close img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #popup-coment {
    bottom: 10px;
    left: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(218, 226, 232);
    padding: 10px;
    z-index: 100;
    max-width: 315px;
    width: 86%;
  }

  #popup-coment .vk-comment-text {
    position: relative;
    margin-bottom: 5px;
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px;
  }

  .vk-comment-read {
    right: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 468px) {
  #popup-coment .vk-comment-text {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin-bottom: 5px;
  }

  #popup-coment .vk-comment-text::after {
    content: "...";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
    font-size: 15px;
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px;
  }

  .vk-comment-read {
    right: 20px;
  }
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, 0.04);
  padding: 12px 15px !important;
  color: rgb(8, 8, 8);
  font-size: 18px;
  font-family: roboto condensed, arial;
  border: 2px solid;
  border-radius: 4px;
  border-color: #bd3d4d;
  text-shadow: 0 0 0 #616161;
  text-indent: 0 !important;
  text-align: left;
}

.pic {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pic .product {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.pic img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1023px) {
  .header ul,
  .content-left-social {
    display: none;
  }

  .logo {
    width: 100%;
    text-align: center;
  }
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff"),
    url("../fonts/fontello.ttf") format("truetype"), url("../img/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cloud:before {
  content: "\e800";
}

/* 'Ã®Â â‚¬' */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* 'Ã¯Æ’Â±' */
.icon-medkit:before {
  content: "\f0fa";
}

.dk {
  background-color: rgb(241, 243, 245);
  border-radius: 10px;
  padding: 7px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.dk p:first-child {
  margin-top: 0;
}

.dk p:last-child {
  margin-bottom: 0;
}

/* 
.dk.doc b:first-child {
    color: red;
}  */

.dk.doc b.name {
  color: red;
}

.dk.kor b.name {
  color: blue;
}

.dk.doc:before {
  content: "";
  background: rgba(0, 0, 0, 0) url(../img/doccircle.jpg) no-repeat scroll 0% 0% / 100% auto;
  float: left;
  padding: 47px;
  margin-right: 10px;
}

.dk.kor:before {
  content: "";
  background: rgba(0, 0, 0, 0) url(../img/kor.jpg) no-repeat scroll 0% 0% / 100% auto;
  float: left;
  padding: 47px;
  margin-right: 10px;
}

.comments {
  display: flex;
  flex-direction: column-reverse;
}

#comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

.comments #comment_num {
  display: none;
}

.no-wht {
  color: #fff;
  margin: 20px auto;
  text-align: center;
  max-width: 500px;
  line-height: 1.3;
}

.whatsappinfo {
  margin-top: 100px;
  border: 2px solid red;
  width: 90%;
  padding: 10px;
  border-radius: 5px;

  animation: 1s pulse infinite alternate ease-in-out, 1s shadow infinite alternate ease-in-out;
  color: rgb(60, 168, 76);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

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

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0);
  }

  70% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 1);
  }
}

.comment h2:after {
  display: none;
}

#comment-component-text {
  display: flex;
  flex-direction: column;
}

.form-comment {
  order: 5;
}

.firstComment {
  order: 3;
}

.newComment {
  order: 4;
}

.comment__text a {
  color: red;
}

.timer_wrap {
  display: inline-block;
}

.submit-form:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: "";
  position: absolute;
  margin-left: 10px;
}

@-webkit-keyframes dotty {
  0% {
    content: "";
  }

  25% {
    content: ">";
  }

  50% {
    content: ">>";
  }

  75% {
    content: ">>>";
  }

  100% {
    content: "";
  }
}

@keyframes dotty {
  0% {
    content: "";
  }

  25% {
    content: ">";
  }

  50% {
    content: ">>";
  }

  75% {
    content: ">>>";
  }

  100% {
    content: "";
  }
}

#comment-component-text .comment .comment__text img {
  max-width: 300px;
}

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

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

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

.submit-form {
  max-width: 300px;
}

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

.order_block {
  display: none;
}

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

form {
  display: block !important;
  margin: 0 auto !important;
  max-width: 400px;
}

p.pricec {
  position: relative;
  right: -58px;
  bottom: -50px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 180px;
  height: 105px;
  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;
}

.pricec span {
  display: block;
  font-size: 22px;
}

.pricec .old_price {
  text-decoration: line-through;
}

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

.new_price {
  border-bottom: 2px solid #f00;
  margin: 0 auto;
  width: 125px;
  color: red;
  font-weight: bold;
}

.timer {
  font-size: 16px;
  font-weight: normal;
  margin: 0px auto 20px;
  max-width: 500px;
  text-align: center;
}

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

label {
  display: block;
  margin: 10px auto;
  font-size: 15px;
  font-weight: normal;
}

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

.submit-form {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 22px;
  width: 100%;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  animation: 1s pulse infinite alternate ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

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

.submit-form:hover {
  opacity: 0.8;
}

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

.red {
  color: #f00;
}

.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: 0px;
  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;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 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%;
}

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

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

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

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

.cenz-image img,
.contentImg {
  /* width: 100%; */
  /* max-width: 650px; */
}
form {
  position: relative;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

.loader img {
  position: absolute;
  width: 10%;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%);
}

p.pricec {
  position: relative;
  right: -58px;
  bottom: -50px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 180px;
  height: 105px;
  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;
}
.pricec span {
  display: block;
  font-size: 22px;
}
.pricec .old_price {
  text-decoration: line-through;
}
.pricec span {
  display: block;
  font-size: 22px;
}
.new_price {
  border-bottom: 2px solid #f00;
  margin: 0 auto;
  width: 157px;
  font-size: 25px;
  color: red;
  font-weight: bold;
}
.spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px;
}
.order_block {
  font-family: "Arial", sans-serif;
}
.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto;
  position: relative;
}
.prod_img {
  width: 220px;
  max-width: 100%;
}
.pricec {
  position: absolute;
  font-family: "Arial", sans-serif;
  right: 0;
  bottom: 0;

  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 165px;
  height: 98px;
  text-align: center !important;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: -0px auto 0px;
  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-image: initial;
  border-radius: 19%;
}
span.discountc {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0px;
  margin: 0 auto;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.wheel_input,
.country_select {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 65% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}
.data_label {
  line-height: 30px;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}
@media screen and (max-width: 480px) {
  .wheel_input,
  .country_select {
    width: 90% !important;
  }
  .form__checkbox {
    max-width: 90% !important;
  }
}
.main-link {
  display: block;
  margin: 40px 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: 0.8;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}
.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  color: #a12000;
}
.ac_gdpr_fix {
  position: fixed;
  font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif !important;
  font-size: 18px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background-color: #fff;
  z-index: 10000;
  text-align: center;
  padding: 7px 25px;
  border-radius: 15px 15px 0 0;
  color: #000;
  border: 1px solid #000;
  border-bottom: none;
  line-height: 1 !important;
}
.close_gdpr_warn {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  color: red;
}

@media (max-width: 452px) {
  .close-popup {
    right: 8px;
  }
}

.bel-footer-block {
  outline: 0;
}

.center {
  text-align: center;
}

footer {
  padding: 25px;
  text-align: center;
}

.copyright {
  margin: 0;
  font-size: 18px;
}

form {
  --form-border: #333;
  --form-check-border-checked: #de0606;
  --form-check-bg-checked: #de0606;
  --form-check-yes-checked: #de0606;
}

.form__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  max-width: 65%;
  text-align: left;
  width: 100%;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
  border-color: var(--form-check-border-checked)
}

.cenz-image {
  width: 70%;
  margin: 0 auto;
}

/* Timer */

.timer-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.date-second {
  border: 1px solid red;
}

.date-digit {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
}

.day {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #D2D2D2;
}

.dogs {
  margin: 0 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #8B8B8B;
}
