body{
	overflow-x: hidden !important;
}
.sliderHistory{
	clip-path: inset(-100vw -100vw -100vw -17px);
	overflow: visible;
}

.sliderHistory .sliderHistory-element{
	background: #393939;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 50px 50px;
}

.sliderHistory .sliderHistory-element .content{
	padding-top: 6px;
}

.sliderHistory .sliderHistory-element .title{
	color: #00BB7D;
	font-size: 16px;
	font-family: 'Aeonik';
	text-transform: uppercase;
}

.sliderHistory .sliderHistory-element .subtitle{
	color: #fff;
	font-size: 25px;
	font-family: 'Aeonik';
}

.sliderHistory .sliderHistory-element .content{
	color: #fff;
	font-size: 16px;
	font-family: 'Aeonik';
}

.sliderHistory-control{
	border-radius: 50%;
}
.sliderHistory-control, .sliderHistoryControl svg path{
	transition: .3s all;
	
}
/*.sliderHistory-control:hover{
	background: #C7C7C7 !important;
}*/
.sliderHistory-control:hover svg path{
	stroke: var(--white);
}
.sliderHistory-controls{
	display: flex;
	
}

.sliderHistory-controls{
	position: relative;
}
.sliderHistory-controls .buttons-controls{
	display: flex;
	gap: 8px;
	position: absolute;
	right: 0;
	bottom: 18px;
}



.sliderHistory-controls .sliderHistory-scrollbar{
	cursor: pointer;
}
.swiper-scrollbar.sliderHistory-scrollbar.swiper-scrollbar-horizontal{
	width: 88%;
	top: -20px;
}


@media (max-width: 700px){
	/*.sliderHistory-controls .buttons-controls{
		left: 0;
    	bottom: -54px;
	}*/
	
	.sliderHistory-control, .sliderHistory-control svg{
		width: 40px;
		height: 40px;
	}
	.sliderHistory .sliderHistory-element {
    padding: 20px 20px;
}
}

@media (max-width: 1200px){
	.swiper-scrollbar.sliderHistory-scrollbar.swiper-scrollbar-horizontal{
		width: 78%;
	}
}

@media (max-width: 767px){
	.swiper-scrollbar.sliderHistory-scrollbar.swiper-scrollbar-horizontal{
		width: 65%;
	}
	.sliderHistory-controls{
		margin-bottom: 80px;
	}
	.sliderHistory {
		overflow: hidden;
		margin-right: 16px !important;
		margin-left: 16px !important;
	}
}

.sliderHistory .swiper-wrapper{
	height: 380px;
}

.sliderHistory .swiper-slide{
	height: 330px;
}

.sliderHistory-prev,
.sliderHistory-next{
	color: #707070;
	font-weight: bold;
	font-size: 30px;
}

.sliderHistory-prev:hover, .sliderHistory-next:hover{
	color: #00BB7D;
}

.buttons-controls{
	font-size: 30px;
}

.buttons-controls .swiper-button-prev {
	overflow: visible;
	right: 75px;
	left: auto;
	top: 0;
} 
.buttons-controls  .swiper-button-next {
	right: 0;
	top: 0;
}

.buttons-controls .swiper-button-prev::after{
	font-size: 30px;
}

.buttons-controls .swiper-button-next::after{
	font-size: 30px;
}