/* Landing page */
.list-line {
	list-style-type: none;
}

.list-line li {
	position: relative;
}

.list-line li {
	margin-left: 24px;
}

.list-line li + li {
	margin-top: 8px;
}

.list-line li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	background-color: currentColor;
	border-radius: 6px;
	position: absolute;
	left: -20px;
	top: 7px;
}

.list-unstyled {
	list-style-type: none;
}

.list-unstyled li + li {
	margin-top: 16px;
}
.fill--orange-light {
	fill: #f9e9b3 !important;
}


@media (min-width: 768px) {

	.list-line {
		display: flex;
		justify-content: center;
		align-items: center;
		list-style-type: none;
	}

	.list-line li:first-child {
		margin-left: 0;
	}

	.list-line li:first-child:before {
		display: none;
	}

	.list-line li + li {
		margin-top: 0;
		margin-left: 80px;
	}

	.list-line li + li:before {
		left: -43px;
	}
}

.stat-set {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.stat-set .stat {
	width: 200px;
	flex-grow: 0;
	flex-shrink: 0;
}

.stat__value {
	font-size: 36px;
	line-height: 42px;
}

.stat__title {
	margin-top: 3px;
	font-size: 16px;
	line-height: 21px;
}

.container--alter {
	max-width: 898px;
	margin-left: auto;
	margin-right: auto;

	padding-left: 16px;
	padding-right: 16px;
}
.section-hero__actions {
	margin-top: 54px;
}
@media (max-width: 768px) {
	.stat + .stat {
		margin-top: 24px;
	}

	.stat__value {
		font-size: 28px;
		line-height: 30px;
	}
	.container--alter {
		padding-left: 24px;
		padding-right: 24px;
	}
}
/* Стиль центрального основого блока был замечен на 9111.ru/urists/job/ -> templates\urist\job\job.twig */
.box {
	padding: 16px;
	background-color: #fff;

	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.box {
		padding: 24px;
	}
}
.box--xl {
	padding: 16px;
}

.box--shifted {
	margin-top: -30px;
}

@media (min-width: 768px) {
	.box--xl {
		padding: 24px 28px;
	}

	.box--shifted {
		margin-top: -90px;
	}
}

@media (min-width: 1200px) {
	.box--xl {
		padding: 34px 50px;
	}
}




.btn--outline-white {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.btn--outline-white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #212121;
}
.btn--flat-orange {
	background-color: #ffa101;
	color: #fff;
}
@media (min-width: 768px) {

	.jc-md-between {
		justify-content: space-between !important;
	}
}