

/* Start:/local/templates/modern2026/components/bitrix/catalog/news/style.css?17852316162120*/
.news {
}

.news__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.news__aside {
}

.news__main {
}

.news-categories {
	display: block;

	@media (max-width: 1279px) {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.news-categories__list {
	display: flex;
	align-items: center;
	gap: 1rem;

	@media (max-width: 1279px) {
		flex-wrap: nowrap;
	}
}

.news-categories__item {
	display: flex;
}

.news-categories__link {
	padding: 1rem 2rem;
	font-size: 1rem;
	color: var(--bg-dark-grey);
	background-color: var(--bg-content);
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
}

.news-categories__link--active {
	background-color: var(--bg-dark-grey);
	color: var(--bg-content);
}

.news-list {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 5rem;

	@media (max-width: 1279px) {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 2rem;
	}

	@media (max-width: 699px) {
		grid-template-columns: 1fr;
	}
}

.news-list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	text-decoration: none;
}

.news-list__item:hover .news-card__image {
	transform: scale(1.1);
}

.news-card__image-wrapper {
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.news-card__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
	transition: all 1s ease;
}

.news-card__title {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
	color: var(--bg-dark-grey);

	@media (max-width: 1024px) {
		font-size: 1.2rem;
	}
}

.news-list__item:hover .news-card__title {
	color: var(--accent);
}

.news-card__date {
	color: var(--bg-dark-grey);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.4;
}

.news-list__item--large {
	grid-column: span 2;
}

.news-list__item--large .news-card__image-wrapper {
	height: 500px;
}

@media (max-width: 699px) {
	.news-list__item--large {
		grid-column: span 1;
	}

	.news-list__item--large .news-card__image-wrapper {
		height: 300px;
	}
}

/* End */


/* Start:/local/templates/modern2026/components/bitrix/catalog/news/bitrix/catalog.element/default/style.css?17852316161565*/
.news-detail {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 3rem 20rem 5rem 12rem;
	background-color: var(--bg-content);
	font-size: 1.3rem;

	@media (max-width: 1600px) {
		padding: 3rem 16rem 4rem 12rem;
		font-size: 1.2rem;
	}

	@media (max-width: 1280px) {
		padding: 3rem 2rem 6rem;
		font-size: 1rem;
	}

	@media (max-width: 650px) {
		padding: 2rem 1rem 3rem;
	}
}

.news-detail__social-share {
	position: absolute;
	right: 6rem;
	z-index: 5;

	@media (max-width: 1280px) {
		display: none;
	}
}

.news-detail__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.news-detail__text {
	display: flex;
	flex-direction: column;
	gap: 4rem;

	@media (max-width: 1280px) {
		gap: 2rem;
	}
}

.news-detail__date {
	color: var(--bg-dark-grey);
	font-size: 1rem;
	font-weight: 600;
	opacity: 0.4;
}

.news-detail__picture {
	width: 100%;
	height: auto;
}

.news-detail__documents {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-detail__photo-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;

	@media (max-width: 650px) {
		grid-template-columns: repeat(2, 1fr);
	}

	@media (max-width: 500px) {
		grid-template-columns: repeat(1, 1fr);
	}
}

.news-detail__photo {
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-detail__photo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* End */
/* /local/templates/modern2026/components/bitrix/catalog/news/style.css?17852316162120 */
/* /local/templates/modern2026/components/bitrix/catalog/news/bitrix/catalog.element/default/style.css?17852316161565 */
