.order-expertise-block h1 {
	margin-top: 100px;
	margin-bottom: 24px;
	font-size: 56px;
	line-height: 1.2;
	max-width: 1130px;
}

.order-expertise-block a:hover {
	color: var(--dark-blue);
}

.order-expertise-subtitle {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 24px;
	max-width: 898px;
}

.order-expertise-block h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
}

.order-expertise-link {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	margin-bottom: 184px;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.order-expertise-button {
	display: flex;
	margin-top: -144px;
	margin-bottom: 120px;
	width: fit-content;
	min-width: 155px;
	justify-content: center;
}

a.order-expertise-button:hover {
	color: #FFFFFF;
}

.order-expertise-directions {
	margin-bottom: 184px;
}

.order-expertise-directions h2 {
	font-size: 34px;
	font-weight: 600;
	color: #132251;
	margin-top: 0;
	margin-bottom: 62px;
}

.order-expertise-directions-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.order-expertise-direction {
	background-color: #F8F8F8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 34px;
	border-radius: 10px;
}

.order-expertise-direction h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: var(--dark-blue);
}

.order-expertise-direction-link {
	color: #FFFFFF;
	width: 205px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--red);
	border-radius: 10px;
	font-size: 16px;
	line-height: 1;
	transition: opacity 0.2s ease-in-out;
}

a.order-expertise-direction-link:hover {
	color: #FFFFFF;
	opacity: 0.75;
}

.order-expertise-contacts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 60px;
}

.order-expertise-contact-card {
	background: #F8F8F8;
	border-radius: 0 59px 0 0;
	padding: 34px;
	box-shadow: -1px 1px 3px #8686861A, -4px 3px 5px #86868617, -9px 7px 7px #8686860D, -16px 14px 8px #86868603;
}

.order-expertise-contact-title {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--dark-blue);
	margin-bottom: 20px;
}

.order-expertise-contact-subtitle {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.order-expertise-contact-contacts {
	display: flex;
	gap: 24px;
}

.order-expertise-contacts a {
	display: block;
	height: 48px;
	display: flex;
	gap: 12px;
	font-size: 20px;
	line-height: 1.4;
	padding: 10px 20px;
	border-radius: 14px;
	background: #FFFFFF;
	box-sizing: border-box;
	color: #000000;
}

.order-expertise-contact-card .order-expertise-contact-link-more {
	height: 34px;
	padding: 6px 20.5px;
	color: var(--blue);
	width: fit-content;
	border-radius: 10px;
	font-size: 16px;
}

.order-expertise-description h2 {
	font-size: 34px;
	font-weight: 600;
	color: #132251;
	margin-top: 0;
	margin-bottom: 62px;
}

.order-expertise-description-items {
	display: flex;
	flex-direction: column;
	gap: 62px;
}

.order-expertise-description-item {
	display: flex;
	gap: 44px;
}

.order-expertise-description-item img {
	height: 51px;
	width: 51px;
	object-fit: cover;
}

.order-expertise-description-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.order-expertise-description-text h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--dark-blue);
}

.order-expertise-description-subtitle {
	font-size: 20px;
	line-height: 1.4;
	max-width: 898px;
}

.order-expertise-contact-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}



@media (max-width: 1200px) {
	.order-expertise-description {
    display: block;
    padding: 0 16px;
    margin: 0 auto;
  }

	.order-expertise-block h1 {
		margin-top: 50px;
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 1.2;
	}


	.order-expertise-subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.order-expertise-directions {
		margin-bottom: 100px;
	}

	.order-expertise-directions h2 {
		font-size: 26px !important;
		margin-bottom: 32px;
	}

	.order-expertise-direction {
		flex-direction: column;
		gap: 16px;
	}

	.order-expertise-direction-link {
		width: 100%;
	}

	.order-expertise-block h2 {
		font-size: 18px;
	}

	.order-expertise-link {
		font-size: 14px;
		margin-bottom: 40px;
		text-underline-offset: 4px;
	}

	.order-expertise-contacts {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 80px;
	}

	.order-expertise-contact-card {
		padding: 24px;
		border-radius: 0 30px 0 0;
	}

	.order-expertise-contact-title {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.order-expertise-contact-subtitle {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.order-expertise-contact-contacts {
		flex-direction: column;
		gap: 16px;
	}

	.order-expertise-contacts a {
		height: auto;
		font-size: 16px;
		padding: 8px 16px;
		border-radius: 10px;
		width: fit-content;
	}

	.order-expertise-contact-card .order-expertise-contact-link-more {
		height: auto;
		padding: 6px 16px;
		font-size: 14px;
		border-radius: 8px;
	}

	.order-expertise-description h2 {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.order-expertise-description-items {
		gap: 40px;
	}

	.order-expertise-description-item {
		flex-direction: column;
		gap: 20px;
	}

	.order-expertise-description-item img {
		height: 40px;
		width: 40px;
	}

	.order-expertise-description-text {
		gap: 16px;
	}

	.order-expertise-description-text h3 {
		font-size: 22px;
	}

	.order-expertise-description-subtitle {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.order-expertise-block h1 {
		margin-top: 40px;
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.2;
	}

	.order-expertise-subtitle {
		font-size: 15px;
		margin-bottom: 18px;
	}

	.order-expertise-block h2 {
		font-size: 16px;
	}

	.order-expertise-link {
		font-size: 13px;
		margin-bottom: 32px;
		text-underline-offset: 3px;
	}

	.order-expertise-button {
		margin-top: -96px;
		margin-bottom: 80px;
	}

	.order-expertise-directions {
		margin-bottom: 70px;
	}

	.order-expertise-directions h2 {
		font-size: 24px !important;
		margin-bottom: 28px;
	}

	.order-expertise-directions-content {
		gap: 24px;
	}

	.order-expertise-direction {
		gap: 14px;
		padding: 18px 24px;
	}

	.order-expertise-direction h3 {
		font-size: 20px;
	}

	.order-expertise-direction-link {
		height: 32px;
		font-size: 14px;
		border-radius: 8px;
	}

	.order-expertise-contacts {
		gap: 16px;
		margin-bottom: 70px;
	}

	.order-expertise-contact-card {
		padding: 20px;
		border-radius: 0 24px 0 0;
	}

	.order-expertise-contact-title {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.order-expertise-contact-subtitle {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.order-expertise-contact-contacts {
		gap: 14px;
	}

	.order-expertise-contacts a {
		font-size: 15px;
		padding: 8px 12px;
		border-radius: 10px;
	}

	.order-expertise-contact-card .order-expertise-contact-link-more {
		font-size: 13px;
		padding: 6px 14px;
		border-radius: 8px;
	}

	.order-expertise-description h2 {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.order-expertise-description-items {
		gap: 32px;
	}

	.order-expertise-description-item {
		gap: 16px;
	}

	.order-expertise-description-item img {
		height: 36px;
		width: 36px;
	}

	.order-expertise-description-text {
		gap: 14px;
	}

	.order-expertise-description-text h3 {
		font-size: 20px;
	}

	.order-expertise-description-subtitle {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.order-expertise-block h1 {
		margin-top: 32px;
		margin-bottom: 16px;
		font-size: 22px;
		line-height: 1.2;
	}

	.order-expertise-subtitle {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.order-expertise-block h2 {
		font-size: 15px;
	}

	.order-expertise-link {
		font-size: 12px;
		margin-bottom: 28px;
		text-underline-offset: 3px;
	}

	.order-expertise-button {
		margin-top: 0;
		margin-bottom: 60px;
	}

	.order-expertise-directions {
		margin-bottom: 60px;
	}

	.order-expertise-directions h2 {
		font-size: 22px !important;
		margin-bottom: 24px;
	}

	.order-expertise-directions-content {
		gap: 20px;
	}

	.order-expertise-direction {
		gap: 12px;
		padding: 14px 16px;
	}

	.order-expertise-direction h3 {
		font-size: 18px;
	}

	.order-expertise-direction-link {
		height: 32px;
		font-size: 14px;
		border-radius: 8px;
		width: 100%;
	}

	.order-expertise-contacts {
		gap: 16px;
		margin-bottom: 60px;
	}

	.order-expertise-contact-card {
		padding: 16px;
		border-radius: 0 22px 0 0;
	}

	.order-expertise-contact-title {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.order-expertise-contact-subtitle {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.order-expertise-contact-contacts {
		gap: 12px;
	}

	.order-expertise-contacts a {
		font-size: 14px;
		padding: 8px 12px;
		border-radius: 10px;
	}

	.order-expertise-contact-card .order-expertise-contact-link-more {
		font-size: 12px;
		padding: 6px 12px;
		border-radius: 8px;
	}

	.order-expertise-description h2 {
		font-size: 22px;
		margin-bottom: 28px;
	}

	.order-expertise-description-items {
		gap: 24px;
	}

	.order-expertise-description-item {
		gap: 14px;
	}

	.order-expertise-description-item img {
		height: 32px;
		width: 32px;
	}

	.order-expertise-description-text {
		gap: 12px;
	}

	.order-expertise-description-text h3 {
		font-size: 18px;
	}

	.order-expertise-description-subtitle {
		font-size: 14px;
	}

}
