.documents__link {
	display: block;
	height: 100%;
	color: #26265f;
	text-decoration: none;
}

.documents__swiper .documents__img {
	display: block;
	width: 100%;
	min-width: 100%;
	height: auto;
	aspect-ratio: 13 / 18;
	object-fit: contain;
	background: #fff;
}

.documents__pdf {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	aspect-ratio: 13 / 18;
	padding: 1.25rem;
	background: #fff;
	text-align: center;
}

.documents__pdf-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 3rem;
	border-radius: 0.5rem;
	background: #c9362b;
	color: #fff;
	font-family: var(--font-family);
	font-size: 1.125rem;
	font-weight: 600;
}

.documents__pdf-title {
	font-family: var(--font-family);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}

.reviews__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__text p {
	margin: 0;
}

.reviews__text p + p {
	margin-top: 0.75rem;
}

.reviews__swiper .swiper-wrapper {
	align-items: stretch;
}

.reviews__swiper .swiper-slide {
	display: flex;
	height: auto;
}

.reviews__swiper .reviews__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.reviews__swiper .reviews__more {
	margin-top: auto;
}

.news__empty {
	margin: 2rem 0 0;
	color: #26265f;
	font-family: var(--font-family);
	font-size: 1.125rem;
	text-align: center;
}

.article__wp-content > h2,
.article__wp-content > h3 {
	color: #26265f;
	font-family: var(--font-family);
	font-weight: 600;
}

.article__wp-content > h2 {
	margin: 3.125rem 0 1.25rem;
	font-size: 1.375rem;
	line-height: 1.09;
}

.article__wp-content > h3 {
	margin: 2rem 0 1rem;
	font-size: 1.25rem;
}

.article__wp-content > p,
.article__wp-content > ul,
.article__wp-content > ol {
	color: #26265f;
	font-family: var(--font-family);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
}

.article__wp-content > p {
	margin: 1.125rem 0;
}

.article__wp-content > ul,
.article__wp-content > ol {
	padding-left: 1.5rem;
}

.article__wp-content > figure,
.article__wp-content > p > img,
.article__wp-content > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 2.1875rem 0 3.125rem;
	border-radius: 1.875rem;
}

@media (max-width: 47.99875rem) {
	.article__wp-content > h2 {
		margin: 2.1875rem 0 1.5rem;
		font-size: 1.25rem;
		line-height: 1.2;
	}

	.article__wp-content > h3 {
		font-size: 1.125rem;
	}

	.article__wp-content > p,
	.article__wp-content > ul,
	.article__wp-content > ol {
		font-size: 1rem;
		line-height: 1.375;
	}

	.article__wp-content > figure,
	.article__wp-content > p > img,
	.article__wp-content > img {
		margin: 1.875rem 0 2.3125rem;
		border-radius: 1.25rem;
	}
}
