:root {
    --orange-color-dark: #F13218;
    --orange-color-light: #F18918;
    --grey-color-dark: #4D4C4C;
    --grey-color-light: #E5E5E5;
    --white-color: #ffffff;
    --grey-text-color: #888888;
    --gender-mobile-color: #353535;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /* font-size: 1vw; */
    font-size: 23px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar {
    position: fixed;
    width: 100vw;
    height: 7vw;
    background-color: transparent;
    z-index: 100;
    display: flex;
    align-items: center;
}

.navbar__wrapper {
    background-image: url('../img/navbar-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 7vw; 
}

.navbar ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 7vw;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar ul li:last-of-type img {
    height: 5vw;
}
.navbar ul li:last-child {
    margin-left: auto;
}

.navbar__button--item {
    font-weight: bold;
    font-size: 0.8em;
    padding-right: 1vw;
    padding-left: 1vw;
}

.navbar_order a{
    padding: 0.3vw 0.8vw;
}

.people-bg {
    background-image: url('../img/BACKGROUND1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 44vw;

}

.people-bg .people__img-1 { 
    position: absolute;
    bottom: -2vw;
    left: 17vw;
    height: 29vw;
}

.people-bg .people__img-2 {
    position: absolute;
    bottom: 3vw;
    left: 39.2vw;
    height: 15vw;
}

.people-bg .people__text {
    position: absolute;
    top: 8vw;
    left: 16vw;
    font-size: 3.5em;
    color: var(--white-color);
    font-weight: 700;
    line-height: 5vw;
    text-shadow: 3px 3px 1px rgb(2, 2, 2);
}

.people-bg .people__prices {
    position: absolute;
    bottom: 0;
    left: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.people-bg .people__old-price {
    font-size: 1.5em;
    text-decoration: line-through;
}

.people-bg .people__new-price {
    font-size: 2em;
    margin-bottom: 0.7vw;
    color: var(--orange-color-dark);
}

.people-bg .people__order {
    font-size: 2em;
}

.people-bg .people__order a {
    padding: 0.1vw 3vw;
    text-decoration: none;
}

.illness-section {
    margin-top: 7vw;;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    position: relative;
    width: 100%;
    margin-bottom: 4vw;
}

.illness__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--grey-color-dark);
}
.illness__text--lead h3 {
    margin-bottom: 2vw;
}
.illness__text--lead p {
    line-height: 1.4em;
    max-width: 
}
.illness__text--items {
    margin-top: 1vw;
    display: flex;
    flex-direction: row;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    align-items: center;
    justify-content:space-between;
    width: 100%;
}

.illness__text--item {
    width: 25%;
}
.illness__text--item h4 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 0.5vw;
}

.illness__text-img {
    max-width: 100%;
}

.illness__text--sand {
    position: absolute;
    top: -5vw;
    right: 0;
    width: 30vw;
}
.solution-section {
    background: url('../img/orange_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 38vw;
}

.solution__sand {
    position: absolute;
    left: 0;
    height: 28.5vw; /*682px*/
    top: -5vw;
}

.solution__photo--wrapper {
    background: url('../img/Group39.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10vw;
    top: 0;
    height: 39vw;
    width: 39vw;
}

.solution__photo {
    height: 36vw;
    position: absolute;
    top: 1.3vw;
    left: 1.6vw;
}

.solution__leaf {
    position: absolute;
    bottom: 0;
    right: 47vw;
    height: 13vw;
}

.solution__text {
    position: absolute;
    top: 4vw;
    right: 44vw;
    color: var(--white-color);
    text-align: center;
    z-index: 1;
}

.solution__text h3 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 1vw;
}

.solution__text p {
    line-height: 1.1em;
    margin-bottom: 3vw;
    max-width: 700px;
}

.solution__text a {
    padding: 0.6vw 4vw;
    font-weight: 700;
    font-size: 1.5em;
}
/* INGREDIENTS */

.ingredients-section {
    margin-top: 6vw;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    position: relative;
    width: 100%;
    margin-bottom: 3vw;
}

.ingredients__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--grey-color-dark);
}
.ingredients__text--lead h3 {
    margin-bottom: 1.5vw;
}
.ingredients__text--lead p {
    line-height: 1.4em;
    max-width: 1200px;
}
.ingredients__text--items {
    margin-top: 1.5vw;
    display: flex;
    flex-direction: row;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    align-items: center;
    justify-content:space-between;
    width: 100%;
}

.ingredients__text--item {
    width: 25%;
}

.ingredients__text--item.item1 {
margin-top: 10vw;
}

.ingredients__text--item h4 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1vw;
}

.ingredients__text-img {
    max-width: 100%;
}

.bold {
    font-weight: 700;
}

.benefits-section {
    background: url('../img/grey-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 75vw;
    margin-top: -20vw;
}

.benefits-left-leaf {
    position: absolute;
    top: -17vw;
    left:0;
    height: 50vw;
}

.benefits-right-leaf {
    position: absolute;
    top: -13vw;
    right:0;
    height: 50vw;
}

.benefits-content {
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    line-height: 1.5em;
    color: var(--white-color);
    padding-top: 22vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits-top h3 {
    margin-bottom: 1vw;
}

.benefits-content img {
    max-width: 100%;
}

.benefits-content a {
    padding: 0.6vw 4vw;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2vw;
}
.benefits-bottom {
    display: flex;
    flex-direction: row;
    margin-top: 3vw;
    width: 50vw;;
}

.benefits-bottom > div {
    width: 33%;
}

.benefits-bottom > div > div {
    margin-bottom: 1vw;
}

.benefits-bottom p {
    font-size: 0.8em;
}

.benefits-bottom h5 {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
}

.benefits-middle {
    margin-top: -3vw;
    display: flex;
    flex-direction: column;
}
.benefits-img {
    height: 3.5vw;
}
.benefits-middle-img {
    height: 27vw;
    width: auto;
}

.benefits-top p {
    margin-left: 0;
    margin-right: 0;
    max-width: 1200px;
}

.usage-section {
    margin-top: -5vw;
    text-align: center;
    color: var(--grey-color-dark);
    position: relative;
}

.usage-section h3 {
    margin-bottom: 5vw;
}

.usage-section a {
    padding: 0.6vw 4vw;
    font-weight: 700;
    font-size: 1.5em;
}

.usage-content {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    margin-bottom: 3vw;
}

.usage-item {
    margin: 0px 2vw;
}

.usage-item h5{
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
    margin-top: 2vw;
}

.usage-item p {
    font-size: 0.8em;
}
.usage-vector {
    position: absolute;
    width: 7.4vw;
    top: 6.5vw;
}
.usage-vector-1 {  
    left: 38.5vw;
}
.usage-vector-2 {
    left: 52.5vw;
}
.usage-img {
    width: 10vw;
}
.usage-sand-img {
    position: absolute;
    left: 0;
    top: -7vw;
    width: 17.5vw;
}
.usage-leaf-img {
    position: absolute;
    right: 0;
    top: -19vw;
    width: 35vw;
}

.offer-section {
    background: url('../img/orange-bg-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 45vw;
    display: flex;
    flex-direction: row;
}
.offer-bottle, .offer-sand, .offer-leaf-1, .offer-leaf-2 {
    position:absolute;
}
.offer-left{
    width: 45%;
    position: relative;
}
.offer-right {
    position: relative;
}

.offer-bottle {
    top: 13%;
    left: 49%;
    width: 23vw;
    z-index: 99;
}
.offer-sand {
    width: 25vw;
    top: 3%;
    right: -9vw;
}

.offer-right {
    width: 55%;
    display: flex;
    align-items: center;
    position: relative;
}
.offer-box {
    background-color: var(--white-color);
    width: 40%;
    color: var(--grey-color-dark);
    padding: 2em 2.5vw;
    border-radius: 4em;
    margin-top: 4.5vw;
    box-shadow: 1px 5px 6px -3px rgba(66, 68, 90, 1);
    z-index: 99;

}
.offer-box-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
}
.offer-box-time {
    width: 33%;
}
.offer-box-digit {
    width: 85%;
    min-height: 6vw;
    background-color: var(--grey-color-light);
    color: var(--orange-color-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    font-weight: 700;
    border-radius: 20px;
    box-shadow: 1px 5px 6px -3px rgba(66, 68, 90, 0.7);
}
.offer-box-label {
    width: 85%;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
.offer-box-middle {
    margin-top: 2vw;
    text-align: center;
    font-weight: 700;
}
.offer-box-middle .old-price{
    font-size: 2.5em;
    text-decoration: line-through;
}
.offer-box-middle .new-price{
    font-size: 3.5em;
    color: var(--orange-color-dark);
    margin-bottom: 2.8vw;
}
.offer-box a {
    padding: 0.8vw 4vw;
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
}
.offer-box .offer-order {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.offer-leaf-1 { 
    width: 30vw;
    top: 5vw;
    left: 20vw;
    z-index: 2;
}
.offer-leaf-2 {
    width: 37vw;
    top: 22.5vw;
    left: 7vw;
    z-index: 1;
}

.difference-section {
    display: flex;
    flex-direction: row;
    margin-top: 4vw;
}
.difference-left {
    width: 50%;
    display: flex;
    position: relative;
}
.difference-right {
    width: 50%;
    position: relative;
}

.difference-photo {
    width: 30vw;
    margin-left: 19vw;
}

.difference-box {
    color: var(--grey-color-dark);
}
.difference-box h3{
    margin-bottom: 1vw;
    line-height: 1.6em;
}
.difference-box p {
    font-size: 0.9em;
    margin-bottom: 1vw;
    max-width: 530px;
}
.difference-box .difference-order a {
    padding: 0.8vw 4vw;
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
}
.difference-box .difference-order {
    display: flex;
    width: 100%;
    justify-content: center;
}
.difference-leaf {
    position: absolute;
    left: 0;
    top: 10vw;
    width: 30vw;
    z-index: 2
}
.difference-sand {
    position: absolute;
    right: 0;
    top: 15vw;
    width: 25vw;
    z-index: 3;
}

.gender-section {
    background: url('../img/bg-image.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 55vw;
    margin-top: 8vw;
    color: var(--white-color);
}
.gender-section h3 {
    padding-top: 6vw;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: center;
}
.gender-section p {
    margin-top: 1vw;
    font-size: 0.9em;
    margin-bottom: 1.5vw;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.gender-section div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 23.5vw;
}
.gender-section div a {
    padding: 0.8vw 4vw;
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
}
.gender-sand-1 {
    position: absolute;
    left: 0;
    top: 5vw;
    width: 25vw;
}
.gender-sand-2 {
    position: absolute;
    right: 0;
    top: 25vw;
    width: 28vw;
}

.opinions-section {
    position: relative;
}
.opinions-wrapper {
    margin-top: -5vw;
    text-align: center;
}
.opinions-wrapper h3 {
    margin-bottom: 1.5vw;
}
.opinions-wrapper p {
    font-size: 1em;
    margin-bottom: 1.5vw;
}
.opinions-wrapper .opinions-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.opinions-items .opinions-item {
    box-shadow: 1px 5px 7px 0px rgba(136, 136, 136, 0.8);
    margin: 0 2vw;
}

.opinions-items .opinions-item p {
    font-size: 0.8em;
    color: var(--grey-text-color);
    margin-top: 1vw;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3
}
.opinions-item-wrapper {
    padding: 0 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.opinions-item {
    width: 16vw;
    height: 100%;
}
.opinions-item-wrapper h4 {
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.5em;
}
.opinions-sand {
    position: absolute;
    width: 20vw;
    right: 0;
    top: 10vw;
}
.opinions-photo{
    width: 13.8vw;
}
.opinions-stars {
    width: 13vw;
    margin: 2vw;
}

.opinions-leaf {
    position: absolute;
    left: 0;
    top: 11vw;
    width: 33vw;
    z-index: 2;
}

.doctor-section {
    position: relative;
    background-image: url('../img/doctor-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 46vw;
}
.doctor-wrapper {
    width: 35vw;
    margin-left: 25vw;
    padding-top: 5vw;
}
.doctor-box {
    text-align: center;
    background-color: var(--white-color);
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 0.5vw;
    box-shadow: 6px 5px 7px 0px rgba(66, 68, 90, 1);
}
.doctor-wrapper h3 {
    color: var(--white-color);
    margin-bottom: 3vw;
    padding-top: 10vw;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.doctor-box p {
    color: var(--grey-text-color);
    font-size: 0.9em;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 1.5vw;
}
.doctor-box h5 {
    font-weight: 600;
}
.doctor-order {
    display: flex;
    justify-content: center;
}
.doctor-order a {
    margin-top: 2.5vw;
    padding: 0.6vw 5vw;
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
}
.doctor-leaf {
    position: absolute;
    right: 0;
    top: -4vw;
    height: auto;
    width: 35vw;
}

.order-btn {
    background-color: var(--orange-color-dark);
    border-radius: 50px;
    color: var(--white-color);
    box-shadow: 6px 5px 7px 0px rgba(66, 68, 90, 1);
    padding-top: 9px!important;
    padding-bottom: 9px!important;
    font-size: 30px;
}
.order-btn-basic {
    background-color: var(--orange-color-dark);
    border-radius: 50px;
    color: var(--white-color);
}
.paragraph--basic {
    font-size: 1em;
    font-weight: 500;
    text-align: center;
}
.paragraph--small {
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
}
.header--big {
    font-weight: 700;
    font-size: 1.4em;
    text-align: center;
}

.order-section {
    display: flex;
    flex-direction: row;
    min-height: 45vw;
}
.order-left {
    width: 55%;
    position: relative;

}
.order-right {
    width: 45%;
    position: relative;
}
.order-sand-left, .order-bottle, .order-sand-right, .order-leaf-1, .order-leaf-2 {
    position: absolute;
}
.order-sand-left {
    left: 0;
    top: 6vw;
    height: auto;
    width: 14vw;
}
.order-sand-right {
    right: 0;
    top: -1vw;
    width: 22.5vw;
    z-index:-99;
}
.order-bottle {
    top: 8.1vw;
    right: 13vw;
    z-index: 2;
    height: auto;
    width: 23vw;
}
.order-box {
    background-color: var(--white-color);
    box-shadow: 6px 5px 7px 0px rgba(66, 68, 90, 1);
    width: 20vw;
    display: flex;
    flex-direction: column;
    padding: 2em;
    border-radius: 4em;
    margin-top: 10vw;
    margin-left: -10vw;
    z-index: 80;
}



.order-input::placeholder {
    color: #C4C4C4;
}

.order-input {
    background-color: #F6F6F6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    border: none;
    border-radius: 10px;
    padding: 0.4vw 2vw;
    box-shadow: 6px 5px 7px 0px rgba(66, 68, 90, 0.3);
    width: 100%;
    margin: 0.3vw auto;
    box-sizing: border-box;
}
.order-phone-wrapper {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
}

.order-prefix {
    border-radius: 10px 0px 0px 10px;
    width: 5vw;
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-color: #C4C4C4;
    color: var(--grey-color-dark);
}
.order-prices {
    text-align:center;
    font-weight: 800;
}
.order-old-price {
    font-size: 1.5em;
    color: var(--grey-color-dark);
    text-decoration: line-through;
}
.order-new-price {
    font-size: 1.5em;
    color: var(--orange-color-dark);
}
footer {
    background-color: #4D4C4C;
    color: var(--white-color);
    text-align: center;
    padding: 20px 10px;
}
footer * {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.order-btn-tab {
    display: flex;
    justify-content: center;
}
.order-btn-tab button {
    margin-top: 1.5vw;
    padding: 0.8vw 4.5vw;
    font-weight: 700;
    font-size: 1.5em;
    text-decoration: none;
}

.order-leaf-1 {
    position:absolute;
    top: 4vw;
    right: 14vw;
    z-index: -1;
    width: 24vw;
}

.order-leaf-2 {
    position:absolute;
    top: 18vw;
    right: 18vw;
    z-index: -2;
    width: 31vw;
}

.order-country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image:
    linear-gradient(45deg, transparent 50%, rgb(55, 55, 56) 50%),
    linear-gradient(135deg, rgb(67, 67, 68) 50%, transparent 50%),
    linear-gradient(to right, #C4C4C4, #C4C4C4);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    8px 8px,
    5px 5px,
    2em 2.5em;
  background-repeat: no-repeat;
}

.illness__text--item {
    max-width: 240px;
}
.ingredients__text--item {
    width: 100%;
    max-width: 220px;
}
.benefits-left > div, .benefits-right {
    max-width: 280px;
}
.benefits-left, .benefits-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefits-left > div, .benefits-right > div {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.z1 {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1415px) {
    .gender-section {
        height: auto;
    }
    .gender-section h3 {
        padding-top: 3vw;
    }
    body {
        font-size: 20px;
    }
    .benefits-content, .illness__text, .ingredients__text {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

   .gender-section {
       background-image: none;
       background-color: var(--gender-mobile-color);
       padding-bottom: 50px;
   }
   .gender-section > div {
       height: auto;
   }
   .gender-sand-2, .gender-sand-1 {
       display: none;
   }
   .opinions-wrapper {
       margin-top: 50px;
   }
    .order-sand-left, .order-sand-right, .offer-sand, .illness__text--sand {
        display: none;
    }
    .order-section {
        flex-direction: column;
    }
    .order-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .order-bottle {
        width: auto;
        max-width: 80%;
    }
    .order-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .order-leaf-1, .order-leaf-2 {
        display: none;
    }
    .order-bottle {
        position:static;
    }
    .order-box {
        margin-top: 5vw;
        margin-left: 0;
        width: auto;
        height: auto;
        margin-bottom: 50px;
    }
    .doctor-section {
        background-color: var(--grey-color-dark);
        background-image: none;
        height: 100%;
        padding-bottom: 5vw;
        margin-top: 5vw;
    }
    .doctor-wrapper {
        padding-top: 0;
        margin: 0 auto;
    }
    .doctor-wrapper h3 {
        padding-top: 5vw;
    }
    .solution-section {
        background-color: var(--orange-color-light);
        background-image: none;
        position: static;
        height: 100%;
        padding-bottom: 50px;
        text-align: center;
    }
    .solution-section .container {
        height: 100%;
    }
    .solution__text {
        position: static;
    }
    .solution__text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .solution__sand, .solution__leaf {
        display: none;
    }
    .solution__photo--wrapper {
        position: static;
        margin: 0 auto;
    }
    .solution-section {
        padding-top: 20px;
    }
    .offer-section {
        background-image: none;
        background-color: var(--orange-color-light);
        flex-direction: column;
        height: 100%;
        margin-top: 5vw;
    }
    .offer-leaf-1, .offer-leaf-2, .difference-sand {
        display: none;
    }
    .offer-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .offer-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .offer-bottle {
        position: static;
        width: 80%;
        max-width: 400px;
    }
    .offer-box {
        min-width: 280px;
        margin-bottom: 50px;
    }
    .order-box-digit {
        min-height: 50px;
    }
    .difference-right {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
}

@media screen and (max-width: 2030px) {
    .benefits-section {
        margin-top: 0px;
        background-color: var(--grey-color-dark);
        height: auto;
        padding-bottom: 5vw;

    }
    
    .benefits-content {
        padding-top: 5vw;
    }
    .benefits-middle {
        justify-content: center;
        align-items: center;;
    }
    .benefits-middle-img {
        height: auto;
        width: 70%;
    }
    .benefits-bottom {
        width: 100%;
    }
    .doctor-order a {
        display: none;
    }
    .benefits-left-leaf {
        display: none;
    }
    .benefits-right-leaf {
        display: none;
    }
    .difference-leaf {
        display: none;
    }
    .opinions-leaf {
        display: none;
    }
    .doctor-leaf {
        display: none;
    }
    .doctor-order a {
        display: none;
    }
    .opinions-item {
        width: 100%;
    }
    .opinions-sand {
        display: none;
    }
    .solution__leaf {
        display: none;
    }
    .usage-vector {
        display: none;
    }
    .usage-section {
        margin-top: 3vw;
    }
    .benefits-section {
        margin-top: 0px;
        background-color: #F18918;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .container {
        max-width: 1200px;
    }
    .benefits-left-leaf {
        display: none;
    }
    .benefits-right-leaf {
        display: none;
    }
    .difference-leaf {
        display: none;
    }
    .opinions-leaf {
        display: none;
    }
    .doctor-leaf {
        display: none;
    }
    .doctor-order a {
        display: none;
    }
    .opinions-item {
        width: 100%;
    }
    .solution__leaf {
        display: none;
    }
    .usage-vector {
        display: none;
    }
    .benefits-section {
        margin-top: 0px;
        background-color: rgb(241, 137, 24);
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .opinions-wrapper p {
        margin-bottom: 20px;
    }
    .difference-section {
        flex-direction: column;
    }
    .difference-left, .difference-right {
        width: 100%;
        justify-content: center;
    }
    .offer-sand {
        display: none;
    }
    .benefits-left-leaf {
        display: none;
    }
    .benefits-right-leaf {
        display: none;
    }
    .difference-leaf {
        display: none;
    }
    .opinions-leaf {
        display: none;
    }
    .doctor-leaf {
        display: none;
    }
    .doctor-order a {
        display: none;
    }
    .opinions-item {
        width: 100%;
    }
    .solution__leaf {
        display: none;
    }
    .usage-vector, .usage-sand-img, .usage-leaf-img {
        display: none;
    }
    
}

@media screen and (max-width: 700px) {
    .gender-section {
        padding-bottom: 20px;
    }
    .gender-section .order-btn {
        margin-top: 20px;
    }
    .solution__text .order-btn {
        margin-top: 20px;
        display: inline-block;
    }
    .solution-section {
        padding-bottom: 25px;
    }
    .people__old-price {
        color: #fff;
    }
    .difference-right .difference-photo {
        margin-left: 0;
        margin-bottom: 20px;
        width: 200px;
    }
    .doctor-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .opinions-photo {
        width: 180px;
    }
    .people-bg {
        height: auto;
        padding-bottom: 30px!important;
    }
    .navbar__button--item {
        display: none;
    }
    .navbar__wrapper li:last-child {
        margin: 0 auto;
        
    }
    .navbar ul li:last-of-type img {
        height: 45px;
    }
    body {
        font-size: 18px;
    }
    
    .usage-content {
        flex-direction: column;
    }
    .usage-item {
        margin-bottom: 20px;
    }
    .usage-img {
        width: 120px;
        height: 120px;
    }
    .offer-box-middle .old-price{
        font-size: 2em;
    }
    .offer-box-middle .new-price{
        font-size: 2.5em;
    }
    .container {
        width: 90%;
    }
    .illness__text--sand {
        display: none;
    }
    .illness__text--items {
        flex-direction: column;
        justify-content: center;
        margin: 40px auto;
    }
    .illness__text--item {
        margin: 20px auto;
        width: 100%;
    }
    .ingredients__text--items {
        flex-direction: column;
        justify-content: center;
    }
    .ingredients__text--item {
        width: 100%;
    }
    .opinions-items {
        flex-direction: column !important;
    }
    .opinions-item {
        max-width: 80%;
        margin: 0 auto !important;
        margin-bottom: 50px !important;
    }
    .doctor-wrapper {
        width: 80%;
        margin: 0 auto;
    }
    .benefits-bottom {
        flex-direction: column;
    }
    .benefits-left, .benefits-middle, .benefits-right {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .benefits-left > div, .benefits-middle > div, .benefits-right  > div {
        margin: 0 auto !important;
    }
    .usage-section {
        margin-top: 50px;
    }
    .navbar__wrapper {
        background-image: none;
        background-color: var(--white-color);
        
    }
    .navbar__wrapper ul {
        min-height: 50px;
        background-color: var(--white-color);
    }
    .navbar ul li:first-of-type img {
        display: none;
    }
    .navbar ul {
        margin-left: 0;
    }
    .people-bg {
        background-image: none;
        background: var(--gender-mobile-color);
        padding-top: 50px;
        padding-bottom: 400px;
        display: flex;
        flex-direction: column;
    }
    .people__img-2 {
        display: none;
    }
    .people__img-1 {
        position: static !important;
        height: auto !important;
        width: 70% !important;
        margin: 0 auto !important;
    }
    .people__prices {
        position: static !important;
    }
    .people__text {
        font-size: 1.5em !important;
        position: static !important;
        text-align: center;
        margin-top: 30px;
        line-height: 1em !important;
    }
    .people__order a {
        font-size: 0.5em;
    }
    .order-input {
        margin-top: 10px;
        padding: 5px;
    }
    .difference-section {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .solution__text h3{
        line-height: 1em !important;
        margin-bottom: 20px;
    }
    .difference-box h3 {
        line-height: 1.2em !important;
        margin-bottom: 20px;
    }
    .benefits-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .benefits-img {
        display: none;
    }
    .benefits-left > div, .benefits-right > div {
        margin-bottom: 30px !important;
        margin-top: 20px !important;
    }
    .order-box {
        max-width: 240px !important;
    }
}