.aikun-hero-swiper {
	position: relative;
	width: 100%;
	min-height: 640px;
	background: #050505;
	color: #fff;
	overflow: hidden;
}

.aikun-hero-swiper .swiper {
	width: 100%;
	overflow: hidden;
}

.aikun-hero-swiper .swiper-wrapper {
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
}

.aikun-hero-swiper .swiper-slide {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: auto;
}

.aikun-hero-main-swiper,
.aikun-hero-main-swiper .swiper-wrapper,
.aikun-hero-main-swiper .aikun-hero-slide {
	min-height: 640px;
}

.aikun-hero-slide {
	display: flex;
	align-items: center;
}

.aikun-hero-media,
.aikun-hero-image,
.aikun-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.aikun-hero-image,
.aikun-hero-video {
	display: block;
	object-fit: cover;
}

.aikun-hero-media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.08) 100%);
	pointer-events: none;
}

.aikun-hero-content {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(100%, 1440px);
	margin: 0 auto;
	padding: 128px 32px 190px;
}

.aikun-hero-supertitle {
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0;
}

.aikun-hero-title {
	max-width: 920px;
	margin: 0;
	color: inherit;
	font-size: 74px;
	font-weight: 900;
	line-height: 0.94;
	text-transform: uppercase;
	letter-spacing: 0;
}

.aikun-hero-description {
	max-width: 520px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.aikun-hero-description p {
	margin: 0;
}

.aikun-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.aikun-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 24px;
	border: 2px solid #fff;
	color: #050505;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.aikun-hero-button:hover,
.aikun-hero-button:focus {
	border-color: #00d8ff;
	background: #00d8ff;
	color: #050505;
	text-decoration: none;
}

.aikun-hero-button-secondary {
	color: #fff;
	background: transparent;
}

.aikun-hero-button-secondary:hover,
.aikun-hero-button-secondary:focus {
	color: #050505;
}

.aikun-hero-thumbs-wrap {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 72px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.aikun-hero-thumbs-swiper {
	margin: 0;
}

.aikun-hero-thumb {
	box-sizing: border-box;
	height: 144px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: #111;
	cursor: pointer;
	overflow: hidden;
}

.aikun-hero-thumb.swiper-slide-thumb-active {
	border: 2px solid #00d8ff;
}

.aikun-hero-thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.aikun-hero-thumb:hover .aikun-hero-thumb-image,
.aikun-hero-thumb.swiper-slide-thumb-active .aikun-hero-thumb-image {
	transform: scale(1.035);
}

.aikun-hero-thumb-title {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
}

.aikun-hero-thumb::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.68) 100%);
	pointer-events: none;
}

@media (max-width: 1024px) {
	.aikun-hero-swiper,
	.aikun-hero-main-swiper,
	.aikun-hero-main-swiper .swiper-wrapper,
	.aikun-hero-main-swiper .aikun-hero-slide {
		min-height: 720px;
	}

	.aikun-hero-content {
		padding: 96px 24px 208px;
	}

	.aikun-hero-title {
		max-width: 760px;
		font-size: 54px;
	}

	.aikun-hero-description {
		max-width: 500px;
		font-size: 16px;
	}

	.aikun-hero-actions {
		margin-top: 24px;
	}

	.aikun-hero-thumbs-wrap {
		bottom: 42px;
		padding: 0 24px;
	}

	.aikun-hero-thumb {
		height: 118px;
	}
}

@media (max-width: 767px) {
	.aikun-hero-swiper,
	.aikun-hero-main-swiper,
	.aikun-hero-main-swiper .swiper-wrapper,
	.aikun-hero-main-swiper .aikun-hero-slide {
		min-height: 690px;
	}

	.aikun-hero-content {
		padding: 72px 18px 190px;
	}

	.aikun-hero-supertitle {
		font-size: 13px;
	}

	.aikun-hero-title {
		font-size: 40px;
		line-height: 1;
	}

	.aikun-hero-description {
		max-width: 100%;
		margin-top: 18px;
		font-size: 15px;
	}

	.aikun-hero-actions {
		gap: 10px;
		margin-top: 22px;
	}

	.aikun-hero-button {
		min-height: 42px;
		padding: 0 18px;
		font-size: 12px;
	}

	.aikun-hero-media::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.62) 100%);
	}

	.aikun-hero-thumbs-wrap {
		bottom: 28px;
		padding: 0 18px;
	}

	.aikun-hero-thumb {
		height: 96px;
	}

	.aikun-hero-thumb-title {
		right: 10px;
		bottom: 10px;
		left: 10px;
		font-size: 12px;
	}
}
