

/* Start:/local/templates/amegazavod_new/components/bitrix/news.list/news.redesign/style.css?17732360313805*/
.news-tabs {
	display: flex;
	gap: 20px;
	margin-bottom: 32px;
}

.news-tabs__button {
	padding: 29px 23px;
	display: block;
	border: 1px solid #E3E4E5;
	background: #FCFCFC;
	border-radius: 4px;
}

.news-tabs__button.active {
	background: #C5C5C5;
	border: 1px solid #E3E4E5;
}

.tab-body {
	display: none;
}

.tab-body.active {
	display: block;
}


.news {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	border-bottom: 1px solid #E3E4E5;
}

.news:not(:last-child) {
	margin-bottom: 24px;
}

.news-date {
	display: flex;
	gap: 8px;
	font-size: 12px;
	flex-shrink: 0;
	width: 120px;
}

.news-image {
	margin-right: 40px;
	max-width: 100%;
	width: 514px;
	flex-shrink: 0;
}

.news-image__date {
	display: none;
	align-items: center;
	margin-bottom: 8px;
	font-size: 12px;
}

.news-image__date > span {
	display: block;
	margin-left: 8px;
}

.news-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

.news-preview {
	width: 650px;
	margin-right: 20px;
}

.news-preview__title {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E3E4E5;
}

.news-link {
	margin-left: auto;
	font-size: 16px;
}

.news-empty {
	font-size: 20px;
	color: rgba(219, 31, 53, 0.5);
	text-align: center;
}

.news-show {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.news-show > a {
	width: 237px;
}



.social-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
	height: 300px;
	background: #F0F0F0;
	color: #1B1C20;
}

.social-links img {
	width: 60px;
	height: 60px;
}

.social-text {
	margin-bottom: 32px;
}

.pagination-list {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

@media (max-width: 1684px) {
	.news-date {
		margin-right: 20px;
	}

	.news-image {
		margin-right: 20px;
		max-width: 414px;
	}

	.news-preview {
		max-width: 521px;
	}

	.social-links {
		gap: 20px;
	}

	.social-links a {
		height: 244px;
	}
}

@media (max-width: 1344px) {
	.news-tabs__button {
		line-height: 21px;
		padding: 27px 16px;
	}

	.news-date {
		display: none;
	}

	.news-image {
		max-width: 225px;
	}

	.news-image__date {
		display: flex;
	}

	.news-preview {
		max-width: 470px;
	}

	.news-tabs {
		gap: 20px;
	}

	.news-show {
		justify-content: flex-start;
	}

	.news-link {
		font-size: 14px;
	}

	.social-links {
		grid-template-columns: 1fr 1fr;
	}

	.social-links a {
		height: 276px;
	}

	.social-links a:nth-child(3) {
		grid-column: 1 / 3;
	}

	.social-text {
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.news {
		padding-bottom: 20px;
	}

	.news:not(:last-child) {
		margin-bottom: 20px;
	}

	.news-image {
		max-width: 189px;
	}

	.news-preview {
		max-width: 358px;
	}

	.news-preview__title {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.news-preview__text {
		line-clamp: 3;
		-webkit-line-clamp: 3;
		position: relative;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}

	.social-links a {
		height: 212px;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.news-tabs {
		display: grid;
		gap: 8px;
	}

	.news-tabs__button {
		line-height: 22px;
		font-size: 14px;
		text-align: left;
	}

	.news {
		display: block;
		padding-bottom: 16px;
	}

	.news:not(:last-child) {
		margin-bottom: 16px;
	}

	.news-image, .news-preview {
		max-width: 100%;
		margin-bottom: 16px;
		margin-right: 0;
	}

	.news-preview__title {
		padding-bottom: 0;
		margin-bottom: 16px;
		border-bottom: none;
	}

	.news-show > a {
		width: 100%;
	}

	.social-links {
		grid-template-columns: 1fr;
	}

	.social-links a {
		height: 188px;
		gap: 16px;
	}

	.social-links a:nth-child(3) {
		grid-column: 1 / 2;
	}
}
/* End */
/* /local/templates/amegazavod_new/components/bitrix/news.list/news.redesign/style.css?17732360313805 */
