div,
ul,
li,
p,
span,
strong,
a,
h1,
h2,
h3,
h4,
button,
h5,
h6,
input {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
}
body {
  background: #000;
  color: #fff;
  padding: 0px !important;
  margin: 0 auto;
  max-width: 600px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.header {
  background: #000;
  color: #fff;
}
.header {
  background-image: url("../img/bg_f.jpg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right top;
}
.header h1 {
  margin: 0px;
  padding-top: 20px;
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  color: #e4dec2;
}
.header h1 span {
  color: #ffbf45;
}
.header h2 {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 26px;
}
.tovar span {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 5px;
}
.tovar strong small {
  position: relative;
  top: -33px;
  left: 3px;
  font-size: 20px;
}
.doctor {
  padding: 10px;
  background-image: url("../img/doc.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 60px;
  padding-left: 75px;
}
.doccontent h3 {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 900;
  color: #e4dec2;
}
.doccontent span {
  text-align: right;
  display: block;
  margin-bottom: 5px;
  color: #e4dec2;
  font-weight: 900;
}
.doccontent small {
  text-align: right;
  display: block;
}
.doccontent p {
  margin: 8px 0px;
}
.doccontent {
  margin-left: 70px;
  font-size: 14px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.6);
}
.tovar strong {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 70px;
  line-height: 60px;
  margin-top: 2px;
  color: #9dea37;
}
.tovar {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.tovar img {
  width: 267px;
}
.header h2 span {
  display: block;
  font-size: 30px;
}
.headergo {
  display: block;
  width: 90%;
  margin: 0px 5%;
  padding: 8px 20px;
  background: rgb(157, 213, 58);
  background: -moz-linear-gradient(
    45deg,
    rgba(157, 213, 58, 1) 0%,
    rgba(161, 213, 79, 1) 50%,
    rgba(128, 194, 23, 1) 51%,
    rgba(124, 188, 10, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(157, 213, 58, 1) 0%,
    rgba(161, 213, 79, 1) 50%,
    rgba(128, 194, 23, 1) 51%,
    rgba(124, 188, 10, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(157, 213, 58, 1) 0%,
    rgba(161, 213, 79, 1) 50%,
    rgba(128, 194, 23, 1) 51%,
    rgba(124, 188, 10, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  color: #000;
  font-size: 35px;
  border-radius: 35px;

  border: 0px;
  animation-name: shine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  font-family: "Roboto";
}
.headergo svg {
  position: relative;
  color: #568900;
}
form {
  text-align: center;
  margin: 0 20px;
  margin-top: -10px;
  color: #000;
}
.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;
}
.paypal-link img {
  width: auto;
  vertical-align: middle;
}

/**
 * FANCY INPUT FORM
 */
.country-input,
.name-input,
.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;
}

select,
.name-input input,
.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;
}

.button-submit:focus,
.name-input:focus-within,
.phone-input:focus-within {
  outline: 0;
  box-shadow: 0 0 0 5px #1a971a;
  border-color: #fff;
}

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

.country-input select {
  padding: 10px 15px;
}

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

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

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

/* end form */

.resultat {
  text-align: center;
  padding: 10px 10px;
  background: #2c0606;
}
.problems {
  text-align: center;
  padding: 10px;
}
.problems h3 {
  color: #e4dec2;
  text-transform: uppercase;
  font-size: 21px;
}
.problems p {
  font-size: 16px;
  line-height: 24px;
}
.problems p span {
  font-weight: 900;
  color: #ee941b;
  text-decoration: underline;
}
.resultat strong {
  font-size: 24px;
  color: #ffeb03;
}
.problems p {
  margin-bottom: 0px;
}
.problems img {
  width: 100%;
}
.resultat ul {
  margin: 0px;
  padding: 0px 10px;
  list-style-type: none;
}
.resultat li {
  text-align: left;
  margin-bottom: 4px;
}
.func > img {
  width: 290px;
  margin-bottom: 30px;
}
.func {
  padding: 5px;
}
.func ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.timer {
  text-align: center;
  margin-top: 5px;
}
#email_form {
  margin-top: 20px;
}
#email_form input {
  border: 0px;
  padding: 10px;
  font-size: 18px;
  border-radius: 35px;
  margin-bottom: 10px;
  width: 90%;
  box-sizing: border-box;
  text-align: center;
}

.minuta p {
  text-align: left;
  display: inline-block;
}
.minuta {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  min-height: 90px;
  position: relative;
  display: inline-block;
}
#timerz {
  margin: 0px;
  width: 140px;
  height: 140px;
  display: inline-block;
  position: relative;
}
.minuta div {
  display: inline-block;
  position: relative;
}
#timerz .progressbar-text {
  color: #fff !important;
  font-size: 40px;
  font-weight: 900;
}
.minuta img {
  width: 90px;
  left: 20px;
  display: inline-block;
  top: 10px;
}
.suces {
  padding: 15px 10px 25px 10px;
  font-size: 18px;
  text-align: center;
  background: #7fc707;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}
.suces svg {
  font-size: 35px;
}
.suces span {
  display: block;
  margin-bottom: 7px;
  font-size: 40px;
  text-align: center;
}
.suces span svg {
  font-size: 45px;
}
form small {
  display: block;
  color: #fff;
  margin: 10px;
}
.func ul li {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
  padding-right: 5px;
}
.final {
  margin-top: 10px;
  /* background-image:url("../img/pljusq.jpg"); */
  /* background-size:contain; */
  /* background-repeat: no-repeat; */
  /* background-position:right center; */
  background: url("../img/product.png") 100% center / auto 100% no-repeat;
}
.final p {
  margin: 5px 0px 0px 0px;
  font-size: 14px;
}
#last .header {
  background-image: none !important;
  margin-top: 20px;
  padding-bottom: 40px;
}
.final span {
  font-weight: 700;
  font-size: 20px;
  color: #b1ff35;
}
#last h4 {
  text-align: center;
  margin-top: -10px;
  color: #e4dec2;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 0px;
}
#last p {
  margin: 5px 0px 25px 0px;
  text-align: center;
}
.final li svg {
  margin-right: 5px;
  color: #9dea37;
}
.final ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding: 10px;
  margin-right: 90px;

  background: #333;
}
.final ul p {
  font-size: 16px;
}
.final ul li {
  margin-bottom: 5px;
}
.func li span {
  font-weight: 900;
  font-size: 15px;
}
.func li p {
  margin: 2px 0px;
  font-size: 14px;
}
.func ul img {
  width: 55px;
  position: absolute;
  left: 5px;
  top: -2px;
}
.func h3 {
  color: #e4dec2;
  text-transform: uppercase;
  font-size: 25px;
}
.func {
  text-align: center;
}
span .wv_new-price-int {
  right: 80px;
  bottom: 18px;
}
.wv_discount {
  font-weight: 900;
  font-size: 70px;
  display: block;
  line-height: 60px;
  position: relative;
  top: 100px;
  color: #e88e15;
}
@media screen and (max-width: 767px) {
  .final {
    background: url("../img/product.png") 100% center / auto 100% no-repeat;
  }
}


/* TIMER */

.time-block {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
  color: #ffffff ;
  /* background: #383838; */
  text-align: center; 
}

.time-title {  
  margin: 0 auto;
  padding: 0 0 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: inherit;
 }

.time-remain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.time-remain-items {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  z-index: 1;
  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
  /* background: #134328; */
  border-radius: 5px; }

.hour,
.minutes,
.seconds {  
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.time-dots {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: inherit; }
  