/*reset*/
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
html * {
  max-height: 999999px;
  /*Android font fix*/
}
body {
  background: #fff;
  width: 100%;
  font: 14px/21px Tahoma, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  outline: none;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
p {
  margin: 0 0 10px;
}
a {
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.ta-center {
  text-align: center;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.mainer {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
header {
  background: #a0df4e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMGRmNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDg5ZDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #a0df4e 0%, #489d00 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a0df4e), color-stop(100%, #489d00));
  background: -webkit-radial-gradient(center, ellipse cover, #a0df4e 0%, #489d00 100%);
  background: -o-radial-gradient(center, ellipse cover, #a0df4e 0%, #489d00 100%);
  background: -ms-radial-gradient(center, ellipse cover, #a0df4e 0%, #489d00 100%);
  background: radial-gradient(ellipse at center, #a0df4e 0%, #489d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0df4e', endColorstr='#489d00', GradientType=1);
  overflow: hidden;
}
header .mainer {
  padding: 80px 0;
}
header .woman {
  position: absolute;
  right: -340px;
  bottom: 0;
}
header .woman320 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
header .bottle {
  position: absolute;
  right: 240px;
  bottom: 30px;
}
header .discount {
  position: absolute;
  right: 220px;
  bottom: 270px;
}
header .inner {
  position: relative;
  z-index: 2;
}
header .logo {
  float: left;
  margin: 15px 0 0;
}
header h1 {
  float: left;
  margin: 0 0 40px 30px;
}
header ul {
  text-align: center;
  margin: 0 0 80px;
}
header li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 15px;
  font-size: 17px;
  color: #0d3f16;
}
header li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icon-bullet.png) no-repeat;
  width: 20px;
  height: 20px;
}
header .descript-text {
  float: left;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
}
header .descript-text i {
  font-style: normal;
  color: #0d3f16;
}
header .price-block {
  float: left;
  margin: 0 0 0 40px;
  text-align: center;
}
header .price-block .price {
  font-size: 28px;
  color: #ffe400;
  line-height: 36px;
}
header .price-block .price strong {
  font-size: 32px;
}
header .price-block .price .priceold {
  color: #ffffff;
  font-size: 17px;
}
header .price-block .price .priceold i {
  text-decoration: line-through;
  font-style: normal;
}
h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: lighter;
  text-align: center;
  color: #ffffff;
}
h1 strong {
  font-size: 55px;
  line-height: 50px;
  text-transform: uppercase;
}
.timer-block .title {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 6px;
}
.timer {
  width: 200px;
  height: 70px;
  overflow: hidden;
}
.timer .digit {
  width: 50px;
  margin: 0 5px;
  display: inline-block;
}
.timer .digit:first-child .numbers {
  background: transparent;
  color: #000000;
}
.timer .numbers {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border: 3px solid #0d3f16;
  background-color: #0d3f16;
  color: #ffffff;
  border-radius: 5px;
  font-size: 28px;
}
.timer .text {
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-go {
  display: inline-block;
  border: none;
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  background: #fffc00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWUwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fffc00 0%, #fae000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffc00), color-stop(100%, #fae000));
  background: -webkit-linear-gradient(top, #fffc00 0%, #fae000 100%);
  background: -o-linear-gradient(top, #fffc00 0%, #fae000 100%);
  background: -ms-linear-gradient(top, #fffc00 0%, #fae000 100%);
  background: linear-gradient(to bottom, #fffc00 0%, #fae000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc00', endColorstr='#fae000', GradientType=0);
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.btn-go:hover {
  opacity: 0.8;
}
.btn-go:active {
  position: relative;
  top: 1px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 30px;
}
.why-block {
  background: url(../img/why-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0 10px;
}
.why-block h2 + p {
  font-size: 15px;
  text-align: center;
  margin: 0 auto 40px;
  width: 700px;
}
.why-block .mainer {
  background: url(../img/mangustin-img.png) center 60% no-repeat;
}
.why-block ul {
  width: 300px;
}
.why-block li {
  margin: 0 0 30px;
}
.why-block li strong {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 0 7px;
}
.function-block {
  background: url(../img/func-bg.jpg) center top no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  color: #ffffff;
}
.function-block .mainer {
  background: url(../img/bottle.png) center bottom no-repeat;
}
.function-block h2 {
  margin-bottom: 90px;
}
.function-block ul {
  width: 360px;
}
.function-block li {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 45px;
  font-size: 17px;
}
.function-block li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  background: url(../img/icon-bullet2.png) no-repeat;
  width: 32px;
  height: 32px;
}
.specialist-block h2 {
  margin-bottom: 60px;
}
.specialist-block .mainer {
  padding: 60px 350px 60px 0;
  background: url(../img/doc.png) right bottom no-repeat;
}
.form-block {
  background: url(../img/form-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 0;
}
.form-block .leftside {
  float: left;
}
.form-block .caption {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 80px;
}
.form-block .price-block {
  text-align: center;
}
.form-block .price-block .price {
  float: left;
  font-size: 28px;
  color: #ffe400;
  line-height: 36px;
}
.form-block .price-block .price strong {
  font-size: 32px;
}
.form-block .price-block .price .priceold {
  color: #ffffff;
  font-size: 17px;
}
.form-block .price-block .price .priceold i {
  text-decoration: line-through;
  font-style: normal;
}
.form-block .timer-block {
  float: left;
  margin: 0 0 0 30px;
}
.form-block form {
  float: right;
  padding: 25px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 3px;
  width: 360px;
}
.form-block .btn-go {
  width: 300px;
}
.form-block .img-wrap {
  position: relative;
  margin: 30px 300px 0 440px;
}
.form-block .discount {
  position: absolute;
  right: 70px;
  top: -40px;
}
.input-text, select {
  display: inline-block;
  width: 300px;
  text-align: center;
  border: none;
  border-radius: 4px;
  margin: 0 0 25px;
  font-size: 14px;
  padding: 15px;
}
.input-text::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #7b7b7b;
}
.input-text::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #7b7b7b;
}
.input-text:-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #7b7b7b;
}
.input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-text:focus::-moz-placeholder {
  color: transparent;
}
.input-text:focus:-moz-placeholder {
  color: transparent;
}
.features-block {
  padding: 50px 0;
}
.features-block .part {
  width: 480px;
  padding: 0 0 0 60px;
}
.features-block .part strong {
  display: block;
  font-size: 18px;
  margin: 0 0 15px;
}
.features-block .left {
  background: url(../img/icon-feature-01.png) left top no-repeat;
}
.features-block .right {
  background: url(../img/icon-feature-02.png) left top no-repeat;
}
.reviews-block {
  background: #854d57;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTRkNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDQyODVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #854d57 0%, #44285d 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #854d57), color-stop(100%, #44285d));
  background: -webkit-radial-gradient(center, ellipse cover, #854d57 0%, #44285d 100%);
  background: -o-radial-gradient(center, ellipse cover, #854d57 0%, #44285d 100%);
  background: -ms-radial-gradient(center, ellipse cover, #854d57 0%, #44285d 100%);
  background: radial-gradient(ellipse at center, #854d57 0%, #44285d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#854d57', endColorstr='#44285d', GradientType=1);
  padding: 50px 0;
  color: #ffffff;
}
.reviews-block .slider {
  color: #e29cbf;
  text-align: center;
}
.reviews-block .slider img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  max-width: 100px;
}
.reviews-block .slider strong {
  display: block;
  text-align: center;
  margin: 0 0 30px;
  color: #ffffff;
}
.reviews-block .slider .inner {
  width: 80%;
  margin: 0 auto;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 32px;
  height: 69px;
  background: url(../img/arrows.png) no-repeat left top;
}
.bx-wrapper .bx-next {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 32px;
  height: 69px;
  background: url(../img/arrows.png) no-repeat right;
}
.order {
  padding: 30px 0px !important;
  text-align: center;
}
.order strong {
  display: block;
  text-transform: uppercase;
  margin: 0 0 9px;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .mainer {
    width: 660px;
    padding: 0 10px;
  }
  header h1 {
    margin-left: 0;
    float: none;
    text-align: center;
  }
  header {
    overflow: hidden;
  }
  header .mainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .logo {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 180px;
  }
  header ul {
    margin: 0 0 30px;
  }
  header li {
    margin: 0 5px;
  }
  header .descript-text {
    float: none;
    text-align: center;
    margin: 0 0 80px;
  }
  header .descript-text i {
    display: none;
  }
  header .descript-text span {
    display: none;
  }
  header .descript-text br {
    display: none;
  }
  header .woman {
    max-width: 420px;
    right: -90px;
  }
  .why-block .mainer {
    background-position: center 26%;
  }
  .why-block h2 + p {
    width: auto;
    margin: 0 0 280px;
  }
  .function-block .mainer {
    background: none;
  }
  .function-block ul {
    width: 48%;
  }
  .function-block li {
    font-size: 14px;
  }
  .specialist-block .mainer {
    -webkit-background-size: 250px auto;
    background-size: 270px auto;
    padding-right: 270px;
  }
	.form-block .caption {
	  display: none;
	}
	.form-block form {
	  float: left;
	  margin: 20px 0 0;
	}
	.form-block .img-wrap {
	  float: right;
	  margin: 0;
	}
	.features-block .part {
	  float: none !important;
	  width: 100%;
	}
	.features-block .part:first-child {
	  margin: 0 0 40px;
	}
}
@media only screen and (max-width: 660px) {
  .mainer {
    width: 340px;
  }
  h1 {
    font-size: 16px;
    line-height: 21px;
  }
  h1 strong {
    font-size: 32px;
  }
  header .woman {
    display: none;
  }
  header .woman320 {
    display: block;
    right: -100px;
  }
  header .price-block {
    margin: 400px auto 0;
    float: none;
  }
  header .price-block .timer {
    margin: 0 auto;
  }
  header .bottle {
    right: 100px;
    bottom: 300px;
  }
  header .discount {
    right: 80px;
    bottom: 530px;
  }
  .why-block ul {
    float: none !important;
    width: 100%;
  }
  .function-block ul {
    width: 100%;
    float: none !important;
  }
  .specialist-block .mainer {
    padding: 60px 0 380px;
    background-position: center bottom;
  }
  .form-block form {
    float: none;
    margin: 0 auto;
    clear: both;
  }
  .form-block .leftside {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  .form-block .timer-block {
    float: none;
    width: 250px;
    margin: 0 auto;
  }
  .form-block .timer-block .timer {
    margin: 0 auto;
  }
  .form-block .price-block {
    text-align: center;
    width: 300px;
    margin: 330px auto 20px;
  }
  .form-block .price-block .price {
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  .form-block .img-wrap {
    position: absolute;
    left: 100px;
    top: 30px;
  }
  .form-block form {
    width: 300px;
  }
  .input-text {
    width: 250px;
  }
  .form-block .btn-go {
    width: 250px;
    font-size: 18px;
  }
}

.privacy {
  margin-bottom: -25px;
  padding: 20px 0;
  text-align: center;
}

.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 11px;
    background: #f00;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 12px;
    padding: 4px 12px;
    border-radius: 5px;
}

.delivery {
  color: #fff;
  margin: 0 0 20px;
}
