.r-content :where(h1, h2, h3, h4, .h2) {
	font-family: var(--font-family-second);
	font-size: 36px;
	color: #062035;
	font-weight: 400;
	line-height: 1.11;
	margin: 0 0 24px;
	padding: 0;
	text-transform: initial;
}
.r-content :where(h1, h2, h3, h4, .h2).r-content__h2-font-base {
	font-family: var(--font-family-base);
}
.r-content :where(p, ol, ul, table, blockqoute) {
	font-family: var(--font-family-base);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px;
	color: #9a7764;
}
.r-content :where(ol, ul) {
	list-style: none;
	padding-left: 0;
}
.r-content :where(ol, ul) li {
	position: relative;
	padding-left: 24px;
}
.r-content :where(ol, ul) li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='color: %23062035' fill='none' stroke='currentColor' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
}
.r-content :where(ol, ul) li + li {
	margin-top: 10px;
}
.r-content :where(p, ol, ul, table, blockqoute) + :where(h1, h2, h3, h4, .h2) {
	margin-top: 40px;
}

.r-content.r-content__p-size-xl :where(p, ol, ul, table, blockqoute) {
	font-size: 18px;
	margin-bottom: 20px;
}
.r-content.r-content__p-size-xl :where(ol, ul) li + li {
	margin-top: 12px;
}
.r-content.r-content__p-size-xl :where(ol, ul) li:before {
	top: 5px;
}
.r-content.r-content__p-size-m :where(p, ol, ul, table, blockqoute) {
	font-size: 14px;
	margin-bottom: 14px;
}
.r-content.r-content__p-size-m :where(ol, ul) li + li {
	margin-top: 8px;
}
.r-content.r-content__p-size-m :where(ol, ul) li:before {
	top: 2px;
}

.r-content.r-content__p-color-1 :where(p, ol, ul, table, blockqoute) {
	color: #4a5565;
}
.r-content.r-content__p-color-2 :where(p, ol, ul, table, blockqoute) {
	color: #062035;
}

@media (max-width: 960px) {
	.r-content :where(h1, h2, h3, h4, .h2) {
		font-size: 30px;
		margin: 0 0 20px;
	}
	.r-content :where(p, ol, ul, table, blockqoute) {
		font-size: 15px;
		margin: 0 0 15px;
	}
	.r-content :where(p, ol, ul, table, blockqoute) + :where(h1, h2, h3, h4, .h2) {
		margin-top: 36px;
	}
	.r-content.r-content__p-size-xl :where(p, ol, ul, table, blockqoute) {
		font-size: 17px;
		margin-bottom: 19px;
	}
	.r-content.r-content__p-size-xl :where(ol, ul) li + li {
		margin-top: 11px;
	}
	.r-content.r-content__p-size-xl :where(ol, ul) li:before {
		top: 4px;
	}
	.r-content.r-content__p-size-m :where(p, ol, ul, table, blockqoute) {
		font-size: 13px;
		margin-bottom: 13px;
	}
	.r-content.r-content__p-size-m :where(ol, ul) li + li {
		margin-top: 7px;
	}
	.r-content.r-content__p-size-m :where(ol, ul) li:before {
		top: 1px;
	}

}
@media (max-width: 580px) {
	.r-content :where(h1, h2, h3, h4, .h2) {
		font-size: 24px;
		margin: 0 0 18px;
	}
	.r-content :where(p, ol, ul, table, blockqoute) {
		font-size: 14px;
		margin: 0 0 15px;
	}
	.r-content :where(p, ol, ul, table, blockqoute) + :where(h1, h2, h3, h4, .h2) {
		margin-top: 30px;
	}
	.r-content.r-content__p-size-xl :where(p, ol, ul, table, blockqoute) {
		font-size: 16px;
		margin-bottom: 17px;
	}
	.r-content.r-content__p-size-xl :where(ol, ul) li + li {
		margin-top: 10px;
	}
	.r-content.r-content__p-size-xl :where(ol, ul) li:before {
		top: 3px;
	}
	.r-content.r-content__p-size-m :where(p, ol, ul, table, blockqoute) {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.r-content.r-content__p-size-m :where(ol, ul) li + li {
		margin-top: 6px;
	}
	.r-content.r-content__p-size-m :where(ol, ul) li:before {
		top: 0px;
	}
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.link {
	--link-color: #062035;

	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	grid-gap: 8px;
	font-size: 16px;
	font-family: var(--font-family-base);
	line-height: 1.5;
	color: var(--link-color);
	transition: var(--animation);
}
.link svg {
	color: var(--link-color);
}
.link svg * {
	transition: var(--animation);
}
.link:is(:hover, :active) {
	--link-color: #062035cc;
}
@media (max-width: 560px){
	.link {
		grid-gap: 6px;
		font-size: 14px;
	}
}