.swiper-container-wrapper.swiper-style-history{
	position: relative;
}
.swiper-container-wrapper.swiper-style-history::before{
	content: '';
	width: 100%;
	height: 2px;
	background: var(--wp--preset--color--moon-raker);
	position: absolute;
	top: 9px;
	left: 0;
}
.swiper-container-wrapper.swiper-style-history .swiper-slide{
	width: 358px;
	max-width: calc( 100vw - 80px );
}
.swiper-container-wrapper.swiper-style-history .year{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 27px 0;
	font-size: 14px;
	line-height: 1.4286;
	letter-spacing: 0.01em;
	color: var(--wp--preset--color--vivid-violet);
}
.swiper-container-wrapper.swiper-style-history .year::before{
	content: '';
	width: 12px;
	height: 12px;
	background: var(--wp--preset--color--vivid-violet);
	border-radius: 50%;
}
.swiper-container-wrapper.swiper-style-history .year span{
	display: block;
	padding: 0 12px 0 6px;
	background: #fff;
}
.swiper-container-wrapper.swiper-style-history .text{
	padding: 32px 20px;
	background: var(--wp--preset--color--vivid-violet);
	color: #fff;
	font-size: 14px;
	line-height: 1.4286;
	letter-spacing: 0.01em;
}
.swiper-container-wrapper.swiper-style-history h5{
	margin: 0 0 16px;
	text-transform: uppercase;
}
.swiper-container-wrapper.swiper-style-history h5:last-child{
	margin-bottom: 0;
}

.swiper-container-wrapper.swiper-style-history :is(.swiper-button-next, .swiper-button-prev){
	top: -106px;
}
.swiper-container-wrapper.swiper-style-history :is(.swiper-button-next, .swiper-button-prev):not(:hover){
	background-color: var(--wp--preset--color--desert-storm);
}
.swiper-container-wrapper.swiper-style-history .swiper-button-prev{
	left: auto;
	margin-right: 62px;
}