/*!***************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[3]!./scss/main.min.scss ***!
  \***************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&amp;display=swap');

* {
    box-sizing: border-box
}

html {
    font-size: min(12px, 0.240833vw);
}

@media screen and (min-width:680px) {
    html {
        /* font-size: min(.9px, 0.0720833vw); */
        font-size: 0.052vw;
    }
}

body {
    background: #fff;
    font-family: Fira Sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    overflow-x: hidden
}

main {
    overflow: hidden
}

a {
    cursor: pointer;
    text-decoration: none
}

a,
img {
    display: block
}

img {
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding: 0
}

ol,
ul {
    box-sizing: border-box;
    list-style: none;
    list-style-type: none
}

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

.container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30rem;
    z-index: 3
}

@media screen and (min-width:680px) {
    .container {
        max-width: 1170rem;
        padding: 0 15rem;
    }
}

@media screen and (min-width:680px) and (max-width:1200px) {
    .container {
        padding: 0 40rem;
    }
}

header {
    left: 0;
    padding: 16rem 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

@media screen and (min-width:680px) {
    header {
        padding: 34rem 0
    }
}

header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

header .container .header-logo {
    width: 155rem
}

@media screen and (min-width:680px) {
    header .container .header-logo {
        height: auto;
        width: 360rem
    }
}

header .container .header-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50rem
}

@media screen and (min-width:680px) {
    header .container .header-nav {
        flex-direction: row;
    }
}

header .container .header-nav .menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30rem
}

@media screen and (min-width:680px) {
    header .container .header-nav .menu {
        align-items: flex-start;
        gap: 54rem;
        flex-direction: row;
    }

    header .container .header-nav.white a {
        color: #fff
    }
}

header .container .header-nav a {
    color: var(--light-gray-color);
    font-size: 20rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
    /* color: #FFF; */
    text-transform: uppercase;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

header .container .header-nav a:focus,
header .container .header-nav a:hover,
.current_page_item a {
    color: var(--primary-color) !important;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header-nav-second {
    align-items: center;
    display: flex;
    gap: 41rem;
    -webkit-gap: 41rem;
    justify-content: center
}

.header-nav-second a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 47rem;
    justify-content: space-between;
    font-size: 12rem !important;
}

.header-nav-second div:first-of-type img {
    margin-top: 4rem;
    width: 40rem;
}

.header-nav-second div:last-of-type img {
    width: 32rem;
}

@media screen and (min-width:680px) {
    .header-nav-second div:first-of-type img {
        margin-top: 4rem;
        width: 46rem;
    }

    .header-nav-second div:last-of-type img {
        width: 38rem;
    }
}

.preloader {
    background-image: -webkit-linear-gradient(90deg, #fff, #f9e5e4 20%, #fff 90%);
    bottom: 0;
    color: #dd1048;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

.preloader__image {
    animation: preloader-rotate 2s linear infinite;
    height: 70rem;
    left: 50%;
    margin-left: -35rem;
    margin-top: -35rem;
    position: relative;
    text-align: center;
    top: 50%;
    width: 70rem
}

@keyframes preloader-rotate {
    to {
        transform: rotate(1turn)
    }
}

.loaded_hiding .preloader {
    opacity: 0;
    transition: opacity .3s
}

.loaded .preloader {
    display: none
}

.burger-menu_button {
    border: none;
    cursor: pointer;
    height: 20rem;
    position: relative;
    right: 28rem;
    top: 3rem;
    transform: rotate(179.88deg);
    width: 32rem;
    z-index: 999999
}

.burger-menu_button,
.burger-menu_lines,
.burger-menu_lines:after,
.burger-menu_lines:before {
    position: absolute;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.burger-menu_lines,
.burger-menu_lines:after,
.burger-menu_lines:before {
    background-color: var(--primary-color);
    height: 3rem;
    width: 100%
}

.burger-menu_lines {
    background-color: var(--primary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 21
}

.burger-menu_lines:before {
    top: -6.5rem
}

.burger-menu_lines:after,
.burger-menu_lines:before {
    background-color: var(--primary-color);
    content: "";
    height: 3rem;
    left: 0
}

.burger-menu_lines:after {
    top: 6.5rem
}

.burger-menu_active .burger-menu_lines {
    background-color: transparent
}

.burger-menu_active .burger-menu_lines:before {
    background-color: var(--primary-color);
    top: 0;
    transform: rotate(45deg)
}

.burger-menu_active .burger-menu_lines:after {
    background-color: var(--primary-color);
    top: 0;
    transform: rotate(-45deg)
}

.burger-menu_nav {
    align-items: center;
    background-image: -moz-linear-gradient(90deg, #f9e5e4 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f9e5e4, #fff);
    background-image: -ms-linear-gradient(90deg, #f9e5e4 0, #fff 100%);
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    height: 100%;
    overflow-y: auto;
    padding: 80rem 28rem;
    position: fixed;
    right: -100%;
    text-align: center;
    top: 0;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    width: 100%;
    z-index: 20
}

.burger-menu_nav::-webkit-scrollbar {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden
}

.burger-menu_active .burger-menu_nav {
    border-radius: 0;
    position: fixed;
    right: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-menu_active .burger-menu_nav::-webkit-scrollbar {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden
}

.burger-menu_link {
    font-size: 32rem;
    font-style: normal;
    font-weight: 400;
    line-height: 37rem;
    padding: 18rem 35rem;
    text-decoration: none
}

.burger-menu_link a {
    color: var(--primary-color)
}

@media screen and (min-width:680px) {
    .burger-menu_button {
        display: none
    }

    .burger-menu_nav {
        background: transparent;
        border-radius: 0;
        height: 100%;
        padding: 0;
        position: static;
        width: 100%
    }
}

footer {
    padding: 50rem 0 30rem;
    position: relative
}

.page-template-useful-Information footer {
    background-color: #fbedec;
}

footer .container {
    position: relative;
    z-index: 3
}

footer a {
    color: #3f3f3f;
    font-size: 20rem;
    line-height: 1.8;
    text-transform: uppercase
}

footer a:focus,
footer a:hover {
    color: var(--primary-color);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer-nav {
    flex-direction: column;
    gap: 50rem;
    -webkit-gap: 50rem
}

.footer-nav,
.footer-nav-first {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer-nav-first {
    gap: 75rem;
    -webkit-gap: 75rem;
    margin-bottom: 50rem
}

.footer-nav-first a {
    align-items: center;
    flex-direction: column;
    height: 55rem
}

.footer-nav-first a,
.footer-nav-second {
    display: flex;
    justify-content: space-between
}

.footer-nav-second {
    align-items: flex-end;
    gap: 35rem;
    -webkit-gap: 35rem
}

footer .header-nav-second img {
    opacity: .4;
}

footer .header-nav-second a:hover img {
    opacity: 1;
}

.footer-icon-desc,
.footer-icon-mob {
    width: 160rem;
}

@media screen and (min-width:680px) {
    .footer-nav-second {
        gap: 110rem;
        -webkit-gap: 110rem
    }

    footer .header-nav-second {
        padding-top: 60rem;
        gap: 80rem;
    }
}

.footer-nav-second ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15rem;
    -webkit-gap: 15rem;
    justify-content: center
}

@media screen and (min-width:680px) {
    .footer-nav-second ul {
        gap: 110rem;
        -webkit-gap: 110rem
    }
}

.footer-icon-desc,
.footer-line {
    display: none
}

.footer-text {
    color: #3f3f3f;
    font-size: 16rem;
    line-height: 1.2;
    margin-top: 35rem;
    text-align: left
}

@media screen and (min-width:680px) {
    footer {
        padding: 10rem 0 30rem
    }

    .footer-text {
        margin-top: 110rem
    }

    .footer-nav {
        gap: 60rem;
        -webkit-gap: 60rem
    }

    .footer-icon-mob {
        display: none
    }

    .footer-icon-desc {
        display: block
    }

    .footer-nav-first {
        margin-bottom: 0
    }

    .footer-line {
        display: block;
        height: 570rem;
        left: 0;
        position: absolute;
        top: -440rem;
        width: 100%;
        z-index: 1
    }
}

section {
    padding: 115rem 0
}

section .container .section-title.center {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

section .container .section-title .section-title-text {
    color: var(--burgundy-color);
    font-size: min(52px, 45rem);
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

section .container .section-title .section-title-text span {
    text-transform: lowercase;
    font-weight: 500;
    font-size: min(36px, 29rem);
    display: block;
    line-height: 1;
}

@media screen and (min-width:680px) {
    section .container .section-title .section-title-text {
        font-size: 58rem;
        line-height: 1.1;
    }

    section .container .section-title .section-title-text span {
        font-size: 40rem;
        font-weight: 400;
    }
}

.section-text hr {
    margin: 40px 0;
}

section .container .section-text {
    color: #3f3f3f;
    font-size: 22rem;
    line-height: 1.2
}

@media screen and (min-width:680px) {
    section .container .section-text {
        font-size: 28rem;
    }
}

.ph-level .container .top-box-content .section-text {
    padding-bottom: 39rem;
    text-align: left;
}

section .container .section-text ul {
    display: flex;
    flex-direction: column;
    gap: 24rem;
    -webkit-gap: 24rem;
    -moz-gap: 24rem;
    list-style: disc;
    padding-left: 20rem
}

section .line-grin {
    padding: 20rem 0 34rem;
    width: 64rem;
}

@media screen and (min-width:680px) {
    section .line-grin {
        width: 89rem;
    }
}

section.cart {
    background-image: linear-gradient(180deg, #f9e5e3, #fff);
    ;
    padding: 0 0 20rem;
}

@media screen and (min-width:680px) {
    section.cart {
        background-image: linear-gradient(180deg, #f9e5e3, #fff);
        ;
        padding-top: 120rem;
    }
}

.comp-logo {
    margin-bottom: 30rem;
    width: 278rem;
}

.cart .container {
    position: relative;
    z-index: 2
}

.cart .widget-wrapper .container {
    min-width: 100%;
    padding: 0
}

.widget {
    box-shadow: 0 0 25rem 0 rgba(0, 0, 0, .36);
}

.widget,
.widget iframe {
    height: 600px;
}

.hero {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    box-sizing: border-box;
    padding: 94rem 0 0
}

@media screen and (min-width:680px) {
    .hero {
        background-size: cover;
        padding-bottom: 60rem;
        padding-top: 240rem;
        height: 1050rem;
    }
}

.hero .container {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.hero .container .hero-title img {
    margin: 0 auto 16rem;
    width: 100%
}

@media screen and (min-width:680px) {
    .hero .container .hero-title img {
        margin: 0 auto 24rem;
        width: 630rem
    }
}

.hero .container .hero-subtitle {
    color: var(--green-color);
    color: #00953f;
    font-size: 28rem;
    font-weight: 400;
}

@media screen and (min-width:680px) {
    .hero .container .hero-subtitle {
        font-size: 50rem;
        flex-grow: 2;
    }
}

.hero .container .hero-img {
    height: 360rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: 130rem;
    z-index: 1
}

@media screen and (min-width:680px) {
    .hero .container .hero-img {
        height: 640rem;
        right: -50rem;
        top: 0
    }
}

.hero .container .hero-text {
    color: #00953f;
    font-size: 24rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

@media screen and (min-width:680px) {
    .hero .container .hero-text {
        font-size: 50rem
    }
}

.hero .container .hero-button {
    align-items: center;
    background-color: #00953f;
    border: 2rem solid #fff;
    color: #fefefe;
    display: flex;
    font-size: 20rem;
    font-weight: 400;
    height: 65rem;
    justify-content: center;
    margin: 375rem auto 36rem;
    position: relative;
    scale: 1;
    text-transform: uppercase;
    transition: .4s;
    width: 300rem;
    z-index: 2
}

.hero .container .hero-button:focus,
.hero .container .hero-button:hover {
    scale: 1.1;
    transition: .4s
}

@media screen and (min-width:680px) {
    .hero .container .hero-button {
        margin: 240rem auto 200rem
    }
}

.ph-level {
    /* background-image: -moz-linear-gradient(90deg, #fff 0, #fbeeee 40%, #fff 60%, hsla(0, 0%, 100%, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #fff, #fbeeee 40%, #fff 60%, hsla(0, 0%, 100%, 0));
  background-image: -ms-linear-gradient(90deg, #fff 0, #fbeeee 40%, #fff 60%, hsla(0, 0%, 100%, 0) 100%); */
    overflow: hidden;
    padding: 0 0 111rem;
    position: relative;
    z-index: 2
}

.ph-level .container {
    position: relative;
    z-index: 3
}

.ph-level .divider {
    border-bottom: 1rem solid var(--green-dark-color);
    margin: 40rem 0;
    width: 100%
}

.ph-level .section-text {
    position: relative;
    text-align: justify;
    z-index: 3
}

.ph-level .ph-level-grafik {
    position: relative
}

.ph-level .ph-level-grafik-bascground {
    bottom: 0;
    height: 100%;
    left: -28rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000rem;
    z-index: 0
}

.ph-level .grafik,
.ph-level .lactobactery {
    display: none
}

.ph-level .grafik-mob {
    margin: 25rem -30rem 30rem;
    position: relative;
    width: calc(100% + 60rem);
    z-index: 2
}

.ph-level .lactobactery-mob {
    margin-top: 114rem;
    width: 100%
}

.ph-level .ph-level-line {
    display: none
}

.ph-level .ph-level-flower {
    bottom: 734rem;
    position: absolute;
    right: 0;
    z-index: 1
}

.ph-level .ph-level-flower.deck {
    display: none
}

@media screen and (min-width:680px) {
    .ph-level {
        background-image: -webkit-linear-gradient(90deg, #fff, #fbeeee 10%, #fff 70%, hsla(0, 0%, 100%, 0));
        padding: 0 0 155rem
    }

    .ph-level .ph-level-line {
        display: block;
        height: auto;
        position: absolute;
        top: 500rem;
        width: 100%;
        z-index: 1
    }

    .ph-level .divider {
        margin: 40rem 0;
        width: 100%
    }

    .ph-level .top-box-content {
        width: 44%
    }

    .ph-level .ph-level-grafik {
        position: relative
    }

    .ph-level .ph-level-grafik-bascground {
        display: none
    }

    .ph-level .grafik {
        width: 113%;
        display: block;
        margin: 14rem 0 7rem -7%;
    }

    .ph-level .lactobactery {
        width: 100%;
        display: block;
        margin-top: 175rem;
        position: relative;
        z-index: 2;
    }

    .ph-level .grafik-mob,
    .ph-level .lactobactery-mob,
    .ph-level .ph-level-flower {
        display: none
    }

    .ph-level .ph-level-flower.deck {
        bottom: 420rem;
        display: block;
        height: 1110rem;
    }
}

.simple-tips {
    background: #fff;
    overflow: hidden;
    padding-top: 370rem;
    position: relative
}

@media screen and (min-width:680px) {
    .simple-tips {
        padding-top: 103rem
    }

    section.simple-tips .container .section-title .section-title-text {
        font-size: 56rem;
    }
}

.simple-tips .simple-tips-baner {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.simple-tips .simple-tips-baner.desc,
.simple-tips .simple-tips-basground,
.simple-tips .simple-tips-flower {
    display: none
}

.simple-tips .container {
    position: relative;
    z-index: 1
}

.simple-tips .container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 51rem;
    -webkit-gap: 51rem;
    justify-content: space-between;
    margin-top: 40rem
}

.simple-tips .container ul .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.simple-tips .container ul .item>* {
    position: relative;
    z-index: 3
}

.simple-tips .container ul .item:nth-child(odd) {
    height: 100%;
    position: relative
}

.simple-tips .container ul .item:nth-child(odd):before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: -100%;
    min-height: 130%;
    position: absolute;
    top: -15%;
    width: 300%;
    z-index: 0
}

@media screen and (min-width:680px) {
    .simple-tips .container ul .item {
        margin-top: 68rem;
        width: 30%
    }

    .simple-tips .container ul .item:nth-child(odd):before {
        content: none;
    }
}

.simple-tips .container ul .item .item-grin-circl {
    align-items: center;
    background-image: linear-gradient(0deg, #02aa0b, #cfdd27);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 150rem;
    width: 150rem
}

@media screen and (max-width:680px) {
    .simple-tips .container ul .item .item-grin-circl {
        height: 130rem;
        width: 130rem
    }

    .simple-tips .container ul .item .item-grin-circl img {
        width: 61rem;
        height: 61rem;
    }
}

.simple-tips .container ul .item .item-grin-circl img {
    width: 71rem;
    height: 71rem;
    object-fit: contain;
}

.simple-tips .container ul .item .item-title {
    color: #3f3f3f;
    font-size: 24rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12rem;
    margin-top: 40rem;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:680px) {
    .simple-tips .container ul .item {
        padding: 20rem 0;
    }

    .simple-tips .container ul .item .item-title {
        margin-bottom: 0;
        margin-top: 30rem;
    }
}

@media screen and (min-width:680px) {
    .simple-tips .container ul .item .item-title {
        font-size: 26rem;
        text-align: left;
    }
}

.simple-tips .container ul .item .item-description {
    color: #3f3f3f;
    font-size: 19rem;
    line-height: 1.2;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    transition: max-height .3s ease
}

.simple-tips .container ul .item.expanded .item-description {
    max-height: max-content;
    overflow: visible;
    transition: max-height .3s ease
}

.simple-tips .container ul .item.expanded:nth-child(odd):before {
    background-size: cover
}

.simple-tips .container ul .item .item-description-more {
    color: #740121;
    font-size: 18rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 23rem;
}

@media screen and (min-width:680px) {
    .simple-tips {
        padding-top: 574rem
    }

    .simple-tips .section .container .section-title .section-title-text {
        font-size: 56rem;
    }

    .simple-tips .simple-tips-baner {
        display: none
    }

    .simple-tips .simple-tips-baner.desc {
        display: block
    }

    .simple-tips .simple-tips-basground {
        display: block;
        left: 50%;
        position: absolute;
        top: 740rem;
        transform: translateX(-50%);
        width: 1339rem;
        z-index: 1
    }

    .simple-tips .simple-tips-basground.second {
        top: 1780rem
    }

    .simple-tips .simple-tips-flower {
        bottom: 370rem;
        display: block;
        position: absolute;
        right: 0;
        z-index: 0
    }

    .simple-tips .container ul {
        gap: 31rem;
        margin-top: 9rem
    }

    .simple-tips .container ul .item {
        margin-top: 50rem;
        margin-bottom: 30rem;
        width: 30%;
        align-items: flex-start;
    }

    .simple-tips .container ul .item>* {
        position: relative;
        z-index: 3
    }

    .simple-tips .container ul .item .item-description {
        max-height: 5em;
        overflow: hidden
    }

    .simple-tips .container ul .item.expanded .item-description {
        max-height: none;
        overflow: visible
    }
}

.uncomportable-sensations {
    background-image: linear-gradient(0deg, #fbedec, #fff);
    display: flex;
    flex-direction: column;
    gap: 24rem;
    padding: 0;
    position: relative
}

@media screen and (max-width:680px) {
    .page-template-useful-Information section .container .section-title .section-title-text {
        font-size: 35rem;
    }

    .simple-tips .container .section-title .section-title-text {
        max-width: 80%;
    }
}

@media screen and (min-width:680px) {
    .uncomportable-sensations {
        gap: 66rem;
        padding-bottom: 100rem;
    }
}

.uncomportable-sensations .ritate {
    display: none
}

@media screen and (min-width:680px) {
    .uncomportable-sensations .ritate {
        display: block;
        height: 475rem;
        left: -310rem;
        position: absolute;
        top: 426rem;
        transform: rotate(125deg)
    }
}

.uncomportable-sensations .ritate .uncomportable-sensations-first {
    transform: matrix(1, 0, 0, -1, 1, 0);
    width: 640rem
}

.uncomportable-sensations .uncomportable-sensations-second {
    display: none
}

@media screen and (min-width:680px) {
    .uncomportable-sensations .uncomportable-sensations-second {
        display: block;
        height: auto;
        left: 0;
        position: absolute;
        top: 500rem;
        width: 100%
    }
}

.uncomportable-sensations .container {
    position: relative;
    z-index: 9
}

.uncomportable-sensations ul {
    display: flex;
    flex-direction: column;
    gap: 50rem
}

.uncomportable-sensations ul .item-description {
    max-height: 85rem;
    overflow: hidden
}

.uncomportable-sensations ul .item-content.expanded .item-description {
    max-height: none;
    overflow: visible
}

.uncomportable-sensations ul .item-content.expanded .item-description-more:after {
    content: attr(data-close)
}

.uncomportable-sensations ul .item-description-more:after {
    content: attr(data-text)
}

.uncomportable-sensations ul .item {
    display: flex;
    flex-direction: column;
    gap: 24rem
}

@media screen and (min-width:680px) {
    .uncomportable-sensations ul .item {
        flex-direction: row;
        gap: 33rem
    }
}

.uncomportable-sensations ul .item .item-title {
    background-image: linear-gradient(90deg, #fb91b1, rgba(237, 186, 188, .219) 73%, hsla(4, 64%, 96%, 0));
    border-radius: 20rem;
    color: #740121;
    font-size: 24rem;
    font-weight: 700;
    height: max-content;
    line-height: 1.2;
    padding: 12rem 0 12rem 32rem;
    position: relative;
    width: 100%
}

@media screen and (min-width:680px) {
    .uncomportable-sensations ul .item .item-title {
        font-size: 24rem;
        min-width: 345rem;
        padding: 12rem 0 12rem 31rem;
        border-radius: 20rem;
    }
}

.uncomportable-sensations ul .item .item-title img {
    left: -15rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35rem;
    height: 35rem;
}

.uncomportable-sensations ul .item .item-content {
    display: flex;
    flex-direction: column;
    gap: 24rem
}

@media screen and (min-width:680px) {
    .uncomportable-sensations ul .item .item-content {
        border-left: 2rem solid var(--burgundy-color);
        padding: 8rem 16rem
    }

    .uncomportable-sensations ul .item .item-title img {
        left: -20rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45rem;
        height: 44rem;
    }
}

.uncomportable-sensations ul .item .item-content .item-description {
    color: #3f3f3f;
    font-size: 18rem;
    line-height: 1.2
}

@media screen and (min-width:680px) {
    .uncomportable-sensations ul .item .item-content .item-description {
        font-size: 20rem;
        min-height: 98rem;
    }
}

.uncomportable-sensations ul .item .item-content .item-description-more {
    border-bottom: 1rem solid #740121;
    color: #740121;
    display: inline;
    font-size: 16rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 1rem;
    width: max-content;
    cursor: pointer;
    font-weight: 400;
}

@media screen and (min-width:680px) {
    .uncomportable-sensations ul .item .item-content .item-description-more {
        font-size: 18rem;
        margin-top: 6rem
    }
}

.imbalance {
    padding: 0 0 38rem;
    position: relative
}

@media screen and (min-width:680px) {
    .imbalance {
        padding: 100rem 0 120rem;
    }
}

.imbalance .container {
    position: relative;
    z-index: 2
}

.imbalance .section-title-text {
    font-size: 60rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}

section.imbalance .section-text {
    color: #3f3f3f;
    font-size: 18rem;
    line-height: 1.385;
    text-align: justify;
    position: relative;
    margin: 30rem 0;
}

.imbalance .section-text p {
    position: relative;
    z-index: 2;
}

.imbalance .section-text::before {
    content: "";
    position: absolute;
    top: -30rem;
    left: -30rem;
    right: -30rem;
    bottom: -30rem;
    border-radius: 20rem;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
}

.imbalance ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem;
    -webkit-gap: 16rem;
    justify-content: space-around;
    margin-top: 60rem
}

@media screen and (min-width:680px) {
    .imbalance ul {
        gap: 70rem;
        -webkit-gap: 96rem;
        justify-content: center;
        margin-top: 45rem
    }

    section.imbalance .section-text {
        font-size: 24rem;
    }
}

.imbalance ul li {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-bottom: 30rem;
    max-width: 130rem;
    width: 100%
}

@media screen and (min-width:680px) {
    .imbalance ul li {
        margin-bottom: -50rem;
        max-width: 210rem
    }
}

.imbalance ul li .imbalance_repeater_image {
    width: 120rem;
    height: 120rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:680px) {
    .imbalance ul li .imbalance_repeater_image {
        width: 160rem;
        height: 160rem;
    }
}

.imbalance ul li .imbalance_repeater_image img {
    padding: 0;
    width: 100%;
}

.imbalance ul li p {
    color: #3f3f3f;
    font-size: 16rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:680px) {
    .imbalance ul li p {
        font-size: 20rem
    }
}

.imbalance .imbalance-img {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.imbalance .imbalance-img.desc {
    display: none
}

@media screen and (min-width:680px) {
    .imbalance .imbalance-img {
        display: none
    }

    .imbalance .imbalance-img.desc {
        display: block;
        height: min(64vw, 1270rem);
    }
}

.faq {
    background-image: linear-gradient(0deg, #f9e5e3, #fff);
    padding: 0 0 98rem
}

.faq .line-grin {
    margin-bottom: 62rem;
}

.faq__text {
    margin: 0 0 46rem
}

.faq__text:last-child {
    margin: 0
}

.faq__menu_active,
.faq__text:active,
.faq__text:focus,
.faq__text:hover {
    border-radius: 6rem;
    box-sizing: border-box;
    cursor: pointer
}

.faq__question {
    color: #3f3f3f;
    display: flex;
    gap: 24rem;
    -webkit-gap: 24rem;
    -moz-gap: 24rem;
    justify-content: space-between;
    line-height: 1.2
}

.faq__question span {
    font-size: 18rem;
    font-weight: 400;
}

@media screen and (min-width:680px) {
    .faq__question span {
        font-size: 27rem;
    }
}

.faq__svg {
    align-items: center;
    background: #ffbcd9;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 44rem;
    justify-content: center;
    min-width: 44rem;
    padding: 8rem
}

.faq__svg svg {
    height: 26rem;
    position: relative;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    width: 26rem
}

@media screen and (min-width:680px) {
    .faq__svg {
        height: 51rem;
        min-width: 51rem;
    }

    .faq__svg svg {
        height: 22rem;
        position: relative;
        transform: rotate(0deg);
        transition: all .5s ease-in-out;
        width: 22rem
    }
}

.faq__svg .faq__svg-minus {
    fill: #fff;
    height: 10rem;
    opacity: 0;
    position: absolute;
    transition: all .5s ease-in-out;
    z-index: -1
}

.faq__menu_active .faq__svg {
    transform: rotate(1turn);
    transition: all .5s ease-in-out;
    background-color: #fa94c0;
}

.faq__answer {
    color: #6e6e6e;
    line-height: 1.2;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(16rem);
    transition: max-height .5s ease, opacity .5s, transform .5s
}

.faq__answer div {
    border-top: 1rem solid #ffbcd9;
    margin-top: 30rem;
    padding: 30rem 0 0 60rem;
    font-size: 16rem;
}

@media screen and (min-width:680px) {
    .faq__answer div {
        padding: 40rem 0 40rem 98rem;
        font-size: 22rem;
    }
}

p {
    overflow-wrap: break-word
}

.faq__menu_active .faq__answer {
    height: 100%;
    max-height: 100vh;
    opacity: 1;
    transform: translateX(0)
}

.faq__menu_active .faq__svg .faq__svg-minus {
    opacity: 1;
    z-index: 1
}

.faq__menu_active .faq__svg .faq__svg-plus {
    opacity: 0;
    z-index: -1
}

@media screen and (min-width:680px) {
    .faq {
        padding: 60rem 0
    }

    .faq .container {
        position: relative;
        z-index: 3
    }

    .faq__svg {
        height: 66rem;
        min-width: 66rem
    }
}

.lacto-cur {
    background-image: -moz-linear-gradient(90deg, #fff 0, #f9e5e4 20%, #fff 90%);
    background-image: -webkit-linear-gradient(90deg, #fff, #f9e5e4 20%, #fff 90%);
    background-image: -ms-linear-gradient(90deg, #fff 0, #f9e5e4 20%, #fff 90%);
    padding: 75rem 0 111rem;
    position: relative
}

.lacto-cur .container {
    position: relative;
    z-index: 3
}

.lacto-cur-img {
    margin-left: -30rem;
    padding: 0 0 60rem !important;
    width: 100%
}

.lacto-cur-line {
    display: none
}

@media screen and (min-width:680px) {
    .lacto-cur .lacto-cur {
        padding: 160rem 0 108rem
    }

    .lacto-cur .lacto-cur-line {
        display: block;
        height: auto;
        position: absolute;
        top: 630rem;
        width: 100%;
        z-index: 1
    }

    .lacto-cur .lacto-cur-content {
        align-items: center;
        display: flex;
        gap: 50rem;
        -webkit-gap: 50rem
    }

    .lacto-cur .lacto-cur-img {
        margin-left: -150rem;
        padding-bottom: 0 !important;
        width: 817rem;
    }

    .lacto-cur .section-title {
        width: 53%;
        padding-bottom: 120rem;
    }

    .lacto-cur .section-text {
        max-width: 450rem;
        text-align: start !important
    }

    .lacto-cur .lacto-cu-layer {
        bottom: -750rem;
        display: block;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .lacto-cur .lacto-cu-layer.mob {
        display: none
    }
}

.application {
    padding: 89rem 0 111rem;
    position: relative
}

.application .container {
    position: relative;
    z-index: 2
}

.application .container ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 73rem;
    -webkit-gap: 73rem;
    -moz-gap: 73rem;
    justify-content: space-around;
    padding-top: 25rem
}

@media screen and (min-width:680px) {
    .application .container ul {
        align-items: flex-start;
        flex-direction: row
    }
}

.application .container ul li {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 28rem;
    justify-content: center;
    max-width: 244rem
}

.application .container ul li img {
    height: 120rem;
    padding: 0;
    width: 120rem
}

@media screen and (min-width:680px) {
    .application .container ul li {
        max-width: 276rem;
        gap: 40rem;
    }

    .application .container ul li img {
        height: 160rem;
        width: 160rem
    }
}

.application .container ul li p {
    color: #3f3f3f;
    font-size: 20rem;
    line-height: 1.385;
    text-align: center;
    font-weight: 400;
}

@media screen and (min-width:680px) {
    .application .container ul li p {
        font-size: 24rem
    }
}

.application-img {
    left: 0;
    position: absolute;
    top: 195rem;
    z-index: 1
}

@media screen and (min-width:600px) {
    .application-img {
        left: -100rem;
        top: 1050rem;
        z-index: 2
    }
}

.application .application-img-flower {
    bottom: -70rem;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 200rem;
}

.application .application-img-flower.desc {
    display: none
}

@media screen and (min-width:680px) {
    .application .application-img-flower {
        display: none
    }

    .application .application-img-flower.desc {
        bottom: -896rem;
        display: block;
        height: 1100rem;
        width: auto;
    }
}

.advantages {
    padding: 0 0 110rem;
    position: relative;
    z-index: 1
}

.advantages .line-grin {
    padding-top: 30rem;
}

.advantages .lacto-cu-layer {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:680px) {
    .advantages .lacto-cu-layer {
        bottom: -700rem;
        display: block;
        height: 800rem;
        object-fit: cover
    }
}

.advantages .lacto-cu-layer.mob {
    bottom: -190rem;
    display: block;
    height: 300rem;
    object-fit: cover
}

@media screen and (min-width:680px) {
    .advantages .lacto-cu-layer.mob {
        display: none
    }
}

.advantages .section-title-text img {
    margin: 0 auto;
    width: 70%
}

@media screen and (min-width:680px) {
    .advantages .section-title-text img {
        max-width: 345rem;
        width: 100%
    }
}

.advantages ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60rem;
    -webkit-gap: 60rem;
    justify-content: space-around;
    margin-top: 10rem
}

@media screen and (min-width:680px) {
    .advantages ul {
        gap: 30rem;
        -webkit-gap: 50rem;
        justify-content: space-between;
        margin-top: 45rem
    }
}

.advantages ul .advantages-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20rem;
    width: 100%
}

@media screen and (min-width:680px) {
    .advantages ul .advantages-item {
        max-width: 246rem;
        gap: 27rem;
    }
}

.advantages ul .advantages-item p {
    color: var(--green-color);
    font-size: 20rem;
    line-height: 1.25;
    text-align: center
}

.advantages ul .advantages-item p span {
    font-size: .7em;
    position: relative;
    top: -8rem
}

.advantages ul .advantages-item img {
    height: 100rem;
    padding: 0;
    width: 100rem;
}

@media screen and (min-width:680px) {
    .advantages ul .advantages-item img {
        height: 160rem;
        width: 160rem;
    }

    .advantages ul .advantages-item p {
        font-size: 28rem;
    }
}

.show-more,
.close-popup-link {
    border-bottom: 1rem solid #740121;
    color: #740121;
    display: inline;
    font-size: 18rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 1rem;
    width: max-content;
    cursor: pointer;
    font-weight: 400;
    margin-top: 6rem;
}

.show-more::after {
    content: attr(data-text);
}

.close-popup-link::after {
    content: attr(data-text);
}

.popup .show-more {
    display: none;
}

.popup {
    position: absolute;
    z-index: 1000;
    top: 100rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1287rem;
    padding: 48rem 74rem;
    background-color: #fff;
    border-radius: 28rem;
    box-shadow: 0 0 40rem rgba(74, 49, 60, .2);
    display: none;
}

.popup-close {
    position: absolute;
    top: 35rem;
    right: 30rem;
    cursor: pointer;
    width: 28rem;
    height: 28rem;
}

.popup-close::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2rem;
    background-color: #7d1230;
    transform: rotate(45deg);
}

.popup-close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2rem;
    background-color: #7d1230;
    transform: rotate(-45deg);
}

.popup .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popup .item .item-grin-circl {
    align-items: center;
    background-image: linear-gradient(0deg, #02aa0b, #cfdd27);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 150rem;
    width: 150rem;
}

.popup .item .item-grin-circl img {
    width: 71rem;
    height: 71rem;
    object-fit: contain;
}

.popup .item .item-title {
    color: #3f3f3f;
    font-size: 26rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12rem;
    margin-top: 40rem;
    text-align: left;
    text-transform: uppercase;
}

.popup .item-description {
    color: #3f3f3f;
    font-size: 19rem;
    line-height: 1.2;
    text-align: left;
}

:root {
    --background-color: #141429;
    --primary-color: #dd1048;
    --burgundy-color: #740121;
    --green-color: #00953f;
    --green-dark-color: #007f00;
    --dark-gray-color: #3f3f3f;
    --light-gray-color: #707070;
    --pink-color: #ff6eab;
    --blue-color: #0098d5
}

/***** Lang *****/
.header-lang {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
}

.header-lang .lang-btn a {
    font-size: 18px !important;
    padding: 8px 14px;
    border-radius: 6px;
    color: #444;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

.header-lang .lang-btn:not(.active) a:hover {
    background-color: #f0f0f0;
    color: #e00f47;
}

.header-lang .lang-btn.active:hover a {
    background-color: #e00f47 !important;
    color: #ffffff !important;
    cursor: pointer;
}

.header-lang .lang-btn.active a,
.header-lang .lang-btn.active a:visited,
.header-lang .lang-btn.active a:focus,
.header-lang .lang-btn.active a:active {
    background-color: #e00f47 !important;
    color: #ffffff !important;
}
