.utp_text {
	max-width: calc(1200px - 40px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	padding: 16px 20px;
	height: 100vh;
}

.container_uslugi {
	margin: 0 auto;
	max-width: calc(1200px - 40px);
	padding: 40px 20px;
	text-align: center;
}

.uslugi_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
}

.offering {
	box-sizing: border-box;
	width: 35%;
	min-width: 300px;
	background-color: #151414;
	border-radius: 10px;
	padding: 20px 10px 30px 10px;
}

.block_sector {
	margin: 0 auto;
	max-width: calc(1200px - 40px);
	padding: 40px 20px;
	text-align: center;
	margin-top: -100px;
}

.block_sector_columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
}

.tel {
	margin: 0 auto;
	max-width: calc(1200px - 40px);
	padding: 40px 20px;
	text-align: center;
}

.tel_blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	align-items: center;
}

.footer {
	margin: 0 auto;
	max-width: calc(1200px - 40px);
	padding: 10px;
	text-align: center;
	color: white;
	font-size: 1.5rem;
}