

/* Start:/local/templates/Panzar_template/components/bitrix/news/feedback/bitrix/news.list/.default/style.css?17721785321489*/
@media screen and (max-width: 600px)
{
    .feedback__date
    {
        margin-bottom: 10px;	
    }	
}

.feedback__item {
    max-width: 367px !important;
    height: 287px !important;
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    background: #F4F7F8;
    border-radius: 6px;
    padding: 30px 20px;
    -webkit-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    transition: 0.2s !important;
    cursor: pointer;
}

.feedback__item-link:hover {
    color: #FFBC5A;
    text-decoration: underline;
}
.feedback__item-link_href {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #F39103;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.feedback__date {
    margin-top: 15px;
    margin-bottom: 15px;
    color:#000;
}

.feedback__user-avatar {
    color:#fff;
    margin-right: 16px;
    background-color: transparent;
    border-radius: 50%;
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 479.98px) {
    .feedback__item-text {
        line-height: 130%;
        font-size: 16px;
        margin-bottom: 15px;
        white-space: wrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        max-width: 260px;
        height: 84px;
    }
}
/* End */
/* /local/templates/Panzar_template/components/bitrix/news/feedback/bitrix/news.list/.default/style.css?17721785321489 */
