button:focus {
    outline: 0px;
}

#background {
    background: url(../images/hero-bg-shadow.png);
    background-position: top right;
    background-size: cover;
    height: 669px;
    width: 100%;
}

.new-bg {
    background: url('../images/hero_img2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 620px;
    width: 100%;
}

.logo_section {
    display: flex;
    padding: 20px 0 25px 0;
}

.logo_section .logo {
    width: calc(138px + (100vw - 375px) * 22 / 1605);
}

a.logo img {
    width: 100%;
}

.banner_content h1 {
    max-width: 680px;
    color: #fff;
    font-size: 19px;
    display: block;
    font-weight: 400;
    line-height: 28px;
}

.banner_content h2 {
    color: #fff;
    font-weight: 800;
    font-size: 29px;
}

.banner_content h2 span {
    background: #8d535a;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
}

.terms_section label {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 9px;
    color: #212529;
}

.terms_section p {
    max-width: 600px;
    margin-bottom: 8px;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    color: #212529;
    opacity: 0.8;
}
.terms_section label a {
    color: #212529;
}
.terms_section p a {
    color: #212529;
    opacity: 0.8;
}

.left {
    position: relative;
    margin: 8px 0 13px 0;
    width: 675px;
    height: 72px;
    border-radius: 50px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.left input {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 40px;
    font-size: 20px;
}

.input_btn {
    outline: 0;
    border: 0;
    position: absolute;
    right: 70px;
    top: 8px;
    width: 222px;
    border-radius: 50px;
    background: #8d535a;
    height: 72px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

button.input_btn p {
    max-width: 153px;
    margin: 0 auto;
}

button.input_btn p span {
    text-decoration: underline;
}

.commit-free {
    justify-content: center;
}

.terms_section p a {
    color: #212529;
    opacity: 0.8;
}

.terms_section input:checked+label:before {
    background-image: url(../images/new-check.png);
    background-size: 12px;
}

.checbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    color: #fff;
    top: 0px;
    max-width: 720px;
}

.checbox_container span {
    font-weight: 700;
}

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

.checbox_container a {
    color: #fff;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

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

.checbox_container input:checked~.checkmark {
    background-color: #fff;
}

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

.checbox_container input:checked~.checkmark:after {
    display: block;
}

.checbox_container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #8d535a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign_up_sec h5 {
    font-weight: 700;
    font-size: 18px;
}

.heading_content {
    text-align: center;
    max-width: 1030px;
    margin: 0 auto;
}

.heading_content h1 {
    font-weight: 700;
    font-size: 33px;
    position: relative;
    font-style: normal;
    line-height: 40px;
}

.fnt-color h1 {
    color: #000;
}

.heading_content h1:after {
    position: absolute;
    content: "";
    height: 6px;
    background-color: #8d535a;
    width: 43px;
    left: 50%;
    right: 50%;
    bottom: -26px;
    transform: translate(-50%, -50%);
}

.heading_content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    font-style: normal;
    color: #3B3B3B;
    padding-top: 55px;
    padding-bottom: 35px;
}

.common_section {
    padding-top: 30px;
}

.right_content img {
    width: 100%;
    height: 100%;
}

.spacing {
    padding-bottom: 70px;
}

.sign_up_icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 35px;
}

.left_content_img img {
    width: 100%;
    height: 100%;
}

.icon_heading h4 {
    font-size: 20px;
    font-weight: 700;
}

.icon_heading span {
    color: #535353;
    font-size: 15px;
    line-height: 22px;
}

.pink_bands {
    display: flex;
    width: 100%;
    margin-top: 80px;
}

.band_1 {
    background: #8d535a;
    width: 50%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.band_2 {
    background: #77474d;
    height: 120px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}

.band2_text span {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.card_info {
    background: #EAEAEA;
}

.card_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.card_text p {
    margin: 0;
    margin-left: 20px;
    font-size: 15px;
    color: #212529;
    font-weight: 400;
}

.band1_text h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    max-width: 322px;
    width: 100%;
}

.band1_text p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.band1_text {
    margin-left: 10px;
}

.footer_1 ul {
    padding: 0;
    margin: 0;
}

.footer_1 ul li {
    display: inline-block;
    margin-right: 12px;
}

.footer_1 ul li a {
    text-decoration: none;
    color: #535353;
    font-size: 14px;
}

.footer_2 ul {
    padding: 0;
    margin: 0;
}

.footer_2 ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_2 ul li a {
    text-decoration: none;
    color: #535353;
    font-size: 14px;
}

.footer_3 ul {
    padding: 0;
    margin: 0;
}

.footer_3 ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_3 ul li a {
    text-decoration: none;
    color: #8d535a;
    font-size: 14px;
}

.all_footer {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.tabs-hiw .nav-link.active {
    -webkit-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #000;
}

.tabs-hiw .nav-link {
    color: #000;
    padding: 20px 60px 20px 20px;
}

.icon_main {
    margin-right: 20px;
}

.baner__images {
    position: absolute;
    right: 7%;
    top: 31%;
}

.arrow__banner {
    width: calc(164px + (100vw - 375px) * 164 / 1605);
    display: inline-block;
}

.arrow__moby {
    display: none;
}

.card__banner {
    width: calc(171px + (100vw - 375px) * 193 / 1605);
    position: relative;
    top: -92px;
}

.plus {
    position: absolute;
    left: 66%;
    top: 31%;
}

.snack__banner {
    width: calc(149px + (100vw - 375px) * 150 / 1605);
    position: relative;
    display: block;
    left: 46%;
    top: -34px;
}

button.input_btn:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.separator-line {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 50px;
}

.testi-img {
    width: 80px;
}

.testi-stars {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonials p {
    max-width: 419px;
    font-size: 25px;
    color: #000;
}

.testimonials .carousel-indicators li {
    background: #000;
    width: 20px;
    height: 0px;
    border-radius: 100px;
}

.testimonials .carousel-indicators li.active {
    background: #8d535a;
}

.testimonials .carousel-indicators {
    bottom: -30px;
    justify-content: left;
    margin-left: 0;
}

.testimonials {
    background: #ffffff;
    position: relative;
    min-height: 442px;
    border-bottom: 1px solid #cecece;
    margin-top: 20px;
}

.disp-mob {
    display: none;
}

.wi100 {
    width: 100%;
}

.testi-web {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
}

.testi-left {
    padding-top: 5%;
}

.testi-left .heading_content {
    margin-bottom: 40px;
}

/* Checkout */

.header__checkout {
    max-height: 298px;
    background-image: url(../images/header-checkout.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo__checkout_center {
    justify-content: space-between;
}

.checkout__logo {
    padding-top: 40px;
    padding-bottom: 30px;
    width: calc(138px + (100vw - 375px) * 73 / 1605);
}

.checkout__block {
    position: absolute;
    right: 11%;
    top: 76px;
}

.checkout__arrow {
    width: 60%;
}

.checkout__card {
    position: relative;
    top: -35px;
    max-width: 324px;
    width: 100%;
}

.checkout_BTN {
    width: auto;
}

#btn_checkout {
    margin-top: 20px;
}

.card_detail {
    padding: 10px 0 30px;
}

.terms__checkout label {
    color: #212529;
    font-size: 12px;
}

.terms__checkout label a {
    color: #212529;
    text-decoration: revert;
}

.terms_section label:before {
    border: 1px solid black;
}

#btn_checkout:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.checkout__block_mobi {
    display: none;
}

.billing_process .styled_list {
    padding-bottom: 20px;
}

/* End Checkout */

.products-header {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
}

header {
    position: relative;
}

.hdr-content {
    position: relative;
}

.arrow-header {
    position: absolute;
    right: 400px;
    top: 71px;
}

.tab-content .tab-pane img {
    width: 100%;
}

.banner_content {
    position: relative;
}

.ph-mob {
    display: none;
}

.products-header2 {
    margin: 0 auto;
    width: 200px;
    margin-top: 10px;
}

.display__price {
    display: none;
}

.color-bg-pink {
    background: #cd7bdd !important;
}

.color-bg-pink2 {
    background: #d88ce7 !important;
}

.color-bg-blue {
    background: #007cdc !important;
}

.color-bg-blue2 {
    background: #1b91ed !important;
}

.color-bg-red {
    background: #fd1348 !important;
}

.color-bg-red2 {
    background: #f9456e !important;
}

.color-bg-orange {
    background: #fa8048 !important;
}

.color-bg-orange2 {
    background: #fb9d72 !important;
}

.color-bg-green {
    background: #8dc546 !important;
}

.color-bg-green2 {
    background: #a2d365 !important;
}

.color-bg-purple {
    background: #5558b0 !important;
}

.color-bg-purple2 {
    background: #7073bc !important;
}

.color-bg-red button {
    background: #fe9a05
}

.color-bg-orange button {
    background: #5b342a
}

.color-bg-orange .banner_content h2 span {
    color: #5b342a
}

.heading_content.brown h1:after {
    background-color: #5b342a;
}

.header-snacks {
    position: absolute;
    top: 0;
    right: 0;
}

.second-footer {
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}

.payment_info h3 {
    text-align: left;
}

.mtop0 {
    margin-top: 0;
}

.bdr-none {
    border-bottom: 0;
    padding-bottom: 0;
}

.prod-h1 {
    width: 80%;
    color: #fff;
}

.paywall_header {
    background-image: url(../images/header-paywall.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 298px;
}

.paywall__card {
    position: absolute;
    right: 24%;
    top: 55px;
}

.paywall_header .pd-top-btm {
    padding-top: 40px;
}

.bonus__section {
    background-color: #009DE1;
    color: #ffffff;
    text-align: center;
    padding: 25px;
    font-weight: 400;
}

.bonus__section h2 {
    font-style: normal;
    font-size: 18px;
    line-height: 10px;
}

.bonus__section h2::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/bonus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.bonus__section span {
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
}

.bonus__section span a {
    color: #ffffff;
    text-decoration: revert;
}

@media screen and (max-width: 1200px) {

    /* .logo {
        position: relative;
        left: calc((100vw / 2) - 144px);
    } */

    .input_btn {
        right: -24%;
    }

    .plus {
        left: 244px;
        top: 45%;
    }

    #background {
        height: auto;
    }

    .checkout__arrow {
        display: none;
    }

    .header-snacks {
        width: 250px;
    }

    .baner__images {
        position: relative;
        right: 0;
        top: 0;
    }

    .card__banner {
        top: 0;
    }

    .snack__banner {
        left: 0;
        top: 0;
    }

    .terms_section {
        width: 656px;
    }

    /* .arrow-header {
        right: 100px;
    } */

    .testi-web {
        width: 600px;
    }
}

@media screen and (max-width: 991px) {

    .logo_section {
        justify-content: center;
    }

    .left {
        width: 659px;
    }

    .input_btn {
        right: 6%;
    }

    .banner_content h1 {
        font-size: 20px;
    }

    .banner_content h2 {
        font-size: 30px;
    }

    .header-snacks {
        width: 200px;
    }

    .arrow-header {
        right: -16px;
    }

    .sign_up_sec {
        font-size: 13px;
        line-height: 16px;
    }

    .sign_up_sec h5 {
        font-size: 14px;
    }

    .testi-web {
        width: 460px;
    }

    .testimonials p {
        font-size: 14px;
    }

    .testimonials {
        min-height: 365px;
    }

    .ph-desk {
        display: none;
    }
}

@media screen and (min-device-width: 601px) and (max-device-width: 768px) {
    .header-snacks {
        width: 110px;
    }

    .products-header2 {
        width: 150px;
    }

    /* .terms_section {
        margin-top: 100px;
    } */

    .logo_section {
        justify-content: center;
        padding: 20px 0 10px 0;
    }

    .banner_content {
        text-align: center;
    }

    /*.banner_content h1 {*/
    /*    font-size: 26px;*/
    /*}*/

    /*.banner_content h2 {*/
    /*    font-size: 37px;*/
    /*}*/

    .input_btn {
        top: 10px;
        right: 10px;
    }

    .left {
        width: 100%;
        margin-top: 10px;
    }

    button.input_btn p {
        max-width: 100%;
    }

    #background {
        /*height: 730px;*/
    }

    .new-bg {
        height: 730px;
    }

    .checbox_container {
        top: 78px;
    }

    .sign_up_sec {
        width: 100%;
    }

    section.how_it_works {
        padding-top: 45px;
    }

    .heading_content p {
        padding-bottom: 5px;
    }

    .sign_up_icon {
        flex-direction: column;
    }

    .sign_up_icon {
        text-align: center;
    }

    .pink_bands {
        flex-direction: column;
    }

    .band_1 {
        width: 100%;
        padding: 0 15px;
    }

    .band_2 {
        width: 100%;
    }

    .card_flex {
        align-items: flex-start;
    }

    .all_footer {
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }

    .arrow-header {
        right: -11px;
        top: 91px;
    }

    .ph-mob {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .logo__checkout_center {
        justify-content: center;
    }

    .baner__images {
        position: relative;
        right: 0;
        top: 0;
    }

    .display__price {
        display: block;
    }

    .checkout__logo {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .arrow__banner {
        display: none;
    }

    .arrow__moby {
        display: inline-block;
        position: relative;
        top: -30px;
        left: 12px;
    }

    .button__checkout {
        justify-content: center;
    }

    .checkout__block {
        display: none;
    }

    .checkout__block_mobi {
        display: block;
        text-align: center;
    }
    .checkout__block_mobi img {
        max-width: 193px;
        width: 100%;
    }

    .payment_info h3 {
        text-align: center;
    }

    .checkout_BTN {
        font-size: 22px;
        padding: 5px 18px;
        margin-bottom: 10px;
    }

    .prod-h1 {
        width: 100%;
    }

    #background {
        height: auto;
    }

    .new-bg {
        height: auto;
    }

    .terms_section {
        width: 100%;
    }

    .terms_section label {
        font-size: 12px;
    }

    header h1 {
        margin: 0px 0 5px;
    }

    .tabs-hiw,
    .tabs-hiw-img {
        max-width: 100%;
        flex: auto;
        margin-bottom: 15px;
    }

    .tabs-hiw .nav-link {
        padding: 10px 20px;
    }

    .heading_content p {
        font-size: 13px;
        line-height: 19px;
        padding-top: 29px;
    }

    .spacing {
        padding-bottom: 40px;
    }

    .icon_heading h4 {
        font-size: 15px;
    }

    .icon_main {
        margin-bottom: 0;
    }

    .icon_heading span {
        font-size: 13px;
    }

    .testi-left {
        max-width: 100%;
        flex: auto;
    }

    .testi-web {
        width: 100%;
    }

    .testimonials {
        min-height: auto;
    }

    .disp-web {
        display: none;
    }

    .disp-mob {
        display: block;
        z-index: 9;
        position: relative;
    }

    .heading_content h1 {
        text-align: center;
    }

    .testimonials .carousel-indicators {
        margin-right: 0;
        justify-content: center;
    }

    .testi-img,
    .testi-stars {
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .testimonials p {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .plus {
        left: 160px;
    }

    .logo_section {
        padding: 20px 0 20px 0;
    }

    .header-snacks {
        position: relative;
        width: 100%;
    }

    .arrow-header {
        right: -16px;
        top: 33px;
    }

    .products-header2 {
        width: 140px;
    }

    /* .terms_section {
        margin-top: 120px;
    } */

    .left {
        width: 100%;
        margin-top: 10px;
    }

    .ph-mob {
        display: block;
    }

    .logo_section {
        justify-content: center;
        /* padding: 20px 0 160px 0; */
    }

    .logo {
        width: 150px;
    }

    .banner_content h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        text-transform: uppercase;
        text-shadow: 0 0 7px rgb(0 0 0 / 90%);
    }

    .banner_content h2 span {
        font-weight: 700;
        font-size: 25px;
        line-height: 29px;
        padding: 5px 10px;
    }

    .banner_content {
        text-align: center;
    }

    .left {
        width: 100%;
    }

    .right {
        height: 85px;
        font-size: 15px;
        line-height: 20px;
        top: 70px;
    }

    button.input_btn p {
        max-width: 100%;
    }

    .input_btn {
        top: 95px;
        width: 95%;
        font-size: 20px;
        left: 10px;
    }

    #background {
        height: auto;
    }

    .new-bg {
        height: auto;
        background-repeat: no-repeat;
        background-color: #a3c4a9;
        background-position: -740px 0px;
        background-size: unset;
    }

    .checbox_container {
        top: 78px;
    }

    .sign_up_sec {
        width: 100%;
    }

    section.how_it_works {
        padding-top: 45px;
    }

    .heading_content p {
        padding-bottom: 5px;
    }

    .heading_content h1 {
        font-weight: 700;
        font-size: 15px;
    }

    .left_content_img {
        display: none;
    }

    .sign_up_icon {
        flex-direction: column;
    }

    .icon_main {
        width: 111px;
        height: 111px;
        margin-right: 0;
    }

    .sign_up_icon {
        text-align: center;
    }

    .pink_bands {
        margin-top: 20px;
        flex-direction: column;
    }

    .band_1 {
        width: 100%;
        padding: 0 15px;
    }

    .band_2 {
        width: 100%;
    }

    .card_flex {
        align-items: flex-start;
    }

    .all_footer {
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }

    .band1_text h3 {
        font-size: 14px;
    }

    .band1_text p,
    .card_text p {
        font-size: 13px;
    }

    .banner_content h1 {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        text-shadow: 0 0 7px rgb(0 0 0 / 90%);
    }
}

@media screen and (max-width: 320px) {
    /* #background{height:800px;} */
}
@media (max-width: 369px) {
    .card__banner {
        right: -10px;
        width: 140px;
    }
}
.label_mob {
    display: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(33, 37, 41, 0.8);
    margin-top: 0;
    margin-bottom: 4px;
}
@media (max-width: 991px) {
    .credit-card {
        display: none;
    }
}
@media (max-width: 546px) {
    .label_mob {
        display: flex;
    }
    .header__checkout {
        max-height: 288px;
        background-image: url(../images/checkout_bg_mob.jpg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .inner_header {
        background-position: 50% 0;
    }
    .left {
        height: 60px;
    }
    .input_btn {
        top: 85px;
        height: 60px;
    }
}
@media (max-width: 369px) {
    body {
        margin-right: -8px;
    }
}
@media (max-width: 331px) {
    .snack__banner {
        width: 110px;
    }
    .card__banner {
        width: 110px;
    }
    .arrow__moby {
        top: -10px;
        width: 140px;
    }
    .plus {
        left: 130px;
    }
}



.hero {
    position: relative;
}
.hero__top {
    position: absolute;
    top: 20px;
    width: 100%;
}
.hero__logo_link {
    display: flex;
    max-width: 1140px;
    width: 95%;
    margin: 0 auto;
}
.hero__logo_img {
    max-width: 160px;
    width: 100%;
}
.hero__body {
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FBF9F9;
}
.hero__left_img {
    max-width: 530px;
    width: 100%;
}
.hero__left {
    padding-top: 46px;
    width: 40%;
}
.hero__center {
    max-width: 741px;
    width: 100%;
    position: relative;
    right: -5%;
    padding-top: 100px;
}
.hero__right, .hero__right_img {
    max-width: 673px;
    width: 100%;
}
.hero__form, .terms_section {
    max-width: 578px;
    width: 100%;
}
.hero__form {
    background: #FFFFFF;
    border: 1px solid rgba(42, 63, 83, 0.7);
    border-radius: 50px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 4px;
    justify-content: space-between;
    height: 64px;
}
.hero__form input {
    border: none !important;
    width: 70%;
}
.hero__form input.hero__input:active, .hero__form input.hero__input:focus {
    border: none !important;
    border-color: #fff;
    outline: none;
}
.hero__input {
    border-color: #fff;
}
.hero__form button {
    background: #8D535A;
    border-radius: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 174px;
    border: none;
    height: 56px;
    cursor: pointer;
}
.hero__form button:disabled {
    background: #cacaca;
}
.hero__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #8D535A;
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 636px;
    width: 100%;
}
.terms_section {
    max-width: 578px;
    width: 100%;
}
.show_more_text {
    display: none;
}
.show_more_text.active {
    display: flex;
}
.show_more_btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #212529;
    cursor: pointer;
    opacity: 1;
}
p span.show_more_btn {
    color: #212529;
    opacity: 1;
}
.hero_mob__logo, .hero_mob_img {
    display: none;
}
.show_less_btn_1, .show_less_btn_2 {
    display: none;
}
.show_less_btn_1.active, .show_less_btn_2.active {
    display: inline-block;
}
.show_more_btn_1, .show_more_btn_2 {
    display: inline-block;
}
.show_more_btn_1.hidden, .show_more_btn_2.hidden {
    display: none;
}
.terms_section p.accept_terms {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    margin-top: -22px;
}
body {
    overflow-x: hidden;
}
@media (max-width: 1669px) {
    .hero__title {
        font-size: 44px;
    }
}
@media (max-width: 1447px) {
    .hero__left {
        padding-top: 46px;
        width: 60%;
    }
    .hero__body {
        padding-left: 15px;
        margin-right: -15px;
    }
    .hero__title {
        max-width: 400px;
    }
    .hero__center {
        right: -3%;
    }
}
@media (max-width: 1321px) {
    .hero__left {
        display: none;
    }
    .hero__title {
        font-size: 36px;
    }
    .hero__logo_img {
        max-width: 100px;
    }
}
@media (max-width: 1071px) {
    .hero {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 40px;
        background-image: url(../images/hero_bg_mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40% 20%;
    }
    .hero__top, .hero__left, .hero__right {
        display: none;
    }
    .hero_mob__body {
        width: 95%;
        padding-left: 0;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        background: none;
    }
    .hero__form {
        background: none;
    }
    .hero__logo_img {
        margin: 0 auto;
    }
    .hero_mob__logo {
        display: flex;
        margin-bottom: 26px;
    }
    .hero__title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #8D535A;
        margin: 0 auto 30px;
    }
    .hero_mob_img {
        display: flex;
        width: 40%;
        margin: 0 auto;
    }
    .hero__form {
        width: 100%;
        margin: 20px auto;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-left: 0;
    }
    .hero__form button {
        width: 100%;
        height: 72px;
    }
    .hero__form input {
        display: flex;
        width: 100%;
        margin-bottom: 13px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        height: 72px;
        padding: 24px 30px;
    }
    .terms_section {
        margin: 0 auto;
    }
    .terms_section label, .terms_section p, .terms_section p a, .terms_section label a{
        color: #fff;
    }
    .show_more_btn, p span.show_more_btn {
        color: #fff;
    }
    .hero__center {
        padding: 0;
        right: 0;
    }
}
@media (max-width: 546px) {
    .hero_mob_img {
        width: 100%;
    }
}
@media (max-width: 421px) {
    .hero_mob_img {
        width: 95%;
        position: relative;
        top: 8px;
    }
}
.terms__checkout label {
    color: #212529;
    font-size: 12px;
}

.terms__checkout label a {
    color: #212529;
    text-decoration: revert;
}
@media (max-width: 1381px) {
    .hero__right, .hero__right_img {
        width: 105%;
    }
}
@media (max-width: 600px) {
    .band_1, .band_2 {
        justify-content: flex-start;
        padding: 0 15px;
    }
    .band1_icon, .band2_text {
        width: 20%;
    }
    .band1_text {
        width: 80%;
    }
    .card_icon2 img {
        max-width: 56px;
    }
    .hero__title {
        max-width: 340px;
        width: 100%;
        margin: 0 auto 15px;
    }
}
@media (max-width:451px) {
    .hero {
        background-position: 40% 0%;
    }
}
.order_block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.order_description {
    padding-left: 15px;
}
.order_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.order_price_img {
    max-width: 175px;
    width: 100%;
}
.current_price {
    margin: 8px 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #04B300;
}
.old_price {
    color: #F50874;
}
.payment_info_price {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.price_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #212529;
}
.price_regular {
    margin: 0 13px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #212529;
}
.price_old {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #B0B0B0;
}
@media (max-width: 767px) {
    .payment_info_price {
        display: none;
    }
    .payment_info h3 {
        margin-bottom: 25px;
    }
    .order_price {
        display: none;
    }
    .order_price_img {
        max-width: 160px;
    }
    .pricing_mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pricing_mob__left, .pricing_mob__right {
        display: flex;
        flex-direction: column;
    }
    .pricing_mob__right {
        align-items: flex-end;
    }
    .pricing_mob__left .total {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: rgba(33, 37, 41, 0.8);
    }
    .pricing_mob__left .total:first-child {
        margin-bottom: 12px;
    }
    .pricing_mob__right .current_price {
        margin: 0;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #04B300;
    }
    .pricing_mob__right .old_price {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-align: right;
        text-decoration-line: line-through;
        color: #F50874;
        margin: 0;
    }
}





.how_top {
    padding: 80px 0;
}
.how_top__body {
    max-width: 1310px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.how_top__center {
    max-width: 734px;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #009DE1;
    margin: 0;
    margin-right: -200px;
}
.how_top__center span {
    color: #93C700;
}
.how_top__left_img {
    max-width: 142px;
    width: 100%;
}
.how_top__right {
    max-width: 327px;
    width: 100%;
    position: relative;
}
.how_top__right_img {
    max-width: 327px;
    width: 100%;
    left: 50px;
    position: absolute;
    top: 0;
}
@media (max-width: 546px) {
    .checkout_page .second-footer {
        display: none;
    }
    .whats__item_last {
        margin-bottom: 56px;
    }
}
.total_block {
    display: flex;
    flex-direction: column;
}




.how_main {
    padding-bottom: 98px;
}
.how_main__container {
    max-width: 624px;
    width: 95%;
    margin: 0 auto;
}
.how_main__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 39px;
    color: #212529;
    text-align: center;
    margin: 0 auto 16px;
}
.how_main__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #3B3B3B;
    text-align: center;
    margin: 0 auto 48px;
}
.how_main__image {
    max-width: 624px;
    width: 100%;
}
.how_main__steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 64px;
}
.how_main__step {
    width: 49%;
}
.how_main__step_img {
    max-width: 302px;
    width: 100%;
}
.how_main__btn {
    width: 320px;
    height: 60px;
    background: #009DE1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0 auto;
    border-radius: 50px;
}
.how_main__btn:hover {
    color: #fff;
    text-decoration: none;
}
.how_main__steps_mob {
    display: none;
}
.how_main_mob {
    display: none;
}
@media (max-width: 1211px) {
    .how_top__right_img{
        max-width: 265px;
        left: 80px;
    }
}
@media (max-width: 1121px) {
    .how_top__right{
        display: none;
    }
    .how_top__body {
        flex-direction: column;
        align-items: center;
    }
    .how_top__center {
        margin-right: 0;
        margin-top: 30px;
    }
    .how_top {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media (max-width: 739px) {
    .how_top__center {
        font-size: 38px;
        line-height: 48px;
        margin-top: 25px;
    }
    .how_top__left_img {
        max-width: 100px;
    }
    .how_top {
        padding-bottom: 40px;
    }
}
@media (max-width: 649px) {
    .how_main__steps {
        flex-direction: column;
        margin-top: 50px;
    }
    .how_top__center {
        font-size: 30px;
        line-height: 40px;
    }
    .how_main__title {
        font-size: 28px;
    }
    .how_main__step:first-child {
        margin-bottom: 20px;
    }
    .how_main__step {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 497px) {
    .how_top {
        padding: 16px 0;
    }
    .how_main__container {
        width: 93%;
    }
    .how_top__left_img {
        max-width: 100px;
        width: 100%;
    }
    .how_top__center {
        font-size: 20px;
        line-height: 23px;
        margin-top: 24px;
        margin-bottom: 0;
        max-width: 290px;
        width: 100%;
    }
    .how_main__title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
        text-align: left;
    }
    .how_main__subtitle {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        max-width: 279px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px;
    }
    .how_main__steps {
        display: none;
    }
    .how_main__steps_mob {
        display: flex;
        width: 104%;
    }
    .how_main__btn {
        width: 100%;
    }
    .how_main__image {
        display: none;
    }
    .how_main_mob {
        display: flex;
        justify-content: space-between;
    }
    .how_main_mob__left {
        padding-left: 20px;
    }
    .how_main_mob__left li {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #212529;
        margin-bottom: 8px;
    }
    .how_main_mob__left li::marker {
        color: #009DE1;
        background: #009DE1;
    }
}