
/* nutrition styles
--------------------------------------------- */
.bath_complex + .nutrition {
    margin-top: 16px;
}

.nutrition {
    margin-top: 80px;
    color: #fff;
    position: relative;
}

.nutrition:first-child {
    margin-top: 80px;
}

.nutrition .section__title {
    color: var(--pure-white);
    font-size: 60px;
    font-weight: 300;
    line-height: 1.05;
}

.nutrition .container {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nutrition .section-image {
    position: absolute;
    z-index: -1;
    left: 16px;
    right: 16px;
    top: 0;
    bottom: 0;
    border-radius: 32px;
    overflow: hidden;
}

.nutrition .section-image::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.nutrition .section-image img {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nutrition .section-image .video-custom {
    position: relative;
    z-index: 2;
    height: 100%;
    object-position: center bottom;
}

.nutrition .section__title {
    max-width: 900px;
    margin-bottom: 16px;
}

.nutrition .button__custom {
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
}

.nutrition .button__custom span.mobile {
    display: none;
}

.nutrition .section__title-additional {
    margin-top: 290px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.021px;
    max-width: 380px;
}

@media screen and (max-width: 991px) {
    .bath_complex + .nutrition {
        margin-top: 28px;
    }
    .nutrition {
        margin-top: 40px;
    }
    .nutrition:first-child {
        margin-top: 40px;
    }
    .nutrition .container {
        padding-left: 60px;
        padding-right: 60px;
        min-height: 1037px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .nutrition .section__title {
        font-size: 49px;
        max-width: 450px;
    }
    .nutrition .section-image {
        left: 28px;
        right: 28px;
    }
    .nutrition .section__title-additional {
        margin-top: 0;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 140% */
        letter-spacing: 0.03px;
        max-width: 490px;
    }
    .nutrition .button__custom span {
        display: none;
    }
    .nutrition .button__custom span.mobile {
        display: inline;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .nutrition .button__custom:not(:hover) {
        color: #404041 !important;
        background-color: #F7F6F6;
        border-color: rgba(64, 64, 65, 0.1);
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 768px) {
    .nutrition .section__title-additional {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    /**/
}

@media screen and (max-width: 576px) {
    .bath_complex + .nutrition {
        margin-top: 32px;
    }
    .nutrition {
        margin-top: 40px;
    }
    .nutrition:first-child {
        margin-top: 40px;
    }
    .nutrition .section-image {
        left: 4px;
        right: 4px;
    }
    .nutrition .container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px;
        padding-bottom: 420px;
        display: block;
        min-height: 0;
    }
    .nutrition .section__title {
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 123.077% */
        max-width: 240px;
    }
    .nutrition .button__custom {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 16px;
    }
    .nutrition .section__title-additional {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.25px;
        max-width: none;
        margin-right: -10px;
    }
}
