.ProductSubnav {
	background: #f2f3f4;
}

.ProductSubnav .main {
	display: flex;
	align-items: center;
	width: 1640px;
	max-width: 90%;
	height: 44px;
	gap: 32px;
	font-size: 14px;
	line-height: 20px;
}

.ProductSubnav a.active {
	color: var(--site-red);
}

.ProductListHero {
	display: flex;
	align-items: center;
	height: 400px;
	padding: 0;
	background-image:
		linear-gradient(90deg, rgba(6, 10, 13, 0.84), rgba(6, 10, 13, 0.38)),
		url("../images/4d699e78f9d77a3225a1b58ea4b7ba68de3b45b2.png");
	color: #fff;
	background-size: cover;
}

.ProductListHero .main,
.ProductCatalog .main {
	width: 1640px;
	max-width: 90%;
}

.ProductListHero span {
	color: #f05738;
	font-size: 12px;
	line-height: 12px;
}

.ProductListHero h1 {
	margin-top: 20px;
	font-size: 64px;
	font-weight: 600;
	line-height: 70px;
}

.ProductListHero p {
	max-width: 670px;
	margin-top: 18px;
	color: #ccd0d3;
	font-size: 18px;
	line-height: 29px;
}

.ProductCatalog {
	padding: 82px 0 110px;
	background: #f5f6f7;
}

.ProductCatalog .catalogLayout {
	display: grid;
	grid-template-columns: 385px 1fr;
	gap: 24px;
}

.ProductCatalog aside {
	align-self: start;
}

.ProductCatalog .filterPanel {
	padding: 24px;
	border: 1px solid var(--site-line);

border-radius: 4px;
background: rgba(242, 244, 246, 1);
}

.ProductCatalog aside h2 {
	font-size: 24px;
	line-height: 34px;
}

.ProductCatalog aside label,
.ProductCatalog .filterGroup > span {
	display: grid;
	gap: 8px;
	margin-top: 16px;
	font-size: 12px;
	line-height: 18px;
}

.ProductCatalog aside input[type="search"],
.ProductCatalog aside select {
	width: 100%;
	padding: 12px;
	border: 1px solid var(--site-line);
	font-size: 14px;
	line-height: 20px;
}

.ProductCatalog .filterGroup {
	margin: 20px 0;
	padding: 18px 0;
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
}

.ProductCatalog .filterGroup label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 22px;
}

.ProductCatalog .filterGroup input {
	appearance: auto;
	accent-color: var(--site-red);
}

.ProductCatalog .supportBox {
	margin-top: 24px;
	padding: 24px;
	background: #303334;
	color: #fff;
}

.ProductCatalog .supportBox h3 {
	font-size: 22px;
	line-height: 32px;
}

.ProductCatalog .supportBox p {
	margin-top: 8px;
	color: #d1d4d6;
	font-size: 14px;
	line-height: 22px;
}

.ProductCatalog .supportBox a {
	display: block;
	margin-top: 16px;
	padding: 12px;
	background: #fff;
	color: #222;
	text-align: center;
}

.ProductCatalog .supportBox::after {
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 18px;
	background: rgba(255, 255, 255, 0.18);
	content: "";
}

.ProductCatalog .catalogTitle {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 26px;
}

.ProductCatalog .catalogTitle span {
	color: var(--site-red);
	font-size: 12px;
	line-height: 18px;
}

.ProductCatalog .catalogTitle h2 {
	margin-top: 8px;
	font-size: 32px;
	line-height: 42px;
}

.ProductCatalog .catalogTitle p {
	color: #73797f;
	font-size: 14px;
	line-height: 22px;
}

.ProductCatalog .catalogGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.ProductCatalog .catalogGrid > a {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid #e1e4e7;
	background: #fff;
}

.ProductCatalog .catalogMetaIcon {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 18px;
	height: 18px;
}

.ProductCatalog .catalogMetaIcon img {
	display: block;
	width: 100%;
	height: 100%;
}

.ProductCatalog .catalogImage {
	aspect-ratio: 328 / 179;
	margin-bottom: 18px;
	flex-shrink: 0;
}

.ProductCatalog .catalogGrid h3 {
	font-size: 24px;
	line-height: 34px;
}

.ProductCatalog .catalogGrid p {
	margin-top: 6px;
	color: #73797f;
	font-size: 14px;
	line-height: 22px;
}

.ProductCatalog .catalogGrid a > span {
	display: block;
	margin-top: auto;
	padding-top: 18px;
	color: var(--site-red);
	font-size: 16px;
	line-height: 24px;
}

.ProductCatalog .customCard {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-style: dashed;
	text-align: center;
}

.ProductCatalog .customCard b {
	font-size: 30px;
	font-weight: 400;
}

.ProductCatalog .pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 48px;
}

.ProductCatalog .pagination button,
.ProductCatalog .pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--site-line);
}

.ProductCatalog .pagination button.active {
	background: var(--site-red);
	color: #fff;
}

.searchHero {
	height: auto;
	min-height: 400px;
	padding: 80px 0;
}

.searchHero .searchPanel {
	display: flex;
	width: min(560px, 100%);
	max-width: 100%;
	margin-top: 28px;
	padding: 0;
	gap: 10px;
}

.searchHero .searchPanel input {
	min-width: 0;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d9dde1;
	background: #fff;
	color: #222;
}

.searchHero .searchPanel button {
	flex: 0 0 86px;
	height: 48px;
	background: var(--site-red);
	color: #fff;
}

.ProductCatalog .searchResultType {
	position: static;
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 8px;
	color: var(--site-red);
	font-size: 12px;
	line-height: 18px;
}

@media only screen and (max-width: 1440px) {
	.ProductCatalog .catalogLayout {
		grid-template-columns: 290px 1fr;
	}
}

@media only screen and (max-width: 768px) {
	.ProductSubnav .main {
		height: auto;
		padding: 12px 0;
		flex-wrap: wrap;
		gap: 14px;
	}

	.ProductListHero {
		height: auto;
		min-height: 400px;
	}

	.ProductListHero h1 {
		font-size: 44px;
		line-height: 56px;
	}

	.searchHero {
		min-height: 0;
		padding: 64px 0;
	}

	.searchHero h1 {
		font-size: 36px;
		line-height: 46px;
	}

	.searchHero .searchPanel {
		width: 100%;
	}

	.ProductCatalog .catalogLayout,
	.ProductCatalog .catalogGrid {
		grid-template-columns: 1fr;
	}

	.ProductCatalog .catalogTitle {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.ProductCatalog .catalogGrid > a {
		min-height: 0;
	}
}
