button.button.ofertone {
  margin-top: 10% !important;
}

.d-block {
  display: block;
}

.display-xs {
  display: none;
}

@media (max-width: 767.98px) {
  .display-xs {
    display: block;
  }
}

.display-xs-d {
  display: block;
}

@media (max-width: 1169.98px) {
  .display-xs-d {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .display-xs-d {
    display: block;
  }
}

.display-m {
  display: none;
}

@media (max-width: 1169.98px) {
  .display-m {
    display: block;
  }
}

@media (max-width: 1169.98px) {
  .hide-m {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 1979.98px) {
  .bg-over-full-hd {
    background-size: cover !important;
  }
}

.d-none {
  display: none;
}

@media (max-width: 1169.98px) {
  .d-none {
    display: block;
  }
}

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;
  font: inherit;
  vertical-align: baseline;
}

* {
  outline: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

a,
a:visited {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Barlow', sans-serif;
  color: #000;
  overflow-x: hidden;
}

body .wrap {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1169.98px) {
  body .wrap {
    width: 768px;
    padding: 0 40px;
  }
}

@media (max-width: 767.98px) {
  body .wrap {
    width: 320px;
    padding: 0 20px;
  }
}

.flex {
  display: flex;
}

.belttop {
  z-index: 1111111111;
  background: #000;
  box-shadow: inset 0px -10px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 0px;
  position: relative;
  font-weight: 300;
}

@media (max-width: 1169.98px) {
  .belttop {
    background: #000;
  }
}

@media (max-width: 767.98px) {
  .belttop {
    padding: 15px 0;
  }
}

.belttop p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding-right: 10px;
  font-weight: 400;
}

@media (max-width: 1169.98px) {
  .belttop p {
    padding-left: 40px;
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .belttop p {
    padding: 0;
    font-size: 13px;
    line-height: 15px;
  }
}

.belttop p.left {
  width: 39%;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  .belttop p.left {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
}

.belttop p.right {
  color: #fff;
  font-size: 19px;
  line-height: 18px;
  flex: 1;
  text-align: right;
}

@media (max-width: 767.98px) {
  .belttop p.right {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
}

.belttop p.right span {
  text-decoration: underline;
}

.belttop p span {
  font-weight: 500;
  color: #ec3f70;
}

.belttop p span.green {
  color: #b2ff00;
}

.belttop .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 1169.98px) {
  .belttop .wrap {
    flex-direction: column;
  }
}

.belttop .wrap strong {
  color: #000;
  font-weight: 500;
  margin-right: 8px;
}

.belttop .wrap img {
  margin-right: 10px;
}

.belttop .warning-circle {
  min-width: 29px;
  min-height: 29px;
  border: none;
  border-radius: 100%;
  margin-right: 22px;
  color: #c2083c;
  font-size: 20px;
  font-weight: 500;
  padding-top: 2px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #c2083c;
}

@media (max-width: 1169.98px) {
  .belttop .warning-circle {
    position: absolute;
    margin-right: 0;
    left: 40px;
    min-width: 20px;
    min-height: 20px;
    font-size: 15px;
    padding-top: 1px;
  }
}

@media (max-width: 767.98px) {
  .belttop .warning-circle {
    left: 10px;
    top: -5px;
    margin: 0 10px 0 0;
    align-self: start;
  }
}

.belttop .closetop {
  transform: rotate(45deg);
  margin-left: auto;
  font-size: 40px;
  font-weight: 300;
  color: #7a7a79;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1169.98px) {
  .belttop .closetop {
    position: absolute;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .belttop .closetop {
    right: 10px;
    top: -10px;
  }
}

@media (max-width: 767.98px) {
  .langcontainer {
    text-align: right;
  }
}

.langcontainer .lang_selector {
  position: relative;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .langcontainer .lang_selector {
    width: 80px;
    margin-left: auto;
  }
}

.langcontainer .lang_selector .lang_dropdown .current_lang {
  position: relative;
  font-weight: 600;
}

.langcontainer .lang_selector .lang_dropdown span {
  position: relative;
  top: 1px;
}

.langcontainer .lang_selector .lang_dropdown span:after {
  content: '';
  width: 8px;
  height: 6px;
  background: url("../img/lang-arrow.png");
  position: absolute;
  top: 10px;
  right: -15px;
}

.langcontainer .all_langs {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 47px;
  width: 135px;
  padding: 5px;
  z-index: 3;
  text-align: center;
  left: -90px;
  display: none;
}

@media (max-width: 1169.98px) {
  .langcontainer .all_langs {
    left: -85px;
  }
}

@media (max-width: 1169.98px) and (max-width: 767.98px) {
  .langcontainer .all_langs {
    left: -40px;
  }
}

.langcontainer .all_langs a {
  display: inline-block;
  width: 15%;
  margin: 5px;
}

.inputwrapper {
  position: relative;
}

.inputwrapper span.help-block {
  display: none;
}

.inputwrapper.has-success input[type="text"],
.inputwrapper.has-success input[type="tel"],
.inputwrapper.has-success input[type="email"] {
  background: #d6ecd5;
}

.inputwrapper.has-success:after {
  content: '';
  background: url("../img/correct.png");
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
}

.inputwrapper.has-error input[type="text"],
.inputwrapper.has-error input[type="tel"],
.inputwrapper.has-error input[type="email"] {
  background: #fcebeb;
}

.inputwrapper.has-error .help-block {
  position: absolute;
  width: 100%;
  color: #f00;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  top: 23px;
  max-width: 100%;
  font-size: 12px;
}

.inputwrapper.has-error:after {
  content: '';
  background: url("../img/error.png");
  position: absolute;
  width: 13px;
  height: 13px;
  top: 20px;
  right: 20px;
}

.inputwrapper.has-error span.help-block.form-error {
  max-width: 200px;
  display: block;
  font-size: 12px;
  position: absolute;
  left: 104%;
  width: 80%;
  background: #f14141;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  top: 40%;
  color: #fff;
}

@media (max-width: 1479px) {
  .inputwrapper.has-error span.help-block.form-error {
    left: unset;
    right: 104%;
  }
}

@media (max-width: 1169.98px) {
  .inputwrapper.has-error span.help-block.form-error {
    position: static;
    width: 100%;
    color: #f00;
    background: transparent;
    border: none;
    padding: 0 0 11px;
    text-align: center;
    top: 40%;
    max-width: 100%;
  }
}

.inputwrapper.has-error span.help-block.form-error:before {
  content: '';
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f14141;
  position: absolute;
  top: 7px;
  left: -7px;
  width: 0;
  height: 0;
}

@media (max-width: 1479px) {
  .inputwrapper.has-error span.help-block.form-error:before {
    left: unset;
    right: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 0 solid #f14141;
    border-left: 7px solid #f14141;
  }
}

@media (max-width: 1169.98px) {
  .inputwrapper.has-error span.help-block.form-error:before {
    display: none;
  }
}

.inputwrapper input[type="text"],
.inputwrapper input[type="tel"],
.inputwrapper input[type="email"] {
  background: #e8e8e8;
  height: 50px;
  width: 100%;
  color: #000000;
  padding-left: 20px;
  font-size: 25px;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #dadada;
  border-bottom: none;
  margin-bottom: 10px;
  font-weight: 300;
}

.inputcontainer {
  display: flex;
  position: relative;
  margin: 10px 0;
}

.inputcontainer .has-error.has-error .help-block {
  position: absolute;
  width: 100%;
  color: #f00;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  top: 23px;
  max-width: 100%;
  font-size: 12px;
}

.inputcontainer p {
  font-size: 13px;
  color: #6d6f73;
  line-height: 15px;
  padding-left: 23px;
  text-align: left;
  margin-top: 4px;
}

.inputcontainer p a {
  color: #6d6f73;
}

.inputcontainer div.has-error span.help-block.form-error {
  max-width: 200px;
  display: block;
  font-size: 12px;
  position: absolute;
  left: 104%;
  width: 80%;
  background: #f14141;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  top: 40%;
  color: #fff;
}

@media (max-width: 1169.98px) {
  .inputcontainer div.has-error span.help-block.form-error .inputcontainer div.has-error span.help-block.form-error {
    left: 0;
    background: no-repeat;
    color: #f00;
    top: 22px;
    padding: 0;
  }
}

.inputcontainer .checkmark {
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d6d6ce;
  display: block;
  box-shadow: inset 0 4px 7px -5px rgba(0, 0, 0, 0.2);
  background: #e6e6e6;
}

.inputcontainer input:checked~.checkmark {
  background: url("../img/correct.png") no-repeat center center, #e6e6e6;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  color: #000;
  height: 50px;
  margin: 0 auto;
  font-weight: bold;
  overflow: hidden;
  background: url("../img/arrow.jpg") no-repeat right #ffffff;
  z-index: 5;
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #d6d6ce;
  box-shadow: inset 0 4px 7px -5px rgba(0, 0, 0, 0.2);
}

.select select {
  background: transparent;
  width: 107%;
  padding: 7px 5px 5px 18px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  height: 50px;
  -webkit-appearance: none;
  color: #777;
}

.timer {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .timer {
    text-align: center;
    width: unset;
  }
}

#countdownTimer div {
  display: inline-flex;
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  position: relative;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #bc0735, #c90c4a);
  border-radius: 2px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#countdownTimer div.semicolon {
  background: none;
  box-shadow: none;
  color: #bc0735;
  font-family: Arial, sans-serif;
  width: unset;
}

h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  font-size: 50px;
  line-height: 51px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 25px;
    line-height: 26px;
  }
}

h3 {
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  color: #2e8025;
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 17px;
    line-height: 20px;
  }
}

strong {
  font-weight: bold;
}

.button {
  background: #79a61c;
  background: linear-gradient(to top, #79a61c, #8eb62c 60%);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px 0;
  max-width: 100%;
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  .button {
    font-size: 23px;
  }
}

.button span {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 10px;
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .button span {
    font-size: 13px;
  }
}

.button:hover {
  background: linear-gradient(to top, #83b61d, #a4d133 60%);
}

.clear {
  clear: both;
}

#topBg header {
  background: linear-gradient(45deg, #48a333, #63be4e);
  padding-top: 22px;
  padding-bottom: 23px;
}

@media (max-width: 1169.98px) {
  #topBg header {
    background: #fff url(../img/header-bg-lg.jpg) no-repeat center top;
  }
}

@media (max-width: 767.98px) {
  #topBg header {
    background: #c4083d;
    padding-bottom: 20px;
  }
}

#topBg header .wrap {
  padding-top: 0;
}

#topBg header .wrap .menu {
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  #topBg header .wrap .menu .logo {
    width: 136px;
  }
}

#topBg header .wrap .menu ul {
  display: flex;
  justify-content: end;
  position: relative;
  align-items: center;
}

@media (max-width: 767.98px) {
  #topBg header .wrap .menu ul {
    margin-top: 10px;
  }
}

#topBg header .wrap .menu ul li>a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 14px;
}

#topBg header .wrap .menu ul li.buy {
  background: #e14c4c;
  background: linear-gradient(to top, #9f1b1b, #e14c4c 60%);
  text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  #topBg header .wrap .menu ul li.buy {
    font-size: 12px;
  }
}

#topBg header .wrap .menu ul li.buy:hover {
  background: linear-gradient(to top, #83b61d, #a4d133 60%);
}

#topBg header .wrap .menu ul li.buy a {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
}

@media (max-width: 767.98px) {
  #topBg header .wrap .menu ul li.buy a {
    padding: 10px 8px;
  }
}

#topBg header .wrap .menu ul .langcontainer {
  position: absolute;
  top: -40px;
  right: 15px;
}

@media (max-width: 767.98px) {
  #topBg header .wrap .menu ul .langcontainer {
    top: -35px;
  }
}

#box1 {
  background: transparent url(../img/box1-bg.jpg) no-repeat center top;
  min-height: 940px;
  padding: 120px 0 0;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box1 {
    background: transparent url(../img/box1-bg-lg.jpg) no-repeat calc(50% + 115px) top;
  }
}

@media (max-width: 767.98px) {
  #box1 {
    background: transparent url(../img/box1-bg-md.jpg) no-repeat calc(50% + 85px) top;
    padding: 40px 0 0;
  }
}

#box1 .wrap {
  position: relative;
}

#box1 .wrap .main {
  width: 500px;
  min-height: 580px;
}

@media (max-width: 1169.98px) {
  #box1 .wrap .main {
    width: 420px;
  }
}

@media (max-width: 767.98px) {
  #box1 .wrap .main {
    width: 100%;
    min-height: auto;
  }
}

#box1 .wrap .main .effects {
  display: flex;
  padding: 50px 0 40px;
}

@media (max-width: 767.98px) {
  #box1 .wrap .main .effects {
    flex-direction: column;
    padding: 30px 80px 30px 0;
  }
}

#box1 .wrap .main .effects p {
  padding-left: 50px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  #box1 .wrap .main .effects p {
    font-size: 15px;
    line-height: 15px;
    min-height: 35px;
  }
}

#box1 .wrap .main .effects .metabolism {
  background: transparent url(../img/apple.png) no-repeat left top;
}

#box1 .wrap .main .effects .water {
  background: transparent url(../img/water-drop.png) no-repeat left top;
}

@media (max-width: 767.98px) {
  #box1 .wrap .main .effects .water {
    margin-top: 20px;
  }
}

#box1 .wrap .main .note {
  font-family: 'Caveat', cursive;
  font-size: 35px;
  color: #c4083d;
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 1169.98px) {
  #box1 .wrap .main .note {
    text-align: left;
    margin-left: 40px;
  }
}

@media (max-width: 767.98px) {
  #box1 .wrap .main .note {
    margin: 0;
    font-size: 25px;
    line-height: 22px;
    padding-right: 80px;
  }
}

#box1 .wrap .main .special {
  background: transparent url(../img/alert-circle.png) no-repeat left top;
  padding-left: 27px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 30px 0 0 20px;
  font-weight: 500;
}

@media (max-width: 1169.98px) {
  #box1 .wrap .main .special {
    padding-right: 70px;
  }
}

@media (max-width: 767.98px) {
  #box1 .wrap .main .special {
    margin: 20px 0 0;
    padding-bottom: 15px;
  }
}

#box1 .wrap .main .special span {
  color: #c4083d;
}

#box1 .wrap .main .button {
  width: 400px;
}

#box1 .wrap .flavor-text {
  font-family: 'Caveat', cursive;
  font-size: 31px;
  line-height: 28px;
  color: #84af21;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 40px;
  left: calc(50% + 250px);
  transform: rotate(5deg);
}

@media (max-width: 1169.98px) {
  #box1 .wrap .flavor-text {
    display: none;
  }
}

#box1 .wrap .pack {
  background: transparent url(../img/main-pack.png) no-repeat center top;
  width: 499px;
  height: 595px;
  position: absolute;
  top: 145px;
  left: calc(50% + 70px);
}

@media (max-width: 1169.98px) {
  #box1 .wrap .pack {
    background: transparent url(../img/main-pack-lg.png) no-repeat center top;
    width: 416px;
    height: 495px;
    top: 360px;
    left: calc(50%);
  }
}

@media (max-width: 767.98px) {
  #box1 .wrap .pack {
    background: transparent url(../img/main-pack-md.png) no-repeat center top;
    background-size: contain;
    width: 320px;
    height: 384px;
    position: relative;
    top: initial;
    left: 12px;
  }
}

#box1 .squares {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  position: relative;
  bottom: 0;
  width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1169.98px) {
  #box1 .squares {
    width: 748px;
    padding-top: 120px;
  }
}

@media (max-width: 767.98px) {
  #box1 .squares {
    flex-direction: column;
    padding-top: 10px;
    width: 280px;
  }
}

#box1 .squares .square {
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1169.98px) {
  #box1 .squares .square {
    font-size: 20px;
    line-height: 24px;
    padding: 50px 14px;
  }
}

@media (max-width: 767.98px) {
  #box1 .squares .square {
    font-size: 19px;
    padding: 30px 14px;
  }
}

#box1 .squares .square.square1 {
  background: #e51f57 url(../img/boxes1.jpg) no-repeat center center;
  background-size: cover;
  width: 320px;
  min-height: 320px;
}

@media (max-width: 1169.98px) {
  #box1 .squares .square.square1 {
    width: 250px;
    min-height: 250px;
  }
}

@media (max-width: 767.98px) {
  #box1 .squares .square.square1 {
    width: 100%;
    margin: 0;
    min-height: 200px;
  }
}

#box1 .squares .square.square2 {
  background: #e51f57 url(../img/boxes2.jpg) no-repeat center center;
  background-size: cover;
  width: 320px;
  min-height: 320px;
  margin: 200px 20px 0;
}

@media (max-width: 1169.98px) {
  #box1 .squares .square.square2 {
    width: 250px;
    min-height: 250px;
    margin: 114px 12px;
  }
}

@media (max-width: 767.98px) {
  #box1 .squares .square.square2 {
    width: 100%;
    margin: 0;
    min-height: 200px;
    margin: 5px 0;
  }
}

#box1 .squares .square.square3 {
  background: #e51f57 url(../img/boxes3.jpg) no-repeat center center;
  background-size: cover;
  width: 254px;
  min-height: 254px;
  margin-top: 110px;
}

@media (max-width: 1169.98px) {
  #box1 .squares .square.square3 {
    margin-top: 203px;
    width: 225px;
    min-height: 225px;
  }
}

@media (max-width: 767.98px) {
  #box1 .squares .square.square3 {
    width: 100%;
    margin: 0;
    min-height: 200px;
  }
}

#box2 {
  background: #fff url(../img/box2-bg.jpg) no-repeat calc(50% - 360px) top;
}

@media (max-width: 1169.98px) {
  #box2 {
    background: #fff url(../img/box2-bg-lg.jpg) no-repeat calc(50% - 100px) top;
    margin-top: -170px;
    padding-top: 370px;
  }
}

@media (max-width: 767.98px) {
  #box2 {
    background: #fff url(../img/box2-bg-md.jpg) no-repeat center top;
    margin-top: 20px;
    padding-top: 180px;
  }
}

#box2 .wrap {
  padding-left: 612px;
  padding-top: 80px;
  min-height: 500px;
}

@media (max-width: 1169.98px) {
  #box2 .wrap {
    padding: 0;
    min-height: auto;
  }
}

#box2 .wrap h2 {
  text-align: center;
}

#box2 .wrap h3 {
  padding: 50px 100px 40px;
  text-align: center;
}

@media (max-width: 1169.98px) {
  #box2 .wrap h3 {
    padding: 50px 50px 40px;
  }
}

@media (max-width: 767.98px) {
  #box2 .wrap h3 {
    padding: 30px 0 25px;
  }
}

#box2 .wrap .additional {
  font-family: 'Caveat', cursive;
  font-size: 35px;
  line-height: 29px;
  color: #c4083d;
  text-align: center;
}

@media (max-width: 767.98px) {
  #box2 .wrap .additional {
    font-size: 25px;
  }
}

#box2 .ingredients {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-right: 70px;
}

@media (max-width: 1169.98px) {
  #box2 .ingredients {
    width: 768px;
    padding: 50px 20px 0;
  }
}

@media (max-width: 767.98px) {
  #box2 .ingredients {
    width: 320px;
    padding: 30px 20px 0;
    flex-direction: column;
  }
}

#box2 .ingredients .ingredient {
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 110px;
  width: 18%;
  font-weight: 500;
}

@media (max-width: 1169.98px) {
  #box2 .ingredients .ingredient {
    width: 25%;
  }
}

@media (max-width: 767.98px) {
  #box2 .ingredients .ingredient {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    padding: 0px 0 0 100px;
    min-height: 70px;
  }
}

#box2 .ingredients .ingredient.one {
  background: transparent url(../img/ingredient1.jpg) no-repeat left top;
}

@media (max-width: 767.98px) {
  #box2 .ingredients .ingredient.one {
    background: transparent url(../img/ingredient1-md.jpg) no-repeat left top;
  }
}

#box2 .ingredients .ingredient.two {
  background: transparent url(../img/ingredient2.jpg) no-repeat left top;
}

@media (max-width: 767.98px) {
  #box2 .ingredients .ingredient.two {
    background: transparent url(../img/ingredient2-md.jpg) no-repeat left top;
  }
}

#box2 .ingredients .ingredient.three {
  background: transparent url(../img/ingredient3.jpg) no-repeat left top;
}

@media (max-width: 767.98px) {
  #box2 .ingredients .ingredient.three {
    background: transparent url(../img/ingredient3-md.jpg) no-repeat left top;
  }
}

#box2 .ingredients .ingredient.four {
  background: transparent url(../img/ingredient4.jpg) no-repeat left top;
}

@media (max-width: 767.98px) {
  #box2 .ingredients .ingredient.four {
    background: transparent url(../img/ingredient4-md.jpg) no-repeat left top;
  }
}

#box2 .button {
  width: max-content;
  margin: 50px auto;
  padding: 15px 40px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  #box2 .button {
    margin-top: 10px;
    padding: 15px 20px;
  }
}

#box3 {
  background: transparent url(../img/box3-bg.jpg) no-repeat top center;
  min-height: 814px;
  padding-top: 120px;
  padding-bottom: 90px;
  color: #fff;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box3 {
    background: transparent url(../img/box3-bg-lg.jpg) no-repeat top center;
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  #box3 {
    background: transparent url(../img/box3-bg-md.jpg) no-repeat top center;
    min-height: 734px;
    padding-top: 60px;
  }
}

#box3 .wrap {
  padding-right: 340px;
}

@media (max-width: 1169.98px) {
  #box3 .wrap {
    padding: 0 40px;
  }
}

@media (max-width: 1169.98px) {
  #box3 .wrap h2 {
    text-align: center;
    font-size: 40px;
    line-height: 41px;
  }
}

@media (max-width: 767.98px) {
  #box3 .wrap h2 {
    font-size: 21px;
    line-height: 24px;
  }
}

#box3 .wrap .list {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

@media (max-width: 1169.98px) {
  #box3 .wrap .list {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  #box3 .wrap .list {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    flex-direction: column;
  }
}

#box3 .wrap .list .point {
  width: 29%;
}

@media (max-width: 1169.98px) {
  #box3 .wrap .list .point {
    width: 32%;
  }
}

@media (max-width: 767.98px) {
  #box3 .wrap .list .point {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}

#box3 .wrap .list .point:last-of-type {
  margin: 0;
}

#box3 .wrap .list .point .number {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #c4083d;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1169.98px) {
  #box3 .wrap .list .point .number {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767.98px) {
  #box3 .wrap .list .point .number {
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  #box3 .wrap .list .point p {
    flex: 1;
  }
}

#box3 .note {
  font-family: 'Caveat', cursive;
  font-size: 31px;
  line-height: 28px;
  color: #b0e536;
  position: absolute;
  bottom: 50px;
  left: calc(50% + 0px);
  width: 300px;
  text-align: center;
  transform: rotate(-5deg);
}

@media (max-width: 1169.98px) {
  #box3 .note {
    left: calc(50% - 150px);
  }
}

@media (max-width: 767.98px) {
  #box3 .note {
    font-size: 24px;
    line-height: 23px;
    width: 260px;
    left: calc(50% - 140px);
  }
}

#box4 {
  background: transparent url(../img/box4-bg.jpg) no-repeat center top;
  padding-top: 120px;
  padding-bottom: 70px;
}

@media (max-width: 1169.98px) {
  #box4 {
    background: transparent url(../img/box4-bg-lg.jpg) no-repeat center top;
  }
}

@media (max-width: 767.98px) {
  #box4 {
    background: transparent url(../img/box4-bg-md.jpg) no-repeat center top;
    padding-bottom: 40px;
  }
}

#box4 .wrap {
  min-height: 540px;
  padding-left: 580px;
}

@media (max-width: 1169.98px) {
  #box4 .wrap {
    min-height: 528px;
    padding: 0 135px;
  }
}

@media (max-width: 767.98px) {
  #box4 .wrap {
    min-height: auto;
    padding: 0 20px;
  }
}

@media (max-width: 1169.98px) {
  #box4 .wrap h2 {
    text-align: center;
  }
}

#box4 .wrap h3 {
  padding: 50px 0;
}

@media (max-width: 1169.98px) {
  #box4 .wrap h3 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  #box4 .wrap h3 {
    padding: 30px 0;
  }
}

#box4 .wrap .list {
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1169.98px) {
  #box4 .wrap .list {
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  #box4 .wrap .list {
    flex-direction: column;
    font-size: 15px;
    line-height: 15px;
  }
}

#box4 .wrap .list .item {
  width: 37%;
  margin-bottom: 30px;
  padding-left: 50px;
  margin-right: 20px;
}

@media (max-width: 1169.98px) {
  #box4 .wrap .list .item {
    width: 42%;
  }
}

@media (max-width: 767.98px) {
  #box4 .wrap .list .item {
    width: 100%;
    min-height: 36px;
    margin-bottom: 20px;
  }
}

#box4 .wrap .list .item.item1 {
  background: transparent url(../img/heart-rate.png) no-repeat left top;
}

#box4 .wrap .list .item.item2 {
  background: transparent url(../img/water-drop.png) no-repeat left top;
}

#box4 .wrap .list .item.item3 {
  background: transparent url(../img/stomach.png) no-repeat left top;
}

#box4 .wrap .list .item.item4 {
  background: transparent url(../img/nanobots.png) no-repeat left top;
}

#box4 .wrap .list .item.item5 {
  background: transparent url(../img/fork-knife.png) no-repeat left 10px top;
}

#box4 .wrap .list .item.item6 {
  background: transparent url(../img/diagram.png) no-repeat left top;
}

#box5 {
  padding-top: 70px;
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  #box5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

#box5 h2 {
  text-align: center;
}

#box5 h3 {
  text-align: center;
  padding-top: 50px;
}

#box5 .squares {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  position: relative;
  bottom: 0;
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 70px;
}

@media (max-width: 1169.98px) {
  #box5 .squares {
    background-position: calc(50% + 225px) calc(0% + 100px);
    width: 748px;
    padding-top: 120px;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares {
    flex-direction: column;
    padding-top: 115px;
    width: 280px;
  }
}

#box5 .squares .square {
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 1169.98px) {
  #box5 .squares .square {
    font-size: 20px;
    line-height: 24px;
    padding: 70px 14px;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares .square {
    font-size: 17px;
    line-height: 20px;
    padding: 30px 14px;
  }
}

#box5 .squares .square .number {
  font-size: 60px;
  line-height: 73px;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  #box5 .squares .square .number {
    padding-bottom: 20px;
    font-size: 53px;
    line-height: 50px;
  }
}

#box5 .squares .square.square1 {
  background: #e51f57 url(../img/A.png) no-repeat left top;
  background-size: cover;
  width: 350px;
  min-height: 380px;
  order: 2;
  margin: 0 20px;
}

@media (max-width: 1169.98px) {
  #box5 .squares .square.square1 {
    width: 230px;
    min-height: 380px;
    margin: 0 10px;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares .square.square1 {
    width: 100%;
    margin: 0;
    min-height: 200px;
    order: 0;
  }
}

#box5 .squares .square.square2 {
  background: #e51f57 url(../img/B.png) no-repeat left top;
  background-size: cover;
  width: 350px;
  min-height: 380px;
  margin-top: 40px;
  order: 1;
}

@media (max-width: 1169.98px) {
  #box5 .squares .square.square2 {
    width: 250px;
    min-height: 380px;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares .square.square2 {
    width: 100%;
    margin: 5px 0;
    min-height: 200px;
  }
}

#box5 .squares .square.square3 {
  background: #e51f57 url(../img/C.png) no-repeat left top;
  background-size: cover;
  width: 350px;
  min-height: 380px;
  margin-top: 85px;
  order: 3;
}

@media (max-width: 1169.98px) {
  #box5 .squares .square.square3 {
    width: 250px;
    min-height: 380px;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares .square.square3 {
    width: 100%;
    margin: 0;
    min-height: 200px;
  }
}

#box5 .squares .bottles {
  background: transparent url(../img/bottles.png) no-repeat left top;
  width: 362px;
  height: 215px;
  position: absolute;
  top: 90px;
  left: 37%;
}

@media (max-width: 1169.98px) {
  #box5 .squares .bottles {
    top: 60px;
    left: 30%;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares .bottles {
    background: transparent url(../img/bottles-md.png) no-repeat left top;
    top: 35px;
    left: 30px;
  }
}

#box5 .squares .fruit {
  background: transparent url(../img/moring.png) no-repeat left top;
  width: 245px;
  height: 224px;
  position: absolute;
  bottom: 0;
  left: 300px;
}

@media (max-width: 1169.98px) {
  #box5 .squares .fruit {
    bottom: 5px;
    left: 165px;
  }
}

@media (max-width: 767.98px) {
  #box5 .squares .fruit {
    background: transparent url(../img/moring-md.png) no-repeat left top;
    width: 126px;
    height: 112px;
    left: initial;
    right: -30px;
    bottom: -5px;
  }
}

#box5 .narrow {
  width: 520px;
  margin: 0 auto;
  padding-top: 40px;
}

@media (max-width: 1169.98px) {
  #box5 .narrow {
    width: 550px;
  }
}

@media (max-width: 767.98px) {
  #box5 .narrow {
    width: 100%;
    padding-top: 20px;
  }
}

#box5 .narrow h2 {
  padding-bottom: 40px;
}

#box5 .narrow .button {
  padding: 19px 55px;
}

#box6 {
  background: #eefbee;
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  #box6 {
    padding: 60px 0;
  }
}

#box6 .wrap h2 {
  text-align: center;
}

#box6 .wrap .testimonials {
  padding: 55px 90px 0;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials {
    padding: 55px 0 0;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials {
    padding: 55px 0 0;
  }
}

#box6 .wrap .testimonials .testimonial {
  font-size: 20px;
  line-height: 27px;
  color: #053602;
  text-align: center;
  min-height: 280px;
  padding-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .testimonial {
    font-size: 16px;
    line-height: 21px;
  }
}

#box6 .wrap .testimonials .testimonial .name {
  font-size: 17px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  padding-top: 35px;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .testimonial .name {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .testimonial .name {
    font-size: 14px;
    padding-top: 20px;
  }
}

#box6 .wrap .testimonials .testimonial.one {
  background: transparent url(../img/testimonial1.png) no-repeat left 50px top;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .testimonial.one {
    background-position: left top;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .testimonial.one {
    background-size: 280px;
    background-position: center top;
  }
}

#box6 .wrap .testimonials .testimonial.two {
  background: transparent url(../img/testimonial2.png) no-repeat right 50px top;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .testimonial.two {
    background-position: right top;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .testimonial.two {
    background-size: 280px;
    background-position: center top;
  }
}

#box6 .wrap .testimonials .testimonial.three {
  background: transparent url(../img/testimonial3.png) no-repeat left 70px top;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .testimonial.three {
    background-position: left 40px top;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .testimonial.three {
    background-size: 250px;
    background-position: center top;
  }
}

#box6 .wrap .testimonials .testimonial.four {
  background: transparent url(../img/testimonial4.png) no-repeat right 70px top;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .testimonial.four {
    background-position: right top;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .testimonial.four {
    background-size: 280px;
    background-position: center top;
  }
}

#box6 .wrap .testimonials .p-left {
  padding-left: 360px;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .p-left {
    padding-left: 300px;
    margin-left: -80px;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .p-left {
    margin: 0 0 40px 0;
    padding: 280px 0 0;
  }
}

#box6 .wrap .testimonials .p-right {
  padding-right: 360px;
}

@media (max-width: 1169.98px) {
  #box6 .wrap .testimonials .p-right {
    padding-right: 300px;
    margin-right: -80px;
  }
}

@media (max-width: 767.98px) {
  #box6 .wrap .testimonials .p-right {
    margin: 0 0 40px 0;
    padding: 280px 0 0;
  }
}

#box6 .fbtestimonials {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width:1800px) {
  #box6 .fbtestimonials {
    max-width: 920px;
    margin: 0 auto;
  }
}

@media (max-width:920px) {
  #box6 .fbtestimonials {
    max-width: 640px;
  }
}

@media (max-width: 767.98px) {
  #box6 .fbtestimonials {
    background: none;
    display: flex;
    width: 320px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
  }
}

#box6 .fbtestimonials .facebooktestimonial {
  background: url(../img/fbtop.jpg) top no-repeat, url(../img/fbmid.jpg) repeat-y center;
  width: 284px;
  display: flex;
  margin: 0 10px 30px;
  flex-direction: column;
  z-index: 5;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  flex-shrink: 0;
  break-inside: avoid;
  -webkit-break-inside: avoid;
  transform: translateZ(0);
}

#box6 .fbtestimonials .facebooktestimonial>div {
  font-family: "Arial";
  font-weight: 600;
}

#box6 .fbtestimonials .facebooktestimonial>div:first-of-type {
  flex-grow: 1;
}

#box6 .fbtestimonials .facebooktestimonial>div:first-of-type .fbtitle {
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  padding-top: 15px;
  font-size: 13px;
  line-height: 40px;
  color: #282a2d;
  position: relative;
}

#box6 .fbtestimonials .facebooktestimonial>div:first-of-type .fbtitle .avatar {
  position: absolute;
  top: 10px;
  left: 7px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

#box6 .fbtestimonials .facebooktestimonial>div:first-of-type .fbtitle p {
  padding-left: 7px;
  position: relative;
  font-size: 13px;
  font-weight: 200;
  line-height: 18px;
  top: -7px;
}

#box6 .fbtestimonials .facebooktestimonial>div:first-of-type .fbmessage {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  padding: 15px 60px 0 60px;
  position: relative;
}

#box6 .fbtestimonials .facebooktestimonial>div:first-of-type .fbmessage .avatar {
  position: absolute;
  bottom: -14px;
  left: 7px;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

#box6 .fbtestimonials .facebooktestimonial>div:last-of-type {
  height: 90px;
  font-size: 14px;
  background: url(../img/fbbottom.jpg) bottom no-repeat;
  padding-top: 40px;
  color: #90949c;
  padding-left: 13px;
  font-weight: 500;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#box7 {
  background: #858786 url(../img/box7-bg.jpg) no-repeat center top;
  min-height: 815px;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box7 {
    background: #858786 url(../img/box7-bg-lg.jpg) no-repeat center bottom;
    min-height: 1180px;
  }
}

@media (max-width: 767.98px) {
  #box7 {
    background: #858786 url(../img/box7-bg-md.jpg) no-repeat center bottom;
    min-height: 900px;
  }
}

#box7 .review {
  width: 645px;
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  top: 120px;
  left: calc(50% - 85px);
}

@media (max-width: 1169.98px) {
  #box7 .review {
    left: calc(50% - 315px);
  }
}

@media (max-width: 767.98px) {
  #box7 .review {
    top: 0;
  }
}

#box7 .review .inner {
  background: #fff;
  border-radius: 2px;
  padding: 60px 55px 55px;
  text-align: center;
  position: relative;
}

@media (max-width: 767.98px) {
  #box7 .review .inner {
    padding: 40px 177px 40px 167px;
  }
}

#box7 .review .inner .main {
  color: #c4083d;
  font-size: 38px;
  line-height: 41px;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  #box7 .review .inner .main {
    font-size: 20px;
    line-height: 25px;
  }
}

#box7 .review .inner p {
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  #box7 .review .inner p {
    font-size: 16px;
    line-height: 20px;
  }
}

#box7 .review .inner .bottom {
  display: flex;
}

@media (max-width: 767.98px) {
  #box7 .review .inner .bottom {
    flex-direction: column;
  }
}

#box7 .review .inner .bottom .signature {
  width: 103px;
}

@media (max-width: 767.98px) {
  #box7 .review .inner .bottom .signature {
    margin: 0 auto;
  }
}

#box7 .review .inner .bottom .text {
  flex: 1;
  text-align: right;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  #box7 .review .inner .bottom .text {
    text-align: center;
    margin-right: 0;
  }
}

#box7 .review .inner .bottom .text .name {
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  #box7 .review .inner .bottom .text .name {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 10px;
  }
}

#box7 .review .inner .bottom .text .title {
  color: #c4083d;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  #box7 .review .inner .bottom .text .title {
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
  }
}

#box7 .review .badge {
  position: absolute;
  top: -45px;
  left: 450px;
}

@media (max-width: 767.98px) {
  #box7 .review .badge {
    width: 66px;
    top: -30px;
    left: 380px;
  }
}

#box7 .review .quotemark {
  position: absolute;
  top: 70px;
  left: -65px;
}

@media (max-width: 767.98px) {
  #box7 .review .quotemark {
    width: 52px;
    top: -20px;
    left: calc(50% - 26px);
  }
}

#box7 .review:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  transform: translate(-10px, -20px) rotate(-0.5deg);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

#box8 {
  background: #fff;
  padding: 115px 0 100px;
}

@media (max-width: 1169.98px) {
  #box8 {
    padding: 90px 0 100px;
  }
}

@media (max-width: 767.98px) {
  #box8 {
    padding: 60px 0;
  }
}

#box8 .wrap h2 {
  text-align: center;
}

#box8 .wrap .chartcontainer {
  display: flex;
  padding-top: 100px;
}

@media (max-width: 1169.98px) {
  #box8 .wrap .chartcontainer {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer {
    padding-top: 30px;
  }
}

#box8 .wrap .chartcontainer .text {
  flex: 1;
  margin-right: 54px;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  #box8 .wrap .chartcontainer .text {
    text-align: center;
    padding-bottom: 50px;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer .text {
    font-size: 18px;
    line-height: 21px;
  }
}

#box8 .wrap .chartcontainer .chart {
  background: transparent url(../img/chart-bg.jpg) no-repeat left top;
  width: 663px;
  min-height: 257px;
  padding-top: 310px;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box8 .wrap .chartcontainer .chart {
    background-position: right top;
  }
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer .chart {
    background: transparent url(../img/chart-bg-md.jpg) no-repeat left top;
    width: 261px;
    padding-top: 330px;
  }
}

#box8 .wrap .chartcontainer .chart .numbers {
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  position: absolute;
  top: -25px;
  left: -25px;
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer .chart .numbers {
    font-size: 15px;
    left: -20px;
  }
}

#box8 .wrap .chartcontainer .chart .weeks {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 270px;
  width: 100%;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer .chart .weeks {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer .chart .weeks p {
    max-width: 110px;
  }
}

#box8 .wrap .chartcontainer .chart .weeks .after {
  text-align: right;
}

#box8 .wrap .chartcontainer .chart .legend {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 50px;
}

@media (max-width: 767.98px) {
  #box8 .wrap .chartcontainer .chart .legend {
    flex-direction: column;
    padding: 0 0 0 50px;
  }
}

#box8 .wrap .chartcontainer .chart .legend span {
  width: 35px;
  height: 5px;
  background: #eee;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#box8 .wrap .chartcontainer .chart .legend .raspberry {
  color: #c4083d;
}

#box8 .wrap .chartcontainer .chart .legend .raspberry span {
  background: #c4083d;
}

#box8 .wrap .chartcontainer .chart .legend .diet {
  color: #a3a3a3;
}

#box8 .wrap .chartcontainer .chart .legend .diet span {
  background: #a3a3a3;
}

#box8 .wrap .chartcontainer .chart .legend .placebo {
  color: #ff9db9;
}

#box8 .wrap .chartcontainer .chart .legend .placebo span {
  background: #ff9db9;
}

#box8 .wrap .description {
  text-align: center;
  padding: 50px 90px 0;
  font-size: 15px;
  line-height: 19px;
  color: #808080;
}

@media (max-width: 1169.98px) {
  #box8 .wrap .description {
    padding: 50px 0 0;
  }
}

@media (max-width: 767.98px) {
  #box8 .wrap .description {
    padding-top: 30px;
    font-size: 14px;
    line-height: 17px;
  }
}

#box9 {
  background: #fff url(../img/box9-bg.png) no-repeat center top;
  background-size: cover;
  min-height: 800px;
  padding: 120px 0 10px;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box9 {
    padding: 90px 0 110px;
  }
}

@media (max-width: 767.98px) {
  #box9 {
    background: #fff url(../img/box9-bg.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    min-height: 621px;
  }
}

#box9 .wrap .list {
  display: flex;
  color: #fff;
  text-align: center;
  padding: 0 28px;
  justify-content: space-between;
}

@media (max-width: 1169.98px) {
  #box9 .wrap .list {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  #box9 .wrap .list {
    padding: 0;
    margin-left: -10px;
  }
}

#box9 .wrap .list .item {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  width: 25%;
  font-weight: 500;
}

@media (max-width: 1169.98px) {
  #box9 .wrap .list .item {
    width: 45%;
  }
}

@media (max-width: 767.98px) {
  #box9 .wrap .list .item {
    width: 100%;
    display: flex;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 25px;
  }
}

#box9 .wrap .list .item .main {
  font-size: 90px;
  line-height: 80px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  #box9 .wrap .list .item .main {
    font-size: 50px;
    line-height: 30px;
    width: 40%;
    text-align: right;
    margin-right: 15px;
    padding-bottom: 0;
  }
}

#box9 .wrap .list .item .main span {
  vertical-align: super;
  font-size: 50px;
}

@media (max-width: 767.98px) {
  #box9 .wrap .list .item .main span {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  #box9 .wrap .list .item .text {
    flex: 1;
    text-align: left;
  }
}

#box9 .cert-container {
  position: relative;
  width: 459px;
  max-width: 459px;
  min-height: 322px;
  bottom: -60px;
  left: calc(50% - 450px);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1169.98px) {
  #box9 .cert-container {
    left: initial;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  #box9 .cert-container {
    width: 389px;
    left: calc(50% - 194px);
    min-height: 277px;
    margin: 0;
    bottom: -40px;
  }
}

#box9 .cert-container .certificate {
  background: transparent url("../img/certbg.jpg") center center no-repeat;
  background-size: 100% 100%;
  color: #333;
  text-align: center;
  padding: 70px 50px 80px;
  position: relative;
  border-radius: 2px;
}

#box9 .cert-container .certificate svg {
  max-width: 300px;
  display: block;
  margin: -60px auto -40px;
}

@media (max-width: 767.98px) {
  #box9 .cert-container .certificate svg {
    margin-bottom: -50px;
  }
}

#box9 .cert-container .certificate svg text {
  font-family: "Playfair Display", serif;
  font-size: 33px;
  fill: #987336;
  font-style: italic;
}

@media (max-width: 767.98px) {
  #box9 .cert-container .certificate svg text {
    font-size: 25px;
  }
}

#box9 .cert-container .certificate svg path {
  fill: transparent;
}

#box9 .cert-container .certificate .logo {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #box9 .cert-container .certificate .logo {
    font-size: 29px;
    line-height: 25px;
  }
}

#box9 .cert-container .certificate p {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 22px;
  color: #63593d;
}

@media (max-width: 767.98px) {
  #box9 .cert-container .certificate p {
    font-size: 14px;
    line-height: 18px;
  }
}

#box9 .cert-container .certificate .signatures {
  position: absolute;
  background: transparent url(../img/certsignatures.png) center center no-repeat;
  width: 275px;
  height: 40px;
  bottom: 30px;
  left: 110px;
}

@media (max-width: 767.98px) {
  #box9 .cert-container .certificate .signatures {
    left: 70px;
    bottom: 20px;
  }
}

#box9 .cert-container .ribbon {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 87px);
}

#box9 .cert-container:before {
  content: "";
  width: 435px;
  height: 95%;
  background: #fff url(../img/cert-before-bg.jpg) no-repeat left top;
  background-size: cover;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  transform: translate(-20px, -10px) rotate(-1deg);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  #box9 .cert-container:before {
    width: 389px;
  }
}

#box9 .safe {
  color: #fff;
  width: 475px;
  position: relative;
  left: 55%;
  bottom: 170px;
}

@media (max-width: 1169.98px) {
  #box9 .safe {
    display: none;
  }
}

#box10 {
  background-color: #fff;
  /* background-image: url(../img/box10-bg.jpg), url(../img/box10-bg-2.jpg); */
  background-repeat: no-repeat;
  background-position: calc(50% - 400px) top, calc(50% + 200px) bottom;
  padding: 120px 0 60px;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box10 {
    background: #fff;
    padding: 60px 0;
  }
}

#box10 .raspberries {
  position: absolute;
  left: calc(50% + 400px);
  top: -35px;
}

@media (max-width: 1169.98px) {
  #box10 .raspberries {
    display: none;
  }
}

#box10 .wrap h2 {
  text-align: center;
  width: 660px;
  margin: 0 auto;
}

@media (max-width: 1169.98px) {
  #box10 .wrap h2 {
    width: 100%;
  }
}

#box10 .wrap .offers {
  position: relative;
}

#box10 .wrap .timer {
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .timer {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .timer {
    margin: 10px 0 5px;
    display: block;
  }
}

#box10 .wrap .timer .timer-desc {
  font-family: "Caveat", serif;
  font-size: 35px;
  line-height: 31px;
  margin-right: 20px;
  width: 200px;
  text-align: right;
  color: #c4083d;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  #box10 .wrap .timer .timer-desc {
    width: 100%;
    font-size: 25px;
    margin-bottom: 16px;
    padding-left: 0;
    text-align: center;
  }
}

#box10 .wrap .col {
  float: left;
  width: 33%;
  padding: 0 15px;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .col {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .col {
    width: 282px;
    padding: 5px 0;
    margin: 0 auto;
  }
}

#box10 .wrap .offer-wrapper.second {
  background: #c4083e;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 0 3px 3px;
}

#box10 .wrap .offer-wrapper.second .offer {
  margin-bottom: 0;
}

#box10 .wrap .offer-wrapper.second>.offer {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer-wrapper.second>.offer {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer.one .whole img {
    width: 50px;
    height: 90px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer.two .whole img {
    width: 120px;
    height: 90px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer.three .whole img {
    width: 150px;
    height: 90px;
  }
}

#box10 .wrap .offer {
  background: transparent;
  padding: 70px 25px 30px;
  position: relative;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer {
    padding-top: 60px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer {
    margin-bottom: 15px;
    padding-top: 0;
    padding: 50px 10px 10px;
  }

  #box10 .wrap .offer .whole .text {
    margin-top: 30px;
    text-align: center;
  }

  #box10 .wrap .offer .whole img {
    width: 120px;
    height: 90px;
  }
}

#box10 .wrap .offer .topbar {
  background: #c4083e;
  position: absolute;
  top: 0;
  left: -3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  width: 346px;
  padding: 13px 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .topbar {
    width: 688px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .topbar {
    width: 282px;
    font-size: 12px;
    padding: 5px 0;
  }
}

#box10 .wrap .offer .button {
  height: 60px;
  margin: 15px 0;
  font-size: 22px;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .button {
    width: 46%;
    margin: 15px 0 15px auto;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .button {
    margin: 15px auto 10px;
    width: 218px;
    font-size: 17px;
    padding: 15px 0;
    height: auto;
  }
}

#box10 .wrap .offer .name {
  margin-top: 35px;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

#box10 .wrap .offer .name span {
  color: #84af21;
}

#box10 .wrap .offer .name sup {
  font-size: 20px;
  vertical-align: super;
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .name sup {
    font-size: 14px;
  }
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .name {
    padding-left: 345px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .name {
    margin: 10px 0 0 -15px;
    padding-left: 0;
    text-align: center;
    font-size: 25px;
  }
}

#box10 .wrap .offer .pros {
  font-size: 13px;
  line-height: 14px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .pros {
    margin-left: 345px;
    width: 320px;
    flex-direction: row;
    justify-content: start;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .pros {
    width: 280px;
    margin: 0 auto;
    justify-content: center;
  }
}

#box10 .wrap .offer .pros img {
  margin-right: 5px;
  align-self: flex-start;
  height: 14px;
  margin-top: 0px;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .pros img {
    display: block;
  }
}

#box10 .wrap .offer .pros p {
  position: relative;
  display: flex;
  line-height: 14px;
  align-items: start;
  padding-top: 5px;
  width: 40%;
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .pros p {
    font-size: 11px;
  }
}

#box10 .wrap .offer .price {
  color: #c4083e;
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .price {
    padding-left: 345px;
    text-align: left;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .price {
    padding: 10px 0 5px;
    text-align: center;
    font-size: 29px;
  }
}

#box10 .wrap .offer .old-price {
  color: #666666;
  background: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  display: block;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .old-price {
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    padding-top: 10px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .old-price {
    margin: 0;
    font-size: 14px;
    padding-left: 0;
  }
}

#box10 .wrap .offer .old-price .amount {
  text-decoration: line-through;
}

#box10 .wrap .offer .kept {
  font-size: 17px;
  color: #c4083e;
  text-transform: none;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .kept {
    padding-left: 345px;
    text-align: left;
    padding-top: 5px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .kept {
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
}

#box10 .wrap .offer .promo {
  background: linear-gradient(to top, #79a61c, #8eb62c);
  position: absolute;
  top: 25px;
  right: 10px;
  padding: 7px 10px 7px;
  font-size: 14px;
  line-height: 12px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .promo {
    top: 20px;
    padding: 9px 10px 9px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .promo {
    top: 10px;
    left: initial;
    right: 10px;
    font-size: 12px;
    padding: 5px 12px 4px;
    width: 100%;
  }
}

#box10 .wrap .offer .img {
  width: 315px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .offer .img {
    float: left;
    top: 30px;
  }
}

@media (max-width: 767.98px) {
  #box10 .wrap .offer .img {
    float: none;
    width: 100%;
    top: 15px;
  }
}

#box10 .wrap .wrap .col.last .offer-wrapper .offer {
  padding-top: 70px;
}

@media (max-width: 1169.98px) {
  #box10 .wrap .wrap .col.last .offer-wrapper .offer {
    padding-top: 30px;
  }
}

#box11 {
  background: #eefbee;
  padding: 90px 0 45px;
}

@media (max-width: 767.98px) {
  #box11 {
    padding: 60px 0 40px;
  }
}

#box11 h2 {
  font-weight: 700;
  width: 660px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

@media (max-width: 767.98px) {
  #box11 h2 {
    width: 100%;
    padding-bottom: 20px;
  }
}

#box11 .wrap {
  position: relative;
}

#box11 .wrap .faq {
  padding: 20px 0 50px;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 1169.98px) {
  #box11 .wrap .faq {
    padding: 20px 0 50px;
    width: 100%;
  }
}

#box11 .wrap .faq .question {
  background: #ffffff;
  font-size: 17px;
  margin: 5px 0;
  font-weight: 500;
  position: relative;
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  #box11 .wrap .faq .question {
    font-size: 15px;
  }
}

#box11 .wrap .faq .question .question-top {
  padding: 14px 23px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  #box11 .wrap .faq .question .question-top {
    padding-right: 35px;
  }
}

#box11 .wrap .faq .question .answer {
  display: none;
  font-size: 17px;
  line-height: 23px;
  color: #4c4c4c;
  font-weight: 400;
  padding: 10px 35px 20px;
}

@media (max-width: 767.98px) {
  #box11 .wrap .faq .question .answer {
    font-size: 14px;
  }
}

#box11 .wrap .faq .question .sign {
  position: absolute;
  right: 30px;
  top: 15px;
  width: 10px;
  height: 12px;
  display: block;
}

#box11 .wrap .faq .question .sign:before,
#box11 .wrap .faq .question .sign:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #333;
  transition: 1s;
}

#box11 .wrap .faq .question .sign:after {
  transform: rotate(90deg);
}

#box11 .wrap .faq .question.active {
  color: #c4083e;
}

#box11 .wrap .faq .question.active .question-title {
  text-decoration: underline;
}

#box11 .wrap .faq .question.active .sign:before,
#box11 .wrap .faq .question.active .sign:after {
  background-color: #c4083e;
}

#box11 .wrap .faq .question.active .sign:before {
  opacity: 0;
}

#box11 .wrap footer {
  padding: 50px 0 0;
  text-align: center;
}

@media (max-width: 1169.98px) {
  #box11 .wrap footer {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  #box11 .wrap footer {
    width: 280px;
    margin: 0 auto;
  }
}

#box11 .wrap footer img {
  width: 170px;
}

#box11 .wrap footer div {
  margin: 20px auto 10px auto;
}

#box11 .wrap footer div a {
  padding-right: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  max-width: 200px;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  #box11 .wrap footer div a {
    font-size: 16px;
  }
}

#box11 .wrap footer .copyright {
  font-size: 16px;
  color: #4c4c4c;
}

@media (max-width: 767.98px) {
  #box11 .wrap footer .copyright {
    font-size: 14px;
  }
}

#box11 .wrap footer p {
  margin-top: 10px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 19px;
}

@media (max-width: 767.98px) {
  #box11 .wrap footer p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=index.css.map */


.popupout {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none
}

#popup {
  background-color: #fff;
  border: 5px solid #fff;
  max-height: 90%;
  left: 50%;
  margin-left: -435px;
  overflow-y: auto;
  padding: 35px 81px;
  position: fixed;
  top: 5%;
  width: 100%;
  max-width: 900px;
  border-radius: 5px;
}

#popup .alert {
  text-align: center;
  display: none
}

#popup .close {
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  cursor: pointer;
}

#form {
  padding-top: 30px;
  padding-bottom: 30px;
}

#popup input::-webkit-input-placeholder,
#form input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-family: Lato, sans-serif
}

#popup input::-moz-placeholder,
#form input::-moz-placeholder {
  color: #444;
  font-family: Lato, sans-serif
}

#popup input:-ms-input-placeholder,
#form input:-ms-input-placeholder {
  color: #444;
  font-family: Lato, sans-serif
}

#popup input:-moz-placeholder,
#form input:-moz-placeholder {
  color: #444;
  font-family: Lato, sans-serif
}

#popup .h,
#form .h {
  color: #b41c58;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase
}

#popup .h2,
#form .h2 {
  color: #363636;
  font-size: 17px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}

#popup .l .item1 .txt1,
#popup .l .item1 .txt2,
#form .l .item1 .txt1,
#form .l .item1 .txt2 {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 3px;
}

#popup .item1 img,
#form .item1 img {
  height: 140px;
  margin-bottom: 20px;
}

#popup .l,
#form .l {
  float: left;
  width: 49%;
}

#popup .r,
#form .r {
  float: right;
  width: 49%;
}

#popup input[type="text"],
#popup input[type="email"],
#form input[type="text"],
#form input[type="email"] {
  border: 1px solid #c2c2c2;
  margin: 0 0.5% 5px 0.5%;
  width: 49%;
  padding: 1% 2%;
  float: left;
}

#popup input[type="submit"],
#form input[type="submit"] {
  color: white;
  background-color: #0ead08 !important;
  border: none;
  padding: 24px 16px;
  float: center;
  font-size: 27px;
  margin: auto auto auto auto;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 6px !important;
}

.mhalert {}

.mhalert .h {
  text-align: center;
}

.mhalert p {
  text-align: center;
}

.mhalert input {
  font-size: 18px;
  height: 46px;
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
}

.mhalert button {
  margin: 0 !important;
  display: inline-block !important;
  padding: 5px 13px 12px 13px;
  line-height: 1;
}

.mhalert img {
  height: 173px;
  display: block;
  margin: auto auto 13px auto;
}

#mhclock {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: -14px;
  margin-bottom: 20px;
}

@media (max-width: 885px) {
  #popup {
    background-color: #fff;
    border: 5px solid #fff;
    max-height: 90%;
    left: 0;
    margin-left: 0;
    overflow-y: auto;
    padding: 2%;
    top: 5%;
    width: 95%;
    border-radius: 0;
  }

  #popup .l,
  #popup .r,
  #form .l,
  #form .r {
    float: none;
    width: 100%;
  }

  .sales-template .buy-button {
    display: block;
  }
}

@media (max-height: 806px) {

  #popup .h,
  #form .h {
    margin-bottom: 0px;
  }

  #popup {
    top: 15px;
    padding: 5px 81px;
  }

  #popup .h,
  #form .h {
    font-size: 20px;
  }

  #popup .h2,
  #form .h2 {
    font-size: 13px;
    margin-top: 8px;
  }

  /*#popup input[type="text"], #popup input[type="email"] {
        padding: 2px 1%;
    }*/
}

@media (max-width: 885px) {
  #popup {
    top: 0;
    height: 96%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    width: 92%;
    padding: 2% 4%;
  }
}

@media (max-width: 640px) {

  #popup input[type="text"],
  #popup input[type="email"],
  #form input[type="text"],
  #form input[type="email"] {
    float: none;
    width: 96%;
  }
}

.orderform {
  text-align: center;
  border: 4px solid #159b13;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.h {
  font-size: 33px;
  font-weight: 700;
  color: #c60f0f;
}

th.tg-0lax,
td.tg-0lax {
  padding: 15px;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}

.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-top: 20px;
}

.form-group {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

input.form-control {
  width: 100%;
  height: 44px;
  float: none;
  border: 0.7px solid grey;
  border-radius: 5px;
  padding: 0 2%;
}

.label {
  display: block;
  padding-top: 10px;
  margin-bottom: 5px;
}

select.form-control {
  width: 70%;
  height: 37px;
  float: none;
  border: 0.7px solid grey;
  border-radius: 5px;
  padding: 0.9% 2%;
}
form button {
  background: #ff8c00!important;
  border-color: #ff8c00!important;
  margin: 0;
  cursor: pointer;
  width: 100%;
  max-width: 360px;
  padding: 14px 40px;
  color: white;
  border: 0;
  font-weight: 700;
  font-size: 18px;
}
form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

form .input-wrapper .error {
  border: 1px solid red!important;
  padding-top: 6px!important;
}

form .input-wrapper .error+label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: left
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 3px;
  height: 21px;
  background-color: red
}

form .input-wrapper .error+label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg)
}
.price {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  font-weight: 700;
}
.price .al-cost-promo {
  text-decoration: line-through;
  color: #c92222;
}
.price .al-cost {
  color: #2caa2c;
}
.footer {
  background: #eefbee!important;
  color: #000!important;
}