

/* Start:/local/templates/kineskop/components/bitrix/news.list/psyscope_cards/style.css?17829818333594*/
.news-list-page,
.news-detail-page {
	width: min(calc(100% - 32px), var(--breakpoint-max-container-width, 1472px));
	margin: 0 auto;
	padding: 40px 0 72px;
}

.news-list-hero {
	max-width: 760px;
	margin-bottom: 28px;
}

.news-list-hero__label,
.news-empty__label {
	margin: 0 0 8px;
	color: #6f54dd;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.news-list-hero__title,
.news-empty__title {
	margin: 0;
	color: #151515;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.04;
}

.news-list-hero__lead,
.news-empty__text {
	margin: 12px 0 0;
	color: rgba(21, 21, 21, 0.62);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.news-list-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.news-card,
.news-empty {
	border: 1px solid rgba(21, 21, 21, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(21, 21, 21, 0.07);
}

.news-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.news-card:hover {
	transform: translateY(-2px);
	border-color: rgba(111, 84, 221, 0.34);
	box-shadow: 0 18px 44px rgba(21, 21, 21, 0.1);
}

.news-card--featured {
	grid-column: span 2;
}

.news-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #151515;
	color: #fff;
}

.news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.news-card:hover .news-card__image img {
	transform: scale(1.03);
}

.news-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 42px;
}

.news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
}

.news-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: rgba(21, 21, 21, 0.56);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.news-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(111, 84, 221, 0.12);
	color: #6f54dd;
	text-transform: none;
}

.news-card__title {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.13;
}

.news-card__title a {
	color: #151515;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.news-card__text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0;
	color: rgba(21, 21, 21, 0.62);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.news-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	min-height: 40px;
	margin-top: auto;
	padding: 9px 13px;
	border-radius: 8px;
	background: #151515;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.news-empty {
	max-width: 720px;
	padding: 32px;
}

.news-list-pager {
	margin-top: 24px;
}

@media (max-width: 1100px) {
	.news-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.news-list-page,
	.news-detail-page {
		padding-top: 28px;
		padding-bottom: 48px;
	}

	.news-list-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-card--featured {
		grid-column: auto;
	}

	.news-list-hero__title,
	.news-empty__title {
		font-size: 34px;
	}

	.news-list-hero__lead,
	.news-empty__text {
		font-size: 16px;
	}

	.news-card__title {
		font-size: 22px;
	}
}

/* End */
/* /local/templates/kineskop/components/bitrix/news.list/psyscope_cards/style.css?17829818333594 */
