/* indie-flower-regular - latin */
@font-face {
  font-family: "Indie Flower";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/indie-flower-v16-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/indie-flower-v16-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

section {
  display: block;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bold;
}

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

img {
  border: 0;
}

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

button {
  overflow: visible;
}

button,
select {
  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;
}

* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}

input,
button,
select {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.prod-color {
  color: #33a0de;
}
.prod-color span {
  color: #838687;
}
.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: 500;
  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;
}

ul,
ol {
  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-sm-2,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-md-6,
.col-sm-8,
.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-8,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

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

  .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-6 {
    float: left;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }
}
.fix-massage {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  background-color: rgba(171, 15, 15, 0.9);
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

@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;
  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;
  flex-direction: column;
  padding: 10px 0 0 15px;
  overflow: visible;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  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: 19px;
    padding-bottom: 10px;
  }
}

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

.container:after,
.row:after,
.nav:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block-img {
  width: 267px;
}

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

::-ms-clear {
  display: none;
}

button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
.block6__description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.block6__product {
  width: 150px;
  margin-bottom: -10px;
}
.block6__product img {
  width: 100%;
  display: block;
}
.block6__product-name {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 120px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.9;
}
.block6__product-name_size {
  display: inline-block;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
}

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

.formBox {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  border: 4px solid #0699ee;
  margin-top: 0px;
}

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

.formTop img {
  float: right;
  position: absolute;
  top: 100px;
  right: -30px;
  padding: 0;
  margin: 0;
  display: none;
}

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

.comment-date-box {
  margin-left: 8px;
}

.comment-date__name {
  color: #5c6284;
  font-weight: bold;
  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%;
}

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

.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: 14px;
  display: block;
}

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

.formBody {
  padding: 28px 28px 24px 28px;
}

.desktop {
  display: block;
}

.orange12 {
  float: right;
}

.knav {
  color: #fc4000;
}

.knav li a {
  color: #666666 !important;
  font-weight: 600;
}

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

.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: #333333;
  font-size: 60px;
  font-weight: 400;
}

.mont50 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 50px;
  font-weight: 400;
}

.os28 {
  font: 28px "Open Sans", sans-serif;
  color: #666666;
  line-height: normal;
  font-weight: 300;
}

.lighter {
  font-weight: 300 !important;
}

.dark {
  color: #333333;
}

.orange {
  color: #fc4200;
}

.c2abtn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 34px;
  background: #ff6600;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

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

.super {
  font-weight: 800;
}

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

.centered {
  margin: auto !important;
  text-align: center !important;
}

.vsdwn {
  display: none;
}

.content {
  color: #666666;
}

.productTitle {
  padding-bottom: 10px;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
}

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

.navbar-toggle {
  display: none;
}

.stayingKetosis {
  min-height: 847px;
  padding-top: 320px;
}

.no-webp .stayingKetosis {
  background: url(../images/7day-bridge-ketopia-ketosis-bg2.jpg) no-repeat
    center top;
}

.webp .stayingKetosis {
  background: url(../images/7day-bridge-ketopia-ketosis-bg2.webp) no-repeat
    center top;
}

.stayingKetosis h2 {
  font-family: "Montserrat", sans-serif;
  color: #262626;
  font-size: 144px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 7px #ffffff;
}

.stayingKetosis h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
}

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

.allnatural {
  min-height: 850px;
  padding-top: 220px;
}
.no-webp .allnatural {
  background: url(../images/all-natural-ketopia-bg.jpg) no-repeat center top;
}

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

@media (max-width: 1200px) {
  .os28 {
    font: 18px "Open Sans", sans-serif;
    color: #666666;
    line-height: normal;
    font-weight: 300;
  }
}

@media (max-width: 992px) {
  .stayingKetosis h3 {
    font-size: 44px;
  }
  .allnatural-subtitle {
    font-size: 45px;
  }

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

  .os28 {
    font: 21px "Open Sans", sans-serif;
    color: #666666;
    line-height: normal;
    font-weight: 300;
  }
}

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

@media (max-width: 767px) {
  .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;
  }

  #science {
    padding-top: 30px;
  }

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

  .desktop {
    display: none;
  }

  .os28 {
    font: 18px "Open Sans", sans-serif;
    color: #666666;
    line-height: normal;
    font-weight: 300;
  }

  .vsup {
    display: none;
  }

  .vsdwn {
    display: block;
  }

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

.popup p {
  margin: 0;
}

.popup input,
select {
  vertical-align: middle;
}

.popup select,
.popup input[type="tel"],
.popup input[type="text"] {
  width: 100%;
  height: 34px;
  display: block;
  font-size: 14px;
  /*font-weight: 400;*/
  font-family: sans-serif;
  color: #52585d !important;
  font-style: normal;
  text-indent: 0;
  line-height: 16px;
  outline: none;
  padding: 0 10px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
}

.popup select {
  padding: 7px 6px 8px;
}

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

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

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

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

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

.popup button {
  outline: none;
}

.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: 767px) {
  .main-page .row {
    margin: 0;
    margin-top: 35px;
  }
  .massage-text {
    text-align: center;
  }

  .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: 479px) {
  .no-webp .stayingKetosis {
    background: url(../images/7day-bridge-ketopia-ketosis-bg2-mob.jpg);
  }

  .webp .stayingKetosis {
    background: url(../images/7day-bridge-ketopia-ketosis-bg2-mob.webp);
  }
  .webp .allnatural,
  .no-webp .allnatural {
    background: none;
    background: rgb(194, 224, 237);
    background: linear-gradient(
      180deg,
      rgba(194, 224, 237, 1) 23%,
      rgba(252, 240, 216, 1) 59%
    );
  }
  .block6__product-name {
    font-size: 80px;
  }
  body {
    min-width: 320px;
  }

  #theproof img {
    width: 300px;
    height: auto;
    margin: auto;
  }
  .fix-massage .massage-text {
    width: 300px;
    margin: auto;
    padding: 20px;
  }
  .main-page .row {
    margin-top: 50px;
  }
  .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: 25px;
    text-align: center;
  }

  .plashka {
    display: none;
  }

  .allnatural-title {
    font-size: 25px;
  }

  .allnatural-subtitle {
    font-size: 28px;
  }
}

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

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

  .c2abtn {
    font-size: 26px;
  }

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

/* custom.css */
@media screen and (max-width: 767px) {
  h1.mont60 {
    margin-top: 0;
  }

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

@media screen and (max-width: 535px) {
  h1.mont60 {
    margin-top: 0px;
  }

  #science br {
    display: none;
  }

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

  #howto br {
    display: none;
  }

  #science br {
    display: block;
    content: "";
    height: 5px;
  }

  #science br:after {
    content: "\00a0";
  }
}

@media screen and (max-width: 390px) {
  #whatyouget .c2abtn {
    font-size: 16px;
  }

  #howto .c2abtn {
    font-size: 26px;
  }
}

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

.form__input,
.form__label select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /* color: #52585D !important; */
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: inherit;
}

.form__input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.price {
  display: flex;
  margin-bottom: 20px;
}

.price__new,
.price__old {
  display: flex;
  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: #666666;
  margin-bottom: 0;
}

.price__title--new {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  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: 28px;
  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: 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;
  margin-top: 70px;
}
.custom-row--two {
  margin-top: 30px;
}
.timer-container {
  padding-top: 24px;
}
.timer-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}
.timer {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #222222;
  font-size: 40px;
  position: relative;
  top: -3px;
  line-height: 1;
}

li a.order-btn {
  border-radius: 15px;
  font-size: 18px;
  background: #ff6600;
  font-weight: 600;
  padding: 4px 12px;
  text-decoration: none;
  border: none;
  transform: translateY(55%);
  color: #ffffff !important;
}

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

.img-caption {
  color: #ff6600;
  font-weight: bold;
}

.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: 25px;
  text-align: center;
}

.whatyouget__content {
  position: relative;
}

.non-gmo {
  position: absolute;
  right: calc(50% - 150px);
  bottom: -100px;
  z-index: 2;
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}

h2 {
  color: #f18704;
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  color: #f18704;
  text-transform: uppercase;
}

h4 {
  color: #333333;
  font-weight: 400;
}

.tac {
  text-align: center;
}

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

.whatyouget__list {
  font-weight: bold;
}

.popup__content {
  display: flex;
  /*flex-wrap: wrap;*/
  background-color: #ffffff;
  border-radius: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

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

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

.popup__prod img {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .custom-row--footer {
    margin-top: 0px !important;
  }

  .stayingKetosis {
    /*min-height: 0;*/
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .block03,
  .block06 {
    background: #71e0fb !important;
  }
  .webp .stayingKetosis,
  .no-webp .stayingKetosis {
    background-size: 840px;
    background-position: center;
  }
  .webp .allnatural,
  .no-webp .allnatural {
    background-size: 1190px;
    background-position: center;
  }
  .block6__description {
    justify-content: center;
  }
  .popup__content {
    /*padding: 10px;*/
    background: url("../images/one.png") no-repeat top right -200px;
  }

  .popup__prod {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .science__title {
    margin-top: 0;
  }

  .stayingKetosis {
    background-size: contain;
    margin-top: 0;
    padding-top: 100px;
    min-height: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .timer-container {
    padding-top: 20px;
  }
  .popup__content {
    padding: 0;
    background: none;
  }

  .extra-no-mb-mob {
    margin-bottom: 0;
  }
  .block6__description {
    flex-direction: column;
    align-items: center;
  }
  .block6__product-name {
    margin-left: 0;
    margin-top: 15px;
  }
  .block6__description {
    margin-top: 10px;
  }
  .orange-btn {
    margin-top: 20px;
  }

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

  .c2abtn {
    font-size: 22px;
  }

  .stayingKetosis {
    min-height: 0;
    padding-top: 210px;
    padding-bottom: 50px;
  }

  .allnatural {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 0;
    background-position: 50%;
    background-size: auto 146%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .stayingKetosis {
    min-height: 0;
    margin-top: 0;
    background-size: contain;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 479px) {
  #howto .img-responsive {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .orange-btn {
    margin-top: 26px;
  }

  .productTitle,
  h1.mont60 {
    font-size: 26px;
  }
}

select:-moz-focusring,
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

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

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

*::-moz-focus-inner {
  border: 0;
  outline: none;
}

.navbar-brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

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

.navbar-brand p {
  margin: 0;
}

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

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

@media (max-width: 379px) {
  .productTitle {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .dtop-ya {
    height: 237px;
  }

  .h2-ya {
    min-height: 2.2em;
  }

  .p-ya {
    line-height: 1.4;
    min-height: 7em;
  }
}

.popup__prod {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .allnatural {
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.somebr {
  display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  .somebr {
    display: block !important;
  }
}

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

.formBox {
  width: 100%;
  max-width: 322px;
}

.popup__form {
  margin: 0;
}

@media (min-width: 480px) {
  .navbar-brand {
    flex-direction: row;
    padding: 10px 0;
  }
}

.navbar-nav > li > a {
  padding-left: 0;
  padding-right: 15px;
}

li a.order-btn {
  padding-left: 15px;
}

@media (max-width: 767px) {
  #howto .img-responsive {
    width: 50%;
    max-width: 240px;
    margin-bottom: 20px;
  }
}

@media (max-width: 659px) {
  .stayingKetosis {
    background-position: center center;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .ketopiainfo h3 {
    font-size: 21px;
  }

  .mont60 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .mont50 {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  .mont50 {
    font-size: 25px;
  }
}

.flex-ccc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flex-css {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.grow {
  width: 100%;
}

.img {
  max-width: 100%;
}

.wrapper {
  padding: 0 15px;
  max-width: 1170px;
  margin: auto;
}

.block03 {
  min-height: 1013px;
  padding-top: 100px;
}
.no-webp .block03 {
  background: url("../images/7-day-bridge-ketosis-bg.jpg") no-repeat center top;
}

.webp .block03 {
  background: url("../images/7-day-bridge-ketosis-bg.webp") no-repeat center top;
}

.block03__side {
  width: 50%;
  margin-left: 50%;
}

.block03__title {
  color: #f18704;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 20px;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
}

.block03__text {
  text-align: center;
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #363535;
}

.block03__bottle {
  margin-top: 15px;
  text-align: center;
}

.block05 {
  padding: 50px 0 10px;
  background: white;
}

.block05__title {
  font-size: 31px;
  font-weight: 300;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 15px;
  text-align: center;
}

.block05__subtitle {
  font-size: 34px;
  font-weight: 700;
  color: #fc4200;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.block06 {
  padding-top: 200px;
  min-height: 845px;
}
.no-webp .block06 {
  background: url("../images/ketopia-ketosis-7day-bg.jpg") top center no-repeat;
}

.webp .block06 {
  background: url("../images/ketopia-ketosis-7day-bg.webp") top center no-repeat;
}

.block06__title {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  margin: 0;
}

.block12 {
  position: relative;
  min-height: 750px;
  padding-top: 150px;
  box-shadow: inset 0px -86px 40px -20px rgba(255, 255, 255, 1);
}
.webp .block12 {
  background: url("../images/one.webp") no-repeat center top;
}
.no-webp .block12 {
  background: url("../images/one.png") no-repeat center top;
}
.webp .block01,
.no-webp .block01 {
  background-size: 2000px;
}

.block12::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 3px;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

.block12__content {
  width: 66%;
  margin-left: 34%;
  margin-right: 0%;
}

.block12__pics {
  position: relative;
}

.block12__btn {
  background-color: #ff4200;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  font-family: inherit;
  border-radius: 24px;
  padding: 7px 50px;
  text-transform: uppercase;
  width: 100%;
  max-width: 550px;
  text-align: center;
  cursor: pointer;
  margin-top: 42px;
}

.block12__btn:hover {
  background-color: #ca3400;
  color: #cccccc;
}

.block12__arrow {
  position: absolute;
  bottom: -30px;
  right: 90px;
}

.block12__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #6b057e;
  line-height: 1;
  letter-spacing: -1.5px;
  margin: 0 0 15px;
}

.block12__subtitle {
  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(-7deg) skew(-15deg, 1deg);
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}

.block12__subtitle span {
  font-size: 114px;
  letter-spacing: -3.5px;
}

.block12__stamp {
  position: absolute;
  left: calc(50% + 75px);
  bottom: 130px;
}

.block01 {
  min-height: 760px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 25px;
}
.webp .block01 {
  background: url("../images/one.webp") no-repeat top -30px center;
}
.no-webp .block01 {
  background: url("../images/one.png") no-repeat top -30px center;
}
.webp .block01,
.no-webp .block01 {
  background-size: 2000px;
}
.block01__left {
  justify-content: flex-end;
  margin-top: 30px;
  width: 66%;
  padding-left: 230px;
}

.block01__right {
  width: 34%;
  margin-top: 25px;
}

.block01__left_title {
  text-shadow: 1px 1px 2px #000;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin: 0;
}

.block01__left_subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #6b057e;
  line-height: 1;
  letter-spacing: -1.5px;
  margin: 5px 0 0;
}

.block01__left_text {
  padding-left: 150px;
  text-align: center;
  font-size: 24px;
  margin: 75px 0 0;
}

.block01__left_list {
  position: relative;
  margin-top: 20px;
  padding-left: 175px;
}

.block01__left_item {
  background: url("../images/header-list.png") no-repeat;
  background-size: 100% 100%;
  padding: 16px 8px 16px 70px;
  position: relative;
  min-height: 85px;
}

.block01__check {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 50px;
}

.header__list_title {
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
}

.header__list_text {
  font-size: 14px;
  color: grey;
  margin: 5px 0 0;
}

.block01__left_prod {
  position: absolute;
  width: 180px;
  bottom: 0;
  left: -20px;
}

.block01 {
  position: relative;
  box-shadow: inset 0px -50px 30px -20px rgba(255, 255, 255, 1);
}

.block01::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: #fff;
}

.block01__label {
  height: 100px;
  padding: 20px 0;
  background: url("../images/bottom-arrow.png") no-repeat center;
  background-size: contain;
}

.block01__label_top {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin: 0;
}

.block01__label_bottom {
  text-align: center;
  line-height: 1;
  color: #6b057e;
  font-size: 18px;
  margin: 10px 0 0 0;
}

.block01__conc {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #050505;
  margin: 25px 0 0;
  padding-left: 232px;
}

.x_order_form .form__btn {
  background: #e21d14;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  height: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: white;
  margin-top: 15px;
  transition: 0.2s;
}

.x_order_form .form__btn:hover {
  border: 2px solid #e21d14;
}

.x_order_form .form__btn:active {
  transform: scale(1.05);
}

.block01__right_form {
  margin-top: 20px;
}

.block01__right_secure {
  margin-top: 20px;
}

#theproof {
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .no-webp .block01,
  .webp .block01,
  .no-webp .block12,
  .webp .block12 {
    background-image: none;
    background: rgb(165, 211, 248);
    background: linear-gradient(
      180deg,
      rgba(165, 211, 248, 1) 49%,
      rgba(3, 160, 205, 1) 62%,
      rgba(207, 238, 243, 1) 88%
    );
  }
  #theproof {
    padding-bottom: 45px;
  }

  .wrapper {
    width: 970px;
  }

  .block12__arrow {
    right: 30px;
  }

  .block01__left {
    padding-left: 50px;
    padding-right: 10px;
  }

  .block01__conc {
    padding: 0;
    text-align: center;
  }

  .block01__left {
    margin-top: 35px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .block01,
  .block12 {
    background-position: top right -110px;
    background-size: 2420px;
  }

  .block01__left_text {
    margin-top: 20px;
    padding: 0 75px;
  }

  .block12__content {
    margin-left: 17%;
  }

  .block12 {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 0;
    box-shadow: inset 0px -49px 40px -4px rgba(255, 255, 255, 1);
  }

  .block01__conc {
    text-align: left;
    padding-left: 55px;
  }
}

@media (max-width: 991px) {
  .wrapper {
    width: 750px;
  }

  .block12__arrow {
    right: 60px;
  }

  .block01 {
    background: url("../images/one.png") no-repeat top right -100px;
    padding: 0 0 40px;
    min-height: 0;
  }

  #theproof {
    padding-bottom: 40px;
  }

  .block03,
  .block06 {
    background: url("../images/sea.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px 0;
    min-height: 0;
  }

  .block12 {
    background: url("../images/one.png") no-repeat top right -100px;
    padding: 40px 0;
    min-height: 0;
  }

  .block06 {
    background-size: auto;
  }

  .block05,
  #science {
    padding: 40px 0;
  }

  .block03__title {
    margin-top: 0;
    font-size: 25px;
  }

  .block03__side {
    width: 100%;
    margin: 0;
  }

  .block05__title,
  .block05__subtitle {
    font-size: 28px;
    font-size: 19px;
  }

  .block03__text {
    text-shadow: 1px 1px 2px #fdfffc;
  }

  .block06__title {
    text-align: center;
    font-size: 26px;
  }

  .block12__content {
    width: 100%;
    margin: 0;
  }

  .block01__left {
    width: 100%;
    padding: 0;
  }

  .block01__left_text {
    padding: 0 60px;
    margin-top: 20px;
    text-align: center;
  }

  .block01__left_prod {
    width: auto;
    max-height: 100%;
    bottom: auto;
    top: 0;
  }

  .block01__left_list {
    padding-left: 205px;
    padding-right: 50px;
  }
  .block01__left_prod {
    left: 30px;
  }
  .block01__right {
    width: 100%;
    max-width: 400px;
  }

  .block01__right_stamps {
    display: none;
  }

  .block01__right_form {
    margin-top: 0;
  }

  .block01 {
    background-size: 2600px;
  }

  .block05 {
    padding-top: 0 !important;
  }

  .block01__right {
    margin-top: 20px;
  }

  .block01__label {
    margin-top: 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .allnatural {
    background-size: cover;
    min-height: 0;
    padding: 90px 0;
  }

  .block01__left_item {
    padding-right: 15px;
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .webp .stayingKetosis,
  .no-webp .stayingKetosis {
    background-size: 700px;
    background-position: center;
  }
  .webp .allnatural,
  .no-webp .allnatural {
    background-size: 940px;
    background-position: center;
  }
  .no-webp .block01,
  .webp .block01,
  .no-webp .block12,
  .webp .block12 {
    background-image: none;
    background: rgb(165, 211, 248);
    background: linear-gradient(
      180deg,
      rgba(165, 211, 248, 1) 49%,
      rgba(3, 160, 205, 1) 62%,
      rgba(207, 238, 243, 1) 88%
    );
  }
  .block12__stamp {
    left: calc(50% + 54px);
    bottom: 150px;
  }

  .block01__left {
    margin-top: 25px;
  }

  #theproof {
    padding-bottom: 25px;
  }

  .wrapper {
    width: 480px;
  }

  .block12__arrow {
    right: -10px;
  }

  .container {
    width: 480px;
  }

  .block03,
  .block05,
  #science,
  .block06,
  #whatyouget,
  .block12 {
    padding: 25px 0;
  }

  .mont60 {
    font-size: 42px;
  }

  .block06__title {
    font-size: 24px;
  }

  .block12__btn {
    font-size: 38px;
  }

  .block12__subtitle {
    font-size: 68px;
  }

  .block12__subtitle span {
    font-size: 98px;
    letter-spacing: -8px;
  }

  .block01__left_prod {
    max-width: 150px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }
  .block01__label {
    background: #f07b3a;
    padding: 10px;
  }
  .block01__left_list {
    padding-right: 0;
    padding-left: 144px;
  }

  .block01__left_item {
    padding-left: 65px;
  }

  .block01 {
    padding-bottom: 25px;
  }

  .block01__check {
    top: 20px;
    width: 45px;
  }

  .x_order_form .form__btn {
    margin-top: 10px;
  }

  .formBody {
    padding: 20px 24px 20px 24px;
  }
}

@media (max-width: 479px) {
  .allnatural {
    padding: 30px 0;
    margin: 0;
  }
  .block12__pics {
    margin-bottom: 15px;
  }
  .navbar-brand img {
    margin: 0 0 3px;
  }
  .block12__btn {
    margin-top: 0;
  }
  .navbar-brand {
    padding: 0 8px;
  }

  #theproof {
    padding-bottom: 20px;
  }

  .block01 {
    padding-bottom: 20px;
  }

  .wrapper {
    width: 320px;
    padding: 0 10px;
  }

  .block12__arrow {
    display: none;
  }

  .container {
    width: 320px;
    padding: 0 10px;
  }

  .block03,
  .block05,
  #science,
  .block06,
  #whatyouget,
  .block12 {
    padding: 20px 0;
  }

  .block06__title {
    font-size: 22px;
  }

  #whatyouget .container {
    padding: 0;
  }

  .block05__title {
    margin-bottom: 10px;
  }

  .block12__btn {
    font-size: 28px;
    padding: 10px;
  }

  .block12__title {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .block12__subtitle {
    font-size: 60px;
  }

  .block12__subtitle span {
    font-size: 90px;
    line-height: 0.9;
  }

  .block01__left_title {
    font-size: 30px;
  }

  .block01__left_subtitle {
    font-size: 32px;
  }

  .block01__left_text {
    padding: 0;
    margin-top: 15px;
    font-size: 22px;
  }

  .block01__left_list {
    padding: 0;
    margin-top: 15px;
  }

  .block01__left_prod {
    position: static;
    order: 11;
    transform: none;
    margin-top: 0;
    max-width: 190px;
    margin-bottom: 10px;
  }

  .block01__left_item {
    order: 5;
  }

  .block01__right {
    margin-top: 15px;
  }

  .block01__left_item {
    padding: 20px 6px 20px 60px;
  }

  .block01__left_title,
  .block12__title {
    line-height: 1.2;
  }

  .block01__right_secure {
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .block01__label {
    margin-top: 6px;
  }

  .block01__conc {
    margin-top: -4px;
  }

  .popup__content {
    background: url("../images/one.png") no-repeat top right -200px;
  }
}
#howto .c2abtn {
  padding-left: 45px;
  padding-right: 45px;
}
