/************************************************/

.push-beauty-expert {
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
}

.push-beauty-expert * {
    box-sizing: border-box;
}

/************************************************/
.push-beauty-expert {
    margin: 20px auto;
    --SCALE-TITLE: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBF6F3;
    border-radius: 5px;
    overflow: hidden;
    width: calc(100% - 40px);
}


.push-beauty-expert__cta {
    position: relative;
    background-color: #fff !important;
    display: inline-block;
    color: #333;
    padding: 14px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    border: 1px solid #b0a9a5;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    white-space: nowrap;
}


.push-beauty-expert__cta:hover {
    border: 1px solid #797674;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}


.push-beauty-expert__cta:active {
    border: 1px solid #333 !important;
}


.push-beauty-expert__cta:focus {
    border: 1px solid #b0a9a5;
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.push-beauty-expert__visual {
    display: block;
    max-width: 600px;
    width: 58%;
}

.push-beauty-expert__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.push-beauty-expert__wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.push-beauty-expert__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 220px;
}

.push-beauty-expert__title {
    margin: 0 !important;
    color: #333;
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
    white-space: nowrap;
    font-size: 0;
    height: calc(68px * var(--SCALE-TITLE));
    text-align: center;
    position: relative;
}

.push-beauty-expert__title span {
    font-size: calc(76px * var(--SCALE-TITLE));
    line-height: calc(50px * var(--SCALE-TITLE));
    letter-spacing: -0.02em;
}

.push-beauty-expert__title small {
    position: absolute;
    bottom: calc(-4px * var(--SCALE-TITLE));
    right: calc(-9px * var(--SCALE-TITLE));
    font-size: calc(11px * var(--SCALE-TITLE));
    line-height: calc(16px * var(--SCALE-TITLE));
    letter-spacing: calc(9px * var(--SCALE-TITLE));
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: right;
    display: inline-block;
}

.push-beauty-expert__title span:first-child {
    color: #B40024;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: calc(60px * var(--SCALE-TITLE));
}

.push-beauty-expert__text {
    margin: 24px 0;
    text-align: left;
}

@media(max-width:761px) {
    .push-beauty-expert {
        flex-direction: column;
    }

    .push-beauty-expert__visual {
        width: 100%;
    }

    .push-beauty-expert__wrapper {
        padding: 30px 0;

    }

    .push-beauty-expert__content {
        align-items: center;
        text-align: center;

    }
}

#BLOCK-CATEGORY-LINKS {
    display: none !important;
}

.MyContent .Article-Breadcrumb p.TextLink {
    display: none !important;
}

.Article-Breadcrumb .ShareLink{
    display: none;
}

.push-beauty-expert {
    margin: 100px auto 20px;
}