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

body {
    margin: 0
}

nav,section {
    display: block
}

a {
    background-color: transparent
}

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

b,strong {
    font-weight: 700
}

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

img {
    border: 0
}

button,input {
    margin: 0;
    font: inherit;
    font-weight: 400;
    color: inherit
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

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

input {
    line-height: normal
}

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

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

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

    img {
        page-break-inside: avoid;
        max-width: 100%!important
    }

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

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

    .navbar {
        display: none
    }
}

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

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: #333;
    background-color: #fff
}

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

img {
    vertical-align: middle
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

h1,h2,h3,h4 {
    font-family: inherit;
    font-weight: 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-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;
        width: 100%
    }
}

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

.collapse {
    display: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

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

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar .custom-row {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 0
    }
}

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

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

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
}

.navbar-brand {
    float: left;
    font-size: 14px;
    padding: 10px 0 0 15px;
    overflow: visible;
    justify-content: flex-start;
    align-items: flex-start;
    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:last-child {
        margin-left: 10px
    }

    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 10px
    }
}

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

.pull-right {
    float: right!important
}

.show {
    display: block!important
}

button::-moz-focus-inner {
    border: none
}

.pull-right {
    float: right;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

body {
    font-family: sans-serif,Arial;
    margin: 0;
    padding: 0;
    width: auto!important;
    overflow-x: hidden!important
}

.navbar {
    margin-bottom: 0
}

.headerbg {
    background: top center no-repeat;
    min-height: 1018px
}

.webp .headerbg {
    background-image: url(../images/beach-woman.webp);
}

.no-webp .headerbg {
    background-image: url(../images/beach-woman.jpg);
}

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

.formSeals {
    padding: 15px 0
}

.formBox {
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid #0699ee;
    margin-top: 0;
    margin-bottom: 40px;
    min-width: 250px
}

.formTop {
    background: #0699ee;
    padding: 15px 25px;
    color: #fff;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 400;
    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;
    margin-top: 5px
}

.header-box__subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #6b057e;
    line-height: 1;
    letter-spacing: -1.5px;
    position: relative
}

.header-box__big {
    font-weight: 700;
    color: #6b057e;
    font-size: 90px;
    letter-spacing: -7.5px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    transform: rotate(-9deg) skew(-15deg,1deg);
    text-align: right;
    padding-right: 20px;
    margin-top: 40px;
    position: relative
}

.vsup {
    text-align: center
}

.header-box__subtitle:before {
    content: '';
    position: absolute;
    bottom: -71px;
    left: 50%;
    transform: translateX(-110%);
    width: 49px;
    height: 64px;
    background: no-repeat center;
    display: none
}

.header-box__imp {
    text-align: center;
    font-size: 24px;
    padding: 0 10px 0 150px;
    margin-top: 75px;
    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: -58px;
    left: -191px;
    background: no-repeat center;
    width: 180px;
    height: 360px;
    background-size: contain;
    z-index: 10
}

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

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

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

.header-list__item:last-child {
    padding-top: 25px
}

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

.footer-pack-box {
    position: relative;
    margin: 15px auto;
    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: 20px 5px
}

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

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

.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: 40px;
    margin-right: 10px;
    width: calc(100% - 10px);
    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: -10px;
    right: -22px;
    background: url(../images/form-arrow.png) no-repeat center;
    width: 64px;
    height: 136px;
    transform: rotate(-95deg) scaleX(-1)
}

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

.formBody {
    padding: 10px 30px 25px
}

.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: sans-serif;
    font-weight: 600;
    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
}

.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: sans-serif;
    color: #333;
    font-size: 60px;
    font-weight: 400
}

.mont50 {
    font-family: sans-serif;
    color: #333;
    font-size: 50px;
    font-weight: 400
}

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

.lighter {
    font-weight: 700
}

.dark {
    color: #333
}

.orange {
    color: #fc4200
}

.montbold {
    font-family: sans-serif;
    font-weight: 700
}

.c2abtn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 34px;
    background: #f60;
    padding: 15px 30px;
    margin-bottom: 40px;
    text-decoration: none;
    border: none
}

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

.super {
    font-weight: 700
}

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

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

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

.vsdwn {
    display: none
}

.content {
    color: #666
}

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

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

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

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

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

.navbar-toggle {
    display: none
}

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

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

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

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

.ketpoia-ketosis-banner .container h2 {
    font-family: sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.stayingKetosis {
    background: top center no-repeat;
    min-height: 847px;
    padding-top: 253px
}

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

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

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

.stayingKetosis h3 {
    font-family: sans-serif;
    color: #fff;
    font-size: 45px;
    padding: 0;
    margin: 0;
    text-align: center
}

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

.allnatural {
    background: top center no-repeat;
    min-height: 850px;
    padding-top: 220px
}

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

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

.footerC2a {
    background: top center no-repeat;
    min-height: 746px;
    padding-top: 235px;
    background-size: cover;
    box-shadow: inset 0 -86px 40px -20px rgba(255,255,255,1);
    text-align: center;
}

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

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

@media (max-width: 1824px) {
    .footerC2a {
        padding-top:208px
    }
}

@media (max-width: 1643px) {
    .footerC2a {
        padding-top:170px;
    }
}

@media (max-width: 1400px) {
    .footerC2a {
        padding-top:130px
    }
}

.viraltext {
    display: block
}

.viraltextm {
    display: none
}

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

    .headerbg {
        background: top center no-repeat;
        min-height: 863px
    }

    .webp .headerbg {
        background-image: url(../images/beach-woman-t.webp);
    }
    
    .no-webp .headerbg {
        background-image: url(../images/beach-woman-t.jpg);
    }
}

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

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

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

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

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

    .center-block_1 {
        max-width: 210px
    }
}

@media (max-width: 767px) {
    .ketpoia-ketosis-banner {
        background: top center no-repeat;
        min-height: 845px;
        padding-top: 290px
    }

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

    .footerC2a-box:before {
        right: -20px
    }

    #section1 {
        margin-top: 30px
    }

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

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

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

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

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

    .webp .headerbg {
        background-image: url(../images/beach-woman-m.webp);
    }
    
    .no-webp .headerbg {
        background-image: url(../images/beach-woman-m.jpg);
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .viraltext {
        display: none
    }

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

    .os28 {
        font: 18px sans-serif;
        color: #666;
        line-height: normal;
        font-weight: 300
    }

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

    .vsup {
        display: none
    }

    .vsdwn {
        display: block;
        text-align: center
    }

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

.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: sans-serif;
    font-size: 34px;
    font-weight: 700;
    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
}

.popup p {
    margin: 0
}

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

    .header-box__title {
        line-height: 1
    }

    .header-box__big {
        font-size: 76px;
        transform: rotate(-5deg) skew(-15deg,1deg)
    }

    .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;
        min-height: 70px
    }

    .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: 6px;
        left: -170px
    }

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

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

    .header-list__item {
        margin: 9px 10px 0
    }

    .header-list__item:last-child {
        padding-top: 20px
    }

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

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

.popup input {
    vertical-align: middle
}

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

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

.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 input[type=tel]:focus,.popup input[type=text]:focus {
    margin: 0;
    font-size: 14px;
    border: 1px solid #aaa;
    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 (min-width: 1920px) {
    .headerbg {
        background-size:cover
    }
}

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

    .header-box__arrowLine:before {
        bottom: 20px;
        transform: rotate(-118deg) scaleX(-1)
    }

    .viraltext {
        font-size: 20px
    }
}

@media screen and (max-width: 990px) {
    .formBody button {
        height:54px
    }

    .formSeals {
        margin-top: 90px;
    }

    .webp .headerbg,
    .no-webp .headerbg {
        background-image: none;
        background: rgb(94,180,244);
        background: linear-gradient(180deg, rgba(94,180,244,1) 22%, rgba(118,184,225,1) 51%, rgba(231,246,250,1) 86%);
    }

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

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

    .formSeals {
        margin-top: 0;
    }

    .header-list__item:last-child {
        padding-top: 5px
    }

    .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: 34px!important;
        line-height: 60px
    }

    #whatyouget .c2abtn {
        font-size: 16px
    }

    #howto .container {
        padding-left: 0;
        padding-right: 0
    }

    #howto h1 {
        font-size: 30px
    }

    .plashka {
        display: none
    }

    .padding-fix {
        padding: 0!important
    }

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

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

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

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

    .c2abtn {
        font-size: 26px
    }

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

.theproofD p {
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .theproofD {
        background:#71e0fb;
        min-height: 100%;
        padding: 0 0 30px
    }

    .super,h1.mont60 {
        margin-top: 0;
        font-size: 36px
    }

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

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

    #whatyouget .space {
        height: 10px
    }

    .stayingKetosis {
        margin-top: -40px;
        min-height: 800px
    }

    #howto br {
        display: none
    }

    .allnatural {
        margin-top: -40px;
        min-height: 800px
    }

    #science br {
        display: none
    }

    #science2 br {
        display: none
    }

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

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

    #science br {
        display: none
    }

    #science2 br {
        display: none
    }

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

    #whatyouget .space {
        height: 10px
    }
}

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

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

    #whatyouget .space {
        height: 10px
    }

    .stayingKetosis {
        margin-top: -40px;
        min-height: 800px
    }

    .allnatural {
        margin-top: -40px;
        min-height: 800px
    }

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

    #howto br {
        display: none
    }

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

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

    #science2 br {
        display: none
    }
}

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

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

.inL_307176.inL_307176 {
    padding: 30px
}

.inL_979756.inL_979756 {
    text-decoration: underline
}

.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 a.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;
    cursor: pointer
}

li a.order-btn:hover,li a.order-btn:focus {
    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
}

.proof__prod {
    max-width: 100%
}

.proof__btn {
    transition: .3s;
    max-width: 50%;
    min-width: 200px;
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

.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: 20px auto;
}

.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;
    margin-bottom: 0;
}

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

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

@media screen and (max-width: 1400px) {
    .formBox {
        margin-top:0
    }

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

    .headerbg {
        background-size: auto;
        min-height: 760px
    }

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

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

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

    .stayingKetosis {
        min-height: auto;
        padding-bottom: 40px
    }
}

@media (max-width: 1199px) {
    .formTop {
        padding-left:10px;
        padding-right: 10px;
        font-size: 20px
    }
}

@media screen and (max-width: 991px) {
    .viraltext {
        line-height:1.3;
        font-size: 20px;
        padding: 20px!important
    }

    .formBox {
        margin-bottom: 15px
    }

    .formBody {
        padding: 15px
    }

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

    .header-list:before {
        top: 12px
    }

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

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

    .navbar-nav {
        margin-top: 0
    }

    .popup__content {
        padding: 10px
    }

    .header-box__arrowLine:before {
        display: none
    }

    .popup__prod {
        max-width: 200px
    }

    .inL_307176.inL_307176 {
        padding-top: 0
    }

    .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;
        margin-bottom: 10px
    }

    .header-list__item:after {
        left: 4px;
        top: -3px
    }

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

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

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

    .magazine {
        transform: translateY(25%)
    }

    .theproofD {
        min-height: 980px
    }

    .science__title {
        margin-top: 0
    }

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

    .stayingKetosis {
        background-size: auto 500px;
        padding-top: 160px;
        padding-bottom: 134px
    }
}

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

    #whatyouget .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .productTitle {
        font-size: 22px
    }

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

    .popup__prod {
        display: none
    }

    .ever-popup__inner {
        width: 310px!important;
        padding-top: 55px!important
    }

    .ever-popup__close {
        top: 20px!important
    }

    .formBox {
        margin-top: 0
    }

    .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;
        display: block;
        margin: 0 auto
    }

    .img-caption {
        margin-top: 10px
    }

    .proof__prod {
        width: 260px;
        margin: 0 10px;
        max-width: 100%
    }

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

    .header-list:before {
        left: -165px;
        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: 5px 5px 5px 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;
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 0
    }

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

    .banner__content img {
        width: auto
    }

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

    .stayingKetosis {
        min-height: auto;
        padding-top: 280px;
        padding-bottom: 30px
    }

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

@media (max-width: 768px) {
    .magazine {
        transform:none;
        padding-bottom: 30px
    }

    .formBox {
        width: 50%;
        min-width: 250px;
        margin: 0 auto 15px
    }

    .ever-popup .formBox {
        min-width: 290px;
        margin-bottom: 0
    }

    .theproofD {
        min-height: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    #theproof {
        margin-bottom: 30px
    }
}

@media (max-width: 659px) {
    .proof__btn {
        margin:30px auto 0
    }

    .theproofD p {
        margin-bottom: 30px
    }
}

@media (max-width: 540px) {
    .header-list:before {
        top:0;
        left: 50%;
        transform: translateX(-50%);
        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:24px
    }

    #science h2 {
        font-size: 22px
    }

    .theproofD p {
        font-size: 14px
    }

    .img-caption {
        line-height: 1.2
    }

    .header-box__subtitle {
        font-size: 33px
    }

    .header-box__big {
        line-height: 1
    }

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

    .header-box__title {
        font-size: 26px;
        margin-top: 5px
    }

    .header-box__subtitle {
        font-size: 25px
    }

    .header-box__big {
        font-size: 58px
    }

    .ketpoia-ketosis-banner .container h2 {
        color: #00008B;
        font-size: 24px
    }

    .super {
        font-size: 22px
    }

    .stayingKetosis h3 {
        font-size: 33px
    }

    .ever-popup__close:after,.ever-popup__close:before {
        top: 12px!important
    }

    .webp .footerC2a,
    .no-webp .footerC2a {
        background-image: none;
        background: rgb(94,180,244);
        background: linear-gradient(180deg, rgba(94,180,244,1) 22%, rgba(118,184,225,1) 51%, rgba(231,246,250,1) 86%);
    }

    .webp .stayingKetosis {
        background-image: url(../images/7day-bridge-ketopia-ketosis-bg2-mob.webp);
    }

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

    .stayingKetosis {
        padding-top: 40px;
    } 

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

    .footerC2a {
        padding-top: 30px;
    }
    
}

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

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

.navbar-brand {
    display: flex;
    justify-content: flex-start;
    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: 70px
    }

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

    .headerbg {
        padding-bottom: 20px;
    }

    .webp .ketpoia-ketosis-banner, 
    .no-webp .ketpoia-ketosis-banner,
    .webp .theproofD,
    .no-webp .theproofD {
        background-image: none;
        background: rgb(94,180,244);
        background: linear-gradient(180deg, rgba(94,180,244,1) 22%, rgba(118,184,225,1) 51%, rgba(231,246,250,1) 86%);
    }

    .space {
        height: 20px
    }

    .pull-right {
        float: none !important;
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 580px) {
    .header-box__big {
        font-size:50px;
        transform: none;
        letter-spacing: normal
    }

    .header-box__subtitle {
        font-size: 35px
    }
}

@media (max-width: 350px) {
    .header-box__big {
        font-size:44px;
        padding: 0
    }

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

.inL_544902 { 
    margin-top: 71px!important;
    margin-bottom: 71px!important 
}

.popup.ever-popup__body+.popup.ever-popup__body {
    display: none;
}