.b-block-entity-forum{
    margin-top: 15px;
}

.b-block-entity-forum__label{
    margin: 0 !important;
    cursor: default;
    margin-bottom: 1.5em !important;
    position: relative;
    font-weight: 500;
    font-family: var(--global-font-family-base);
}

.b-block-entity-forum__empty{
    border-radius: var(--global-block-border-radius);
    background: #f7f8ff;
    padding: 30px;
    min-width: 0;
    text-align: center;
    cursor: default;
    color: #828b9d;
}

.b-block-entity-forum__empty b{
    color: #000;
}

.b-block-entity-forum__empty p{
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 14px;
}

.b-block-entity-forum__empty-action{
    margin-top: 30px;
}

.b-block-entity-forum__empty:before {
	background: url(images/ico-forum-empty.svg) center center no-repeat;
	background-size: contain;
	width: 56px;
	height: 56px;
	display: block;
	content: '';
	margin: 0 auto 30px auto;
}

.b-block-entity-forum__list{
    border: 1px solid var(--global-block-border);
    border-radius: var(--global-block-border-radius);
    padding: 15px;
}

.b-block-entity-forum__list-label{
    font-weight: bold;
    position: relative;
}

.b-block-entity-forum__list-label a{
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 14px;
    top: 1px;
}

.b-block-entity-forum__list .b-block-entity-liteforum-relations__item:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}