

/* Start:/local/templates/new_design/components/bitrix/news/reviews/bitrix/news.detail/.default/style.css?17830855532701*/

.c-review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-review__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-review__author-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.c-review__author-photo img, .c-review__author-photo svg, .c-review__author-photo picture {
    border-radius: 50%;
}

.c-review__author-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-review__author-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 16px;
    line-height: 1.4em;
}

.c-review__rating {
    margin-left: auto;
}

.c-review__content-text {
    margin-bottom: 16px;
}

.c-review__content-gallery img {
    max-width: 100%;
}

.c-review__answer {
    position: relative;
    padding: 40px 74px;
    color: var(--black);
    background-color: #D7EFEC;
    line-height: 1.4em;
}

.c-review__answer::after {
    content: "";
    border: 5px solid transparent;
    border-bottom: 5px solid #d7efec;
    border-left: 5px solid #d7efec;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 0;
}

.c-review__answer b {
    color: var(--secondary-color);
}

.c-review__answer--right {
    margin-left: 71px;
}

@media (max-width: 767.98px) {
    .c-review__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-review__author {
        margin-bottom: 20px;
    }

    .c-review__rating {
        margin-left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-review__answer {
        padding: 25px;
    }

    .c-review__answer--right {
        margin-left: 25px;
    }

    .c-review__back .c-button {
        width: 100%;
    }
}
/* End */
/* /local/templates/new_design/components/bitrix/news/reviews/bitrix/news.detail/.default/style.css?17830855532701 */
