* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    max-width: 1072px;
    width: 100%;
    padding: 16px 10px 100px 10px;
    margin: auto;
}

.main_advertorial {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 40px;
}

.mainreviews_container {
    display: flex;
    max-width: 289px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-width: 0;
}

.sponsored {
    color: #262626;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    margin-bottom: 24px;
}

h1 {
    color: #17191C;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 54px */
    margin-bottom: 24px;
}

.author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.author img {
    width: 40px;
    height: 40px;
}

.author_info {
    display: flex;
    padding-left: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-left: 2px solid #359B76;
}

.author_info h3 {
    color: #359B76;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.author_info p {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.published {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.published p {
    display: flex;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    background: #4FCDE9;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.published img {
    width: 110px;
    height: auto;
}

.image_container {
    max-width: 740px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_container img {
    width: 100%;
    height: auto;
}

.highlited{
    border-radius: 8px;
    border: 2px solid #0BB64E;
    background: #DAFFE9;
    display: flex;
    flex-direction: column;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 24px;
    margin-top: 24px;
    gap: 40px;
}

.highlited_text{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
}

.highlited_title{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.highlited_title h2{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
}

.highlited_title p{
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
}

.highlited_title p a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #000;
}

.p_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.p_container p {
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

.highlited_button{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
}

.highlited_button button{
    display: flex;
    width: 100%;
    height: 56px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    text-transform: uppercase;
    cursor: pointer;
}

.highlited_button p{
    color: #FF8A00;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.m0{
    margin: 0 !important;
}

.section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section h2 {
    color: #359B76;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    margin-bottom: 24px;
}

.section p {
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    /* 33px */
}

.section p a{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.mb{
    margin-bottom: 0 !important;
}

.section p span{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.section-p-span{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.graph_image{
    max-width: 450px;
    width: 100%;
    height: auto;
}

.p_container p span {
    font-weight: 700;
}

.image_text img {
    max-width: 228px;
    width: 100%;
    height: auto;
}

.image_text {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: center;
    border-bottom: 2px solid #359B76;
    padding: 16px 0 32px 0;
}

.flexbox{
    display: flex;
    width: 100%;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.flex_text{
    max-width: 476px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.flex_text h2{
    color: #359B76;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 42px */
    margin-bottom: 0;
}

.flex_text h3{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.flex_text p{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
}

.flex_img{
    max-width: 240px;
    width: 100%;
    height: auto;
}

.flex_img img{
    width: 100%;
    height: auto;
}

.mt{
    margin-top: 24px;
}

.highlited_item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.highlited_item img{
    width: 32px;
    height: 32px;
    margin-top: 5px;
}

.highlited_item p{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.highlited_item p span{
    font-weight: 700;
}

.quote {
    display: flex;
    align-items: center;
}

.line {
    background-color: #359B76;
    height: 1px;
    width: 100%;
}

.quote img {
    width: 60px;
    height: auto;
}

.p_container button {
    display: flex;
    width: 391px;
    height: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.review {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.review_image {
    max-width: 170px;
    width: 100%;
    height: auto;
}

.review_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.review_user{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.review_user p{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}

.review_user img{
    max-width: 100px;
    width: 100%;
    height: auto;
}

.review_stars {
    width: 100px;
    height: auto;
}

.review_text{
    width: 100%;
}

.review_text p{
    color: #262626;
    font-family: "Open Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 28.5px */
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}

.user_data {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.product_image {
    height: auto;
    max-width: 450px;
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
}

.section button {
    display: flex;
    height: 72px;
    width: 100%;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}

.highlithed_section{
    border-radius: 8px;
    border: 1px solid #0BB64E;
    background: #D0FFE2;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.highlithed_section p{
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */ 
    margin-bottom: 0 !important;
}

.image_button_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    width: 100%;
    margin: auto;
    margin-top: 24px;
}

.button_container{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.button_container p{
    color: #FF8A00;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.button_container span{
    color: #262626;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.mainreviews_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.mainreviews_container h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

.mainreviews_container h4{
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-top: 8px;
}

.mainreview {
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-top: 2px solid #359B76;
}

.mainreview img {
    width: 120px;
    margin: auto;
    height: auto;
}

.mainreview_text {
    color: #000;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
}

.mainreview_user {
    color: #3E4855;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 25.5px */
}

.right_promo {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border: 1px solid #EDEDED;
}

.right_promo img {
    max-width: 248px;
    width: 100%;
    height: auto;
    margin: auto;
}

.right_promo h3 {
    color: #045BE8;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.right_promo p {
    color: #3E4855;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
}

.right_promo button {
    display: flex;
    height: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
    cursor: pointer;
}

footer {
    display: flex;
    width: 100%;
    padding: 56px 198px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: #F4E2D0;
}

footer p {
    color: #777;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.hidden_desktop {
    display: none;
}

/* RESPONSIVE DESIGN */

@media (max-width: 480px) {
    .hidden_mobile {
        display: none;
    }

    .hidden_desktop {
        display: block;
    }

    .mainreviews_container {
        display: none;
    }

    .main_advertorial {
        width: 90%;
        margin: auto;
    }

    .image_text {
        display: flex;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        flex-direction: column;
    }

    .flexbox{
        flex-direction: column;
        align-items: flex-start;
    }

    .reverse{
        flex-direction: column-reverse;
    }

    .section button,
    .p_container button {
        width: 95%;
    }

    .review {
        flex-direction: column;
        align-items: flex-start;
    }

    .review_image {
        width: 100%;
    }

    footer {
        padding: 56px 16px;
    }
    .flexbox_quote{
        flex-direction: column;
    }
}

.weeks_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    border-radius: 8px;
    border: 2px dashed #000;
    background: #FFFBEF;
    padding: 24px;
}

.week{
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.week img{
    width: 66px;
    height: auto;
}

.week_text{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.week_text p{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    margin-bottom: 0 !important;
}

.week_text span{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-bottom: 0 !important;
}

.flexbox_quote{
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
    border-bottom: 1px solid #359B76;
    padding-bottom: 24px;
}

.flex_text span{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px; /* 140% */
    letter-spacing: 0.5px;
}

.underline{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important; /* 33px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.money_back{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #F8CB3C;
    background: #FFF6D9;
}

.money_back img{
    width: 100px;
    height: auto;
}

.money_back p{
    color: #262626;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    margin-bottom: 0 !important;
}