.container {
	max-width: 1368px;
	width: 100%;
	padding: 0px 24px;
	margin: 0 auto;
	box-sizing: border-box;
}
.news {
	margin: 64px 0px 0px !important;
}
.section__title {
	font-weight: 700;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left !important;
	margin: 0 !important;
}
.section__title + * {
	margin-top: 24px;
}

.news-block {
	display: flex;
	flex-direction: column;
	padding: 36px;
	gap: 44px;
	border-radius: 36px;
	background: #fff;
}
.news-block + .news-block {
	margin-top: 16px;
}
.news-block__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0px !important;
}
.news-block__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 8px;
	flex-wrap: wrap;
}
.news-block__button {
	background: #f7f7f5;
	border-radius: 16px;
	padding: 0px 24px;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	transition: 0.3s ease;
}
.news-block__button:hover {
	background: #6245d8;
	color: #f7f7f5;
}

.news-swiper {
	width: 100%;
}
.news-swiper__wrapper {
	position: relative;
}
.news-slide {
	display: flex;
	flex-direction: column;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid #dedede;
}
.news-slide__img {
	border-radius: 28px;
}
.news-slide__info {
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.news-slide__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 !important;
}
.news-slide__date {
	color: #7c7c7c;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 !important;
}
.swiper-button-next,
.swiper-button-prev {
	width: 56px;
	height: 56px;
	aspect-ratio: 1/1;
	min-width: 56px;
	min-height: 56px;
	border-radius: 50%;
	border: 0 !important;
	background: #fff;
	box-shadow: 0px 0px 19.64px 0px #00000033;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: none !important;
}
.swiper-button-prev {
	left: 0 !important;
	transform: rotate(180deg) translateX(50%) !important;
}
.swiper-button-next {
	right: 0 !important;
	transform: translateX(50%) !important;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.news-grid__button {
	border-radius: 16px;
	padding: 0px 24px;
	margin: 32px auto 0;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	border: 0 !important;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	transition: 0.3s ease;
	background: #fff;
	color: #6245d8;
}
.news-grid__button:hover {
	background: #6245d8;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.news-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.article {
	padding-top: 44px;
	position: relative;
}
.article .container {
	max-width: 600px !important;
	position: relative;
}
.article__back {
	position: absolute;
	right: 100%;
	top: 0;
}
.article__img {
	width: 100%;
	height: auto;
	border-radius: 24px;
}
.article__title {
	font-weight: 600;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 0%;
	margin-top: 36px !important;
	margin-bottom: 0 !important;
}
.article__title-links {
	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 24px !important;
	margin-bottom: 0 !important;
}
.article__links {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-top: 8px !important;
	margin-bottom: 0 !important;
}
.article__link {
	font-weight: 400;
	height: 27px;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-offset: 17%;
	text-decoration-thickness: 8.5%;
	text-decoration-skip-ink: auto;
	color: #6245d8;
}

.article-content {
	margin-top: 24px;
}
.article-content h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	margin: 0 !important;
}
.article-content p {
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0%;
}
.article-content * + h2 {
	margin-top: 24px !important;
}
.article-content * + p {
	margin-top: 12px !important;
}

@media screen and (max-width: 768px) {
	.article {
		padding-top: 24px;
	}
	.article .container {
		padding: 0;
	}
	.article__back {
		position: static;
	}
}
