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
}

.popup-loading-wrapper .popup .product-image {
    width: 114px;
    height: 207px;
    background: url(../images/product.png) no-repeat !important;
    background-size: contain !important
}

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
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0
}

.index-page {
    overflow-x: hidden
}

.container {
    max-width: 1000px;
    display: block;
    margin: 0 auto
}

.inner-page .popup-wrapper,
.popup-wrapper {
    overflow-x: hidden !important
}

@-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)
    }
}

.heartbeat {
    -webkit-animation: heartbeat 5s ease 0 infinite normal;
    -moz-animation: heartbeat 5s ease 0 infinite normal;
    -ms-animation: heartbeat 5s ease 0 infinite normal;
    -o-animation: heartbeat 5s ease 0 infinite normal;
    animation: heartbeat 5s ease 0 infinite normal;
    -webkit-transform: scale(.94);
    -moz-transform: scale(.94);
    -ms-transform: scale(.94);
    -o-transform: scale(.94);
    transform: scale(.94);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.reverse__in {
    background: #fff;
    padding: 20px 20px 0;
    margin: 25px 0 0;
    display: inline-block;
    width: 100%
}

.header__warning {
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #000
}

.header {
    background: #252525;
    border-bottom: 2px solid #6ac5a7;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 22
}

.reverse__info {
    max-width: 630px;
    margin: 17px auto 6px;
    display: block
}

.reverse__info li {
    font-size: 12px;
    color: #212121;
    margin-bottom: 0
}

.header:before {
    content: "";
    width: 112px;
    height: 112px;
    background: url(../images/verify-icon.png);
    position: absolute;
    top: 0;
    left: 0
}

.header__logo {
    float: left;
    margin-top: 8px;
    max-width: 130px
}

#email,
#firstName,
#lastName,
#phone {
    display: inline-block
}

.alert-color,
.date-container,
.hurry {
    color: red !important
}

#email,
#firstName {
    margin-right: 4%
}

.header__info {
    float: right;
    width: calc(100% - 190px);
    margin-top: 16px
}

.header__btn {
    background-color: #ffb506;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fcdb06), color-stop(100%, #ffb506)) !important;
    background-image: -webkit-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    background-image: -moz-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    background-image: -o-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    background-image: linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    width: 230px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #a27d01;
    color: #000;
    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: #ffbd20 !important
}

.header__info_side {
    float: left;
    width: calc(100% - 278px);
    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: #a2d408;
    font-weight: 400;
    font-size: 16px
}

.first-section__side {
    width: 62%;
    float: left
}

.first-section__side:last-child {
    width: 37%;
    margin-left: 1%
}

.first-section {
    padding-top: 150px;
    padding-bottom: 50px
}

.form-title {
    font-size: 35px;
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    max-width: 400px;
    position: relative
}

.form-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 75px;
    right: 0;
    top: 10px;
    background: url(../images/right-arrow.png)
}

.form-title span {
    color: #a2d408
}

.index-page form {
    margin-top: 25px
}

.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: inherit;
    border: 1px solid #989898;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: 1rem;
    margin: 0 0 1rem !important;
    padding: .5rem;
    height: 2.4375rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .45s ease-in-out, -webkit-box-shadow .45s;
    transition: border-color .45s ease-in-out, -webkit-box-shadow .45s;
    -o-transition: box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out, -webkit-box-shadow .45s;
    line-height: normal
}

.index-page form .row .form-holder {
    width: 48%;
    float: left
}

.index-page form .row .form-holder:first-child {
    margin-right: 4%
}

.button-submit {
    background-color: #ffb506;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fcdb06), color-stop(100%, #ffb506)) !important;
    background-image: -webkit-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    background-image: -moz-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    background-image: -o-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    background-image: linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    line-height: 74px;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: block;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #a27d01;
    width: 100%;
    cursor: pointer;
    margin-top: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header .container {
    position: relative;
    text-align: center;
}

.header .container:before {
    content: "";
    position: absolute;
    top: 80px;
    left: -24px;
    display: block;
    width: 0;
    height: 0;
    border: inset 118.75px;
    border-color: #252525 transparent transparent;
    border-top-style: solid;
    border-top-width: 24px
}

.button-submit:hover {
    background: #ffbd20 !important
}

.first-section {
    background: url(../images/model.png) no-repeat 100% 100%;
    background-size: 497px 87%
}

.first-section__info h1 {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 107px;
    letter-spacing: -.09em;
    color: #8eb517;
    margin-top: -20px
}

.first-section__info h1 span {
    font-style: italic
}

.first-section__info h2 {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-size: 37px;
    line-height: 82px;
    letter-spacing: -.01em;
    margin-top: -27px;
    color: #000;
    font-weight: 700
}

.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: 34px;
    line-height: 46px;
    letter-spacing: -.03em;
    max-width: 417px;
    color: #000
}

.first-section__info span {
    display: block;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -.03em;
    max-width: 417px;
    color: #000
}

.first-section__info ul {
    margin-top: 7px
}

.first-section__info ul li {
    position: relative;
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -.02em;
    color: #000;
    padding-left: 20px;
    margin-bottom: 8px
}

.first-section__info ul li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 13px;
    position: absolute;
    background: #8eb517
}

.security-icons {
    display: block;
    margin: -32px 0 0 51px
}

.first-section__bottle {
    position: absolute;
    bottom: -13px;
    right: 105px;
    max-width: 202px
}

.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:after {
    content: "";
    width: 119px;
    height: 292px;
    background: url(../images/sprite1.png) 0 -235px no-repeat;
    position: absolute;
    right: -93px;
    top: -89px
}

.first-section__bottle img {
    width: 100%
}

.why-is__side {
    float: left;
    width: 47%;
    padding: 30px 1.5% 0
}

.why-is {
    background-color: #a3cc2c;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #a3cc2c), color-stop(100%, #5fbb49));
    background-image: -webkit-linear-gradient(top, #a3cc2c 0, #5fbb49 100%);
    background-image: -moz-linear-gradient(top, #a3cc2c 0, #5fbb49 100%);
    background-image: -o-linear-gradient(top, #a3cc2c 0, #5fbb49 100%);
    background-image: linear-gradient(top, #a3cc2c 0, #5fbb49 100%)
}

.why-is__side h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3.3125rem;
    margin-bottom: 20px;
    margin-top: 45px
}

.why-is__side h2 span {
    color: #083b0b
}

.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
}

.why-is img {
    max-width: 100%;
    margin-bottom: -4px
}

.how-use__item {
    float: left;
    width: calc(33.33% - 30px);
    padding: 0 15px
}

.reverse-blocks ul {
    width: 30%;
    float: left;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    list-style-position: outside !important;
    font-family: inherit;
    list-style-type: disc;
    padding-left: 3%
}

.reverse .reverse__title {
    font-family: Oswald, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.09;
    text-align: center;
    margin: 20px auto 40px
}

.reverse .reverse__title span {
    color: #9b0000
}

.reverse .container {
    padding-bottom: 30px
}

span.super {
    vertical-align: super;
    font-size: 10px;
    text-decoration: underline;
    color: #a2d408
}

.reverse-blocks ul li {
    font-family: pt sans, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.58;
    padding: 0 10px
}

li.highlighted {
    background-color: #ffcf1c
}

.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: #a2d408
}

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: #f7bd1a;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f8cc1c), color-stop(100%, #f58d13));
    background-image: -webkit-linear-gradient(top, #f8cc1c 0, #f58d13 100%);
    background-image: -moz-linear-gradient(top, #f8cc1c 0, #f58d13 100%);
    background-image: -o-linear-gradient(top, #f8cc1c 0, #f58d13 100%);
    background-image: linear-gradient(top, #f8cc1c 0, #f58d13 100%)
}

.science svg.diagonal-line polygon {
    fill: rgba(252, 114, 2, .36) !important
}

.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: 32px
}

.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: #603603;
    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
}

.review__line {
    margin-bottom: 30px
}

.review__line_photo {
    max-width: 78px;
    float: left
}

.review__description ul {
    float: left
}

.review__description li {
    display: inline-block
}

.review__description span {
    float: left;
    margin-left: 7px;
    margin-top: 1px
}

.review__description p {
    margin-top: 15px;
    max-width: 800px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem
}

.review__description {
    width: calc(100% - 98px);
    margin-left: 20px;
    float: left
}

.review__line_photo img {
    width: 100%
}

.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: 60px 0;
    display: inline-block;
    width: 100%
}

.money-back__left {
    width: 46%;
    float: left
}

.money-back__left img {
    max-width: 100%;
    margin-bottom: -4px
}

.money-back {
    background-image: linear-gradient(to bottom, #1bb1f8, #1675f5)
}

.money-back__right {
    width: 54%;
    float: left;
    position: relative
}

.money-back__right:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    width: 252px;
    height: 216px;
    left: -126px;
    background: url(../images/90.png) no-repeat center;
    background-size: contain;
    margin-top: 40px
}

.money-back__right p {
    padding: 29px 130px 0;
    padding-right: 30px;
    font-size: 28px;
    font-weight: 700;
    font-stretch: condensed;
    font-family: pt sans, serif;
    line-height: 1.17;
    color: #fff
}

.last-block h4 {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    line-height: 1.15;
    color: #000;
    font-weight: 700;
    margin: 12px auto 21px
}

.last-block h4 span {
    color: #96c21d
}

.review h2 span {
    color: #ed1973
}

.slide__item_right {
    padding-right: 100px
}

.review .container {
    padding-bottom: 15px
}

.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: 33%;
    float: left
}

.last-block_left {
    padding-top: 40px
}

.last-block_right {
    width: 35%;
    margin-left: -6%;
    margin-bottom: -7px;
    text-align: right
}

.last-block_middle {
    width: 38%;
    float: left;
    padding-top: 20px;
    position: relative;
    z-index: 3
}

.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: 313px;
    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: 425px;
    display: block;
    position: relative;
    margin: 1px -55px 0;
    z-index: 99
}

.last-block-bottle:before {
    content: "";
    display: block;
    width: 100px;
    height: 169px;
    background: url(../images/BHB.png) no-repeat center;
    position: absolute;
    left: 93px;
    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-top: 50px;
    padding-bottom: 50px
}

.footer p {
    font-size: .75rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 1.25rem
}

.terms-links {
    text-align: center
}

.terms-links li {
    display: inline-block
}

.terms-links li a {
    color: #a2d408 !important;
    font-size: .75rem;
    text-decoration: none
}

.loading .loading-screen {
    display: table;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #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%);
    z-index: 9999
}

.loading .loading-screen .loading-wrap {
    display: table-cell;
    -webkit-perspective: 320px;
    perspective: 320px;
    -webkit-perspective-origin: 50% 100px;
    perspective-origin: 50% 100px;
    margin-top: 50px;
    text-align: center;
    vertical-align: middle
}

.loading .loading-screen .loading-wrap .loader {
    width: 4rem;
    height: 4rem;
    position: relative;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.loading .loading-screen .loading-wrap .loader i {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-animation: loader1 1s infinite ease-in-out;
    animation: loader1 1s infinite ease-in-out;
    border: 1px solid #81a223
}

.loading .loading-screen .loading-wrap .loader i+i {
    left: 2rem;
    -webkit-animation: loader2 1s infinite ease-in-out;
    animation: loader2 1s infinite ease-in-out
}

.loading .loading-screen .loading-wrap .loader i+i+i {
    top: 2rem;
    -webkit-animation: loader3 1s infinite ease-in-out;
    animation: loader3 1s infinite ease-in-out
}

.loading .loading-screen .loading-wrap .loader i+i+i+i {
    top: 2rem;
    left: 0;
    -webkit-animation: loader4 1s infinite ease-in-out;
    animation: loader4 1s infinite ease-in-out
}

.slick-slide img {
    display: block;
    max-width: 350px;
    margin: 0 auto
}

@-webkit-keyframes loader1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(-8px, -8px, 0) rotateZ(0);
        -ms-transform: translate3d(-8px, -8px, 0) rotateZ(0);
        transform: translate3d(-8px, -8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(-14px, -14px, 0) rotateZ(-180deg);
        -ms-transform: translate3d(-14px, -14px, 0) rotateZ(-180deg);
        transform: translate3d(-14px, -14px, 0) rotateZ(-180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        transform: translate3d(0, 0, 0) rotateZ(-180deg)
    }
}

@keyframes loader1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(-8px, -8px, 0) rotateZ(0);
        -ms-transform: translate3d(-8px, -8px, 0) rotateZ(0);
        transform: translate3d(-8px, -8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(-14px, -14px, 0) rotateZ(-180deg);
        -ms-transform: translate3d(-14px, -14px, 0) rotateZ(-180deg);
        transform: translate3d(-14px, -14px, 0) rotateZ(-180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        transform: translate3d(0, 0, 0) rotateZ(-180deg)
    }
}

@-webkit-keyframes loader2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(8px, -8px, 0) rotateZ(0);
        -ms-transform: translate3d(8px, -8px, 0) rotateZ(0);
        transform: translate3d(8px, -8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(14px, -14px, 0) rotateZ(-180deg);
        -ms-transform: translate3d(14px, -14px, 0) rotateZ(-180deg);
        transform: translate3d(14px, -14px, 0) rotateZ(-180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        transform: translate3d(0, 0, 0) rotateZ(-180deg)
    }
}

@keyframes loader2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(8px, -8px, 0) rotateZ(0);
        -ms-transform: translate3d(8px, -8px, 0) rotateZ(0);
        transform: translate3d(8px, -8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(14px, -14px, 0) rotateZ(-180deg);
        -ms-transform: translate3d(14px, -14px, 0) rotateZ(-180deg);
        transform: translate3d(14px, -14px, 0) rotateZ(-180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(-180deg);
        transform: translate3d(0, 0, 0) rotateZ(-180deg)
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(8px, 8px, 0) rotateZ(0);
        -ms-transform: translate3d(8px, 8px, 0) rotateZ(0);
        transform: translate3d(8px, 8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(14px, 14px, 0) rotateZ(180deg);
        -ms-transform: translate3d(14px, 14px, 0) rotateZ(180deg);
        transform: translate3d(14px, 14px, 0) rotateZ(180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(180deg);
        transform: translate3d(0, 0, 0) rotateZ(180deg)
    }
}

@keyframes loader3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(8px, 8px, 0) rotateZ(0);
        -ms-transform: translate3d(8px, 8px, 0) rotateZ(0);
        transform: translate3d(8px, 8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(14px, 14px, 0) rotateZ(180deg);
        -ms-transform: translate3d(14px, 14px, 0) rotateZ(180deg);
        transform: translate3d(14px, 14px, 0) rotateZ(180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(180deg);
        transform: translate3d(0, 0, 0) rotateZ(180deg)
    }
}

@-webkit-keyframes loader4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(-8px, 8px, 0) rotateZ(0);
        -ms-transform: translate3d(-8px, 8px, 0) rotateZ(0);
        transform: translate3d(-8px, 8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(-14px, 14px, 0) rotateZ(180deg);
        -ms-transform: translate3d(-14px, 14px, 0) rotateZ(180deg);
        transform: translate3d(-14px, 14px, 0) rotateZ(180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(180deg);
        transform: translate3d(0, 0, 0) rotateZ(180deg)
    }
}

@keyframes loader4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0);
        transform: translate3d(0, 0, 0) rotateZ(0)
    }

    30% {
        -webkit-transform: translate3d(-8px, 8px, 0) rotateZ(0);
        -ms-transform: translate3d(-8px, 8px, 0) rotateZ(0);
        transform: translate3d(-8px, 8px, 0) rotateZ(0)
    }

    70% {
        -webkit-transform: translate3d(-14px, 14px, 0) rotateZ(180deg);
        -ms-transform: translate3d(-14px, 14px, 0) rotateZ(180deg);
        transform: translate3d(-14px, 14px, 0) rotateZ(180deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(180deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(180deg);
        transform: translate3d(0, 0, 0) rotateZ(180deg)
    }
}

.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: 80px
}

.custom-notification-image-wrapper {
    float: left;
    width: 80px;
    margin-top: -2px
}

.custom-notification-image-wrapper img {
    max-height: 75px;
    width: auto;
    display: block;
    margin: 10px auto 5px;
    overflow: hidden;
    border-radius: 6px 0 0 6px
}

.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    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: 12px;
    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: gray;
    position: absolute;
    left: 0;
    top: 5px
}

.custom-close:after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    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: gray;
    position: absolute;
    left: 0;
    top: 5px
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0
}

.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1
}

.order__header_top {
    color: #fff;
    font-size: 17px;
    display: block;
    text-align: center;
    padding: 5px 0;
    background: #000
}

.order__header_top span {
    color: #a2d408
}

.views-coll {
    position: relative;
    padding-left: 41px
}

.order__header_in img {
    max-width: 258px;
    float: left
}

.delivery-block {
    float: left;
    max-width: 204px;
    padding-left: 153px;
    font-size: .875rem;
    position: relative;
    margin-left: 100px;
    margin-top: 28px
}

.delivery-block:before {
    content: "";
    background: url(../images/ca-1.png) no-repeat center;
    width: 148px;
    height: 38px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -2px
}

.checkout .wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7ffd3), color-stop(31%, #f7ffd3), color-stop(50%, #fff), to(#fff));
    background: -o-linear-gradient(top, #f7ffd3 0, #f7ffd3 31%, #fff 50%, #fff 100%);
    background: linear-gradient(to bottom, #f7ffd3 0, #f7ffd3 31%, #fff 50%, #fff 100%)
}

.order__left {
    width: 66.6%;
    float: left
}

.order__right {
    width: 30.4%;
    padding: 0 15px;
    float: left
}

.steps {
    padding: 15px;
    background: #fff;
    border: .0625rem solid #ccc
}

.steps__item {
    float: left;
    width: 33.3%;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background-color: #ebebeb
}

.steps__item.active {
    background-color: #fd6f03;
    color: #fff
}

.approved-text {
    color: #393f40;
    font-size: .875rem;
    margin-top: .9375rem;
    margin-bottom: 5px
}

.approved-text span {
    color: #a2d408
}

.steps p {
    font-size: .875rem;
    line-height: 18px;
    color: #393f40
}

.steps p span {
    color: #fc0303
}

.package-item__header:after,
.package-item__header:before {
    content: "";
    display: block;
    clear: both
}

.title-block {
    width: 71%;
    float: left;
    background: #7ec304;
    height: 35px;
    line-height: 37px;
    padding-top: 3px
}

.title-block__main {
    font-weight: 700;
    font-size: 27px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff9ef;
    line-height: 32px;
    padding-left: 15px;
    float: left
}

.title-block__retail {
    color: #fff9ef;
    font-size: 12px;
    line-height: 13px;
    margin-left: 55px;
    padding-top: 3px;
    float: left
}

.package-item__header {
    overflow: hidden;
    margin: 0 -1px;
    border-radius: 10px 10px 0 0;
    font-family: Arial, Helvetica, sans-serif
}

.shipping-row {
    float: left;
    width: 29%;
    background: #f704b6;
    line-height: 37px;
    position: relative;
    height: 38px;
    font-weight: 400
}

.shipping-row:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: -28px;
    top: 2px;
    width: 30px;
    height: 60px;
    background: #f704b6;
    -ms-transform: rotate(49deg);
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
    z-index: 2
}

.shipping-row span {
    position: relative;
    z-index: 3;
    color: #fff9ef;
    display: block;
    padding-left: 31px;
    line-height: 38px;
    font-size: 18px
}

.shipping-row span:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    width: 28px;
    height: 23px;
    background: url(../images/box-icon.svg) no-repeat center;
    background-size: contain
}

.footnote {
    font-size: 11px;
    width: 630px;
    margin: 0 auto;
    display: block
}

.package-item__header:after,
.package-item__header:before {
    content: "";
    display: block;
    clear: both
}

.title-block {
    width: 71%;
    float: left;
    background: #6ac5a7;
    height: 32px;
    line-height: 37px;
    padding-top: 3px
}

.title-block__main {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff9ef;
    line-height: 30px;
    padding-left: 17px;
    float: left
}

.title-block__retail {
    color: #fff9ef;
    font-size: 12px;
    line-height: 13px;
    margin-left: 12px;
    padding-top: 9px;
    float: left
}

.package-item__header {
    overflow: hidden;
    margin: 0 -1px;
    border-radius: 10px 10px 0 0;
    font-family: Arial, Helvetica, sans-serif
}

.shipping-row {
    float: left;
    width: 29%;
    background: #296748;
    line-height: 37px;
    position: relative;
    height: 35px;
    font-weight: 400
}

.shipping-row:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: -28px;
    top: 2px;
    width: 30px;
    height: 60px;
    background: #296748;
    -moz-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    -webkit-transform: rotate(49deg);
    -o-transform: rotate(49deg);
    transform: rotate(49deg);
    z-index: 2
}

.shipping-row span {
    position: relative;
    z-index: 3;
    color: #fff9ef;
    display: block;
    padding-left: 31px;
    font-size: 18px
}

.shipping-row span:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    width: 28px;
    height: 23px;
    background: url(../images/box-icon.svg) no-repeat center;
    background-size: contain
}

.package-item {
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 10px;
    margin-bottom: 14px
}

.package-item__content:after,
.package-item__content:before {
    content: "";
    clear: both;
    display: block
}

.package-item__status {
    float: left;
    width: 6%;
    height: 160px
}

.package-item__status span {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 58px;
    position: relative;
    border: 4px solid #59aeee;
    left: 4px;
    top: 6px;
    border-radius: 50%
}

.product.active .package-item__status span:before {
    content: "";
    display: block;
    background: url(../images/done-icon.png) no-repeat center;
    position: absolute;
    left: -5px;
    top: -40px;
    width: 58px;
    height: 58px;
    background-size: contain
}

.package-images {
    float: left;
    display: block;
    position: relative;
    width: 56%;
    padding: 7px 3% 0 7px
}

.package-info {
    float: left;
    width: 32%;
    text-align: center;
    padding-right: 8px
}

.package-info__price {
    display: block;
    font-size: 46px;
    line-height: 64px;
    margin-bottom: 1px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000
}

.package-info__price>span {
    font-size: 12px;
    display: inline-block;
    line-height: 11px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: -2px
}

.price-top {
    font-size: 36px;
    line-height: 37px;
    position: relative;
    display: inline-block
}

.price-top:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 5px;
    right: 5px;
    height: 1px;
    background: #000
}

.package-images:after,
.package-images:before {
    content: "";
    display: block;
    clear: both
}

.package-images__item {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    height: 131px;
    position: relative;
    text-align: center
}

.product2 .package-images__item {
    padding-right: 15px
}

.product2 .package-images__item:first-child:before {
    right: -10px
}

.product3 .package-images__item {
    padding-right: 44px
}

.product3 .package-images__item:first-child:before {
    right: 5px
}

.package-images__item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../images/plus-icon.png) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    z-index: 3;
    right: -15px;
    top: 46%;
    margin-top: -17px
}

.product1,
.product2,
.product3 {
    cursor: pointer
}

.package-info__title {
    font-size: .97em;
    display: block;
    line-height: 19px;
    font-style: italic;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 4px;
    letter-spacing: -.02em;
    color: #c51017
}

.package-info__subTitle {
    display: block;
    font-size: 14px;
    margin-bottom: -2px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .08em
}

.package-info__btn {
    font-family: Oswald, sans-serif;
    letter-spacing: .03em;
    min-width: 69%;
    height: 31px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    background: #fc6806;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .25);
    border-radius: 3px;
    color: #fff;
    padding: 0 10px
}

.product.active .package-info__btn {
    background-color: #fe8d01
}

.product.active .package-item__content {
    background: #fdfbe2;
    border-radius: 0 0 10px 10px
}

.package__save {
    background: url(../images/package-save.png) no-repeat;
    position: absolute;
    right: -7px;
    bottom: 39px;
    width: 95px;
    height: 95px;
    background-size: cover;
    color: #000;
    font-family: Oswald, sans-serif
}

.package__save_title {
    font-size: 17px;
    line-height: 20px;
    display: block;
    text-align: center;
    margin-top: 27px
}

.package__save_item {
    text-align: center;
    display: block;
    font-size: 16px;
    letter-spacing: -.02em
}

.product-selection {
    border: .0625rem solid #ccc;
    background-color: #fff;
    padding: 19px 17px;
    margin-top: .625rem
}

.guarantee-block {
    border: 1px solid #979797;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin-bottom: 17px
}

.guarantee-top {
    background-color: #6b0d7d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    padding: 3px 5px 4px
}

.guarantee-content {
    overflow: hidden;
    padding: 7px 15px 10px 5px
}

.guarantee-icon {
    float: left;
    width: 23%;
    margin: 4px 3% 0
}

.guarantee-text {
    overflow: hidden
}

.guarantee-text p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #393f40
}

.line {
    padding: 1.3125rem 0;
    margin-left: -17px;
    margin-right: -18px;
    background-image: -o-linear-gradient(to bottom, #fe8814 0, #fc5603 72%, #fb5514 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8814), color-stop(72%, #fc5603), to(#fb5514));
    background-image: -o-linear-gradient(top, #fe8814 0, #fc5603 72%, #fb5514 100%);
    background-image: linear-gradient(to bottom, #fe8814 0, #fc5603 72%, #fb5514 100%);
    text-align: center
}

.arrow {
    position: absolute;
    right: -37px;
    top: 0;
    width: 20px;
    height: 4rem;
    background-image: url(../images/arrow-end2.png);
    background-repeat: no-repeat;
    background-size: contain
}

.line-block {
    margin: 36px 0 25px
}

.line .text-center {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    font-style: italic
}

.line-block {
    position: relative
}

.form__header {
    text-align: center;
    padding: .625rem 0;
    display: inline-block;
    background-color: #323232;
    width: 100%;
    position: relative
}

.form__header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 6;
    background: url(../images/form-bottom.png) no-repeat center;
    background-size: cover
}

.form__header h2,
.form__header h3 {
    color: #fff;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 700;
    font-style: normal
}

.form__header h3 {
    font-size: 1.25rem;
    font-weight: 400
}

.form__in {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    background-color: #ebebeb
}

.form__cards {
    text-align: center;
    padding-top: 30px
}

.form__cards li {
    display: inline-block;
    margin: 1.25rem 0
}

.form__cards li:first-child {
    margin: 0 5px 0 0;
    position: relative;
    top: -10px
}

.form__in form {
    padding: 0 15px
}

.form__in form label {
    font-size: .75rem;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: .125rem
}

select {
    -webkit-appearance: none !important;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 94% center
}

.form__in form input,
.form__in form select {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #989898;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: 1rem;
    margin: 0 0 1rem !important;
    padding: .5rem;
    height: 2.4375rem;
    outline: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .45s ease-in-out, -webkit-box-shadow .45s;
    transition: border-color .45s ease-in-out, -webkit-box-shadow .45s;
    -o-transition: box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out, -webkit-box-shadow .45s
}
.form__in form input[type=radio],
.form__in form input[type=checkbox]{
    width: auto !important;
    height: auto !important;
    -webkit-appearance: auto;
    appearance: auto;
    display: inline;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.form__in form .row .form-holder {
    width: 48%;
    float: left
}

.form__in form .row .form-holder:first-child {
    margin-right: 4%
}

.send-btn {
    background-color: #71c105;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -o-linear-gradient(top, #85d409 0, #71c105 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#85d409), to(#71c105)) !important;
    background-image: linear-gradient(top, #85d409 0, #71c105 100%) !important;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    width: 100%;
    height: 70px;
    font-size: 1.375rem;
    text-indent: 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.send-btn:hover {
    background: #80da06 !important
}

.send-btn span {
    position: relative
}

.send-btn span:before {
    content: "";
    display: block;
    width: 9px;
    height: 25px;
    background: url(../images/arrow.svg) no-repeat center;
    position: absolute;
    left: -19px;
    right: 5px
}

.secure-icon {
    text-align: center;
    margin-bottom: 19px
}

.secure-icon span {
    font-size: .75rem;
    position: relative
}

.secure-icon span:before {
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images/lock-img.svg) no-repeat center;
    position: absolute;
    left: -14px;
    top: 0
}

.checkout .date-container {
    color: #661997 !important
}

#cvv,
.form-fields #expire_m,
.form-fields #expire_y {
    width: 48%;
    display: inline-block
}

.form-fields #expire_m {
    margin-right: 4%
}

.footer-part li {
    float: left;
    width: 20%;
    padding: 0 2.5%;
    text-align: center
}

.footer-part__img {
    width: 100%;
    height: 65px;
    position: relative
}

.footer-part__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cvv-link {
    float: right;
    width: 48%;
    display: block;
    margin-right: 2%;
    margin-top: -60px
}

.cvv-link a {
    color: #7d7d7d;
    text-decoration: underline;
    font-size: 14px;
    display: block
}

footer .footer_pj {
    text-align: center;
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 15px;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

.checkout .footer {
    color: #393f40
}
/* .product3 .package-images__item:first-child:before{
    display: none;
} */
@media(max-width:1750px) {
    .first-section {
        background: url(../images/model.png) no-repeat 106% 100%;
        background-size: 513px 87%
    }
}

@media(max-width:1540px) {
    .first-section {
        background: url(../images/model.png) no-repeat 107% 100%;
        background-size: 492px 87%
    }
}

@media(max-width:1440px) {
    .first-section {
        background: 0 0
    }

    .index-page form {
        margin-top: 17px
    }

    .index-page form input,
    .index-page form select {
        margin: 0 0 10px !important
    }

    .button-submit {
        margin-top: 11px
    }

    .first-section {
        padding-bottom: 26px;
        background: 0 0
    }
}

@media(max-width:1340px) {
    .first-section {
        background: 0 0;
        padding-bottom: 50px
    }
}

@media(max-width:1199px) {
    .container {
        max-width: 768px
    }

    .last-block h4 {
        font-size: 52px
    }

    .money-back__right:before {
        margin-top: 16px;
        left: -87px;
        width: 176px
    }

    .package-info__price {
        font-size: 41px
    }

    .package-info__price span {
        margin-left: 4px
    }

    .order .container {
        max-width: 960px !important
    }

    .order__right {
        width: 29.4%
    }

    .cvv-link a {
        font-size: 13px
    }

    .cvv-link {
        margin-top: -57px
    }

    .package-images {
        float: left;
        position: relative;
        width: 57.5%;
        padding: 13px 0 0;
        display: block
    }

    .package-images__item img {
        max-width: 100%
    }

    .package-item__status {
        width: 9%
    }

    .title-block__retail {
        margin-left: 35px
    }

    .package__save {
        right: 7%
    }

    .index-page form input,
    .index-page form select {
        font-size: 14px
    }

    .first-section__info h1 {
        font-size: 78px;
        margin-top: 3px;
        margin-bottom: 5px;
        letter-spacing: -2px
    }

    .first-section__info h2 {
        font-size: 31px;
        line-height: 72px
    }

    .first-section__info h3 {
        font-size: 24px;
        line-height: 36px
    }

    .form-title {
        font-size: 29px
    }

    .first-section__info ul li {
        font-size: 19px;
        line-height: 28px
    }

    .header__info_side p {
        font-size: 13px
    }

    .first-section__bottle {
        bottom: -13px;
        right: 60px;
        max-width: 174px
    }

    .first-section__info img {
        max-width: 220px
    }

    .security-icons {
        margin: -18px 0 0 -2px
    }

    .first-section__bottle:after,
    .first-section__bottle:before {
        transform: scale(.7, .7);
        -ms-transform: scale(.7, .7);
        -webkit-transform: scale(.7, .7)
    }

    .first-section__bottle:after {
        right: -76px
    }

    .why-is__side h2 {
        font-size: 45px;
        margin-top: 0
    }

    .why-is img {
        margin-top: 69px
    }

    .slick-slide img {
        max-width: 90%
    }

    .slide__item_right p {
        margin-top: 90px
    }

    .last-block_left h2 {
        font-size: 45px
    }

    .last-block_left h3 {
        font-size: 31px
    }

    .last-block-bottle {
        max-width: 329px;
        margin: 1px -45px 0
    }

    .last-block__btn {
        font-size: 21px;
        line-height: 65px
    }

    .last-block-bottle:before {
        left: 53px;
        width: 72px
    }

    .last-block_left {
        padding-top: 23px
    }

    .last-block__btn span:before {
        top: 26px
    }

    .first-section__info ul li:before {
        top: 11px
    }

    .money-back__right p {
        padding: 14px 96px 0;
        font-size: 21px
    }
}

@media(max-width:991px) {
    .container {
        max-width: 711px
    }

    .reverse__in {
        width: auto
    }

    .money-back__right:before {
        margin-top: 10px;
        left: -73px;
        width: 148px
    }

    .money-back__right p {
        padding: 22px 80px 0;
        font-size: 19px
    }

    .button-submit {
        font-size: 23px
    }

    .order .container {
        max-width: 750px !important
    }

    .header__warning .container {
        max-width: 551px !important
    }

    .order__left {
        width: 100%
    }

    .package-images,
    .product3 .package-images {
        width: 55.5%
    }

    .package-info {
        float: left;
        width: 33%
    }

    .package-images__item img {
        max-height: 112px;
        width: auto !important
    }

    .package-images__item:first-child:before {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        background: url(../images/plus-icon.png) no-repeat center;
        background-size: contain;
        border-radius: 50%;
        z-index: 3;
        right: -11px;
        top: 53%;
        margin-top: -25px
    }

    .product2 .package-images__item:first-child:before {
        right: -3px
    }

    .package__save {
        right: 0
    }

    .package-item__status span {
        width: 20px;
        height: 20px
    }

    .product.active .package-item__status span:before {
        top: -30px;
        width: 36px
    }

    .package__save_title {
        font-size: 13px;
        line-height: 14px;
        font-weight: 500;
        display: block;
        text-align: center;
        margin-top: 19px
    }

    .package__save_item {
        font-size: 13px
    }

    .package__save {
        width: 70px;
        height: 70px;
        background-size: contain
    }

    .package-info__title {
        font-size: 14px;
        line-height: 15px
    }

    .package-info__price {
        display: block;
        font-size: 27px;
        line-height: 36px;
        word-spacing: -5px;
        margin-left: 11px
    }

    .send-btn {
        font-size: 20px
    }

    .send-btn span:before {
        top: -2px
    }

    .guarantee-top {
        font-size: 20px
    }

    .guarantee-text p {
        line-height: 19px
    }

    .secure-icons {
        max-width: 100%
    }

    .cvv-link a {
        font-size: 12px
    }

    .cvv-link {
        margin-top: -55px
    }

    .price-top {
        line-height: 26px;
        margin-top: -3px
    }

    .package-images__item {
        padding-top: 0
    }

    .package-images__item img {
        max-height: 72px
    }

    .price-top {
        font-size: 22px
    }

    .order__right {
        width: 100%;
        padding: 0;
    }

    .checkout .header__info {
        display: none;
    }

    .steps__item {
        font-size: 12px;
    }

    /* .wrapper {
		padding: 0 15px;
	} */
    .package-item__status {
        height: 148px
    }

    .delivery-block {
        margin-left: 56px
    }

    .title-block__main {
        font-size: 18px
    }

    .title-block__retail {
        margin-left: 14px
    }

    .shipping-row span {
        font-size: 12px;
        padding-left: 25px
    }

    .shipping-row span:before {
        width: 19px;
        height: 25px;
        left: 1px;
        top: 6px
    }

    .product3 .package-images__item {
        padding-right: 0 !important;
        width: 36%
    }

    .package-info__price span {
        margin-left: -1px
    }

    .product3 .package-images__item:first-child:before {
        right: -11px
    }

    .package-images__item img {
        max-width: 100%
    }

    .header__logo {
        float: none;
        margin-top: 5px !important;
        max-width: 156px
    }

    .header__info_side {
        float: left;
        width: calc(100% - 227px);
        text-align: right;
        margin-top: 3px;
        margin-right: 19px
    }

    .header .container:before {
        top: 80px;
        left: -34px
    }

    .header:before {
        background: url(../images/verify-icon.png) no-repeat;
        background-size: contain;
        width: 89px
    }

    .header__btn {
        width: 199px;
        font-size: 18px
    }

    .first-section__info h1 {
        font-size: 77px
    }

    .first-section__info h2 {
        font-size: 31px;
        line-height: 70px
    }

    .first-section__info h3 {
        font-size: 26px;
        line-height: 33px;
        margin-top: -10px
    }

    .first-section__info span {
        font-size: 20px
    }

    .first-section__info ul li {
        font-size: 17px;
        line-height: 26px
    }

    .first-section__info ul {
        margin-top: 21px
    }

    .reverse .reverse__title {
        font-size: 43px
    }

    .first-section__bottle {
        right: 56px;
        max-width: 174px
    }

    .why-is__side h2 {
        font-size: 35px
    }

    .reverse-blocks ul li {
        font-size: 21px;
        line-height: 33px
    }

    .reverse-blocks ul {
        width: 28%;
        padding-left: 31px
    }

    .form-title {
        font-size: 26px
    }

    .first-section__bottle:before {
        top: 32px
    }

    .first-section__info img {
        padding-top: 0;
        margin-bottom: 5px
    }

    .first-section__info {
        padding-top: 0
    }

    .how-use__item img {
        max-width: 100%
    }

    .science__left {
        width: 100%
    }

    .science__right {
        width: 100%
    }

    .science__img img {
        display: block;
        margin: 0 auto
    }

    .science__img:before {
        left: 20%
    }

    .slide__item_right p {
        margin-top: 43px
    }

    .last-block_left h2 {
        font-size: 40px
    }

    .last-block_left {
        padding-top: 25px
    }

    .last-block h4 {
        font-size: 48px
    }

    .last-block-bottle {
        max-width: 303px;
        margin: 1px -33px 0
    }

    .last-block__btn {
        font-size: 19px;
        line-height: 55px
    }

    .last-block__btn span:before {
        top: 21px
    }

    .how-use__titleMain {
        font-size: 43px
    }
}

.header__warning .container {
    max-width: 1170px
}

.secure-icons {
    width: 490px;
    display: block;
    margin: 0 auto;
    padding: 30px 0
}

.product1 .package-images__item {
    padding-right: 34px
}

.product2 .package-images__item {
    padding-right: 34px
}

.product1 .package-images__item:first-child:before {
    right: 0
}

.product2 .package-images__item:first-child:before {
    right: 12px
}

.popup-pre-loading-wrapper .popup .product-image {
    background-image: url(../images/product-loader.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* width: 200px !important;
    height: 231px !important */
}

.package-info__price>span {
    font-size: 12px;
    display: inline-block;
    line-height: 11px;
    vertical-align: top;
    margin-top: 19px;
    margin-left: -2px
}

@media(max-width:1199px) {
    .package-info__price>span {
        margin-top: 15px;
        margin-left: 0
    }

    .package__save {
        right: -2%
    }
}

@media(max-width:991px) {
    .package-images__item img {
        max-height: none
    }

    .product1 .package-images__item {
        padding-right: 7px
    }

    .product2 .package-images__item {
        padding-right: 7px
    }

    .product3 .package-images__item {
        padding-right: 7px
    }

    .product1 .package-images__item:first-child:before {
        right: -8px
    }

    .product2 .package-images__item:first-child:before {
        right: 0
    }

    .package-info__price>span {
        margin-top: 3px;
        margin-left: 0
    }
}

.package-info__retail {
    font-family: Poppins, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
    display: block
}

.package-info__total {
    font-family: Poppins, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
    display: block;
    margin-bottom: 3px
}

.package-info__total {
    display: block
}

.package-info__retail span {
    position: relative
}

.package-info__total span {
    color: #35a809;
    font-weight: 900
}

.package-info__retail span:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000
}

@media(max-width:767px) {
    .approved-text {
        color: #393f40;
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .steps p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 7px;
    }

    .product1 .package-images__item:first-child:before {
        right: -11px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

.check-box-n {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.agree-checkbox {
    width: auto !important;
    height: auto !important;
    appearance: checkbox !important;
    border: none;
    margin: 0 !important;
    margin-right: 8px !important;
    padding-top: 0;
}

.terms_content_area p {
    font-size: 13px;
    margin: 10px 15px 10px;
    color: #848484;
    line-height: 18px;
    text-align: left;
}