.next-era-catalogue {
	color: #024d81;
	font-family: "Plus Jakarta Sans", sans-serif;
	background: #fff;
}

.next-era-catalogue--shop {
	overflow-x: hidden;
}

.next-era-catalogue *,
.next-era-catalogue *::before,
.next-era-catalogue *::after {
	box-sizing: border-box;
}

.next-era-catalogue__search {
	padding: 38px 30px 30px;
	color: #fff;
	background: #023B64;
}

.next-era-catalogue__search-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 294px)) minmax(160px, 1fr);
	gap: 9px;
	align-items: end;
	width: min(1144px, 100%);
	margin: 0 auto;
}

.next-era-catalogue__search-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 15px;
}

.next-era-catalogue__search-field {
	width: 100%;
	max-width: 100%;
}

.next-era-catalogue__search-field select {
	width: 100%;
	height: 44px;
	padding: 0 42px 0 15px;
	border: 1px solid #d8e1e8;
	border-radius: 5px;
	color: #024d81;
	background: #fff;
	font: inherit;
	font-size: 15px;
}

.next-era-catalogue__search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 44px;
	padding: 0 25px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #0876ba;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.next-era-catalogue__search-button span {
	position: relative;
	width: 13px;
	height: 13px;
	border: 1.5px solid currentcolor;
	border-radius: 50%;
}

.next-era-catalogue__search-button span::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 6px;
	height: 1.5px;
	background: currentcolor;
	transform: rotate(45deg);
}

.next-era-catalogue__result-count {
	grid-column: 1 / -1;
	margin: 13px 0 0;
	font-size: 15px;
}

.next-era-catalogue__result-count strong {
	color: #05b6f2;
}

.next-era-catalogue__search--shop {
	padding: 46px 30px 42px;
}

.next-era-catalogue__search-inner--shop {
	display: block;
}

.next-era-catalogue__shop-heading h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08;
}

.next-era-catalogue__shop-heading p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

.next-era-catalogue__shop-heading strong {
	color: #05b6f2;
}

@media (max-width: 1024px) {
	.next-era-catalogue__search-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.next-era-catalogue__search-button {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.next-era-catalogue__search-inner {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.next-era-catalogue__search-button {
		width: 100%;
	}
}

.next-era-catalogue__layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 20px;
	width: min(1380px, calc(100% - 60px));
	margin: 38px auto 100px;
}

.next-era-catalogue__layout--shop {
	display: block;
	width: min(1144px, calc(100% - 60px));
}

.next-era-catalogue__sidebar {
	padding-right: 20px;
}

.next-era-catalogue-filter {
	padding: 0 15px 28px;
	border-bottom: 1px solid #dce7ef;
}

.next-era-catalogue-filter + .next-era-catalogue-filter {
	padding-top: 28px;
}

.next-era-catalogue-filter h2 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px;
	font-size: 15px;
	font-weight: 700;
	transition: margin-bottom 0.28s ease;
}

.next-era-catalogue-filter h2 span[role="button"] {
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.next-era-catalogue-filter h2 img {
	display: block;
	width: 12px;
	height: auto;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.next-era-catalogue-filter.is-closed h2 img {
	transform: scaleY(-1);
}

.next-era-catalogue-filter__body {
	max-height: 720px;
	opacity: 1;
	transition: max-height 0.32s ease, opacity 0.22s ease;
}

.next-era-catalogue-filter.is-closed h2 {
	margin-bottom: 0;
}

.next-era-catalogue-filter.is-closed .next-era-catalogue-filter__body {
	max-height: 0;
	opacity: 0;
	pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
	.next-era-catalogue-filter h2,
	.next-era-catalogue-filter h2 img,
	.next-era-catalogue-filter__body {
		transition: none;
	}
}

.next-era-catalogue-filter__actions {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}

.next-era-catalogue-filter__actions button {
	padding: 0;
	border: 0;
	color: #024d81;
	background: transparent;
	font: inherit;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}


.next-era-catalogue-filter__actions button:hover{
    background-color: transparent;
}

.next-era-catalogue-filter__check {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 12px;
	font-size: 14px;
	cursor: pointer;
}

.next-era-catalogue-filter__check input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #0876ba;
}

.next-era-catalogue-filter__more {
	margin: 22px 0 0;
	font-size: 12px;
	font-weight: 600;
}

.next-era-catalogue-filter__range {
	--duration-min: 0%;
	--duration-max: 100%;
	--duration-min-label: 0%;
	--duration-max-label: 100%;
	padding: 21px 0 0;
}

.next-era-catalogue-filter__range-track {
	position: relative;
	height: 18px;
}

.next-era-catalogue-filter__range-track::before,
.next-era-catalogue-filter__range-track::after {
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	height: 7px;
	border-radius: 999px;
	content: "";
}

.next-era-catalogue-filter__range-track::before {
	background: #d1d5db;
}

.next-era-catalogue-filter__range-track::after {
	right: calc(100% - var(--duration-max));
	left: var(--duration-min);
	background: #036cb6;
}

.next-era-catalogue-filter__range input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 18px;
	margin: 0;
	padding: 0;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
}

.next-era-catalogue-filter__range input::-webkit-slider-runnable-track {
	height: 7px;
	background: transparent;
}

.next-era-catalogue-filter__range input::-moz-range-track {
	height: 7px;
	background: transparent;
}

.next-era-catalogue-filter__range input::-webkit-slider-thumb {
	width: 22px;
	height: 22px;
	margin-top: -7px;
	border: 1px solid #012d4c;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(1, 45, 76, 0.18);
	cursor: pointer;
	pointer-events: auto;
	-webkit-appearance: none;
	appearance: none;
}

.next-era-catalogue-filter__range input::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border: 1px solid #012d4c;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(1, 45, 76, 0.18);
	cursor: pointer;
	pointer-events: auto;
}

.next-era-catalogue-filter__range-values {
	position: relative;
	height: 41px;
	margin-top: 3px;
}

.next-era-catalogue-filter__range-values span {
	position: absolute;
	top: 9px;
	display: grid;
	place-items: center;
	min-width: 43px;
	height: 32px;
	padding: 0 10px;
	border-radius: 10px;
	color: #fff;
	background: #012d4c;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	transform: translateX(-50%);
}

.next-era-catalogue-filter__range-values span::before {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 10px;
	height: 10px;
	content: "";
	background: #012d4c;
	transform: translateX(-50%) rotate(45deg);
}

.next-era-catalogue-filter__range-values [data-duration-min-value] {
	left: var(--duration-min-label);
}

.next-era-catalogue-filter__range-values [data-duration-max-value] {
	left: var(--duration-max-label);
}

.next-era-catalogue__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-content: start;
}

.next-era-catalogue__grid--shop {
	width: 100%;
}

.next-era-training-card {
	position: relative;
	min-width: 0;
	height: 430px;
}

.next-era-training-card--shop {
	height: 470px;
}

.next-era-training-card[hidden] {
	display: none;
}

.next-era-training-card__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
	color: #fefefe;
	background: #0876ba;
	text-decoration: none;
}

.next-era-training-card__link:hover,
.next-era-training-card__link:focus,
.next-era-training-card__link:focus-visible,
.next-era-training-card__link:focus *,
.next-era-training-card__link:focus-visible * {
	color: #fefefe;
}

.next-era-training-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.next-era-training-card__image--fallback {
	background:
		linear-gradient(145deg, rgb(3 108 182 / 80%), rgb(2 59 100 / 95%)),
		url("../../images/arc1.webp") bottom left / 80% auto no-repeat;
}

.next-era-training-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgb(2 77 129 / 3%) 10%, rgb(2 59 100 / 55%) 48%, rgb(1 48 82 / 98%) 100%);
}

.next-era-training-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 1;
	padding: 5px 9px;
	border-radius: 14px;
	color: #036cb6;
	background: #fff;
	font-size: 11px;
	line-height: 1;
}

.next-era-training-card__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
}

.next-era-training-card--shop .next-era-training-card__content {
	padding-bottom: 92px;
}

.next-era-training-card__title {
	display: block;
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.next-era-training-card__line {
	width: 24px;
	height: 2px;
	margin: 22px 0;
	background: #fff;
}

.next-era-training-card__teacher,
.next-era-training-card__guest,
.next-era-training-card__meta {
	font-size: 12px;
}

.next-era-training-card__guest {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}

.next-era-training-card__guest-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 12px 4px 4px;
	border-radius: 20px;
	background: #0584d5;
}

.next-era-training-card__guest-pill img {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
}

.next-era-training-card__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.next-era-training-card__stats span {
	padding: 6px 9px;
	border-radius: 18px;
	background: #05669f;
	font-size: 10px;
}

.next-era-training-card__stats b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21px;
	height: 21px;
	margin-right: 4px;
	border-radius: 50%;
	background: #023b64;
}

.next-era-training-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
}

.next-era-training-card__price {
	display: block;
	margin-top: 14px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.next-era-training-card__cart {
	position: absolute !important;
	right: 28px !important;
	bottom: 28px;
	left: 28px !important;
	z-index: 3;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto !important;
	min-width: 0 !important;
	max-width: none;
	min-height: 44px;
	padding: 12px 18px !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #024d81 !important;
	background: #fff !important;
	box-shadow: none !important;
	font: inherit;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none !important;
	transform: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.next-era-training-card__cart:hover,
.next-era-training-card__cart:focus-visible {
	color: #fff !important;
	background: #0876ba !important;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.next-era-training-card__cart.added {
	background: #05b6f2 !important;
	color: #023b64 !important;
}

.next-era-training-card a.added_to_cart {
	position: absolute;
	right: 28px;
	bottom: 78px;
	left: 28px;
	z-index: 3;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}


.next-era-training-card__meta > span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.next-era-training-card__meta > span img{
    margin-right: 7px;
}

.next-era-training-card__link:hover .next-era-training-card__image,
.next-era-training-card__link:focus-visible .next-era-training-card__image {
	transform: scale(1.035);
}

.next-era-catalogue__empty {
	grid-column: 1 / -1;
	padding: 50px;
	text-align: center;
}

@media (max-width: 1100px) {
	.next-era-catalogue__search-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.next-era-catalogue__search-button {
		width: 100%;
	}

	.next-era-catalogue__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.next-era-catalogue__search {
		padding: 30px 20px;
	}

	.next-era-catalogue__search-inner,
	.next-era-catalogue__layout {
		grid-template-columns: 1fr;
	}

	.next-era-catalogue__layout {
		grid-template-columns: 1fr;
		width: calc(100% - 32px);
		margin-top: 26px;
	}

	.next-era-catalogue__layout--shop {
		width: calc(100% - 32px);
	}

	.next-era-catalogue__search-button {
		width: 100%;
	}

	.next-era-catalogue__sidebar {
		padding-right: 0;
	}

	.next-era-catalogue__grid {
		grid-template-columns: 1fr;
	}

	.next-era-training-card {
		height: 460px;
	}
}
