@font-face {
    font-family: Poppins;
    src: url("../fonts/regular-le.eot");
    src: url("../fonts/regular-le.eot?#iefix") format("embedded-opentype"), url("../fonts/regular-le.woff") format('woff'), url("../fonts/regular-le.ttf") format('truetype'), url("../fonts/regular-le.svg#Poppins") format('svg')
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/regular-l.eot");
    src: url("../fonts/regular-l.eot?#iefix") format("embedded-opentype"), url("../fonts/regular-l.woff") format('woff'), url("../fonts/regular-l.ttf") format('truetype'), url("../fonts/regular-l.svg#Poppins") format('svg')
}

@font-face {
    font-family: "Poppins Medium";
    src: url("../fonts/medium-le.eot");
    src: url("../fonts/medium-le.eot?#iefix") format("embedded-opentype"), url("../fonts/medium-le.woff") format('woff'), url("../fonts/medium-le.ttf") format('truetype'), url("../fonts/medium-le.svg#PoppinsMedium") format('svg')
}

@font-face {
    font-family: "Poppins Medium";
    src: url("../fonts/medium-l.eot");
    src: url("../fonts/medium-l.eot?#iefix") format("embedded-opentype"), url("../fonts/medium-l.woff") format('woff'), url("../fonts/medium-l.ttf") format('truetype'), url("../fonts/medium-l.svg#PoppinsMedium") format('svg')
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/bold-le.eot");
    src: url("../fonts/bold-le.eot?#iefix") format("embedded-opentype"), url("../fonts/bold-le.woff") format('woff'), url("../fonts/bold-le.ttf") format('truetype'), url("../fonts/bold-le.svg#Poppins") format('svg')
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/bold-l.eot");
    src: url("../fonts/bold-l.eot?#iefix") format("embedded-opentype"), url("../fonts/bold-l.woff") format('woff'), url("../fonts/bold-l.ttf") format('truetype'), url("../fonts/bold-l.svg#Poppins") format('svg')
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-center {
    text-align: center
}

.del {
    text-decoration: line-through;
    color: red
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-al-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.f-direction-row-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.full-width {
    width: 100%
}

.full-mw {
    max-width: 100%
}

.f-w-default {
    font-weight: 400
}

.f-w-500 {
    font-weight: 500
}

a {
    text-decoration: none
}

.is-center {
    text-align: center
}

.center-photo {
    display: block;
    margin: 0 auto;
    width: 100%
}

.is-left {
    text-align: left
}

.is-right {
    text-align: right
}

.is-justify {
    text-align: justify
}

.justify-left {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.b {
    font-weight: bold
}

.i {
    font-style: italic
}

.u {
    text-decoration: underline
}

.through-red-line {
    position: relative;
    display: inline
}

.through-red-line:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 5px;
    background: rgba(255, 0, 0, .6392156863)
}

.has-underline {
    color: #1a2d5c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(15%, transparent), color-stop(15%, #72AAEC), color-stop(35%, #72AAEC), color-stop(35%, transparent));
    background-image: linear-gradient(to top, transparent 0%, transparent 15%, #72AAEC 15%, #72AAEC 35%, transparent 35%);
    display: inline
}

.p-relative {
    position: relative
}

.uppercase {
    text-transform: uppercase
}

.clear {
    clear: both
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ov-hidden {
    overflow: hidden
}

hr {
    border: 0px;
    height: 2px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.border-rad-10 {
    border-radius: 10px
}

.flex-w {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.order-1 {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit
}

.font-xs {
    font-size: 12px;
    line-height: 22px
}

.font-sm {
    font-size: 15px;
    line-height: 25px
}

.font-default {
    font-size: 17px;
    line-height: 27px
}

.font-md {
    font-size: 23px;
    line-height: 33px
}

.font-lg {
    font-size: 27px;
    line-height: 37px
}

.font-xl {
    font-size: 33px;
    line-height: 43px
}

.font-xxl {
    font-size: 35px;
    line-height: 45px
}

@media screen and (max-width: 700px) {
    .font-xxl {
        font-size: 30px;
        line-height: 40px
    }
}

.bg-beige {
    background: #e7ded0
}

.bg-dark {
    background: #1c1c1c
}

.bg-white {
    background: #fff
}

.bg-red {
    background: #c00
}

.bg-red hr {
    background: #fff
}

.bg-green {
    background: #1b5700
}

.bg-primary-dark {
    background: #073014
}

.bg-primary {
    background: #169940
}

.bg-blue {
    background: #4266b2
}

.bg-pink {
    background: #f7ecff
}

.bg-yellow {
    background: #fff1ae
}

.bg-orange {
    background: #fcb332
}

.bg-orange hr {
    background: #fff
}

.bg-light-blue {
    background: #e1e9f1
}

.bg-light-orange {
    background: #ffefd0
}

.bg-light-green {
    background: rgba(22, 153, 64, .1215686275)
}

.bg-intensive-green {
    background: #469956
}

.bg-light-gray {
    background: #f8f8f8
}

.bg-light-gradient-yellow-blue {
    background: linear-gradient(1deg, #e1e9f1, #fff1ae)
}

.bg-book-1 {
    background: #ecbea2
}

.bg-book-1 hr {
    background: #fff
}

.bg-book-2 {
    background: #659350
}

.bg-book-2 hr {
    background: #fff
}

.color-white {
    color: #fff
}

.color-red {
    color: #c00
}

.color-yellow {
    color: #fabe40
}

.color-green {
    color: #1b5700
}

.color-blue {
    color: #4266b2
}

.color-orange {
    color: #fcb332
}

.color-black {
    color: #000
}

.color-brown {
    color: #d2ac67
}

.color-primary {
    color: #169940
}

.color-gray {
    color: #606060
}

.color-book-1 {
    color: #ecbea2
}

.color-book-2 {
    color: #659350
}

.border-radius-10 {
    border-radius: 10px !important
}

.border-radius-20 {
    border-radius: 20px !important
}

.border-xs {
    border-width: 5px
}

.border-sm {
    border-width: 8px
}

.border-solid {
    border-style: solid
}

.border-red {
    border-color: #c00
}

.border-orange {
    border-color: #fcb332
}

.border-light-orange {
    border-color: #ffefd0
}

.border-book-1 {
    border-color: #ecbea2
}

.border-book-2 {
    border-color: #659350
}

.mw-150 {
    max-width: 150px
}

.mw-200 {
    max-width: 200px
}

.mw-250 {
    max-width: 250px
}

.mw-300 {
    max-width: 300px
}

.mw-350 {
    max-width: 350px
}

.mw-400 {
    max-width: 400px
}

.mw-450 {
    max-width: 450px
}

.mw-500 {
    max-width: 500px
}

.mw-550 {
    max-width: 550px
}

.mw-600 {
    max-width: 600px
}

.mw-800 {
    max-width: 800px
}

.mw-1000 {
    max-width: 1000px
}

.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.ls-3 {
    letter-spacing: 3px
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.p-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.p-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.p-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.p-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.p-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.p-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-t-0 {
    padding-top: 0px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.m-t-0 {
    margin-top: 0px
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-r-auto {
    margin-right: auto
}

.m-r-0 {
    margin-right: 0px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-b-0 {
    margin-bottom: 0px
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-b-50 {
    margin-bottom: 50px
}

.m-l-auto {
    margin-left: auto
}

.m-l-0 {
    margin-left: 0px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-0-auto {
    margin: 0 auto
}

.w-33 {
    width: calc(33.3333% - 5px*2)
}

.w-50 {
    width: calc(50% - 5px*2)
}

.w-66 {
    width: calc(66.6666% - 5px*2)
}

.w-100 {
    width: 100%
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/poppins/thin-le.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/poppins/thin-l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/poppins/light-le.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/poppins/extralight-l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/poppins/light-le.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/poppins/light-l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/regular-le.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/regular-l.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/medium-le.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/medium-l.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/poppins/semibold-le.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/poppins/semibold-l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/bold-le.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/bold-l.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/poppins/black-le.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/poppins/black-l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

h1 {
    font-size: 35px;
    line-height: 45px
}

h2 {
    font-size: 27px;
    line-height: 37px
}

h3 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 600;
    margin: 10px 0px
}

@-webkit-keyframes cookieAnimate {
    0% {
        opacity: 0;
        width: 0px;
        height: 0px;
        padding: 0px
    }

    100% {
        opacity: 1;
        width: 35px;
        height: 35px;
        padding: 10px;
        margin: 6px
    }
}

@keyframes cookieAnimate {
    0% {
        opacity: 0;
        width: 0px;
        height: 0px;
        padding: 0px
    }

    100% {
        opacity: 1;
        width: 35px;
        height: 35px;
        padding: 10px;
        margin: 6px
    }
}

@-webkit-keyframes cookieContentAnimate {
    0% {
        position: relative;
        top: -10px;
        opacity: 0
    }

    100% {
        position: relative;
        top: 0px;
        opacity: 1
    }
}

@keyframes cookieContentAnimate {
    0% {
        position: relative;
        top: -10px;
        opacity: 0
    }

    100% {
        position: relative;
        top: 0px;
        opacity: 1
    }
}

body,
html {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins";
    background: #fff;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    font-size: 17px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn,
button,
input[type=submit] {
    margin: 0 auto;
    display: inline-block;
    border: none;
    padding: 11px 20px;
    width: 100% !important;
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1.25px
}

.btn:hover,
button:hover,
input[type=submit]:hover {
    opacity: .8
}

.btn-default {
    font-size: 17px
}

.btn-md {
    font-size: 23px
}

.btn-lg {
    font-size: 27px
}

.btn-xl {
    font-size: 33px;
    line-height: 43px
}

.btn-small {
    padding: 10px
}

.buy-now {
    display: block;
    max-width: 445px;
    width: 100%;
    font-size: 35px;
    line-height: 45px;
    text-decoration: none;
    background-color: #c18cd0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1.25px;
    padding: 10px;
    opacity: .9;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 30px auto 0px
}

.buy-now:hover {
    opacity: 1;
    border-radius: 5px
}

.text-button {
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 760px;
    width: 100%;
    background-color: #1d791d;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 21px 10px 21px 10px;
    border: none;
    border-radius: 10px;
    letter-spacing: .25px;
    position: relative;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(0, 0, 0, .4);
    box-shadow: -0.872px 9.962px 35px 0px rgba(0, 0, 0, .4)
}

.hover-underline:hover {
    text-decoration: underline
}

.buy-btn {
    max-width: 440px;
    width: 100%;
    background-color: #367736;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding: 25px 10px 25px 10px;
    border: none;
    border-radius: 10px;
    letter-spacing: .25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-shadow: -0.872px 9.962px 35px -4px rgba(0, 0, 0, .4);
    box-shadow: -0.872px 9.962px 35px -4px rgba(0, 0, 0, .4)
}

.buy-btn i {
    color: #144f14;
    font-size: 26px
}

.thank-button {
    width: 100%;
    background-color: #367736;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 25px 10px 25px 10px;
    border: none;
    border-radius: 10px;
    letter-spacing: .25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(0, 0, 0, .4);
    box-shadow: -0.872px 9.962px 35px 0px rgba(0, 0, 0, .4)
}

.thank-button i {
    color: #144f14;
    font-size: 26px
}

.order-button {
    max-width: 570px;
    width: 100%;
    font-family: "Poppins";
    font-size: 38px;
    line-height: 48px;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    background: #367736;
    font-weight: bold
}

@media screen and (max-width: 700px) {
    .buy-now {
        margin: 0 auto;
        margin-top: 25px
    }
}

@media screen and (max-width: 550px) {
    .buy-btn {
        font-size: 32px;
        padding: 20px 10px 20px 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 500px) {
    .order-button {
        font-size: 32px
    }

    .thank-button {
        font-size: 26px;
        line-height: 36px
    }

    input[type=submit] {
        font-size: 23px;
        line-height: 33px
    }
}

@media screen and (max-width: 400px) {
    input[type=submit] {
        font-size: 18px;
        line-height: 28px;
        padding: 10px
    }
}

@media screen and (max-width: 380px) {
    .buy-btn {
        font-size: 24px
    }
}

@media screen and (max-width: 330px) {
    .buy-btn {
        font-size: 21px
    }
}

.custom-list {
    text-align: left
}

.custom-list ul {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px
}

.custom-list ul li {
    position: relative;
    padding-left: 40px;
    margin-top: 12px;
    margin-bottom: 12px
}

.custom-list ul li:first-child {
    margin-top: 0px
}

.custom-list ul li:last-child {
    margin-bottom: 0px
}

.custom-list ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 23px
}

.custom-list .list-check li:before {
    content: "";
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 25px;
    color: green
}

.custom-list .list-check-circle-list li:before {
    content: "";
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 25px;
    color: #259108
}

.custom-list .list-check-circle-fa li:before {
    content: "";
    width: 25px;
    height: 30px;
    font-weight: 400;
    color: #77b611
}

.custom-list .list-check-circle-fill-fa li:before {
    content: "";
    width: 25px;
    height: 30px;
    font-weight: 900
}

.custom-list .list-cross li:before {
    content: "";
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 25px;
    color: #d40000
}

.custom-list .list-hand li:before {
    content: "";
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 25px;
    color: #000
}

.custom-list .list-arrow-orange li:before {
    content: "";
    width: 30px;
    height: 30px;
    font-weight: 900;
    color: #eea84c
}

ul {
    list-style-type: none
}

.images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.images>.img {
    margin: 0px 10px
}

.side-img {
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13)
}

.img {
    border-radius: 5px;
    border: 8px solid #fff;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    line-height: 0
}

.img-max-width img {
    width: 100%;
    height: auto
}

.img-right {
    float: right;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.img-left {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.img>a {
    display: block;
    position: relative;
    z-index: 100
}

.img>a>img {
    cursor: pointer
}

.img>img,
.img>a>img {
    max-width: 100%;
    border-radius: 5px
}

.img.no-frames {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 768px) {
    .img.small-on-mobile {
        max-width: 250px
    }

    img {
        max-width: 100%
    }
}

.frame {
    padding: 25px 25px;
    border-width: 5px;
    border-style: solid;
    border-color: #000
}

.frame-red {
    border-color: #c00
}

.frame-dashed {
    border-style: dashed
}

.thankyou-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: absolute;
    background-image: url("../img/background_package_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%
}

.thankyou-main:after {
    content: "";
    display: inline-block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    background-color: rgba(240, 240, 240, .45)
}

div.mainContainer {
    width: 1050px;
    padding: 0px;
    margin: 0 auto;
    max-width: 100%
}

div.sideBoxes {
    padding: 30px 20px
}

.z-index-1 {
    z-index: 1
}

.additional-info {
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px
}

.list-section-container {
    max-width: 935px;
    width: 100%;
    background-color: #f3e5cd;
    margin: 0 auto;
    padding: 25px 55px;
    border-radius: 30px
}

.list-section-container .custom-list .list-check-circle-list {
    padding: 0;
    margin: 0;
    line-height: 30px
}

.list-section-container .custom-list .list-check-circle-list li {
    margin-bottom: 15px
}

.list-section-container .custom-list .list-check-circle-list li:before {
    font-size: 22px
}

.list-section-container .custom-list .list-check-circle-list li:last-child {
    margin-bottom: 0
}

.sideboxes-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.thank-title {
    font-size: 36px;
    color: #135c1f;
    font-weight: bold;
    letter-spacing: .25px;
    padding-top: 30px;
    line-height: 46px
}

.successMsg {
    font-size: 28px;
    line-height: 38px
}

.thank-photo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #c2e2ec;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.thank-photo {
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    position: relative;
    top: 15px
}

.thank-photo-background {
    display: inline-block
}

.fa-star {
    color: #ffd500
}

.boxes .box:last-child {
    margin-bottom: 0px
}

.boxes.multiple-col {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin: 0 auto
}

.boxes.multiple-col .box {
    width: calc(50% - 25px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.check-box {
    background: #aecab9
}

.cross-box {
    background: #ffb2b9
}

.box-border1 {
    overflow: hidden;
    border-radius: 0 100px 0 100px !important
}

.box-border2 {
    overflow: hidden;
    border-radius: 100px 0 100px 0px !important
}

.swiper {
    width: 600px;
    height: 300px
}

.check-box,
.cross-box {
    border-radius: 0px
}

.favicon-icons {
    color: #fff !important;
    font-size: 42px
}

.number-rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.half-flex {
    gap: 30px;
    height: 100%
}

.half-flex .half-flex-item>img {
    width: 500px
}

.half-flex .half-flex-item .prod-2 {
    width: 490px !important;
    overflow: hidden;
    position: relative;
    top: 25px
}

.half-flex .half-flex-item .prod-2-container {
    border-radius: 100%;
    border: 2px solid #c18cd0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 490px;
    width: 100%;
    aspect-ratio: 1/1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.half-flex .lifting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.half-flex .lifting-item>img {
    height: 100%;
    width: 595px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.half-flex .second-img {
    max-width: 428px;
    border-radius: inherit !important
}

.background-ingredients {
    position: relative
}

.background-ingredients:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/background_ingredients.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.round-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 550px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100px 0 100px 0
}

.round-img img {
    position: relative;
    top: 20px
}

.fa-check {
    color: #d2ac67;
    font-size: 30px
}

.background-image {
    position: relative
}

.background-image:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/background_package_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: .2
}

.background-image2 {
    position: relative
}

.background-image2:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/background_package_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: .3
}

.article-header-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.background-calendar {
    position: relative
}

.background-calendar:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .45;
    background-image: url("../img/background_calendar.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.background-gift {
    position: relative;
    background-color: #fff
}

.background-gift:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-image: url("../img/background_gift.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.background-buy {
    position: relative
}

.background-buy:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .37;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 70, 33, 0.1)), to(rgba(80, 70, 33, 0.1))), url("../img/background_order.jpg");
    background: linear-gradient(rgba(80, 70, 33, 0.1), rgba(80, 70, 33, 0.1)), url("../img/background_order.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

.half-width {
    width: calc(50% - 20px)
}

.left-text {
    padding-right: 40px
}

.ingredient {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    min-height: 190px
}

.ingredient-content {
    border-left: 1px solid #000;
    padding: 10px;
    width: calc(100% - 400px);
    margin-left: auto
}

.half-width .ingredient-content {
    width: calc(100% - 200px)
}

.ingredient .ingredient-title {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center
}

.ingredient .ingredient-description {
    margin-top: 0px
}

.ingredient-img {
    width: 330px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.half-width .ingredient-img {
    width: 200px
}

.ingredient-img img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-height: 100%
}

.ingredient h4 {
    font-size: 23px;
    margin-bottom: 15px
}

.gift-box {
    border-radius: 20px;
    padding: 45px !important;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13)
}

.gift-img {
    max-width: 358px;
    border-radius: initial !important
}

.gitf-box-width {
    max-width: 1140px !important
}

.prod-3-img {
    border-radius: inherit !important;
    width: 455px !important
}

.product-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin: 20px
}

.product-flex p {
    font-size: 20px;
    line-height: 30px
}

.product-flex img {
    max-width: 400px;
    width: 100%
}

.product-flex .product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.product-flex .product-prices .article-old-price {
    font-weight: bold;
    color: #ed2040
}

.product-flex .product-prices .article-new-price {
    font-weight: bold;
    color: #1b5700
}

.product-flex .product-prices span {
    font-size: 32px;
    line-height: 42px
}

.product-flex .product-prices p {
    margin: 0 !important
}

.opinion-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    text-align: left
}

.product-list {
    row-gap: 3px
}

.product-list img {
    border-radius: inherit !important
}

.product-list .product-list-item {
    gap: 20px
}

.people-photos,
.step-by-step {
    gap: 30px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.step-by-step {
    padding-top: 15px
}

.fa-calendar-alt {
    color: #fff;
    font-size: 33px
}

.calendar-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 22px;
    background-color: #c18cd0;
    border-radius: 0 0 10px 10px;
    position: absolute
}

.third-img {
    width: inherit !important;
    border-radius: inherit !important
}

.people-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d2ac67;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33% - 15px);
    max-width: 320px;
    background-color: #f3e5cd;
    min-width: 290px
}

.people-photo img {
    border-radius: 10px 10px 0 0
}

.people-photo .people-p {
    text-align: center;
    padding: 15px 20px 10px 20px
}

.people-photo .people-p p {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.calendar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #c18cd0;
    border-radius: 10px;
    overflow: hidden;
    width: calc(33% - 15px);
    max-width: 320px;
    background-color: #fff;
    min-width: 290px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar-container img {
    border-radius: 10px 10px 0 0
}

.calendar-container .calendar-p {
    text-align: center;
    padding: 15px 20px 10px 20px
}

.calendar-container .calendar-p h5 {
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    padding-top: 60px
}

.calendar-container .calendar-p p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px
}

.buy-now-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 85px
}

.buy-now-wrapper .buy-item {
    width: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    background-color: #fcfbfb;
    border-radius: 0px 100px 0px 100px;
    margin-top: 30px;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13)
}

.buy-now-wrapper .buy-item:nth-child(even) {
    border-radius: 100px 0 100px 0
}

.buy-now-wrapper .buy-item:nth-child(even) img {
    border-radius: 80px 0px 80px 0px
}

.buy-now-wrapper .buy-item img {
    border-radius: 0px 80px 0px 80px;
    max-width: 100%
}

.buy-now-wrapper .buy-item .item-price {
    color: #259108;
    font-size: 45px;
    font-weight: 900;
    padding-bottom: 20px
}

.buy-now-wrapper .buy-item .product-name {
    font-size: 30px
}

.buy-now-wrapper .buy-item .product-price-font {
    font-size: 35px
}

.add-info {
    font-size: 15px
}

.number-item {
    width: calc(25% - 20px);
    text-align: center;
    min-width: 230px
}

.number-item i {
    font-size: 40px
}

.number-item h2 {
    margin: 15px;
    font-size: 40px;
    font-weight: 400;
    color: #3dce6b
}

.number-item p {
    margin-top: 0px
}

.has-left-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.has-left-icon i {
    font-size: 3.125rem;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 30px
}

.text-flex-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.text-flex-boxes .img-right {
    margin-left: auto
}

.custom-block-section-half {
    max-width: 70%
}

.custom-flex-blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
    gap: 50px
}

.custom-flex-blocks-half .flex-block {
    width: calc(50% - 50px);
    background: rgba(255, 255, 255, .1607843137);
    padding: 15px;
    border-radius: 10px
}

.custom-flex-blocks-half .flex-block h3 {
    text-transform: uppercase
}

.custom-flex-blocks-half .flex-block h3,
.custom-flex-blocks-half .flex-block p {
    margin-top: 0px;
    margin-bottom: 10px
}

.box {
    position: relative;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13)
}

.box~.text {
    padding-top: 40px
}

.box-head {
    padding: 35px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.box-head.has-icon {
    position: relative;
    padding: 35px 20px 55px
}

.box-head.has-icon~.box-body {
    padding-top: 30px
}

.box-head.has-icon span.icon-border {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -40px;
    width: 85px;
    height: 85px;
    margin: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-head.has-icon span.icon {
    border-width: 2x;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    right: 0px;
    bottom: -40px;
    margin: auto;
    border-radius: 50%;
    font-size: 33px
}

.box-head h2,
.box-head h3 {
    margin-top: 0px;
    margin-bottom: 0px
}

.box-secondary-headline {
    border-radius: 10px
}

.box .head-small {
    padding: 5px
}

.box-body {
    padding: 20px 35px;
    padding-bottom: 40px
}

.bordered-arrow {
    padding-bottom: 40px
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 10px
}

.arrow-down {
    border-left-width: 130px;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-width: 130px;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-width: 60px;
    border-bottom-color: rgba(0, 0, 0, 0);
    left: 0px;
    right: 0px;
    margin: auto
}

.over-form .over-form-box {
    padding: 15px
}

.over-form .over-form-box p {
    font-weight: bold
}

.overform-border {
    background-color: #fff;
    border: 7px solid #ec2024;
    border-radius: 10px
}

@media screen and (max-width: 1200px) {
    .custom-block-section-half {
        max-width: 60%
    }

    .half-flex .half-flex-item>img {
        max-width: 400px
    }

    .half-flex .lifting-item>img {
        width: 510px !important
    }

    .custom-flex-blocks-half .flex-block {
        width: 100%
    }

    .people-photos {
        padding-left: inherit;
        padding-right: inherit
    }

    .second-img {
        width: inherit !important;
        max-width: 390px !important
    }

    .round-img {
        max-width: 500px
    }
}

@media screen and (max-width: 990px) {
    .section-blocks-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .boxes.multiple-col .box {
        max-width: 600px;
        width: 100%
    }

    .round-img {
        max-width: 400px
    }

    .round-img img {
        left: 50px
    }

    .custom-block-section-half {
        max-width: 100%;
        text-align: center
    }

    .custom-flex-blocks-half .flex-block {
        width: 100%
    }

    .boxes.multiple-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .buy-now-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .buy-now-wrapper .buy-item {
        max-width: 485px;
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .product-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

@media screen and (max-width: 860px) {
    .header-prod {
        min-width: initial !important;
        width: 100% !important
    }

    .half-flex .half-flex-item>img {
        max-width: 500px;
        width: 100%
    }

    .half-flex-item .additional-info {
        text-align: center
    }

    .benefits-list .benefit-item {
        width: 100%;
        max-width: 600px
    }

    .left-text {
        padding-right: 0
    }

    .round-img {
        max-width: inherit
    }

    .round-img img {
        left: 0
    }

    .second-img {
        width: 100% !important;
        max-width: 330px !important
    }

    .third-img {
        max-width: 330px !important
    }

    .gift-img {
        max-width: 280px
    }

    .text-flex-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .text-flex-boxes .img-right {
        margin-right: auto
    }

    .product-list {
        padding-left: 0 !important
    }

    .mobile-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-text-align {
        text-align: left !important
    }

    .padding-r-reset {
        padding-right: 0 !important
    }

    .reverse-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .opinion-flex {
        gap: 20px
    }
}

@media screen and (max-width: 800px) {
    .people-photos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .people-photo {
        width: 100%
    }

    .add-info {
        padding-top: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .multiple-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .multiple-col .box {
        max-width: 575px;
        width: 100% !important
    }

    .round-img img {
        top: 0
    }

    .ebook-box-content {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 0px
    }

    .ebook-box-content .ebook-box-img {
        float: none;
        width: 100%;
        margin-top: 20px;
        max-width: 100%
    }

    .ebook-box-content .ebook-box-img .book-ribbon {
        padding: 15px;
        display: block;
        border-radius: 10px
    }

    .ebook-box-content .ebook-box-img .book-ribbon::after {
        content: none
    }

    .ebook-box-content .ebook-box-img img {
        max-width: 400px
    }
}

@media screen and (max-width: 720px) {
    .sideboxes-order {
        margin-left: 15px;
        margin-right: 15px
    }

    div.mainContainer {
        -webkit-box-shadow: inherit;
        box-shadow: inherit
    }
}

@media screen and (max-width: 700px) {
    .ingredients-container {
        row-gap: 20px
    }

    .header-img {
        display: none
    }

    .text-container {
        padding: 15px 25px
    }

    .article-header-list {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

@media screen and (max-width: 550px) {
    .product-list {
        -webkit-box-align: left !important;
        -ms-flex-align: left !important;
        align-items: left !important
    }

    .item-price {
        font-size: 36px !important;
        padding-bottom: 0 !important
    }

    .padding-reset-resp {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .box-body {
        padding: 10px 10px;
        padding-top: 0px
    }

    .box-body h3 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .custom-list {
        padding-left: 20px
    }

    .buy-item {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .buy-item .product-name {
        font-size: 25px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-top: 0px !important;
        margin-bottom: 0 !important
    }

    .buy-item .product-price-font {
        margin-top: 15px !important;
        font-size: 30px !important
    }
}

@media screen and (max-width: 550px) {
    .list-section-container {
        padding: 25px 10px
    }
}

@media screen and (max-width: 500px) {
    .thank-title {
        font-size: 32px;
        line-height: 42px
    }

    .successMsg {
        font-size: 22px;
        line-height: 32px
    }

    div.mainContainer {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }
}

@media screen and (max-width: 450px) {
    .people-photos {
        padding-left: 0;
        padding-right: 0
    }

    .gift-img {
        max-width: 100%
    }

    .people-photo {
        max-width: 100%;
        min-width: initial
    }

    .mobile-column {
        text-align: center
    }

    .third-img {
        max-width: 300px !important
    }
}

.nutrition-facts {
    border: 1px solid #000;
    padding: 5px;
    max-width: 320px;
    margin: 0 auto
}

.nutrition-facts-title {
    border-bottom: 10px solid #000
}

.nutrition-facts-title h3 {
    margin-top: 0px;
    margin-bottom: 0px
}

.nutrition-facts-title>span {
    font-size: 12px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px
}

.nutrition-facts-first-row {
    border-bottom: 5px solid #000 !important
}

.nutrition-facts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #000
}

.nutrition-facts-row:last-child {
    border-bottom: 0px
}

.nutrition-facts-col {
    font-size: 12px;
    line-height: 20px;
    display: block
}

.nutrition-facts-col:last-child {
    font-weight: normal;
    margin-left: auto
}

.form-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-icons>img {
    width: initial !important
}

.form-icons .form-single-icon {
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 15px
}

.form-icons-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 10px 15px
}

.form-icons-item:first-child {
    margin-left: 0px
}

.form-icons-item:last-child {
    margin-right: 0px
}

.form-icons-item:last-child img {
    height: 35px
}

.form-icons-item img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    max-width: 40px
}

.product-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    font-family: "verdana", sans-serif
}

.product-price i {
    color: #c00
}

.product-price>span {
    margin: 15px;
    letter-spacing: -3px
}

.product-price .old-price {
    text-decoration: line-through
}

.product-price .new-price {
    font-weight: bold
}

.opinions-slider {
    background: #f3dafa;
    padding: 20px
}

.swiper-container {
    width: calc(100% - 100px);
    height: 100%;
    margin: 0px 50px;
    overflow: hidden
}

.swiper-slide {
    font-size: 18px;
    height: auto
}

.swiper-pagination-bullet {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px
}

.single-opinion-item {
    background: #d5a8e2;
    border-radius: 15px;
    padding: 15px 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1500px) {
    .swiper-text {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }
}

@media screen and (max-width: 1200px) {
    .single-opinion-item {
        padding: 15px
    }
}

@media screen and (max-width: 500px) {
    .swiper-text {
        font-size: 15px !important
    }

    .swiper-container {
        width: calc(100% - 60px);
        margin: 0px 30px
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px
    }
}

.form-background {
    background: #f2f4f9
}

.form-full-width {
    width: calc(100vw - 20px);
    margin-left: calc(-50vw + 50% + 10px)
}

.form-paddings {
    padding: 20px;
    padding-bottom: 20px
}

.buyForm {
    margin-bottom: 30px;
    text-align: left
}

.order-background {
    z-index: 1;
    position: relative
}

.verified {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.verified>i {
    display: inline-block;
    background: url("../img/verified.png") no-repeat;
    background-size: 20px 20px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
    background-size: cover
}

.order-background:after {
    content: "";
    background: url(../img/background_order.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: -1;
    opacity: .7
}

.over-form-price {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px
}

.form-summary {
    width: 720px !important;
    padding: 0px;
    margin: 0 auto
}

.form-summary * p {
    font-size: 16px;
    line-height: 24px;
    margin: 9px 0px
}

.price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: url(../img/cena.svg);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.price-box i {
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px
}

.price-box .price {
    padding: 20px 80px 20px 20px
}

.price-box .old-price {
    color: #ed2024;
    text-decoration: line-through
}

.price-box .new-price {
    color: #367736
}

.price-box .old-price,
.price-box .new-price {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px
}

.over-form p {
    font-size: 17px;
    margin: 5px
}

.over-form h3 {
    margin-top: 5px
}

.errors2-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 2px;
    font-weight: bold
}

.errors2 {
    background: #ffe5e5;
    text-align: center;
    border: 1px solid #c00;
    max-width: 400px;
    margin: 10px auto 0px;
    padding: 10px
}

.errors2 p {
    margin: 0px;
    font-size: 16px;
    line-height: 29px
}

.order-box {
    padding: 25px 75px 40px 75px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: 0px 0px 35px 0px rgba(4, 5, 5, .13);
    background-color: #fff;
    padding-bottom: 0px
}

.formGroup-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.formGroup-half .form-group {
    width: 50%
}

.formGroup-3-1 .form-group:first-child {
    width: 70%
}

.formGroup-3-1 .form-group:last-child {
    width: 30%
}

.purchase-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sum-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sum-product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c2e2ec;
    border-radius: 10px;
    max-width: 90px;
    width: 100%
}

.sum-product-img:after {
    content: "1";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #98d1e4;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sum-product-img img {
    max-width: 50px;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

h2.order-title {
    text-transform: uppercase;
    color: #ed2024;
    margin-top: 0px;
    font-weight: bold;
    font-size: 30px
}

.verified>i {
    display: inline-block;
    background: url("../img/verified.png") no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.radio-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.radioGroup {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.radioGroup label {
    font-size: 14px !important
}

.order-box p {
    font-size: 18px
}

@media screen and (max-width: 700px) {

    .formGroup-half,
    .formGroup-3-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0px !important
    }

    .form-group {
        width: 100%
    }

    .form-group:first-child {
        width: 100% !important
    }

    .form-group:last-child {
        width: 100% !important
    }

    .order-box {
        padding: 20px 20px
    }
}

@media screen and (max-width: 500px) {
    .sum-product-img {
        max-width: inherit
    }

    .flex-w {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sum-product-prices {
        padding-left: 0 !important
    }

    .label-150w {
        max-width: 150px !important
    }

    .border {
        border-bottom: 1px dashed
    }

    .responsive-m-b {
        margin-bottom: auto
    }

    .sum-products {
        margin-bottom: 10px
    }

    .old-price,
    .new-price {
        font-size: 28px !important;
        line-height: 38px !important
    }
}

@media screen and (max-width: 400px) {

    .old-price,
    .new-price {
        font-size: 24px !important;
        line-height: 34px !important
    }
}

@media screen and (max-width: 360px) {
    .price {
        padding: 20px 40px 20px 20px !important
    }

    .old-price,
    .new-price {
        font-size: 22px !important;
        line-height: 32px !important
    }
}

.popupBox {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5490196078);
    z-index: 100000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

.popupContent {
    width: 750px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    max-width: 750px
}

span.closePopup {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer
}

.popupLeftText {
    width: 100%;
    background: rgba(255, 255, 255, .6);
    position: relative
}

.popupProduct {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 220px;
    height: auto;
    top: 0px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popupText span.otherStyle {
    padding: 3px 10px
}

.popupText {
    font-family: "Roboto", sans-serif
}

.popupText h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px
}

.popupText span.otherStyle {
    font-size: inherit
}

.popupText span.text {
    font-size: 22px
}

.popupText input,
.popupText a.promo,
.popupText button.promo {
    width: 100%
}

.popupText a.defaultBtn.promo {
    margin: 0px;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000
}

.popupText a.defaultBtn {
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    color: rgba(68, 114, 196, .7098039216)
}

.priceDiscPopup {
    position: absolute;
    background: #28a745;
    border-radius: 50%;
    padding: 41px 7px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    top: -7px;
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    left: -13px
}

span.otherStyle {
    background: #f9cb37;
    padding: 5px 10px;
    font-weight: 900;
    margin-top: 10px;
    display: inline-block;
    color: #000
}

.promo,
.popupText button.promo {
    background: #28a745;
    padding: 15px 25px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto
}

@media screen and (max-width: 800px) {
    .popupBox-img.popup_01 {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: -1;
        opacity: .15
    }

    .popupBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popupBox-content {
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        text-align: center
    }
}

@media screen and (max-width: 700px) {
    .popupContent {
        width: 95% !important
    }

    .mainPopupTextCont {
        width: 100% !important
    }

    .popupProduct {
        display: none
    }
}

.section-center.rules-section {
    width: 1000px;
    max-width: 100%;
    overflow-wrap: break-word
}

.section-center.rules-section .rules p {
    font-size: 18px;
    line-height: 28px
}

.section-center.rules-section .rules ul {
    list-style-type: initial;
    padding-left: 20px
}

.section-center.rules-section .rules ul li {
    margin: 5px 0px
}

.opinions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.opinions-list .btn {
    background: #ffa900;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 35px
}

.opinions-list>div:last-child {
    margin-bottom: 20px
}

.opinion-content p {
    font-weight: 400;
    line-height: 33px;
    font-size: 23px
}

.opinion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: #fff1ae;
    padding: 20px
}

.opinion-item .opinion-content {
    width: calc(100% - 280px)
}

@media screen and (max-width: 768px) {
    .opinions-list .btn {
        font-size: 22px;
        line-height: 30px
    }

    .opinion-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .opinion-item .img {
        width: auto
    }

    .opinion-item .opinion-content {
        width: 100%;
        text-align: center
    }
}

.section-center-product {
    margin-top: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.section-center-product .product-presentation {
    position: relative
}

.section-center-product .product-presentation:before {
    content: "";
    position: absolute;
    background-image: url(../img/ellips_shape.png);
    width: 578px;
    height: 578px;
    background-repeat: no-repeat;
    z-index: -1;
    left: -50%;
    right: -50%;
    margin: auto;
    top: -20px
}

.section-center-product .product-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 60px 0px
}

.section-center-product .product-details-item p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px
}

.section-center-product .product-details-item .product-item-content {
    width: calc(100% - 100px)
}

.section-center-product .product-details-item .title {
    font-weight: bold;
    font-size: 18px;
    color: #062a4d
}

.section-center-product .product-details-item .product-item-icon {
    width: 80px;
    height: 80px;
    font-size: 27px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px dashed #062a4d;
    color: #062a4d
}

.section-center-product .product-details {
    position: relative;
    z-index: 1
}

.section-center-product .product-details:first-child .product-details-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-center-product .product-details:first-child .product-item-content {
    text-align: right
}

@media screen and (max-width: 1200px) {
    .section-center-product {
        gap: 20px;
        margin-top: 20px
    }

    .section-center-product .product-presentation {
        position: absolute;
        display: none;
        bottom: 40px;
        z-index: 0;
        opacity: .1
    }

    .section-center-product .product-presentation:before {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .section-center-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-center-product .product-details {
        width: 100%
    }

    .section-center-product .product-details-item {
        gap: 10px !important;
        margin: 50px 0px
    }

    .section-center-product .product-details-item:first-child {
        margin-top: 0px
    }

    .section-center-product .product-details-item:last-child {
        margin-bottom: 30px
    }

    .section-center-product .product-details .product-details-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .section-center-product .product-details:last-child .product-details-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-center-product .product-details .product-item-content {
        text-align: center !important
    }
}

.ingredients-list {
    max-width: 1080px;
    margin: 0 auto
}

.ingredients-list,
.benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important
}

.ingredient-item {
    width: 30%;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13);
    box-shadow: -0.872px 9.962px 35px 0px rgba(4, 5, 5, .13)
}

.ingredient-item img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 230px;
    border-bottom: 3px solid #ccc
}

.ingredient-item h3 {
    margin-bottom: 0px;
    padding: 0px 20px
}

.ingredient-item p {
    margin-top: 10px;
    padding: 20px
}

.benefit-item {
    width: calc(50% - 30px);
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, .08)
}

.benefit-item i {
    color: #169940;
    font-size: 40px
}

.benefit-item h3 {
    margin-bottom: 0px
}

.benefit-item p {
    margin-top: 10px
}

@media screen and (max-width: 680px) {

    .ingredients-list .ingredient-item,
    .benefits-list .benefit-item {
        width: 100%
    }
}

.closeCookieBox {
    opacity: 0
}

.cookieBox {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    z-index: 1000
}

.cookieBox.display {
    display: block
}

.cookieBox.display.closeCookieBox {
    display: none
}

.cookieBox .cookieBoxContent {
    background: rgba(0, 0, 0, .7607843137)
}

.cookieBox .cookieBoxContent {
    color: #fff;
    padding: 20px;
    font-size: 12px;
    line-height: 22px;
    -webkit-animation: cookieContentAnimate .5s 1 .4s;
    animation: cookieContentAnimate .5s 1 .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
    -webkit-transition: 1s linear;
    transition: 1s linear;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cookieBox .cookieBoxContent p {
    padding: 0px;
    margin: 0px;
    font-size: 12px
}

.cookieBox .cookieBoxContent p:first-child {
    width: calc(100% - 190px)
}

.cookieBox .cookieBoxContent p:last-child {
    margin-left: auto
}

.cookieBox .cookieBoxContent a.readMore {
    color: #0d8d36
}

.cookieBox .cookieBoxContent a.readMore:hover {
    text-decoration: underline
}

.cookieBox .cookieBoxContent a.closeCookies {
    background: #169940;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff
}

@media screen and (max-width: 800px) {
    .cookieBox .cookieBoxContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cookieBox .cookieBoxContent p:first-child {
        width: 100%
    }

    .cookieBox .cookieBoxContent p:last-child {
        margin-left: 0px;
        margin-top: 20px
    }
}

form {
    max-width: 600px;
    margin: 20px auto
}

.formGroup-half .form-group {
    width: 50%
}

.form-img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0px
}

.form-group label {
    width: 100%;
    text-align: left;
    font-size: 18px
}

.form-group.selection-group label {
    width: 100%
}

.form-group .form-control {
    width: 100%
}

.form-group .form-control input {
    width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    background: #fff;
    outline: none;
    border: 1px solid #000;
    border-radius: 10px
}

.form-group .form-control input:last-of-type {
    margin-right: 0px
}

.form-group input,
.form-group select,
.form-group textarea {
    display: block;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 10px
}

.form-group input[type=radio] {
    margin: 6px 7px 0px 0px;
    max-width: 30px
}

.col-sm-2 {
    width: 66%
}

.formGroup-3-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.formGroup-3-1.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.bg-header {
    position: relative
}

.bg-header:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/background_header.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity: .45
}

.fa-tint {
    color: #d2ac67
}

.header,
.section-box {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px
}

.header-center,
.section-box-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.header-center img,
.section-box-center img {
    max-width: 460px
}

.header-center .header-content,
.section-box-center .header-content {
    -ms-flex-item-align: center;
    align-self: center
}

.header h2.font-xxl,
.section-box h2.font-xxl {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0px
}

.header sup,
.section-box sup {
    font-size: 14px
}

.product-image {
    display: none;
    max-width: 240px
}

.header {
    text-align: left;
    position: relative
}

.header__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 30px
}

.header-p {
    padding: 45px 15px !important;
    padding-bottom: 0px !important
}

.header-content .buy-now {
    margin-left: 0px
}

.header-content .price-info {
    font-size: 17px;
    font-weight: 400
}

.header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 5px;
    text-align: left
}

.header-list li {
    margin-bottom: 20px
}

.header-list li:last-child {
    margin-bottom: 0px
}

.header-list li span {
    display: block;
    max-width: calc(100% - 45px)
}

.header-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px
}

.header-list-item p {
    line-height: 1.4
}

.list-img {
    line-height: 0;
    width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1200px) {

    .header h2.font-xxl,
    .section-box h2.font-xxl {
        font-size: 35px;
        line-height: 45px
    }

    .header-center img,
    .section-box-center img {
        max-width: 330px;
        width: 100%
    }

    .header-center .header-content,
    .section-box-center .header-content {
        padding-bottom: 20px
    }

    .half-flex-img {
        width: 400px !important
    }

    .header .hand-img {
        right: -260px
    }

    .header__title br {
        display: none
    }
}

@media screen and (max-width: 990px) {
    .header-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0
    }
}

@media screen and (max-width: 950px) {
    .bg-header {
        background-position: right
    }

    .bg-header::before {
        right: 0px;
        width: 100%
    }

    .half-flex-img {
        width: 350px !important
    }
}

@media screen and (max-width: 700px) {
    .header-img {
        position: inherit !important;
        width: 50vw !important
    }

    .gift-box {
        padding: 15px !important
    }

    .header-content .buy-now {
        margin-left: auto;
        margin-right: auto
    }

    .header-center {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .header-list {
        padding-left: 0
    }

    .product-image {
        display: block;
        margin: 0 auto
    }

    .header__title {
        font-size: 28px;
        margin-bottom: 0 !important
    }

    .bg-header {
        padding: 15px 15px !important;
        padding-bottom: 0 !important
    }

    .header {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media screen and (max-width: 500px) {
    .header-list {
        -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
        align-items: inherit !important
    }
}

.section {
    padding: 35px 15px;
    z-index: 10 !important;
    position: relative
}

.section-center {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%
}

.section-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden
}

.section-img-bg {
    z-index: -1;
    position: relative
}

.section-img>.bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    opacity: .1
}

.section-img>.bg-01 {
    background-image: url("../img/bg/sec-bg-01.jpg")
}

.section-img>.bg-02 {
    background-image: url("https://images.unsplash.com/photo-1568391712865-ee6b14e4a8ef?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=711&q=80")
}

.section-img>.bg-03 {
    background-image: url("https://images.unsplash.com/photo-1442528010304-834a5d4f3925?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=736&q=80");
    opacity: .2
}

.section-img>.bg-04 {
    background-image: url("../img/bg/bg_04.avif");
    opacity: .2
}

.section.comparison {
    background: -webkit-gradient(linear, left top, right top, from(rgba(152, 70, 70, 0.4)), color-stop(25%, rgba(152, 70, 70, 0.1)), color-stop(45%, rgba(152, 70, 70, 0.4)), color-stop(55%, rgba(70, 152, 86, 0.4)), color-stop(75%, rgba(70, 152, 86, 0.1)), to(rgba(70, 152, 86, 0.4)));
    background: linear-gradient(90deg, rgba(152, 70, 70, 0.4) 0%, rgba(152, 70, 70, 0.1) 25%, rgba(152, 70, 70, 0.4) 45%, rgba(70, 152, 86, 0.4) 55%, rgba(70, 152, 86, 0.1) 75%, rgba(70, 152, 86, 0.4) 100%)
}

.custom-section-01 .text {
    max-width: 1100px
}

.custom-section-01 .img {
    position: absolute;
    right: 30vh;
    bottom: -10px
}

.custom-section-01 .img img {
    width: 280px
}

@media screen and (max-width: 1500px) {
    .custom-section-01 .text {
        max-width: 900px
    }

    .custom-section-01 .img {
        right: 5vh
    }
}

@media screen and (max-width: 1200px) {
    .custom-section-01 .text {
        max-width: 700px
    }

    .custom-section-01 .img {
        right: 0vh
    }

    .custom-section-01 .img img {
        width: 330px
    }

    .section-chart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .section-chart img.chart {
        max-width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .custom-section-01 .text {
        max-width: 700px
    }

    .custom-section-01 .img {
        right: 0vh;
        opacity: .1
    }

    .custom-section-01 .img img {
        max-width: 330px !important;
        width: 330px !important
    }

    .has-big-img.reverse-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

footer {
    border-top: 1px solid silver;
    text-align: center;
    font-size: 12px !important;
    line-height: 22px;
    color: #676767;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    word-wrap: break-word
}

footer p {
    font-size: 12px !important;
    line-height: 22px;
    margin-bottom: 0px
}

footer .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-menu>a {
    margin: 10px;
    color: #676767
}

.source {
    font-size: 17px;
    line-height: 27px
}

.source span {
    display: block
}

.source a {
    word-wrap: break-word;
    color: #000
}

@media screen and (max-width: 400px) {
    .footer-menu>a {
        margin: 5px !important
    }
}

.comments {
    margin-bottom: 10px
}

.comments .comment-photo {
    width: 55px;
    height: 55px
}

.comments__header {
    margin-bottom: 10px
}

.comments__header>* {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold
}

.comments__header-title {
    padding: 15px 0px;
    font-size: 2.1875rem;
    margin-top: 20px;
    text-transform: uppercase
}

.comments__header-button {
    margin-left: auto;
    color: #385898;
    cursor: pointer;
    background: none
}

.comments__form {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    max-width: 100% !important
}

.comments__form-avatar {
    margin-right: 15px
}

.comments__form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    width: 100%
}

.comments__form-fields>* {
    margin-bottom: 10px
}

.comments__form-submit {
    max-width: 150px
}

.comments__items-last {
    font-size: 1rem;
    color: #385898;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    background: #f5f5f5;
    padding-top: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: 0px
}

.comments__items-element {
    min-height: 55px
}

.comments__items-element.sub-comment {
    padding-left: 30px
}

.comments .comment {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-left: 0px;
    width: 100%;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    font-family: "Times New Roman", Times, serif
}

.comments .comment:hover {
    background: #efefef
}

.comments .comment__author {
    font-size: 1.25rem;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comments .comment__time {
    color: #aaa;
    margin-right: 10px;
    font-size: 0.8125rem;
    margin-left: 0px;
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 5px
}

.comments .comment__content {
    position: relative;
    margin: 5px 10px;
    line-height: 27px;
    font-size: 17px
}

.comments .comment_image {
    max-width: 400px
}

.comments__form-name {
    margin-right: 0px;
    padding: 18px 10px;
    outline: none;
    border-radius: 0px;
    background-color: #f2f3f5;
    border: 1px solid #ccd0d5;
    font-family: Tahoma, sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comments__form-comment {
    margin-right: 0px;
    padding: 18px 10px;
    outline: none;
    border-radius: 0px;
    background-color: #f2f3f5;
    border: 1px solid #ccd0d5;
    font-family: Tahoma, sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comments__form-submit {
    margin-top: 0px;
    border-radius: 16px;
    background-color: #4e4e4e;
    border-radius: unset;
    padding: 10px 15px !important;
    color: #fff;
    width: 100%;
    max-width: initial
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 33px;
        line-height: 43px
    }

    h2 {
        font-size: 23px;
        line-height: 33px
    }

    .images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .images>.img {
        width: 80%;
        max-width: 80% !important;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }

    .images>.img img {
        width: 100%
    }

    .img {
        float: none !important;
        margin: 10px auto !important
    }
}

@media screen and (max-width: 700px) {
    .effect-info {
        text-align: center
    }

    .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-group.selection-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .form-group label {
        width: auto;
        margin-bottom: 5px
    }

    .form-group .form-control {
        width: 100%
    }

    .form-icons-item {
        margin: 10px 15px !important
    }
}

@media screen and (max-width: 500px) {

    div p,
    div ul li {
        font-size: 18px
    }
}

@media screen and (max-width: 450px) {
    .images>.img {
        width: 100%;
        max-width: 100% !important
    }

    .img {
        max-width: 100% !important;
        width: 100%
    }

    form .multiple-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    form .multiple-fields input {
        width: 100% !important
    }

    form .multiple-fields input:first-child {
        margin-bottom: 5px
    }
}

/*# sourceMappingURL=styles.min.css.map */