.counter-container {
	display: flex;
	font-family: var(--e-global-typography-primary-font-family);
	overflow : hidden;
}

.counter-element {
	border-left: 1px solid #FFFFFF99;
	line-height:1;
	padding: 0 calc(5px + (10 - 5) * ((100vw - 320px) / (1479 - 320)));
}
.counter-element:first-child{
	border-left: none;
	padding-left: 0;
}

.counter {
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: 500;
	color: #fff;
}

.counter-name {
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
