.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__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 50%;
}
.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-dropdown__top {
	padding: 16px 0 16px 16px;
}
.services-dropdown:not(:last-child) {
	border-bottom: 1px solid #E0E2E7;
}
.services-dropdown__button {
	width: 132px;
}
.services-dropdown__block {
	padding-left: 16px;
}
.services-soc-link {
	width: 58px;
	min-width: 58px;
	height: 58px;
}
@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-dropdown__top {
		padding: 8px 0;
	}
	.services-dropdown__block {
		padding-left: 0;
	}
}

