.content {
	display: flex;
	padding: 80px;
	background: #f2f2f2;
	justify-content: space-between;
	gap: 70px;
}

.left-part-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 45%;
}

.title_main {
	font-weight: 600;
	font-size: 84px;
	line-height: 92px;
	color: #17252f;
}

.secondary_main {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000105;
	margin-top: 16px;
}

.btn-primary {
	background: #142e50;
	box-shadow: 0px 0px 15px rgba(14, 64, 130, 0.8);
	border-radius: 90px;

	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 18px 0;

	width: 70%;
}

.main_picture {
}

.socials {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.socials_line {
	width: 0.5px;
	height: 100%;
	border: 0.5px solid #878f98;
	margin-block: 8px;
}

.socials_container {
	padding: 8px;
}

.about-us {
	padding: 80px 120px;
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.about-us_up {
	display: flex;
	justify-content: space-between;
	padding-right: 140px;
}

.about-us_text {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 50%;
}

.about-us_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #17252f;
	margin-top: 8px;
}

.about-us_secondary {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000105;
}

.about-us_description {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #17252f;
}

.about-us_bullets {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bullets-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bullets-title {
	color: #142e50;
	text-shadow: 8px 8px 0px #c2f52f;

	font-weight: 600;
	font-size: 84px;
	line-height: 92px;
}

.bullets-secondary {
	color: #17252f;

	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}

.our-benefits {
	background: #f2f2f2;
	padding: 80px 200px;

	display: flex;
	flex-direction: column;
	gap: 65px;
}

.our-benefits_title {
	color: #17252f;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
}

.our-benefits_points {
	display: flex;
	align-items: center;
	gap: 250px;
	padding: 0 56px;
}

.points_column {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.points-element {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.points_header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.points_header_title {
	color: #17252f;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}

.point-num {
	background: #c2f52f;
	border-radius: 31px;
	padding: 6px 15px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 40px;
	height: 40px;

	color: #17252f;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}

.points_description {
	color: #878f98;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.vacancies {
	display: flex;
	flex-direction: column;
	gap: 64px;
	padding: 80px;
	background: #ffffff;
}

.vacancies-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vacancy {
	background: #f0f1f7;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.16);
	border-radius: 24px;
	padding: 24px;
	width: 395px;
	min-height: 450px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vacancy-up {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.vacancy-title {
	color: #17252f;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
}

.vacancy-points {
	gap: 12px;
}

.vacancy-points-item {
	display: list-item;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #17252f;
	position: relative;
}

.vacancy-points-item::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: -12px;

	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #17252f;
}

.more-details-btn {
	display: flex;
	gap: 20px;
	width: 70%;

	background: #142e50;
	border-radius: 45px;
	padding: 9px 42px;

	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
}

.we-look-for-talents {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;

	width: 100%;
	padding: 100px 80px;

	background: #f2f2f2;
}

.talents_container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.talents_text {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.talents_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #17252f;
}

.talents_description {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #17252f;
	width: 560px;
}

.main_mobile_picture {
	display: none;
}

.our-benefits_points_mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.content {
		flex-direction: column;
		align-items: center;
		padding: 40px 15px;
	}

	.socials {
		display: none;
	}

	.main_picture {
		display: none;
	}

	.main_mobile_picture {
		display: block;
		width: 100%;
	}

	.title_main {
		font-size: 48px;
		line-height: 56px;
	}

	.left-part-content {
		width: 100%;
		align-items: center;
	}

	.leave_request {
		width: 100%;
	}

	.about-us {
		padding: 40px 14px;
	}

	.about-us_up {
		padding-right: 0;
	}

	.about-us_text {
		width: 100%;
	}

	.about-us_up > img {
		display: none;
	}

	.about-us_bullets {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		position: relative;
	}

	.about-us-mob-picture {
		position: absolute;
		top: 75px;
		right: 0;
		width: 35%;
	}

	.our-benefits {
		padding: 40px 24px;
	}

	.our-benefits_points {
		padding: 0;
		gap: 0;
	}

	.vacancies {
		padding: 60px 24px;
	}

	.vacancy {
		width: 300px;
		min-height: 495px;
	}

	.vacancy-up {
		gap: 20px;
	}

	.vacancies-container {
		overflow-x: scroll;
		gap: 24px;
	}

	.vacancies-container .vacancy {
		box-shadow: none;
	}

	.vacancy-title {
		font-size: 24px;
		line-height: 32px;
	}

	.vacancy-points-item {
		font-size: 16px;
	}

	.more-details-btn {
		width: 100%;
	}

	.talents_title {
		font-size: 36px;
		line-height: 46px;
	}

	.talents_description {
		font-size: 16px;
		line-height: 28px;
		width: auto;
	}

	.we-look-for-talents {
		flex-direction: column;
		align-items: center;
		gap: 34px;
		padding: 80px 50px;
	}

	.talents_text {
		align-items: center;
	}

	.talents_title,
	.talents_description {
		text-align: center;
	}

	.our-benefits_points {
		display: none;
	}

	.our-benefits_points_mobile {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.content {
		padding: 60px 24px 60px 24px;
		gap: 0;
	}

	.left-part-content {
		width: 100%;
	}

	.title_main {
		font-size: 48px;
		line-height: 56px;
	}

	.secondary_main {
		font-size: 16px;
		line-height: 28px;
	}

	.main_picture {
		width: 40%;
	}

	.content {
		gap: 0;
	}

	.about-us {
		padding: 60px 40px;
	}

	.about-us_up {
		padding-right: 30px;
	}

	.about-us_text {
		width: 60%;
	}

	.about-us_title {
		font-size: 36px;
		line-height: 46px;
	}

	.about-us_secondary {
		font-size: 16px;
		line-height: 24px;
	}

	.about-us_description {
		font-size: 14px;
		line-height: 20px;
	}

	.bullets-title {
		font-size: 64px;
		line-height: 92px;
	}

	.bullets-secondary {
		font-size: 16px;
		line-height: 28px;
	}

	.our-benefits {
		padding: 60px 24px;
	}

	.our-benefits_points {
		gap: 80px;
	}

	.vacancies {
		padding: 60px 24px;
	}

	.vacancy {
		width: 300px;
		min-height: 495px;
	}

	.vacancy-up {
		gap: 20px;
	}

	.vacancies-container {
		overflow-x: scroll;
		gap: 24px;
	}

	.vacancies-container .vacancy {
		box-shadow: none;
	}

	.vacancy-title {
		font-size: 24px;
		line-height: 32px;
	}

	.vacancy-points-item {
		font-size: 16px;
	}

	.more-details-btn {
		width: 100%;
	}

	.talents_title {
		font-size: 36px;
		line-height: 46px;
	}

	.talents_description {
		font-size: 16px;
		line-height: 28px;
		width: auto;
	}

	.we-look-for-talents {
		gap: 34px;
		padding: 80px 50px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.content {
		padding: 60px 24px 60px 24px;
		gap: 0;
	}

	.left-part-content {
		width: 100%;
	}

	.title_main {
		font-weight: 600;
		font-size: 64px;
		line-height: 92px;
	}

	.secondary_main {
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
	}

	.about-us {
		padding: 60px 40px;
	}

	.about-us_up {
		padding-right: 30px;
	}

	.about-us_text {
		width: 60%;
	}

	.our-benefits {
		padding: 60px 70px;
	}

	.our-benefits_points {
		gap: 80px;
	}

	.vacancies {
		padding: 60px 24px;
	}

	.vacancy {
		width: 300px;
		min-height: 495px;
	}

	.vacancy-up {
		gap: 20px;
	}

	.vacancy-title {
		font-size: 24px;
		line-height: 32px;
	}

	.vacancy-points-item {
		font-size: 16px;
	}

	.more-details-btn {
		width: 100%;
	}
}

.content.content-center {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 143px;
    padding-bottom: 296px;
}

.sent-message-text {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}

.btn-primary.sent-message {
	max-width: 350px;
}