.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 {
    margin: 10px 0 30px;
    text-align: center
}

.confirmation-page .row {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup button {
    outline: 0
}

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

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

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

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

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

.popup footer {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

.popup {
    font-family: sans-serif
}

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

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

.footer-info {
    margin: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.captcha {
    margin-top: 10px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup p {
    margin: 0
}

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

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

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

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

.popup-loading-wrapper .popup .product-image {
    background-size: contain;
    height: 207px;
    margin: 0 auto 6px;
    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(.../images/images/3374eba33c023dada2ab6898c7ab169c.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 22px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 25px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .transaction-conf {
        padding: 15px 0
    }

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

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

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

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

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

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

@media (max-width: 580px) {
    .transaction-conf .col-sm-9,.transaction-conf .col-xs-12 {
        padding-left:10px;
        padding-right: 10px
    }

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

    .transaction-conf {
        overflow-x: hidden
    }

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

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

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

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

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

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

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

input,select {
    outline: none!important
}

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

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

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

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

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

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

@media (max-width: 345px) {
    #pagecontainer .form-cards img,.checkout-p .form-cards img,.checkout-page .form-cards img {
        width:36px
    }

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

.delivery-type {
    color: #535353;
    padding: 12px 0 0
}

.delivery-title {
    display: block;
    font-size: 12px;
    margin-bottom: 3px
}

.delivery-row {
    border-top: 1px solid #999
}

.delivery-row:last-child {
    border-bottom: 1px solid #999
}

.delivery-type input {
    height: 0;
    left: -9999px;
    position: fixed;
    top: -9999px;
    width: 0
}

.delivery-line {
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 8px 4px 7px
}

.delivery-date {
    font-size: 12px
}

.delivery-line span {
    line-height: 16px
}

.delivery-line:after {
    clear: both;
    content: "";
    display: block
}

.delivery-date,.delivery-price,.radio-box {
    float: left
}

.radio-box {
    width: 44%
}

.delivery-date {
    width: 41%
}

.radio-fake {
    background: #fff;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
    bottom: 0;
    display: inline-block;
    height: 14px;
    margin-left: 4px;
    margin-right: 2px;
    position: relative;
    vertical-align: top;
    width: 14px
}

.radio-fake:after {
    background: #58a230;
    border-radius: 50%;
    content: "";
    display: none;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 8px
}

input[type=radio]:checked+.delivery-line .radio-fake:after {
    display: block
}

.delivery-price {
    color: #000
}

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

body {
    background: #fff;
    color: #1c1c28;
    font: 16px/1.2 Inter,sans-serif;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden
}

.delivery-type {
    margin: 0 -8px;
    padding: 6px 0
}

.radio-fake:after {
    background: #3dc051;
    height: 9px;
    left: 6px;
    top: 6px;
    width: 9px
}

.radio-box {
    color: #676873;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    width: 32%
}

.delivery-line,.radio-box {
    align-items: center;
    display: flex
}

.delivery-date {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    width: 42%
}

.delivery-title {
    color: #1c1c28;
    font-family: Inter,san-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 5px;
    margin-left: 8px
}

.delivery-line {
    padding: 12px 8px 9px
}

.radio-fake {
    margin-left: 0;
    margin-right: 9px
}

#app {
    overflow-x: hidden
}

* {
    box-sizing: border-box
}

a {
    background-color: initial
}

strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

img {
    border-style: none;
    height: auto
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

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

ul {
    list-style-type: none
}

h3,p,ul {
    margin: 0;
    padding: 0
}

.container {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    width: 1060px
}

.header .container {
    width: 1045px
}

button {
    outline: 0
}

.tc {
    text-align: center
}

.header {
    margin-bottom: 20px
}

.head-new {
    background: #f8f8f8;
    height: 88px
}

.head-new .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.head-new .flag-new {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 8px
}

.head-new .flag-new p {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 8px
}

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

.header__warning span span {
    color: #fbff2a
}

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

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

.logo-white {
    margin-left: 9px;
    width: 122px
}

.dhl-logo {
    border-right: 1px solid #c4c4c4;
    margin-right: 7px;
    padding-right: 9px;
    width: 160px
}

.header__block {
    padding: 14px 0 0;
    position: relative
}

.header-line {
    background: #5c5c5c;
    float: left;
    height: 1px;
    margin-left: 1.5%;
    position: relative;
    top: 19px;
    width: 55%
}

.header__logo {
    float: left;
    margin-top: -2px;
    width: 177px
}

.header__info {
    color: #1c1c28;
    float: right;
    font-weight: 300;
    margin-right: 22px;
    margin-top: -1px
}

.header__info-text {
    display: inline-block;
    letter-spacing: -.02em;
    margin-right: 7px;
    vertical-align: middle
}

.header__info-img {
    height: auto;
    vertical-align: middle
}

.left-box {
    float: left;
    padding-left: 16px;
    width: 676px
}

.right-box {
    float: left;
    padding-left: 20px;
    width: calc(100% - 690px)
}

.header:before {
    background: url(.../images/images/bb41efeeafb6266a902061c97fd99bc4.svg);
    background-size: contain;
    content: "";
    height: 112px;
    left: 0;
    position: absolute;
    top: 0;
    width: 112px;
    z-index: 1
}

.heading {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 5px 8px 8px
}

.steps {
    color: #676873;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 12px;
    text-align: center
}

.step {
    align-items: center;
    background: url(../images/37a0c21d13ef59bb1b192986f9c3271a.svg) no-repeat 50%/contain;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-right: -9px;
    width: 224px
}

.step.active {
    background-image: url(../images/5f6e32eec3d16daa6c5efa8ec609a595.svg);
    color: #fff
}

.step span {
    vertical-align: middle
}

.step:after {
    background: url(../images/7d6e5ddd94da23f34c6d84f3767d8e97.svg) no-repeat 50%/contain;
    content: "";
    display: inline-block;
    height: 16px;
    left: -10px;
    margin-left: 20px;
    position: relative;
    width: 16px
}

.step:first-child:after {
    background: url(../images/f001317bdc14232478de731258c8bc85.svg) no-repeat 50%/contain;
    left: -7px
}

.step:last-child:after {
    background: none;
    margin-left: -3px
}

.heading .mark {
    color: #fd4f4f
}

.heading p {
    font-size: 16px;
    font-weight: 700
}

.emo {
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
    width: 18px
}

.current-text {
    font-size: 16px;
    margin-top: 11px;
    text-align: left;
    text-transform: uppercase
}

.level {
    background: #eff1f5;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    margin-top: -4px;
    padding: 3px;
    vertical-align: middle;
    width: 84px
}

.level span:last-child {
    animation: fade-in 2s infinite
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.package-item {
    padding: 0 0 0 20px;
    position: relative
}

.package-item:after,.package-item:before {
    clear: both;
    content: "";
    display: block
}

.product {
    background: linear-gradient(0deg,#fff,#fff),linear-gradient(99.99deg,#fffef0 13.77%,#fff0 93.96%);
    border: 2px solid #bbb;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #00000017;
    box-shadow: 0 0 10px #00000017;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px
}

.product.active {
    background: linear-gradient(95.71deg,#f8fff9 3.25%,#fff 78.77%);
    border: 2px solid #3dc051;
    box-shadow: 0 0 10px #0000001a
}

.package-item__status {
    float: left;
    height: 168px;
    width: 5.8%
}

.package-item__status span {
    border: 4px solid #bbb;
    border-radius: 50%;
    display: block;
    height: 30px;
    left: 1px;
    margin-top: 75px;
    position: relative;
    width: 30px
}

.active .package-item__status span {
    border-color: #3dc051
}

.product.active .package-item__status span:before {
    background: url(../images/83c07bc6051e8f5982080ceb21e68bd4.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    left: -4px;
    position: absolute;
    top: -46px;
    width: 60px
}

.package-images {
    align-items: center;
    display: flex;
    float: left;
    justify-content: flex-end;
    padding: 19px 13px 0 0;
    position: relative;
    width: 60%
}

.product3 .package-images,.product5 .package-images {
    justify-content: flex-start
}

.bttl {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 45px
}

.product3 .bttl,.product5 .bttl {
    margin-left: 30px;
    margin-top: 3px
}

.package-images:after,.package-images:before {
    clear: both;
    content: "";
    display: block
}

.package-images__item {
    box-sizing: border-box;
    display: block;
    float: left;
    padding-left: 17px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50%
}

.package-images__item:first-child {
    position: relative;
    width: 160px
}

.package-images__item:first-child:after {
    background-image: url(../images/064a640becc11b3146950bca8970150c.svg);
    background-size: cover;
    content: "";
    height: 24px;
    position: absolute;
    right: -28px;
    top: 48%;
    width: 24px
}

.product5 .package-images__item:first-child:after {
    display: none
}

.active .package-images__item:first-child:after {
    background-image: url(../images/7f413d4d64eb64547e5799962aaa1912.svg)
}

.package-images__item>img {
    position: relative
}

.product3 .package-images__item>img,.product5 .package-images__item>img {
    left: 0;
    top: -10px
}

.package-images__item:nth-child(2) {
    left: -4px;
    width: 181px
}

.package-images__item .bonus {
    background: #ffe6da;
    border-radius: 5px;
    box-shadow: 4px 4px 16px #0000001a;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-align: center
}

.package-images__item .bonus p {
    color: #ff812e;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    text-align: center
}

.package-images__item .bonus-border {
    border: 1px dashed #ff812e;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 3px
}

.package-images__item .bonus-border .bonus-free {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 4px 2px 0 4px
}

.package-images__item .bonus-border .bonus-free .half {
    display: inline-block;
    vertical-align: top
}

.package-images__item .bonus-border .bonus-free .half:first-child {
    float: left
}

.package-images__item .bonus-border .bonus-free .save-block {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding: 16px 5px 15px;
    width: 70px
}

.package-images__item .bonus-border .bonus-free .free {
    background: #ffe6da;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ff812e;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 70px
}

.package-info {
    background: #fafafa;
    border-radius: 0 8px 8px 0;
    float: right;
    height: 100%;
    padding: 20px 0 15px;
    text-align: center;
    width: 216px
}

.active .package-info {
    background: #f1fff1
}

.product5 .package-info {
    padding: 25px 0 13px
}

.package-info__retail {
    color: grey;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0 auto;
    position: relative;
    width: max-content
}

.product3.active .package-info__retail,.product5.active .package-info__retail {
    color: #1c1c28
}

.active .package-info__retail {
    color: red
}

.retail-price-block {
    display: inline-block;
    position: relative
}

.retail-price-block:before {
    background: grey;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 48%;
    width: 100%
}

.active .retail-price-block:before {
    background: red
}

.package-info__bonus {
    color: #ff812e;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px
}

.package-info__desc {
    color: #1c1c28;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    margin-top: 15px
}

.product3 .package-info__desc,.product5 .package-info__desc {
    margin-top: 33px
}

.package-info__price {
    color: #1c1c28;
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 13px;
    margin-top: 4px;
    text-align: center
}

.product5 .package-info__price {
    margin-top: -18px
}

.package-info__total {
    font-size: 14px
}

.form-box .form-info {
    color: #3dc051;
    display: block;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 12px;
    margin-bottom: 16px;
    margin-top: 17px;
    text-align: center;
    text-transform: capitalize
}

.package-info__price span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 8px
}

.package-info-button {
    background: #939393;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    margin-top: 4px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.package-info-button:before {
    content: "select"
}

.active .package-info-button:before {
    content: "selected"
}

.active .package-info-button {
    background: #3dc051
}

.package-block {
    background: #bbb;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 26px;
    line-height: 27px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: -14px
}

.active .package-block {
    background: #3dc051
}

.save__block {
    left: 23px
}

.shipping__block {
    font-size: 14px;
    left: 146px;
    width: 145px
}

.shipping__block:before {
    background: url(../images/e52bb52f2d1745ce33a8291de3d1ca7a.svg);
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 26px
}

.footer {
    padding-bottom: 48px
}

.terms-links {
    color: #0020e4;
    font-size: 12px;
    margin-bottom: 21px;
    margin-top: 21px;
    text-align: center;
    text-decoration: none
}

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

.terms-links li a {
    color: #0020e4;
    text-decoration: none
}

.copyright {
    font-size: 12px
}

.form-box {
    background: #fafafa;
    position: relative
}

.form-header {
    background: #676873;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 6px 0 6px 10px;
    text-align: left;
    text-transform: uppercase
}

.form-in {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    padding: 9px 8px 11px
}

.form-popup p {
    color: #1c1c28;
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    text-align: center
}

.bg {
    background: #eff1f5;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 11px
}

.bg label {
    margin-bottom: 2px
}

.billing-title {
    display: block;
    margin-bottom: 5px;
    text-align: center
}

.payment-title {
    margin-bottom: 10px
}

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

label {
    display: block;
    font-size: 14px;
    font-weight: 400
}

input,select {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #1c1c28;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    width: 100%
}

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

#cardcode input::placeholder,#cardnumber input::placeholder {
    font-size: 18px;
    left: -1px;
    letter-spacing: -.09em;
    position: relative;
    top: -1px;
    word-spacing: 1px
}

select option {
    color: #1c1c28
}

select option:first-child {
    color: #676873
}

.form-fields:after {
    clear: both;
    content: "";
    display: block
}

.form-fields .form-holder {
    background: url(../images/d5710a55fd3d75b75d352c7505eb9e66.svg)!important;
    background-position: 89%!important;
    background-repeat: no-repeat!important;
    float: left;
    margin-bottom: 8px;
    width: calc(68% - 6px)
}

.form-fields .form-holder select {
    float: left;
    width: calc(50% - 6px)
}

.form-fields .form-holder p {
    color: #1c1c28;
    float: left;
    font-size: 16px;
    margin: 9px 3px 0
}

.form-fields .cvv-container {
    margin-left: 6px;
    position: relative;
    width: calc(34% - 6px)
}

.cvv-container:before {
    background: url(../images/a0ec3fcd8eefe18229460df3c997810e.png) no-repeat 50%;
    background-size: contain;
    bottom: 8%;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 7px;
    width: 30px
}

select {
    -webkit-appearance: none!important;
    background-color: #fff!important;
    background-image: url(../images/36b61c31908b3811e8c8a2efc28179a3.svg)!important;
    background-position: 90%!important;
    background-repeat: no-repeat!important
}

.card-container:before {
    background: url(../images/2a3152c019d4848f3995b6eb75d41a10.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 0;
    width: 14px
}

.submit-btn {
    background: #3dc051;
    border: none;
    border-radius: 4px;
    box-shadow: 0 19px 5px 0 #0000,0 12px 5px 0 #00000003,0 7px 4px 0 #0000000d,0 3px 3px 0 #00000017,0 1px 2px 0 #0000001a;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 64px;
    margin: 11px auto 0;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 96%
}

.submit-btn:after {
    background: url(../images/738e963accc49a75153a9048253b3977.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
    width: 19px
}

.billing-form {
    display: none
}

.payment_as_shipping {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    font-family: inherit;
    font-size: 100%;
    height: auto;
    left: 5px;
    line-height: 1.15;
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
    width: auto
}

.payment_as_shipping_label {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 15px 0 10px
}

.payment_as_shipping_label span {
    color: #1c1c28;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-align: center
}

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

.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: inherit!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
}

.guarantee {
    font-size: 0;
    margin-bottom: 12px;
    margin-top: 12px
}

.guarantee-content {
    text-align: left
}

.guarantee-icon {
    display: inline-block;
    height: 80px;
    vertical-align: top;
    width: 80px
}

.guarantee-text {
    color: #1c1c28;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding-left: 8px;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 80px)
}

.secure__block {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 7px 1px
}

.secure__block img {
    display: block;
    margin: 0 auto 4px;
    max-width: 288px;
    width: 100%
}

.line {
    background: #ececec;
    height: 5px;
    width: 100%
}

.secure__block span {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin: 15px auto 8px;
    padding-left: 136px;
    position: relative;
    text-align: center
}

.gdpr__box {
    z-index: 999999999999!important
}

.delivery-price {
    color: #1c1c28;
    font-size: 14px;
    width: 27%
}

.secure__block span:before {
    background: url(../images/2890e21e8c4786646bb64b38eef463cb.svg);
    background-size: cover;
    content: "";
    height: 59px;
    left: 51px;
    position: absolute;
    top: -8px;
    width: 54px
}

.labels {
    display: block;
    margin: 16px auto 0;
    max-width: 206px;
    width: 100%
}

.arrow {
    bottom: 32px;
    right: -140px;
    width: 133px
}

.footer {
    border-top: 2px solid #ececec;
    margin-top: 20px;
    padding-top: 3px
}

.footer .container {
    padding: 0 30px 6px
}

.product5 {
    margin-bottom: 0
}

.hurry__block {
    background: #5c5c5c;
    color: #efefef;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 30px;
    padding: 16px 15px 14px;
    position: relative;
    text-align: center
}

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

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

.level span {
    background: #fd4f4f;
    float: left;
    height: 14px;
    margin-left: 2px;
    width: 6px
}

.contact__block {
    background: url(../images/4d2c9161bd88b10481187d98ed0177c1.png);
    background-size: contain;
    color: #676873;
    float: left;
    font-family: Inter,sans-serif;
    font-size: 14px;
    height: 180px;
    line-height: 14px;
    padding: 25px 0 0 24px;
    text-align: left;
    width: 375px
}

.contact__block p {
    color: #1c1c28;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
    position: relative;
    text-align: left;
    text-transform: uppercase
}

.contact__block p:after {
    background: #1c1c28;
    bottom: 10px;
    content: "";
    display: block;
    height: 1px;
    left: 88px;
    position: absolute;
    width: 86px
}

.contact__block .text-te {
    align-items: center;
    color: #1c1c28;
    display: flex;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 100%;
    margin-top: 40px
}

.contact__block .text-te:after {
    display: none
}

.contact__block .text-te span {
    color: #676873;
    display: inline-block;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-left: 3px;
    text-transform: none
}

.contact__block .work-time {
    color: #999;
    margin-top: 37px
}

.line-vertical {
    background: #ececec;
    float: left;
    height: 180px;
    margin: 0 21px;
    width: 4px
}

.footer .footer-txt {
    color: #1c1c28;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 20px 408px;
    text-align: center
}

.footer .footer-txt a {
    color: #0020e4;
    text-decoration: none
}

.flex-footer {
    display: flex;
    justify-content: flex-end
}

.order-adress {
    width: 59.5%
}

.footer .footer-txt:first-child {
    margin-top: 15px
}

.cards,.form-cards {
    font-size: 0;
    list-style-type: none;
    margin: 16px 0 12px;
    padding: 0;
    text-align: center
}

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

.cards li.first-text,.form-cards li.first-text {
    color: #666;
    letter-spacing: -.01em;
    margin-left: 0;
    margin-right: 6px
}

.cards img {
    display: block;
    height: 27px;
    width: auto
}

input[type=radio]:checked+.delivery-line {
    background: #dcf0cf
}

.package-info__total span:nth-child(2) {
    font-weight: 700
}

.arrow {
    bottom: 37px;
    position: absolute;
    right: -144px;
    width: 132px;
    z-index: 1
}

@media (max-width: 1199px) {
    .container,.header .container {
        width:990px
    }

    .refill-row {
        padding: 0
    }

    .package-info {
        width: 195px
    }

    .left-box {
        width: 620px
    }

    .package-item__status span {
        left: -10px
    }

    .right-box {
        padding-left: 15px;
        width: calc(100% - 620px)
    }

    .alert-text {
        margin: 0;
        padding-left: 30px
    }

    .header__warning {
        font-size: 12px;
        padding-top: 6px
    }

    .submit-btn {
        font-size: 22px;
        line-height: 60px
    }

    .submit-btn:after {
        height: 19px
    }

    .footer .container {
        padding: 0 10px 6px
    }

    .header__logo {
        margin-left: 20px
    }

    .header-line {
        width: 51%
    }

    .header__info {
        margin-right: 5px
    }

    .product3 .package-images__item>img,.product5 .package-images__item>img {
        top: 0
    }

    .arrow {
        display: none
    }

    .bttl {
        margin-right: 30px
    }

    .bttl:after {
        right: -26px
    }
}

@media (max-width: 1040px) {
    .logo-white {
        margin-left:40px
    }
}

@media (max-width: 1023px) {
    .header__warning {
        font-size:12px;
        padding-top: 8px
    }

    .package-info__total {
        font-size: 13px
    }

    .heading {
        font-size: 15px
    }

    .package-images {
        padding-top: 28px
    }

    .radio-fake {
        margin-right: 6px
    }

    .radio-box {
        font-size: 11px!important;
        width: 37%!important
    }

    .delivery-price {
        float: right;
        font-size: 11px;
        margin-right: 4px
    }

    .delivery-line {
        font-size: 12px!important;
        padding: 6px 0 7px 7px
    }

    .delivery-date {
        font-size: 10px!important;
        width: 42%!important
    }

    .delivery-price {
        width: 29%
    }

    .radio-fake {
        bottom: 0
    }

    .bg {
        padding-left: 8px;
        padding-right: 8px
    }

    .package-info {
        padding: 9px 0
    }

    .package-info__ship p,.package-info__title-new {
        font-size: 14px
    }

    .container,.header .container {
        width: 768px
    }

    .header {
        margin-bottom: 20px
    }

    .header-line {
        width: 40%
    }

    .header__info {
        font-size: 14px
    }

    .header__info-img {
        height: auto;
        width: 60px
    }

    .left-box {
        padding: 0;
        width: 480px
    }

    .right-box {
        padding-left: 10px;
        width: calc(100% - 480px)
    }

    .steps {
        font-size: 14px;
        margin-left: -7px;
        padding: 0 3px
    }

    .step:after {
        margin-left: 17px
    }

    .cont {
        padding: 0 0 0 20px!important
    }

    .checkmark {
        left: -2px!important
    }

    .package-images__item:first-child {
        height: 145px;
        width: 142px
    }

    .package-images__item:nth-child(2) {
        height: 145px;
        left: 0;
        width: auto
    }

    .package-item {
        padding: 0 0 0 3px
    }

    .package-images__item:first-child:before {
        right: -24px
    }

    .package-images__item>img {
        width: 100%
    }

    .half img {
        width: 95%
    }

    .package-info__desc {
        margin-top: 10px
    }

    .package-item__status {
        height: 153px
    }

    .package-images {
        padding-right: 0;
        width: 56.3%
    }

    .package-info {
        width: 37%
    }

    .package-info__price {
        font-size: 21px
    }

    .product1 .package-images__item>img {
        height: 123px;
        width: auto
    }

    .product3 .package-images__item>img,.product5 .package-images__item>img {
        height: 126px;
        width: auto
    }

    .package-images__item:first-child:after {
        right: -21px;
        top: 53%
    }

    .form-box .form-info {
        font-size: 11px
    }

    .package-images__item {
        padding-left: 20px;
        padding-top: 26px
    }

    .product3 .package-info__desc,.product5 .package-info__desc {
        margin-top: 28px
    }

    .guarantee-content {
        padding: 6px 5px 5px 10px
    }

    .guarantee-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px
    }

    .form-header {
        font-size: 16px;
        line-height: 21px
    }

    input,select {
        font-size: 14px;
        padding: 0 7px
    }

    .cvv-container:before {
        right: 6px
    }

    .submit-btn {
        font-size: 18px;
        line-height: 55px
    }

    .level {
        width: 85px
    }

    .current-text {
        font-size: 14px!important
    }

    .submit-btn:after {
        height: 13px;
        width: 16px
    }

    select {
        background: #fff!important
    }

    .secure__block img {
        width: 90%
    }

    .secure__block span {
        padding-left: 80px
    }

    .secure__block span:before {
        left: 15px
    }

    .product.active .package-item__status span:before {
        height: 45px;
        left: -4px;
        top: -30px;
        width: 45px
    }

    .contact__block {
        font-size: 13px;
        height: 160px;
        margin-top: 7px;
        padding-top: 18px;
        width: 315px
    }

    .contact__block p {
        font-size: 16px
    }

    .contact__block p:after {
        bottom: 9px;
        left: 98px;
        width: 85px
    }

    .line-vertical {
        height: 160px;
        margin: 7px 10px 0
    }

    .guarantee-content {
        padding: 4px 3px 5px
    }

    .footer .footer-txt {
        font-size: 11px;
        line-height: 14px;
        margin-left: 335px
    }

    .product3 .package-images__item>img,.product5 .package-images__item>img {
        left: -3px
    }

    #cardExpMonth {
        padding: 0 5px
    }

    .product3 .package-images__item>img,.product5 .package-images__item>img {
        top: -3px
    }

    .package-info__price {
        font-size: 31px;
        margin-bottom: 9px
    }

    .package-info__ship p,.package-info__title-new {
        font-size: 14px!important
    }

    .bttl-bonus {
        width: 130px!important
    }

    .bttl-bonus .bon-cont .bon-bottom,.bttl-bonus .bon-cont .bon-top {
        width: 57px!important
    }

    .bttl-bonus .bon-cont .right-side {
        width: calc(100% - 57px)!important
    }

    .bttl-bonus .bon-cont .right-side img {
        height: 70px;
        width: auto
    }

    .bttl:after {
        right: -20px!important
    }

    .bttl {
        margin-right: 18px!important
    }

    .bttl img {
        height: 110px!important;
        width: auto!important
    }

    .package-item__status span {
        left: 2px!important;
        top: 0!important
    }

    .product5 .bttl {
        margin-left: 42px!important
    }

    .cards li.first-text,.form-cards li.first-text {
        display: block;
        margin: 0 0 5px
    }

    .order-adress {
        width: 52.5%
    }
}

@media (max-width: 900px) {
    .header__warning .container {
        width:600px
    }
}

@media (max-width: 768px) {
    .container,.header .container {
        padding:0 10px;
        width: 743px
    }

    .header__warning .container {
        width: 600px
    }

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

    .submit-btn:after {
        margin-left: 5px
    }

    .header__logo {
        width: 150px
    }

    .header__info {
        margin-right: 19px
    }

    .form-popup p {
        font-size: 14px
    }

    .header__block {
        padding-top: 13px!important
    }
}

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

.form-fields .accept select {
    border: 1px solid #ddd!important
}

.form-fields .accept .error,.form-fields .has-error .error {
    border: 1px solid red!important
}

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

select::-ms-expand {
    display: none
}

.cmp-show,.why-is img.cmp-show {
    display: none
}

.close {
    background: none!important;
    cursor: pointer;
    height: 24px;
    padding: 0!important;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px
}

.close img {
    margin-left: 0!important
}

.package-info__title-new {
    color: #1c1c28;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 0 7px;
    line-height: 20px;
    margin-bottom: 17px;
    text-align: center
}

.package-info__ship,.package-info__title-new {
    align-items: center;
    display: flex;
    justify-content: center
}

.package-info__ship {
    margin-bottom: 8px;
    padding-left: 4px;
    position: relative
}

.package-info__ship:before {
    background-image: url(../images/a7322b5b77265908b28bda55c989a619.svg);
    background-size: contain;
    content: "";
    height: 14px;
    left: -6px;
    position: relative;
    width: 27px
}

.active .package-info__ship:before {
    background-image: url(../images/00e4f07e99be7f189d9eba0b9f723a82.svg)
}

.billing-form select {
    background-position: 95%!important
}

.package-info__ship p {
    color: #939393;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
    text-align: center;
    text-transform: capitalize
}

.active .package-info__ship p {
    color: #3dc051
}

.bttl-bonus {
    background: #fff;
    border: 1px dashed #ddd;
    border-radius: 6px;
    padding: 4px 5px 5px;
    width: 170px
}

.active .bttl-bonus {
    background: linear-gradient(180deg,#ffeded3d,#fff);
    border: 1px dashed #ffcbcb
}

.bttl-bonus .bon {
    align-items: center;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #939393;
    display: flex;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    height: 29px;
    justify-content: center;
    line-height: 21px;
    margin-bottom: 4px;
    text-align: center;
    width: 100%
}

.active .bttl-bonus .bon {
    background: #ffeded;
    border: 1px solid #ffcbcb;
    box-shadow: 0 2px 8px #ab1a1a1a;
    color: #fd4f4f
}

.bttl-bonus .bon-cont {
    align-items: center;
    display: flex;
    justify-content: center
}

.bttl-bonus .bon-cont .left-side {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bttl-bonus .bon-cont .right-side {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(100% - 73px)
}

.bttl-bonus .bon-cont .right-side img {
    left: 3px;
    position: relative
}

.bttl-bonus .bon-cont .bon-top {
    align-items: center;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 4px 4px 16px #0000000d;
    color: #1c1c28;
    display: flex;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 35px;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    width: 73px
}

.bttl-bonus .bon-cont .bon-top span {
    position: relative
}

.bttl-bonus .bon-cont .bon-top span:after {
    background-color: #1c1c28;
    content: "";
    height: 1px;
    left: -3px;
    position: absolute;
    right: -3px;
    top: 48%;
    transform: rotate(350deg);
    width: calc(100% + 6px)
}

.active .bttl-bonus .bon-cont .bon-top span:after {
    background-color: red
}

.bttl-bonus .bon-cont .bon-bottom {
    align-items: center;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #939393;
    display: flex;
    font-family: Inter;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    line-height: 23px;
    text-align: center;
    width: 73px
}

.active .bttl-bonus .bon-cont .bon-bottom {
    background: #ddf1dd;
    border: 1px solid #c2dbc2;
    color: #3dc051
}

.bttl {
    position: relative
}

.bttl:after {
    background-image: url(../images/064a640becc11b3146950bca8970150c.svg);
    background-size: contain;
    content: "";
    height: 23px;
    position: absolute;
    right: -34px;
    top: 42%;
    width: 23px
}

.refill-row {
    align-items: center;
    display: flex;
    margin-top: 13px;
    padding: 0 3px 0 11px
}

.refill-row input[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: auto;
    height: auto;
    margin-right: 6px;
    width: auto
}

.refill-row label {
    font-size: 10px;
    line-height: 12px
}

.active .bttl:after {
    background-image: url(../images/7f413d4d64eb64547e5799962aaa1912.svg)
}

.product3 .bttl:after,.product5 .bttl:after {
    display: none
}

@media (max-width: 1199px) {
    .bttl:after {
        right:-26px
    }
}

.button,.popup {
    font-family: Inter,Arial,Helvetica,sans-serif
}

.cont {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
    padding: 0 8px 0 30px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cont input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.checkmark {
    background-color: #eee;
    border-radius: 2px;
    height: 14px;
    left: 11px;
    position: absolute;
    top: 5px;
    width: 14px
}

.cont:hover input~.checkmark {
    background-color: #ccc
}

.cont input:checked~.checkmark {
    background-color: #546ef7
}

.checkmark:after {
    content: "";
    display: none;
    position: absolute
}

.cont input:checked~.checkmark:after {
    display: block
}

.cont .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    height: 5px;
    left: 5px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px
}

@media(max-height: 420px)and (min-width:1px),(max-width:420px)and (min-width:1px) {
    span.__talkjs_popup {
        position:fixed!important
    }
}
