/**
 * Theme Name: Nudefood
 * Author: 7SITE
 * Version: 1.0
**/
section.popular-diets {
    padding: 120px 0;
    position: relative;
}
section.popular-diets:before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #F9FAF8;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: -1;
    position: absolute;
}
.home-page .popular-diets {
    margin-bottom: 0;
}
.home-page .popular-diets__item {
    margin-top: 100px;
}
.home-page .popular-diets__title {
    margin-bottom: 0;
}
.home-page .how-it-works {
    margin-bottom: 0;
}

.trust-us__title {
    margin-bottom: 25px;
}
.trust-us {
    margin-bottom: 50px;
}
.tul-img,
.tul-img p {
    cursor: pointer;
    font-weight: normal;
    color: #191919 !important;
}

body.home #calculator .zag,
body.home #calculator .zag-min {
    text-align: center;
}


@media only screen and (max-width: 1024px) {
    .home-page .popular-diets__item {
        margin-top: 0;
    }
    .home-page .popular-diets__title {
        margin-bottom: 30px;
    }
    section.popular-diets {
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 778px) {
    .trust-us__wrap {
        flex-direction: column;
    }
    .home-page .in-numbers {
        margin-top: 150px;
    }
    .trust-us__title {
        font-size: 1.5rem;
    }
    .home-page .popular-diets__item-content {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .home-page .popular-diets__item-title {
        top: 55px;
    }
    .home-page .popular-diets__item {
        margin-bottom: 70px;
    }
    .home-page .popular-diets__button {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 40.06125em) {
    .home-page .food-slider .food-slide {
        height: 950px;
    }
}