#promo3-template {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
#promo3-template button,
#promo3-template input,
#promo3-template optgroup,
#promo3-template select,
#promo3-template textarea {
  font-family: inherit;
}
#promo3-template header {
  background: #ff0000;
  color: #fff;
  font-size: 28px;
  padding: 10px 0px 8px 0px;
  text-align: center;
}
#promo3-template header img {
  width: 278px;
}
#promo3-template .topimg {
  text-align: center;
}
#promo3-template .topimg img {
  width: 100%;
  margin-top: 0px;
  border-radius: 0px;
}
#promo3-template .land {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  background: rgb(191, 210, 85); /* Old browsers */
  background: -webkit-linear-gradient(
    top,
    rgb(191, 210, 85) 0%,
    rgb(142, 185, 42) 50%,
    rgb(114, 170, 0) 51%,
    rgb(158, 203, 45) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(191, 210, 85) 0%,
    rgb(142, 185, 42) 50%,
    rgb(114, 170, 0) 51%,
    rgb(158, 203, 45) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#promo3-template .topimg a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
#promo3-template .topimg a img {
  width: 100%;
}

#promo3-template h1 {
  margin: 8px 0px;
  font-size: 23px;
  text-align: center;
  font-weight: 800;
  color: #ff0000;
}
#promo3-template h1 span {
  color: #ff0000;
}

#promo3-template h2 {
  margin: 0px 0px 7px 0px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
}
#promo3-template h2 span {
  font-weight: 300;
}
#promo3-template .golova {
  padding: 9px;
  background: #f5f5f5;
}
#promo3-template .golova ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#promo3-template .golova ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 3px;
}
#promo3-template .golova ul li a {
  text-decoration: none;
  color: #000;
}
#promo3-template .img-responsive {
  width: 100%;
}

#promo3-template .story h3 {
  font-weight: 500;
  font-style: italic;
  margin: 12px 0px;
  padding: 0px 10px;
}
#promo3-template .story a {
  color: #2b72d2;
}
#promo3-template .toland {
  border: 3px dashed #000;
  text-align: center;
  background: yellow;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 30px;
  position: relative;
  z-index: 20;
}
#promo3-template .toland:after {
  position: absolute;
  content: " ";
  display: block;
  background-size: 77px;
  width: 75px;
  height: 45px;
  top: -24px;
  left: 29px;
}

#promo3-template .toland span {
  color: #f00;
  font-size: 30px;
  font-weight: 800;
  display: block;
}
#promo3-template .toland strong {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
#promo3-template .buynow li span {
  background: #55b227;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  bottom: 2px;
}
#promo3-template blockquote {
  margin: 0px;
  padding: 0px;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#promo3-template .doc-quote {
  font-style: italic;
  background: #f2f2f2;
  padding: 15px;
  display: block;
  text-align: left;
}

#promo3-template .buynow {
  padding: 20px 10px;
  background: #f9fff6;
}
#promo3-template .buynow ul {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  display: inline-block;
}
#promo3-template .buynow ul li {
  margin-bottom: 5px;
  text-align: left;
  font-size: 18px;
}
#promo3-template .buynow ul li i {
  color: #27c00c;
}

#promo3-template .buynow img {
  width: 100%;
  max-width: 260px;
}
#promo3-template .redgo {
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  background: #9dd53a;
  background: -moz-linear-gradient(
    45deg,
    #9dd53a 0%,
    #a1d54f 50%,
    #80c217 51%,
    #7cbc0a 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #9dd53a 0%,
    #a1d54f 50%,
    #80c217 51%,
    #7cbc0a 100%
  );
  background: linear-gradient(
    45deg,
    #9dd53a 0%,
    #a1d54f 50%,
    #80c217 51%,
    #7cbc0a 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );
  padding: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  border-radius: 3px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-weight: 700;
  border-bottom: 4px solid #7cbc0a;
}
#promo3-template .story p {
  font-size: 16px;
  margin-bottom: 9px;
  margin-top: 9px;
  padding: 0px 8px;
  text-align: justify;
}
#promo3-template .input-group {
  margin-bottom: 10px;
  text-align: center;
}
#promo3-template .pric {
  width: 120px;
  height: 120px;
  line-height: 120px;
  vertical-align: top;
  background: #fdf734;
  color: #ff0000;
  font-size: 48px;
  font-weight: 700;
  border-radius: 50%;
  margin-left: -50px;
  position: relative;
  top: 85px;
  display: inline-block;
}
#promo3-template .pric small {
  font-size: 24px;
  position: relative;
  bottom: 19px;
}

/**
 * FANCY INPUT FORM
 */
#promo3-template .country-input,
#promo3-template .name-input,
#promo3-template .phone-input {
  background: #fff;
  border: 3px solid #bac2b6;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all 0.15s ease-in-out;
}

#promo3-template .name-input input,
#promo3-template .phone-input input {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
}

#promo3-template .country-input select {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  height: 40px;
  color: #000;
}

#promo3-template .button-submit:focus,
#promo3-template .name-input:focus-within,
#promo3-template .phone-input:focus-within {
  outline: 0;
  box-shadow: 0 0 0 5px rgba(26, 151, 26, 0.2);
  border-color: #1a971a;
}

#promo3-template .name-input:focus-within input,
#promo3-template .phone-input:focus-within input {
  outline: 0;
}

#promo3-template .country-input {
  padding: 10px 15px;
}

#promo3-template .country-input .country {
  width: 24px;
  height: 18px;
  border-radius: 4px;
  margin-right: 5px;
  align-self: center;
}

#promo3-template .phone-input label {
  align-self: center;
  padding-left: 15px;
  margin: 0;
  margin-right: 5px;
  font-weight: bold;
}

#promo3-template .phone-input input {
  padding-left: 0;
}

#promo3-template .button-submit {
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  background: #1a971a;
  padding: 0 14px;
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  border: 0;
  align-items: center;
  border-bottom: 3px solid #036703;
  transition: all 0.15s ease-in-out;
}

#promo3-template .button-submit-text {
  flex: 1 1 auto;
  padding: 14px 0;
}

/* end form */
#promo3-template html {
  padding: 0px;
  margin: 0px;
}

#promo3-template .buynow .visita {
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
  background: rgb(124, 181, 23);

  text-align: center;
  padding: 12px 5px;
  margin: 10px 0px;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  border: 0px !important;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer !important;
}
#promo3-template .commentarios {
  padding: 15px 10px;
  font-size: 22px;
  font-weight: 700;
  background: #f2f2f2;
}
#promo3-template .coma p {
  margin: 0px;
}
#promo3-template p.comment a {
  font-weight: 500;
  color: #72aa2b;
}
#promo3-template .comimg {
  width: 100%;
  margin-bottom: 8px;
}
#promo3-template .otros-commentarios a {
  color: #333;
  text-decoration: none !important;
  font-weight: 700;
}
#promo3-template footer {
  text-align: center;
  background: #222;
  color: #fff;
  padding: 10px 0px;
}
#promo3-template footer a {
  color: #fff;
}
#promo3-template .socialicons a {
  color: #fff !important;
  margin: 0px 3px;
}
#promo3-template .otros-commentarios {
  margin: 20px;
  display: block;
  border-radius: 10px;
  padding: 10px;
  background: #f2f2f2;
  color: #000;
  text-decoration: none !important;
  text-align: center;
}
#promo3-template .coma {
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
#promo3-template .comment {
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 19px;
}
#promo3-template p.date a {
  color: #19a5f6;
}
#promo3-template p.date {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
#promo3-template .nickname a {
  text-decoration: none !important;
  color: #000;
  font-weight: 500;
}
#promo3-template .nickname {
  padding: 0px;
  margin: 7px 0px !important;
  text-decoration: none !important;
  color: #000;
  font-weight: 500;
}
#promo3-template .col-avatar img {
  border-radius: 50%;
}
#promo3-template .col-avatar {
  width: 60px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 15px;
  left: 10px;
}
#promo3-template .col-comm-text {
  display: inline-block;
  vertical-align: top;
}
#promo3-template .paypal-link {
  margin: 20px 5% 0 5%;
  padding: 8px;
  line-height: 1;
  color: #111;
  background: #ffc439;
  text-decoration: none;
  font-size: 27px;
  display: block;
  border-radius: 35px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
  display: none;
}
#promo3-template .paypal-link img {
  width: auto;
  vertical-align: middle;
}
#promo3-template footer {
  padding-bottom: 60px;
}
#promo3-template .footer-fixed {
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  text-align: center;
  z-index: 1;
  font-size: 36px;
}
#promo3-template .footer-fixed div a,
#promo3-template .footer-fixed div p {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-family: "Arial", sans-serif;
}
#promo3-template .footer-fixed div p {
  padding: 1px 6px;
  line-height: 5px;
}
#promo3-template .footer-fixed div a {
  padding: 6px 8px;
  font-size: 21px;
}
#promo3-template .footer-fixed a {
  padding: 20px;
  background: #e31c02;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #promo3-template .footer-fixed div p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 5px 0 0;
    padding: 0;
  }
  #promo3-template .footer-fixed div a {
    font-size: 12px;
    padding: 9px 8px;
  }
  #promo3-template .footer-fixed {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  #promo3-template .footer-fixed > div {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#promo3-template video {
  display: block;
  width: 100%;
}
#promo3-template .close-popup,
#promo3-template .cursor-text {
  cursor: pointer;
  position: absolute;
}
#promo3-template .cursor-text,
#promo3-template .pop-up-window,
#promo3-template .spin-result-wrapper,
#promo3-template .spin-wrapper,
#promo3-template .rulet-wrapper {
  text-align: center;
}

#promo3-template .order_block,
#promo3-template .spin-wrapper {
  max-width: 600px !important;
  margin: 20px auto !important;
}

#promo3-template .btn_rulet {
  display: block !important;
  margin: 40px auto !important;
  padding: 20px !important;
  font-size: 20px !important;
  text-decoration: none !important;
  background-color: #de0606 !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
}

#promo3-template .rulet_input {
  box-sizing: border-box;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto !important;
  color: -internal-light-dark(black, white) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  display: inline-block !important;
  text-align: start !important;
  appearance: textfield !important;
  background-color: -internal-light-dark(
    rgb(255, 255, 255),
    rgb(59, 59, 59)
  ) !important;
  -webkit-rtl-ordering: logical !important;
  cursor: text !important;

  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 90% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
}

#promo3-template .spin-title {
  font-size: 20px !important;
}

#promo3-template .spin-result-wrapper {
  font-family: Arial, Sans-Serif;
}

#promo3-template .spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
#promo3-template .spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px;
}
#promo3-template .rulet {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}
#promo3-template .rulet-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%);
}
#promo3-template .cursor-text {
  font-size: 14px;
  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, 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, 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%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}
#promo3-template .rulet-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
#promo3-template .close-popup {
  width: 30px;
  background: #ccc;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  right: -40px;
}
#promo3-template .cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
#promo3-template .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);
}
#promo3-template .pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
#promo3-template .pop-up-layer-show {
  display: block;
}
#promo3-template .pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 30%;
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
#promo3-template .pop-up-window::after,
#promo3-template .pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#promo3-template .pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
#promo3-template .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: 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(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;
  }
}
#promo3-template .pop-up-heading {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}
#promo3-template .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;
}
#promo3-template .pop-up-button,
#promo3-template .pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
#promo3-template .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;
}
#promo3-template .rulet img {
  max-width: 100%;
  width: auto;
}

#promo3-template .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(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);
  }
}
#promo3-template .time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
#promo3-template .time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

#promo3-template .order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

#promo3-template .order_block__time {
  color: red;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*Change order_block layout*/

#promo3-template .order_block {
  margin: 0 auto;
  width: 100%;

  text-align: center;
}

#promo3-template .prod_img_wrapper {
  float: none;
  margin-right: 10%;
}

#promo3-template .prod_img_wrapper {
  max-width: 100%;
  margin: 15px auto;
  position: relative;
}
#promo3-template .prod_img {
  max-width: 100%;
  max-height: 300px;
}
#promo3-template .priceс {
  position: absolute;
  font-family: "Arial", sans-serif;
  left: calc(50% + 50px);
  top: 0px;
  padding: 10px 15px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;

  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%;
}
#promo3-template span.discountс {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}
#promo3-template .price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 15px;
  margin: 0 auto;
}
#promo3-template .js_old_price {
  display: block;
  margin: 0 auto;
}

#promo3-template .data_label {
  line-height: 30px;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
}

@media all and (max-width: 520px) {
  #promo3-template .rulet {
    width: 240px !important;
  }
  #promo3-template .pop-up-heading {
    font-size: 33px !important;
  }
  #promo3-template .pop-up-text {
    margin-bottom: 15px !important;
  }
  #promo3-template .cursor-text {
    line-height: 40px;
    font-size: 12px;
  }
  #promo3-template .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;
  }
}

#promo3-template .order__text {
  padding: 5px;
  font-size: 22px;
}

@media (max-width: 600px) {
  #promo3-template .form,
  #promo3-template .prod_img_wrapper {
    display: block;
  }
  #promo3-template .prod_img_wrapper {
    float: none;
    margin: 0 auto;
  }

  #promo3-template .form {
    padding-top: 0;
    min-width: auto;
  }
  #promo3-template .pricec {
  }
  #promo3-template .form__input {
    padding: 5px 15px;
    min-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 755px) {
  #promo3-template .priceс {
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 6px;
  }
}

@media (max-width: 400px) {
  #promo3-template .order_block__time {
    margin-bottom: 10px;
  }
  #promo3-template .priceс {
    font-size: 14px;
    padding: 5px;
  }
  #promo3-template .price_main {
    font-size: 18px;
  }
}

/*select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto !important;
  color: -internal-light-dark(black, white) !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  text-indent: 0px !important;
  text-shadow: none !important;
  display: inline-block !important;
  text-align: start !important;
  background-color: -internal-light-dark(
    rgb(255, 255, 255),
    rgb(59, 59, 59)
  ) !important;
  -webkit-rtl-ordering: logical !important;
  cursor: text !important;

  display: block !important;
  margin: 0 auto 20px !important;
  padding: 15px !important;
  width: 90% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}
*/
