.footer-main__container>p{
    margin: 0 auto;
}

.homepage__section-h1{
    font-size: 22px;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}

/* header.main.menu - START */
.header-main__catalog-link {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    background: #000000;
    text-transform: uppercase;
    font-family: var(--font-futura-cond);
    letter-spacing: 0.05em;
    padding: 8px 20px;
}

.header-main__catalog-link:hover {
    --cl-blue: #64c7c3;
    background-color: var(--cl-blue);
    color: #fff;
}

.header-main__catalog-link svg {
    margin-right: 10px;
}

.header-main__menu {
    padding-top: 0;
}

.header-main__menu-link {
    margin-top: 17px;
    margin-bottom: 16px;
}
/* header.main.menu - FINISH */

/* header.menu.brands - START */
.brands-preview__all {
    --gs: 8px;
    color: #fff;
    min-width: calc(var(--gs) * 25);
    padding: calc(var(--gs) + 2px) var(--gs);
    margin-top: var(--gs);
}
.brands-preview__all:hover {
    opacity: .8;
    color: #fff;
}
.brands-preview__all--eau-thermale-avene {
    background: #FF887D;
}
.brands-preview__all--ducray {
    background: #007C9E;
}
.brands-preview__all--klorane {
    background: #006443;
}
.brands-preview__all--a-derma {
    background: #c2d450;
}
.brands-preview__text {
    margin-bottom: calc(var(--gs) * 5);
}

.brands-preview__row {
    margin-top: calc(var(--gs) * 3);
    margin-bottom: 0;
    align-items: flex-start;
    flex-direction: column;
}

.brands-preview__row a + a {
    margin-top: 24px;
}

.brands-preview__row a {
    color: #000000;
    font-weight: 700;
}

.footer-main__contacts {
    max-width: 225px;
    margin-left: auto;
    text-align: right;
}

@media (min-width: 1024px) {
    .catalog-brands-mb {
        display: none;
    }
}
/* header.menu.brands - FINISH */