

/* Start:/company/about/rabota/css/style.css?17763372504083*/

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

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

	.page-careers-content .hero-section {
		display: flex;
		align-items: center;
		gap: 40px;
		margin: 30px 0;
		flex-wrap: wrap;
	}

	.page-careers-content .hero-text {
		flex: 1;
		min-width: 300px;
	}

	.page-careers-content .hero-text h2 {
		color: #004780;
		font-size: 26px;
		margin: 0 0 15px 0;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.2;
	}

	.page-careers-content .hero-text p {
		color: #494F65;
		font-size: 22px;
		line-height: 1.5;
		margin: 0 0 20px 0;
	}

	.page-careers-content .btn-orange {
		background-color: #F58F1F;
		color: white;
		border: none;
		padding: 12px 80px;
		border-radius: 10px;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
		display: inline-block;
		text-align: center;
		transition: background 0.3s ease;
	}

	.page-careers-content .btn-orange:hover {
		background-color: #e57f1d;
	}

	.page-careers-content .hero-image {
		width: 280px;
		height: auto;
		flex-shrink: 0;
	}

	.page-careers-content .benefits-section {
		display: flex;
		gap: 40px;
		margin: 40px 0;
		flex-wrap: wrap;
	}

	.page-careers-content .benefits-column {
		flex: 1;
		min-width: 300px;
	}

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

	.page-careers-content .benefits-column p {
		color: #494F65;
		font-size: 22px;
		line-height: 1.5;
		margin: 0 0 15px 0;
	}

	.page-careers-content .benefits-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.page-careers-content .benefits-list li {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 1.5;
		color: #494F65;
	}

	.page-careers-content .benefits-list .check-icon {
		width: 28px;
		height: 28px;
		background-color: #F58F1F;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	.page-careers-content .we-look-section {
		margin: 50px 0;
		text-align: center;
	}

	.page-careers-content .we-look-section h2 {
		color: #004780;
		font-size: 26px;
		margin: 0 0 10px 0;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.2;
		text-align: left;
	}

	.page-careers-content .we-look-section p {
		color: #494F65;
		font-size: 22px;
		line-height: 1.5;
		margin: 0 0 30px 0;
		text-align: left;
	}

	.page-careers-content .traits-row {
		display: flex;
		gap: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.page-careers-content .trait-item {
		text-align: center;
		flex: 1;
		min-width: 200px;
		max-width: 280px;
	}

	.page-careers-content .trait-item img {
		width: 120px;
		height: auto;
		margin-bottom: 15px;
	}

	.page-careers-content .trait-item h4 {
		color: #004780;
		font-size: 24px;
		margin: 0;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.2;
	}

	@media (max-width: 768px) {
		.page-careers-content .hero-section {
			flex-direction: column;
			gap: 20px;
		}

		.page-careers-content .hero-text h2,
		.page-careers-content .benefits-column h3,
		.page-careers-content .we-look-section h2 {
			font-size: 20px;
		}

		.page-careers-content .hero-text p,
		.page-careers-content .benefits-column p,
		.page-careers-content .benefits-list li,
		.page-careers-content .we-look-section p {
			font-size: 18px;
			line-height: 1.5;
		}

		.page-careers-content .benefits-section {
			flex-direction: column;
			gap: 20px;
		}

		.page-careers-content .traits-row {
			gap: 20px;
		}

		.page-careers-content .trait-item {
			min-width: 150px;
		}

		.page-careers-content .trait-item img {
			width: 80px;
		}

		.page-careers-content .trait-item h4 {
			font-size: 16px;
		}

		.page-careers-content .btn-orange {
			padding: 12px 24px;
			font-size: 16px;
		}
	}


/* End */
/* /company/about/rabota/css/style.css?17763372504083 */
