.button {
    background: #f60;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    height: 70px;
    letter-spacing: -1px;
    line-height: 70px;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@keyframes pulse-black {
    0% {
        box-shadow: 0 0 0 0 #00c389;
        opacity: 0;
        transform: scale(.95)
    }

    70% {
        box-shadow: 0 0 0 10px #0000;
        opacity: 1;
        transform: scale(1)
    }

    to {
        box-shadow: 0 0 0 0 #0000;
        opacity: 1;
        transform: scale(1)
    }
}

.anim-1 {
    animation: pulse-black 3s;
    border-radius: 50%;
    -webkit-transition-timing-function: linear
}

.valid+.error-message {
    display: none !important
}

.get-phones .local-phone {
    color: #000
}

.button:hover {
    background: #d95803
}

.popup ol strong {
    display: block
}

.popup ul li {
    font-size: 16px
}

.form-error-text {
    border: 2px solid red !important;
    border-radius: 5px;
    color: red;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    padding: 7px !important;
    text-align: center
}

.button span {
    position: relative;
    z-index: 1
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    line-height: 0
}

.clear,
.clearfix:after {
    clear: both
}

.inner-block {
    margin: auto;
    width: 940px
}

.no-plus:before {
    content: none !important
}

.inner-page .inner-block {
    width: 970px
}

.confirmation-section {
    font-family: Open Sans, sans-serif;
    padding: 37px 0 0
}

.confirmation-section h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 52px;
    margin: 0;
    padding: 0 0 22px;
    text-align: center
}

.confirmation-section h3 {
    color: #ef4b52;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 4px;
    text-align: center
}

.confirmation-section h4 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 19px
}

.confirmation-section .info {
    margin: 0 auto 40px
}

.confirmation-section .info .inner-block {
    background: #fff;
    border: 3px solid #69c03b;
    border-radius: 12px;
    color: #757575;
    font-size: 16px;
    max-width: 940px;
    padding: 19px 0 11px;
    position: relative;
    text-align: center
}

.confirmation-section .info h4 {
    color: #69c03b;
    margin: 0;
    padding: 4px 0 14px
}

.confirmation-section .contacts {
    background: #fff;
    border-top: 1px dashed #ccc;
    font-size: 16px;
    line-height: 30px;
    padding: 22px 0 31px;
    text-align: center
}

.confirmation-section .contacts h4 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 9px
}

.confirmation-section .form {
    border-top: 1px dashed #ccc;
    padding: 32px 0 40px;
    text-align: center
}

.confirmation-section .form h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 5px
}

.confirmation-section .form p {
    padding: 0
}

.confirmation-section .form form {
    overflow: visible;
    padding: 21px 0 0
}

.confirmation-section .form form input[type=text] {
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    height: 60px;
    line-height: 58px;
    padding: 0 15px 5px;
    width: 720px
}

.confirmation-section .form form input[type=text]::-webkit-input-placeholder {
    color: #52585d;
    font-size: 20px;
    font-style: normal
}

.confirmation-section .form form input[type=text]:-moz-placeholder,
.confirmation-section .form form input[type=text]::-moz-placeholder {
    color: #52585d;
    font-size: 20px;
    font-style: normal
}

.confirmation-section .form form input[type=text]:-ms-input-placeholder {
    color: #52585d;
    font-size: 20px;
    font-style: normal
}

.confirmation-section .form form input[type=text]:focus {
    border: 1px solid #aaa;
    font-size: 20px
}

.inner-page .footer-menu {
    padding: 0 0 10px
}

.inner-page footer {
    top: 0 !important
}

.confirmation-section .form form .button {
    width: 200px
}

.confirmation-section .form form button.button {
    border-radius: 5px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 5px
}

.confirmation-section .important {
    background: #fff;
    border-top: 1px dashed #ccc;
    font-size: 14px;
    line-height: 20px;
    padding: 29px 0 15px
}

.left.error {
    border: 1px solid red
}

.confirmation-section .important h4 {
    color: #f3351b;
    font-size: 18px;
    margin: 0;
    padding: 0 0 9px;
    text-align: center
}

.header-section.confirmation .lock img {
    margin: 20px 0 0;
    width: 44px
}

.header-section.confirmation {
    -webkit-box-shadow: 0 0 5px #0000001a;
    -moz-box-shadow: 0 0 5px #0000001a;
    -o-box-shadow: 0 0 5px #0000001a;
    box-shadow: 0 0 5px #0000001a;
    padding: 0 0 20px
}

.footer-menu li a {
    border-right: 1px solid #dadada;
    color: #dadada;
    padding: 0 10px 0 8px;
    text-decoration: none
}

.footer-menu li {
    display: inline;
    font-size: 12px;
    padding: 0
}

.inner-footer p {
    font-size: 10px;
    line-height: 16px;
    text-align: center
}

.copyright {
    font-size: 12px;
    margin: 10px 0 30px;
    text-align: center
}

.confirmation-page .row {
    margin: 0
}

.popup-wrapper .popup h3 {
    padding: 0 0 17px
}

.popup-wrapper .popup .form-popup .form-holder input[type=email],
.popup-wrapper .popup .form-popup .form-holder input[type=tel],
.popup-wrapper .popup .form-popup .form-holder input[type=text],
.popup-wrapper .popup .form-popup .form-holder select {
    width: 400px
}

.popup-wrapper .popup .form-popup .form-holder .error-message {
    color: #ee4c29;
    display: none
}

#form-contact-us .error {
    border: 1px solid red !important
}

.form-holder .valid {
    border: 1px solid green !important
}

.form-holder .error {
    border: 1px solid red !important
}

.show-3ds-popup iframe {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

#form-contact-us .valid {
    border: 1px solid green !important
}

.error {
    border: 1px solid red !important
}

.valid {
    border: 1px solid green !important
}

.popup-wrapper .popup .form-popup .button {
    background: #2288d0;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    height: 60px;
    letter-spacing: -1px;
    line-height: normal;
    max-width: 300px;
    outline: 0;
    padding: 20px 15px;
    position: relative;
    width: 100%
}

.popup-wrapper #popup-declined .reason {
    border: 2px solid #f3351b
}

.popup-wrapper #popup-declined .reason h3 {
    color: #f3351b
}

.popup-wrapper #popup-declined form {
    padding: 12px 0 0
}

.popup-wrapper #popup-declined form .form-holder label {
    width: 150px
}

.popup-wrapper #popup-declined form .form-holder input[type=text] {
    width: 300px
}

.popup-wrapper #popup-declined form .form-holder select,
.popup-wrapper #popup-declined form .form-holder.cvv-code input[type=text] {
    float: left;
    margin: 0 5px 0 0;
    width: 100px !important
}

.popup-wrapper #popup-declined form .form-holder select#CardType_pupup {
    width: 206px !important
}

footer {
    color: #000 !important;
    max-width: none !important
}

.footer-menu li:last-child a {
    border-right: none
}

.footer-menu li a {
    color: #000 !important
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-link a {
    color: #6c3
}

.popup .cvv-link {
    margin-top: 0 !important
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
    margin-left: 200px;
    padding: 10px 0 0 150px
}

.popup-wrapper #popup-declined form .button {
    margin: 0 0 0 150px;
    width: 205px
}

.popup-wrapper #popup-declined .tip .icon,
.popup-wrapper #popup-declined .tip .text {
    background: #69c03b
}

.popup-wrapper #popup-declined .tip .text:before {
    border-bottom: 10px solid #69c03b
}

.popup-loading-wrapper .popup h2 {
    margin: 0
}

.popup-loading-wrapper .popup h3 {
    line-height: 26px;
    margin: 0
}

.popup-loading-wrapper .popup .product-image {
    height: 176px;
    width: 110px
}

.popup-loading-wrapper .popup {
    text-align: center !important
}

.footer-menu {
    padding-left: 0;
    text-align: center
}

.footer-menu li {
    display: inline-block;
    float: none;
    list-style: none;
    padding: 0 5px
}

.footer-menu li:first-child {
    border: none
}

.footer-menu li a {
    color: #666;
    font-size: 11px;
    text-transform: uppercase
}

.footer-menu li a:hover {
    text-decoration: none
}

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

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

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

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

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

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

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

.popup button {
    outline: 0
}

.popup textarea {
    height: 100px;
    padding: 10px;
    resize: vertical;
    width: 90%
}

.popup .form-holder {
    padding: 0 0 7px
}

.popup * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility
}

.stamp.stamp-madeinca {
    height: 96px;
    width: 116px
}

.popup .button span {
    position: relative;
    z-index: 1
}

.popup footer {
    width: 100%
}

.mobile-button,
footer .mobile-button.button {
    display: none
}

.form-holder,
.has-error {
    position: relative
}

.has-error .error {
    border: 1px solid red !important
}

.accept input,
.accept select {
    border: 1px solid green !important
}

.inner-page .accept .accept-icon,
.inner-page .has-error .accept-icon {
    left: -17px
}

.confirmation-section .error-message {
    background: #ef4b52;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0 35px 0 0;
    padding: 0 10px;
    position: absolute;
    right: 100%;
    top: 1px;
    white-space: nowrap;
    z-index: 16
}

.confirmation-section .has-error .error-message {
    display: block
}

.popup h2 {
    font-size: 34px;
    line-height: 34px
}

.popup h2,
.popup h3 {
    font-weight: 700;
    text-indent: 0
}

.popup h3 {
    font-size: 24px;
    line-height: 24px
}

.popup {
    font-family: sans-serif
}

.cvv-image {
    display: none;
    padding: 0;
    text-align: center
}

.cvv-image img {
    margin: auto;
    width: 190px
}

.footer-info {
    margin: 0 !important
}

.inner-page .container.cf {
    padding: 0 0 50px
}

.inner-page .popup-wrapper,
.popup-wrapper {
    background: #fffc;
    display: none;
    height: 100%;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.popup-wrapper .popup {
    display: none;
    font-size: 14px;
    left: 50%;
    line-height: 20px;
    max-width: 900px;
    padding: 0 0 50px;
    position: relative;
    top: 50px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

.popup-wrapper .popup .popup-inner {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 50px 0 #00000026;
    -moz-box-shadow: 0 15px 50px 0 #00000026;
    -o-box-shadow: 0 15px 50px 0 #00000026;
    box-shadow: 0 15px 50px 0 #00000026;
    padding: 34px 40px 40px;
    position: relative
}

.popup-wrapper .popup .close-popup-link {
    display: block;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px
}

.popup-wrapper .popup .close-popup-link:after,
.popup-wrapper .popup .close-popup-link:before {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: -1px;
    position: absolute;
    top: 5px;
    width: 14px
}

.popup-wrapper .popup .close-popup-link:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-wrapper .popup .close-popup-link:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup-wrapper .popup footer {
    background: 0 0 !important;
    border-top: 1px solid #ddd;
    margin: 8px 0 0;
    padding: 30px 0 0;
    position: static !important;
    text-align: center;
    top: auto
}

.popup-wrapper .popup footer .close-popup-link {
    background: #fdd638;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdd638), to(#f3c81e));
    background: -webkit-linear-gradient(#fdd638, #f3c81e);
    background: -moz-linear-gradient(#fdd638, #f3c81e);
    background: -ms-linear-gradient(#fdd638, #f3c81e);
    background: -o-linear-gradient(#fdd638, #f3c81e);
    background: linear-gradient(#fdd638, #f3c81e);
    border: 1px solid #e0b712;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffe786;
    -moz-box-shadow: inset 0 1px 0 #ffe786;
    -o-box-shadow: inset 0 1px 0 #ffe786;
    box-shadow: inset 0 1px 0 #ffe786;
    color: #766118;
    display: inline-block;
    font-size: 20px;
    height: 38px;
    letter-spacing: -.5px;
    line-height: 36px;
    opacity: 1;
    padding: 0 25px;
    position: relative;
    right: 0;
    text-decoration: none !important;
    -webkit-text-shadow: 1px 1px 0 #fbe27e;
    -moz-text-shadow: 1px 1px 0 #fbe27e;
    -o-text-shadow: 1px 1px 0 #fbe27e;
    text-shadow: 1px 1px 0 #fbe27e;
    top: 0;
    width: auto
}

.popup-wrapper .popup .form-popup .form-holder.has-error .error-message {
    display: block;
    position: static
}

.popup-wrapper .popup .form-popup .form-holder.has-error .error-message:before {
    display: none
}

.popup-wrapper .popup footer .close-popup-link:hover {
    background: #f3c81e;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3c81e), to(#fdd638));
    background: -webkit-linear-gradient(#f3c81e, #fdd638);
    background: -moz-linear-gradient(#f3c81e, #fdd638);
    background: -ms-linear-gradient(#f3c81e, #fdd638);
    background: -o-linear-gradient(#f3c81e, #fdd638);
    background: linear-gradient(#f3c81e, #fdd638);
    color: #77620d
}

.popup-wrapper .popup footer .close-popup-link:after,
.popup-wrapper .popup footer .close-popup-link:before {
    display: none
}

.popup-wrapper .popup h2 {
    font-size: 34px;
    line-height: normal;
    margin: 0;
    padding: 0 0 16px
}

.popup-wrapper .popup h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 17px
}

.popup-wrapper .popup header+h3 {
    padding: 3px 0 17px
}

.popup-wrapper .popup h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0 0 15px
}

.popup-wrapper .popup p {
    padding: 0 0 17px
}

.popup-wrapper .popup .form-popup {
    padding: 8px 0 22px
}

.popup-wrapper .popup .form-popup .form-holder {
    margin: 0;
    width: auto
}

.popup-wrapper .popup .form-popup .form-holder input[type=email],
.popup-wrapper .popup .form-popup .form-holder input[type=text],
.popup-wrapper .popup .form-popup .form-holder select {
    background: #fff;
    border-radius: 5px;
    height: 30px;
    margin-top: 10px;
    padding: 0;
    text-indent: 10px;
    width: 400px
}

.popup-wrapper .popup .form-popup .form-holder textarea {
    border-radius: 5px;
    margin-top: 10px;
    max-width: 550px;
    min-height: 120px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%
}

.popup-wrapper .popup .form-popup .form-holder .error-message {
    background: 0 0;
    color: #ef4b52;
    font-size: 13px;
    height: auto;
    line-height: 14px;
    margin-top: 0;
    padding: 3px 4px 2px;
    position: relative;
    right: 0;
    text-align: left;
    top: 0
}

.radio .title,
.ship-info input,
.ship-info select {
    margin-bottom: 15px
}

.radio .title {
    font-size: 21px
}

.popup-wrapper .popup .form-popup .form-holder .error-message:after {
    display: none
}

.popup-wrapper .popup .form-popup .button {
    background: #fe5d25;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px 2px #0000004d;
    box-shadow: 2px 2px 4px 2px #0000004d;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 32px;
    margin-top: 15px;
    padding: 12px 50px;
    position: relative !important;
    text-decoration: none !important;
    text-transform: uppercase;
    word-spacing: -2px
}

.captcha {
    margin-top: 10px
}

.popup-wrapper .popup .form-popup .button:hover {
    color: #fff !important
}

.popup-wrapper #popup-declined .popup-inner {
    padding: 27px 40px 40px;
    position: relative
}

.popup-wrapper #popup-declined h2 {
    padding: 0 0 24px;
    text-align: center
}

.popup-wrapper #popup-declined h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 4px;
    text-transform: none
}

.popup-wrapper #popup-declined .reason {
    border: 2px solid #ef4b52;
    border-radius: 5px;
    margin: 0 0 23px;
    padding: 23px 100px 25px;
    text-align: center
}

.popup-wrapper #popup-declined .reason h3 {
    color: #ef4b52;
    padding: 0 0 8px
}

.popup-wrapper #popup-declined ul {
    padding: 4px 0 3px 30px
}

.popup-wrapper #popup-declined form {
    margin: 0;
    padding: 12px 0
}

.popup-wrapper #popup-declined form .form-holder {
    padding: 0 0 10px;
    width: 100%
}

.popup-wrapper #popup-declined form .form-holder label {
    float: left;
    font-size: 15px;
    line-height: 34px;
    padding-top: 0 !important;
    width: 200px
}

.popup-wrapper #popup-declined form .form-holder input[type=tel] {
    border-radius: 5px;
    margin-top: 0;
    width: 206px
}

#form_declined .valid {
    border: 1px solid #00a400 !important
}

.popup-wrapper #popup-declined form .form-holder select,
.popup-wrapper #popup-declined form .form-holder.cvv-code input[type=tel] {
    border-radius: 5px;
    float: left !important;
    margin: 0 5px 0 0;
    width: 100px !important
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-link a {
    color: #0699ee;
    font-size: 12px;
    line-height: 34px;
    margin-left: 10px
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
    display: none;
    height: auto;
    padding: 10px 0 0;
    text-align: left
}

.popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image img {
    width: 205px
}

.popup-wrapper #popup-declined form .button {
    margin: 0 0 0 199px;
    width: 208px
}

.popup-wrapper #popup-declined .lock {
    bottom: 10px;
    color: #999;
    font-size: 11px;
    height: 30px;
    line-height: 14px;
    padding: 1px 33px 0 0;
    position: absolute;
    right: 45px;
    text-align: right
}

.popup-wrapper #popup-declined .lock img {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.popup-wrapper #popup-declined .tip {
    bottom: 10px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    width: 30px
}

.popup-wrapper #popup-declined .tip .icon {
    background: #0699ee;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 32px;
    padding: 0 0 0 1px;
    position: relative;
    text-align: center;
    width: 30px
}

.popup-wrapper #popup-declined .tip .text {
    background: #0699ee;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px 12px;
    position: absolute;
    right: -10px;
    text-align: right;
    top: 45px;
    width: 370px
}

.popup-wrapper #popup-declined .tip .text:before {
    border-bottom: 10px solid #0699ee;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 17px;
    top: -10px;
    width: 0
}

.popup-wrapper #popup-declined .tip:focus .text,
.popup-wrapper #popup-declined .tip:hover .text {
    display: block
}

.popup-loading-wrapper {
    background: #000000f2;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100
}

.popup p {
    margin: 0
}

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

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

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

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

.popup-loading-wrapper .popup .product-image {
    background-size: contain;
    height: 207px;
    margin: 0 auto 6px;
    width: 114px
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.floating-bar.float {
    display: none !important;
    opacity: 0
}

.popup-loading-wrapper .popup .lock-image {
    margin: 0 auto 3px;
    width: 90px
}

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

.popup-banner-wrapper {
    background: #000c;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.popup-banner-wrapper .popup-banner {
    padding: 50px 10px 0
}

.popup-banner-wrapper .popup-banner figure a {
    display: block;
    margin: auto;
    max-width: 600px
}

.popup-banner-wrapper .popup-banner figure a img {
    width: 100%
}

.popup#popup-mobile-order-form .popup-inner {
    background: 0 0;
    box-shadow: none;
    padding: 0
}

.popup#popup-mobile-order-form form {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    margin: auto;
    position: relative;
    width: 300px;
    z-index: 10
}

.popup#popup-mobile-order-form form header {
    background: #fac021;
    border-radius: 3px;
    color: #6c571c;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 65px;
    line-height: 17px;
    margin: 0 0 20px;
    padding: 14px 0 0;
    text-align: center;
    -webkit-text-shadow: 1px 1px 0 #ffffff80;
    -moz-text-shadow: 1px 1px 0 #ffffff80;
    -o-text-shadow: 1px 1px 0 #ffffff80;
    text-shadow: 1px 1px 0 #ffffff80;
    text-transform: uppercase
}

.popup#popup-mobile-order-form form header span {
    display: block;
    font-size: 30px;
    letter-spacing: -1px;
    padding: 3px 0 0
}

.popup#popup-mobile-order-form form .form-holder {
    margin: 0 20px
}

.popup#popup-mobile-order-form form .button {
    border-radius: 6px;
    font-size: 30px;
    height: 60px;
    line-height: 22px;
    margin: 0 20px;
    padding: 3px 0 0;
    position: relative;
    width: 260px
}

.popup#popup-mobile-order-form form .button span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px
}

.popup#popup-mobile-order-form form .icons {
    height: 43px;
    margin: 20px auto 0;
    width: 192px
}

.popup#popup-mobile-order-form form footer {
    margin: 17px 20px 0;
    padding: 20px 0;
    text-align: center
}

.popup#popup-mobile-order-form form footer .button {
    background: #f0c435;
    border: none;
    border-radius: 3px;
    color: #766118;
    display: inline-block;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    opacity: 1;
    padding: 0 25px;
    top: 0;
    width: auto
}

.popup-wrapper .popup ul+h3 {
    padding-top: 10px !important
}

.popup {
    text-align: left !important
}

input::-webkit-input-placeholder {
    color: #787878 !important
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #787878 !important
}

input:-ms-input-placeholder {
    color: #787878 !important
}

input::-ms-input-placeholder {
    color: #787878 !important
}

input::placeholder {
    color: #787878 !important
}

.inner-page .popup-wrapper,
.popup-wrapper {
    -webkit-overflow-scrolling: touch
}

i.price,
p.price,
span.package-retail {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    margin: 0;
    padding: 0
}

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

@media screen and (max-width:990px) {
    .confirmation-page .popup-wrapper .popup {
        padding: 10px
    }

    .formBody button {
        height: 54px
    }

    .main-page .formTop {
        font-size: 26px
    }

    #wrapper {
        width: auto
    }

    .inner-block,
    .inner-page .inner-block {
        padding: 0 15px;
        width: auto
    }

    .confirmation-section {
        padding: 35px 0 0
    }

    .confirmation-section h2 {
        font-size: 42px;
        line-height: 42px;
        padding: 0 0 23px
    }

    .confirmation-section h3 {
        font-size: 26px;
        padding: 0
    }

    .confirmation-section .form form input[type=text] {
        width: 100%
    }

    .confirmation-section .form form button.button {
        margin-top: 15px;
        width: 100%
    }

    .popup-wrapper .popup {
        left: 0;
        max-width: none;
        padding: 10px;
        top: 0;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .popup-wrapper .popup h3,
    .popup-wrapper .popup p+h3,
    .popup-wrapper .popup ul+h3 {
        padding: 0 0 12px
    }

    .popup-wrapper #popup-declined .reason {
        padding: 24px 70px 23px
    }
}

@media screen and (max-width:767px) {
    .popup-wrapper #popup-declined form .buttonP {
        width: 100% !important
    }

    .confirmation-section .info .inner-block {
        padding: 15px 10px
    }

    .popup-wrapper #popup-declined .tip .text {
        text-align: left;
        width: 300px
    }

    .main-page .row {
        margin: 0
    }

    .popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
        padding: 15px 0 0
    }

    .popup-wrapper #popup-declined .popup-inner {
        padding: 27px 15px 40px
    }

    .popup-wrapper .popup .form-popup .form-holder input[type=email],
    .popup-wrapper .popup .form-popup .form-holder input[type=text],
    .popup-wrapper .popup .form-popup .form-holder select {
        width: 100%
    }

    .popup-wrapper .popup .popup-inner {
        padding: 34px 30px 40px
    }

    .popup-wrapper #popup-declined form .form-holder label {
        display: block;
        width: 100% !important
    }

    .popup-wrapper #popup-declined form .button {
        width: 100% !important
    }

    .popup-wrapper #popup-declined .reason {
        padding: 23px 15px 25px !important
    }

    .popup-wrapper #popup-declined form .form-holder input[type=tel] {
        max-width: 237px;
        width: 100% !important
    }

    .popup-wrapper #popup-declined form .form-holder select,
    .popup-wrapper #popup-declined form .form-holder.cvv-code input[type=tel] {
        width: 115px !important
    }

    .popup input[type=email],
    .popup input[type=number],
    .popup input[type=password],
    .popup input[type=tel],
    .popup input[type=text],
    .popup select,
    .popup textarea,
    .popup-wrapper .popup .form-popup .form-holder input[type=email],
    .popup-wrapper .popup .form-popup .form-holder input[type=text],
    .popup-wrapper .popup .form-popup .form-holder select {
        height: 37px
    }

    .popup-wrapper #popup-declined form .form-holder label {
        line-height: 18px
    }

    .popup-wrapper #popup-declined form .form-holder.cvv-code .cvv-image {
        padding: 10px 0 0 !important
    }

    .popup-wrapper #popup-declined form .button {
        margin: 15px 0 !important;
        width: 235px !important
    }

    .logo {
        width: 147px
    }

    .popup-wrapper .popup .form-popup .form-holder input[type=email],
    .popup-wrapper .popup .form-popup .form-holder input[type=tel],
    .popup-wrapper .popup .form-popup .form-holder input[type=text],
    .popup-wrapper .popup .form-popup .form-holder select {
        max-width: 70%
    }

    .confirmation-section h2 {
        font-size: 28px;
        line-height: 32px
    }

    .confirmation-section h3 {
        font-size: 17px
    }

    .confirmation-section .form h4 {
        font-size: 19px
    }

    .confirmation-page .confirmation-section .form form .button {
        font-size: 18px;
        padding: 0 10px;
        width: 180px
    }

    .formBox.center-block {
        margin: 0 auto 50px
    }

    .confirmation-section .error-message,
    .confirmation-section .form-holder.exp-date .error-message {
        background: 0 0;
        color: #ef4b52;
        font-size: 12px;
        height: auto;
        left: 0;
        line-height: 22px;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0
    }

    .error-message:after {
        display: none
    }

    .formBox center img {
        width: auto
    }

    .stayingKetosis h2 {
        line-height: 80px
    }

    .formBody button {
        background-position: 50%;
        background-size: auto;
        height: 90px
    }

    .confirmation-page .inner-block {
        width: 440px
    }

    .confirmation-page .form form input[type=text] {
        width: 242px
    }
}

@media screen and (max-width:480px) {
    body {
        min-width: 320px
    }

    #theproof img {
        height: auto;
        margin: auto;
        width: 300px
    }

    .confirmation-page .inner-block {
        width: 300px
    }

    .confirmation-section h3 {
        line-height: 22px;
        padding: 0 0 10px
    }

    .confirmation-section h4 {
        font-size: 17px
    }

    .confirmation-page .confirmation-section .form form .button,
    .confirmation-page .form form input[type=text] {
        float: none;
        margin: 0 0 10px;
        width: 100%
    }

    .popup textarea,
    .popup-wrapper .popup .form-popup .form-holder input[type=email],
    .popup-wrapper .popup .form-popup .form-holder input[type=text],
    .popup-wrapper .popup .form-popup .form-holder select {
        width: 100%
    }

    .popup-wrapper .popup h2 {
        font-size: 28px;
        line-height: 30px
    }
}

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

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

    .c2abtn {
        font-size: 26px
    }

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

@media screen and (max-height:340px) {
    .popup-loading-wrapper .popup p {
        padding: 3px 0
    }

    .popup-loading-wrapper .popup h2 {
        padding: 2px 0 7px
    }
}

.confirmation .l-grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%
}

.confirmation footer ul {
    margin: 0;
    padding: 0
}

.confirmation .b-disclaimer p {
    margin: 0
}

.confirmation .b-disclaimer {
    background: #f8f8f8;
    border-top: 1px solid #d9d3d3;
    color: #454545;
    font-size: 12px;
    padding: 35px 0;
    text-align: center
}

.confirmation footer ul li {
    display: inline-block;
    margin: 0 10px
}

.confirmation footer ul li a {
    color: #fdfdfd;
    font-size: 14px;
    text-decoration: none
}

.confirmation .b-footer {
    background: #7e7d84;
    bottom: 0;
    left: 0;
    padding: 25px 0;
    position: static;
    right: 0;
    text-align: center
}

.error-message {
    background: #ef4b52;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0 35px 0 0;
    padding: 0 10px;
    position: absolute;
    right: 100%;
    top: 1px;
    white-space: nowrap;
    z-index: 99999
}

.accept .accept-icon,
.has-error .accept-icon {
    display: block;
    height: 12px;
    left: -18px;
    position: absolute;
    top: 12px;
    width: 14px
}

.has-error .error-message {
    display: block
}

.error-message:after {
    border-bottom: 16px solid #0000;
    border-left: 10px solid #ef4b52;
    border-top: 16px solid #0000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0
}

.popup ol,
.popup ul {
    display: table;
    list-style-type: circle;
    margin-bottom: 10px;
    padding-left: 20px !important
}

.popup ol li,
.popup ul li {
    line-height: normal;
    list-style-type: circle
}

.blocker {
    -webkit-overflow-scrolling: touch;
    background: #fffc;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    -ms-overflow-x: scroll;
    overflow: scroll;
    overflow-x: hidden;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .2s;
    width: 100%;
    z-index: 9999
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.05em;
    vertical-align: middle
}

.blocker.behind {
    background-color: initial
}

.modal .button {
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px !important;
    margin: 31px auto 15px;
    padding: 0 25px
}

.modal .button:hover {
    background: #f60;
    color: #fff
}

.modal footer {
    text-align: center
}

.choose-page .modal {
    zoom: 50%
}

.modal {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 50px 0 #00000026;
    -moz-box-shadow: 0 15px 50px 0 #00000026;
    -o-box-shadow: 0 15px 50px 0 #00000026;
    box-shadow: 0 15px 50px 0 #00000026;
    box-sizing: border-box;
    display: none;
    max-width: 900px;
    overflow: visible;
    padding: 34px 40px 40px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    z-index: 2
}

.modal p {
    margin-top: 0
}

.modal br {
    height: 0;
    line-height: 0
}

.modal a.close-modal {
    background-image: url("");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    position: absolute;
    right: -12.5px;
    text-indent: -9999px;
    top: -12.5px;
    width: 30px
}

.modal-spinner {
    background-color: #111;
    border-radius: 5px;
    display: none;
    height: 20px;
    left: 50%;
    padding: 12px 16px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.modal-spinner>div {
    -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
    animation: sk-stretchdelay 1.2s ease-in-out infinite;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    height: 20px;
    margin: 0 1px;
    width: 2px
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    to {
        -webkit-transform: scaleY(.5)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    to {
        transform: scaleY(.5);
        -webkit-transform: scaleY(.5)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.modal h1 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 0
}

.modal h1,
.modal h3,
.modal h4 {
    color: #313131;
    line-height: normal
}

.modal h3,
.modal h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 15px
}

.modal ol li,
.modal ul li {
    line-height: normal
}

.modal p,
.modal p span {
    color: #313131;
    line-height: normal;
    padding: 0 0 17px
}

.modal {
    -webkit-overflow-scrolling: touch;
    color: #313131;
    font-size: 14px;
    height: auto !important;
    line-height: 20px
}

@media (max-width:767px) {
    .modal {
        max-width: 100%;
        padding: 30px 20px
    }

    .modal h1 {
        font-size: 30px;
        line-height: normal
    }

    .blocker {
        padding: 20px 0
    }
}

.declined .logo img {
    display: block;
    margin: 20px 0 0;
    max-height: 70px;
    max-width: 172px;
    object-fit: contain
}

.popup-pre-loading-wrapper {
    background: #000000f2;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100
}

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

.popup-pre-loading-wrapper .popup .pre-loading-image {
    height: 80px;
    width: 80px
}

.popup-pre-loading-wrapper .popup .loading-image,
.popup-pre-loading-wrapper .popup .pre-loading-image {
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    margin: auto
}

.popup-pre-loading-wrapper .popup .loading-image {
    height: 70px;
    width: 70px
}

.popup-pre-loading-wrapper .popup h2 {
    font-size: 34px;
    line-height: normal;
    padding: 0 0 16px
}

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

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

.popup-pre-loading-wrapper .popup .product-image {
    background-size: contain !important;
    height: 207px;
    margin: 0 auto 6px;
    position: relative;
    width: 114px
}

.preloader-upsale {
    background: #ffffffe6;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.preloader-upsale img {
    left: 50%;
    margin-right: -50%;
    max-width: 200px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:768px) {
    .preloader-upsale img {
        left: 50%;
        margin-right: -50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.transaction-conf {
    background: url("");
    border: 4px solid #464646;
    margin-top: 15px;
    padding: 25px 0;
    position: relative
}

.transaction-conf .savings {
    padding-left: 30px
}

.transaction-conf .savings .row {
    margin: 0
}

.transaction-conf .savings h3 {
    color: #464646;
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left
}

.transaction-conf .savings .invoice {
    border: 0;
    left: 40px;
    position: relative;
    text-align: left
}

.transaction-conf .savings .invoice:before {
    background-image: url("");
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 22px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 25px
}

.transaction-conf .savings .invoice .conf-price {
    color: #464646;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 42px
}

.transaction-conf .savings .invoice .conf-name {
    color: #464646;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    margin-right: 10px
}

.transaction-conf .savings #upsalesTransaction .invoice .conf-name {
    margin-right: 0
}

.transaction-conf .thumbs-up {
    bottom: 0;
    position: absolute;
    right: 20px
}

.transaction-conf #upsalesTransaction {
    margin-bottom: 10px
}

.transaction-conf .descriptionTransaction .descriptionId {
    color: #fe2321;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    margin: 0
}

.transaction-conf .descriptionTransaction p {
    color: #464646;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    text-align: left
}

@media (max-width:1199px) {
    .transaction-conf .savings h3 {
        font-size: 45px
    }

    .transaction-conf .savings .invoice div {
        font-size: 23px
    }

    .transaction-conf .descriptionTransaction p {
        font-size: 22px
    }

    .transaction-conf .descriptionTransaction .descriptionId {
        font-size: 36px;
        top: 20px
    }

    .transaction-conf .savings .invoice {
        max-width: 590px
    }

    .transaction-conf .savings .invoice .conf-name {
        font-size: 28px
    }
}

@media (max-width:995px) {
    .transaction-conf .savings {
        padding-left: 10px
    }

    .transaction-conf .savings h3 {
        font-size: 34px
    }

    .transaction-conf .descriptionTransaction p {
        font-size: 20px
    }

    .transaction-conf .descriptionTransaction .descriptionId {
        font-size: 34px
    }

    .transaction-conf .thumbs-up {
        bottom: 0;
        position: absolute;
        right: -13px
    }

    .transaction-conf .savings .invoice div {
        font-size: 19px;
        line-height: 35px
    }

    .transaction-conf .savings .invoice:before {
        height: 16px;
        left: -30px;
        top: 13px;
        width: 19px
    }

    .transaction-conf .savings .invoice {
        left: 30px
    }

    .transaction-conf .descriptionId {
        font-size: 38px
    }

    .thumbsup {
        height: auto;
        width: 192px
    }
}

@media (max-width:768px) {
    .transaction-conf .savings h3 {
        font-size: 28px;
        line-height: 55px;
        margin-bottom: -5px
    }

    .transaction-conf .savings {
        padding-left: 0
    }

    .transaction-conf .savings .invoice .conf-name,
    .transaction-conf .savings .invoice .conf-price {
        font-size: 17px;
        line-height: 32px
    }

    .transaction-conf .savings .invoice:before {
        height: 14px;
        left: -25px;
        top: 10px;
        width: 16px
    }

    .transaction-conf .savings .invoice {
        left: 25px
    }

    .transaction-conf .savings .invoice .conf-name {
        margin-right: 5px
    }

    .transaction-conf {
        padding: 15px 0
    }

    .transaction-conf .descriptionId {
        font-size: 25px;
        text-align: center
    }

    .transaction-conf {
        border: 4px solid #000
    }

    .transaction-conf .descriptionTransaction .descriptionId {
        font-size: 24px;
        position: static
    }

    .transaction-conf .descriptionTransaction {
        max-width: 340px
    }

    .transaction-conf .descriptionTransaction p {
        font-size: 17px;
        line-height: 20px
    }
}

@media (max-width:650px) {
    .transaction-conf .savings .invoice {
        max-width: 350px
    }
}

@media (max-width:580px) {

    .transaction-conf .col-sm-9,
    .transaction-conf .col-xs-12 {
        padding-left: 10px;
        padding-right: 10px
    }

    .transaction-conf .thumbs-up {
        display: none
    }

    .transaction-conf {
        overflow-x: hidden
    }

    .transaction-conf .savings .invoice {
        max-width: 90%
    }
}

@media (max-width:430px) {
    .transaction-conf .savings h3 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 0
    }

    .transaction-conf .descriptionTransaction p {
        font-size: 16px;
        font-size: 14px;
        line-height: 20px
    }
}

.form-cards {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    list-style-type: none;
    margin: 8px 0 12px;
    padding: 0;
    text-align: center
}

.form-cards li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle
}

.form-cards li.first-text {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px
}

.form-cards img {
    display: block;
    height: 27px
}

input,
select {
    outline: none !important
}

#pagecontainer .form-cards img,
.checkout-p .form-cards img,
.checkout-page .form-cards img {
    margin: 0 3px;
    width: 42px
}

#pagecontainer .form-cards li,
.checkout-p .form-cards li,
.checkout-page .form-cards li {
    margin: 0
}

#pagecontainer .form-cards li:first-child,
.checkout-p .form-cards li:first-child,
.checkout-page .form-cards li:first-child {
    display: inline-block !important;
    margin-right: 4px
}

#pagecontainer .form-cards,
.checkout-p .form-cards,
.checkout-page .form-cards {
    margin: 12px 0 -6px
}

form button:disabled,
form input:disabled {
    opacity: .5
}

@media (max-width:1199px) {
    .form-cards li.first-text {
        display: block;
        margin-bottom: 4px
    }
}

@media (max-width:345px) {

    #pagecontainer .form-cards img,
    .checkout-p .form-cards img,
    .checkout-page .form-cards img {
        width: 36px
    }

    #pagecontainer .form-cards,
    .checkout-p .form-cards,
    .checkout-page .form-cards {
        font-size: 13px
    }
}

body {
    margin: 0;
    overflow-x: hidden
}

figure,
footer,
header,
section {
    display: block
}

figure {
    margin: 1em 40px
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: initial;
    text-decoration: none
}

b {
    font-weight: inherit;
    font-weight: bolder
}

img {
    border-style: none
}

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible
}

button {
    text-transform: none
}

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

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

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

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

ul {
    padding: 0
}

a,
h2,
h3,
h4,
h5,
li,
p,
span,
ul {
    margin: 0
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: Mulish, sans-serif;
    font-size: 18px
}

.container {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 1180px
}

.header-main {
    background: #eee;
    overflow: hidden
}

.header-main .header-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.header-main .header-content .left-half {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: calc(100% - 850px)
}

.header-main .header-content .left-half .left-half-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 100px;
    width: 420px
}

.header-main .header-content .left-half .left-half-content a {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: max-content
}

.header-main .header-content .right-half {
    position: relative;
    width: 877px
}

.header-main .header-content .menu {
    margin-left: -50px;
    z-index: 1
}

.header-main .header-content .logo {
    margin-top: 13px
}

.header-main .header-content .menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-main .header-content .menu li {
    list-style: none;
    margin-left: 30px
}

.header-main .header-content .menu li a {
    color: #333;
    display: inline-block;
    font-size: 14px
}

.main-sec {
    background-color: #eee;
    height: 750px;
    position: relative
}

.main-sec .main-sec-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.main-sec .main-sec-content .left-half {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: calc(100% - 863px)
}

.main-sec .main-sec-content .left-half .left-half-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 100px;
    width: 420px
}

.main-sec .main-sec-content .right-half {
    overflow: hidden;
    width: 863px
}

.main-sec .main-sec-content .left-half .flag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px;
    margin-top: 88px
}

.main-sec .main-sec-content .left-half .flag img {
    height: 34px;
    max-width: 56px
}

.main-sec .main-sec-content .left-half .flag p {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px
}

.main-sec .main-sec-content .left-half h2 {
    color: #e54b4e;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 50px;
    width: 400px
}

.main-sec .main-sec-content .left-half ul li {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    margin-bottom: 10px;
    position: relative
}

.main-sec .main-sec-content .left-half ul li:before {
    content: "—";
    left: -25px;
    position: absolute
}

.main-sec .main-sec-content .left-half ul {
    margin-bottom: 38px;
    padding-left: 24px
}

.main-sec .main-sec-content .left-half h3 {
    color: #e54b4e;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 52px
}

.main-sec .main-sec-content .left-half h3 img {
    left: 4px;
    margin-right: 8px;
    position: relative;
    top: 4px
}

.main-sec .main-sec-content .left-half .btn {
    align-items: center;
    background: #3dc051;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 900;
    height: 70px;
    justify-content: center;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 280px
}

.main-sec .main-sec-content .left-half .btn span {
    color: #fff;
    display: block;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.main-sec .main-sec-content .left-half .btn:after {
    background-image: url("8c77017aa87173cbde1c7113ce5b7e77.svg");
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    right: -100px;
    top: 0;
    width: 100px
}

.main-sec .main-sec-content .right-half {
    position: relative
}

.main-sec .main-sec-content .right-half .bottle-main {
    position: absolute;
    right: -64px;
    top: 45px;
    z-index: 1
}

.main-sec .main-sec-content .right-half .ico {
    position: absolute;
    right: 365px;
    top: 241px;
    z-index: 2
}

.main-sec .main-sec-content .right-half .main-bg {
    height: 792px;
    width: auto
}

.main-sec .main-sec-content .right-half .sponsors {
    bottom: 32px;
    position: absolute;
    right: 46px;
    z-index: 1
}

.why {
    background: #fafafa;
    overflow: hidden;
    padding: 100px 0
}

.why .why-content h2 {
    color: #333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative
}

.why .why-content h2:after {
    background-image: url("c741cd4b00261b8605661b3c1ba31fa8.svg");
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    height: 35px;
    margin-left: 3px;
    padding-top: 0;
    position: absolute;
    top: 13px;
    width: 1000%
}

.why .why-content h3 {
    color: #333;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 50px;
    text-indent: 1px;
    text-transform: uppercase;
    width: 580px
}

.why .why-content .top-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 57px
}

.why .why-content .top-list .itm {
    background: #eee;
    height: 540px;
    width: 380px
}

.why .why-content .top-list .itm img {
    height: 380px;
    margin-bottom: 27px;
    width: 100%
}

.why .why-content .top-list .itm h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.why .why-content .top-list .itm p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding: 0 10px
}

.why .why-content h5 {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
    text-transform: uppercase
}

.why .why-content .bottom-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.why .why-content .bottom-list .itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 355px;
    width: 280px
}

.why .why-content .bottom-list .itm img {
    height: 280px;
    width: 100%
}

.why .why-content .bottom-list .itm p {
    align-items: center;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    height: 76px;
    justify-content: center;
    line-height: 23px;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.rush {
    background: #e54b4e;
    height: 150px
}

.rush .rush-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    justify-content: space-between
}

.rush .rush-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.rush .rush-content .btn {
    background: #333;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    height: 70px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    width: 280px
}

.benefits {
    background: -webkit-gradient(linear, left bottom, left top, from(#e7e6ea), to(#e7e6ea)), #a9d1a2;
    background: -o-linear-gradient(bottom, #e7e6ea, #e7e6ea), #a9d1a2;
    background: linear-gradient(0deg, #e7e6ea, #e7e6ea), #a9d1a2;
    overflow: hidden;
    padding: 100px 0 65px
}

.benefits h2 {
    color: #333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative
}

.benefits h2:after {
    background-image: url("423a8d04198219aeb2f582191a7a353c.svg");
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    height: 35px;
    margin-left: 3px;
    padding-top: 0;
    position: absolute;
    top: 13px;
    width: 1000%
}

.benefits .benefits-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.benefits .benefits-content .left-half,
.benefits .benefits-content .right-half {
    width: 400px
}

.benefits .benefits-content .itm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    width: 100%
}

.benefits .benefits-content .itm:last-child {
    margin-bottom: 0
}

.benefits .benefits-content .itm .text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.benefits .benefits-content .itm .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-right: 5px
}

.benefits .benefits-content .itm img {
    height: 120px;
    width: 120px
}

.benefits .benefits-content .middle img {
    height: auto;
    margin-top: 0;
    position: relative;
    width: 380px
}

.benefits .benefits-content .right-half .itm .text h3 {
    text-align: right
}

.benefits .benefits-content .right-half .itm .text p {
    padding-right: 0;
    text-align: right
}

.problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    overflow: hidden
}

.problem .problem-half h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 25px
}

.problem .problem-half h2,
.problem .problem-half h3 {
    font-weight: 900;
    text-align: center;
    text-transform: uppercase
}

.problem .problem-half h3 {
    font-size: 24px;
    line-height: 30px;
    max-width: 530px
}

.problem .problem-half:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffd86b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 650px)
}

.problem .problem-half:nth-child(2) {
    background: #f6f7f9;
    width: 650px
}

.problem .problem-half img {
    display: block;
    height: 500px;
    margin: 0 auto;
    width: auto
}

.problem-list {
    background: #ffe08a;
    padding: 100px 32px 85px
}

.problem-list ul {
    padding-left: 12px
}

.problem-list ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

.how-it-work {
    background: #a2cbd1;
    overflow: hidden;
    padding: 100px 0 95px
}

.how-it-work h2 {
    color: #333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 46px;
    position: relative
}

.how-it-work h2:after {
    background-image: url("b142e3c716b76e1fc462867a89d1044f.svg");
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    height: 35px;
    margin-left: 3px;
    padding-top: 0;
    position: absolute;
    top: 13px;
    width: 1000%
}

.how-it-work .how-it-work-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.how-it-work .how-it-work-content .left-half,
.how-it-work .how-it-work-content .right-half {
    width: 375px
}

.how-it-work .how-it-work-content .itm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 136px;
    margin-top: 10px;
    width: 100%
}

.how-it-work .how-it-work-content .right-half .itm {
    margin-bottom: 149px;
    margin-top: 3px
}

.how-it-work .how-it-work-content .itm:last-child {
    margin-bottom: 0
}

.how-it-work .how-it-work-content .itm .text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.how-it-work .how-it-work-content .itm .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.how-it-work .how-it-work-content .itm img {
    height: 60px;
    margin-left: 50px;
    min-width: 60px
}

.how-it-work .how-it-work-content .middle img {
    height: 410px;
    margin-top: 4px;
    width: 300px
}

.how-it-work .how-it-work-content .right-half .itm .text h3,
.how-it-work .how-it-work-content .right-half .itm .text p {
    text-align: right
}

.how-it-work .how-it-work-content .right-half .itm img {
    margin-left: 0;
    margin-right: 50px
}

.how-it-work .how-it-work-content .right-half .itm:first-child img {
    margin-top: -17px
}

.science {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px
}

.science .science-half:nth-child(2) h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase
}

.science .science-half:nth-child(2) img {
    margin-left: -56px;
    position: relative;
    right: -114px;
    top: -9px
}

.science .science-half:first-child {
    width: 650px
}

.science .science-half:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #99cd90;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: calc(100% - 650px)
}

.science .science-half:first-child img {
    display: block;
    height: 500px;
    width: auto
}

.step {
    background: #e7e6ea;
    padding: 100px 0
}

.step .step-content .text {
    margin-bottom: 100px
}

.step .step-content .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 23px
}

.step .step-content .text p:last-child {
    margin-bottom: 0
}

.step .step-content .step-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.step .step-content .step-list .itm {
    background: #eee;
    height: 480px;
    position: relative;
    width: 380px
}

.step .step-content .step-list .itm:after {
    background-image: url("bcd0ea6779fa3d6302cfbe04fb94b8e6.svg");
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100px;
    z-index: 1
}

.step .step-content .step-list .itm:last-child:after {
    display: none
}

.step .step-content .step-list .itm img {
    height: 380px;
    width: 100%
}

.step .step-content .step-list .itm h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding: 26px 0 20px;
    text-align: center;
    text-transform: uppercase
}

.how-to-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    overflow: hidden
}

.how-to-use .how-to-use-half:first-child h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase
}

.how-to-use .how-to-use-half:first-child img {
    margin-right: -120px;
    position: relative
}

.how-to-use .how-to-use-half:nth-child(2) {
    width: 650px
}

.how-to-use .how-to-use-half:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2c5ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: calc(100% - 650px)
}

.how-to-use .how-to-use-half:nth-child(2) img {
    display: block;
    height: 500px;
    width: auto
}

.how-to-use-list {
    background: #e7e6ea;
    padding: 100px 0
}

.how-to-use-list ul li {
    list-style: none;
    margin-bottom: 23px
}

.how-to-use-list ul li h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.how-to-use-list h4,
.how-to-use-list ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

.how-to-use-list h4 {
    font-style: italic
}

.how-to-use-list h4 span {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.compare {
    background: #a9d1a2;
    overflow: hidden;
    padding: 100px 0 50px
}

.compare h2 {
    color: #333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative
}

.compare h2:after {
    background-image: url("6c5cba6c63091f400b7efc0104c74793.svg");
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    height: 35px;
    margin-left: 3px;
    padding-top: 0;
    position: absolute;
    top: 13px;
    width: 1000%
}

.compare .compare-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.compare .compare-content .left-half,
.compare .compare-content .right-half {
    width: 400px
}

.compare .compare-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-left: 55px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.compare .compare-content .right-half h3 {
    padding-left: 0;
    padding-right: 80px
}

.compare .compare-content .itm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.compare .compare-content .itm h4 {
    font-size: 18px;
    font-weight: 700;
    width: 80px
}

.compare .compare-content .right-half .itm h4 {
    text-align: right
}

.compare .compare-content .itm .progress {
    background: #fdff94;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 5px;
    width: 320px
}

.compare .compare-content .itm .progress>div {
    background: #fd715d
}

.compare .compare-content .left-half .itm:nth-child(2) .progress div {
    height: 100%;
    width: 100%
}

.compare .compare-content .left-half .itm:nth-child(3) .progress div {
    height: 100%;
    width: 170px
}

.compare .compare-content .left-half .itm:nth-child(4) .progress div {
    height: 100%;
    width: 261px
}

.compare .compare-content .left-half .itm:nth-child(5) .progress div,
.compare .compare-content .left-half .itm:nth-child(6) .progress div {
    height: 100%;
    width: 100%
}

.compare .compare-content .left-half .itm:nth-child(7) .progress div {
    height: 100%;
    width: 130px
}

.compare .compare-content .middle {
    padding-top: 60px;
    width: 380px
}

.compare .compare-content .middle h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 23px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase
}

.compare .compare-content .right-half .itm .progress>div {
    background: #cdcdcd
}

.compare .compare-content .right-half .itm .progress {
    background-color: #fff
}

.compare .compare-content .right-half .itm:nth-child(2) .progress div {
    height: 100%;
    width: 233px
}

.compare .compare-content .right-half .itm:nth-child(3) .progress div {
    height: 100%;
    width: 87px
}

.compare .compare-content .right-half .itm:nth-child(4) .progress div {
    height: 100%;
    width: 160px
}

.compare .compare-content .right-half .itm:nth-child(5) .progress div {
    height: 100%;
    width: 165px
}

.compare .compare-content .right-half .itm:nth-child(6) .progress div {
    height: 100%;
    width: 87px
}

.compare .compare-content .right-half .itm:nth-child(7) .progress div {
    height: 100%;
    width: 284px
}

.testimonials {
    background: #e7e6ea;
    overflow: hidden;
    padding: 100px 0 98px
}

.testimonials h2 {
    color: #333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative
}

.testimonials h2:after {
    background-image: url("108d775e9575719ecc678a734e531966.svg");
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    height: 35px;
    margin-left: 3px;
    padding-top: 0;
    position: absolute;
    top: 13px;
    width: 1000%
}

.testimonials .testimonials-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.testimonials .testimonials-list .itm {
    background: #eee;
    height: 420px;
    position: relative;
    width: 280px
}

.testimonials .testimonials-list .itm .stars {
    margin-bottom: 44px;
    margin-left: 15px;
    margin-top: 15px;
    width: 100px
}

.testimonials .testimonials-list .itm .reviews {
    position: absolute;
    right: 15px;
    top: 15px
}

.testimonials .testimonials-list .itm p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    min-height: 234px;
    padding: 0 15px
}

.testimonials .testimonials-list .itm .info {
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials .testimonials-list .itm .info img {
    height: 100px;
    width: 100px
}

.testimonials .testimonials-list .itm .info .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px)
}

.testimonials .testimonials-list .itm .info .text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase
}

.testimonials .testimonials-list .itm .info .text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase
}

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 793px;
    overflow: hidden
}

.faq .faq-half,
.faq h2 {
    position: relative
}

.faq h2 {
    color: #333;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 50px;
    width: 650px
}

.faq h2:after {
    background-image: url("7feecf90db40f3a75ec7023340976ab6.svg");
    background-size: contain;
    color: #fff;
    content: "";
    display: inline-block;
    height: 44px;
    margin-left: 3px;
    padding-top: 0;
    position: absolute;
    top: 13px;
    width: 1000%
}

.faq .faq-half:nth-child(2) {
    width: 530px
}

.faq .faq-half:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #bacfea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0;
    width: calc(100% - 530px)
}

.faq .faq-half:nth-child(2) img {
    display: block;
    height: 800px;
    width: auto
}

.faq .faq-half ul {
    padding-left: 50px;
    width: 690px
}

.faq .faq-half ul li {
    list-style: none;
    margin-bottom: 23px
}

.faq .faq-half ul li h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase
}

.faq .faq-half ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
}

.form-sec {
    background-color: #d6dee9;
    overflow: hidden;
    padding: 100px 0
}

.form-sec .form-falf:first-child {
    background: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 380px
}

.form-sec .view {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.form-sec .view img {
    height: auto;
    left: -3px;
    margin-right: 7px;
    position: relative;
    width: 22px
}

.form-sec .view p {
    color: #e54b4e;
    font-size: 14px;
    font-weight: 400
}

.form-sec h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.form-sec h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center
}

.form-sec form label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.form-sec form .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.form-sec form .form-holder {
    width: 100%
}

.form-sec form .row .form-holder {
    width: 155px
}

.form-sec form input,
.form-sec form select {
    background: #ddd;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    height: 35px;
    margin-bottom: 10px;
    outline: none;
    padding: 0 10px;
    width: 100%
}

select {
    -webkit-appearance: none !important;
    background-image: url("d5710a55fd3d75b75d352c7505eb9e66.svg") !important;
    background-position: 95% !important;
    background-repeat: no-repeat !important
}

.form-sec form input::-webkit-input-placeholder {
    color: #33333380;
    font-size: 14px
}

.form-sec form input::-moz-placeholder {
    color: #33333380;
    font-size: 14px
}

.form-sec form input:-ms-input-placeholder {
    color: #33333380;
    font-size: 14px
}

.form-sec form input::-ms-input-placeholder {
    color: #33333380;
    font-size: 14px
}

.form-sec form .push {
    align-items: center;
    background: #3dc051;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: Mulish, sans-serif;
    font-size: 24px;
    font-weight: 900;
    height: 70px;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 14px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.form-sec form .push span {
    color: #fff;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.safe-new .top {
    align-items: center;
    display: flex;
    justify-content: center
}

.safe-new .top img {
    margin-right: 5px
}

.safe-new .top p {
    color: #343434;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    padding-left: 5px;
    text-align: center;
    text-transform: capitalize
}

.safe-new .form-cards li {
    margin: 0 7px
}

.form-sec form .safe {
    display: block;
    margin: 0 auto;
    width: 279px
}

.form-sec .form-falf:nth-child(2) {
    overflow: hidden;
    position: relative;
    width: calc(100% - 380px)
}

.form-sec .form-falf:nth-child(2) .bg {
    height: 880px;
    width: auto
}

.form-sec .form-falf:nth-child(2) .bottle {
    bottom: 40px;
    left: 30px;
    position: absolute
}

.form-sec .form-sec-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 880px
}

.footer-main {
    background: #eee;
    padding: 100px 0 50px
}

.footer-main ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e70ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 20px
}

.footer-main ul li {
    list-style: none
}

.footer-main ul li a {
    color: #1e70ba;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    text-decoration: underline
}

.footer-main p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 20px;
    max-width: 1000px;
    text-align: center
}

.footer-main p:last-child {
    margin-bottom: 0
}

.popup-loading-wrapper .popup .product-image {
    background: url("e2ea4ca5ba5cf50331ed7f97a91c64ef.png") no-repeat !important;
    background-size: contain !important;
    height: 275px !important;
    left: 4px;
    position: relative;
    width: 170px !important
}

.promo-field input:disabled {
    -webkit-text-fill-color: #222;
    border: 2px solid #04c500 !important;
    box-shadow: none !important;
    color: #222 !important;
    font-weight: 400;
    opacity: 1 !important
}

.promo-field span {
    color: #3dc051
}

.form-sec .form-falf:first-child {
    padding-top: 28px
}

.form-sec form input {
    margin-bottom: 11px
}

.form-sec form label {
    margin-bottom: 4px
}

.form-sec h3 {
    margin-bottom: 15px
}

.form-sec h2 {
    margin-bottom: 5px
}

.form-sec .view {
    margin-bottom: 4px
}

@media (max-width:1400px) {
    .main-sec .main-sec-content .right-half {
        width: 750px
    }

    .main-sec .main-sec-content .left-half {
        width: calc(100% - 800px)
    }

    .header-main .header-content .right-half {
        width: 800px
    }

    .header-main .header-content .left-half {
        width: calc(100% - 800px)
    }

    .main-sec .main-sec-content .right-half .bottle-main {
        right: -106px
    }

    .main-sec .main-sec-content .right-half .ico {
        right: 320px
    }

    .main-sec .main-sec-content .right-half .sponsors {
        right: 20px
    }

    .main-sec .main-sec-content .left-half .left-half-content {
        margin-left: 40px
    }

    .header-main .header-content .left-half .left-half-content {
        margin-left: 15px
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 980px
    }

    .how-it-work .how-it-work-content .right-half .itm {
        margin-bottom: 130px
    }

    .compare .compare-content h3 {
        padding-left: 7px
    }

    .header-main .header-content .menu li {
        margin-left: 10px
    }

    .why .why-content .top-list .itm {
        height: 455px;
        width: 32%
    }

    .why .why-content .top-list .itm img {
        height: auto;
        margin-bottom: 13px
    }

    br {
        display: none
    }

    .compare .compare-content .right-half .itm h4 br {
        display: block
    }

    .why .why-content .top-list .itm p {
        font-size: 16px
    }

    .why .why-content .bottom-list .itm {
        height: 315px;
        width: 24%
    }

    .why .why-content .bottom-list .itm img {
        height: 235px
    }

    .rush .rush-content .btn {
        font-size: 20px;
        width: 310px
    }

    .rush .rush-content p {
        font-size: 24px;
        max-width: 555px
    }

    .benefits .benefits-content .middle img {
        height: auto;
        margin-top: 100px;
        width: 225px
    }

    .benefits .benefits-content .itm .text h3 {
        font-size: 16px
    }

    .benefits .benefits-content .itm img {
        height: 90px;
        margin: 0 5px;
        min-width: 90px
    }

    .benefits .benefits-content .left-half,
    .benefits .benefits-content .right-half {
        width: 380px
    }

    .problem .problem-half:nth-child(2) {
        width: 440px
    }

    .problem .problem-half:first-child {
        width: calc(100% - 440px);
        z-index: 1
    }

    .problem .problem-half img {
        margin-left: -50px
    }

    .how-it-work .how-it-work-content .itm img {
        margin-left: 10px
    }

    .how-it-work .how-it-work-content .right-half .itm img {
        margin-right: 10px
    }

    .how-it-work .how-it-work-content .itm .text h3 {
        font-size: 14px
    }

    .how-it-work .how-it-work-content .left-half,
    .how-it-work .how-it-work-content .right-half {
        width: 340px
    }

    .testimonials .testimonials-list .itm p {
        min-height: 210px
    }

    .how-it-work .how-it-work-content .middle img {
        height: auto;
        margin-top: 25px;
        width: 250px
    }

    .science .science-half:first-child {
        width: 500px
    }

    .science .science-half:first-child img {
        margin-left: -80px
    }

    .science .science-half:nth-child(2) {
        width: calc(100% - 450px)
    }

    .science .science-half:nth-child(2) img {
        margin-left: 0;
        right: -60px
    }

    .step .step-content .step-list .itm {
        height: auto;
        width: 32%
    }

    .step .step-content .step-list .itm:after {
        background-size: contain;
        height: 60px;
        right: -38px;
        top: 44%;
        width: 60px
    }

    .step .step-content .step-list .itm img {
        height: auto
    }

    .step .step-content .step-list .itm h3 {
        font-size: 15px
    }

    .how-to-use .how-to-use-half:nth-child(2) {
        width: 415px
    }

    .how-to-use .how-to-use-half:first-child {
        width: calc(100% - 415px);
        z-index: 1
    }

    .how-to-use .how-to-use-half:nth-child(2) img {
        margin-left: -100px
    }

    .how-to-use .how-to-use-half:first-child img {
        margin-right: -90px
    }

    .compare .compare-content .left-half,
    .compare .compare-content .right-half {
        width: 310px
    }

    .how-to-use .how-to-use-half:first-child h2 {
        margin-left: -50px
    }

    .compare .compare-content .middle h4 {
        font-size: 18px;
        line-height: 16px
    }

    .compare .compare-content .itm .progress {
        width: 235px
    }

    .compare .compare-content .left-half .itm:nth-child(3) .progress div {
        width: 110px
    }

    .compare .compare-content .left-half .itm:nth-child(4) .progress div {
        width: 165px
    }

    .compare .compare-content .left-half .itm:nth-child(7) .progress div {
        width: 80px
    }

    .compare .compare-content .right-half .itm:nth-child(2) .progress div {
        width: 155px
    }

    .compare .compare-content .right-half .itm:nth-child(4) .progress div,
    .compare .compare-content .right-half .itm:nth-child(5) .progress div {
        width: 50%
    }

    .compare .compare-content .right-half .itm:nth-child(7) .progress div {
        width: 180px
    }

    .testimonials .testimonials-list .itm p {
        font-size: 18px;
        line-height: 20px
    }

    .testimonials .testimonials-list .itm .info img {
        height: 70px;
        width: 70px
    }

    .testimonials .testimonials-list .itm {
        height: auto;
        width: 24%
    }

    .testimonials .testimonials-list .itm .stars {
        margin-bottom: 30px
    }

    .faq .faq-half:nth-child(2) {
        overflow: hidden;
        width: 420px
    }

    .faq .faq-half:nth-child(2) img {
        margin-left: -100px
    }

    .faq .faq-half:first-child {
        width: calc(100% - 420px)
    }

    .faq .faq-half ul {
        padding: 0 20px;
        width: calc(100% - 40px)
    }

    .faq h2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%
    }

    .form-sec .form-falf:nth-child(2) {
        overflow: hidden
    }

    .form-sec .form-falf:nth-child(2) .bg {
        margin-left: -40px
    }

    .main-sec .main-sec-content .left-half .flag p {
        width: 220px
    }

    .main-sec .main-sec-content .right-half .bottle-main {
        right: -150px
    }

    .main-sec .main-sec-content .right-half {
        width: 560px
    }

    .main-sec .main-sec-content .left-half {
        width: calc(100% - 560px)
    }

    .header-main .header-content .right-half {
        width: 650px
    }

    .header-main .header-content .left-half {
        width: calc(100% - 650px)
    }

    .header-main .header-content .left-half .left-half-content {
        width: 360px
    }

    .header-main .header-content .menu {
        margin-left: -20px
    }

    .main-sec .main-sec-content .right-half .ico {
        right: 275px;
        top: 246px
    }

    .science .science-half:nth-child(2) h2 {
        margin-right: -30px
    }

    .main-sec .main-sec-content .left-half .left-half-content {
        margin-left: 0
    }

    .header-main .header-content .menu {
        margin-left: 10px
    }

    .compare .compare-content .middle {
        width: 360px
    }

    .testimonials .testimonials-list .itm .info .text {
        width: calc(100% - 70px)
    }
}

@media (max-width:1024px) {
    .benefits .benefits-content .itm {
        min-height: 118px
    }
}

@media (max-width:1023px) {
    .testimonials .testimonials-list .itm .info .text h4.nz-geo {
        font-size: 16px
    }

    .main-sec .main-sec-content .left-half .left-half-content {
        margin-left: 15px
    }

    .main-sec .main-sec-content .right-half .sponsors {
        height: auto;
        width: 415px
    }

    .header-main .header-content .left-half {
        width: calc(100% - 570px)
    }

    .header-main .header-content .menu {
        margin-left: -20px
    }

    .faq .faq-half ul li p {
        font-size: 14px
    }

    .container {
        max-width: 870px
    }

    .header-main .header-content .menu li a {
        font-size: 13px
    }

    .benefits .benefits-content .left-half,
    .benefits .benefits-content .right-half {
        width: 325px
    }

    .problem,
    .problem .problem-half img {
        height: 400px
    }

    .problem .problem-half:nth-child(2) {
        width: 360px
    }

    .problem .problem-half:first-child {
        width: calc(100% - 360px)
    }

    .problem .problem-half h2 {
        font-size: 40px
    }

    .rush .rush-content p {
        font-size: 21px
    }

    .benefits .benefits-content .itm {
        margin-bottom: 100px
    }

    .how-it-work .how-it-work-content .left-half,
    .how-it-work .how-it-work-content .right-half {
        width: 300px
    }

    .how-it-work .how-it-work-content .itm {
        margin-bottom: 100px
    }

    .how-it-work .how-it-work-content .right-half .itm {
        margin-bottom: 113px
    }

    .science .science-half:first-child {
        width: 400px
    }

    .science .science-half:nth-child(2) {
        width: calc(100% - 400px)
    }

    .science .science-half:first-child img {
        display: block;
        height: 430px;
        margin-left: -100px
    }

    .science .science-half:nth-child(2) h2 {
        margin-right: -55px
    }

    .science {
        height: 430px
    }

    .how-to-use .how-to-use-half:first-child img {
        margin-right: -30px;
        width: 360px
    }

    .science {
        overflow: hidden
    }

    .step .step-content .step-list .itm h3 {
        font-size: 14px
    }

    .how-to-use .how-to-use-half:nth-child(2) {
        overflow: hidden;
        width: 350px
    }

    .how-to-use .how-to-use-half:first-child {
        width: calc(100% - 350px)
    }

    .how-to-use .how-to-use-half:nth-child(2) img {
        margin-left: -100px
    }

    .how-to-use .how-to-use-half:first-child h2 {
        font-size: 44px;
        margin-left: -80px
    }

    .testimonials .testimonials-list .itm p {
        font-size: 13px;
        line-height: 20px
    }

    .faq .faq-half:first-child {
        padding: 50px 0
    }

    .faq .faq-half:nth-child(2) {
        overflow: hidden;
        width: 400px
    }

    .faq .faq-half:first-child {
        width: calc(100% - 400px)
    }

    .faq .faq-half:nth-child(2) img {
        margin-left: -100px
    }

    .faq .faq-half ul li {
        margin-bottom: 20px
    }

    .main-sec .main-sec-content .right-half .bottle-main {
        height: auto;
        right: -145px;
        top: 60px;
        width: 500px
    }

    .main-sec .main-sec-content .right-half .ico {
        right: 193px;
        top: 213px;
        width: 107px
    }

    .main-sec .main-sec-content .left-half h3 {
        font-size: 13px
    }

    .main-sec .main-sec-content .right-half {
        width: 480px
    }

    .main-sec,
    .main-sec .main-sec-content .right-half .main-bg {
        height: 635px
    }

    .main-sec .main-sec-content .left-half .flag {
        margin-top: 50px
    }

    .main-sec .main-sec-content .left-half {
        width: calc(100% - 430px)
    }

    .main-sec .main-sec-content .left-half .left-half-content {
        width: 100%
    }

    .main-sec .main-sec-content .left-half h2 {
        font-size: 27px;
        width: 330px
    }

    .main-sec .main-sec-content .left-half ul li {
        font-size: 16px
    }

    .main-sec .main-sec-content .left-half .btn {
        font-size: 22px;
        width: 240px
    }

    .main-sec .main-sec-content .left-half ul {
        margin-bottom: 15px
    }

    .header-main .header-content .right-half {
        width: 600px
    }

    .header-main .header-content .left-half {
        width: calc(100% - 600px)
    }

    .header-main .header-content .left-half .left-half-content {
        width: 100%
    }

    .header-main .header-content .menu {
        margin-left: 0
    }

    .problem-list ul {
        padding-left: 30px
    }

    .compare .compare-content .middle h4 {
        font-size: 14px;
        line-height: 16px
    }

    .compare .compare-content .middle {
        width: 230px
    }

    .why .why-content .bottom-list .itm img {
        height: 208px
    }

    .why .why-content .bottom-list .itm p {
        height: 100px
    }

    .header-main .header-content .logo {
        margin-top: 8px;
        width: 120px
    }
}

@media (max-width:900px) {
    .testimonials .testimonials-list .itm .info .text h4.nz-geo {
        font-size: 12px
    }

    .main-sec .main-sec-content .right-half .sponsors {
        right: 8px
    }

    .why .why-content .bottom-list .itm img {
        height: 177px
    }

    .rush .rush-content p {
        max-width: 400px
    }

    .container {
        max-width: 740px
    }

    .main-sec .main-sec-content .left-half .btn {
        font-size: 20px;
        width: 200px
    }

    .main-sec .main-sec-content .left-half .btn span {
        font-size: 12px
    }

    .safe-new .top p {
        font-size: 14px
    }

    .main-sec .main-sec-content .right-half {
        width: 430px
    }

    .main-sec .main-sec-content .left-half {
        width: calc(100% - 430px)
    }

    .rush .rush-content p {
        font-size: 17px
    }

    .rush .rush-content .btn {
        font-size: 20px;
        width: 250px
    }

    .benefits .benefits-content .itm {
        margin-bottom: 60px
    }

    .benefits .benefits-content .middle img {
        width: 195px
    }

    .benefits .benefits-content .left-half,
    .benefits .benefits-content .right-half {
        width: 290px
    }

    .benefits .benefits-content .itm .text p {
        font-size: 13px
    }

    .problem .problem-half img {
        margin-left: -20px
    }

    .problem .problem-half h3 {
        font-size: 23px
    }

    .how-it-work .how-it-work-content .itm {
        margin-bottom: 60px
    }

    .how-it-work .how-it-work-content .right-half .itm {
        margin-bottom: 55px
    }

    .how-it-work .how-it-work-content .middle img {
        width: 220px
    }

    .how-it-work .how-it-work-content .left-half,
    .how-it-work .how-it-work-content .right-half {
        width: 251px
    }

    .how-it-work .how-it-work-content .itm img {
        height: 50px;
        min-width: 50px
    }

    .how-it-work .how-it-work-content .itm .text p {
        font-size: 12px
    }

    .science .science-half:first-child {
        width: 360px
    }

    .science .science-half:nth-child(2) {
        width: calc(100% - 360px)
    }

    .science .science-half:nth-child(2) img {
        height: auto;
        right: -33px;
        width: 150px
    }

    .science .science-half:nth-child(2) h2 {
        margin-right: -27px
    }

    .how-to-use,
    .how-to-use .how-to-use-half:nth-child(2) img {
        height: 430px
    }

    .how-to-use .how-to-use-half:first-child img {
        margin-right: -60px;
        width: 320px
    }

    .how-to-use .how-to-use-half:nth-child(2) {
        width: 310px
    }

    .how-to-use .how-to-use-half:first-child {
        width: calc(100% - 310px)
    }

    .how-to-use .how-to-use-half:first-child h2 {
        font-size: 39px;
        margin-left: -38px
    }

    .compare .compare-content .itm .progress {
        width: 190px
    }

    .compare .compare-content .middle h4 {
        font-size: 12px;
        line-height: 16px
    }

    .testimonials .testimonials-list .itm .info .text h4 {
        font-size: 14px
    }

    .faq .faq-half:first-child {
        width: calc(100% - 350px)
    }

    .faq .faq-half:nth-child(2) {
        width: 350px
    }

    .benefits .benefits-content .itm .text h3 {
        font-size: 13px
    }

    .why .why-content .top-list .itm {
        height: 400px
    }

    .why .why-content .bottom-list .itm {
        height: 275px
    }

    .testimonials .testimonials-list .itm .reviews {
        height: auto;
        width: 40px
    }

    .faq .faq-half ul li {
        margin-bottom: 15px
    }

    .form-sec .form-falf:first-child {
        width: 300px
    }

    .form-sec form .row .form-holder {
        width: 130px
    }

    .form-sec .view p {
        font-size: 13px
    }

    .form-sec .form-falf:first-child {
        padding: 30px 15px
    }

    .form-sec .form-falf:nth-child(2) {
        width: calc(100% - 300px)
    }

    .form-sec form .safe {
        width: 100%
    }

    .compare .compare-content .middle {
        width: 200px
    }

    .compare .compare-content .itm h4 {
        width: 65px
    }

    .compare .compare-content .left-half,
    .compare .compare-content .right-half {
        width: 260px
    }

    .form-sec .form-falf:first-child {
        padding-top: 15px
    }

    .compare .compare-content h3 {
        font-size: 15px;
        padding-left: 7px
    }
}

@media (max-height:830px) {
    .main-sec .main-sec-content .left-half .flag {
        margin-bottom: 30px;
        margin-top: 70px
    }

    .main-sec .main-sec-content .left-half h2,
    .main-sec .main-sec-content .left-half h3,
    .main-sec .main-sec-content .left-half ul {
        margin-bottom: 30px
    }
}

@media (max-height:770px) {
    .main-sec {
        height: 600px
    }

    .main-sec .main-sec-content .left-half .flag {
        margin-bottom: 25px;
        margin-top: 40px
    }

    .main-sec .main-sec-content .left-half h2,
    .main-sec .main-sec-content .left-half h3,
    .main-sec .main-sec-content .left-half ul {
        margin-bottom: 20px
    }

    .main-sec .main-sec-content .right-half .bottle-main {
        top: -25px
    }

    .main-sec .main-sec-content .right-half .sponsors {
        bottom: 15px
    }

    .main-sec .main-sec-content .right-half .ico {
        top: 170px
    }
}

@media (max-height:770px) and (max-width:1023px) {
    .main-sec .main-sec-content .right-half .bottle-main {
        top: 70px
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {

        #cardcode::placeholder,
        #cardnumber::placeholder {
            top: 1px
        }
    }
}

.ca {
    display: block;
    margin: 0 auto 20px
}

.cmp-show {
    display: none
}

.button *,
.modal *,
.modal .button,
.popup * {
    font-family: Inter, sans-serif !important
}