.hero {
	padding: 16px 0 0 0;
}

@media (width <=47.99875rem) {
	.hero {
		padding: 9px 0 0 0;
	}
}

.hero__inner {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	position: relative;
}

.hero__inner-box {
	display: flex;
	column-gap: 16px;
}

.hero__navigation {
	width: 323px;
	flex-shrink: 0;
}

@media (width <=47.99875rem) {
	.hero__navigation {
		display: none;
	}
}

.hero__slider {
	width: 100%;
	max-width: calc(100% - 323px - 16px);
}

@media (width <=47.99875rem) {
	.hero__slider {
		max-width: 100%;
	}
}

.hero__slider {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 992px) {
	.swiper-items .hero__slider-slide,
	.swiper-items1 .hero__slider-slide,
	.swiper-items2 .hero__slider-slide,
	.swiper-items3 .hero__slider-slide,
	.swiper-items4 .hero__slider-slide {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.swiper-items .hero__slider-slide,
	.swiper-items1 .hero__slider-slide {
		max-width: 100%;
	}

	.swiper-items2 .hero__slider-slide,
	.swiper-items3 .hero__slider-slide,
	.swiper-items4 .hero__slider-slide {
		max-width: 50%;
	}
}

@media (min-width: 1280px) {
	.swiper-items .hero__slider-slide,
	.swiper-items3 .hero__slider-slide {
		max-width: 33.33%;
	}

	.swiper-items1 .hero__slider-slide {
		max-width: 100%;
	}

	.swiper-items2 .hero__slider-slide {
		max-width: 50%;
	}

	.swiper-items4 .hero__slider-slide {
		max-width: 25%;
	}
}

.hero__slider-box {
	height: 520px;
	border-radius: 20px;
	background: #65478F;
	overflow: hidden;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	position: relative;
}

.hero__slider-slide.cover .hero__slider-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: unset !important;
	z-index: 1;
}

@media (width <=47.99875rem) {
	.hero__slider-box {
		border-radius: 16px;
		/* height: 460px; */
		padding: 16px;
	}
}

.hero__slider-box .card-image {
	width: 100%;
	height: auto !important;
	flex-shrink: 0;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);

	max-height: 470px;
	right: 50%;
	display: flex;
	justify-content: center;
}

.hero__slider-slide.cover {
	overflow: hidden;
	border-radius: 20px;
	max-height: 520px;
}

.hero__slider-slide.cover .hero__slider-card-image {
	position: relative;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 520px;
	background: #65478F;
	border-radius: 20px;
}

.hero__slider-slide.cover .hero__slider-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition-duration: var(--transition-duration);
}

.hero__slider-slide.cover:hover .hero__slider-card-image img {
	transform: scale(1.05);
}

.hero__slider-slide.cover .hero__slider-card-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); */
	z-index: 1;
}

@media (width <=47.99875rem) {
	.hero__slider-box .card-image {
		top: 65px;
		width: 196px;
		height: 196px;
	}

	.hero__slider-slide.cover .hero__slider-card-image {
		/* height: 460px !important; */
		height: auto;
	}
}

.hero__slider-title {
	color: var(--color-light);
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.16px;
}

@media (width <=47.99875rem) {
	.hero__slider-title {
		font-size: 24px;
		text-align: left;
	}
}

.hero__slider-link {
	/* width: 100%; */
	margin: 0 auto;
	display: flex;
	height: 56px;
	min-width: 56px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 16px;
	background: var(--color-light);
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.08px;
}

.hero__slider-slide.cover .hero__slider-link {
	/* background: var(--color-dark);
	color: var(--color-light); */
	background: var(--color-gray-primary);
}

.hero__slider-slide.cover .hero__slider-link:hover {
	background: var(--color-light);
	/* color: var(--color-red); */
}

@media (width <=47.99875rem) {
	.hero__slider-link {
		width: 100%;
		max-width: 319px;
		margin: 26px auto 0 auto;
		padding: 10px 0;
		font-size: 14px;
		height: auto;
		border-radius: 12px;
	}
}

.hero__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
	flex-wrap: nowrap;
	overflow-x: auto;
}

@media (width <=63.99875rem) {
	.hero__list {
		padding-bottom: 8px;
	}
}

@media (width <=47.99875rem) {
	.hero__list {
		gap: 8px;
	}
}

.hero__list-item {
	flex: 1;
}

.hero__list-item a {
	display: flex;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: var(--color-gray-primary);
	color: var(--color-dark);
	letter-spacing: 0.08px;
	width: 100%;
	text-decoration: none;
	transition-duration: var(--transition-duration);
}

@media (any-hover: hover) {
	.hero__list-item a:hover {
		color: var(--color-red);
	}
}

@media (any-hover: none) {
	.hero__list-item a:active {
		color: var(--color-red);
	}
}

@media (width <=47.99875rem) {
	.hero__list-item a {
		padding: 7px 12px;
		font-size: 14px;
		border-radius: 8px;
	}
}

@media (width <=47.99875rem) {
	.hero__list-item {
		padding: 7px 12px;
		font-size: 14px;
		border-radius: 8px;
	}
}

.hero .card-image-smoll-image {
	position: absolute;
	inset: 0;

	width: 273px;
	height: 273px;
	/* left: calc(95% - 273px*2); */
	margin: 0 auto;
}

.hero .card-image-smoll-image-smoll1 {
	top: -25px;
	left: -12px;
	position: absolute;
}

.hero .card-image-smoll-image-smoll2 {
	top: 131px;
	left: -27px;
	position: absolute;
}

.hero .card-image-smoll-image-smoll3 {
	top: 171px;
	left: 179px;
	position: absolute;
}

@media (width <=47.99875rem) {

	.hero .slider-prev,
	.hero .slider-next {
		display: none;
	}
}

@media (width <=63.99875rem) {
	.hero .slider-pagination .swiper-pagination-bullet {
		width: 25px;
	}
}

@media (width <=47.99875rem) {
	.hero .slider-pagination {
		position: absolute !important;
		bottom: 14.5%;
		/* bottom: 75px; */
	}

	.hero .slider-pagination .swiper-pagination-bullet {
		/* background: #8C75AB; */
		background: var(--color-dark);
		border-radius: 2px;
		height: 4px;
		width: 25px;
	}

	.hero__slider .hero__slider-title {
		font-size: 24px;
	}
}

.hero__slider .hero__slider-title {
	font-size: 26px;
}