/* CMS pages — About, FAQ, policies, contact, sitemap. */

.op-cms .op-section-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0da487;
}

.op-catalog-bar.innerpage-bg {
	background: linear-gradient(180deg, #eef8f6 0%, #f6f8fb 100%);
	border: 0;
	padding: 14px 0;
}

.op-catalog-bar .breadcrumb_main ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
}

.op-catalog-bar .breadcrumb_main ol li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	color: #5d7386;
}

.op-catalog-bar .breadcrumb_main ol li::after,
.op-catalog-bar .breadcrumb_main ol li:first-child::after {
	content: none;
	background: none;
	width: 0;
	height: 0;
	position: static;
}

.op-catalog-bar .breadcrumb_main ol li:not(:last-child)::after {
	content: "/";
	color: #c5d4de;
	display: inline;
}

.op-catalog-bar .breadcrumb_main a {
	color: #0da487;
}

.op-catalog-bar .breadcrumb_main li:last-child a,
.op-catalog-bar .breadcrumb_main li:last-child span {
	color: #08233b;
}

.outer_area.op-cms,
.inner_page_area.op-cms {
	background: #f6f8fb;
	padding: 36px 0 72px;
}

.op-cms .content_page.op-cms-article {
	display: block;
	float: none;
	width: 100%;
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
	padding: 36px 40px;
	margin: 0;
}

.op-cms .content_page.op-cms-article h1 {
	margin: 0 0 18px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #08233b;
}

.op-cms .content_page.op-cms-article h2,
.op-cms .content_page.op-cms-article h3 {
	color: #08233b;
	margin-top: 28px;
	margin-bottom: 12px;
}

.op-cms .content_page.op-cms-article p {
	color: #1c3347;
	line-height: 1.75;
	margin-bottom: 16px;
}

.op-cms .content_page.op-cms-article ul,
.op-cms .content_page.op-cms-article ol {
	float: none;
	width: 100%;
	padding-left: 4px;
	margin: 0 0 18px;
}

.op-cms .content_page.op-cms-article ul li {
	width: auto;
	float: none;
	margin: 8px 0;
	padding-left: 26px;
	line-height: 1.6;
}

.op-cms .content_page.op-cms-article a {
	color: #0da487;
	font-weight: 600;
}

.op-cms .content_page.op-cms-article table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 24px;
	overflow: hidden;
	border-radius: 12px;
}

.op-cms .content_page.op-cms-article table th,
.op-cms .content_page.op-cms-article table td {
	border: 1px solid #e6eef2;
	padding: 10px 12px;
	text-align: left;
}

.op-cms .content_page.op-cms-article table th {
	background: #eef8f6;
	color: #08233b;
}

.op-cms-aside {
	background: #08233b;
	color: #fff;
	border-radius: 20px;
	padding: 32px 28px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.12);
	height: 100%;
}

.op-cms-aside .op-section-kicker {
	color: #7fe0cc;
}

.op-cms-aside h1 {
	margin: 0 0 14px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.op-cms-aside p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.65;
	margin-bottom: 22px;
}

.op-cms-points {
	list-style: none;
	margin: 0;
	padding: 0;
}

.op-cms-points li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
	font-weight: 600;
}

.op-cms-points i {
	color: #7fe0cc;
}

.op-cms .contact_form.op-contact-card {
	float: none;
	width: 100%;
	margin: 0;
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.05);
	padding: 32px;
}

.op-cms .contact_form.op-contact-card h2 {
	margin: 0 0 22px;
	font-size: 22px;
	color: #08233b;
}

.op-cms .contact_form ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 18px;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.op-cms .contact_form ul li,
.op-cms .contact_form ul li:last-child,
.op-cms .contact_form ul li:nth-child(5) {
	width: auto;
	float: none;
	margin: 0;
}

.op-cms .contact_form ul li:nth-child(5) {
	grid-column: 1 / -1;
}

.op-cms .contact_form ul li label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #08233b;
}

.op-cms .contact_form ul li input,
.op-cms .contact_form ul li textarea,
.op-cms .contact_form ul li:nth-child(2) input,
.op-cms .contact_form ul li:nth-child(4) input {
	width: 100%;
	border: 1px solid #e6eef2;
	border-radius: 12px;
	background: #f6f8fb;
	min-height: 46px;
	padding: 10px 14px;
}

.op-cms .contact_form .sbmt_btn {
	float: none;
	margin: 22px 0 0;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 12px;
	background: #0da487;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	box-shadow: 0 12px 24px rgba(13, 164, 135, 0.28);
}

.op-sitemap .sitemap-head {
	margin: 0 0 24px;
	font-size: 34px;
	font-weight: 700;
	color: #08233b;
	text-align: left;
}

.op-sitemap .sitemap-big {
	box-shadow: none;
	margin: 0;
	background: transparent;
}

.op-sitemap .content_page.sitemap-sec,
.op-sitemap .content_page.sitemap-sec.second-box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
	padding: 0;
	margin: 0 0 18px;
	border: 0;
	border-radius: 0;
}

.op-sitemap .content_page.sitemap-sec.second-box .sitemap-box:first-child {
	flex: none;
}

.op-sitemap .content_page.sitemap-sec.second-box .sitemap-box:first-child ul li {
	width: auto;
	float: none;
}

.op-sitemap .sitemap-box {
	background: #fff;
	border: 1px solid #e6eef2;
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(8, 35, 59, 0.05);
	padding: 22px 22px 12px;
}

.op-sitemap .sitemap-box h2,
.op-sitemap .sitemap-box h2 a {
	font-size: 16px;
	font-weight: 700;
	color: #08233b;
	margin: 0 0 12px;
}

.op-sitemap .sitemap-box ul {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	float: none;
	width: 100%;
}

.op-sitemap .sitemap-box ul li {
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	float: none;
}

.op-sitemap .sitemap-box ul li a {
	display: block;
	padding: 7px 0;
	color: #0da487;
	font-weight: 600;
	border-bottom: 1px solid #eef3f6;
}

.op-sitemap .sitemap-box ul li:last-child a {
	border-bottom: 0;
}

@media (max-width: 991px) {
	.op-cms .content_page.op-cms-article {
		padding: 24px 20px;
	}

	.op-cms .contact_form ul,
	.op-sitemap .content_page.sitemap-sec,
	.op-sitemap .content_page.sitemap-sec.second-box {
		grid-template-columns: 1fr 1fr;
	}

	.op-cms-aside {
		margin-bottom: 8px;
	}
}

@media (max-width: 575px) {
	.op-cms .contact_form ul,
	.op-sitemap .content_page.sitemap-sec,
	.op-sitemap .content_page.sitemap-sec.second-box {
		grid-template-columns: 1fr;
	}

	.op-cms .content_page.op-cms-article h1,
	.op-sitemap .sitemap-head,
	.op-cms-aside h1 {
		font-size: 26px;
	}
}
