@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'openregular';
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.logo {
  width: 90px;
}

.theproofD .picture {
  width: 100%;
}

html {
  font-family: 'openregular', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
pre {
  font-family: 'openregular', monospace;
  font-size: 1em;
}

button,
input,
optgroup,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'openregular', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before {
  content: '\2014 \00A0';
}

code,
pre {
  font-family: 'openregular', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.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-sm-2,
.col-sm-4,
.col-md-4,
.col-sm-5,
.col-sm-6,
.col-md-6,
.col-sm-7,
.col-sm-8,
.col-md-8,
.col-sm-10,
.col-sm-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {

  .col-sm-2,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-10,
  .col-sm-12 {
    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%;
  }
}

@media (min-width: 992px) {

  .col-md-4,
  .col-md-6,
  .col-md-8 {
    float: left;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.open>a {
  outline: 0;
}

.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:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav>li>a>img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
    margin-bottom: 5px;
  }
}

.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, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@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-collapse.in {
    overflow-y: visible;
  }
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    height: 40px;
  }
}

.navbar-brand {
  float: left;
  font-size: 14px;
  padding: 0 0 0 15px;
  overflow: visible;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 13px;
  margin-bottom: 6px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  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: 18px;
    padding-bottom: 10px;
  }
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media {
  overflow: hidden;
  zoom: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: none
}

.nowrap {
  white-space: nowrap
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'openregular';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.versus {
  text-align: center;
  position: relative;
  right: 20px
}

.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: 'openregular', Arial;
  margin: 0;
  padding: 0;
  width: auto !important;
  overflow-x: hidden !important
}

.navbar {
  margin-bottom: 0;
  margin-top: auto !important;
  min-height: 50px
}

.headerbg {
  min-height: 875px
}

.no-webp .headerbg {
  background-image: url(../images/one.jpg);
  background-size: 2200px;
  background-position: 50% -30px;
  background-repeat: no-repeat;
}

.webp .headerbg {
  background-image: url(../images/one.webp);
  background-size: 2200px;
  background-position: 50% -30px;
  background-repeat: no-repeat;
}

.viraltext {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #050505;
  padding: 25px 75px !important;
  display: block
}

.formSeals {
  padding: 125px 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;
  text-align: center;
  line-height: 30px;
  overflow: visible;
  border-radius: 15px 15px 0 0
}

.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: 100 !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, .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
}

.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: 105px;
  position: relative
}

.header-list {
  display: flex;
  flex-direction: column;
  margin-left: 180px;
  margin-top: 25px;
  position: relative
}

.header-list:before {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -46px;
  left: -208px;
  background: no-repeat center;
  width: 180px;
  height: 360px;
  background-size: contain;
  z-index: 10
}

.no-webp .header-list:before {
  background-image: url(../images/keto-bottle.png);
}

.webp .header-list:before {
  background-image: url(../images/keto-bottle.webp);
}

.header-list__item {
  position: relative;
  padding-left: 70px;
  z-index: 0;
  margin-bottom: 30px
}

.header-list__item:before {
  content: '';
  position: absolute;
  position: absolute;
  left: -16px;
  top: -20px;
  height: 112px;
  width: 435px;
  background: url(../images/header-list.png) center no-repeat;
  background-size: contain;
  z-index: -1;
  border-radius: 74px 0 0 74px
}

.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: 18px;
  font-style: italic
}

.footer-pack-box {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center
}

.plashka {
  position: absolute;
  right: 50px;
  top: 0;
  width: 153px;
  height: 145px;
  background: no-repeat center;
  background-size: contain;
  color: #333334;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 20px
}

.no-webp .plashka {
  background-image: url(../images/plashka.png);
}

.webp .plashka {
  background-image: url(../images/plashka.webp);
}

.plashka:before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-44%);
  background: url(../images/footer-check.png) no-repeat center;
  width: 53px;
  height: 33px
}

.first-word {
  font-size: 15px
}

.footerC2a-box {
  position: relative
}

.footerC2a-box:before {
  content: '';
  position: absolute;
  right: -40px;
  bottom: 0;
  background: url(../images/footer-arrow.png) no-repeat center;
  width: 138px;
  height: 385px;
  z-index: 10
}

.sec-word {
  font-size: 14px
}

.header-list__subtitle {
  font-size: 14px;
  color: grey
}

.header-box__arrowLine {
  margin-top: 50px;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  background: url(../images/bottom-arrow.png) no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20
}

.header-box__arrowLine:before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -22px;
  background: url(../images/form-arrow.png) no-repeat center;
  width: 64px;
  height: 136px;
  transform: rotate(-78deg) scaleX(-1)
}

.arrowLine-first {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: -5px;
  text-align: center;
  color: #fff;
  line-height: 1
}

.arrowLine-second {
  text-align: center;
  line-height: 1;
  color: #6b057e;
  font-size: 18px
}

.formBody {
  padding: 10px 30px 15px 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;
  color: #04a8f5
}

.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: 300
}

.knav li a:hover {
  color: #fc4000 !important
}

#theproof {
  padding-top: 30px;
  padding-bottom: 50px;
}

.special {
  display: none
}

.allnatural-title {
  text-align: center;
  font-size: 55px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #435056
}

.allnatural-subtitle {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 58px;
  color: #435056
}

.mont60 {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 60px;
}

.mont50 {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 50px;
}

.os28 {
  font: 28px 'openregular', sans-serif;
  color: #666;
  line-height: normal;
  font-weight: 300
}

.lighter {
  font-weight: 300 !important
}

.dark {
  color: #333
}

.orange {
  color: #fc4200
}

.montbold {
  font-family: 'Montserrat', sans-serif;
}

.c2abtn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 34px;
  background: #f60;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  border: none
}

.c2abtn:hover {
  background: #f24d11;
  text-decoration: none
}

.super {
  font-weight: 800
}

.os33 {
  font-size: 33px;
  text-transform: uppercase
}

.space {
  height: 20px;
  display: block
}

.black {
  color: #000
}

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

.productSub {
  font-size: 18px;
  padding-bottom: 10px
}

.theproofD {
  background: top center no-repeat;
  min-height: 1105px;
  padding-top: 100px
}

.no-webp .theproofD {
  background-image: url(../images/7-day-bridge-ketosis-bg.jpg);
}

.webp .theproofD {
  background-image: url(../images/7-day-bridge-ketosis-bg.webp);
}

.navbar-toggle {
  display: none
}

.theproofD h1 {
  font-family: 'Montserrate', sans-serif;
  font-size: 37px;
  color: #363535;
  margin: 15px 0;
  text-align: center
}

.theproofD p {
  font-size: 12px;
  color: #363535;
  font-weight: 700
}

.theproofD button {
  background: 0 0;
  border: 2px solid #000;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  padding: 10px 15px
}

.ketpoia-ketosis-banner {
  min-height: 850px;
  padding-top: 290px;
  background: top center no-repeat;
}

.no-webp .ketpoia-ketosis-banner {
  background-image: url(../images/ketopia-ketosis-7day-bg.jpg);
}

.webp .ketpoia-ketosis-banner {
  background-image: url(../images/ketopia-ketosis-7day-bg.webp);
}

.ketpoia-ketosis-banner .container h2 {
  max-width: 670px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 30px;
}

.stayingKetosis {
  background: url(../images/7day-bridge-ketopia-ketosis-bg2.jpg) center no-repeat;
  padding: 300px 0;
}

.stayingKetosis h2 {
  font-family: 'Montserrat', sans-serif;
  color: #262626;
  font-size: 144px;
  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 h2 {
  font-family: 'Montserrat', sans-serif;
  color: #f60
}

.ketopiainfo h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #f60
}

.allnatural {
  padding: 295px 0;
}

.no-webp .allnatural {
  background: center no-repeat;
  background-image: url(../images/all-natural-ketopia-bg.jpg);
}

.webp .allnatural {
  background: center no-repeat;
  background-image: url(../images/all-natural-ketopia-bg.webp);
}

.footerC2a {
  background: top center no-repeat;
  min-height: 746px;
  padding-top: 235px;
  background-size: cover;
  box-shadow: inset 0 -86px 40px -20px #fff
}

.no-webp .footerC2a {
  background-image: url(../images/one.jpg);
}

.webp .footerC2a {
  background-image: url(../images/one.webp);
}


@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 'openregular', sans-serif;
    color: #666;
    line-height: normal;
  }

  .headerbg {
    min-height: 863px
  }
}

@media (max-width: 991px) {

  .no-webp .ketpoia-ketosis-banner,
  .webp .ketpoia-ketosis-banner {
    background: #0279a0 !important;
  }

  .proof__prod {
    margin-bottom: 15px;
  }

  .magazine {
    padding-top: 50px;
  }

  .logo {
    margin: 0 0 5px;
  }

  .allnatural-subtitle {
    font-size: 45px
  }

  .allnatural-title {
    font-size: 48px
  }

  .os28 {
    font: 21px 'openregular', sans-serif;
    color: #666;
    line-height: normal;
  }

  .os33 {
    font-size: 23px;
    text-transform: uppercase
  }
}

@media (max-width: 767px) {
  .stayingKetosis h2 {
    font-size: 75px !important;
    line-height: 75px
  }
}

@media (max-width: 767px) {
  .magazine {
    padding-top: 0;
  }

  .magazine img {
    margin: 0 auto;
    display: block;
  }

  .ketpoia-ketosis-banner {
    background: top center no-repeat;
    min-height: 845px;
    padding-top: 290px
  }

  .no-webp .ketpoia-ketosis-banner {
    background-image: url(../images/ketopia-ketosis-7day-bg.jpg);
  }

  .webp .ketpoia-ketosis-banner {
    background-image: url(../images/ketopia-ketosis-7day-bg.webp);
  }

  .allnatural-subtitle {
    font-size: 42px
  }

  .allnatural-title {
    font-size: 35px
  }

  .stayingKetosis h2 {
    font-size: 75px !important;
    line-height: 75px
  }

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

  .proof__btn {
    width: 320px;
    max-width: 100% !important
  }

  .footerC2a {
    background: top center no-repeat;
    min-height: 0;
    padding-top: 157px;
    background-size: contain
  }

  .formTop {
    background: #0699ee;
    padding: 25px;
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 30px;
    overflow: visible
  }

  .headerbg {
    background: top center no-repeat;
    min-height: 0;
    background-size: contain
  }

  .desktop {
    display: none
  }

  .mobile {
    display: block
  }

  .viraltext {
    display: none
  }

  .viraltextm {
    display: block;
    text-align: center;
    font-size: 2.5em;
    color: #5c157a;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em
  }

  .os28 {
    font: 18px 'openregular', sans-serif;
    color: #666;
    line-height: normal;
  }

  .os33 {
    font-size: 18px;
    text-transform: uppercase
  }

  .vsdwn {
    display: block;
    margin: 10px auto;
    text-align: center
  }

  .stayingKetosis h2 {
    font-family: 'Montserrat', sans-serif;
    color: #262626;
    font-size: 60px;
    padding: 0;
    margin: 0;
    text-align: center
  }

  .prod {
    width: 200px !important;
    margin-bottom: 10px
  }
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
  position: absolute
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.formBody button {
  width: 100%;
  height: 90px;
  background: url(../images/rush-my-order.png) no-repeat center;
  border-radius: 0
}

.formBody button:hover {
  background: url(../images/rush-my-order.png) no-repeat center;
  background-size: 100% auto
}

.button {
  display: block;
  height: 70px;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #fff;
  line-height: 70px;
  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
}

.button span {
  position: relative;
  z-index: 1
}

.left {
  float: left
}

.right {
  float: right
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .8)
}

.popup-wrapper .popup {
  max-width: 900px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 50px;
  position: relative;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.popup-wrapper .popup .close-popup-link {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px
}

.popup p {
  margin: 0
}

.popup-wrapper .popup .close-popup-link:after,
.popup-wrapper .popup .close-popup-link:before {
  content: '';
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  left: -1px;
  top: 5px;
  background: #000
}

.popup-wrapper .popup .close-popup-link:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.popup-wrapper .popup .close-popup-link:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.popup-wrapper .popup footer {
  text-align: center;
  padding: 30px 0 0 0;
  margin: 8px 0 0 0;
  border-top: 1px solid #ddd;
  top: auto
}

.popup-wrapper .popup footer .close-popup-link {
  width: auto;
  height: 38px;
  display: inline-block;
  font-size: 20px;
  color: #766118;
  line-height: 36px;
  letter-spacing: -.5px;
  opacity: 1;
  padding: 0 25px;
  position: relative;
  top: 0;
  right: 0;
  border: 1px solid #e0b712;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffe786;
  -moz-box-shadow: inset 0 1px 0 #ffe786;
  -o-box-shadow: inset 0 1px 0 #ffe786;
  box-shadow: inset 0 1px 0 #ffe786;
  -webkit-text-shadow: 1px 1px 0 #fbe27e;
  -moz-text-shadow: 1px 1px 0 #fbe27e;
  -o-text-shadow: 1px 1px 0 #fbe27e;
  text-shadow: 1px 1px 0 #fbe27e;
  background: #fdd638;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdd638), to(#f3c81e));
  background: -webkit-linear-gradient(#fdd638, #f3c81e);
  background: -moz-linear-gradient(#fdd638, #f3c81e);
  background: -ms-linear-gradient(#fdd638, #f3c81e);
  background: -o-linear-gradient(#fdd638, #f3c81e);
  background: linear-gradient(#fdd638, #f3c81e)
}

.popup-wrapper .popup footer .close-popup-link:hover {
  color: #77620d;
  background: #f3c81e;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3c81e), to(#fdd638));
  background: -webkit-linear-gradient(#f3c81e, #fdd638);
  background: -moz-linear-gradient(#f3c81e, #fdd638);
  background: -ms-linear-gradient(#f3c81e, #fdd638);
  background: -o-linear-gradient(#f3c81e, #fdd638);
  background: linear-gradient(#f3c81e, #fdd638)
}

.popup-wrapper .popup footer .close-popup-link:after,
.popup-wrapper .popup footer .close-popup-link:before {
  display: none
}

.popup-wrapper .popup h2 {
  padding: 0 0 16px;
  margin: 0
}

.popup-wrapper .popup h3 {
  line-height: 24px;
  padding: 0 0 17px;
  margin: 0
}

.popup-wrapper .popup h4 {
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0
}

.popup-wrapper .popup header+h3 {
  padding: 3px 0 17px
}

.popup-wrapper .popup p {
  padding: 0 0 17px
}

@media (max-width: 1400px) {
  .header-box {
    padding-top: 15px
  }

  .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-bottom: 5px;
    border-radius: 20px
  }

  .header-list__item:before {
    display: none
  }

  .header-list__item:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 0;
    background: url(../images/check.png) no-repeat center;
    width: 50px;
    height: 60px;
    background-size: contain
  }

  .header-list:before {
    top: -12px;
    left: -170px
  }

  .header-list__title {
    font-size: 18px
  }

  .header-list__item:before {
    height: 107px;
    width: 380px
  }

  .header-list__item {
    margin-bottom: 9px
  }

  .header-list__item.last {
    padding-bottom: 30px
  }

  .header-list:before {
    height: 330px
  }

  .arrowLine-first {
    font-size: 33px
  }

  .arrowLine-first {
    font-size: 23px
  }

  .header-box__arrowLine {
    margin-top: 0
  }
}

.popup input[type=number],
.popup input[type=password],
.popup input[type=tel],
.popup input[type=text],
.popup textarea {
  width: 100%;
  height: 34px;
  display: block;
  font-size: 14px;
  font-family: 'openregular', 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=number]::-webkit-input-placeholder,
.popup input[type=password]::-webkit-input-placeholder,
.popup input[type=tel]::-webkit-input-placeholder,
.popup input[type=text]::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal
}

.popup input[type=number]::-moz-placeholder,
.popup input[type=password]::-moz-placeholder,
.popup input[type=tel]::-moz-placeholder,
.popup input[type=text]::-moz-placeholder,
.popup textarea::-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal
}

.popup input[type=number]:-moz-placeholder,
.popup input[type=password]:-moz-placeholder,
.popup input[type=tel]:-moz-placeholder,
.popup input[type=text]:-moz-placeholder,
.popup textarea:-moz-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal
}

.popup input[type=number]:-ms-input-placeholder,
.popup input[type=password]:-ms-input-placeholder,
.popup input[type=tel]:-ms-input-placeholder,
.popup input[type=text]:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder {
  color: #52585d;
  font-size: 14px;
  font-style: normal
}

.popup input[type=number]:focus,
.popup input[type=password]:focus,
.popup input[type=tel]:focus,
.popup input[type=text]:focus,
.popup textarea:focus {
  margin: 0;
  font-size: 14px;
  border: 1px solid #aaa;
  font-style: normal
}

.popup button {
  outline: 0
}

.popup textarea {
  width: 90%;
  height: 100px;
  resize: vertical;
  padding: 10px
}

.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 .button span {
  position: relative;
  z-index: 1
}

.popup footer {
  width: 100%
}

.popup h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  text-indent: 0
}

.popup h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-indent: 0
}

.popup {
  font-family: 'openregular', sans-serif
}

.cvv-image {
  display: none;
  text-align: center;
  padding: 0 0 20px
}

.cvv-image img {
  width: 190px;
  margin: auto
}

@media screen and (max-width: 1199px) {
  .formSeals {
    padding-top: 15px;
  }

  .header-box__imp {
    margin-top: 20px !important;
  }

  .formBody button {
    background-size: 100% auto
  }

  .no-webp .headerbg,
  .webp .headerbg {
    background-position: top right -110px;
    background-size: 2420px;
  }

  .headerbg {
    min-height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-left {
    display: none;
  }

  .footer-right {
    float: none;
    margin: 0 auto;
  }

  .footerC2a {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .no-webp .footerC2a,
  .webp .footerC2a {
    background-position: top right -110px;
    background-size: 2420px;
  }


  .no-webp .headerbg,
  .webp .headerbg {
    background-position-y: -50px;
  }

  .main-page .formTop {
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    padding-top: 15px
  }

  .formBody {
    padding: 15px
  }
}

@media screen and (max-width: 991px) {

  .main-page .formTop {
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    padding-top: 15px
  }

  .formBody {
    padding: 15px
  }

  .popup-wrapper .popup {
    max-width: none;
    padding: 10px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .popup-wrapper .popup h3 {
    padding: 0 0 12px
  }

  .popup-wrapper .popup p+h3,
  .popup-wrapper .popup ul+h3 {
    padding: 0 0 12px
  }
}

@media screen and (max-width: 767px) {
  .main-page .row {
    margin: 0
  }

  .formBox.center-block {
    margin: 0 auto 50px
  }

  .formBox center img {
    width: auto
  }

  .stayingKetosis h2 {
    line-height: 80px
  }

  .formBody button {
    height: 90px;
    background-size: auto;
    background-position: center
  }

  .formBody button:hover {
    background-size: contain
  }
}

@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 !important
  }

  .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: 28px
  }

  .popup textarea {
    width: 100%
  }

  .popup-wrapper .popup h2 {
    font-size: 28px;
    line-height: 30px
  }
}

@media screen and (max-width: 370px) {
  .formBody button {
    height: 90px;
    background-size: 100% auto
  }

  .navbar-brand {
    letter-spacing: -.5px;
    padding: 10px 0 0 0
  }

  .c2abtn {
    font-size: 26px
  }

  #theproof img,
  .vsdwn img {
    width: 100%;
    height: auto
  }
}

@media screen and (max-width: 1200px) {
  #science h1.mont60 br {
    display: block;
    content: "";
    height: 5px
  }

  #science h1.mont60 br:after {
    content: "\00a0"
  }
}

.theproofD p {
  margin-top: 15px
}

@media screen and (max-width: 767px) {

  .no-webp .theproofD,
  .webp .theproofD {
    background: #71e0fb;
    min-height: 100%;
    background-image: none;
  }

  .theproofD {
    padding: 0 0 30px
  }

  .theproofD p {
    font-size: 16px;
    margin-top: 5px
  }

  .theproofD h2 {
    margin-top: 10px;
    font-size: 24px
  }

  #science h1.mont60 br {
    height: 20px
  }

  #whatyouget .space {
    height: 10px
  }

  #howto br {
    display: none
  }

  #science br {
    display: none
  }

  #science2 br {
    display: none
  }

  .ketpoia-ketosis-banner {
    margin-top: -40px;
    min-height: 800px
  }
}

@media screen and (max-width: 535px) {

  #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) {

  .formTop {
    padding-left: 10px;
    padding-right: 10px
  }

  #science h1.mont60 br {
    display: none
  }

  h2.stayingKetosis {
    font-size: 50px !important
  }

  #whatyouget .space {
    height: 10px
  }

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

.inL_471498.inL_471498 {
  line-height: 845px
}

.form__label {
  position: relative;
  display: block;
  margin: 0 0 7px
}

.form__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  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, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: inherit
}

.form__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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: 500;
  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: .95
}

.price__num--old {
  font-size: 28px;
  color: #a2a1a1;
  font-weight: 400;
  letter-spacing: -.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: 40px;
  color: #6f9e42;
  font-weight: 900;
  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: 500
}

.custom-row {
  margin-left: 0;
  margin-right: 0
}

#header {
  overflow-x: hidden
}

li .order-btn {
  border-radius: 15px;
  font-size: 18px;
  background: #f60;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
  border: none;
  transform: translateY(16%);
  color: #fff !important;
  margin-bottom: 14px;
  cursor: pointer
}

li a.order-btn:focus,
li a.order-btn:hover {
  background: #f24d11 !important;
  color: #fff !important;
  text-decoration: none
}

.img-caption {
  color: #f60;
  font-weight: 700
}

.how__list {
  margin-bottom: 0
}

body,
html {
  overflow-x: hidden
}

.proof__link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  cursor: pointer
}

.proof__btn {
  transition: .3s;
  max-width: 50%;
  min-width: 200px;
  margin-left: 8px
}

.proof__btn:hover {
  transform: translateX(-4%);
  transition: .3s
}

.footer__btn {
  background-color: #ff4200;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  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
}

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

ul {
  list-style-image: url(../images/check-mark.png)
}

.whatyouget__list {
  font-weight: 700
}

.ever-popup__inner {
  max-width: 96% !important;
  width: 690px !important
}

.popup__content {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  padding-left: 0
}

.popup__form {
  margin-top: 0;
  max-width: 100%;
  width: 350px
}

.popup__form .formTop {
  padding: 10px 10px;
  font-size: 22px
}

.popup__prod img {
  max-width: 100%
}

@media screen and (max-width: 1400px) {

  .formBox {
    margin-top: 0
  }

  .header-box__imp {
    margin-top: 128px;
    padding-left: 60px;
  }

  .headerbg {
    background-size: cover;
    min-height: 830px
  }

  .header-box__subtitle {
    margin-top: 5px
  }

  .ketpoia-ketosis-banner {
    min-height: 830px;
    padding-top: 280px
  }

  .ketpoia-ketosis-banner .container h2 {
    margin-bottom: 25px;
    font-size: 28px
  }

  .header-box {
    max-width: 570px;
    margin-right: 20px
  }

  .header-list:before {
    left: -192px
  }
}

@media screen and (max-width: 1200px) {
  .headerbg {
    background-size: cover;
    background-position: 50% 60%
  }

  .stayingKetosis {
    padding: 270px 0;
  }
}

.navbar-nav {
  margin-top: 7px
}

.formTop {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px
}

.theproofD {
  min-height: 1000px
}

.allnatural-subtitle,
.allnatural-title {
  font-size: 45px;
  line-height: 40px
}

.allnatural-subtitle {
  margin-bottom: 20px
}

.good-img {
  width: 600px !important
}

.first-br {
  display: none
}

.footer {
  margin-bottom: 75px
}

@media screen and (min-width: 992px) and (max-width:1199px) {
  .proof-right {
    margin-right: -65px !important
  }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
  .viraltext {
    font-size: 20px !important
  }
}

@media screen and (min-width: 480px) and (max-width:1199px) {
  .first-br {
    display: block
  }
}

@media screen and (max-width: 991px) {
  .ketpoia-ketosis-banner .container h2 {
    max-width: none;
    margin: 0 0 15px;
    text-align: center;
  }

  .inL_471498.inL_471498 {
    margin: 0 auto;
    display: block;
  }

  .viraltext {
    line-height: 1.3;
    font-size: 22px;
    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: -3px
  }

  .header-list:before {
    height: 305px
  }

  .header-box__imp {
    padding-left: 15px;
    margin-top: 93px
  }

  .ketpoia-ketosis-banner {
    min-height: 550px
  }

  .col-sm-12 {
    text-align: center
  }

  .footer__btn {
    margin: 0 auto
  }
}

.banner-br {
  display: none
}

@media screen and (min-width:768px) and (max-width: 991px) {
  .tips-success {
    position: relative;
    width: 708px
  }

  .theproofD {
    min-height: 1030px
  }

  .science__title {
    margin-top: 0
  }

  .ketpoia-ketosis-banner {
    min-height: auto;
    padding: 30px 0;
  }

  .banner-br {
    display: block
  }


  .stayingKetosis {
    padding: 280px 0;
  }

  .allnatural-subtitle,
  .allnatural-title {
    font-size: 34px
  }

  .good-img {
    width: 500px !important
  }

  .allnatural {
    padding: 130px 0;
  }

  .no-webp .allnatural,
  .webp .allnatural {
    background-size: 991px;
  }

  #science {
    margin-top: -30px
  }

  .header-list {
    margin-right: 25px
  }

  .price__num--old {
    font-size: 20px
  }

  .price__num--new {
    font-size: 30px
  }

  .price__currency {
    font-size: 15px
  }

  .header-box__big {
    margin-top: 10px
  }
}

@media screen and (max-width: 767px) {
  li a.order-btn {
    transform: none
  }

  .productTitle {
    font-size: 22px
  }

  .stayingKetosis h3 {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .popup__prod {
    display: none
  }

  .ever-popup__inner {
    width: 350px !important
  }

  .formBox {
    margin-top: 0;
    max-width: 430px;
    margin: 0 auto
  }

  .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: -185px;
    height: 270px
  }

  .header-list__item:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    background: url(../images/check.png) no-repeat center;
    width: 38px;
    height: 27px;
    background-size: contain
  }

  .header-list__item {
    padding-left: 43px
  }

  .header-list__item {
    min-height: 50px
  }

  .viraltextm {
    margin-top: 60px
  }

  .header-box__arrowLine {
    display: none
  }

  .header-list__item:before {
    display: none
  }

  .headerbg {
    background: top center no-repeat;
    min-height: 0;
    background-size: contain
  }

  .ketpoia-ketosis-banner {
    background-size: auto 100%;
    background-position: 60% 50%;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 30px 0;
  }

  .banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
  }

  .banner__content img {
    width: auto
  }

  .footer__btn {
    display: block;
    font-size: 5vw;
    border-radius: 3vw
  }

  .allnatural {
    min-height: auto;
    padding: 90px 0;
  }

  .no-webp .allnatural,
  .webp .allnatural {
    background-size: 767px;
  }

  .footer {
    margin-bottom: 75px !important
  }
}

@media (max-width: 767px) {
  .magazine {
    transform: none
  }

  .theproofD {
    min-height: 100%
  }
}

@media (max-width: 767px) {

  #header,
  #section1 {
    margin-bottom: 30px
  }
}

@media (max-width: 540px) {
  .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) {
  #section1 h2 {
    font-size: 22px
  }

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

  .theproofD p {
    font-size: 14px;
    line-height: 1.2
  }

  .img-caption {
    font-size: 14px;
    line-height: 1.2
  }
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

.navbar-brand img {
  margin-right: 10px
}

.navbar-brand p {
  margin: 0
}

.fix-massage {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  background-color: rgba(171, 15, 15, .9);
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center
}

.fix-massage .container {
  height: 100%
}

.massage-text {
  font-family: 'openregular', sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  padding-left: 60px;
  padding-bottom: 8px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: none
}

.massage-text__bold {
  position: relative
}

.massage-text__bold:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  background: url(../images/icon-exclamation.svg) no-repeat center;
  width: 34px;
  height: 32px
}

.massage-padding {
  padding-bottom: 15px
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto
  }

  .c2abtn {
    font-size: 24px
  }

  .stayingKetosis h2 {
    font-size: 100px
  }

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

  .vsup {
    display: none
  }
}

@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
  }
}

.popup__prod img {
  width: 250px !important
}

@media screen and (min-width: 2000px) {
  #section1 {
    padding-top: 60px
  }
}

.main-br {
  display: none
}

@media screen and (max-width: 767px) {
  .main-br {
    display: block
  }

  .massage-text__bold:before {
    top: 100%;
    left: -60px;
    transform: translateY(-50%)
  }

  .allnatural-subtitle,
  .allnatural-title {
    font-size: 32px;
    line-height: 40px
  }

  .stayingKetosis {
    min-height: auto;
    padding: 90px 0;
    background-size: 767px;
  }

  #howto {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .mont50 {
    font-size: 34px;
    padding-top: 30px
  }

  .space {
    height: 10px
  }

  #theproof {
    background-color: #fff;
  }

  .good-img {
    width: 450px !important
  }

  .div-center {
    margin: 0 auto;
    display: flex;
    justify-content: center
  }

  .allnatural-subtitle,
  .allnatural-title {
    line-height: 32px
  }
}

@media screen and (min-width: 992px) {
  .header-navig {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media screen and (min-width: 1200px) and (max-width:1400px) {
  .header-box__subtitle {
    margin-top: 0 !important
  }
}

@media screen and (min-width: 1200px) and (max-width:1400px) {
  .header-box__arrowLine {
    margin-top: 35px
  }

  .header-box__arrowLine:before {
    /* bottom: -13px;
    right: -30px;
    transform: rotate(-89deg) scaleX(-1); */


    bottom: 0;
    right: -26px;
    transform: rotate(-131deg) scaleX(1);
  }

  .arrowLine-first {
    font-size: 22px
  }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
  .header-box__arrowLine {
    margin-top: 35px
  }

  .header-box__arrowLine:before {
    bottom: 0;
    right: -26px;
    transform: rotate(249deg) scaleX(1)
  }

  .arrowLine-first {
    font-size: 22px;
    padding-right: 30px
  }
}

@media screen and (max-width: 991px) {
  .arrowLine-first {
    font-size: 20px;
    padding-right: 0
  }

  .header-box__arrowLine {
    width: 95%;
    margin-top: 20px
  }

  .main-page .formTop {
    font-size: 20px;
    line-height: 1.1;
    padding: 10px;
    padding-top: 5px
  }

  .timer-title {
    font-size: 18px
  }
}

@media screen and (min-width: 739px) and (max-width:767px) {
  .banner-br {
    display: block
  }
}

@media screen and (min-width: 480px) and (max-width:767px) {
  .footerC2a-box:before {
    right: -7px
  }

  .only-title {
    font-size: 36px !important
  }
}

@media screen and (max-width: 580px) {
  .header-list__item {
    padding-right: 10px
  }
}

@media screen and (max-width: 479px) {
  .massage-text {
    padding-left: 10px;
    padding-right: 10px
  }

  .massage-text__bold:before {
    display: none
  }

  .kodel {
    font-size: 22px
  }

  .allnatural-subtitle,
  .allnatural-title {
    font-size: 25px
  }

  .footer {
    margin-bottom: 70px !important
  }

  .kas {
    font-size: 30px !important
  }

  .allnatural-subtitle,
  .allnatural-title {
    line-height: 28px
  }

  #howto {
    padding-top: 10px
  }
}

@media screen and (max-width: 335px) {
  .allnatural-subtitle {
    font-size: 24px
  }
}

@media screen and (max-width: 328px) {
  .header-box__big {
    font-size: 44px
  }
}

@media screen and (min-width: 1400px) {
  #howto {
    padding-top: 100px
  }
}

@media screen and (min-width: 1921px) {
  .stayingKetosis {
    min-height: 735px;
    padding-top: 320px
  }

  #howto {
    padding-top: 100px
  }

  #whatyouget {
    min-height: 735px;
    padding-top: 50px
  }

  .allnatural {
    min-height: 745px;
  }

  #theproof {
    margin-top: 40px
  }

  .theproofD {
    padding-top: 140px !important
  }

  .proof__link {
    padding-bottom: 75px
  }

  .theproofM {
    margin-top: -30px;
    background-color: #fff
  }

  .ketpoia-ketosis-banner {
    min-height: 850px;
    padding-top: 270px
  }
}

@media screen and (min-width: 2200px) {
  .theproofD {
    min-height: 1360px
  }

  .ketpoia-ketosis-banner {
    padding-top: 290px
  }
}

@media screen and (min-width: 2300px) {
  .theproofD {
    padding-top: 250px !important
  }

  #theproof {
    margin-top: 50px
  }

  #header {
    background-position: 50% 50%
  }

  .headerbg {
    background-position: 19% 15%
  }
}

@media screen and (min-width: 2400px) {
  .theproofD {
    padding-top: 140px !important
  }
}

@media screen and (min-width: 1450px) {
  .theproofD {
    min-height: 1070px;
    padding-top: 150px
  }
}

input {
  font-family: 'openregular', sans-serif !important
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .dark {
    font-weight: 400 !important;
    color: #333 !important
  }

  .viraltext {
    font-weight: 500 !important
  }

  .massage-text {
    display: flex !important;
    margin: 15px auto 0 auto;
    padding-left: 0
  }
}

@media screen and (max-width: 767px) {

  .kas {
    padding-top: 0 !important
  }
}

@media screen and (max-width: 479px) {
  .allnatural {
    padding: 30px 0;
    background-size: auto 160% !important
  }

  .headerbg {
    padding-bottom: 30px;
  }

  .webp .headerbg,
  .no-webp .headerbg {
    background-image: none;
    background-color: rgb(105 183 250);
  }

  .no-webp .theproofD,
  .webp .theproofD {
    background-image: none;
    background-color: #95e4fe;
  }

  .no-webp .ketpoia-ketosis-banner,
  .webp .ketpoia-ketosis-banner {
    background-image: none;
    background-color: #b5e6fc;
  }

  #whatyouget {
    margin-bottom: 20px;
  }

  .stayingKetosis {
    background: #879297;
    padding: 30px 0;
  }

  .no-webp .allnatural,
  .webp .allnatural {
    background-image: none;
    background-color: #fff2dd;
  }

  .no-webp .footerC2a,
  .webp .footerC2a {
    background-image: none;
    background-color: #b8dcf4;
  }
}