/* codeDESIGN - custom_code_countup.css */
@charset "utf-8";

/* CUSTOM CODE SERVICES GRID */
div.custom_code_countup [class^="col-"],
div.custom_code_countup [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.custom_code_countup {
	display: block;
	position: relative;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

div.custom_code_countup div.custom_code_countup_grid {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 40px;
	position: relative;
}

div.custom_code_countup div.custom_code_countup_item {
	display: block;
	position: relative;
	width: calc((100% / 3) - (80px / 3));
	text-align: center;
}

div.custom_code_countup div.custom_code_countup_item_data {
	font-family: 'LL Circular Cyr PR';
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}