

/* Start:/local/templates/main/components/bitrix/news.detail/my-skin-my-story/style.css?17618174037001*/
.my-skin-my-story-element {
    max-width: 1920px;
    margin: 0 auto;
}

.my-skin-my-story-element__text-container {
    max-width: 995px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.my-skin-my-story-element__block-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}


.my-skin-my-story-element p {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.my-skin-my-story-element__top-block {
    width: 100%;
    display: flex;
    position: relative;
}

.my-skin-my-story-element__top-block .my-skin-my-story-element__left-block-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.my-skin-my-story-element__top-block .my-skin-my-story-element__left-block-container .my-skin-my-story-element__text-container {
    position: absolute;
}

.my-skin-my-story-element__left-block {
    flex: 1 0 50%;
    background-color: #ebe2d9;
    min-height: 150px;
}

.my-skin-my-story-element__image-block {
    flex: 1 0 50%;
}

.my-skin-my-story-element__hero-block,
.my-skin-my-story-element__skin-changed,
.my-skin-my-story-element__video,
.my-skin-my-story-element__after-participant {
    margin-top: 60px;
}

.my-skin-my-story-element__title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.my-skin-my-story-element__hero-name {
    font-size: 60px;
    line-height: 78px;
    font-weight: bold;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    text-transform: uppercase;
    text-align: left;
    min-height: 240px;
    margin: 0;
}

.my-skin-my-story-element__hero-name,
.my-skin-my-story-element__title {
    width: 50%;
}

.my-skin-my-story-element__text {
    margin: 60px 0 0 0;
}

.my-skin-my-story-element__text-title {
    font-size: 22px;
    line-height: 30px;
}

.my-skin-my-story-element__skin-changed h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
}

.my-skin-my-story-element__video {
    width: 100%;
}

.my-skin-my-story-element__video iframe {
    aspect-ratio: 1/.64;
    width: 100%;
}

.my-skin-my-story-element__quote {
    font-size: 22px;
    line-height: 30px;
    position: relative;
    margin-top: 30px;
    display: block;
}

.my-skin-my-story-element__quote::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: -50px;
    background-image: url('/local/templates/main/components/bitrix/news.detail/my-skin-my-story/../../../../img/icons/quotation.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.my-skin-my-story-element__after-expert {
    display: flex;
    margin-top: 120px;
}

.my-skin-my-story-element__after-expert .my-skin-my-story-element__image {
    flex: 1 1 50%;
}

.my-skin-my-story-element__after-expert .my-skin-my-story-element__image img {
    width: 100%;
}

.my-skin-my-story-element__after-expert .my-skin-my-story-element__text {
    flex: 1 1 55%;
    padding: 90px;
    margin: -43px 0 43px -53px;
    background-color: #EBE2D9;
}

.my-skin-my-story-element__products {
    margin-top: 80px;
}

.my-skin-my-story-element__products h3 {
    text-align: center;
}

.my-skin-my-story-element__care-programm {
    background-color: #EFEFF0;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1400px;
    margin: 80px auto 50px auto;
}

.my-skin-my-story-element__care-programm .my-skin-my-story-element__programm-items ol {
    counter-reset: care-programm-counter;
}

.my-skin-my-story-element__care-programm .my-skin-my-story-element__programm-items li {
    position: relative;
    counter-increment: care-programm-counter;
    margin-top: 30px;
}

.my-skin-my-story-element__care-programm .my-skin-my-story-element__programm-items li::before {
    content: counter(care-programm-counter);
    left: -47px;
    width: 36px;
    font-size: 15px;
    font-weight: 700;
    top: -5px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {

    .my-skin-my-story-element__care-programm .my-skin-my-story-element__programm-items li::before {
        position: relative;
        display: inline-flex;
        left: 0;
        top: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .my-skin-my-story-element__hero-name {
        font-size: 50px;
        line-height: 62px;
        min-height: 150px;
    }

    .my-skin-my-story-element__after-expert {
        flex-direction: column;
        margin-top: 40px;
    }

    .my-skin-my-story-element__after-expert .my-skin-my-story-element__text {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .my-skin-my-story-element__hero-block,
    .my-skin-my-story-element__skin-changed,
    .my-skin-my-story-element__video,
    .my-skin-my-story-element__after-participant  {
        margin-top: 40px;
    }

    .my-skin-my-story-element__hero-name,
    .my-skin-my-story-element__title {
        width: 100%;
    }

    .my-skin-my-story-element__top-block .my-skin-my-story-element__left-block-container {
        position: relative;
        margin-top: 20px;
    }

    .my-skin-my-story-element__top-block .my-skin-my-story-element__left-block-container .my-skin-my-story-element__text-container {
        position: relative;
    }

    .my-skin-my-story-element__top-block {
        flex-direction: column;
    }

    .my-skin-my-story-element__left-block,
    .my-skin-my-story-element__image-block {
        flex: 1 1 100%;
    }

    .my-skin-my-story-element__left-block {
        order: 1;
    }

    .my-skin-my-story-element__hero-name {
        font-size: 40px;
        min-height: 120px;
    }

    .my-skin-my-story-element__after-participant {
        display: flex;
        flex-direction: column;
    }

    .my-skin-my-story-element__quote {
        margin-top: 0;
    }

    .my-skin-my-story-element__quote::before {
        left: 0;
        position: relative;
        display: block; 
        margin-top: 10px;
        margin-bottom: 10px;  
    }

    .my-skin-my-story-element__after-expert .my-skin-my-story-element__text {
        padding: 40px 20px;
    }

    .my-skin-my-story-element__care-programm {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 576px) {
    .my-skin-my-story-element {
        max-width: 100%;
        margin: auto;
    }

    .my-skin-my-story-element__text {
        margin: 40px 0 0 0;
    }

    .my-skin-my-story-element__video {
        margin-top: 40px;
    }

    .my-skin-my-story-element__products {
        margin-top: 60px;
    } 

    .my-skin-my-story-element__block-container {
        padding-left: 0;
        padding-right: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/ersta/rating/card/style.css?1717414348213*/
.product-stars-rop-wrapper {
    display: flex;
}
.productCard .product-stars-rop-wrapper .product-stars {
    margin-bottom: 0;
}
.productCard .product-stars-rop-wrapper .product-stars li{
    line-height: 1.5;
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/my-skin-my-story/style.css?17618174037001 */
/* /local/templates/main/components/ersta/rating/card/style.css?1717414348213 */
