.matest-catalog-hub .catalog-matest-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
	gap: 48px;
	margin: 0 0 38px;
	padding: 42px;
	border: 1px solid #d9dfeb;
	border-top: 4px solid #f1d900;
	background: #fff;
	color: #101a44;
}

.catalog-matest-intro__eyebrow {
	margin: 0 0 12px;
	color: #24782d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}

.matest-catalog-hub .catalog-matest-intro h1 {
	margin: 0 0 18px;
	color: #11184a;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.04;
	letter-spacing: 0;
}

.catalog-matest-intro__main > p:not(.catalog-matest-intro__eyebrow) {
	max-width: 900px;
	margin: 0 0 14px;
	color: #4d5875;
	font-size: 17px;
	line-height: 1.7;
}

.catalog-matest-intro__main .catalog-matest-intro__lead {
	color: #172247;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
}

.catalog-matest-intro__main p a {
	color: #25206c;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #d7bd00;
	text-underline-offset: 3px;
}

.catalog-matest-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.catalog-matest-intro__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid #211867;
	font-weight: 800;
	text-decoration: none;
}

.catalog-matest-intro__primary {
	background: #211867;
	color: #fff !important;
}

.catalog-matest-intro__secondary {
	background: #fff;
	color: #211867 !important;
}

.catalog-matest-intro__facts {
	align-self: stretch;
	border-top: 1px solid #d9dfeb;
}

.catalog-matest-intro__facts > div {
	display: grid;
	gap: 5px;
	padding: 22px 4px;
	border-bottom: 1px solid #d9dfeb;
}

.catalog-matest-intro__facts strong {
	color: #11184a;
	font-size: 17px;
	line-height: 1.3;
}

.catalog-matest-intro__facts span {
	color: #64708b;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.matest-catalog-hub .catalog-matest-intro {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 30px;
	}
}

@media (max-width: 560px) {
	.matest-catalog-hub .catalog-matest-intro {
		margin-bottom: 26px;
		padding: 24px 18px;
	}

	.matest-catalog-hub .catalog-matest-intro h1 {
		font-size: 34px;
	}

	.catalog-matest-intro__main > p:not(.catalog-matest-intro__eyebrow) {
		font-size: 16px;
		line-height: 1.6;
	}

	.catalog-matest-intro__main .catalog-matest-intro__lead {
		font-size: 18px;
	}

	.catalog-matest-intro__actions,
	.catalog-matest-intro__actions a {
		width: 100%;
	}
}

.matest-catalog-hub {
	background: #f5f7fb;
	color: #121a43;
	font-family: "Open Sans", Arial, sans-serif;
}

.matest-catalog-hub #breadcrumbs {
	margin: 18px 0 22px;
	color: #4b5878;
	font-size: 15px;
	line-height: 1.5;
}

.matest-catalog-hub #breadcrumbs a,
.matest-catalog-hub #breadcrumbs span {
	color: #253066;
	font-weight: 700;
}

.matest-catalog-hub .catalog-matest-intro {
	position: relative;
	overflow: hidden;
	border: 1px solid #cfd7e8;
	border-top: 5px solid #ead600;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(246, 248, 253, .96) 100%);
	box-shadow: 0 24px 60px rgba(15, 23, 42, .09);
}

.matest-catalog-hub .catalog-matest-intro::after {
	content: "";
	position: absolute;
	right: -90px;
	top: -120px;
	width: 300px;
	height: 300px;
	border: 42px solid rgba(234, 214, 0, .18);
	border-radius: 50%;
	pointer-events: none;
}

.matest-catalog-hub .catalog-matest-intro__eyebrow {
	color: #1f7a33;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .03em;
}

.matest-catalog-hub .catalog-matest-intro h1 {
	max-width: 920px;
	color: #08114d;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-weight: 900;
	text-wrap: balance;
}

.matest-catalog-hub .catalog-matest-intro__main .catalog-matest-intro__lead {
	max-width: 920px;
	color: #17204f;
	font-size: 21px;
	font-weight: 700;
}

.matest-catalog-hub .catalog-matest-intro__main > p:not(.catalog-matest-intro__eyebrow) {
	color: #3e4b6f;
	font-size: 17.5px;
}

.matest-catalog-hub .catalog-matest-intro__commercial {
	margin-top: 18px !important;
	padding: 18px 20px;
	border-left: 4px solid #ead600;
	border-radius: 0 8px 8px 0;
	background: rgba(255, 255, 255, .78);
	color: #17204f !important;
	font-size: 16.5px !important;
	font-weight: 650;
	line-height: 1.62 !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.matest-catalog-hub .catalog-matest-intro__actions a {
	min-height: 52px;
	border-radius: 7px;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: .01em;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.matest-catalog-hub .catalog-matest-intro__primary {
	background: #171052;
	box-shadow: 0 16px 30px rgba(23, 16, 82, .18);
}

.matest-catalog-hub .catalog-matest-intro__secondary {
	background: #fff;
}

.matest-catalog-hub .catalog-matest-intro__actions a:hover,
.matest-catalog-hub .catalog-matest-intro__actions a:focus {
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(23, 16, 82, .16);
}

.matest-catalog-hub .catalog-matest-intro__facts {
	position: relative;
	z-index: 1;
	border-top: 0;
	border-left: 1px solid #d9dfeb;
	background: rgba(255, 255, 255, .68);
}

.matest-catalog-hub .catalog-matest-intro__facts > div {
	padding: 24px 20px;
}

.matest-catalog-hub .catalog-matest-intro__facts strong {
	color: #08114d;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
}

.matest-catalog-hub .catalog-matest-intro__facts span {
	color: #475676;
	font-size: 15px;
}

.matest-catalog-hub #catalogSection {
	margin-top: 46px !important;
	margin-bottom: 58px !important;
}

.matest-catalog-hub .catalog-section {
	padding: 8px 0 34px !important;
}

.matest-catalog-hub .catalog-grid {
	gap: 22px !important;
}

.matest-catalog-hub .catalog-card {
	min-height: 176px !important;
	padding: 24px !important;
	border: 1px solid #cfd7e8 !important;
	border-top: 4px solid #ead600 !important;
	border-radius: 8px !important;
	background: linear-gradient(180deg, #fff 0%, #fbfcff 100%) !important;
	box-shadow: 0 18px 42px rgba(15, 23, 42, .08) !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.matest-catalog-hub .catalog-card:hover,
.matest-catalog-hub .catalog-card:focus {
	transform: translateY(-3px) !important;
	border-color: #aeb9d1 !important;
	box-shadow: 0 26px 58px rgba(15, 23, 42, .13) !important;
}

.matest-catalog-hub .catalog-card__title {
	color: #09114d !important;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif !important;
	font-size: 25px !important;
	font-weight: 900 !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
}

.matest-catalog-hub .catalog-card__desc {
	max-width: 28ch !important;
	color: #4d5875 !important;
	font-size: 14.5px !important;
	line-height: 1.5 !important;
}

.matest-catalog-hub .catalog-card__btn {
	height: 36px !important;
	border-radius: 7px !important;
	background: #ead600 !important;
	color: #171052 !important;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	box-shadow: 0 10px 20px rgba(234, 214, 0, .23) !important;
}

.matest-catalog-hub .catalog-card__media {
	width: 132px !important;
	height: 132px !important;
	filter: drop-shadow(0 16px 18px rgba(15, 23, 42, .13)) !important;
}

.matest-catalog-hub .catalog-card__media img {
	width: 132px !important;
	height: 132px !important;
	object-fit: contain !important;
}

.matest-catalog-hub .catalog-matest-links {
	margin: 0 0 56px;
	padding: 34px;
	border: 1px solid #cfd7e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 52px rgba(15, 23, 42, .07);
}

.matest-catalog-hub .catalog-matest-links__head {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	gap: 24px 44px;
	align-items: end;
	margin: 0 0 26px;
}

.matest-catalog-hub .catalog-matest-links__head p {
	grid-column: 1 / -1;
	margin: 0 0 -14px;
	color: #1f7a33;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.matest-catalog-hub .catalog-matest-links__head h2 {
	margin: 0;
	color: #08114d;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-size: clamp(30px, 3.1vw, 46px);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: 0;
}

.matest-catalog-hub .catalog-matest-links__head span {
	color: #4d5875;
	font-size: 17px;
	line-height: 1.6;
}

.matest-catalog-hub .catalog-matest-links__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #d9dfeb;
	border-left: 1px solid #d9dfeb;
}

.matest-catalog-hub .catalog-matest-links__grid a {
	display: grid;
	gap: 9px;
	min-height: 122px;
	padding: 22px 24px;
	border-right: 1px solid #d9dfeb;
	border-bottom: 1px solid #d9dfeb;
	background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
	color: #101a44;
	text-decoration: none;
	transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.matest-catalog-hub .catalog-matest-links__grid a:hover,
.matest-catalog-hub .catalog-matest-links__grid a:focus {
	position: relative;
	z-index: 1;
	background: #fffef0;
	box-shadow: 0 16px 32px rgba(15, 23, 42, .1);
	transform: translateY(-2px);
}

.matest-catalog-hub .catalog-matest-links__grid strong {
	color: #08114d;
	font-family: Oswald, "Arial Narrow", Arial, sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
}

.matest-catalog-hub .catalog-matest-links__grid span {
	color: #53607c;
	font-size: 15px;
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.matest-catalog-hub .catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.matest-catalog-hub .catalog-matest-links__head {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 900px) {
	.matest-catalog-hub .catalog-matest-intro__facts {
		border-left: 0;
		border-top: 1px solid #d9dfeb;
	}
}

@media (max-width: 560px) {
	.matest-catalog-hub #breadcrumbs {
		font-size: 14px;
	}

	.matest-catalog-hub .catalog-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.matest-catalog-hub .catalog-card {
		min-height: 150px !important;
		padding: 18px !important;
	}

	.matest-catalog-hub .catalog-card__title {
		font-size: 22px !important;
	}

	.matest-catalog-hub .catalog-card__media,
	.matest-catalog-hub .catalog-card__media img {
		width: 104px !important;
		height: 104px !important;
	}

	.matest-catalog-hub .catalog-matest-links {
		padding: 22px 16px;
	}

	.matest-catalog-hub .catalog-matest-links__grid {
		grid-template-columns: 1fr;
	}

	.matest-catalog-hub .catalog-matest-links__grid a {
		min-height: 0;
		padding: 18px;
	}

	.matest-catalog-hub .catalog-matest-links__grid strong {
		font-size: 20px;
	}
}
