

/* Start:/local/templates/fences24/components/bitrix/news.list/reviews/style.css?17074642482877*/
.prelist {
    margin: 0 10px;
    background: white;
    border-top-left-radius: 18px;
    width: 100%;
    border-top-right-radius: 18px;
    box-sizing: border-box;
    padding: 14px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
}

.prelist .review-get-form {
    margin: unset;
}

.sort-block {
    display: flex;
    align-items: center;
}

.sort-block__title {
    font-weight: 600;
    margin-right: 20px;
}

.sort-block__wrap input {
    display: none;
}

.sort-block__wrap input:checked+label {
    font-weight: 600;
    color: #006F3E;
}

.sort-block__wrap input+label {
    margin-right: 5px;
    margin-bottom: 0;
    cursor: pointer;
}

.reviews__wrap {}

.reviews__info {
    margin-right: 10px;
    vertical-align: top;
    background: white;
    padding-left: 20px;
    min-width: 356px;
}

.infotext {
    margin-top: 20px;
}

.resraiting {
    text-align: center;
}

.reviews__body {
    display: flex;
}

.reviews__body .reviews__slide {
    margin-right: 0;
}

.answer__left img {
    width: 61px;
    border: 1px solid lightgray;
    padding: 26px 5px;
    border-radius: 28px;
}

.answer {
    display: flex;
    margin: 10px 0 0 40px;
}

.answer__title {
    font-weight: 800;
    margin-bottom: 5px;
}

.answer__right {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.answer__body {
    border-left: 1px solid lightgray;
    margin: 10px 0 0 61px;
    padding-left: 15px;
}


@media (max-width: 992px) {
    .prelist {
        display: block;
    }

    .prelist .review-get-form {
        margin: 10px auto;
    }

    .reviews__body {
        flex-wrap: wrap;
    }

    .reviews__body .reviews__slide {
        margin-right: 10px;
    }
}

.ratingdetails {
    margin: 10px 5px;
    border-top: 1px solid lightgray;
    padding-top: 15px;
}

.ratingline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ratingline .line {
    height: 5px;
    background: lightgray;
    border-radius: 10px;
    margin: 0 5px;
    position: relative;
    width: calc(100% - 100px);
}

.goldline {
    background: gold;
    position: absolute;
    z-index: 1;
    height: 5px;

}

.ratingtext {
    font-size: 14px;
}
.ratingtext__left {
    min-width: 65px;
}

.strong {
    font-weight: 600;
}

.bigphoto.reviews__slide_body_row-photos_item {
    width: 500px;
    height: 300px;
    margin-bottom: 10px;
    max-width: 100%;
}

@media (max-width: 992px) { 
    .bigphoto.reviews__slide_body_row-photos_item {
        width: 100%;
    }

    .reviews__info {
        margin-left: 10px;
    }

    .answer {
        margin: 10px 0 0 0px; 
    }

    .answer__body {
        margin: 10px 0 0 30px;
    }
}
/* End */
/* /local/templates/fences24/components/bitrix/news.list/reviews/style.css?17074642482877 */
