@charset "utf-8";

.zz-calendar-entry {
	position: relative;
	padding: 0;
	background: #fff !important;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(20, 31, 48, .08);
	overflow: hidden;
}
.zz-calendar-entry__main {
	display: block;
	min-height: 246px;
	padding: 22px 22px 14px;
	color: #202733;
	background: linear-gradient(135deg, #fff 0%, #fff6f0 62%, #ffe8dd 100%);
	box-sizing: border-box;
}
.zz-calendar-entry__year {
	display: inline-flex;
	height: 24px;
	padding: 0 10px;
	align-items: center;
	border-radius: 4px;
	background: #ff5b22;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
}
.zz-calendar-entry h2 {
	width: auto;
	margin: 6px 0 0;
	color: #161b25;
	font-size: 25px;
	line-height: 1.35;
	letter-spacing: 0;
}
.zz-calendar-entry p {
	margin: 8px 0 10px;
	color: #596273;
	font-size: 13px;
	line-height: 1.55;
}
.zz-calendar-entry .ksrl_date {
	width: 100%;
	margin: 0;
	color: #202733;
}
.zz-calendar-entry .ksrl_date span {
	width: 38px;
	height: 42px;
	line-height: 38px;
	font-size: 25px;
}
.zz-calendar-entry em {
	display: block;
	margin-top: 8px;
	color: #8a5260;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
}
.zz-calendar-entry strong {
	display: inline-flex;
	margin-top: 12px;
	height: 34px;
	padding: 0 16px;
	align-items: center;
	border-radius: 4px;
	background: #ff4f1f;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	transition: transform .18s ease, box-shadow .18s ease;
}
.zz-calendar-entry__main:hover strong {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(255, 79, 31, .24);
}
.zz-calendar-entry__links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #f1d6ca;
}
.zz-calendar-entry__links a {
	display: block;
	padding: 9px 8px;
	background: #fff;
	color: #4d5666;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
.zz-calendar-entry__links a:hover {
	color: #ff4f1f;
}
#lotto_icon {
	display: none !important;
}

.zz-exam-calendar {
	background: linear-gradient(180deg, #fff7f1 0, #f6f8fb 220px, #f6f8fb 100%);
	color: #202733;
	padding-bottom: 56px;
}
.zz-exam-hero,
.zz-exam-section,
.zz-exam-cta {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.zz-exam-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 20px;
	padding: 26px 0 18px;
	align-items: stretch;
}
.zz-exam-hero__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 278px;
	padding: 34px 36px 30px;
	border: 1px solid #ffe0d4;
	border-top: 4px solid #ff5a1f;
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(255, 245, 239, .92), rgba(255,255,255,.98) 56%),
		linear-gradient(90deg, rgba(255, 97, 36, .10), rgba(255, 255, 255, 0));
	box-shadow: 0 14px 34px rgba(24, 38, 63, .07);
	overflow: hidden;
}
.zz-exam-hero__copy:after {
	display: none;
}
.zz-exam-eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	color: #e94819;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}
.zz-exam-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 780px;
	margin: 0;
	color: #162033;
	font-size: 36px;
	line-height: 1.26;
	font-weight: 800;
	letter-spacing: 0;
}
.zz-exam-hero p {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 16px 0 0;
	color: #4d5a6d;
	font-size: 16px;
	line-height: 1.85;
}
.zz-exam-contact {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 700px;
	margin-top: 18px;
}
.zz-exam-contact span,
.zz-exam-contact strong {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ffe0d4;
	color: #425063;
	font-size: 14px;
	line-height: 1.4;
}
.zz-exam-contact span {
	color: #657184;
}
.zz-exam-contact strong {
	background: #fff4ee;
	color: #df3f16;
	font-weight: 800;
}
.zz-exam-hero__actions {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 12px;
	margin-top: 26px;
}
.zz-exam-hero__actions a,
.zz-exam-cta a {
	display: inline-flex;
	height: 42px;
	padding: 0 22px;
	align-items: center;
	border-radius: 6px;
	background: #ff4f1f;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 42px;
	border: 1px solid #ff4f1f;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.zz-exam-hero__actions a:hover,
.zz-exam-cta a:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(255,79,31,.24);
}
.zz-exam-hero__actions a + a {
	background: #fff;
	color: #df3f16;
	border: 1px solid #ffc6b2;
}
.zz-exam-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: auto;
	padding-top: 24px;
}
.zz-exam-flow span {
	position: relative;
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffe0d4;
	border-radius: 4px;
	background: rgba(255,255,255,.76);
	color: #6b4a3e;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}
.zz-exam-flow span + span:before {
	content: "";
	position: absolute;
	left: -9px;
	top: 50%;
	width: 8px;
	height: 1px;
	background: #ffc6b2;
}
.zz-exam-next {
	padding: 18px 18px 16px;
	border: 1px solid #eceff5;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(24, 38, 63, .06);
}
.zz-exam-next__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 10px;
	border-bottom: 1px solid #edf0f5;
}
.zz-exam-next__head span {
	color: #8a94a4;
	font-size: 14px;
	line-height: 1.5;
}
.zz-exam-next__head strong {
	color: #202733;
	font-size: 22px;
	line-height: 1.2;
}
.zz-exam-next__row {
	display: grid;
	grid-template-columns: 44px 82px minmax(0, 1fr);
	gap: 7px 10px;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f0f2f6;
}
.zz-exam-next__row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.zz-exam-next__row em {
	display: inline-flex;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #fff1eb;
	color: #ff4f1f;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}
.zz-exam-next__row strong {
	color: #151b26;
	font-size: 15px;
	line-height: 1.28;
	word-break: keep-all;
}
.zz-exam-next__row span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #687180;
	font-size: 12px;
	line-height: 1.42;
}
.zz-exam-section {
	margin-top: 24px;
	padding: 34px 36px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(20,31,48,.05);
}
.zz-exam-section__head {
	display: flex;
	justify-content: space-between;
	gap: 36px;
	align-items: end;
	margin-bottom: 24px;
}
.zz-exam-section__label {
	margin: 0 0 5px;
	color: #ff4f1f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}
.zz-exam-section__head h2,
.zz-exam-cta h2 {
	margin: 0;
	color: #161b25;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 800;
}
.zz-exam-section__head > p,
.zz-exam-cta p {
	max-width: 560px;
	margin: 0;
	color: #687180;
	font-size: 15px;
	line-height: 1.75;
}
.zz-exam-projects {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.zz-exam-project {
	position: relative;
	padding: 24px;
	border: 1px solid #e8edf5;
	border-radius: 6px;
	background: #fff;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.zz-exam-project:hover {
	transform: translateY(-3px);
	border-color: #ffd4c6;
	box-shadow: 0 16px 30px rgba(20,31,48,.08);
}
.zz-exam-project__top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
}
.zz-exam-project__top span {
	display: inline-flex;
	height: 28px;
	padding: 0 10px;
	align-items: center;
	border-radius: 4px;
	background: #fff3ee;
	color: #ff4f1f;
	font-size: 13px;
	font-weight: 800;
	line-height: 28px;
}
.zz-exam-project__top em {
	color: #8a94a4;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
}
.zz-exam-project h3 {
	margin: 14px 0 10px;
	color: #202733;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 800;
}
.zz-exam-project__date {
	display: block;
	min-height: 36px;
	color: #18243a;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 800;
}
.zz-exam-project__detail,
.zz-exam-project__note {
	margin: 10px 0 0;
	color: #687180;
	font-size: 14px;
	line-height: 1.75;
}
.zz-exam-date-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}
.zz-exam-date-list div {
	min-height: 58px;
	padding: 10px 12px;
	background: #f8fafc;
	border-left: 3px solid #2f6fb2;
	box-sizing: border-box;
}
.zz-exam-date-list strong,
.zz-exam-date-list span {
	display: block;
}
.zz-exam-date-list strong {
	color: #1b2b45;
	font-size: 16px;
	line-height: 1.35;
}
.zz-exam-date-list span {
	margin-top: 4px;
	color: #697586;
	font-size: 13px;
	line-height: 1.45;
}
.zz-exam-project dl {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 8px 12px;
	margin: 18px 0 0;
	padding-top: 16px;
	border-top: 1px solid #edf0f5;
}
.zz-exam-project dt {
	color: #8a94a4;
	font-size: 13px;
	line-height: 1.7;
}
.zz-exam-project dd {
	margin: 0;
	color: #333b48;
	font-size: 14px;
	line-height: 1.7;
}
.zz-exam-item__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}
.zz-exam-item__links a {
	display: inline-flex;
	min-height: 30px;
	padding: 0 10px;
	align-items: center;
	border: 1px solid #edf0f5;
	border-radius: 4px;
	color: #4c5667;
	font-size: 13px;
	line-height: 30px;
}
.zz-exam-item__links a:hover {
	border-color: #ffbda8;
	color: #ff4f1f;
}
.zz-cppm-table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.zz-cppm-table table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #fff;
}
.zz-cppm-table th,
.zz-cppm-table td {
	padding: 13px 16px;
	border: 1px solid #e5e9f1;
	text-align: left;
	color: #333b48;
	font-size: 15px;
	line-height: 1.55;
	vertical-align: top;
}
.zz-cppm-table th {
	background: #fff3ee;
	color: #202733;
	font-weight: 800;
}
.zz-cppm-table td:first-child {
	width: 82px;
	color: #ff4f1f;
	font-weight: 800;
}
.zz-cppm-table tr:nth-child(even) td {
	background: #fbfcfe;
}
.zz-exam-plan ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	counter-reset: examStep;
}
.zz-exam-plan li {
	position: relative;
	list-style: none;
	padding: 22px 20px 22px 54px;
	background: #fafbfe;
	border-radius: 6px;
	counter-increment: examStep;
}
.zz-exam-plan li:before {
	content: counter(examStep);
	position: absolute;
	left: 18px;
	top: 22px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ff4f1f;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.zz-exam-plan strong,
.zz-exam-plan span {
	display: block;
}
.zz-exam-plan strong {
	color: #202733;
	font-size: 16px;
	line-height: 1.5;
}
.zz-exam-plan span {
	margin-top: 8px;
	color: #687180;
	font-size: 14px;
	line-height: 1.7;
}
.zz-exam-faq__item {
	padding: 20px 0;
	border-top: 1px solid #edf0f5;
}
.zz-exam-faq__item h3 {
	margin: 0;
	color: #202733;
	font-size: 19px;
	line-height: 1.5;
}
.zz-exam-faq__item p {
	margin: 8px 0 0;
	color: #687180;
	font-size: 15px;
	line-height: 1.8;
}
.zz-exam-cta {
	margin-top: 24px;
	padding: 34px 36px;
	background: #202733;
	color: #fff;
}
.zz-exam-cta h2 {
	color: #fff;
}
.zz-exam-cta p {
	margin-top: 10px;
	color: #c8d0dc;
}
.zz-exam-cta a {
	margin-top: 18px;
}
.zz-exam-calendar--compact {
	padding-bottom: 74px;
}
.zz-exam-hero--compact {
	grid-template-columns: minmax(0, 1fr) 360px;
	padding: 24px 0 18px;
}
.zz-exam-hero--compact .zz-exam-hero__copy {
	padding: 32px 36px 30px;
}
.zz-exam-hero--compact h1 {
	font-size: 34px;
	line-height: 1.24;
}
.zz-exam-hero--compact p {
	max-width: 720px;
	margin-top: 12px;
	line-height: 1.75;
}
.zz-exam-hero--compact .zz-exam-hero__actions {
	margin-top: 20px;
}
.zz-exam-next--compact {
	padding: 18px;
}
.zz-exam-next--compact .zz-exam-next__row {
	padding: 8px 0;
}
.zz-exam-jump {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	gap: 8px;
	width: 1200px;
	margin: 0 auto 18px;
	padding: 10px 0;
	overflow-x: auto;
	background: #f5f7fb;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.zz-exam-jump a {
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	padding: 0 14px;
	align-items: center;
	border: 1px solid #e5e9f1;
	border-radius: 4px;
	background: #fff;
	color: #303948;
	font-size: 14px;
	line-height: 34px;
}
.zz-exam-jump a:hover {
	border-color: #ffbda8;
	color: #ff4f1f;
}
.zz-exam-section--tight {
	margin-top: 18px;
	padding: 28px 30px;
}
.zz-exam-projects--summary {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.zz-exam-project--summary h3 {
	margin-bottom: 14px;
}
.zz-exam-summary-list {
	display: grid;
	gap: 8px;
}
.zz-exam-summary-list div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 10px 12px;
	background: #f8fafc;
	border-left: 3px solid #2f6fb2;
}
.zz-exam-summary-list span {
	color: #8a94a4;
	font-size: 13px;
	line-height: 1.65;
}
.zz-exam-summary-list strong {
	color: #1b2b45;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 800;
}
.zz-exam-details {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #edf0f5;
}
.zz-exam-details summary,
.zz-cppm-full summary {
	cursor: pointer;
	color: #ff4f1f;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.6;
	list-style: none;
}
.zz-exam-details summary::-webkit-details-marker,
.zz-cppm-full summary::-webkit-details-marker {
	display: none;
}
.zz-exam-details summary:after,
.zz-cppm-full summary:after {
	content: " +";
	color: #ff4f1f;
}
.zz-exam-details[open] summary:after,
.zz-cppm-full[open] summary:after {
	content: " -";
}
.zz-cppm-near {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.zz-cppm-near div {
	padding: 16px;
	background: #f8fafc;
	border-left: 3px solid #ff4f1f;
	box-sizing: border-box;
}
.zz-cppm-near span,
.zz-cppm-near strong,
.zz-cppm-near em {
	display: block;
}
.zz-cppm-near span {
	color: #ff4f1f;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
}
.zz-cppm-near strong {
	margin-top: 6px;
	color: #1b2b45;
	font-size: 15px;
	line-height: 1.55;
}
.zz-cppm-near em {
	margin-top: 5px;
	color: #697586;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}
.zz-cppm-year {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #edf0f5;
}
.zz-cppm-year__head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	margin-bottom: 12px;
}
.zz-cppm-year__head h3 {
	margin: 0;
	color: #202733;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 800;
}
.zz-cppm-year__head p {
	max-width: 520px;
	margin: 0;
	color: #687180;
	font-size: 14px;
	line-height: 1.7;
}
.zz-cppm-year__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.zz-cppm-year__grid div {
	padding: 13px 14px;
	border: 1px solid #e8edf5;
	background: #fff;
	box-sizing: border-box;
}
.zz-cppm-year__grid span,
.zz-cppm-year__grid strong,
.zz-cppm-year__grid em,
.zz-cppm-year__grid p {
	display: block;
}
.zz-cppm-year__grid span {
	color: #ff4f1f;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}
.zz-cppm-year__grid strong {
	margin-top: 4px;
	color: #1b2b45;
	font-size: 15px;
	line-height: 1.45;
}
.zz-cppm-year__grid em,
.zz-cppm-year__grid p {
	margin: 5px 0 0;
	color: #697586;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}
.zz-cppm-full {
	margin-top: 16px;
}
.zz-cppm-full .zz-cppm-table {
	margin-top: 14px;
}
.zz-exam-mobile-bar {
	display: none;
}

@media (max-width: 1360px) {
	.zz-exam-hero,
	.zz-exam-section,
	.zz-exam-cta,
	.zz-exam-jump {
		width: calc(100% - 30px);
	}
	.zz-exam-plan ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.zz-exam-hero {
		grid-template-columns: 1fr;
	}
	.zz-exam-projects {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.zz-calendar-entry {
		width: 92%;
		height: auto;
		margin: .3rem auto;
		padding-bottom: 0;
		background: #fff !important;
	}
	.zz-calendar-entry__main {
		min-height: 0;
		padding: .42rem .48rem .28rem;
	}
	.zz-calendar-entry h2 {
		width: auto;
		margin-top: .1rem;
		font-size: 22px;
		line-height: 1.4;
	}
	.zz-calendar-entry p {
		font-size: 14px;
	}
	.zz-calendar-entry .ksrl_date {
		width: 100%;
	}
	.zz-calendar-entry .ksrl_date span {
		width: 38px;
		height: 40px;
		line-height: 36px;
		font-size: 24px;
	}
	.zz-calendar-entry strong {
		height: 34px;
		line-height: 34px;
	}
	.zz-exam-calendar {
		padding-bottom: 32px;
	}
	.zz-exam-hero {
		display: block;
		padding: 26px 0 16px;
	}
	.zz-exam-hero--compact {
		padding: 12px 0 10px;
	}
	.zz-exam-hero__copy {
		padding: 26px 20px;
	}
	.zz-exam-hero--compact .zz-exam-hero__copy {
		padding: 18px 16px;
	}
	.zz-exam-hero__copy:after {
		display: none;
	}
	.zz-exam-hero h1 {
		font-size: 25px;
		line-height: 1.35;
	}
	.zz-exam-hero p {
		font-size: 14px;
		line-height: 1.75;
	}
	.zz-exam-hero--compact h1 {
		font-size: 25px;
		line-height: 1.3;
	}
	.zz-exam-hero--compact p {
		margin-top: 8px;
		line-height: 1.55;
	}
	.zz-exam-contact {
		gap: 6px;
		margin-top: 12px;
	}
	.zz-exam-contact span,
	.zz-exam-contact strong {
		min-height: 30px;
		padding: 0 9px;
		font-size: 13px;
	}
	.zz-exam-hero__actions {
		flex-wrap: wrap;
		margin-top: 18px;
	}
	.zz-exam-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 14px;
		padding-top: 0;
	}
	.zz-exam-flow span {
		min-height: 30px;
		font-size: 12px;
	}
	.zz-exam-flow span + span:before {
		display: none;
	}
	.zz-exam-hero__actions a,
	.zz-exam-cta a {
		height: 38px;
		padding: 0 16px;
		font-size: 14px;
		line-height: 38px;
	}
	.zz-exam-next {
		margin-top: 10px;
		padding: 16px 18px;
	}
	.zz-exam-next__head strong {
		font-size: 20px;
	}
	.zz-exam-next__row {
		grid-template-columns: 46px minmax(76px, auto);
		gap: 8px 10px;
		padding: 10px 0;
	}
	.zz-exam-next__row span {
		grid-column: 1 / -1;
	}
	.zz-exam-next--compact .zz-exam-next__row:nth-of-type(n+5) {
		display: none;
	}
	.zz-exam-jump {
		top: 0;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		box-shadow: 0 8px 18px rgba(20,31,48,.06);
	}
	.zz-exam-jump a {
		height: 32px;
		padding: 0 12px;
		font-size: 13px;
		line-height: 32px;
	}
	.zz-exam-section,
	.zz-exam-cta {
		margin-top: 16px;
		padding: 22px 18px;
	}
	.zz-exam-section__head {
		display: block;
		margin-bottom: 18px;
	}
	.zz-exam-section__head h2,
	.zz-exam-cta h2 {
		font-size: 22px;
	}
	.zz-exam-section__head > p,
	.zz-exam-cta p {
		margin-top: 8px;
		font-size: 14px;
	}
	.zz-exam-project {
		padding: 18px;
	}
	.zz-exam-project h3 {
		font-size: 19px;
	}
	.zz-exam-project__date {
		min-height: 0;
		font-size: 21px;
	}
	.zz-exam-date-list {
		grid-template-columns: 1fr;
	}
	.zz-exam-project dl {
		grid-template-columns: 64px minmax(0, 1fr);
	}
	.zz-exam-summary-list div {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 8px;
		padding: 9px 10px;
	}
	.zz-exam-summary-list strong {
		font-size: 14px;
	}
	.zz-cppm-near {
		grid-template-columns: 1fr;
	}
	.zz-cppm-year__head {
		display: block;
	}
	.zz-cppm-year__head h3 {
		font-size: 18px;
	}
	.zz-cppm-year__head p {
		margin-top: 6px;
	}
	.zz-cppm-year__grid {
		grid-template-columns: 1fr 1fr;
	}
	.zz-cppm-year__grid div {
		padding: 11px 10px;
	}
	.zz-cppm-year__grid span {
		font-size: 16px;
	}
	.zz-exam-plan ol {
		grid-template-columns: 1fr;
	}
	.zz-exam-plan li {
		padding: 18px 18px 18px 52px;
	}
	.zz-exam-plan li:before {
		top: 18px;
	}
	.zz-exam-mobile-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		background: #fff;
		box-shadow: 0 -8px 22px rgba(20,31,48,.12);
	}
	.zz-exam-mobile-bar a {
		display: flex;
		height: 48px;
		align-items: center;
		justify-content: center;
		color: #202733;
		font-size: 14px;
		font-weight: 800;
		line-height: 1.2;
	}
	.zz-exam-mobile-bar a:last-child {
		background: #ff4f1f;
		color: #fff;
	}
}
