section.mod_toleft_bars div.Bars>ul{
	padding: 0 10vw;
	padding-left: 30vw;
}

section.mod_toleft_bars h2.bloqTitle{
	max-width: 20vw;
	width: max-content;
	transform: translateX(-100%);
	left: 30vw;
	position: absolute;
	top: var(--hp-bloq-padding);
}

section.mod_toleft_bars div.Bars>ul>li .statistic .StatImage{
	display: none;
}


section.mod_toleft_bars div.Bars>ul>li .statistic .StatText .StatTitle{
	font-size: var(--fs6);
	font-family: var(--font-normal);
	color: rgb(var(--color2));
	text-transform: uppercase;
	order: 2;
	padding-left: 10px;
}

section.mod_toleft_bars div.Bars>ul>li .statistic .StatText .StatDescription{
	display: none;
}

section.mod_toleft_bars div.Bars>ul>li .statistic .StatText .AnimationWrapper{
	height: 30px;
	border-radius: 15px;
	overflow: visible;
}

section.mod_toleft_bars div.Bars>ul>li .statistic .StatText .AnimationWrapper .AnimationElement{
	border-radius: 15px;
	background-color: transparent;
	transition: 2s;
	transition-delay: 5s;
}

section.mod_toleft_bars div.Bars>ul>li .statistic .StatText .AnimationWrapper .StatFigure{
	line-height: 40px;
	font-size: var(--fs7);
	background-color: var(--stat-color);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -5px;
	white-space: nowrap;
	text-align: center;
	padding: 0;
	left: 0px;
	transition: 5s;
}

section.mod_toleft_bars div.Bars>ul>li .statistic.biggest .StatText .AnimationWrapper .StatFigure.isCounting{
	border: 5px solid rgb(var(--grey9));
	height: 50px;
	width: 50px;
	top: -10px;
}

section.mod_toleft_bars div.Bars>ul>li .statistic .StatText .AnimationWrapper .StatFigure.isCounting{
	left: calc(var(--text-top) - 50px);
}

section.mod_toleft_bars div.Bars>ul>li .statistic.biggest .StatText .AnimationWrapper .AnimationElement:has(+ .StatFigure.isCounting){
	background-color: var(--stat-color);
}

section.mod_toleft_bars div.Bars>ul>li .statistic.biggest .StatText .AnimationWrapper .AnimationElement::after{
	color: transparent;
	position: absolute;
	font-size: var(--fs7);
	left: 15px;
	top: 0;
	line-height: 30px;
	content: var(--welldone);
	transition: 2s;
	transition-delay: 5s;
	font-family: var(--font-heading);
}

section.mod_toleft_bars div.Bars>ul>li .statistic.biggest .StatText .AnimationWrapper .AnimationElement:has(+ .StatFigure.isCounting)::after{
	color: rgb(var(--grey10));
}

@media screen and (max-width: 600px){

	section.mod_toleft_bars div.Bars>ul{
		padding: 0;
	}

	section.mod_toleft_bars h2.bloqTitle{
		max-width: unset;
		width: 100%;
		transform: translateX(0);
		left: 0;
		position: relative;
		top: 0;
	}

}