*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

html,
body {
    height: 100%;
    line-height: 1;
}

body {
    font-family: Poppins, serif;
    font-size: 16px;
    color: #FFFFFF;
}

/*==================================*/
.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

[class*="__container"] {
    max-width: 1305px;
    margin: 0 auto;
    padding: 0 15px;
}

/*==================================*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.95);
}

.header__content {
    display: flex;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 15px;
    align-items: center;
    min-height: 68px;
    justify-content: space-between;
}

.header__menu {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.menu__list {
    display: flex;
    gap: 33px;
}

.menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu__link {
    font-family: Inter, serif;
    font-weight: 400;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    transition: color 0.3s ease;
}


.btn {
    border: none;
    font-family: Inter, serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: black;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
}

/* Бургер меню */
.burger-toggle {
    display: none;
}

.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: #000;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/*==================================*/
.main {
    flex: 1 1 auto;
}

.picture {
    display: flex;
    margin-top: 68px;
}

.picture img {
    width: 100%;
    max-height: 595px;
    overflow: hidden;
}

/*==================================*/
.healthy {
    margin-top: 74px;
}

.healthy__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.healthy__title {
    max-width: 400px;
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.healthy__content {
    max-width: 560px;
}

.healthy__text {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.healthy__buttons {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/*==================================*/
.revolutionize {
    margin-top: 80px;
    background: #F9F8FE;
}

.revolutionize__container {
    display: flex;
    padding: 112px 0;
    gap: 90px;
    flex-wrap: wrap;
}

.revolutionize__content {
    max-width: 599px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
}

.revolutionize__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.text__typography {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.text__title {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.text__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.revolutionize__info {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.revolutionize__explore {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.explore__title {
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
}

.explore__subtitle {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.revolutionize__inspire {
    max-width: 290px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.inspire__title {
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
}

.inspire__subtitle {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.revolutionize__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.buttons__learn {
    padding: 12px 24px;
    font-family: Inter, serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 8px;
}
.buttons__signUp {
    display: flex;
    gap: 15px;
    align-items: center;
}

.button {
    font-family: Inter, serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.buttons__signup {
    background: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #000000;
}

.buttons__signUp div {
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    rotate: 45deg;
}

.revolutionize__image {
    max-width: 601px;
    max-height: 601px;
    flex: 1;
}

.revolutionize__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*==================================*/
.discover {
    margin: 108px 0;
}

.discover__container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.discover__content {
    max-width: 848px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.discover__text {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.discover__info {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.discover__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.discover__cards {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
}

.discover__card {
    max-width: 395px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 300px;
}

.card__img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.card__title {
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
}

.card__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.discover__buttons {
    display: flex;
    gap: 16px;
}

/*==================================*/
.secrets {
    padding: 112px 0;
    background: #F9F8FE;
}

.secrets__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.secrets__content {
    max-width: 599px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
}

.secrets__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.secrets__text {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.secrets__title {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.secrets__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.secrets__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.secrets__image {
    flex: 1;
    max-width: 601px;
}

.secrets__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*==================================*/
.lifeblend {
    margin: 94px 0;
}

.lifeblend__container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.lifeblend__title {
    text-align: center;
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.lifeblend__cards {
    display: flex;
    gap: 48px;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
}

.lifeblend__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 395px;
    flex: 1;
    min-width: 300px;
}

.card__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.card__title {
    text-align: center;
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
}

.card__description {
    text-align: center;
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

/*==================================*/
.impact {
    background: #F9F8FE;
    padding: 112px 0;
}

.impact__container {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.impact__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
}

.impact__info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.impact__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.impact__title {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 51px;
    line-height: 128%;
    color: #000000;
}

.impact__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.impact__blocks {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.impact__block {
    max-width: 292px;
    flex: 1;
    min-width: 250px;
}

.block__title {
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 160%;
    color: #000000;
}

.block__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.impact__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.impact__image {
    flex: 1;
    max-width: 601px;
}

.impact__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*==================================*/
.updates {
    margin: 109px 0;
}

.updates__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.updates__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
    text-align: center;
}

.updates__title {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.updates__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.updates__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.updates__search {
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 12px 120px 12px 16px;
}

.updates__subtitle {
    margin-top: 16px;
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #676767;
    text-align: center;
}

/*==================================*/
.connect {
    background: #F9F8FE;
    padding: 90px 0;
}

.connect__container {
    display: flex;
    gap: 80px;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.connect__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
}

.connect__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.connect__text {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.connect__title {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 128%;
    color: #000000;
}

.connect__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}

.connect__share {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.share__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.share__title {
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
}

.share__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.share__connect {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.email {
    text-decoration: underline;
}

.connect__image {
    flex: 1;
    max-width: 601px;
}

.connect__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*==================================*/
.footer {
    background: #F9F8FE;
    padding: 164px 0;
}

.footer__container {
    display: flex;
    gap: 80px;
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    max-width: 599px;
    gap: 16px;
}

.footer__logo {
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 128%;
    color: #000000;
}

.footer__description {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}
.footer__search{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.footer__search input {
    padding: 12px 340px 12px 16px;
    border: 1px solid #000000;
    border-radius: 8px;
    margin-right: 16px;
}

.footer__substring {
    margin-top: 16px;
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #676767;
}

.footer__columns {
    display: flex;
    gap: 66px;
    flex-wrap: wrap;
}

.footer__column {
    display: flex;
    flex-direction: column;
}

.column__title {
    font-family: Poppins, serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 24px;
}

.column__link {
    font-family: Poppins, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    display: flex;
    gap: 8px;
}

.column__link:not(:last-child) {
    margin-bottom: 16px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
}

/*==================================*/

@media (max-width: 1200px) {
    .healthy__container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    .healthy__title {
        max-width: 100%;
    }

    .revolutionize__container,
    .secrets__container,
    .impact__container,
    .connect__container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .revolutionize__info {
        justify-content: center;
    }

    .impact__blocks {
        margin: 0 auto;
    }

    .impact__buttons {
        margin: 0 auto;
    }

    .connect__share {
        align-items: center;
    }

    .footer__container {
        flex-direction: column;
        gap: 40px;
    }

    .footer__columns {
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header__content {
        flex-wrap: wrap;
    }

    .header__button {
        order: 2;
    }

    .discover__cards,
    .lifeblend__cards {
        gap: 30px;
    }

    .impact__blocks {
        justify-content: center;
    }

    .updates__buttons {
        flex-direction: column;
        align-items: center;
    }

    .updates__search {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .menu__list {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 80px;
        gap: 30px;
        transition: right 0.3s ease;
        z-index: 99;
    }

    .burger-toggle:checked ~ .menu__list {
        right: 0;
    }

    .burger-toggle:checked ~ .burger-menu span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-toggle:checked ~ .burger-menu span:nth-child(2) {
        opacity: 0;
    }

    .burger-toggle:checked ~ .burger-menu span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .menu__link {
        font-size: 18px;
        padding: 10px 0;
    }

    .header__button {
        margin-left: auto;
    }

    .healthy__title,
    .text__title,
    .discover__info,
    .secrets__title,
    .lifeblend__title,
    .impact__title,
    .updates__title,
    .connect__title {
        font-size: 32px;
    }

    .healthy__text,
    .text__description,
    .discover__description,
    .secrets__description,
    .impact__description,
    .updates__description,
    .connect__description {
        font-size: 16px;
    }

    .card__title,
    .explore__title,
    .inspire__title,
    .share__title {
        font-size: 18px;
    }

    .card__description,
    .explore__subtitle,
    .inspire__subtitle,
    .share__description {
        font-size: 14px;
    }

    .healthy__buttons,
    .revolutionize__buttons,
    .discover__buttons,
    .secrets__buttons,
    .impact__buttons {
        justify-content: center;
    }

    .revolutionize__info {
        flex-direction: column;
        align-items: center;
    }
    .buttons__sign{
        width: 100%;
    }
    .footer__search input {
        width: 100%;
        margin-bottom: 20px;
    }
    .buttons__subscribe{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .picture {
        margin-top: 60px;
    }

    .picture img {
        max-height: 300px;
    }

    .healthy,
    .revolutionize,
    .discover,
    .secrets,
    .lifeblend,
    .impact,
    .updates,
    .connect {
        margin: 40px 0;
    }

    .revolutionize,
    .secrets,
    .impact,
    .connect {
        padding: 40px 0;
    }

    .footer {
        padding: 60px 0;
    }

    .discover__container,
    .lifeblend__container {
        gap: 40px;
    }

    .revolutionize__content,
    .secrets__content,
    .impact__content,
    .connect__content {
        gap: 30px;
    }

    .updates__content {
        margin-bottom: 30px;
    }

    .footer__content {
        gap: 30px;
    }

    .footer__columns {
        gap: 30px;
    }

    .menu__list {
        width: 100%;
    }

    .header__content {
        padding: 0 10px;
    }

    [class*="__container"] {
        padding: 0 10px;
    }
    .footer__search input {
        width: 50%;
    }
    .buttons__subscribe{
        width: 50%;
    }
    .footer__search input{
        max-width: 458px;
        padding-right: 20px;
    }

}

@media (max-width: 400px) {
    .healthy__title,
    .text__title,
    .discover__info,
    .secrets__title,
    .lifeblend__title,
    .impact__title,
    .updates__title,
    .connect__title {
        font-size: 28px;
    }

    .block__title {
        font-size: 42px;
    }

    .buttons__learn,
    .buttons__signUp,
    .btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .footer__column {
        min-width: 120px;
    }

    .buttons__subscribe{
        width: 50%;
    }
    .footer__search input{
        width: 458px;
    }
}
