.p-archive {
	margin-bottom: 9.375rem;
}

.p-archive__blocks {
	display: grid;
	gap: 1.875rem;
}

.p-archive__nav {
	margin-top: 9.375rem;
}

.p-archive__btns {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

.p-archive__btns .c-btn {
	max-width: 11.5625rem;
}

.nav-links {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
}

.navigation {
	margin-top: 1.75rem;
}

.navigation .page-numbers {
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
	transition: all 0.45s;
}

.navigation .c-arrow {
	height: 2.25rem;
	position: relative;
	transition: all 0.45s;
	width: 2.25rem;
}

.navigation .c-arrow.--first {
	margin-right: 0.3125rem;
	transform: rotate(180deg);
}

.navigation .c-arrow.--last {
	margin-left: 0.3125rem;
}

.navigation .page-numbers.current {
	color: #45BDCF;
}

.l-single {
	padding-top: 12.5rem;
}

.p-single {
	background: linear-gradient(140deg, rgb(230, 252, 255) 0%, rgb(222, 253, 255) 100%);
	padding-block: 12.5rem 10.3125rem;
}

.p-single__inner {
	max-width: calc(68.75rem + 50px);
}

.p-single__body {
	border-radius: 5rem;
	padding-block: 8.125rem 9.375rem;
	padding-inline: 10.9375rem;
}

.p-single__info {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.25rem;
}

.p-single__terms {
	align-items: flex-start;
	display: flex;
}

.p-single__term a span {
	margin-right: 0.125em;
}

.p-single__title {
	font-weight: 500;
	line-height: 1.75;
	margin-top: 2.5rem;
}

.p-single__time {
	align-items: center;
	color: #B1ADAC;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
}

.p-single__time.u-mobile {
	display: none;
}

.p-single__thumbnail {
	border-radius: 3.75rem;
	margin-top: 2.875rem;
	overflow: hidden;
}

.editor-styles-wrapper,
.p-single__content {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 3.125rem;
}

.editor-styles-wrapper img,
.p-single__content img {
	margin-bottom: 1.25rem;
}

.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4 {
	font-weight: 500;
}

.editor-styles-wrapper h2,
.p-single__content h2 {
	border-bottom: 0.125rem solid #C6F5FC;
	border-radius: 0.125rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	padding-bottom: 0.375rem;
	position: relative;
}

.editor-styles-wrapper h3,
.p-single__content h3 {
	background-color: #F4FDFF;
	border-radius: 2.1875rem 2.8125rem 2.8125rem 2.1875rem;
	margin-bottom: 1.875rem;
	padding-block: 0.75rem;
	padding-inline: 1.3125rem;
}

.editor-styles-wrapper h4,
.p-single__content h4 {
	margin-bottom: 1.25rem;
}

.editor-styles-wrapper p,
.p-single__content p {
	margin-bottom: 1.875rem;
}

.editor-styles-wrapper ol,
.editor-styles-wrapper ul,
.p-single__content ol,
.p-single__content ul {
	margin-bottom: 1.875rem;
	padding-left: 2em;
}

.editor-styles-wrapper ul,
.p-single__content ul {
	list-style-type: disc;
}

.editor-styles-wrapper ol,
.p-single__content ol {
	list-style: decimal;
}

.editor-styles-wrapper p a,
.editor-styles-wrapper li a,
.p-single__content p a,
.p-single__content li a {
	color: #B1ADAC;
	text-decoration: underline;
}

.editor-styles-wrapper a,
.p-single__content a {
	transition: all 0.45s;
}

.p-single__btns {
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.25rem;
}

.p-single__category {
	margin-top: 6.25rem;
}

.p-single__subTitle {
	position: relative;
}

.p-single__subTitle::before {
	background: url(../images/subject/border_progress.svg) center center/contain no-repeat;
	bottom: -0.75rem;
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 8.1875rem;
}

.p-single__tags {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-single__tag a {
	transition: all 0.45s;
}

.p-single__tag span {
	margin-right: 0.125em;
}

.p-single__back {
	margin-top: 5.4375rem;
	text-align: center;
}

@media (hover: hover) {

.navigation .c-arrow:hover {
	background-color: #F5F5F5;
}

.navigation .page-numbers:not(.current):hover {
	opacity: 0.8;
}

}

@media screen and (max-width: 767px) {

.p-archive {
	margin-bottom: 5rem;
}

.p-archive__blocks {
	gap: 0.9375rem;
}

.p-archive__nav {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 19.375rem;
}

.p-archive__btns {
	flex-direction: column;
	gap: 0.9375rem;
	text-align: center;
}

.p-archive__btns .c-btn {
	max-width: 15.9375rem;
}

.nav-links {
	gap: 1.5625rem;
}

.navigation {
	margin-top: 2.5rem;
}

.navigation .page-numbers {
	font-size: 1.375rem;
}

.navigation .c-arrow {
	height: 1.625rem;
	width: 1.625rem;
}

.l-single {
	padding-top: 7.625rem;
}

.p-single {
	padding-block: 1.9375rem 3.9375rem;
}

.p-single__body {
	border-radius: 1.875rem;
	padding-block: 1.875rem 3.125rem;
	padding-inline: 1.5625rem;
}

.p-single__term a {
	font-size: 0.8125rem;
	font-weight: 400;
}

.p-single__title {
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}

.p-single__time {
	font-size: 0.8125rem;
	font-weight: 400;
	justify-content: flex-end;
	letter-spacing: 0.1em;
	line-height: 2.3076923077;
}

.p-single__time.u-desktop {
	display: none;
}

.p-single__time.u-mobile {
	display: flex;
}

.p-single__thumbnail {
	border-radius: 1.5625rem;
	margin-top: 0.25rem;
}

.editor-styles-wrapper,
.p-single__content {
	fzont-size: 0.8125rem;
	line-height: 1.9230769231;
}

.editor-styles-wrapper h3,
.p-single__content h3 {
	border-radius: 0.3125rem 2.8125rem 2.8125rem 0.3125rem;
}

.p-single__btns {
	gap: 0.625rem;
	margin-top: 0.875rem;
}

.p-single__subTitle::before {
	bottom: -0.625rem;
	height: 0.375rem;
	width: 4.375rem;
}

.p-single__tags {
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 2rem;
}

.p-single__tag a {
	font-size: 0.8125rem;
	line-height: 2;
}

.p-single__back {
	margin-top: 1.5rem;
}

}

