html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*.row:after, .row:before {*/
/*	content: "";*/
/*	display: block;*/
/*	clear: both*/
/*}*/
body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0
}

.container {
    max-width: 1186px;
    display: block;
    margin: 0 auto;
    padding: 0 16px;
}

.header__warning {
    background-color: #000;
    padding: 5px 0;
    text-align: center;
    font-size: 15px;
    color: #fff
}

.header {
    background: #fff;
    min-height: 110px;
    max-height: 110px;
    padding: 24px 0;
    width: 100%;

}

/*.header:before {*/
/*	content: "";*/
/*	width: 112px;*/
/*	height: 112px;*/
/*	background: url(../images/verify-icon.png);*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0*/
/*}*/
.header__logo {
    max-height: 62px;
    height: 62px;
    width: auto;
}

#email, #firstName, #lastName, #phone {
    width: 48%;
    display: inline-block
}

.date-container, .hurry {
    color: #f5f0b4 !important
}

#email, #firstName {
    margin-right: 4%
}

.header__info {
    float: right;
    width: calc(100% - 420px);
    margin-top: 16px
}

.header__btn {
    background-color: #5fbb49;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -o-linear-gradient(top, #a3cc2c 0, #5fbb49 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a3cc2c), to(#5fbb49)) !important;
    background-image: linear-gradient(top, #a3cc2c 0, #5fbb49 100%) !important;
    width: 230px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 0 0 #6ba605;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    float: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__btn:hover {
    background-image: -webkit-gradient(linear, 10% 0, 20% 90%, color-stop(4%, #a3cc2c), color-stop(100%, #5fbb49)) !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header__info_side {
    float: left;
    width: calc(100% - 270px);
    text-align: right;
    margin-top: 5px;
    margin-right: 40px
}

.header__info_side span {
    display: block;
    font-style: italic;
    font-size: 24px;
    color: #fff
}

.header__info_side p {
    color: #fff;
    margin-top: 5px;
    font-size: 16px
}

.header__info_side p span {
    display: inline-block;
    color: #00eaff;
    font-weight: 400;
    font-size: 16px
}

.first-section__pretitle {
    font-family: Handlee, sans-serif !important;
    color: #010000;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
}

.first-section__side {

}

.first-section__side-right {
    padding: 32px 16px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    right: -16px;
    top: 11px;
    height: fit-content;
}

.first-section {
    padding-top: 39px;
    padding-bottom: 26px;
    background: url(../images/first_section_background.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.form-title {
    color: #000;
    font-family: "Fjalla One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
}

.form-title span {
    color: #EE354F;
}

.first-section-row {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 1%;
}

.index-page form label {
    font-size: 12px;
    color: #4d4d4d;
    display: block;
    margin-bottom: 4px;
    font-weight: 400
}

.index-page form input, .index-page form select {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: "Fjalla One";
    border: 1px solid #BFBFBF;
    color: #757575;
    display: block;
    font-size: 1rem;
    padding: 12px 13px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    border-radius: 4px;
    margin-bottom: 16px;
    height: 42px;
}

.index-page form .row .form-holder {
    width: 48%;
    float: left
}

.index-page form .row .form-holder:first-child {
    margin-right: 4%
}

.button-submit {
    border: 0px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #E73725;
    display: flex;
    padding: 16px 72px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .button-submit {
        margin-top: 0px;
    }
}

.button-submit:hover {
    background: #bf2f21 !important
}

.button-submit:focus {
    background: #bf2f21 !important
}

.button-submit-black {
    background: #000 !important
}

.button-submit:hover {
    background: #000 !important
}

.button-submit:focus {
    background: #000 !important
}

.first-section__title {
    margin-top: 12px;
    color: #010000;
    font-family: "Fjalla One";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px; /* 111.111% */
}

.first-section__info {
    padding-top: 11px;
    position: relative
}

.first-section__info h3 {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -.03em;
    max-width: 417px;
    color: #010000
}

.first-section__info ul li {
    color: #010000;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    margin-left: 20px;
    margin-bottom: 6px;
}

.first-section__info ul li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: -16px;
    top: 10px;
    position: absolute;
    background: #010000;
}

/*.security-icons {*/
/*	display: block;*/
/*	margin: -32px 0 0 51px*/
/*}*/
.first-section__bottle {
    position: absolute;
    top: 278px;
    right: 24px;
    max-width: 220px;
}

.first-section__img {
    position: absolute;
    bottom: 0px;
    right: -16px;
    max-height: 100%;
}

.first-section__bottle:before {
    /*content: "";*/
    /*background: url(../images/sprite1.png) 0 -148px no-repeat;*/
    /*height: 89px;*/
    /*width: 98px;*/
    /*position: absolute;*/
    /*left: -31px;*/
    /*top: -3px*/
}

.first-section__bottle img {
    width: 196px;
    height: 300px;
    top: 23px;
    object-fit: contain;
    max-width: none;
    position: relative;
    left: -9px;
}

.why-is__side {
    float: left;
    width: 47%;
    padding: 30px 1.5% 0;
    position: relative;
}

.why-is {
    position: relative;
    background-color: #f7bd1a;
    background-image: -o-linear-gradient(top, #f8cc1c 0, #f58d13 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8cc1c), to(#f58d13));
    background-image: linear-gradient(top, #f8cc1c 0, #f58d13 100%)
}

.why-is__side h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3.3125rem;
    margin-bottom: 20px;
    margin-top: 61px
}

.why-is__side h2 span {
    color: #253b88
}

.why-is__side p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    color: #fff
}

.why-is__side p:last-child {
    font-weight: 700
}

.keto-magazines {
    max-width: 100%;
    margin-bottom: -4px
}

.wy-btl {
    position: absolute;
    bottom: 0px;
    left: 204px;
    width: 164px;
}

.how-use__item {
    float: left;
    width: calc(33.33% - 30px);
    padding: 0 15px
}

.how-use__item img {
    display: block;
    margin: 0 auto
}

.how-use__step {
    font-weight: 700;
    font-size: 23px;
    display: block;
    font-family: Oswald, sans-serif
}

.how-use__title {
    display: block;
    font-size: 23px;
    color: #a2d408;
    font-weight: 700;
    font-family: Oswald, sans-serif
}

.how-use__item p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    margin-top: 10px
}

.how-use__titleMain {
    font-family: Oswald, sans-serif;
    font-size: 3.3125rem;
    text-align: center;
    margin-bottom: 1.875rem
}

.how-use__titleMain span {
    color: #253b88
}

svg.diagonal-line {
    width: 100%;
    height: 100%
}

.how-use {
    overflow: hidden;
    position: relative
}

.how-use .container {
    padding-top: 36px;
    padding-bottom: 54px
}

.container {
    position: relative
}

.diagonal-line-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.science {
    overflow: hidden;
    background-color: #a3cc2c;
    background-image: -o-linear-gradient(top, #a3cc2c 0, #5fbb49 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a3cc2c), to(#5fbb49));
    background-image: linear-gradient(top, #a3cc2c 0, #5fbb49 100%)
}

.science__left {
    float: left;
    width: calc(58% - 30px);
    padding: 0 15px
}

.science__right {
    float: left;
    width: calc(42% - 30px);
    padding: 0 15px
}

.diagonal-line-container.flip svg.diagonal-line {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 2
}

.green-gradient svg.diagonal-line polygon {
    fill: rgba(255, 242, 0, .16)
}

.science .container {
    padding-bottom: 80px
}

.science__img {
    position: relative;
    margin-top: 67px
}

.science .row {
    position: relative;
    z-index: 2
}

.science .diagonal-line-container {
    z-index: 1
}

.science__img:before {
    content: "";
    display: block;
    width: 148px;
    height: 148px;
    position: absolute;
    left: 0;
    top: -42px;
    background: url(../images/sprite1.png) 0 0 no-repeat
}

.science__title {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.3125rem;
    margin-top: 40px
}

.science__subTitle {
    color: #083b0b;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 3.3125rem;
    font-style: normal
}

.science__subTitle span {
    font-size: 1.25rem
}

.science__left p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    color: #fff;
    margin-top: 1.875rem
}

.science__left ul {
    margin-left: 1.1rem
}

.science__left ul li {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
    position: relative;
    margin-bottom: .75rem
}

.science__left ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #603603;
    position: absolute;
    left: -15px;
    top: 7px;
    border-radius: 50%
}

.science__left ul li span {
    text-decoration: underline;
    font-weight: 700
}

.slide__item_left {
    width: 50%;
    float: left
}

.slide__item_right {
    width: calc(50% - 100px);
    float: left;
    display: table
}

.slide__item {
    outline: 0
}

.slide__item_left img {
    width: auto
}

.slide__item_right p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    margin-top: 108px
}

.slide__item_right span {
    display: block;
    text-align: right;
    font-weight: 700;
    font-size: 1rem
}

.review h2 {
    font-family: Oswald, sans-serif;
    font-size: 3.3125rem;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 30px;
    display: inline-block;
    width: 100%
}

.review h2 span {
    color: #ed1973
}

.slide__item_right {
    padding-right: 100px
}

.review .container {
    padding-bottom: 90px
}

.slick-dots {
    position: absolute;
    bottom: -38px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #c2c2c2;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li.slick-active {
    background-color: #858383
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.last-block_left, .last-block_right {
    width: 50%;
    float: left
}

.last-block_left {
    padding-top: 40px
}

.last-block_right {
    width: 39%;
    margin-left: -6%;
    margin-bottom: -7px
}

.last-block_middle {
    width: 50%;
    float: left;
    padding-top: 20px
}

.last-block__block {
    border-bottom: 3px solid #ccc;
    border-top: 3px solid #ccc
}

.last-block__block img {
    max-width: 100%
}

.last-block_left h2 {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 112.3%;
    margin-bottom: 11px;
    max-width: 440px;
    letter-spacing: -.035em;
    color: #8fc00c
}

.last-block_left h3 {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 118.3%;
    letter-spacing: -.055em;
    color: #000
}

.last-block_left ul {
    margin-top: 20px
}

.last-block_left ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center
}

.last-block_left ul li:last-child {
    margin-top: 5px
}

.last-block-bottle {
    max-width: 173px;
    display: block;
    position: relative;
    margin: 1px auto 7px
}

.last-block-bottle:before {
    content: "";
    display: block;
    width: 100px;
    height: 169px;
    background: url(../images/BHB.png) no-repeat center;
    position: absolute;
    left: -81px;
    background-size: contain;
    top: -11px;
    z-index: -1
}

.last-block__btn {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdd508), to(#fcaa07));
    background: -o-linear-gradient(top, #fdd508 0, #fcaa07 100%);
    background: linear-gradient(180deg, #fdd508 0, #fcaa07 100%);
    border: 2px solid #c69004;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: .02em;
    font-size: 24px;
    text-decoration: none;
    color: #000;
    line-height: 74px
}

button {
    outline: 0
}

.last-block__btn:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #fcaa07), color-stop(0, #fdd508));
    background: -o-linear-gradient(left, #fcaa07 100%, #fdd508 0);
    background: linear-gradient(90deg, #fcaa07 100%, #fdd508 0);
    -webkit-transition: all 2.2s;
    -o-transition: all 2.2s;
    transition: all 2.2s
}

.last-block__btn span {
    position: relative;
    display: block
}

.last-block__btn span:before {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    background: url(../images/arrow-btn.png) no-repeat center;
    position: absolute;
    background-size: contain;
    left: 8px;
    top: 29px
}

.logo-f {
    display: block;
    margin: 5px auto 0
}

.website-secure {
    display: block;
    margin: 20px auto
}

.soc-list {
    max-width: 411px;
    display: block;
    margin: 0 auto 20px
}

.soc-list li {
    float: left;
    width: 50%;
    display: table;
    text-align: center;
    height: 51px;
    position: relative
}

.soc-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.footer {
    padding: 30px 0;
    color: #666;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.footer p {
    margin-bottom: 20px;
}

.terms-links {
    color: #666;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.terms-links li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.slick-slide img {
    display: block;
    max-width: 350px;
    margin: 0 auto
}

.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
    display: none
}

.custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    padding-bottom: 7px;
    -webkit-box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, .2);
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, .2);
    background-color: #fff;
    position: relative;
    cursor: pointer
}

.custom-notification-container {
    display: block !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    height: 90px;
}

.custom-notification-image-wrapper {
    float: left;
    width: 80px;
    margin-top: 5px
}

.custom-notification-image-wrapper img {
    max-height: 75px;
    width: auto;
    display: block;
    margin: 0 auto 5px;
    overflow: hidden;
    border-radius: 6px 0 0 6px
}

.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: grey;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    padding-bottom: 5px
}

.custom-notification-content {
    font-family: inherit !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
    width: calc(100% - 70px);
    float: left;
    margin-left: 10px;
    padding-bottom: 5px;
    margin-top: 10px
}

.custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8
}

.custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.custom-close:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: grey;
    position: absolute;
    left: 0;
    top: 5px
}

.custom-close:after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: grey;
    position: absolute;
    left: 5px;
    top: 0
}

.custom-close:hover .custom-close {
    opacity: 1
}

.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: grey;
    position: absolute;
    left: 0;
    top: 5px
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: grey;
    position: absolute;
    left: 5px;
    top: 0
}

.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1
}

.heartbeat {
    -webkit-animation: heartbeat 5s ease 0 infinite normal;
    animation: heartbeat 5s ease 0 infinite normal;
    -webkit-transform: scale(.94);
    -ms-transform: scale(.94);
    transform: scale(.94);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94)
    }
    3% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    6% {
        -webkit-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94)
    }
    12% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    18% {
        -webkit-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94)
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94)
    }
    3% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    6% {
        -webkit-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94)
    }
    12% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    18% {
        -webkit-transform: scale(.94);
        -ms-transform: scale(.94);
        transform: scale(.94)
    }
}

/*---------------------------
LOADING BAR
--------------------------*/
.popup-loading-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
}

.popup p {
    margin: 0
}

.popup-loading-wrapper .popup {
    min-width: 300px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-loading-wrapper .popup h2 {
    width: 300px;
    font-size: 32px;
    color: #fff;
    line-height: 36px;
    padding: 7px 0 22px
}

.popup-loading-wrapper .popup h3 {
    line-height: normal;
    padding: 0 0 24px;
    color: #fff
}

.popup-loading-wrapper .popup p {
    opacity: .5;
    font-size: 18px;
    padding: 8px 0 3px
}

.popup-loading-wrapper .popup .product-image {
    width: 206px;
    height: 207px;
    margin: 0 auto 12px;
    position: relative;
    background: url(../brand/product1ne.png) no-repeat center center;
    background-size: contain;
}

.popup-loading-wrapper .popup .loading-image {
    width: 70px;
    height: 70px;
    margin: auto;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.section-three {
    background-color: #370000;
    padding: 60px 0;
}

.section-three__info__title {
    color: #FFF;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

.section-three__info__text {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-three__info__text-extra {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-four {
    padding: 60px 0;
}

.section-four__pretitle {
    color: #E73725;
    text-align: center;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
}

.section-four__title {
    color: #323232;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 127.273% */
    max-width: 882px;
    margin: 0 auto;
}

.section-four__info-block {
    border-radius: 10px;
    background: #FFF;

    /* shadow */
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    /*min-height: 420px;*/
}

.section-four__info-block__img img {
    margin: 0 auto;
}

.section-four__info-block__pretitle {
    color: #323232;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.section-four__info-block__title {
    color: #E73725;
    font-family: "Fjalla One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    margin-bottom: 24px;
}

.section-four__info-block__text {
    color: #666;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-five {
    padding: 40px 0;
    background: #3883F4;
}

.section-five__pretitle {
    color: #FFF;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
}

.section-five__title {
    color: #FFF;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 127.273% */
}

.button-rush {
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #EE354F;
    display: block;
    height: 61px;
    width: 322px;
    align-items: center;
    display: grid;
    padding: 16px;
}

.button-rush:hover {
    background: #bf2f21 !important
}

.button-rush:focus {
    background: #bf2f21 !important
}

.first-section__safer {
    margin-top: 16px;
    max-width: 446px;
}

.first-section__safer-header {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    background: #010000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    text-align: center;
    padding: 12px;
}

.first-section__safer-body {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-auto-rows: 1fr;

    align-items: center;
    border-radius: 8px;
    border: 3px solid #010000;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    padding: 12px 22px;
}

.first-section__safer-body span {
    color: #010000;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.first-section__text {
    color: #010000;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 446px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.section2-body__text {
    color: #666;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.section2-body__title {
    color: #323232;
    text-align: left;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 127.273% */
    text-transform: uppercase;
    margin-bottom: 32px;
}

.section2-body__pretitle {
    color: #E73725;
    text-align: left;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-2-container {
    display: grid;
    grid-template-columns: 575px 590px;
    grid-auto-rows: min-content;
    gap: 20px;
}

.section-2-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-3-body-title {
    color: #FFF;
    text-align: left;
    font-family: "Fjalla One";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 166.667% */
}

.section-3-body-pretitle {
    color: #FFF;
    text-align: left;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
}

.section-3 {
    background: #E73725;
    padding: 28px 0;
}

.section-3-container {
    height: 105px;
    display: grid;
    grid-template-columns: 357px auto;
    grid-auto-rows: 1fr;
    grid-gap: 109px;
    padding: 0;
}

.section-3-header img {
    position: relative;
    top: -18px;
    left: 16px;
}

.section-5 {
    background: url(../images/section5.png) no-repeat center center;
}

@media (max-width: 767px) {
    .section-5 {
        background-position: top;
        background-size: cover;
    }
}

.section-5-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-5__pretitile {
    color: #FFF;
    text-align: center;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-5__title {
    color: #FFF;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 127.273% */
}

.section-5-body {
    margin-top: 32px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.section-5-footer {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-6-container {
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: auto 589px;
    grid-auto-rows: min-content;
    grid-gap: 20px;
}

.section-6__pretitile {
    color: #E73725;
    text-align: left;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-6__title {
    color: #323232;
    text-align: left;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 127.273% */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.section-6 ul li {
    color: #323232;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.section-6 ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E73725;
    display: inline-flex;
    margin-right: 4px;
}

.section-6 ul li span {
    display: block;
    color: #666;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.section-6 button {
    margin-top: 24px;
}

.section-7 {
    background: #EDEDED;
}

.section-7-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-7-pretitle {
    color: #010000;
    text-align: center;
    font-family: Handlee;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
    text-transform: uppercase;
}

.section-7-title {
    margin-top: 10px;
    color: #323232;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 127.273% */
    text-transform: uppercase;
}

.section-7-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 20px;
    padding-top: 52px;
    padding-bottom: 52px;
}

.section-7-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-7-text {
    margin-top: 16px;
    color: #666;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    max-width: 866px;
    margin-left: auto;
    margin-right: auto;
}

.section-7-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    border-radius: 10px;
    background: #FFF;

    padding: 24px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.section-7-item__header {
    border-radius: 1000px;
    background: #010000;
    padding: 10px 0;
    width: 85px;
    height: 85px;

    color: #FFF;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-7-item__body {
    color: #323232;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    margin-top: 42px;
}

.section-7-item__footer {
    color: #666;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 24px;
}

/*.section-8 {*/
/*}*/

/*.section-8-container {*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*}*/

/*.section-8-header {*/
/*}*/

/*.section-8-body {*/
/*    > div {*/
/*        margin-top: 20px;*/
/*        border: 2px solid #EEF2F5;*/
/*        border-radius: 24px;*/
/*        overflow: hidden;*/
/*    }*/
/*}*/

/*.section-8-body table {*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*}*/

/*.section-8-body table th {*/
/*    border: 2px solid #EEF2F5;*/
/*    color: #323232;*/
/*    font-family: Jost;*/
/*    font-size: 20px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: 32px; !* 160% *!*/
/*    padding: 8px 32px;*/
/*    text-align: left;*/
/*}*/

/*.section-8-body table th img {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    object-fit: contain;*/
/*    display: inline-block;*/

/*}*/

/*.section-8-body table td {*/
/*    border: 2px solid #EEF2F5;*/
/*    color: #323232;*/
/*    font-family: Jost;*/
/*    font-size: 20px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 32px; !* 160% *!*/
/*    padding: 8px 32px;*/
/*}*/

/*.section-8-body table td:nth-child(2):before {*/
/*    content: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.39258 9.79688L1.17773 5.58203C0.923828 5.32812 0.923828 4.89648 1.17773 4.64258L2.0918 3.72852C2.3457 3.47461 2.75195 3.47461 3.00586 3.72852L5.875 6.57227L11.9688 0.478516C12.2227 0.224609 12.6289 0.224609 12.8828 0.478516L13.7969 1.39258C14.0508 1.64648 14.0508 2.07812 13.7969 2.33203L6.33203 9.79688C6.07812 10.0508 5.64648 10.0508 5.39258 9.79688Z' fill='%233883F4'/%3E%3C/svg%3E%0A");*/
/*    display: inline-block;*/
/*    margin-right: 16px;*/
/*}*/

/*.section-8-body table td:nth-child(3):before {*/
/*    content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11M11 1L1 11' stroke='%23F45151' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");*/
/*    display: inline-block;*/
/*    margin-right: 16px;*/
/*}*/

/*.svg-icon-checkmark {*/
/*    width: 15px;*/
/*    height: 11px;*/
/*    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.39258 9.79688L1.17773 5.58203C0.923828 5.32812 0.923828 4.89648 1.17773 4.64258L2.0918 3.72852C2.3457 3.47461 2.75195 3.47461 3.00586 3.72852L5.875 6.57227L11.9688 0.478516C12.2227 0.224609 12.6289 0.224609 12.8828 0.478516L13.7969 1.39258C14.0508 1.64648 14.0508 2.07812 13.7969 2.33203L6.33203 9.79688C6.07812 10.0508 5.64648 10.0508 5.39258 9.79688Z' fill='%233883F4'/%3E%3C/svg%3E%0A");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    margin-right: 16px;*/
/*    align-self: center;*/
/*}*/

.section-9-container {
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 52px;
}

.section-9-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-10 {
    background: #F1FAFF;
}

.section-10-container {
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: min-content;
    grid-gap: 52px;
}

.section-10-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-10-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: min-content;
    grid-gap: 20px;
}

.section-10-body > * {
    padding: 24px;
    border-radius: 10px;
    background: #FFF;

    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.section-10-body h2 {
    color: #323232;
    font-family: "Fjalla One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    text-align: left;
    position: relative;
    padding-right: 48px;
}

.section-10-body h2 button {
    text-align: left;
}

.section-10-body h2 button[aria-expanded="true"]:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='6' viewBox='0 0 21 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 0.75C20.2969 0.75 21 1.45312 21 2.25V3.75C21 4.59375 20.2969 5.25 19.5 5.25H1.5C0.65625 5.25 0 4.59375 0 3.75V2.25C0 1.45312 0.65625 0.75 1.5 0.75H19.5Z' fill='%23F45151'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.section-10-body h2 button[aria-expanded="false"]:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' viewBox='0 0 21 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 9.75C20.2969 9.75 21 10.4531 21 11.25V12.75C21 13.5938 20.2969 14.25 19.5 14.25H1.5C0.65625 14.25 0 13.5938 0 12.75V11.25C0 10.4531 0.65625 9.75 1.5 9.75H19.5Z' fill='%23666666'/%3E%3Cpath d='M8.25 3C8.25 2.20312 8.95313 1.5 9.75 1.5H11.25C12.0938 1.5 12.75 2.20312 12.75 3L12.75 21C12.75 21.8438 12.0938 22.5 11.25 22.5H9.75C8.95312 22.5 8.25 21.8438 8.25 21L8.25 3Z' fill='%23666666'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.section-10-body {
    color: #666;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.section-10-body > div > div {
    margin-top: 24px;
}

@media (max-width: 1024px) {
    .first-section__safer-body {
        grid-template-columns: 100%;
        grid-gap: 4px;
    }

    .section-2-container, .section-7-body, .section-6-container, .section-10-body,
    .section-3-container {
        grid-template-columns: 100%;
    }

    .section-3-container {
        grid-gap: 24px;
        height: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-3-header {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-3-header img {
        position: static;
    }

    .first-section__side-right {
        position: static;
    }

    .section-8-body table th, .section-8-body table td {
        padding: 8px;
        font-size: 16px;
        text-align: center;
    }

    .section-8-body table th img {
        display: flex;
        margin: auto;
        width: 40px;
        height: 40px;
    }

    .section-8-body table td:nth-child(3):before,
    .section-8-body table td:nth-child(2):before {
        margin-right: 0px;
        display: block;

    }

    .section-8-body table th:nth-child(1) {
        max-width: 100px;
    }


    .section2-body__title,
    .section-four__title,
    .section-5__title,
    .section-6__title,
    .section-7-title,
    .section-7-title
    {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 18px;
    }

    .first-section__title{
        font-size: 44px !important;
        line-height: 50px !important;
    }

}