

/* Start:/local/templates/vsepamyatniki_v2/components/bitrix/news.list/reviews/style.css?17111158512361*/
.stars-filter .stars {
    margin-left: unset;
}
.stars {
    color: #52ac62;
    font-size: 22px;
}
.stars .star {
    float: left;
}
.stars .star polygon {
    fill: #d8d8d8;
}

.stars[data-stars] .star polygon {
    fill: #00ae5d;
}
.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
    fill: #d8d8d8;
}
.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
    fill: #d8d8d8;
}

.feed_tile {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.feed_tile__item {
    width: calc(33.3333% - 22px);
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 32px;
    border: 1px solid #d0d0d0;
    border-radius: 30px;
}
.feed_tile__item:nth-child(3n+3) {
    margin-right: 0;
}
.feed_tile__item .date {
    font-size: 14px;
    margin-bottom: 6px;
    opacity: .5;
}
.feed_tile__item .stars {
    margin-bottom: 10px;
}
.feed_tile__item .light {
    font-size: 14px;
    opacity: .8;
}
.medium {
    font-weight: bold;
}

.photos a {
    display: inline-block;
    text-decoration: none;
    width: 90px;
    margin: 0 7px 7px 0;
}
.photos a:nth-child(3) {
    margin: 0 0 7px 0;
}
.photos img {
    display: block;
    width: 100%;
    height: 100%;
}
.reviews-not-found {
    margin: 30px 0 30px;
}
.stars-filter {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stars-filter .stars {
    margin-bottom: 10px;
    padding: 9px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    text-decoration: none;
    width: 150px;
    height: 50px;
    align-items: center;
}
.stars-filter .stars.active, .stars-filter .stars:hover {
    border: 1px solid;
}
.stars-filter .stars span {
    font-size: 12px;
    margin-left: 10px;
}

@media (max-width: 1200px) {
    .feed_tile__item {
        width: 100%;
        margin-right: 0;
    }

    .feed_tile__item {
        width: 100%;
        margin-right: 0;
    }

    .feed_tile__item {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .feed_tile__item {
        padding: 20px;
    }
}
/* End */
/* /local/templates/vsepamyatniki_v2/components/bitrix/news.list/reviews/style.css?17111158512361 */
