@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: local(""), url(../fonts/opensans-regular-webfont.woff2) format("woff2"),
    url(../fonts/opensans-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: local(""), url(../fonts/opensans-bold-webfont.woff2) format("woff2"),
    url(../fonts/opensans-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: local(""), url(../fonts/montserrat-regular-webfont.woff2) format("woff2"),
    url(../fonts/montserrat-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: local(""), url(../fonts/montserrat-bold-webfont.woff2) format("woff2"),
    url(../fonts/montserrat-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none !important;
}
b,
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-10,
.col-sm-12,
.col-sm-2,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-10,
  .col-sm-12,
  .col-sm-2,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
.popup__prod {
  max-width: 200px;
  width: 100%;
}
@media (min-width: 992px) {
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
    text-align: center;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.collapse {
  display: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-brand {
  float: left;
  font-size: 14px;
  padding: 10px 0 0 15px;
  overflow: visible;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 10px;
  margin-bottom: 6px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
@-ms-viewport {
  width: device-width;
}
h2 {
  margin: 0;
}
button::-moz-focus-inner {
  border: none;
}
:not(#fake) {
  outline: 0;
}
.nowrap {
  white-space: nowrap;
}
.pull-right {
  float: right;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body {
  font-family: "Open Sans", sans-serif, Arial;
  margin: 0;
  padding: 0;
  width: auto !important;
  overflow-x: hidden !important;
}
.navbar {
  margin-bottom: 0;
  margin-top: 0;
}
.headerbg {
  min-height: 1018px;
}
.no-webp .headerbg {
  background: url(../images/beach-woman.jpg) top center no-repeat;
}
.webp .headerbg {
  background: url(../images/beach-woman.webp) top center no-repeat;
}
.viraltext {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #050505;
  padding: 25px 75px !important;
  display: block;
}
.formSeals {
  padding: 15px 0 15px 0;
}
.formBox {
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #0699ee;
  margin-top: 0;
}
.formTop {
  background: #0699ee;
  padding: 15px 25px;
  color: #fff;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  overflow: visible;
  border-radius: 15px 15px 0 0;
  position: relative;
  top: -4px;
  left: -4px;
  width: 380px;
}
.formTop img {
  float: right;
  position: absolute;
  top: 100px;
  right: -30px;
  padding: 0;
  margin: 0;
  display: none;
}
.header-box {
  display: block;
  margin-left: auto;
  max-width: 600px;
  width: 100%;
  padding-top: 17px;
}
.header-box__title {
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}
.header-box__subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #6b057e;
  line-height: 1;
  letter-spacing: -1.5px;
  position: relative;
}
.header-box__big {
  font-weight: 700;
  color: #6b057e;
  font-size: 90px;
  letter-spacing: -7.5px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  transform: rotate(-9deg) skew(-15deg, 1deg);
  text-align: right;
  padding-right: 20px;
  position: relative;
}
.header-box__subtitle:before {
  content: "";
  position: absolute;
  bottom: -71px;
  left: 50%;
  transform: translateX(-110%);
  width: 49px;
  height: 64px;
  display: none;
}
.no-webp .header-box__subtitle:before {
  background: url(../images/to.png) no-repeat center;
}
.webp .header-box__subtitle:before {
  background: url(../images/to.webp) no-repeat center;
}
.header-box__big span {
  font-size: 128px;
  letter-spacing: -14.5px;
}
.header-box__imp {
  text-align: center;
  font-size: 24px;
}
.header-box__imp {
  padding-left: 150px;
  margin-top: 90px;
  position: relative;
}
.header-list {
  display: flex;
  flex-direction: column;
  margin-left: 190px;
  margin-top: 25px;
  position: relative;
}
.header-list:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -46px;
  left: -228px;
  width: 180px;
  height: 360px;
  z-index: 10;
}
.no-webp .header-list:before {
  background: url(../images/keto-bottle.png) no-repeat center;
  background-size: contain;
}
.webp .header-list:before {
  background: url(../images/keto-bottle.webp) no-repeat center;
  background-size: contain;
}
.header-list__item {
  position: relative;
  padding-left: 40px;
  z-index: 0;
  margin-bottom: 30px;
}
.header-list__item:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -20px;
  height: 112px;
  width: 455px;
  z-index: -1;
  border-radius: 74px 0 0 74px;
}
.no-webp .header-list__item:before {
  background: url(../images/header-list.png) center no-repeat;
  background-size: contain;
}
.webp .header-list__item:before {
  background: url(../images/header-list.webp) -4px 50% no-repeat;
  background-size: contain;
}
.comment-main {
  background-color: #f3f7f8;
  padding: 10px;
}
.comment-date {
  display: flex;
  align-items: center;
  position: relative;
}
.comment-box:not(:last-child) {
  margin-bottom: 20px;
}
.comment-date:before {
  content: "...";
  color: #5c6284;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
}
.comment-date-box {
  margin-left: 8px;
}
.comment-date__name {
  color: #5c6284;
  font-weight: 700;
  font-size: 16px;
}
.comment-date__time {
  color: #94989b;
  font-size: 12px;
}
.comment-text {
  margin-top: 10px;
  font-size: 16px;
}
.comment-date__avarar {
  width: 50px;
  flex-shrink: 0;
}
.comment-date__avarar img {
  max-width: 100%;
}
.header-list__title {
  font-weight: 700;
  font-size: 19px;
  font-style: italic;
}
.footer-pack-box {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.plashka {
  position: absolute;
  right: 50px;
  top: 0;
  width: 153px;
  height: 145px;
  color: #333334;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-webp .plashka {
  background: url(../images/plashka.png) no-repeat center;
  background-size: contain;
}
.webp .plashka {
  background: url(../images/plashka.webp) no-repeat center;
  background-size: contain;
}
.plashka:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-44%);
  width: 53px;
  height: 33px;
}
.no-webp .plashka:before {
  background: url(../images/footer-check.png) no-repeat center;
}
.webp .plashka:before {
  background: url(../images/footer-check.webp) no-repeat center;
}
.first-word {
  font-size: 15px;
}
.footerC2a-box {
  position: relative;
}
.footerC2a-box:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 138px;
  height: 385px;
  z-index: 10;
}
.no-webp .footerC2a-box:before {
  background: url(../images/footer-arrow.png) no-repeat center;
}
.webp .footerC2a-box:before {
  background: url(../images/footer-arrow.webp) no-repeat center;
}
.sec-word {
  font-size: 14px;
}
.header-list__subtitle {
  font-size: 14px;
  color: grey;
}
.header-box__arrowLine {
  margin-top: 40px;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.no-webp .header-box__arrowLine {
  background: url(../images/bottom-arrow.png) no-repeat center;
  background-size: contain;
}
.webp .header-box__arrowLine {
  background: url(../images/bottom-arrow.webp) no-repeat center;
  background-size: contain;
}
.header-box__arrowLine:before {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 8px;
  width: 64px;
  height: 136px;
  transform: rotate(-90deg) scaleX(-1);
}
.no-webp .header-box__arrowLine:before {
  background: url(../images/form-arrow.png) no-repeat center;
}
.webp .header-box__arrowLine:before {
  background: url(../images/form-arrow.webp) no-repeat center;
}
.arrowLine-first {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.formBody {
  padding: 10px 30px 25px 30px;
}
.timer-container {
  padding-top: 10px;
}
.timer-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.timer {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #222;
  font-size: 40px;
  position: relative;
  top: -3px;
}
.supress {
  margin: 0 10px;
}
#section1 h2 {
  font-size: 31px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #04a8f5;
  margin-bottom: 20px;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.nopad {
  padding: 0;
  margin: 0;
}
.orange12 {
  float: right;
}
.knav {
  color: #fc4000;
}
.knav li a {
  color: #666 !important;
  font-weight: 400;
}
.allnatural-title {
  text-align: center;
  font-size: 55px;
  font-family: "Indie Flower", cursive;
  text-transform: uppercase;
  color: #435056;
}
.allnatural-subtitle {
  text-align: center;
  font-family: "Indie Flower", cursive;
  text-transform: uppercase;
  font-size: 58px;
  color: #435056;
}
.mont60 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 60px;
  font-weight: 400;
}
.mont50 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 50px;
  font-weight: 400;
}
.os28 {
  font: 28px "Open Sans", sans-serif;
  color: #666;
  line-height: normal;
  font-weight: 400;
}
.lighter {
  font-weight: 400 !important;
}
.dark {
  color: #333;
}
.orange {
  color: #fc4200;
}
.montbold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.center {
  text-align: center;
}
.c2abtn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 34px;
  background: #f60;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.howto-btn {
  margin-top: 20px;
}
.c2abtn:hover {
  background: #f24d11;
  text-decoration: none;
}
.super {
  font-weight: 700;
}
.os33 {
  font-size: 33px;
  text-transform: uppercase;
}
.space {
  height: 40px;
  display: block;
}
.centered {
  margin: auto !important;
  text-align: center !important;
}
.vsdwn {
  display: none;
}
.content {
  color: #666;
}
.productTitle {
  padding-bottom: 10px;
  font-size: 32px;
  font-family: Montserrat, sans-serif;
  margin-top: 10px;
}
.productSub {
  font-size: 18px;
  padding-bottom: 10px;
}
.theproofD {
  min-height: 1013px;
  padding-top: 115px;
}
.no-webp .theproofD {
  background: url(../images/7-day-bridge-ketosis-bg.jpg) top center no-repeat;
}
.webp .theproofD {
  background: url(../images/7-day-bridge-ketosis-bg.webp) top center no-repeat;
}
.navbar-toggle {
  display: none;
}
.theproofD p {
  font-size: 12px;
  color: #363535;
  font-weight: 700;
}
.ketpoia-ketosis-banner {
  min-height: 845px;
  padding-top: 306px;
}
.no-webp .ketpoia-ketosis-banner {
  background: url(../images/ketopia-ketosis-7day-bg.jpg) top center no-repeat;
}
.webp .ketpoia-ketosis-banner {
  background: url(../images/ketopia-ketosis-7day-bg.webp) top center no-repeat;
}
.ketpoia-ketosis-banner .container h2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.block6__description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.block6__product img {
  width: 150px;
  max-width: 100%;
  display: block;
}
.block6__product-name {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 92px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.9;
}
.stayingKetosis {
  min-height: 847px;
  padding-top: 320px;
}
.no-webp .stayingKetosis {
  background: url(../images/7day-bridge-ketopia-ketosis-bg2.jpg) top center
    no-repeat;
}
.webp .stayingKetosis {
  background: url(../images/7day-bridge-ketopia-ketosis-bg2.webp) top center
    no-repeat;
}
.stayingKetosis h2 {
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-size: 100px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-align: center;
}
.stayingKetosis h3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.ketopiainfo h3 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  color: #f60;
}
.allnatural {
  min-height: 850px;
  padding-top: 220px;
}
.no-webp .allnatural {
  background: url(../images/all-natural-ketopia-bg.jpg) top center no-repeat;
}
.webp .allnatural {
  background: url(../images/all-natural-ketopia-bg.webp) top center no-repeat;
}
.footerC2a {
  min-height: 746px;
  padding-top: 235px;
  box-shadow: inset 0 -86px 40px -20px rgba(255, 255, 255, 1);
}
.no-webp .footerC2a {
  background: url(../images/footerbg.jpg) top center no-repeat;
  background-size: cover;
}
.webp .footerC2a {
  background: url(../images/footerbg.webp) top center no-repeat;
  background-size: cover;
}
@media (max-width: 1824px) {
  .footerC2a {
    padding-top: 208px;
  }
}
@media (max-width: 1643px) {
  .footerC2a {
    padding-top: 170px;
  }
}
@media (max-width: 1400px) {
  .footerC2a {
    padding-top: 130px;
  }
}
.viraltext {
  display: block;
}
.viraltextm {
  display: none;
}
@media (max-width: 1200px) {
  .os28 {
    font: 18px "Open Sans", sans-serif;
    color: #666;
    line-height: normal;
    font-weight: 400;
  }
  .headerbg {
    min-height: 863px;
  }
  .no-webp .headerbg {
    background: url(../images/beach-woman-t.jpg) top center no-repeat;
  }
  .webp .headerbg {
    background: url(../images/beach-woman-t.webp) top center no-repeat;
  }
}
@media (max-width: 992px) {
  .allnatural-subtitle {
    font-size: 45px;
  }
  .allnatural-title {
    font-size: 48px;
  }
  .os28 {
    font: 21px "Open Sans", sans-serif;
    color: #666;
    line-height: normal;
    font-weight: 400;
  }
  .os33 {
    font-size: 23px;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .ketpoia-ketosis-banner {
    min-height: 845px;
    padding-top: 290px;
  }
  .no-webp .ketpoia-ketosis-banner {
    background: url(../images/ketopia-ketosis-7day-bg.jpg) top center no-repeat;
  }
  .webp .ketpoia-ketosis-banner {
    background: url(../images/ketopia-ketosis-7day-bg.webp) top center no-repeat;
  }
  .allnatural-subtitle {
    font-size: 42px;
  }
  .allnatural-title {
    font-size: 35px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-brand p {
    text-align: center;
  }
  .navbar-header {
    padding: 5px 0;
  }
  .header-box__imp {
    text-shadow: 1px 1px 2px #000, 0 0 1em #6b057e;
    color: #fff;
  }
  #science {
    padding-top: 30px;
  }
  .footerC2a {
    min-height: 0;
    padding-top: 157px;
  }
  .no-webp .footerC2a {
    background: url(../images/footerbg.jpg) top center no-repeat;
    background-size: contain;
  }
  .webp .footerC2a {
    background: url(../images/footerbg.webp) top center no-repeat;
    background-size: contain;
  }
  .formTop {
    background: #0699ee;
    padding: 25px;
    color: #fff;
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    overflow: visible;
  }
  .headerbg {
    min-height: 0;
  }
  .no-webp .headerbg {
    background: url(../images/beach-woman-m.jpg) top center no-repeat;
    background-size: contain;
  }
  .webp .headerbg {
    background: url(../images/beach-woman-m.webp) top center no-repeat;
    background-size: contain;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  .viraltextm {
    display: block;
    text-align: center;
    font-size: 2.5em;
    color: #5c157a;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height: 1em;
  }
  .os28 {
    font: 18px "Open Sans", sans-serif;
    color: #666;
    line-height: normal;
    font-weight: 400;
  }
  .os33 {
    font-size: 18px;
    text-transform: uppercase;
  }
  .vsup {
    display: none;
  }
  .vsdwn {
    display: block;
  }
  .stayingKetosis h2 {
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 60px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .whatyouget__list {
    margin-bottom: 30px;
  }
}
.formBody button {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1.1;
  text-transform: none;
}
.formBody button:hover {
  background: #f24d11;
}
.button {
  display: block;
  height: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 70;
  letter-spacing: -1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 25px;
  margin: 0;
  position: relative;
  border: none;
  border-radius: 15px;
  background: #f60;
}
.button:hover {
  background: #d95803;
}
.popup p {
  margin: 0;
}
@media (max-width: 1400px) {
  .header-box__title {
    line-height: 1;
  }
  .header-box__big {
    font-size: 76px;
    transform: rotate(-5deg) skew(-15deg, 1deg);
  }
  .header-box__big span {
    font-size: 117px;
    letter-spacing: -14.5px;
  }
  .header-box__subtitle:before {
    transform: translateX(-54%);
  }
  .header-box {
    max-width: 528px;
  }
  .header-list__item {
    background-color: #f0f0f0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 5px;
    padding-left: 60px;
    padding-bottom: 5px;
    border-radius: 20px;
  }
  .header-list__item:before {
    display: none;
  }
  .header-list__item:after {
    content: "";
    position: absolute;
    left: 11px;
    top: -10px;
    width: 40px;
    height: 55px;
  }
  .no-webp .header-list__item:after {
    background: url(../images/check.png) no-repeat center;
    background-size: contain;
  }
  .webp .header-list__item:after {
    background: url(../images/check.webp) no-repeat center;
    background-size: contain;
  }
  .header-list:before {
    top: -30px;
    left: -190px;
  }
  .header-list {
    margin-right: 20px;
  }
  .header-list__title {
    font-size: 18px;
  }
  .header-list__item:before {
    height: 107px;
    width: 380px;
  }
  .header-list__item {
    margin-bottom: 9px;
  }
  .header-list:before {
    height: 330px;
  }
  .arrowLine-first {
    font-size: 33px;
  }
  .arrowLine-first {
    font-size: 23px;
  }
  .header-box__arrowLine {
    margin-top: 0;
  }
}
.popup input {
  vertical-align: middle;
}
.popup input[type="tel"],
.popup input[type="text"] {
  width: 100%;
  height: 34px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-family: sans-serif;
  color: #52585d;
  font-style: normal;
  text-indent: 0;
  line-height: 16px;
  outline: 0;
  padding: 0 10px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
.popup input[type="tel"]::-webkit-input-placeholder,
.popup input[type="text"]::-webkit-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
.popup input[type="tel"]::-moz-placeholder,
.popup input[type="text"]::-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
.popup input[type="tel"]:-moz-placeholder,
.popup input[type="text"]:-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
.popup input[type="tel"]:-ms-input-placeholder,
.popup input[type="text"]:-ms-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal;
  font-family: "Open Sans", sans-serif, Arial;
}
.popup input[type="tel"]:focus,
.popup input[type="text"]:focus {
  margin: 0;
  font-size: 14px;
  border: 1px solid #aaa;
  font-style: normal;
}
.popup button {
  outline: 0;
}
.popup * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup {
  font-family: sans-serif;
}
@media screen and (max-width: 1199px) {
  .navbar-brand {
    padding-left: 0;
  }
  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-box {
    padding-top: 27px;
  }
  .formBody button {
    height: 68px;
    font-size: 24px;
  }
  .productTitle {
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .formBody button {
    font-size: 20px;
    height: 54px;
  }
  .main-page .formTop {
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    padding-top: 15px;
  }
  .formBody {
    padding: 15px;
  }
  .stayingKetosis h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main-page .row {
    margin: 0;
  }
  .stayingKetosis h2 {
    line-height: 80px;
  }
  .formBody button {
    height: 70px;
    font-size: 28px;
  }
  .formBody button:hover {
    background-size: contain;
  }
  .headerbg.custom-row {
    padding: 30px 0 60px;
  }
  section .custom-row {
    padding: 30px 0;
  }
  .stayingKetosis h2 {
    font-size: 75px;
    line-height: 75px;
  }
}
@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }
  .footerC2a-box:before {
    display: none;
  }
  #theproof img {
    width: 300px;
    height: auto;
    margin: auto;
  }
  .stayingKetosis h2 {
    font-size: 51px;
  }
  .stayingKetosis h2 {
    line-height: 60px;
  }
  #whatyouget .c2abtn {
    font-size: 16px;
  }
  #howto .container {
    padding-left: 0;
    padding-right: 0;
  }
  #howto h1 {
    font-size: 33px;
  }
  .plashka {
    display: none;
  }
  .padding-fix {
    padding: 0 !important;
  }
  .allnatural-title {
    font-size: 25px;
  }
  .allnatural-subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 370px) {
  .formBody button {
    height: 60px;
    background-size: 100% auto;
    font-size: 24px;
  }
  .navbar-brand {
    letter-spacing: -0.5px;
    padding: 10px 0 0 0;
  }
  .c2abtn {
    font-size: 26px;
  }
  #theproof img,
  .vsdwn img {
    width: 100%;
    height: auto;
  }
}
.theproofD p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .theproofD {
    min-height: 100%;
  }
  .no-webp .theproofD,
  .webp .theproofD {
    background: #71e0fb;
  }
  .theproofD {
    padding: 0 0 30px;
  }
  h1.mont60 {
    margin-top: 0;
    font-size: 36px;
  }
  .theproofD p {
    font-size: 16px;
    margin-top: 5px;
  }
  .theproofD h2 {
    margin-top: 10px;
    font-size: 24px;
  }
  #whatyouget .space {
    height: 10px;
  }
  .stayingKetosis {
    margin-top: -40px;
    min-height: 800px;
  }
  #howto br {
    display: none;
  }
  .allnatural {
    margin-top: -40px;
    min-height: 800px;
  }
  #science br {
    display: none;
  }
  #science2 br {
    display: none;
  }
  .ketpoia-ketosis-banner {
    margin-top: -40px;
    min-height: 800px;
  }
}
@media screen and (max-width: 535px) {
  h1.mont60 {
    margin-top: 0;
  }
  #science br {
    display: none;
  }
  #science2 br {
    display: none;
  }
  .ketpoia-ketosis-banner {
    margin-top: -40px;
    min-height: 800px;
  }
  #whatyouget .space {
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  h1.mont60 {
    margin-top: 0;
  }
  .formTop {
    padding-left: 10px;
    padding-right: 10px;
  }
  #whatyouget .space {
    height: 10px;
  }
  .stayingKetosis {
    margin-top: -40px;
    min-height: 800px;
  }
  .allnatural {
    margin-top: -40px;
    min-height: 800px;
  }
  .ketpoia-ketosis-banner {
    margin-top: -40px;
    min-height: 800px;
  }
  #howto br {
    display: none;
  }
  #science br {
    display: block;
    content: "";
    height: 5px;
  }
  #science br:after {
    content: "\00a0";
  }
  #science2 br {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  #whatyouget .c2abtn {
    font-size: 16px;
  }
  #howto .c2abtn {
    font-size: 26px;
  }
}
.inL_307176.inL_307176 {
  padding: 30px;
}
.inL_979756.inL_979756 {
  text-decoration: underline;
}
.form__label {
  position: relative;
  display: block;
  margin: 0 0 7px;
}
.form__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: "Open Sans", sans-serif, Arial;
}
.form__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.price__new,
.price__old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.price__old {
  margin-right: 12px;
  padding-right: 14px;
  position: relative;
  width: 50%;
}
.price__old::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #343333;
  height: 53px;
  width: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price__new {
  width: 50%;
}
.price__title {
  line-height: 1;
}
.price__title--old {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.price__title--new {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
}
.price__value {
  margin-top: auto;
  word-spacing: -1.5px;
}
.price__value--new {
  margin-top: auto;
}
.price__value--old {
  margin-bottom: 2px;
}
.price__num {
  line-height: 0.95;
}
.price__num--old {
  font-size: 22px;
  color: #a2a1a1;
  font-weight: 400;
  letter-spacing: -0.5px;
  position: relative;
}
.price__num--old::after,
.price__num--old::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 6px);
  height: 1px;
  background-color: #f2304e;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}
.price__num--old::after {
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
}
.price__num--new {
  font-size: 32px;
  color: #6f9e42;
  font-weight: 700;
  letter-spacing: -3px;
}
.price__currency {
  font-size: 18px;
}
.price__currency--old {
  color: #a2a1a1;
  font-size: 16px;
}
.price__currency--new {
  color: #6f9e42;
  position: relative;
  font-weight: 400;
}
.custom-row {
  margin-left: 0;
  margin-right: 0;
}
#header {
  overflow-x: hidden;
}
li .order-btn {
  display: inline-block;
  border-radius: 15px;
  font-size: 18px;
  background: #f60;
  font-weight: 700;
  padding: 8px 12px;
  text-decoration: none;
  border: none;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  bottom: -1px;
}
li .order-btn:focus,
li .order-btn:hover {
  background: #f24d11 !important;
  color: #fff !important;
  text-decoration: none;
}
.img-caption {
  color: #f60;
  font-weight: 700;
  margin-top: 10px;
}
.how__list {
  margin-bottom: 0;
}
body,
html {
  overflow-x: hidden;
}
.orange-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 278px;
  margin-top: 35px;
  text-align: center;
}
.proof__link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer__btn {
  background-color: #ff4200;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: 24px;
  padding: 7px 50px;
  text-transform: uppercase;
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px;
}
.footer__btn:hover {
  background-color: #ca3400;
  color: #ccc;
}
.banner__content {
  transform: translateX();
}
.whatyouget__content {
  position: relative;
}
.non-gmo {
  position: absolute;
  right: calc(50% - 150px);
  bottom: -100px;
  z-index: 2;
}
h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
h2 {
  color: #f18704;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  color: #f18704;
  text-transform: uppercase;
}
h4 {
  font-weight: 700;
  color: #333;
  font-weight: 400;
}
.tac {
  text-align: center;
  margin-bottom: 10px;
}
.no-webp ul {
  list-style-image: url(../images/check-mark.png);
}
.webp ul {
  list-style-image: url(../images/check-mark.webp);
}
.whatyouget__list {
  font-weight: 700;
}
.popup__content {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
.popup__prod {
  margin-right: 20px;
}
.popup__form {
  margin-top: 0;
  max-width: 100%;
  width: 350px;
}
.popup__form .formTop {
  padding: 25px 10px;
  font-size: 28px;
  width: 350px;
}
.popup__prod img {
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .formBox {
    margin-top: 0;
  }
  .header-box__imp {
    padding-left: 60px;
    margin-top: 95px;
  }
  .headerbg {
    background-size: cover;
    min-height: 760px;
  }
  .header-box__subtitle {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .headerbg {
    background-size: cover;
    background-position: 50% 35%;
  }
  .ketpoia-ketosis-banner {
    padding-top: 176px;
  }
  .stayingKetosis {
    padding-top: 150px;
    min-height: auto;
    padding-bottom: 150px;
    background-size: 1040px !important;
  }
}
@media (max-width: 1199px) {
  .formTop {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    width: 313px;
  }
  .header-box__arrowLine:before {
    transform: rotate(-90deg) scaleX(-1);
  }
  .viraltext {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .webp .ketpoia-ketosis-banner,
  .no-webp .ketpoia-ketosis-banner {
    background-image: none;
    background: rgb(119, 221, 255);
    background: linear-gradient(
      180deg,
      rgba(119, 221, 255, 1) 28%,
      rgba(224, 244, 251, 1) 55%,
      rgba(119, 221, 255, 1) 83%
    );
  }
  .viraltext {
    line-height: 1.3;
    padding: 20px !important;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .popup__content {
    padding: 10px;
  }
  .header-box__arrowLine:before {
    display: none;
  }
  .popup__prod {
    max-width: 200px;
  }
  .header-list__title {
    font-size: 16px;
  }
  .header-list__subtitle {
    font-size: 12px;
    color: grey;
  }
  #section1 h2 {
    margin-top: 0;
  }
  .header-list__item {
    padding-left: 58px;
  }
  .header-list__item {
    margin-bottom: 10px;
  }
  .header-list__item:after {
    left: 4px;
  }
  .header-list__item:after {
    top: -13px;
  }
  .header-list:before {
    height: 305px;
    top: -10px;
  }
  .header-box__imp {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .timer-title {
    font-size: 15px;
  }
  .header-box__arrowLine {
    padding: 20px 70px 20px 30px;
  }
  .price__old {
    margin-right: 5px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .tips-success {
    position: relative;
    width: 708px;
  }
  .magazine {
    transform: translateY(25%);
  }
  .theproofD {
    min-height: 980px;
  }
  .science__title {
    margin-top: 0;
  }
  .ketpoia-ketosis-banner {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .block6__description {
    justify-content: center;
  }
  #science2 {
    padding-bottom: 30px;
  }
  .stayingKetosis {
    padding-top: 160px;
    padding-bottom: 134px;
  }
  .no-webp .stayingKetosis,
  .webp .stayingKetosis {
    background-size: auto 500px;
  }
  .formTop {
    width: 240px;
    font-size: 20px;
    line-height: 1;
  }
  .formBody {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ever-popup__inner {
    width: 280px !important;
  }
  .popup__content {
    padding: 0;
    background: 0 0;
  }
  li a.order-btn {
    transform: none;
  }
  .productTitle {
    font-size: 22px;
  }
  .stayingKetosis h3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .popup__prod {
    display: none;
  }
  .formBox {
    margin-top: 0;
    max-width: 592px;
    margin: 0 auto;
  }
  .popup__form {
    width: 100%;
  }
  .main-page .formTop {
    width: 101.5%;
  }
  .header-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-box__big {
    text-align: center;
  }
  .header-list__item {
    background-color: #f0f0f0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c2abtn {
    font-size: 22px;
  }
  .proof__prod {
    width: 280px;
    max-width: 100%;
  }
  .header-list__item {
    margin-bottom: 10px;
  }
  .header-list:before {
    left: -207px;
    height: 270px;
  }
  .header-list__item:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 38px;
    height: 27px;
  }
  .no-webp .header-list__item:after {
    background: url(../images/check.png) no-repeat center;
    background-size: contain;
  }
  .webp .header-list__item:after {
    background: url(../images/check.webp) no-repeat center;
    background-size: contain;
  }
  .header-list__item {
    padding-left: 43px;
  }
  .header-list__item {
    min-height: 50px;
    padding-right: 10px;
  }
  .viraltextm {
    margin-top: 20px;
  }

  .headerbg {
    min-height: 0;
  }
  .no-webp .headerbg {
    background: url(../images/beach-woman-m.jpg) top center no-repeat;
    background-size: contain;
  }
  .webp .headerbg {
    background: url(../images/beach-woman-m.webp) top center no-repeat;
    background-size: contain;
  }
  .ketpoia-ketosis-banner {
    height: auto;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .no-webp .ketpoia-ketosis-banner,
  .webp .ketpoia-ketosis-banner {
    background-size: auto 100%;
    background-position: 60% 50%;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer__btn {
    font-size: 5vw;
    border-radius: 3vw;
    margin: 10px auto 0;
  }
  .mod-2 {
    text-align: center;
  }
  .stayingKetosis {
    min-height: auto;
  }
  .no-webp .stayingKetosis,
  .webp .stayingKetosis {
    background-size: auto 550px;
  }
  .allnatural {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .no-webp .allnatural,
  .webp .allnatural {
    background-position: 50%;
    background-size: auto 155%;
  }
  .timer-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .magazine {
    transform: none;
  }
  .theproofD {
    min-height: 100%;
  }
}
@media (max-width: 540px) {
  .header-list {
    margin-bottom: 10px !important;
  }
  .header-list:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-list:before {
    height: 260px;
  }
  .header-list {
    margin-left: 0;
    padding-top: 280px;
  }
  .header-list__subtitle {
    font-size: 16px;
    color: grey;
  }
  .header-list__title {
    font-size: 18px;
  }
  .viraltextm {
    margin-top: 10px;
  }
  .header-box__imp {
    margin-top: 0;
    padding-left: 0;
  }
  .header-box__big {
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .header-box__arrowLine {
    background: #f07238 !important;
    padding: 10px;
    height: auto;
  }
  .arrowLine-first {
    font-size: 20px;
  }
  .block6__product-name {
    margin-left: 10px;
    font-size: 50px;
  }
  #section1 h2 {
    font-size: 24px;
  }
  .header-box__subtitle {
    font-size: 33px;
  }
  .header-box__big {
    line-height: 1;
  }
  .header-box__big span {
    font-size: 68px !important;
    letter-spacing: -3.5px !important;
  }
  .productTitle,
  h1.mont60 {
    font-size: 22px;
  }
  .header-box__title {
    font-size: 26px;
    margin-top: 5px;
  }
  .header-box__subtitle {
    font-size: 25px;
  }
  .header-box__big span {
    font-size: 90px;
  }
  .header-box__big {
    font-size: 58px;
  }

  .stayingKetosis h3 {
    font-size: 38px;
  }
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.navbar-brand {
  display: flex;
  justify-content: flex-start;
  padding-top: 0;
}
.navbar-brand img {
  margin-right: 10px;
}
.navbar-brand p {
  margin: 0;
}
.fix-massage {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(171, 15, 15, 0.9);
  width: 100%;
  min-height: 70px;
}
.fix-massage .container {
  height: 100%;
}
.massage-text {
  font-family: "Open Sans";
  font-size: 15px;
  color: #fff;
  padding-top: 8px;
  padding-left: 60px;
  padding-bottom: 8px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: none;
  position: relative;
  max-width: 700px;
  margin: 16px auto 17px;
}
.massage-text:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 34px;
  height: 32px;
  background: url(../images/icon-exclamation.svg) no-repeat center;
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  .c2abtn {
    font-size: 24px;
  }
  .navbar-header {
    display: flex;
    float: none !important;
  }
  .navbar-nav {
    float: none !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .navbar-collapse.collapse {
    float: none !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.bold {
  font-weight: 700;
}
@media (max-width: 379px) {
  .productTitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ev-footer {
    padding-bottom: 15px;
  }
  .proof__link {
    justify-content: space-around;
  }
  .header-list {
    margin-bottom: 60px;
    margin-right: 0;
  }
  #whatyouget {
    padding-bottom: 30px;
  }
  .theproofD h2 {
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 580px) {
  .header-box__big {
    font-size: 50px;
    transform: none;
    letter-spacing: normal;
  }
  .header-box__big span {
    letter-spacing: normal;
    font-size: 50px !important;
  }
  .header-box__big span {
    font-size: 100px;
  }
  .header-box__subtitle {
    font-size: 35px;
  }
}
.order__btn {
  color: #fff;
  background-color: #f60;
  border-radius: 20px;
  font-size: 30px;
  padding: 20px 30px;
  line-height: 1.1;
  margin: 20px 30px;
  text-align: center;
  cursor: pointer;
}
.order__btn:hover {
  background-color: #f24d11;
}
@media (max-width: 1199px) {
  .order__btn {
    margin: 20px 0 0 35px;
  }
}
@media (max-width: 991px) {
  .no-webp .headerbg,
  .webp .headerbg {
    background: #9ed3f8;
  }
  .order__btn {
    margin: 20px 35px 0 35px;
  }
  .proof__prod {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .mont50 {
    font-size: 36px;
  }
  #theproof {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .order__btn {
    margin: 20px auto 0;
    font-size: 24px;
  }
  .stayingKetosis h2 {
    font-size: 48px;
  }
  .mont50 {
    font-size: 30px;
  }
  .img-caption {
    line-height: 1.2;
  }
  #science h2 {
    font-size: 22px;
  }
  .theproofD p {
    font-size: 14px;
    line-height: 1.2;
  }
  .massage-text {
    padding-left: 40px;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .massage-text:before {
    left: 0;
  }
}
@media (max-width: 390px) {
  .stayingKetosis h3 {
    font-size: 30px;
  }
  .stayingKetosis h2 {
    font-size: 40px;
  }
}
.mod-1 {
  text-align: center;
}
.mod-3 {
  max-width: 210px;
}
@media (max-width: 1200px) {
  .mod-3 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .popup__form .formTop {
    width: 100%;
    left: 0;
    font-size: 20px;
  }
  .mod-3 {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  #science2 {
    padding-bottom: 30px;
  }
  #whatyouget,
  .ketpoia-ketosis-banner {
    padding: 30px 0;
  }
  .inL_307176.inL_307176 {
    padding-top: 0;
  }
  .headerbg.custom-row {
    padding-bottom: 30px;
  }
  .no-webp .headerbg,
  .webp .headerbg {
    background: #9ed3f8;
  }

  .no-webp .stayingKetosis,
  .webp .stayingKetosis {
    margin-top: 0;
    padding: 30px 0;
    background: #838c91;
  }
  .no-webp .allnatural,
  .webp .allnatural {
    background: #c3e1eb;
  }
  .no-webp .footerC2a,
  .webp .footerC2a {
    padding-top: 0;
    background: #9ed3f8;
  }
}
