.g-page > .g-content {
	width: 100%;
	max-width: none;
	padding: 0px;
}
.services-hero {
	background-image: url('img/hero-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.services-hero::after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 72px;
}
.services-hero .container {
	z-index: 3;
}
.services-hero__button {
	width: 100%;
	max-width: 394px;
}
.services-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 50%;
}
.services-hero__content {
	padding-bottom: 72px;
}
.services-list {
	counter-reset: item;
}
.services-list li {
	position: relative;
	padding-left: 46px;
}
.services-list li:not(:first-child) {
	margin-top: 16px;
}
.services-list li::before {
	content: counter(item) '';
	counter-increment: item;
	color: #ffffff;
	background-image: url('img/list-point-bg.svg');
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
}
.services-data {
	font-size: 64px;
}
.services-block {
	border-radius: 24px 0;
}
@media (max-width: 992px) {
	.services-hero__content {
		padding-bottom: 16px;
	}
	.services-hero::after {
		display: none;
	}
	.services-hero {
		background-position: 0% 50%;
	}
}
@media (max-width: 768px) {
	.services-advantage {
		max-width: 264px;
		margin-left: auto;
		margin-right: auto;
	}
	.services-list li::before {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	.services-data {
		font-size: 36px;
	}
}

