div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.swiper.cdu-reviews-swiper [class*="swiper-button"] {
    top: 25px;
}
.swiper.cdu-reviews-swiper {
    padding-top: 80px;
    margin-top: -80px;
    opacity: 0;
    transition: opacity 0.3s;
}
.swiper.cdu-reviews-swiper.swiper-initialized {
    opacity: 1;
}
.p-feed__item-text.p-feed__item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-feed__item-text.p-feed__item-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.p-feed__item-text.p-feed__item-text.expanded + .p-feed__expand-btn:after {
    content: none;
}
.p-feed__expand-btn {
    display: none;
    color: #962956;
    font-size: 14px;
    cursor: pointer;
    pointer-events: auto;
}
.p-feed__expand-btn:after {
    width: 16px;
    height: 21px;
    background-image: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9995 3.52579L0.999996 3.50049M12.9995 3.52579C13.0062 3.36319 12.9481 3.19959 12.8251 3.05379C12.0599 2.14739 10.0711 0.500488 10.0711 0.500488M12.9995 3.52579C12.9934 3.67159 12.9352 3.81669 12.8249 3.94729C12.0596 4.85359 10.0711 6.50049 10.0711 6.50049" stroke="%23962956" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    background-position: center;
    margin-left: 4px;
}
