.hero {
    border-bottom: 1px solid #d7d7d7;
}

.brands {
    padding: 0;
}

@media screen and (min-width: 801px) {
    .brands {
        padding: 0 8.333vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands {
        padding: 0 120px;
    }
}

.brands__container {
    padding: 0 0 128px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 801px) {
    .brands__container {
        padding: 0 0 12.778vw;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1440px) {
    .brands__container {
        padding: 0 0 184px;
    }
}

.brands-menu {
    width: 100%;
    padding: 80px 0 40px;
}

@media screen and (min-width: 801px) {
    .brands-menu {
        padding: 6.667vw 0;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu {
        padding: 96px 0;
    }
}

.brands-menu__container {
    width: calc(100% - 48px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .brands-menu__container {
        width: 100%;
        flex-direction: row;
        gap: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .brands-menu__container {
        gap: 24px;
    }
}

.brands-menu__brand {
    width: 100%;
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 801px) {
    .brands-menu__brand {
        flex-direction: column;
        width: 23.5%;
        gap: 40px;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__brand {
        width: 23.5%;
        gap: 40px;
    }
}

.brands-menu__brand-logo {
    width: 228px;
    height: 23px;
}

@media screen and (min-width: 801px) {
    .brands-menu__brand-logo {
        width: 15.833vw;
        height: 1.597vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__brand-logo {
        width: 228px;
        height: 23px;
    }
}

.brands-menu__brand-logo--and-meu {
    width: 130px;
    height: 34px;
}

@media screen and (min-width: 801px) {
    .brands-menu__brand-logo--and-meu {
        width: 9.028vw;
        height: 2.361vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__brand-logo--and-meu {
        width: 130px;
        height: 34px;
    }
}

.brands-menu__brand-logo--enavis {
    width: 203px;
    height: 28px;
}

@media screen and (min-width: 801px) {
    .brands-menu__brand-logo--enavis {
        width: 14.097vw;
        height: 1.944vw;
    }
}

@media screen and (min-width: 1440px) {
    .brands-menu__brand-logo--enavis {
        width: 203px;
        height: 28px;
    }
}

.brands-menu__brand-logo--lantelno {
    width: 136px;
    height: 126px;
}

@media screen and (min-width: 801px) {
    .brands-menu__brand-logo--lantelno {
        width: 9.444vw;
        height: 8.75vw;
    }
}

@media screen and (min-width: 1440px) {
    .brands-menu__brand-logo--lantelno {
        width: 136px;
        height: 126px;
    }
}

.brands-menu__brand-logo--lulu-kushel {
    width: 168px;
    height: 91px;
}

@media screen and (min-width: 801px) {
    .brands-menu__brand-logo--lulu-kushel {
        width: 11.667vw;
        height: 6.319vw;
    }
}

@media screen and (min-width: 1440px) {
    .brands-menu__brand-logo--lulu-kushel {
        width: 168px;
        height: 91px;
    }
}

.brands-menu__link {
    width: 100%;
    display: flex;
}

@media screen and (min-width: 801px) {
    .brands-menu__link {
        flex-direction: column;
        width: 23.5%;
        gap: 40px;
    }
}

@media screen and (min-width: 1440px) {
    .brands-menu__link {
        width: 23.5%;
        gap: 40px;
    }
}

.brands-menu__link-wrap {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (min-width: 801px) {
    .brands-menu__link-wrap {
        gap: 0.833vw;
    }
}

@media screen and (min-width: 1440px) {
    .brands-menu__link-wrap {
        gap: 12px;
    }
}

.brands-menu__link-wrap a {
    color: #251e1c;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .brands-menu__link-wrap a {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__link-wrap a {
        font-size: 14px;
    }
}

.brands-menu__concept {
    width: 100%;
    display: flex;
    gap: 0;
}

@media screen and (min-width: 801px) {
    .brands-menu__concept {
        width: 40.9vw;
        flex-direction: column;
        gap: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__concept {
        widtH: 43.05vw;
        gap: 40px;
    }
}

.brands-menu__concept-wrap {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .brands-menu__concept-wrap {
        width: 100%;
        gap: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__concept-wrap {
        gap: 16px;
    }
}

.brands-menu__concept-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .brands-menu__concept-title {
        font-size: 1.389vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__concept-title {
        font-size: 20px;
    }
}

.brands-menu__concept-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .brands-menu__concept-text {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__concept-text {
        font-size: 16px;
    }
}

.brands-menu__title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    width: 80px;
    padding-top: 4px;
}

@media screen and (min-width: 801px) {
    .brands-menu__title {
        width: fit-content;
        font-size: 0.972vw;
        padding-top: 0;
    }
}
@media screen and (min-width: 1440px) {
    .brands-menu__title {
        font-size: 14px;
    }
}


.image-section {
    width: 100%;
    display: flex;
    justify-content: center;
}   

@media screen and (min-width: 801px) {
    .image-section {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 1440px) {
    .image-section {
        justify-content: flex-end;
    }
}

.image-section__image {
    width: 91.467vw;
    height: 91.467vw;
    background-image: url('../images/brands/lebena-organic/image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (min-width: 801px) {
    .image-section__image {
        width: 70.417vw;
        height: 39.1vw;
    }
}
@media screen and (min-width: 1440px) {
    .image-section__image {
        width: 70.417vw;
        height: 39.1vw;
    }
}

.image-section__image--and-meu {
    background-image: url('../images/brands/and-meu/image.jpg');
}

.image-section__image--enavis {
    background-image: url('../images/brands/enavis/image.jpg');
}

.image-section__image--lantelno {
    background-image: url('../images/brands/lantelno/image.jpg');
}

.image-section__image--lulu-kushel {
    background-image: url('../images/brands/lulu-kushel/image.jpg');
}

.product {
    width: 100%;
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .product {
        padding: 0;
    }
}

.product__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 152px 0;
}

@media screen and (min-width: 801px) {
    .product__container {
        gap: 4.444vw;
        padding: 10.556vw 0;
    }
}
@media screen and (min-width: 1440px) {
    .product__container {
        gap: 64px;
        padding: 152px 0;
    }
}

.product__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .product__title-wrap {
        gap: 2.778vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__title-wrap {
        gap: 40px;
    }
}

.product__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

@media screen and (min-width: 801px) {
    .product__title {
        font-size: 4.444vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__title {
        font-size: 64px;
    }
}

.product__title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.product__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .product__row {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: unset;
        row-gap: 4.44vw;
    }
}

@media screen and (min-width: 1440px) {
    .product__row {
        row-gap: 64px;
    }
}

.product__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .product__item {
        width: calc((100% - 64px) / 2);
        gap: 1.667vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item {
        gap: 24px;
    }
}

.product__item-image {
    width: 100%;
    height: auto;
}

.product__item-image img {
    border-radius: 5px;
}

.product__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 801px) {
    .product__item-content {
        gap: 0.694vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item-content {
        gap: 10px;
    }
}

.product__item-subtitle {
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .product__item-subtitle {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item-subtitle {
        font-size: 14px;
    }
}

.product__item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .product__item-title {
        line-height: 1.88;
        font-size: 1.527vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item-title {
        font-size: 22px;
    }
}

.product__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .product__item-text {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item-text {
        font-size: 16px;
    }
}

.product__item-text-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .product__item-text-small {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item-text-small {
        font-size: 14px;
    }
}
.product__item-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
   
}

@media screen and (min-width: 801px) {
    .product__item-list {
        gap: 0.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .product__item-list {
        gap: 8px;
    }
}

.product__item-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding-left: 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .product__item-list li {
        font-size: 0.972vw;
        padding-left: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .product__item-list li {
        font-size: 14px;
        padding-left: 16px;
    }
}

.product__item-list li:nth-child(1)::before {
    content: '1.';
    position: absolute;
    left: 0;
    top: 0;
}

.product__item-list li:nth-child(2)::before {
    content: '2.';
    position: absolute;
    left: 0;
    top: 0;
}

.product__item-list li:nth-child(3)::before {
    content: '3.';
    position: absolute;
    left: 0;
    top: 0;
}

.links {
    width: 100%;
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .links {
        padding: 0;
    }
}

.links__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.links__official {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 64px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .links__official {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 5.556vw 5.417vw;
        gap: unset;
    }
}
@media screen and (min-width: 1440px) {
    .links__official {
        padding: 80px 78px;
    }
}

.links__official-title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .links__official-title-wrap {
        width: fit-content;
        gap: 1.667vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-title-wrap {
        gap: 24px;
    }
}

.links__official-title {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .links__official-title {
        font-size: 3.333vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-title {
        font-size: 48px;
        text-align: left;
    }
}

.links__official-title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.links__official-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .links__official-text {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-text {
        font-size: 16px;
    }
}

.links__official-link-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .links__official-link-wrap {
        gap: 0.556vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-link-wrap {
        gap: 8px;
    }
}

.links__official-link-wrap .button {
    padding: 24px 100px 24px 24px;
    width: 100%;
}

@media screen and (min-width: 801px) {
    .links__official-link-wrap .button {
        padding: 2.361vw 0 2.361vw 4.444vw;
        width: 37.847vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-link-wrap .button {
        padding: 34px 0 34px 64px;
        width: 545px;
    }
}

.links__official-link-wrap .button::before {
    top: 22.5px;
}

@media screen and (min-width: 801px) {
    .links__official-link-wrap .button::before {
        top: 2.361vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-link-wrap .button::before {
        top: 34px;
    }
}

.links__official-link-wrap .button::after {
    top: 32px;
}

@media screen and (min-width: 801px) {
    .links__official-link-wrap .button::after {
        top: 2.916vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__official-link-wrap .button::after {
        top: 42px;
    }
}

.links__back {
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 78px;
}

@media screen and (min-width: 801px) {
    .links__back {
        padding: 2.778vw 5.417w;
    }
}
@media screen and (min-width: 1440px) {
    .links__back {
        padding: 40px 78px;
    }
}

.links__back .simple-button__row {
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .links__back .simple-button__row {
        gap: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__back .simple-button__row {
        gap: 16px;
    }
}

.links__back-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 801px) {
    .links__back-text {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__back-text {
        font-size: 16px;
    }
}
/*
.links__back-btn {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #251E1C;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 801px) {
    .links__back-btn {
        font-size: 0.972vw;
    }
}
@media screen and (min-width: 1440px) {
    .links__back-btn {
        font-size: 14px;
    }
}
*/