

/* Start:/company/about/contacts/css/style.css?17754672131748*/

	.page-contacts-content {
		max-width: 100%;
		padding: 0;
	}

	.page-contacts-content .page-title {
		color: #F58F1F;
		font-weight: 700;
		font-size: 31px;
		margin: 0 0 30px 0;
		text-transform: uppercase;
		line-height: 1.2;
	}

	.page-contacts-content .contact-card {
		background-color: #FAF6F6;
		border-radius: 12px;
		padding: 20px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
		margin-bottom: 20px;
	}

	.page-contacts-content .contact-card h3 {
		color: #004780;
		font-size: 26px;
		margin: 0 0 15px 0;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.2;
	}

	.page-contacts-content .contact-card p {
		color: #494F65;
		line-height: 1.5;
		font-size: 22px;
		margin: 0 0 10px 0;
	}

	.page-contacts-content .contact-card a,
	.page-contacts-content .contact-card .highlight {
		color: #F58F1F;
		font-weight: 700;
		text-decoration: none;
	}

	.page-contacts-content .phone-row {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.page-contacts-content .phone-item {
		flex: 1 1 200px;
		padding: 0 10px;
	}

	.page-contacts-content .phone-item .phone-number {
		font-size: 22px;
		font-weight: 700;
		color: #F58F1F;
		line-height: 1.3;
		margin: 0 0 10px 0;
	}

	.page-contacts-content .phone-item .phone-info {
		color: #494F65;
		font-size: 22px;
		line-height: 1.5;
		margin: 0;
	}

	@media (max-width: 1000px) {
		.page-contacts-content .contact-card {
			padding: 18px;
			margin-bottom: 15px;
		}

		.page-contacts-content .contact-card h3 {
			font-size: 20px;
		}

		.page-contacts-content .contact-card p,
		.page-contacts-content .phone-item .phone-info {
			font-size: 18px;
			line-height: 1.5;
		}

		.page-contacts-content .phone-item .phone-number {
			font-size: 18px;
		}
	}

/* End */
/* /company/about/contacts/css/style.css?17754672131748 */
