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

@keyframes pulse-black {
    0% {
        box-shadow: 0 0 0 0 #00c389;
        opacity: 0;
        transform: scale(.95)
    }
    70% {
        box-shadow: 0 0 0 10px #0000;
        opacity: 1;
        transform: scale(1)
    }
    to {
        box-shadow: 0 0 0 0 #0000;
        opacity: 1;
        transform: scale(1)
    }
}

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

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

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

.button:hover {
    background: #d95803
}

.popup ol strong {
    display: block
}

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

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

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

.left {
    float: left
}

.right {
    float: right
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.confirmation-page .row {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup button {
    outline: 0
}

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

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

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

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

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

.popup footer {
    width: 100%
}

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

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

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

.accept input, .accept select {
    border: 1px solid #3bb400 !important
}

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

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

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

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

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

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

.popup {
    font-family: sans-serif
}

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

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

.footer-info {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.captcha {
    margin-top: 10px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup p {
    margin: 0
}

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

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

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

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

.popup-loading-wrapper .popup .product-image {
    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: -.5px;
        padding: 10px 0 0
    }

    .c2abtn {
        font-size: 26px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blocker.behind {
    background-color: initial
}

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

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

.modal footer {
    text-align: center
}

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

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

.modal p {
    margin-top: 0
}

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

.modal a.close-modal {
    background-image: url(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: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, to {
        -webkit-transform: scaleY(.5)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, to {
        transform: scaleY(.5);
        -webkit-transform: scaleY(.5)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

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

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

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

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

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

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

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

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

    .blocker {
        padding: 20px 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.transaction-conf {
    background: url(../images/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(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 button:disabled, form input:disabled {
    opacity: .5
}

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

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

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

a {
    background-color: initial
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

.seen-img {
    width: 318px
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input::placeholder {
    color: #5e5e5e !important
}

.popup-loading-wrapper .popup .product-image {
    background: url(../images/944ae9a28df70c53e82954cf65f19339.png) no-repeat;
    background-size: contain;
    height: 205px;
    width: 175px
}

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

body {
    color: #000;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

ul {
    list-style-type: none
}

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

.index-page {
    overflow-x: hidden
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 10px;
    position: relative
}

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

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

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

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

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

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

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

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

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

.custom-close:before {
    height: 2px;
    left: 0;
    top: 5px;
    width: 100%
}

.custom-close:after, .custom-close:before {
    background-color: gray;
    content: "";
    display: block;
    position: absolute
}

.custom-close:after {
    height: 100%;
    left: 5px;
    top: 0;
    width: 2px
}

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

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

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

.row:after, .row:before {
    clear: both;
    content: "";
    display: block
}

.header__warning {
    background-color: #df0000;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 8px 0 7px;
    position: relative;
    text-align: center
}

.alert-text {
    display: block;
    margin: 0 -30px
}

.header__block {
    margin: 3px auto 5px
}

.journal__block {
    position: relative
}

.journal__block img {
    display: block;
    margin: 0 auto;
    width: 364px
}

.journal__block:after, .journal__block:before {
    background: #5c5c5c;
    bottom: 20px;
    content: "";
    display: block;
    height: 1px;
    left: 28px;
    position: absolute;
    width: calc(50% - 260px);
    z-index: 1
}

.journal__block:after {
    left: auto;
    right: 28px
}

.header__info {
    font-family: Oswald;
    font-style: normal;
    text-align: center
}

.header__info h1 {
    color: #5c5c5c;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 83px;
    margin: 5px 0
}

.header__info span {
    color: #ff9b25;
    display: block;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 27px
}

.header__shipping {
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 12px;
    margin-top: 10px;
    position: relative;
    text-align: center
}

.header__shipping:after, .header__shipping:before {
    background: #5c5c5c;
    bottom: 11px;
    content: "";
    display: block;
    height: 1px;
    left: 28px;
    position: absolute;
    width: calc(50% - 227.5px);
    z-index: 1
}

.header__shipping:after {
    left: auto;
    right: 28px
}

.header__shipping img, .header__shipping span {
    display: inline-block;
    vertical-align: middle
}

.header__shipping img {
    height: auto;
    left: 2px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 37px
}

.first-section {
    position: relative
}

.canabis {
    position: absolute
}

.canabis1, .canabis2, .canabis3 {
    left: 0
}

.canabis4, .canabis5 {
    right: 0
}

.canabis1 {
    top: -54px
}

.canabis2 {
    top: -15px
}

.canabis3 {
    bottom: 20px
}

.canabis4 {
    top: -47px
}

.canabis5 {
    bottom: 27px
}

.canabis6 {
    bottom: 15px;
    right: 42px
}

.labels {
    bottom: 23px;
    left: 152px;
    position: relative;
    width: 205px
}

.first-section__side {
    float: left;
    position: relative;
    width: 65%
}

.doctor-image {
    bottom: -25px;
    left: -12.6%;
    position: absolute;
    z-index: 1
}

.first-section .container .row {
    padding-bottom: 11px;
    position: relative;
    z-index: 2
}

.first-section__info h3 {
    color: #1d1d1d;
    font-family: Oswald;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase
}

.first-section__info ul li {
    color: #1d1d1d;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 16px;
    position: relative
}

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

.first-section__bottle {
    bottom: -373px;
    position: absolute;
    right: -47px;
    width: 424px
}

.first-section__side:last-child {
    margin-left: 1.25%;
    width: 32.8%
}

.form-box {
    background: #fafafa;
    margin-top: 14px;
    position: relative
}

.form-header {
    background: #ff9b25;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 22px;
    padding: 5px 13px 3px;
    text-transform: uppercase
}

.form-header b {
    font-weight: 700
}

.coupon__block {
    background: #f1f1f1;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 14px;
    margin-bottom: 4px;
    padding: 4px 0;
    text-align: center
}

.coupon__block span {
    display: inline-block
}

.coupon__block .primary {
    color: #3dc051;
    font-weight: 600
}

.coupon__block .coupon-code:last-child {
    background: #fdfbe2;
    border: 1px dashed #d81a1a;
    border-radius: 3px;
    box-sizing: border-box;
    color: #4e4e4e;
    font-weight: 700;
    letter-spacing: normal;
    margin-left: 8px;
    padding: 4px 9px
}

.form-in {
    border: 1px solid #f1f1f1;
    border-radius: 0 0 4px 4px;
    border-top: none;
    box-sizing: border-box;
    margin-bottom: 14px
}

input, select {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1d1d1d;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px;
    padding: 0 40px 0 5px;
    width: 100%
}

input::placeholder {
    color: #5e5e5e
}

form {
    padding: 0 9px 11px 11px
}

.form-holder .icon {
    display: block;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 20px;
    z-index: 2
}

/* .firstname .icon, .lastname .icon {
    background-image: url(a5fe23fabf4dbb323d495ad1388b3cf8.svg)
}

.email .icon {
    background-image: url(f216b8f06b92e682413d406e6a525ee4.svg)
}

.phone .icon {
    background-image: url(1a289d9c75695b927fcc0f8f44f1e277.svg)
}

.address .icon {
    background-image: url(e7f84b49eab76d21382d3384c85fcb58.svg)
}

.zipcode .icon {
    background-image: url(149f79d57246d5a593a4ff1832d36a3f.svg)
}

.city .icon {
    background-image: url(982a15b0cdb3c9b1b0e279326765c903.svg)
}

.country .icon, .state .icon {
    background-image: url(1b133be93e5312b23597ee82336d3b4f.svg)
}

select {
    background: #fff url(2467a1ae0ccc82385d1a8691b75c1b28.svg) no-repeat calc(100% - 42px) /14px auto;
    margin-bottom: 0 !important
}

.error + .icon {
    background-image: url(873fd77f6bacb77f8336136c79a8d661.svg)
}

.valid + .icon {
    background-image: url(409cc7dc872821c6c4128686e2a55c30.svg);
    background-size: contain
} */

.button-submit {
    background: #000;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    line-height: 64px;
    margin-top: -2px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.button-submit:after {
    /* background-image: url(https://smart-hemp.com/static/smarthemp_gummies/ca-v1/desktop/images/39d04491566edc5bb7ea5e781ea4669c.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 12px;
    margin-top: -3px;
    vertical-align: middle;
    width: 20px
}

.first-section__right:after {
    /* background: url(1dad4f6c45d0cd70206c36afc62a3cf5.svg) no-repeat 50%/contain; */
    bottom: 85px;
    content: "";
    height: 224px;
    position: absolute;
    right: -204px;
    width: 170px
}

.button-submit:hover {
    background: #309740
}

.care__block {
    background: #f8f8f8;
    padding: 3px 7px
}

.care__block img {
    margin-right: 5px;
    width: 160px
}

.care__block img, .care__block span {
    display: inline-block;
    vertical-align: middle
}

.care__block span {
    color: #1d1d1d;
    font-size: 12px;
    letter-spacing: -.04em;
    line-height: 13px;
    width: calc(100% - 170px)
}

.green__block {
    background: #000000;
    color: #efefef;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 9
}

.green__block:after, .green__block:before {
    background: #efefef;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    position: absolute;
    top: 24px;
    width: calc(50% - 321px)
}

.green__block:after {
    left: auto;
    right: 15px
}

.price-row {
    background: #3dc051;
    border: 1px solid #eff1f5;
    border-radius: 5px;
    box-shadow: 2px 4px 7px #77777759;
    box-sizing: border-box;
    height: 37px;
    left: -39px;
    padding: 7px 0 7px 3px;
    position: absolute;
    text-align: left;
    top: 123px;
    width: 185px
}

.first-section__info .price-row span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 14px;
    padding: 0;
    vertical-align: middle
}

.first-section__info .price-row span.product-price {
    font-size: 24px;
    letter-spacing: normal;
    padding-left: 2px;
    vertical-align: middle
}

.retail-row {
    background: #fff;
    border: 1px solid red;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    height: 24px;
    left: -39px;
    padding: 0 6px;
    position: absolute;
    text-align: left;
    top: 166px;
    width: 109px
}

.first-section__info .retail-row span {
    color: red;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    padding: 0;
    vertical-align: middle
}

.first-section__info .retail-row span.product-retail {
    font-size: 14px;
    font-weight: 700;
    padding-left: 3px;
    position: relative;
    vertical-align: middle
}

.first-section__info .retail-row span.product-retail:before {
    background: red;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    width: 108%
}

.first-section__info .shipping-row {
    background: #e50000;
    border: 1px solid #eff1f5;
    border-radius: 6px;
    box-shadow: 2px 2px 7px #00000040;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 31px;
    line-height: 1;
    padding: 6px 5px;
    position: absolute;
    right: 77px;
    text-transform: capitalize;
    top: -48px;
    width: 147px
}

.first-section__info .shipping-row span, .first-section__info .shipping-row span:before {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.first-section__info .shipping-row span:before {
    /* background: url(1a2af430394e9dd723c4ccc311a1d50b.svg); */
    background-size: contain;
    content: "";
    height: 19px;
    margin-right: 4px;
    width: 36px
}

.arrow {
    bottom: 120px;
    position: absolute;
    right: -139px;
    transform: rotate(6deg);
    width: 117px;
    z-index: 1
}

.who-trust {
    padding-top: 60px;
    text-align: center
}

.who-trust h3 {
    color: #e50000;
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    text-transform: capitalize
}

.who-trust h3 span {
    color: #000000;
    display: block
}

.who-trust__container {
    margin-top: 42px
}

.who-trust__item {
    background: #f6f6f6;
    border: 1px solid #8e8e8e;
    border-radius: 9px;
    box-sizing: border-box;
    float: left;
    height: 264px;
    margin-right: 20px;
    position: relative;
    width: calc(16.66667% - 16.66667px)
}

.who-trust__item:last-child {
    margin-right: 0
}

.who-trust__item img {
    max-width: 100%
}

.who-trust__item .sec2-icon {
    bottom: 70px;
    left: 57px;
    position: absolute;
    width: 65px
}

.who-trust__item span {
    align-items: center;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 36px 0 0;
    text-align: center
}

.who-trust__item:nth-child(3) span, .who-trust__item:nth-child(6) span {
    padding-top: 30px
}

.what-is {
    padding: 30px 0 60px;
    position: relative
}

.what-is__side {
    float: left;
    position: relative;
    width: 36.5%
}

.what-is__side:last-child {
    margin-top: 45px;
    width: 63.5%
}

.what-is__side img {
    bottom: 0;
    left: -25px;
    position: relative
}

.what-is__block {
    bottom: -93px;
    left: 50px;
    position: absolute;
    width: 300px
}

.what-is__block .made-label {
    left: auto;
    position: absolute;
    right: -32px;
    top: -39px;
    width: 134px
}

.what-is__block img {
    bottom: 8px;
    left: -17px
}

.what-is__side h3 {
    color: #e50000;
    font-size: 44px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 61px;
    margin-top: 16px;
    position: relative
}

.what-is__side h3:after {
    background: #c9dfd3;
    bottom: -38px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 93%
}

.what-is__side h3:before {
    /* background: url(8408c254f38776c92f7c95af49035243.svg); */
    background-size: contain;
    bottom: -38px;
    content: "";
    height: 21px;
    left: 52px;
    position: absolute;
    width: 28px
}

.what-is__side h3 span {
    color: #000000
}

.what-is__side p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 22px;
    max-width: 690px
}

.blue-line {
    background: #f9cccc
;
    bottom: 176px;
    height: 180px;
    left: 0;
    position: absolute;
    width: 100%
}

.what-is__info {
    margin: 54px -106px 40px -68px
}

.what-is__dots {
    font-size: 42px !important
}

.what-is__item {
    color: #000;
    float: left;
    font-size: 22px;
    text-align: center;
    width: calc(28.57143% - 1.71429px)
}

.what-is__item img {
    display: block;
    margin: 0 auto 8px;
    position: static;
    width: 44px
}

.what-is__item span {
    display: block
}

.what-is__title {
    color: #000;
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 4px
}

.what-is__item span:last-child {
    color: #000;
    font-size: 17px;
    margin-top: 9px
}

.what-is__dots {
    font-size: 68px;
    margin: -6px 0 14px
}

.vert-line {
    background: #ddd;
    float: left;
    height: 63px;
    left: 3px;
    margin-top: 39px;
    position: relative;
    width: 2px
}

.what-is__side .gummy {
    bottom: -10px;
    left: auto;
    position: absolute;
    right: -36px
}

.line__block {
    background: linear-gradient(90deg, #e50000, #e50000);
    box-sizing: border-box;
    height: 100px;
    padding: 13px 0;
    width: 100%
}

.line__block .button-submit {
    box-sizing: border-box;
    float: right;
    font-size: 26px;
    margin-right: 0;
    margin-top: 5px;
    max-width: 313px;
    text-decoration: none
}

.line__block_info {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px
}

.line__block_info p {
    position: relative
}


.line__block_info span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    line-height: 29px
}

.what-is__block img {
    max-width: 100%
}

.benefits {
    padding: 60px 0 0;
    text-align: center
}

.benefits h3 {
    color: #e50000;
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 31px;
    position: relative;
    text-transform: capitalize
}

.benefits h3 span {
    color: #000000;
    display: block
}

.green-line {
    background: #c9dfd3;
    height: 1px;
    margin: 0 auto 16px;
    max-width: 580px;
    position: relative;
    width: 100%
}

.green-line img {
    bottom: 20px;
    position: relative
}

.benefits p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    max-width: 780px
}

.benefits__block {
    margin-top: 64px
}

.benefits__block_left {
    float: left;
    position: relative;
    text-align: right;
    width: 384px;
    z-index: 2
}

.benefits__block_right {
    float: right;
    position: relative;
    text-align: left;
    width: 384px;
    z-index: 2
}

.benefits__block_item {
    margin-bottom: 35px
}

.benefits__block_left img {
    float: right;
    margin-right: 4px;
    width: 80px
}

.benefits__block_right img {
    float: left;
    margin-left: 4px;
    width: 80px
}

.benefits__block_left .benefits__block_item div {
    float: left;
    width: 280px
}

.benefits__block_right .benefits__block_item div {
    float: right;
    width: 280px
}

.benefits__block_item p {
    color: #e50000;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px
}

.benefits__block_item span {
    font-size: 16px;
    line-height: 22px;
    position: relative
}

.benefits__block_item span sup {
    left: 2px;
    line-height: 15px;
    position: relative;
    top: 1px
}

.benefits__block_left .benefits__block_item:last-child p {
    margin-left: -30px
}

.benefits__bottle {
    float: left;
    margin: -44px -43px 0 -34px;
    position: relative;
    z-index: 1
}

.image__block {
    margin: 2px auto 0;
    max-width: 1640px;
    padding: 0 15px
}

.image__block img {
    margin-right: 11px;
    max-width: 260px;
    width: calc(16.66667% - 13.33333px)
}

.image__block img:last-child {
    margin-right: 0
}

.science {
    padding: 56px 0 60px
}

sup {
    font-size: 11px;
    font-weight: 500;
    padding: 0 3px
}

.science h3 {
    color: #df0000;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 69px;
    position: relative;
    text-transform: capitalize
}

.science h3:after {
    background: #c9dfd3;
    bottom: -40px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.science h3:before {
    /* background: url(8408c254f38776c92f7c95af49035243.svg); */
    background-size: contain;
    bottom: -41px;
    content: "";
    height: 21px;
    left: 52px;
    position: absolute;
    width: 28px
}

.science h3 span {
    color: #000000;
    display: block
}

.science__side h3:after {
    background: #c9dfd3;
    bottom: -24px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.science__side h3:before {
    /* background: url(8408c254f38776c92f7c95af49035243.svg); */
    background-size: contain;
    bottom: -24px;
    content: "";
    height: 21px;
    left: 55px;
    position: absolute;
    width: 28px
}

.science__side p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px
}

.science__side {
    float: left;
    width: 58.5%
}

.science__side:nth-child(3) {
    margin-bottom: -98px;
    margin-left: 1.1%;
    margin-top: 8px;
    position: relative;
    width: 36.5%;
    z-index: 1
}

.science__bottom_block {
    border-bottom: 5px solid #d0f2df;
    border-left: 5px solid #d0f2df;
    border-top: 5px solid #d0f2df;
    box-sizing: border-box;
    float: left;
    padding: 18px 0 20px 23px;
    width: calc(100% - 479px)
}

.science__bottom_block p {
    color: #3dc051;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 30px
}

.science__bottom_block ul li {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 46px;
    position: relative
}

.science__bottom_block ul li:before {
    /* background: url(0fcbee603256a1f76bca770d04fd8a1c.svg); */
    background-size: contain;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 5px;
    width: 25px
}

.science__bottom img {
    float: right;
    position: relative;
    z-index: 2
}

.analisys {
    padding-top: 60px
}

.analisys__side {
    float: left;
    width: 44.2%
}

.analisys__side:first-child {
    margin-top: 12px
}

.analisys__side:last-child {
    margin-left: 2.6%;
    width: 53.2%
}

.analisys__title {
    color: #df0000;
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 auto 48px;
    position: relative;
    text-align: left
}

.analisys__title:after {
    background: #c9dfd3;
    bottom: -31px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 88%
}

.analisys__title:before {
    /* background: url(8408c254f38776c92f7c95af49035243.svg); */
    background-size: contain;
    bottom: -30px;
    content: "";
    height: 21px;
    left: 0;
    margin-left: 50px;
    position: absolute;
    width: 28px
}

.analisys__title span {
    color: #000000;
    display: block
}

.analisys__side p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 30px
}

.analisys__item {
    background: #f4fbf7;
    border: 1px solid #bde6cf;
    border-radius: 8px;
    box-sizing: border-box;
    float: left;
    font-size: 19px;
    font-weight: 700;
    height: 202px;
    line-height: 23px;
    margin-bottom: 12px;
    text-align: center;
    width: calc(33.33333% - 8px)
}

.analisys__item:nth-child(2), .analisys__item:nth-child(5) {
    margin: 0 12px
}

.analisys__item img {
    display: block;
    margin: 20px auto 14px;
    width: 40px
}

.analisys__item span {
    display: block
}

.analisys__item span:last-child {
    background: #3dc051;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 25px;
    margin-top: 12px;
    position: relative;
    vertical-align: middle;
    width: 95px
}

.analisys__item span:last-child:before {
    /* background: url(4f84989ad26ede89c308183464a6976f.svg); */
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    margin-top: -2px;
    vertical-align: middle;
    width: 14px
}

.compare {
    padding: 108px 0 69px;
    text-align: center
}

.compare h3 {
    color: #df0000;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 41px;
    position: relative
}

.compare h3 span {
    color: #000000
}

.compare table {
    background-color: #fff;
    border: none;
    border-collapse: collapse;
    border-radius: 9px;
    border-spacing: 0;
    -webkit-box-shadow: 0 -3px 28px 4px #0000001c;
    box-shadow: 0 -3px 28px 4px #0000001c;
    margin: 173px auto 0;
    max-width: 1020px;
    width: 100%
}

.compare td, .compare th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 0 14px 21px;
    text-align: left;
    width: 33.3%
}

.compare th {
    background-color: #7accee !important
}

.compare td span {
    color: #000;
    font-size: 20px
}

.compare tr:nth-of-type(n+4) {
    border-top: 1px solid #c9dfd3
}

.compare tr:last-child td {
    padding-bottom: 25px;
    padding-top: 17px
}

.compare tr:last-child td:nth-child(2) span {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 30px;
    text-align: center
}

.compare tr:last-child td:nth-child(3) span {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 30px;
    text-align: center
}

.compare tr td:nth-of-type(2) {
    background-color: #0c9246;
    padding-left: 0;
    text-align: center
}

.compare tr td:nth-of-type(3) {
    padding-left: 0
}

.compare .cont__center {
    font-weight: 600;
    text-align: center
}

.compare .cont__center span {
    display: block;
    padding-top: 22px
}

.compare tr:last-child .cont__center {
    padding-top: 17px
}

.compare tr:last-child .cont__center span {
    padding-top: 0
}

.compare .cont__center__white span {
    color: #fff;
    display: block;
    font-weight: 700;
    padding-top: 22px;
    text-align: center
}

.compare .table__img {
    background: #0c9246;
    height: 50px;
    margin: -65px 0 0
}

.compare .table__img img {
    max-width: 160px;
    position: relative;
    top: -78px
}

.compare .table__img__two {
    height: 0
}

.compare .table__img__two img {
    position: relative;
    top: -75px
}

.compare td img {
    display: block;
    margin: 0 auto
}

.review {
    padding: 60px 0 30px;
    text-align: center
}

.review h3 {
    color: #df0000;
    font-size: 54px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 28px;
    position: relative
}

.review h3 span {
    color: #000000;
    display: block
}

.review .green-line {
    margin-bottom: 58px
}

.review__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px;
    max-width: 980px;
    padding-bottom: 18px
}

.review__item:not(:last-child) {
    border-bottom: 2px solid #d7d7d7
}

.review__left__side {
    border-right: 2px solid #d7d7d7;
    min-width: 244px;
    padding: 12px 26px 9px 0
}

.review__right__side {
    margin-left: 20px;
    margin-top: -2px;
    max-width: 730px;
    text-align: left
}

.review__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 15px
}

.review__info div {
    margin-left: 25px;
    margin-top: 1px;
    text-align: left
}

.review__info p {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 22px;
    margin-bottom: 11px
}

.review__info span {
    color: #83cc1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    letter-spacing: -.02em;
    line-height: 20px;
    position: relative
}

.review__info span:before {
    /* background-image: url(f65eeda4e4dd6f763a8fa2a38198ccd7.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18px;
    margin-right: 1px;
    width: 18px
}

.review__info img {
    width: 70px
}

.review__prod {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    padding-top: 18px
}

.review__prod div:first-child {
    background: #ebebeb;
    border-radius: 4px;
    padding: 10px 12px
}

.review__prod div:last-child {
    margin-left: 27px;
    margin-top: -5px;
    text-align: left
}

.review__prod img {
    width: 47px
}

.review__prod span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 17px
}

.review__prod p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 17px;
    margin-top: 6px;
    white-space: nowrap
}

.stars li {
    /* background: url(d04321a35c8e9ff1f9d753174ac364c9.svg) no-repeat 50%/contain; */
    display: inline-block;
    height: 20px;
    margin-right: -3px;
    vertical-align: top;
    width: 20px
}

.stars .half-star {
    /* background-image: url(c4ed2b60cd9dd0819e43aa970137d5ba.svg) */
}

.review__right__side p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 22px;
    margin: 15px 0 12px
}

.review__right__side span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

.last__block {
    border-bottom: 2px solid #c6c6c6;
    padding: 61px 0 38px;
    text-align: center
}

.last__block h3 {
    color: #df0000;
    font-size: 55px;
    font-weight: 700;
    line-height: 67px;
    margin-bottom: 44px;
    position: relative
}

.last__block h3 span {
    color: #000000;
    display: block
}

.last__block .bottles-image, .last__block .plus-image {
    display: block;
    margin: 0 auto;
    position: relative
}

.last__block .plus-image {
    left: 1px;
    top: 18px;
    width: 46px
}

.last__block .button-submit {
    font-size: 25px;
    margin: 60px auto 20px;
    max-width: 353px;
    text-decoration: none
}

.plus__block {
    display: block;
    margin: 34px auto 0;
    max-width: 980px
}

.plus__header {
    background: #3dc051;
    border-radius: 18px 18px 0 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    height: 49px;
    letter-spacing: .025em;
    line-height: 47px
}

.plus__info {
    border-radius: 0 0 18px 18px;
    box-shadow: 0 4px 19px #00000040;
    padding: 12px 24px 14px
}

.plus__info, .plus__info div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.plus__info div {
    min-height: 120px;
    position: relative;
    width: 33%
}

.plus__info div:before {
    /* background: url(787036cb250f36ef044594d0891c7dc3.svg); */
    background-size: contain;
    content: "";
    height: 104px;
    left: -4px;
    position: absolute;
    top: 9px;
    width: 20px
}

.plus__info div:first-child:before {
    display: none
}

.plus__info div:nth-child(4) img {
    margin-left: 16px
}

.plus__info img {
    margin-right: 15px
}

.plus__info p {
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 25px;
    margin-top: 3px;
    text-align: left
}

.footer {
    padding: 40px 0 20px;
    text-align: center
}

.terms-links {
    color: #1e70ba;
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 21px;
    text-align: center;
    text-decoration: underline
}

.terms-links li {
    display: inline-block
}

.terms-links li a {
    color: #1e70ba
}

.footer img {
    display: block;
    margin: 0 auto 20px;
    width: 200px
}

.footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0 auto 17px;
    max-width: 1000px;
    text-align: center
}

.cmp-show {
    display: none
}

.footer p a {
    color: #1e70ba;
    text-decoration: underline
}

@media (max-width: 1280px) {
    .benefits__block_item p {
        font-size: 24px;
        line-height: 30px
    }

    .what-is__info {
        margin: 61px -40px 39px -70px
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 1000px;
        padding: 0 15px
    }

    .button-submit {
        font-size: 20px
    }

    .analisys, .benefits, .last__block, .review, .who-trust {
        padding-top: 40px
    }

    .first-section__right:after {
        top: 255px
    }

    .who-trust__item {
        margin-right: 10px;
        width: calc(16.66667% - 8.33333px)
    }

    .analisys__title, .benefits h3, .compare h3, .last__block h3, .review h3, .science h3, .what-is__side h3, .who-trust h3 {
        font-size: 33px;
        line-height: 45px
    }

    .who-trust__item .sec2-icon {
        bottom: 81px;
        left: 44px
    }

    .benefits__block_left, .benefits__block_right {
        width: 370px
    }

    .who-trust__item span {
        padding: 55px 0 0
    }

    .who-trust__item:nth-child(3) span, .who-trust__item:nth-child(6) span {
        padding-top: 50px
    }

    .what-is__side h3:after, .what-is__side h3:before {
        bottom: -20px
    }

    .what-is__block {
        width: 260px
    }

    .what-is__block:after {
        height: 110px;
        width: 110px
    }

    .what-is__info {
        margin: 61px -55px 39px -25px
    }

    .blue-line {
        bottom: 193px
    }

    .what-is__side img {
        bottom: -22px;
        left: -41px
    }

    .what-is__item {
        font-size: 19px
    }

    .what-is__dots {
        font-size: 59px
    }

    .what-is__item span:last-child {
        font-size: 15px
    }

    .line__block_info {
        font-size: 29px
    }

    .line__block_info span {
        font-size: 21px;
        line-height: 23px
    }

    .line__block_info p:after {
        right: -92px;
        width: 78px
    }

    .benefits__bottle {
        margin: 60px -81px 0 -61px;
        width: 355px
    }

    .benefits__block_item p {
        font-size: 24px;
        margin-bottom: 8px
    }

    .benefits__block_item {
        margin-bottom: 50px
    }

    .analisys__side p {
        font-size: 17px;
        line-height: 23px
    }

    .science__side:nth-child(3) {
        width: 34.5%
    }

    .science__side:nth-child(3) img {
        width: 100%
    }

    .science__bottom_block p {
        font-size: 28px;
        line-height: 32px
    }

    .science__bottom_block ul li {
        font-size: 16px;
        line-height: 20px;
        padding-left: 30px
    }

    .science__bottom_block ul li:before {
        height: 16px;
        left: -2px;
        top: 2px;
        width: 19px
    }

    .science__bottom_block {
        width: calc(100% - 416px)
    }

    .science__bottom img {
        width: 416px
    }

    .analisys__side:first-child img {
        width: 100%
    }

    .analisys__item img {
        margin-top: 10px
    }

    .analisys__item {
        font-size: 17px;
        height: 180px;
        line-height: 21px
    }

    .compare {
        padding-top: 60px
    }

    .compare td span {
        font-size: 18px
    }

    .plus__info {
        padding: 12px 10px 14px
    }

    .plus__info img {
        width: 95px
    }

    .plus__info p {
        font-size: 14px;
        line-height: 21px
    }

    .plus__info div:before {
        top: -4px
    }

    .last__block .button-submit {
        margin: 50px auto 20px
    }
}

.first-section__left {
    box-sizing: border-box;
    float: left;
    padding-left: 320px;
    width: calc(100% - 364px)
}

.rating {
    display: block;
    margin-bottom: 21px
}

.first-section h6 {
    align-items: center;
    color: #df5e76;
    display: flex;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 92%;
    margin: 0 0 12px
}

.first-section h3, .first-section h6 {
    font-family: Oswald;
    font-style: normal;
    text-transform: uppercase
}

.first-section h3 {
    color: #e50000;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 20px
}

.first-section h3 span {
    color: #212121
}

.top-list {
    color: #1d1d1d;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    list-style-type: none;
    margin: 0 0 19px;
    padding: 0
}

.top-list li {
    margin-right: 7px;
    padding-left: 18px;
    position: relative
}

.top-list li:before {
    background: #df5e76;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px
}

.top-list li:not(:last-child) {
    margin-bottom: 6px
}

.user-block {
    background: linear-gradient(180deg, #fff 41.01%, #fafffb);
    border: 1px solid #90d79b;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: -1px;
    padding: 8px 4px 11px 11px;
    width: 263px
}

.user-top {
    display: block;
    margin-bottom: 2px
}

.user-photo {
    border-radius: 50%;
    float: left;
    margin-top: 3px;
    width: 50px
}

.user-description {
    display: block;
    overflow: hidden;
    padding-left: 8px
}

.user-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px
}

.user-stars {
    float: left;
    margin-bottom: 8px;
    margin-right: 5px
}

.user-date {
    font-size: 12px;
    margin-top: -3px
}

.user-date, .user-name {
    float: left;
    letter-spacing: -.03em
}

.user-name {
    margin-right: 4px;
    margin-top: -4px
}

.user-verif {
    align-items: center;
    color: #3dc051;
    display: flex;
    float: left;
    font-weight: 400;
    letter-spacing: -.03em;
    margin-top: -4px
}

.user-verif img {
    margin-right: 3px
}

.user-text {
    color: #242424;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-right: 7px
}

.shipping {
    background: #e50000;
    border: 1px solid #eff1f5;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 5px 8px 5px 5px;
    vertical-align: top
}

.shipping:before {
    /* background: url(https://smart-hemp.com/static/smarthemp_gummies/ca-v1/desktop/images/1a2af430394e9dd723c4ccc311a1d50b.svg) no-repeat 50%/contain; */
    content: "";
    display: inline-block;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
    width: 36px
}

.first-section__product {
    left: calc(50% - 45px);
    position: absolute;
    top: 132px
}

.top-product {
    display: block;
    height: auto;
    margin: 0 auto 8px;
    width: 308px
}

.logos {
    display: block;
    margin-bottom: 20px
}

.first-section__right {
    float: right;
    padding-left: 20px;
    position: relative;
    width: 334px
}

.first-section__block {
    background: url(../images/e15aaab30e80b66473a27fb146f55a70.png) no-repeat calc(50% - 524px) top /auto 89%;
    background-position-y: 17px;
    margin-top: 114px;
    padding-bottom: 12px;
    padding-top: 26px
}

.btn-main {
    background: #e50000;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    padding: 12px 5px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.button__info {
    display: block;
    margin-bottom: 6px
}

.btn-main:hover {
    background: #38b34b
}

.button__info:after {
    /* background-image: url(https://smart-hemp.com/static/smarthemp_gummies/ca-v1/desktop/images/39d04491566edc5bb7ea5e781ea4669c.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 11px;
    position: relative;
    right: -1px;
    top: -2px;
    vertical-align: middle;
    width: 20px
}

.btn-main .subButton__info {
    display: block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: none
}

.btn-main .subButton__info:after, .btn-main .subButton__info:before {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: -19px;
    top: 6px;
    width: 12px
}

.btn-main .subButton__info:after {
    left: -19px;
    right: auto
}

.form-block {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));
    margin-bottom: 9px
}

.form-block form {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 5px 5px;
    border-top: 0 solid #f1f1f1;
    padding: 10px 10px 9px
}

.form-title {
    color: #262626;
    font-size: 35px;
    font-weight: 700;
    max-width: 400px;
    text-transform: uppercase
}

.form-holder {
    margin-bottom: 6px
}

input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #353535;
    display: block;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 38px;
    padding: 0 40px 0 6px;
    width: 100%
}

.guarantee {
    color: #343434;
    display: block;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 15px;
    text-align: center;
    text-transform: capitalize
}

.guarantee:before {
    /* background: url(759dd84ce5d1a809bb28d9c33f3ecf95.svg) no-repeat 50%/contain; */
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    margin-top: -10px;
    vertical-align: middle;
    width: 13px
}

.cards {
    text-align: center
}

.cards img {
    margin: 0 6px;
    vertical-align: middle;
    width: 42px
}

.cards .discover {
    border: 1px solid #b3b3b3;
    border-radius: 3px
}

button {
    outline: none
}

.form-title {
    background: #000000;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.13;
    padding: 6px 10px 4px;
    text-align: center
}

.form-title, .form-title span {
    display: block
}

.promo-field {
    background: #f8f8f8;
    color: #4e4e4e;
    font-size: 14px;
    letter-spacing: -.02em;
    padding: 5px 0;
    text-align: center
}

.promo-field .mark2 {
    color: #1b9c2f;
    font-weight: 600
}

.promo-box {
    background: #fdfbe2;
    border: 1px dashed #d81a1a;
    border-radius: 3px;
    color: #4e4e4e;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 3px;
    padding: 1px 8px
}

.logos-line {
    display: block;
    left: 38px;
    margin: -1px auto 0;
    position: relative;
    width: 546px
}

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

    .form-title {
        font-size: 17px
    }

    .btn-main {
        font-size: 18px;
        padding: 10px 5px 3px
    }

    .promo-field {
        font-size: 12px
    }

    .guarantee {
        font-size: 14px
    }

    .first-section__block {
        background-position-x: calc(50% - 430px)
    }

    .first-section__left {
        padding-left: 205px
    }

    .top-product {
        width: 188px
    }

    .first-section__product {
        left: calc(50% - 40px)
    }

    .first-section__block {
        margin-top: 95px
    }
}

@media (max-width: 991px) {
    .first-section__block {
        margin-top: 70px
    }

    .container {
        width: 738px
    }

    .first-section__block {
        background-position-x: calc(50% - 340px);
        padding-bottom: 25px;
        padding-top: 25px
    }

    .first-section__right {
        padding-left: 15px;
        width: 244px
    }

    .first-section__left {
        padding-left: 150px;
        width: 470px
    }

    .form-title {
        font-size: 13px
    }

    .promo-field {
        font-size: 10px;
        padding: 5px
    }

    .promo-box {
        margin-left: 3px;
        padding: 2px
    }

    input {
        font-size: 13px;
        line-height: 30px
    }

    .btn-main {
        font-size: 14px;
        padding: 7px 5px 0
    }

    .btn-main .subButton__info, .guarantee {
        font-size: 10px
    }

    .guarantee:before {
        height: 13px;
        margin-top: -6px;
        width: 9px
    }

    .cards img {
        margin: 0 2px;
        width: 36px
    }

    .rating {
        width: 320px
    }

    .first-section h3 {
        font-size: 24px
    }

    .top-list {
        font-size: 19px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 2px
    }

    .user-block {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 7px;
        width: 200px
    }

    .user-text {
        line-height: 1.1
    }

    .user-photo {
        height: auto;
        min-width: 35px;
        width: 35px
    }

    .user-title {
        font-size: 12px
    }

    .user-text {
        font-size: 13px
    }

    .user-stars {
        margin-bottom: 0;
        width: 60px
    }

    .top-product {
        margin-bottom: 0;
        width: 140px
    }

    .logos {
        width: 160px
    }

    .first-section__product {
        left: calc(50% - 30px)
    }

    .form-holder {
        margin-bottom: 5px
    }

    .logos {
        margin-top: 5px
    }

    .logos-line {
        width: 100%
    }
}

@media (max-width: 767px) {
    .container {
        width: 714px
    }

    .top-product {
        width: 135px
    }

    .first-section__product {
        left: calc(50% - 25px)
    }

    .first-section__block {
        background-position-x: calc(50% - 328px)
    }
}

@media (max-height: 800px) {
    .first-section h3 {
        line-height: 1.1;
        margin-bottom: 15px
    }

    .first-section__block {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .top-list {
        font-size: 21px;
        margin: 0 0 10px
    }

    .logos {
        width: 190px
    }

    .user-text {
        line-height: 1.3
    }

    .form-title {
        font-size: 18px;
        line-height: 1.1
    }

    .rating {
        margin-bottom: 4px
    }

    .first-section h6 {
        margin-bottom: 7px
    }

    .first-section h3 {
        font-size: 28px;
        margin-bottom: 10px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 2px;
        margin-bottom: 5px
    }

    .first-section__right {
        width: calc(100% - 690px)
    }

    .promo-field {
        font-size: 12px;
        padding: 7px
    }

    .btn-main {
        font-size: 15px
    }

    .button__info:after {
        height: 13px;
        margin-left: 6px;
        margin-top: 1px
    }

    .button__info {
        margin-bottom: 3px
    }

    input {
        font-size: 14px;
        line-height: 32px
    }

    .form-holder {
        margin-bottom: 5px
    }

    .btn-main {
        padding-top: 9px
    }

    .btn-main .subButton__info, .guarantee {
        font-size: 12px
    }

    .guarantee {
        margin-bottom: 5px
    }

    .first-section__product {
        left: calc(50% - 25px);
        top: 155px
    }

    .logos-line {
        margin-top: 17px
    }

    .cards img {
        width: 39px
    }

    .user-block {
        margin-bottom: 8px
    }

    .logos {
        margin-top: 15px
    }

    .first-section__left {
        padding-left: 224px
    }

    .first-section__block {
        margin-top: 81px
    }

    .btn-main {
        font-size: 18px
    }

    .rating {
        margin-bottom: 9px
    }

    .first-section h6 {
        font-size: 56px;
        margin-bottom: 18px
    }

    .first-section h3 {
        font-size: 24px;
        margin-bottom: 19px;
        width: 90%
    }

    .top-list {
        font-size: 18px;
        letter-spacing: -.035em;
        margin: 0 0 12px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 7px
    }

    .user-block {
        padding: 8px 8px 12px
    }

    .first-section__product {
        left: calc(50% + 2px);
        top: 144px
    }

    .logos {
        margin-top: 25px;
        width: 172px
    }

    .guarantee {
        font-size: 14px
    }

    .logos-line {
        margin-top: 6px;
        width: 545px
    }

    .first-section__block {
        background: url(../images/e15aaab30e80b66473a27fb146f55a70.jpg) no-repeat calc(50% - 417px) top /auto 93%;
        margin-bottom: 30px
    }
}

@media (max-height: 690px) {
    .form-title {
        font-size: 15px
    }

    .first-section__block {
        padding-bottom: 20px;
        padding-top: 23px
    }

    .rating {
        margin-bottom: 0
    }

    .top-list {
        font-size: 20px;
        margin-bottom: 15px
    }

    .user-block {
        margin-bottom: 10px;
        padding: 6px 7px
    }

    .form-block form {
        padding: 5px 10px
    }

    input {
        line-height: 31px
    }

    .form-holder {
        margin-bottom: 4px
    }

    .guarantee {
        font-size: 13px
    }

    .guarantee:before {
        height: 14px;
        margin-top: -6px;
        width: 10px
    }

    .button__info {
        margin-bottom: 2px
    }

    .form-block {
        margin-bottom: 7px
    }

    .cards img {
        width: 35px
    }

    .top-product {
        margin-bottom: 0;
        width: 180px
    }

    .first-section__product {
        top: 125px
    }

    .first-section__right {
        width: calc(100% - 690px)
    }

    .first-section__product {
        left: calc(50% - 10px);
        top: 147px
    }

    .logos {
        margin-top: 6px
    }

    .logos-line {
        margin-top: 7px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 3px
    }

    .logos {
        margin-top: 3px
    }

    .first-section__block {
        margin-top: 75px
    }
}

@media (max-height: 650px) {
    .first-section h3 {
        width: 100%
    }

    .first-section h6 {
        margin-bottom: 5px
    }

    .first-section__right {
        width: calc(100% - 700px)
    }

    .form-title {
        font-size: 15px
    }

    .form-holder {
        margin-bottom: 3px
    }

    .btn-main .subButton__info, .guarantee {
        font-size: 11px
    }

    .first-section__block {
        padding-bottom: 18px
    }

    input {
        line-height: 30px
    }

    .top-product {
        width: 170px
    }

    .first-section h3 {
        margin-bottom: 6px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 2px
    }

    .top-list {
        margin-bottom: 10px
    }

    .first-section__product {
        top: 134px
    }

    .logos-line {
        margin-top: 0
    }
}

@media (max-height: 620px) {
    .rating {
        margin-bottom: 16px
    }

    .first-section__left {
        padding-left: 170px
    }

    .first-section h3 {
        font-size: 26px;
        width: 360px
    }

    .top-list {
        font-size: 18px;
        margin-bottom: 14px
    }

    .top-list li:before {
        top: 6px
    }

    .user-block {
        margin-bottom: 5px;
        width: 303px
    }

    .user-description {
        padding-left: 12px
    }

    .user-stars {
        width: 68px
    }

    .top-product {
        margin-bottom: 19px;
        width: 185px
    }

    .first-section__product {
        left: calc(50% - 10px);
        top: 70px
    }

    .first-section__right:after {
        height: 150px;
        right: -117px;
        top: 240px;
        width: 104px
    }

    .form-title {
        font-size: 13px
    }

    .btn-main {
        margin-top: 4px
    }

    .btn-main .subButton__info:after, .btn-main .subButton__info:before {
        top: 4px;
        width: 6px
    }

    .btn-main .subButton__info:after {
        left: -10px
    }

    .btn-main .subButton__info:before {
        right: -10px
    }

    .btn-main .subButton__info {
        font-size: 10px
    }

    .first-section__right {
        width: calc(100% - 720px)
    }

    .form-holder {
        margin-bottom: 2px
    }

    .promo-box {
        font-size: 12px;
        line-height: 13px
    }

    .btn-main {
        padding-top: 7px
    }

    .button__info:after {
        margin-left: 5px
    }

    .first-section__block {
        background-position-x: calc(50% - 438px)
    }

    .guarantee {
        font-size: 12px
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .first-section__block {
        background-image: url('../images/e15aaab30e80b66473a27fb146f55a70.jpg')
    }
}

@media (max-height: 800px) and (max-width: 1199px) {
    .form-title {
        font-size: 14px
    }

    .btn-main {
        font-size: 15px
    }

    .btn-main .subButton__info, .guarantee {
        font-size: 11px
    }

    .promo-field {
        font-size: 10px;
        padding: 4px
    }

    .logos {
        margin-top: 10px;
        width: 172px
    }

    .first-section__product {
        left: calc(50% + 15px);
        top: 144px
    }
}

@media (max-height: 690px) and (max-width: 1199px) {
    .first-section__product {
        left: calc(50% + 20px);
        top: 147px
    }
}

@media (max-height: 650px) and (max-width: 1199px) {
    .first-section__product {
        top: 130px
    }

    .logos {
        margin-top: 4px;
        width: 172px
    }
}

@media (max-height: 620px) and (max-width: 1199px) {
    .btn-main, .form-title {
        font-size: 13px
    }

    .btn-main .subButton__info {
        font-size: 10px
    }

    .logos {
        margin-right: 19px;
        width: 190px
    }

    .first-section__product {
        left: calc(50% + 37px);
        top: 70px
    }

    .guarantee {
        font-size: 10px
    }
}

.head-main {
    background: #f8f8f8;
    height: 85px
}

.head-main .right-cont, .nav-menu ul {
    align-items: center;
    display: flex
}

.nav-menu ul li {
    margin-right: 33px
}

.nav-menu ul li:last-child {
    margin-right: 0
}

.nav-menu ul li a {
    align-items: center;
    border-bottom: 2px solid #0000;
    color: #000;
    display: flex;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 17px;
    padding: 4px 8px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase
}

.nav-menu ul li a.active, .nav-menu ul li a:hover {
    border-bottom: 2px solid #1b9c2f;
    color: #1b9c2f
}

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

.head-main .head-main-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative
}

.head-main .container {
    height: 100%;
    position: relative
}

.logo-new {
    align-items: center;
    display: flex
}

.logo-new img {
    margin-left: 4px;
    margin-top: -4px;
    width: 364px
}

.logo-new .more-text {
    border-left: 1px solid #929292;
    color: #434343;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 108%;
    margin-left: 17px;
    padding-left: 17px;
    text-transform: uppercase
}

.head-main .head-main-content .flag {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    text-align: right
}

.head-main .head-main-content .flag img {
    margin-left: 15px
}

.head-main .head-main-content .bnt-scroll {
    align-items: center;
    background: #E50000;
    border-radius: 4px;
    -webkit-box-shadow: none;
    color: #fff;
    display: flex;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    line-height: 17px;
    margin-left: 32px;
    margin-right: 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 197px
}

.head-main .head-main-content .bnt-scroll:after {
    /* background-image: url(https://smart-hemp.com/static/smarthemp_gummies/ca-v1/desktop/images/39d04491566edc5bb7ea5e781ea4669c.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 6px;
    right: 15px;
    vertical-align: middle;
    width: 20px
}

.head-main .head-main-content .bnt-scroll:hover {
    background: #38b34b
}

@media (max-width: 1250px) {
    .container-1100 {
        width: 962px
    }

    .head-main .head-main-content {
        left: 0
    }
}

@media (max-width: 1199px) {
    .head-main .head-main-content .bnt-scroll {
        font-size: 17px;
        height: 55px;
        margin-left: 7px;
        width: 240px
    }

    .plus__info div {
        min-height: 95px
    }

    .logo-new {
        width: 220px
    }

    .head-main {
        height: 70px
    }

    .nav-menu ul li {
        margin-right: 5px
    }

    .logo-new {
        width: auto
    }

    .logo-new img {
        margin-top: 2px;
        width: 260px
    }

    .logo-new .more-text {
        font-size: 14px
    }

    .first-section__left {
        padding-left: 140px
    }

    .first-section__block {
        background-position-x: calc(50% - 490px)
    }

    .top-product {
        width: 250px
    }

    .first-section__product {
        left: calc(50% - 73px);
        top: 213px
    }

    .user-block {
        margin-bottom: 5px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 2px
    }

    .first-section h3, .rating {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .logo-new {
        width: 160px
    }

    .head-main {
        height: 60px
    }

    .head-main .head-main-content .bnt-scroll {
        font-size: 14px;
        height: 45px;
        width: 180px
    }

    .head-main .head-main-content .flag {
        font-size: 14px
    }

    .head-main .head-main-content .flag img {
        margin-left: 5px
    }

    .logo-new img {
        width: 100%
    }

    .container-1100 {
        width: 738px
    }

    .header__warning {
        font-size: 12px
    }

    .nav-menu ul li a {
        font-size: 12px;
        padding: 4px 5px
    }

    .nav-menu ul li {
        margin-right: 0
    }

    .logo-new img {
        width: 180px
    }

    .logo-new {
        width: auto
    }

    .logo-new .more-text {
        font-size: 12px;
        margin-left: 5px;
        padding-left: 5px
    }

    input, select {
        font-size: 13px;
        height: 30px;
        line-height: 30px
    }

    .promo-box {
        line-height: 14px
    }

    .first-section__left {
        padding-left: 60px
    }

    .top-list {
        margin-bottom: 5px
    }

    .logos {
        margin-bottom: 8px
    }

    .first-section__info ul li {
        font-size: 19px;
        line-height: 21px
    }

    .first-section h3 {
        line-height: 29px
    }

    .first-section__product {
        left: calc(50% - 104px);
        top: 110px
    }

    .first-section__block {
        background-position-x: calc(50% - 460px);
        padding-bottom: 10px
    }

    .logos-line {
        width: 545px
    }
}

@media (max-width: 767px) {
    .first-section__left {
        width: 450px
    }

    .nav-menu ul li a {
        font-size: 11px
    }

    .first-section__product {
        left: calc(50% - 93px);
        top: 110px
    }

    .container-1100 {
        width: 714px
    }
}

@media (max-height: 800px) {
    .container-1100 {
        display: block;
        height: 100%;
        margin: 0 auto;
        position: relative;
        width: 980px
    }

    .head-main .head-main-content {
        left: 0
    }

    .head-main .head-main-content .bnt-scroll {
        font-size: 18px;
        height: 47px;
        width: 274px
    }

    .logo-new {
        width: auto
    }

    .logo-new img {
        margin-top: 4px;
        width: 300px
    }

    .head-main {
        height: 65px
    }

    .logo-new .more-text {
        font-size: 18px
    }

    .first-section__right {
        width: 290px
    }

    input, select {
        font-size: 14px;
        height: 32px;
        line-height: 32px
    }

    .form-holder .icon {
        top: 6px
    }

    .first-section__left {
        padding-left: 325px
    }

    .first-section__block {
        background-position-y: 21px !important
    }

    .logos {
        margin-bottom: 0;
        margin-top: -10px
    }

    .top-list li:not(:last-child) {
        margin-bottom: 1px
    }

    .first-section h3 {
        margin-bottom: 10px
    }

    .first-section__product {
        left: calc(50% + 12px);
        top: 50px
    }

    .logos-line {
        margin-top: 5px
    }

    .first-section__block {
        padding-bottom: 0
    }
}

@media (max-height: 690px) {
    .head-main .head-main-content .bnt-scroll {
        font-size: 16px;
        height: 46px;
        width: 255px
    }

    .head-main {
        height: 60px
    }

    .top-product {
        margin-bottom: 0;
        width: 290px
    }

    .user-text {
        font-size: 15px;
        line-height: 1.1
    }

    .first-section__info ul li {
        font-size: 20px;
        line-height: 22px
    }

    .guarantee {
        margin-top: 5px
    }

    .first-section__product {
        left: calc(50% + 20px);
        top: 45px
    }

    .first-section .container .row {
        padding-bottom: 0
    }

    .logos-line {
        width: 545px
    }
}

@media (max-height: 620px) {
    .head-main .head-main-content .bnt-scroll {
        font-size: 15px;
        height: 40px;
        width: 240px
    }

    .rating {
        margin-bottom: 5px
    }

    .first-section h3 {
        font-size: 24px;
        margin-bottom: 10px;
        width: 90%
    }

    .user-block {
        width: 263px
    }

    input, select {
        margin-bottom: 2px
    }

    .first-section h3 {
        margin-bottom: 5px
    }

    .top-list {
        font-size: 17px;
        margin-bottom: 7px
    }

    .user-text {
        font-size: 14px;
        line-height: 1.1
    }

    .first-section__product {
        top: 7px
    }

    .logos-line {
        width: 545px
    }
}

@media (max-height: 800px) and (max-width: 1199px) {
    .cmp-clear .last-block_middle, .last-block_middle {
        padding-top: 47px
    }

    .form-title, .header__warning {
        font-size: 14px
    }

    .btn-main {
        font-size: 15px
    }

    .btn-main .subButton__info, .guarantee {
        font-size: 11px
    }

    .promo-field {
        font-size: 10px;
        padding: 4px
    }

    .logos {
        margin-top: 10px;
        width: 172px
    }

    .first-section__product {
        left: calc(50% + 15px)
    }

    .first-section__left {
        padding-left: 135px
    }

    .nav-menu ul li a {
        font-size: 13px
    }

    .head-main .head-main-content .bnt-scroll {
        font-size: 17px;
        width: 250px
    }

    .logo-new .more-text {
        font-size: 15px
    }

    .logo-new img {
        margin-top: 3px;
        width: 260px
    }

    .first-section__product {
        left: calc(50% - 47px);
        top: 144px
    }
}

@media (max-height: 690px) and (max-width: 1199px) {
    .first-section__product {
        left: calc(50% + 20px);
        left: calc(50% - 65px);
        top: 147px;
        top: 63px
    }
}

@media (max-height: 650px) and (max-width: 1199px) {
    .first-section__product {
        top: 55px
    }

    .logos {
        margin-top: 4px;
        width: 172px
    }
}

@media (max-height: 620px) and (max-width: 1199px) {
    .cmp-clear .last-block_middle, .last-block_middle {
        padding-top: 51px
    }

    .btn-main, .form-title {
        font-size: 13px
    }

    .btn-main .subButton__info {
        font-size: 10px
    }

    .logos {
        margin-right: 19px;
        width: 190px
    }

    .first-section__product {
        left: calc(50% - 66px);
        top: 20px
    }

    .guarantee {
        font-size: 10px
    }
}

@supports (-webkit-touch-callout:none) {
    .nav-menu ul li a:hover {
        border-bottom: none;
        color: #000;
        text-shadow: none
    }
}

.header {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.cards {
    align-items: center;
    display: flex;
    justify-content: center
}

#block1, #block2, #block3, #block4 {
    display: block
}

.r-bottom {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    padding: 0 2px
}

.r-bottom a {
    color: #1e70ba;
    display: block;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 17px;
    text-align: left;
    text-decoration-line: underline
}

.r-bottom .side {
    width: 49%
}