

/* Start:/local/assets/css/components/fallingPill.css?17119620391350*/
.falling_pill {
    position: relative;
    height: 10000px;
}

.falling_pill__pin {
    position: relative;
    height: calc(var(--initial-vh, 1vh) * 100);
}

.falling_pill__pin img {
    margin: 0 auto;
}

.falling_pill__pill {
    pointer-events: none;
    max-width: none;
    width: 2131px;
    position: absolute;
    top: -158px;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, 0);
    z-index: 5;
    object-fit: contain;
}

.falling_pill__words {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--initial-vh, 1vh) * 100);
    /* pointer-events: none; */
}

.falling_pill__word {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: visible;
    max-width: 100%;
    height: auto;
}

.falling_pill__word path {
    transform-origin: center;
}

.falling_pill_wrap {
    overflow: hidden;
    margin-bottom: -3200px;
}

.productPreviwBlock__products {
    transition: opacity .4s ease-out;
}

@media (max-width: 767px) {
    .falling_pill__pill {
        top: -388px;
        width: 1120px;
        height: 1540px;
    }

    .falling_pill {
        height: 8000px;
    }

    .falling_pill_wrap {
        margin-bottom: -3300px;
    }
}
/* End */


/* Start:/local/assets/css/components/mainBanner.css?17216442262294*/
.mainBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--initial-vh, 1vh) * 100);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.mainBanner__inner {
    display: flex;
    height: 100%;
    position: relative;
    padding-top: 280px;
}

.mainBanner__content {
    width: 40%;
}

.mainBanner__text {
    color: var(--basic100);
    font-family: Geologica;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.mainBanner__logo {
    margin-bottom: 24px;
    width: 440px;
}

.mainBanner__text {
    margin-bottom: 16px;
}

.mainBanner__scrollBlock {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 80px;
}

.mainBanner__scroll {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: fit-content;
}

.scrollIcon {
    font-size: 23px;
}

.scrollDecor {
    height: 43px;
    width: 1px;
    background-color: #972DDF;
    opacity: 0.2;
}

@media (max-height: 700px) {
    .mainBanner__inner {
        padding-top: 180px;
    }
}

@media (max-width: 1199px) {
    .mainBanner__inner {
        padding-top: 426px;
    }

    .mainBanner__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .mainBanner__scroll {
        align-items: center;
        width: 100%;
        gap: 28px;
    }

    .scrollIcon {
        font-size: 24px;
        color: #972DDF;
    }

    .scrollDecor {
        height: 52px;
    }
}

@media (max-height: 700px) and (max-width: 1199px) {
    .mainBanner__inner {
        padding-top: 210px;
    }
}

@media (max-width: 767px) {
    
    .mainBanner__inner {
        padding-top: 290px;
    }
    
    .falling_pill__pill {
        max-width: 1120px;
    }

    .mainBanner__maxilakLogo {
        width: 300px;
    }

    .mainBanner__text {
        font-size: 20px;
        font-weight: 300;
        line-height: 130%;
    }

    .mainBanner__scrollBlock {
        bottom: 16px;
    }

    .mainBanner__scroll {
        gap: 16px;
    }

    .scrollIcon {
        font-size: 8px;
    }
    .scrollIcon.scrollIcon--fs32 {
        font-size: 32px;
    }
}
/* End */


/* Start:/local/assets/css/components/productPreviwBlock.css?17119707531295*/
.productPreviwBlock {
    display: flex;
    flex-direction: column;
    gap: 84px;
}

.productPreviwBlock__products {
    padding: 20px;
    /* padding-bottom: 0; */
    background-color: var(--white);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-radius: 32px;
    opacity: 0;
}

.productPreviwBlock__products .productCardSimple {
    padding-bottom: 38px;
}

.productPreviwBlock__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.productPreviwBlock__content p {
    text-align: center;
}

.productPreviwBlock__content .productPreviwBlock__textBlock {
    max-width: 800px;
}


@media (max-width: 1199px) {
    .productPreviwBlock {
        gap: 80px;
    }
    
    .productPreviwBlock__products {
        padding: 20px 12px;
    }   
}

@media (max-width: 784px) {
    .productPreviwBlock__content .title44 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .productPreviwBlock {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .productPreviwBlock__products {
        grid-template-columns: 1fr;
    }

    .productPreviwBlock__products .productCardSimple {
        padding-bottom: 0;
    }

    .productPreviwBlock__content .title44 {
        width: 100%;
    }
}
/* End */


/* Start:/local/assets/css/components/advantages.css?17119620393248*/
.advantagesBlock {
    border-radius: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.advantage {
    background: var(--white);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-right: 1px solid var(--basic50);
}

.advantage:first-child {
    border-radius: 32px 0px 0px 32px;
}

.advantage:last-child {
    border-radius: 0px 32px 32px 0px;
    border-right: none;
}

.advantage__icon {
    width: 48px;
    height: 48px;
    padding: 4px;
}

.advantage__icon span {
    font-size: 48px;
}

.advantage__text {
    font-family: Geologica;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .advantage {
        padding: 24px 12px;
    }

    .advantage__text {
        font-size: 12px;
        font-weight: 300;
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .advantagesBlock {
        grid-template-columns: 1fr;
    }

    .advantage {
        border-right: none;
        border-bottom: 1px solid var(--basic50);
        padding: 24px 24px;
        height: 170px;
    }

    .advantage:first-child {
        border-radius: 32px 32px 0px 0px;
    }

    .advantage:last-child {
        border-radius: 0px 0px 32px 32px;
        border-bottom: none;
    }

    .advantage__text {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
}

/* Большой блок преимущества */
.bigAdvantage__illustration {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bigAdvantage__illustration img {
    width: 750px;
}

.bigAdvantage__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 385px;
    width: 385px;
}

.bigAdvantage__text {
    font-family: Geologica;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .bigAdvantagesSliderBlock {
        display: flex;
        flex-direction: column;
        gap: 80px;
        align-items: center;
    }

    .bigAdvantage {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bigAdvantage__illustration {
        position: relative;
        flex-direction: column;
        width: fit-content;
    }

    .bigAdvantage__illustration img {
        height: 400px;
        width: auto;
    }

    .bigAdvantage__content {
        position: relative;
        width: 100%;
    }

    .bigAdvantage__text,
    .bigAdvantage__title {
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .bigAdvantage__illustration img {
        position: relative;
        left: 35px;
        top: 30px;
    }
}

@media (max-width: 767px) {
    .bigAdvantagesSliderBlock {
        gap: 40px;
    }

    .bigAdvantage__illustration img {
        height: 250px;
        left: 30px;
        top: 0;
    }

    .bigAdvantage__title {
        font-size: 28px;
        font-weight: 400;
        line-height: 100%;
    }

    .bigAdvantage__text {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }
}

/* Большой блок преимущества END */
/* End */


/* Start:/local/assets/css/components/previewPromo.css?17119620391248*/
.productPromo {
    padding-top: 100px;
    padding-bottom: 36px;
}

.productPromo__title {
    margin-bottom: 105px;
}

.productPromo__illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 105px; */
}

.productPromo__img {
    position: relative;
}

.productPromo__tag {
    color: var(--white);
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 7px 12px;
    border-radius: 10px;
    background: var(--navy-blue);
    width: fit-content;
    position: absolute;
    left: 50px;
    top: -20px;
}

.productPromo__capsuleImg {
    width: 708px;
}

@media (max-width: 1199px) {
    .productPromo {
        padding-top: 0;
        padding-bottom: 0;
    }

    .productPromo__title {
        margin-bottom: 88px;
    }

    .productPromo__illustration {
        margin-bottom: 20px;
    }

    .productPromo__img {
        width: 490px;
    }

    .productPromo__tag {
        left: -22px;
        top: -15px;
    }
}

@media (max-width: 767px) {
    .productPromo__title {
        margin-bottom: 60px;
    }

    .productPromo__tag {
        left: 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
    }
}
/* End */


/* Start:/local/assets/css/components/personPromo.css?17216442781788*/
.personPromo {
    position: relative;
    padding-top: 52px;
}

.personPromo__illustration {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.personPromo__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    bottom: 125px;
    /* left: -15px; */
}

.personPromo__title {
    width: 50%;
}

.personPromo__content--right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    bottom: 60px;
    /* right: -145px; */
    right: 0;
    width: 30%;
}

@media (max-width: 1199px) {
    .personPromo {
        padding-top: 0;
    }

    .personPromo__content {
        bottom: 47px;
        left: 0;
    }

    .personPromo__content--right {
        width: 100%;
    }

    .personPromo__content,
    .personPromo__content--right {
        position: relative;
    }

    .personPromo__title {
        width: 100%;
    }

    .personPromo__content .badgeCol,
    .personPromo__content--right .badgeCol {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    /*.personPromo__illustration {
        overflow: hidden;
    }*/

    .personPromo__illustration img {
        width: 200%;
        max-width: 200%;
    }

    .personPromo__content .badge,
    .personPromo__content--right .badge {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .personPromo__content,
    .personPromo__content--right {
        bottom: 0;
    }

    .personPromo__content .badgeCol,
    .personPromo__content--right .badgeCol {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

/*
@media (max-height: 750px) {
    .personPromo__illustration img {
        width: 90%;
    }
}*/
/* End */


/* Start:/local/assets/css/components/prebioticSphere.css?17119620391079*/
.prebiotic_sphere {
    position: relative;
    height: 7000px;
}

.prebiotic_sphere__pin {
    position: relative;
    height: calc(var(--initial-vh, 1vh) * 100);
}

.prebiotic_sphere__texts {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.prebiotic_sphere__sphere {
    position: absolute;
    bottom: -100px;
    left: 384px;
    /* transition: opacity .5s ease-in-out; */
}

.prebiotic_sphere__sphere:not(:first-child) {
    opacity: 0;
}

/* .prebiotic_sphere__sphere.visible {
    opacity: 1;
} */

.prebiotic_sphere__texts .bigAdvantage {
    position: absolute;
    bottom: 0;
    left: 0;
    /* transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .5s ease-out; */
}

.prebiotic_sphere__texts .bigAdvantage:not(:first-child) {
    transform: translate(0, 200px);
    opacity: 0;
}

/* .prebiotic_sphere__texts .bigAdvantage.visible {
    transform: translate(0, 0);
    opacity: 1;
}

.prebiotic_sphere__texts .bigAdvantage.out {
    transform: translate(0, -200px);
    opacity: 0;
} */
/* End */


/* Start:/local/assets/css/components/tilesBlock.css?17649409464625*/
.sectionWhereToBuy .tilesBlock {
    margin-bottom: 100px;
}

.sectionWhereToBuy .tilesBlock:last-child {
    margin-bottom: 0;
}

.tilesBlock {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tilesBlock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tilesBlock__title {
    font-family: Geologica;
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
}

.tilesBlock__row,
.tilesBlock__row2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tile {
    width: 305px;
    height: 120px;
    background-color: var(--white);
    border-radius: 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.tile--watchAll {
    background-color: #FF2D78;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    transition: all .3s ease;
}

.tile--watchAll:hover {
    background-color: #E90053;
}

.tile__arrow {
    transform: rotate(-45deg);
}

.tile__arrow span {
    color: var(--white);
    font-size: 12px;
}

.tile__text {
    color: var(--white);
}

.tile img {
    width: 180px;
    max-width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.tile .tile__36-6 {
    width: 80px;
}

.tile .tile__maxavit {
    width: 120px;
}

a.tile:hover {
    box-shadow: 3px 6px 26px 0px rgba(58, 172, 255, 0.09);
}

@media (max-width: 1400px) {
    .tilesBlock__row2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tile {
        width: 100%;
    }
}


@media (max-width: 1199px) {

    .tile {
        width: auto;
        height: auto;

        padding: 32px 0;
    }

    .tile img {
        width: 100px;
        max-width: 100px;
    }

    .tilesBlock__row {
        gap: 12px;
    }

    .sectionWhereToBuy .tilesBlock {
        margin-bottom: 80px;
    }

    .tilesBlock__row2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .tile .tile__36-6 {
        width: 50px;
    }

    .tile .tileUteka__text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tilesBlock {
        gap: 20px;
    }

    .tilesBlock__title {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .tilesBlock__showAll .textLink {
        white-space: nowrap;
    }

    .tilesBlock__head {
        align-items: flex-start;
        gap: 12px;
    }

    .tilesBlock__row {
        overflow-x: scroll;
    }

    .tilesBlock__row2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .tilesBlock__row2 .tile {
        width: auto;
        height: 72px;
        max-width: 100%;
        padding: 10px;
        border-radius: 8px;
    }

    .tilesBlock__row2 .tile img {
        width: 100px;
    }

    .tile {
        width: 275px;
        height: 150px;
    }

    .tile img {
        width: 150px;
        max-width: 150px;
    }

    .tilesBlock__row2 .tile .tile__36-6 {
        width: 40px;
    }

    .tilesBlock__row2 .tile .tile__maxavit {
        width: 60px;

    }
}

/* Плитка ютека */
.tileUteka {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.tileUteka img {
    width: 150px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
}

.tileUteka__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    width: 100%;
    text-align: center;
}

/* Плитка ютека END */

/* Сетка плиток */
.tilesGridBlock {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.tilesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.contentTile {
    padding: 35px 24px;
    background-color: var(--white);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contentTile__icon {
    width: 54px;
    height: 54px;
}

.contentTile__title {
    font-family: Geologica;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.contentTile__title--oneStroke {
    white-space: nowrap;
}

.contentTile__text {
    color: #646464;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .tilesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tilesGridBlock {
        gap: 30px;
    }
}

/* Сетка плиток END */
/* End */
/* /local/assets/css/components/fallingPill.css?17119620391350 */
/* /local/assets/css/components/mainBanner.css?17216442262294 */
/* /local/assets/css/components/productPreviwBlock.css?17119707531295 */
/* /local/assets/css/components/advantages.css?17119620393248 */
/* /local/assets/css/components/previewPromo.css?17119620391248 */
/* /local/assets/css/components/personPromo.css?17216442781788 */
/* /local/assets/css/components/prebioticSphere.css?17119620391079 */
/* /local/assets/css/components/tilesBlock.css?17649409464625 */
