.sport-category-hero {
	box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.46);
	position: relative;
}

.sport-category-page {
	display: flex;
	flex-direction: column;
}

.sport-category-page > * {
	order: 50;
}

.sport-category-page .sport-category-hero {
	order: 1;
}

.sport-category-page .sport-category-ticker {
	order: 2;
}

.sport-category-page .sport-category-engineering {
	order: 3;
}

.sport-category-page .sport-category-options {
	order: 4;
}

.sport-category-page .sport-category-sizes-wrap {
	order: 5;
}

.sport-category-page .sport-category-catalog {
	order: 6;
}

.sport-category-page .section-11_white {
	order: 7;
}

.sport-category-page .sport-category-compare-wrap {
	order: 8;
}

.sport-category-page .sport-category-trends {
	order: 9;
}

.sport-category-page .sport-category-faq {
	order: 10;
}

.sport-category-page .sport-category-seo {
	order: 11;
}

.sport-category-page .section-6 {
	order: 12;
}

.sport-category-page .section-56 {
	order: 13;
}

.sport-category-page .section-54 {
	order: 14;
}

.sport-category-hero .section-1__container {
	position: relative;
	z-index: 1;
}

.sport-category-hero .section-1__title,
.sport-category-hero .section-1__undertitle {
	color: #fff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.sport-category-hero .breadcrumbs,
.sport-category-hero .breadcrumbs a,
.sport-category-hero .breadcrumbs span {
	color: #000;
	text-shadow: none;
}

.sport-category-hero .section-1__undertitle {
	max-width: 760px;
}

.sport-category-ticker {
	background: #5263c8;
	color: #fff;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

.sport-category-ticker__track {
	animation: sportCategoryTicker 34s linear infinite;
	display: inline-flex;
	gap: 34px;
	min-width: max-content;
	padding-left: 0;
	will-change: transform;
}

.sport-category-ticker span {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
}

.sport-category-catalog .section-57__title {
	margin-bottom: 38px;
}

.sport-category-catalog .section-57__catalog {
	margin-top: 0;
}

.sport-category-engineering .section-5__subtitle {
	max-width: none;
}

.sport-category-options,
.sport-category-sizes-wrap,
.sport-category-catalog,
.sport-category-page .section-11_white,
.sport-category-compare-wrap,
.sport-category-trends,
.sport-category-faq,
.sport-category-seo,
.sport-category-page .section-6,
.sport-category-page .section-56,
.sport-category-page .section-54 {
	margin-top: 90px;
}

.sport-category-engineering {
	margin-top: 90px;
}

.sport-category-page .section-11_white {
	background: #f7f8fb;
	padding: 90px 0;
}

.sport-category-page .section-56 {
	align-self: center;
	box-sizing: border-box;
	width: 100%;
}

.sport-category-page .sport-category-sizes-wrap,
.sport-category-page .sport-category-compare-wrap {
	align-self: center;
	box-sizing: border-box;
	width: 100%;
}

.sport-category-page .sport-category-sizes,
.sport-category-page .sport-category-compare {
	width: 100%;
}

.sport-category-seo {
	margin-bottom: 0;
}

@keyframes sportCategoryTicker {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.sport-category-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 44px;
}

.sport-category-grid_four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sport-category-grid_three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sport-category-card {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
	min-height: 100%;
	padding: 28px;
}

.sport-category-card__value {
	color: #5263c8;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.sport-category-card__price {
	color: #5263c8;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 10px 0 14px;
}

.sport-category-table-wrap {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
	margin-top: 34px;
	overflow-x: auto;
}

.sport-category-table {
	border-collapse: collapse;
	min-width: 820px;
	width: 100%;
}

.sport-category-table th,
.sport-category-table td {
	border-bottom: 1px solid #e8edf4;
	padding: 18px 16px;
	text-align: left;
	vertical-align: top;
}

.sport-category-table th {
	background: #1f2732;
	color: #fff;
	font-weight: 800;
}

.sport-category-table td:first-child {
	color: #5263c8;
	font-weight: 800;
}

.sport-category-faq__items {
	display: grid;
	gap: 14px;
	margin-top: 30px;
}

.sport-category-seo {
	margin-top: 100px;
}

.sport-category-seo__article {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
	padding: 42px;
}

.sport-category-seo__article h2,
.sport-category-seo__article h3 {
	font-weight: 800;
	line-height: 1.25;
	margin: 30px 0 18px;
}

.sport-category-seo__article h2:first-child,
.sport-category-seo__article h3:first-child {
	margin-top: 0;
}

.sport-category-seo__article p,
.sport-category-seo__article li {
	color: #4b5563;
	font-size: 17px;
	line-height: 1.75;
}

.sport-category-seo__article p {
	margin: 0 0 18px;
}

.sport-category-seo__article ul,
.sport-category-seo__article ol {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding-left: 22px;
}

.sport-category-faq details {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	padding: 22px 26px;
}

.sport-category-faq summary {
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.sport-category-faq summary::-webkit-details-marker {
	display: none;
}

.sport-category-faq summary::after {
	color: #5263c8;
	content: "+";
	float: right;
	font-size: 22px;
	line-height: 1;
}

.sport-category-faq details[open] summary::after {
	content: "-";
}

.sport-category-faq p {
	margin-top: 14px;
}

@media (max-width: 1180px) {
	.sport-category-grid,
	.sport-category-grid_four,
	.sport-category-grid_three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sport-category-grid,
	.sport-category-grid_four,
	.sport-category-grid_three {
		grid-template-columns: 1fr;
	}

	.sport-category-card,
	.sport-category-faq details,
	.sport-category-seo__article {
		padding: 22px;
	}
}
