.card-catalog__image img {
	margin: 0 auto;
}

.card-catalog.card-catalog-empty {
	min-height: 160px;
}
.card-catalog.card-catalog-empty .card-catalog__descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 20px 30px 20px 10px;
}

.block__catalogs + .block__sticky {
	margin-top: 50px;
}

.card-catalog.card-catalog-backgound {
	background: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-catalog__more {
	margin-top: 20px;
	text-align: right;
	font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
	color: var(--theme-color-accent);
	cursor: pointer;
}

.card-catalog__more span::before {
	content: 'Еще разделы';
}

.card-catalog__descr ul li:nth-child(n + 5) {
	display: none;
}
.card-catalog__descr.active ul li:nth-child(n + 5) {
	display: list-item;
}

.card-catalog__descr.active span::before {
	content: 'Свернуть разделы';
}