.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(0.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;
}
.right {
    float: right;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    line-height: 0;
}
.clear {
    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: -0.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: 0.5;
    padding: 8px 0 3px;
}
.popup-loading-wrapper .popup .product-image {
    background-size: contain;
    height: 207px;
    margin: 0 auto 6px;
    position: relative;
    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: -0.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 0.2s;
    width: 100%;
    z-index: 9999;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    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: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    to {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.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: 0.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(https://inte-gratedev.com/vaultx/trymanup/7328a4d454c91480a714cc2dfdeb71db.png);
    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(../images/3374eba33c023dada2ab6898c7ab169c.svg);
    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: 0.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;
    }
}
.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}
.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    border: 1px solid #0000;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    background: #fff;
    color: #464646;
    font: 16px/1.5 Helvetica, sans-serif;
    margin: 0;
    min-width: 768px;
    overflow-y: scroll;
}
* {
    max-height: 1000000px;
}
figure,
header,
section {
    display: block;
}
img {
    border-style: none;
    height: auto;
}
a {
    color: #464646;
}
a,
a:hover {
    text-decoration: none;
}
input,
select {
    color: #fff;
    font: 14px/17px Helvetica, Arial, sans-serif;
    vertical-align: middle;
}
form {
    border-style: none;
    margin: 0;
    padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button {
    -webkit-appearance: button;
    overflow: visible;
}
button,
button:hover {
    cursor: pointer;
}
input[type="email"],
input[type="tel"],
input[type="text"],
select {
    border: 1px solid grey;
    margin: 0;
    padding: 8px 9px;
}
select {
    line-height: 29px;
    padding: 0 5px;
}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus {
    outline: none;
}
h1,
h2,
h3,
h4 {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
}
h1 {
    font-family: Anton, sans-serif;
    line-height: 1.06;
    margin: 0 0 7px;
}
p {
    margin: 0 0 10px;
}
.button,
.popup,
.popup h1,
.popup h2,
.popup h4 {
    font-family: Inter, Arial, Helvetica, sans-serif;
}
.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1210px;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.left {
    float: left;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.df {
    display: flex;
}
.ttu {
    text-transform: uppercase;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.popup-loading-wrapper .popup .product-image {
    background: url(be87732ccfad2681b60cd40d0da98be1.png) no-repeat 50% / contain;
    height: 250px;
    width: 192px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .popup-loading-wrapper .popup .product-image {
        background-image: url(1e7728bd2b60d6cb65bacc892858069d.png);
    }
}
#header {
    background: #0d0d0d;
    left: 0;
    padding: 7px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.logo-main {
    margin: 0 60px 0 35px;
    width: 149px;
}
.nav {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 1.29;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav li:not(:first-child) {
    margin-left: 17px;
}
.nav a {
    border-bottom: 1px solid #ffffff52;
    color: #f4f4f4;
    padding: 4px 8px;
}
.nav a:hover {
    border-bottom: 1px solid #ffb800;
    color: #ffb800;
}
@supports (-webkit-touch-callout: none) {
    .nav a:hover {
        border-bottom: 1px solid #ffffff52;
        color: #f4f4f4;
    }
}
#benefits,
#compare,
#hiw,
#htu,
#science,
#solved,
#testimonials,
#why {
    position: relative;
    top: -60px;
}
.section-1 {
    background-color: #000;
    color: #fff;
    margin-bottom: 42px;
    margin-top: 50px;
    overflow: hidden;
    padding: 24px 0 43px;
}
.bg-left {
    position: absolute;
    right: -158px;
    top: -24px;
}
.description__box {
    position: relative;
}
.section-1 h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 5px;
}
.section-1 h1 span {
    color: #1456ca;
    display: block;
}
h1 {
    font-size: 32px;
}
.description__box {
    padding-bottom: 5px;
    width: 33.3%;
}
.description__box:first-child {
    position: relative;
}
.description__box:nth-child(2) {
    padding-left: 57px;
    padding-right: 5px;
}
.logos {
    width: 338px;
}
.description__box:first-child .logos {
    bottom: -35px;
    left: -5px;
    position: absolute;
    width: 350px;
}
.description__box:nth-child(2) .logos {
    display: none;
}
.text1 {
    color: #f69301;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 7px;
}
.title1 {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
.info-list,
.title1 {
    font-family: Anton, sans-serif;
}
.info-list {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    list-style-type: none;
    margin: 0 0 28px;
    padding: 0;
}
.info-list .mark {
    color: #1456ca;
    text-transform: uppercase;
}
.info-list li {
    padding-left: 16px;
    position: relative;
}
.info-list li:not(:last-child) {
    margin-bottom: 9px;
}
.info-list li:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}
.text2 {
    align-items: center;
    color: #f43218;
    display: flex;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 22px;
    padding-left: 30px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.text2:before {
    background: url(../images/07e97c969ea570d28cd76d9839a37240.svg) no-repeat 50% / contain;
    content: "";
    height: 23px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
}
.arrow-text span {
    color: #292929;
}
.arrow-text {
    background: url(../images/c35bd03ba68a3a374bde0f1107bb7ba1.png) no-repeat 50%/100%;
    color: #734400;
    font-family: Anton, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 -51px 0 -58px;
    padding: 12px 53px;
    text-transform: capitalize;
}
.arrow-text span {
    font-size: 24px;
    margin-left: 32px;
}
.geo-box {
    font-family: Anton, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 67px;
    padding-left: 6px;
    position: relative;
    z-index: 1;
}
.flag {
    height: 26px;
    margin-right: 2px;
    width: 42px;
}
.flag,
.geo-text {
    vertical-align: middle;
}
.bottle-box {
    margin-bottom: 17px;
    position: relative;
}
.bottle-box .bottle {
    left: -12px;
    margin: 0 auto;
    position: relative;
}
.section-11 .bottle-box .gummy {
    right: 51px;
    width: 88px;
}
.bottle-box .gummy {
    bottom: -11px;
    position: absolute;
    right: 86px;
    width: 81px;
}
.bottle-box:before {
    background: #153f89;
    border-radius: 50px;
    box-shadow: 0 0 50px #153f89;
    content: "";
    filter: blur(40.5px);
    height: 310px;
    margin-right: 8px;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(50%);
    width: 260px;
}
.labels {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4.6%;
    top: -11px;
}
.labels li:not(:last-child) {
    margin-bottom: 5px;
}
.labels img {
    display: block;
    width: 72px;
}
.rush-btn {
    align-items: center;
    background: #3dc051;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-family: Anton;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    height: 64px;
    justify-content: center;
    left: -6px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 246px;
}
#header .rush-btn {
    font-size: 16px;
    height: 32px;
    left: 0;
    line-height: normal;
    margin-left: 58px;
    width: 162px;
}
.rush-btn:hover {
    background: #129526;
    cursor: pointer;
}
.rush-btn:after {
    background: url(../images/c7c4f5f7ac3186667d1a1c6c474ade65.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    height: 16px;
    left: 2px;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
h1.lines {
    margin-bottom: 16px;
}
.section-4 h1.lines {
    margin-bottom: 6px;
}
h1.lines .text {
    position: relative;
}
h1.lines .text:after,
h1.lines .text:before {
    background: #1456ca;
    content: "";
    height: 4px;
    margin-top: 3px;
    position: absolute;
    top: 38%;
    transform: translateY(-38%);
    width: 250px;
}
h1.lines .text:after {
    left: calc(100% + 41px);
}
h1.lines .text:before {
    right: calc(100% + 41px);
}
.section-3 h1.lines .text:after {
    left: calc(100% + 14px);
    width: 279px;
}
.section-3 h1.lines .text:before {
    right: calc(100% + 24px);
    width: 279px;
}
.section-4 h1.lines .text:after {
    left: calc(100% + 14px);
    width: 223px;
}
.section-4 h1.lines .text:before {
    right: calc(100% + 21px);
    width: 223px;
}
.section-5 h1.lines .text:after,
.section-7 h1.lines .text:after {
    left: calc(100% + 16px);
}
.section-5 h1.lines .text:before,
.section-7 h1.lines .text:before {
    right: calc(100% + 14px);
}
.section-8 h1.lines .text:before {
    right: calc(100% + 16px);
}
.section-8 h1.lines .text:after {
    left: calc(100% + 19px);
}
.section-9 h1.lines .text:before {
    right: calc(100% + 10px);
    width: 232px;
}
.section-9 h1.lines .text:after {
    left: calc(100% + 10px);
    width: 232px;
}
.section-10 h1.lines .text:before {
    right: calc(100% + 21px);
    width: 292px;
}
.section-10 h1.lines .text:after {
    left: calc(100% + 19px);
    width: 292px;
}
.title2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0 auto 17px;
    max-width: 580px;
}
.list-1 {
    line-height: 1.25;
    margin: 0 -11px 48px;
}
.list-1 .item {
    float: left;
    padding: 0 10px;
    width: 33.333%;
}
.list-1__img {
    display: block;
    margin-bottom: 14px;
    max-width: 380px;
    width: 100%;
}
.list-1__subtitle {
    display: block;
    font-family: Anton, sans-serif;
    font-size: 16px;
    margin-bottom: 2px;
}
.list-1 p {
    margin: 0;
}
.list-2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.14;
    margin-top: 38px;
    padding: 0 9px;
}
.list-2 .item {
    border-radius: 0 0 2px 2px;
    width: calc(25% - 17px);
}
.list-2__img {
    display: block;
    margin: 0 auto;
    max-width: 274px;
    width: 100%;
}
.list-2__text {
    align-items: center;
    background: #1456ca;
    display: flex;
    height: 46px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 10px;
}
.section-2 {
    margin-bottom: 41px;
}
.action-row {
    background: #2f2e2e;
    color: #fff;
    margin: 25px 0 84px;
    padding: 17px 0;
}
.action-row .container {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}
.action-text {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.08;
    padding: 0 64px 0 0;
    text-align: right;
}
.action-row .rush-btn {
    margin-right: 34px;
}
.action-row .rush-btn:after {
    background-image: url(../images/e1953c865d0493be0ef40c9c06b29328.svg);
    background-position: 0;
}
.section-3 {
    margin-bottom: 2px;
}
.section-3 h1 {
    margin-bottom: 38px;
}
.section-4 {
    margin-bottom: 40px;
}
.section-4 .title2 {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 39px;
    text-align: center;
}
.benefits__holder {
    position: relative;
}
.benefits {
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1.43;
    padding: 0 54px;
}
.benefits .item {
    margin-bottom: 41px;
    padding-left: 6px;
    padding-right: 6px;
    width: 39.2%;
}
.benefits__img {
    float: left;
    height: 120px;
    width: 120px;
}
.benefits__title {
    font-weight: 700;
    text-transform: uppercase;
}
.benefits__content {
    float: left;
    margin-top: 0;
    padding-left: 8px;
    width: calc(100% - 120px);
}
.benefits .item:nth-child(2n) .benefits__content {
    padding-left: 0;
    padding-right: 9px;
}
.benefits p {
    margin: 2px 0 0;
}
.benefits__bottle {
    left: 42%;
    position: absolute;
    top: 15%;
}
.solved {
    padding: 0 80px 0 100px;
}
.solved__img {
    float: left;
    width: 48.7%;
}
.solved-list {
    float: left;
    list-style-type: none;
    margin: -3px 0 0;
    padding: 0 0 0 14px;
    width: 51.3%;
}
.solved-list li {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-indent: 1px;
    white-space: nowrap;
}
.solved-list li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 10px 5px 0 0;
    vertical-align: top;
    width: 4px;
}
.section-5 {
    margin-bottom: 22px;
}
.section-5 h1 {
    margin-bottom: 28px;
}
.hiw {
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1.43;
    margin: 0 auto;
    padding-top: 22px;
    position: relative;
}
.hiw__item {
    margin-bottom: 17px;
    width: 280px;
}
.tit {
    align-items: center;
    display: flex;
}
.tit img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 46px;
    margin-right: 12px;
}
.hiw__title {
    font-weight: 700;
}
.hiw__item p,
.hiw__title {
    color: #464646;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.hiw__item p {
    font-weight: 400;
    margin-top: 6px;
    padding-right: 5px;
}
.hiw__image {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 239px;
}
.science {
    margin: 0 0 44px;
}
.science__img {
    float: left;
    margin: 0;
    max-width: 50%;
}
.science__content {
    float: left;
    margin-top: 22px;
    padding-left: 21px;
    padding-right: 0;
    width: 50%;
}
.science p {
    margin-bottom: 14px;
}
.section-6 {
    margin-bottom: 40px;
}
.section-6 h1 {
    margin-bottom: 43px;
}
.visual {
    align-items: flex-start;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    line-height: 1.17;
    margin: 0 -64px;
    text-align: center;
}
.visual__box {
    float: left;
    margin: 0 57px;
    position: relative;
}
.visual__box:nth-child(2) {
    padding-top: 0;
    width: 380px;
}
.visual__box:nth-child(2) .visual__img {
    border-width: 3px;
}
.visual__img {
    display: block;
    height: 261px;
    margin: 0 0 18px;
    width: 100%;
}
.visual__box:not(:first-child):before {
    background: url(../images/10ed731f116e65c3ae5baae028d2405c.svg) no-repeat 50% / contain;
    content: "";
    height: 43px;
    left: -97px;
    position: absolute;
    top: 118px;
    width: 73px;
}
.section-7 {
    margin-bottom: 37px;
}
.section-7 h1 {
    margin-bottom: 25px;
}
.htu {
    font-family: Inter, sans-serif;
    font-size: 0;
}
.htu__content {
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
    vertical-align: middle;
    width: 50%;
}
.htu__item {
    margin: 0 0 25px;
}
.htu p {
    color: #000;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-indent: 1px;
}
.htu b {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
}
.htu__img-box {
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 70px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.htu__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 7px;
}
.htu__gum {
    bottom: -7px;
    left: 51.5%;
    position: absolute;
    width: 93px;
}
.htu__icon-1,
.htu__icon-2 {
    left: 59.7%;
    margin-left: 67px;
    position: absolute;
    top: 64px;
    transform: translateX(-50%);
    width: 73px;
}
.htu__icon-2 {
    left: 60%;
    top: 150px;
}
.section-8 {
    margin-bottom: 40px;
}
.section-8 h1 {
    margin-bottom: 34px;
}
.compare-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.compare-content .left-half,
.compare-content .right-half {
    width: 32.2%;
}
.compare-content h3 {
    font-family: Anton, sans-serif;
    font-size: 24px;
    margin-bottom: 19px;
    padding-left: 80px;
    text-align: center;
}
.compare-content .right-half h3 {
    padding-left: 0;
    padding-right: 80px;
}
.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: 43px;
}
.compare-content .itm h4 {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    width: 90px;
}
.compare-content .itm h4 .sm {
    display: block;
    font-size: 14px;
}
.compare-content .right-half .itm h4 {
    text-align: right;
}
.compare-content .itm .progress {
    background: #fff;
    border: 3px solid #ce3b3b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 3px;
    width: calc(100% - 90px);
}
.compare-content .itm .progress > div {
    background: #ce3b3b;
}
.compare-content .left-half .itm:nth-child(2) .progress div {
    height: 100%;
    width: 100%;
}
.compare-content .left-half .itm:nth-child(3) .progress div {
    height: 100%;
    width: 80%;
}
.compare-content .left-half .itm:nth-child(4) .progress div {
    height: 100%;
    width: 84%;
}
.compare-content .left-half .itm:nth-child(5) .progress div,
.compare-content .left-half .itm:nth-child(6) .progress div {
    height: 100%;
    width: 100%;
}
.compare-content .left-half .itm:nth-child(7) .progress div {
    height: 100%;
    width: 42%;
}
.compare-content .middle {
    padding: 51px 20px 0;
    width: 35.6%;
}
.compare-content .middle h4 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin-bottom: 43px;
    text-align: center;
    text-transform: uppercase;
}
.compare-content .right-half .itm .progress {
    border-color: #c4c4c4;
}
.compare-content .right-half .itm .progress > div {
    background: #c4c4c4;
}
.compare-content .right-half .itm:nth-child(2) .progress div {
    height: 100%;
    width: 70%;
}
.compare-content .right-half .itm:nth-child(3) .progress div {
    height: 100%;
    width: 35%;
}
.compare-content .right-half .itm:nth-child(4) .progress div {
    height: 100%;
    width: 51%;
}
.compare-content .right-half .itm:nth-child(5) .progress div {
    height: 100%;
    width: 50%;
}
.compare-content .right-half .itm:nth-child(6) .progress div {
    height: 100%;
    width: 35%;
}
.compare-content .right-half .itm:nth-child(7) .progress div {
    height: 100%;
    width: 90%;
}
.compare-content .right-half .itm:nth-child(7) h4 {
    margin-bottom: -5px;
    margin-top: 1px;
}
.section-9 {
    margin-bottom: 41px;
}
.section-9 h1 {
    margin-bottom: 35px;
}
.testimonials {
    color: #fff;
    justify-content: space-between;
    line-height: 1.25;
}
.testimonial {
    background: #313131;
    padding: 15px 17px 11px;
    width: calc(25% - 16px);
}
.testimonial__head {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 4px;
}
.testimonial__ava {
    float: left;
    width: 100px;
}
.testimonial__info {
    overflow: hidden;
    padding-left: 14px;
    padding-top: 9px;
}
.testimonial__name {
    font-weight: 700;
}
.testimonial__city,
.testimonial__name {
    margin-bottom: 3px;
    text-transform: uppercase;
}
.stars {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.stars li {
    background: url(../images/041ff413eb1bd55b21ccb3397f7f6bab.svg) no-repeat 50% / contain;
    float: left;
    height: 20px;
    width: 20px;
}
.testimonial p {
    margin: 0;
}
.faq-row {
    align-items: flex-start;
    display: flex;
}
.faq {
    padding: 18px 0 3px;
}
.faq__item {
    margin-bottom: 24px;
}
.faq-row img {
    margin-top: -17px;
}
.faq__title {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.faq p {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding-right: 15px;
    text-indent: 1px;
}
.section-11 {
    background: #031430 url(../images/c2c600c798951c1aea716d9fa6439ab3.jpg) no-repeat 0/1920px auto;
    padding: 0 0 90px;
}
.form-block {
    background: #4c4c4c;
    border-radius: 0 0 15px 15px;
    color: #fff;
    left: 18px;
    padding: 25px 26px 22px;
    position: relative;
    width: 380px;
}
.view {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 14px;
    margin-bottom: 17px;
}
.view img,
.view span {
    vertical-align: middle;
}
.view img {
    margin-right: 9px;
}
.form-block h1 {
    font-family: Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
}
.form-head {
    margin-bottom: 15px;
}
.form-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 23px;
}
.form-holder {
    margin-bottom: 13px;
}
.row .form-holder {
    float: left;
    width: calc(50% - 9px);
}
.row .form-holder:last-child {
    float: right;
}
.form input,
.form select {
    background: grey;
    border-radius: 4px;
    height: 34px;
    width: 100%;
}
.form input::placeholder,
.form select::placeholder {
    color: #fff !important;
}
input:-ms-input-placeholder {
    color: #fff !important;
}
label {
    align-items: center;
    color: #fff;
    display: block;
    font-family: Helvetica;
    font-style: normal;
    margin-bottom: 6px;
}
.promo-title,
label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 14px;
}
.promo-title {
    float: right;
    margin-top: 22px;
    width: calc(50% - 9px);
}
.right-last .bottle-box {
    margin-bottom: 10px;
    padding-left: 12px;
}
.section-11-row {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding-left: 24px;
    position: relative;
}
.right-last .bottle-box:before {
    bottom: -29px;
    height: 300px;
    margin-right: 31px;
    top: auto;
    width: 220px;
}
.right-last .title1 {
    color: #fff;
    font-family: Anton, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 0;
    margin-top: 51px;
    opacity: 1;
    text-transform: uppercase;
}
.right-last .info-list {
    color: #fff;
    margin-bottom: 33px;
    margin-left: 0;
    margin-top: 10px;
}
.right-last .logos {
    left: -4px;
    position: absolute;
    width: 414px;
}
.right-last {
    left: 79px;
    padding-top: 58px;
    position: relative;
}
.right-last .labels li {
    margin: 0 8px;
}
.right-last .labels img {
    margin: 0;
    width: 85px;
}
.right-last .labels {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    position: relative;
    right: 21px;
    top: 0;
    z-index: 1;
}
.promo-title span {
    color: #00eb17;
    font-weight: 700;
}
.promo-field input:disabled {
    -webkit-text-fill-color: #00eb17;
    border: 1px solid #04c500;
    color: #00eb17;
    opacity: 1;
}
.form .rush-btn {
    font-size: 28px;
    left: 0;
    margin: 22px 0 25px;
    width: 100%;
}
.safe {
    margin: 0 auto;
    max-width: 84%;
}
#footer {
    background: #f5f5f5;
    color: #464646;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 30px 0 50px;
    text-align: center;
}
#footer img {
    display: block;
    margin: 10px auto 15px;
    width: 188px;
}
.footer-nav {
    font-size: 0;
    list-style-type: none;
    margin: 0 0 16px;
    padding: 0;
}
.footer-nav li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 4px 0 6px;
    position: relative;
    vertical-align: middle;
}
.footer-nav li:not(:first-child):before {
    color: red;
    content: "|";
    left: 0;
    position: absolute;
    top: 0;
}
.footer-nav a {
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.footer-nav a:hover {
    text-decoration: underline;
}
#footer p {
    margin: 0 0 14px;
}
.cmp-show {
    display: none;
}
#footer p.cmp-show a {
    color: #1e70ba;
}
.copy {
    color: #000;
    font-size: 14px;
}
#footer .container {
    max-width: 1030px;
}
#footer p a {
    color: #0020e4;
}
#footer p a,
#footer p a:hover {
    text-decoration: none;
}
#header .right-side {
    display: none;
}
#header .right-side a {
    align-items: center;
    display: flex;
    position: relative;
}
#header .right-side a img {
    position: absolute;
    right: 0;
}
#header .right-side a img:nth-child(2) {
    opacity: 0;
}
.header-menu {
    background: #121212;
    border-top: 2px solid #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 2000;
}
#header .header-menu .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 10px;
}
.header-menu ul {
    margin: 20px 0 0;
    padding: 0;
}
.header-menu ul li {
    list-style: none;
    margin-bottom: 35px;
}
.header-menu ul li a {
    color: #f4f4f4;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 8px;
}
#header .right-side.opened a img:nth-child(2) {
    opacity: 1;
}
#header .right-side.opened a img:first-child,
.overlay {
    opacity: 0;
}
.overlay {
    background: #000c;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}
.overlay.show {
    opacity: 1;
    visibility: visible;
}
.compare {
    text-align: center;
}
.compare-table {
    margin: 0 auto;
    max-width: 990px;
}
.compare-table table {
    border-collapse: initial;
    border-spacing: 3px 0;
    width: 100%;
}
.table-product td {
    font-size: 16px;
    text-align: center;
}
.compare-table tr span {
    color: #000;
    font-size: 18px;
}
.table-product td img {
    display: block;
    margin: 5px auto 9px;
    max-height: 120px;
}
.compare-table td {
    border: 1px solid #eaeaea;
    padding: 0;
    width: 16%;
}
.compare-table tr:first-child td:first-child {
    border: none;
}
.compare-table tr {
    padding: 0;
}
.compare-table h2 {
    color: #7c6dc3;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 30px;
}
.compare-table tr:first-child td:first-child {
    width: 30%;
}
.compare-table tr:first-child td:nth-child(2) img {
    margin: 17px auto 14px;
    width: 63px;
}
.compare-table tr:first-child td:nth-child(3) img {
    margin: 9px auto 18px;
    width: 73px;
}
.compare-table tr:first-child td:nth-child(4) img {
    width: 115px;
}
.compare-table tr:last-child td:first-child {
    border: 1px solid #e5e5e5;
}
.compare-table span {
    font-family: Anton, sans-serif;
}
.compare-table tr:first-child span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}
.compare-table td:first-child {
    border-left: none;
}
.table-line td {
    background: #e5e5e5;
}
.table-line td:not(:first-child) {
    text-transform: uppercase;
}
.table-line .table-title {
    background: #1456ca;
    font-family: Anton, sans-serif;
    font-style: normal;
    padding: 6px 15px;
    text-align: left;
}
.table-line .table-title,
.table-line .table-title span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 107.2%;
}
.table-blue,
.table-line .table-blue {
    background: #313131;
    color: #fff;
}
.table-blue span {
    color: #fff !important;
}
.bottom-img {
    margin: 2px auto 4px;
}
.table-line__last {
    background: #fff !important;
    text-align: left;
}
.table-line__last span {
    font-size: 24px !important;
    padding-left: 15px;
}
@media (max-width: 1366px) {
    .form .rush-btn {
        font-size: 28px;
    }
}
@media (max-width: 1210px) {
    .section-1 {
        margin-top: 44px;
    }
    .visual__img {
        height: 220px;
    }
    .solved-list li {
        white-space: normal !important;
    }
    .solved-list li br {
        display: none;
    }
    .right-last .logos {
        left: -25px;
        width: 380px;
    }
    .faq-row img {
        margin-top: 80px;
    }
    .container {
        width: 991px;
    }
    .nav a {
        padding: 4px;
    }
    .labels {
        margin-right: -18px;
    }
    .bg-left {
        height: 540px;
        position: absolute;
        right: -155px;
        top: -23px;
    }
    #header .rush-btn {
        font-size: 16px;
        height: 32px;
        margin-left: 15px;
        width: 165px;
    }
    .nav li:not(:first-child) {
        margin-left: 10px;
    }
    .logo-main {
        margin: 0 25px 0 0;
    }
    .geo-box {
        margin-bottom: 38px;
    }
    .description__box {
        padding-bottom: 0;
    }
    .description__box:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
    .arrow-text span {
        font-size: 21px;
        margin-left: 25px;
    }
    .arrow-text {
        font-size: 21px;
        margin: 0 -15px 0 -30px;
        padding-left: 40px;
        padding-right: 60px;
    }
    .logos {
        width: 270px;
    }
    .benefits,
    .solved {
        padding: 0;
    }
    h1.lines .text:after,
    h1.lines .text:before {
        width: 200px;
    }
    .science__content {
        padding-left: 30px;
    }
    .visual__box:nth-child(2) {
        width: 305px;
    }
    .hiw__title {
        font-size: 13px;
    }
    .hiw__item {
        width: 220px;
    }
    .science__img {
        margin-left: 0;
    }
    .visual__box:not(:first-child):before {
        left: -92px;
        top: 90px;
    }
    .htu__content {
        width: 58%;
    }
    .htu__img-box {
        padding-left: 20px;
        padding-right: 0;
        width: 42%;
    }
    .htu__icon-1 {
        margin-left: 125px;
    }
    .htu__icon-2 {
        margin-left: 123px;
    }
    .compare-content .middle h4 {
        font-size: 16px;
    }
    .compare-content .middle {
        padding-top: 48px;
    }
    .testimonial__ava {
        width: 70px;
    }
    .testimonial__head {
        padding: 0;
    }
    .testimonial__info {
        padding-left: 10px;
    }
    .stars li {
        height: 17px;
        width: 17px;
    }
    .section-1 .info-list,
    .text2 {
        margin-bottom: 17px;
    }
    .bottle-box .gummy {
        right: 37px;
    }
    .htu__gum {
        left: 61.5%;
    }
    .table-line .table-title span,
    .table-line__last span {
        display: block;
        padding: 10px 10px 10px 0;
    }
    .table-line .table-line__last,
    .table-line .table-title {
        font-size: 14px;
        padding-left: 10px;
    }
    .table-line__last span {
        font-size: 14px;
    }
    .compare-table tr:first-child span {
        font-size: 18px;
    }
    .info-list .mark {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #d0d0d0;
    }
    .benefits__bottle {
        left: 40%;
    }
}
@media (max-width: 991px) {
    .solved-list li {
        line-height: 21px;
    }
    .bottle-box .bottle {
        left: 10px;
    }
    .section-1 {
        margin-top: 40px;
    }
    .table-line .table-title span {
        font-size: 20px;
    }
    .visual__img {
        height: 170px;
    }
    .right-last .logos {
        width: 100%;
    }
    .right-last .info-list,
    .right-last .title1 {
        margin-left: 0;
    }
    .hiw__item {
        width: 49%;
    }
    .htu__icon-1,
    .htu__icon-2 {
        margin-left: 95px;
        top: 67px;
    }
    .htu__icon-2 {
        top: 150px;
    }
    body {
        font-size: 15px;
        line-height: 1.4;
    }
    .container {
        width: 768px;
    }
    .logo-main {
        margin-right: 20px;
    }
    .nav {
        letter-spacing: -0.01em;
    }
    .nav li:not(:first-child) {
        margin-left: 7px;
    }
    .section-1 {
        background-position: calc(50% + 40px) top;
    }
    .description__box:first-child {
        width: 15%;
    }
    .description__box:first-child .logos {
        display: none;
    }
    .description__box:nth-child(2) {
        width: 45%;
    }
    .description__box:nth-child(2) .logos {
        display: block;
    }
    .description__box:last-child {
        width: 35%;
    }
    .arrow-text {
        font-size: 18px;
        margin: 0 15px 10px -30px;
    }
    .arrow-text span {
        font-size: 19px;
    }
    .geo-box {
        margin-bottom: 33px;
    }
    .action-text {
        padding-top: 0;
    }
    .list-2 .item {
        width: calc(25% - 13px);
    }
    .benefits__bottle {
        left: auto;
        right: 20px;
        top: 24%;
    }
    .benefits__img {
        height: auto;
        width: 75px;
    }
    .benefits .item:nth-child(2n) {
        padding-left: 0;
    }
    .benefits .item {
        margin-bottom: 25px;
        width: 67%;
    }
    .benefits__content {
        margin-top: -2px;
        width: calc(100% - 75px);
    }
    .section-3 {
        margin-bottom: 30px;
    }
    .solved__img {
        margin: 0 30px 15px 0;
    }
    .solved-list {
        float: none;
        padding: 0;
        width: auto;
    }
    .section-5 {
        padding-bottom: 40px;
    }
    .science__content {
        float: none;
        padding: 0;
        width: auto;
    }
    .science__img {
        margin: 0 50px 15px 0;
    }
    .visual__box:not(:first-child):before {
        height: 29px;
        left: -53px;
        top: 75px;
        width: 48px;
    }
    .visual__box {
        margin: 0 30px;
        width: calc(30.5% - 60px);
    }
    .visual {
        font-size: 15px;
        margin: 0 -30px;
    }
    .visual__box:nth-child(2) {
        width: calc(39% - 60px);
    }
    .htu__content {
        font-size: 15px;
    }
    .compare-content .middle h4 {
        font-size: 13px;
        line-height: 16px;
    }
    .compare-content .itm h4 {
        font-size: 16px;
        width: 65px;
    }
    .compare-content .itm .progress {
        width: calc(100% - 65px);
    }
    .compare-content .middle {
        padding: 52px 10px 0;
        width: 31%;
    }
    .compare-content .left-half,
    .compare-content .right-half {
        width: 34.5%;
    }
    .compare-content h3 {
        padding-left: 70px;
    }
    .compare-content .right-half h3 {
        padding-right: 70px;
    }
    .testimonial__ava {
        width: 45px;
    }
    .testimonial {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
        width: calc(25% - 10px);
    }
    .testimonial__head {
        font-size: 13px;
    }
    .testimonial__city,
    .testimonial__name {
        margin: 0;
    }
    .stars li {
        height: 13px;
        width: 13px;
    }
    .faq__item {
        margin-bottom: 33px;
    }
    .faq-row img {
        width: 320px;
    }
    .faq__item {
        margin-bottom: 11px;
    }
    .faq p {
        font-size: 15px;
    }
    .faq {
        padding-bottom: 20px;
    }
    .bottle-box {
        margin-bottom: 12px;
        padding-left: 58px;
        position: relative;
        right: 50px;
    }
    .right-last .bottle-box {
        padding-left: 45px;
        padding-right: 0;
    }
    .labels {
        margin-right: -107px;
    }
    .section-1 h1 span {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #d0d0d0;
        display: block;
    }
    .bg-left {
        height: 563px;
        position: absolute;
        right: -314px;
        top: -20px;
    }
    .text2 {
        font-size: 13px;
    }
    .bottle-box:before {
        margin-right: -43px;
    }
    .bottle-box .gummy {
        right: -30px;
    }
    .htu__gum {
        width: 80px;
    }
    #header .rush-btn {
        margin: 0 95px 0 0;
    }
    #header .container {
        justify-content: space-between;
    }
    #header .right-side {
        align-items: center;
        display: flex;
    }
    .nav {
        display: none;
    }
    .htu__img-box {
        padding-left: 0;
        padding-right: 60px;
    }
    .form-block {
        left: 0;
    }
    .right-last {
        left: 35px;
    }
    .section-11-row {
        padding-left: 0;
    }
    .right-last .bottle-box:before {
        margin-right: -15px;
    }
    .section-11 {
        background-position-x: -10px;
    }
}
#header .container,
.logo-main {
    align-items: center;
    display: flex;
}
