.page-id-31 .site-header__ticker {
	display: none;
}

.kb-certs-page {
	background: #ebe0d7;
	color: #202020;
}

.kb-certs-page__body {
	max-width: 1320px;
	margin: 0 auto;
	padding: 26px 24px 86px;
}

.kb-certs-page__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-bottom: 28px;
	justify-content: center;
	color: black;
	-webkit-text-fill-color: #000000;
	-webkit-appearance: none;
	text-decoration: none;
	appearance: none;
}

.kb-certs-page__tab {
	border: 0;
	padding: 0;
	background: transparent;
	font: inherit;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 0.7;
}

.kb-certs-page__tab.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.kb-certs-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.kb-certs-page__card {
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 20px 18px 18px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(20, 18, 17, 0.14), rgba(20, 18, 17, 0.86)), var(--cert-card-image) center/cover no-repeat;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
}

.kb-certs-page__card[hidden] {
	display: none;
}

.kb-certs-page__card-eyebrow {
	font-size: 13px;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	opacity: 0.8;
}

.kb-certs-page__card-title {
	margin: 14px 0 18px;
	font-size: 23px;
	line-height: 1.02;
	font-weight: 700;
	text-transform: uppercase;
}

.kb-certs-page__card-list {
	margin: 0;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.28;
}

.kb-certs-page__card-list-editor {
	display: grid;
	gap: 10px;
}

.kb-certs-page__card-bullet-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: start;
	gap: 10px;
}

.kb-certs-page__card-bullet-mark {
	padding-top: 2px;
	font-size: 24px;
	line-height: 1;
}

.kb-certs-page__card-bullet-input {
	min-height: 22px;
	font-size: 14px;
	line-height: 1.28;
	outline: none;
}

.kb-certs-page__card-footer {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
	padding-top: 22px;
}

.kb-certs-page__card-price {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.kb-certs-page__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	/*background: #ead6ca;*/
	color: #232323;
	text-decoration: none;
}

.kb-certs-page__card-icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.kb-certs-page__card-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.kb-certs-page__editor-actions {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

@media (max-width: 1024px) {
	.kb-certs-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.kb-certs-page__body {
		padding: 18px 12px 40px;
	}

	.kb-certs-page__tabs {
		gap: 10px 18px;
		justify-content: flex-start;
	}

	.kb-certs-page__tab {
		font-size: 14px;
	}

	.kb-certs-page__grid {
		grid-template-columns: 1fr;
	}

	.kb-certs-page__card-title {
		font-size: 20px;
	}

	.kb-certs-page__card-price {
		font-size: 26px;
	}

	.kb-certs-page__card-icon {
		width: 46px;
		height: 46px;
	}
}
