.belleyou-header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 10;
}
.page-career-header {
	position: relative;
	display: flex;

	width: 100%;
	height: 100vh;
	min-height: 750px;
	margin-bottom: 120px;

	background-image: url(../img/career/career-bg1920@2x.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;

	color: #FFFFFF;
}
.page-career-header::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.15) 100%);
}

.career-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.career-video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: 50% 50%;
}

.page-career-header-inner {
	position: relative;
	width: 445px;
	margin: auto;

	text-align: center;
}
.page-career-header-inner h1 {
	display: none;
}
.page-career-intro {
	font-size: 12px;
	line-height: 130%;
	text-transform: uppercase;
	font-family: var(--font-family-header);
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
}
.page-career-slogan-1 {
	font-size: 32px;
	line-height: 110%;
}
.page-career-intro-link a{
	display: inline-block;
	margin-top: 10px;
	text-transform: none;
	color: #ffffff;

}
.page-career-intro p {
	padding: 0;
	margin: 0 0 10px;
}

.page-career-body {
	width: 1166px;
	margin: 0 auto;
}

.open-vacancies {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	margin-bottom: 120px;
	padding: 40px;
	background-color: var(--bg-color-main);
	border-radius: 4px;
}
.open-vacancies-text {
	width: 493px;
}
.open-vacancies-title {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 110%;
}
.open-vacancies-intro {
	margin: 0;
}
.open-vacancies-choose .dropdown-select {
	width: 493px;
	background-color: #ffffff;
}
.open-vacancies-choose .dropdown._opened .dropdown-select {
	background-color: #ffffff;
}
.open-vacancies-choose .dropdown-option a {
	text-decoration: none;
}

.career-itro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	margin-bottom: 100px;
}
.career-intro-h2-mobile {
	display: none;
}
.career-intro-text {
	width: 563px;
}
.career-intro-text h2 {
	margin: 0 0 40px;

	font-size: 18px;
}
.career-intro-text ul {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.career-intro-text ul li{
	list-style: disc;
	margin-bottom: 7px;
}

.beeyourself {
	margin-bottom: 120px;
}
.beeyourself-h2 {
	margin: 0 0 40px;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
}
.beeyourself-about {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.b-about-offices {
	flex-grow: 1;
	border: 1px solid var(--bg-color-main__extra);
	border-radius: 4px;
	padding: 15px 10px;

	text-align: center;
}
.b-about-offices h3 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 120%;
	color: var(--font-color-blue);
}
.b-about-offices h3 + p {
	margin: 0;
}

.directions {
	margin-bottom: 80px;
}
.directions-h2 {
	margin: 0 0 40px;
	font-size: 18px;
}
.directions-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.direction {
	width: 563px;
	margin-bottom: 40px;
}
.direction img {
	margin-bottom: 20px;
}
.direction h3 {
	margin: 0 0 20px;
	font-size: 16px;
	color: var(--font-color-secondary);
}
.direction ul {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.direction ul li{
	list-style: disc;
	margin-bottom: 7px;
}
.all-vacancies-link {
	width: 400px;
	margin: 0 auto;
}

.begining {
	margin-bottom: 100px;
	border-radius: 5px;
	background-color: var(--bg-color-secondary);
	padding: 40px;

	text-align: center;
	color: var(--font-color-secondary);
	font-size: 16px;
}
.begining-h2 {
	margin: 0 0 25px;
	font-size: 18px;
}
.add-resume-link {
	font-size: 14px;
	font-family: var(--font-family-header);
	color: var(--font-color-secondary);
}
.career-begining-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

	margin: 0 0 30px;
	padding: 0;
}
.career-begining-list li {
	width: 351px;
	margin-bottom: 15px;
	padding: 16px 8px;
	background-color: #ffffff;
	border-radius: 5px;

	font-size: 14px;
	line-height: 130%;

	display: flex;
	float: row;
	justify-content: center;
	align-items: center;
}
.career-begining-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.career-begining-buttons .button {
	width: 350px;
	margin-right: 15px;

	letter-spacing: 2%;
}

@media only screen and (max-width: 1190px) {
	.page-career-header {
		margin-bottom: 80px;
	}
	.page-career-body {
		width: 100%;
		padding: 0 20px;
	}
	.open-vacancies {
		margin-bottom: 80px;
	}
	.open-vacancies-text {
		width: 45%;
	}
	.open-vacancies-choose .dropdown-select {
		width: 400px;
	}
	.career-itro {
		margin-bottom: 60px;
	}
	.career-intro-text {
		width: 48%;
	}
	.career-intro-picture {
		width: 48%;
	}
	.career-intro-picture img {
		width: 100%;
	}
	.beeyourself {
		margin-bottom: 80px;
	}
	.directions-h2 {
		text-align: center;
	}
	.directions {
		margin-bottom: 80px;
	}
	.direction {
		margin: 0 auto 40px;
	}
	.begining {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 760px) {
	.page-career-body {
		padding: 0;
	}
	.career-section {
		margin-left: 15px;
		margin-right: 15px;
	}
	.open-vacancies {
		flex-direction: column;
		padding: 40px 15px;
		margin: 0 0 60px;
	}
	.open-vacancies-text {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.open-vacancies-choose .dropdown-select {
		width: 100%;
		margin: 0 auto;
		max-width: 400px;
	}
	.open-vacancies-title {
		font-size: 18px;
	}
	.career-itro {
		flex-direction: column;
	}
	.career-intro-text {
		order: 1;
		width: 100%;
	}
	.career-intro-text h2 {
		display: none;
	}
	.career-intro-h2-mobile {
		display: block;
		margin-bottom: 15px;
	}
	.career-intro-picture {
		width: 100%;
	}
	.beeyourself-h2 {
		text-align: left;
		font-size: 18px;
	}
	.beeyourself-about {
		flex-direction: column;
	}
	.directions-h2 {
		text-align: left;
	}
	.direction {
		width: 100%;
		max-width: 563px;
		margin-bottom: 25px;
	}
	.all-vacancies-link {
		width: 100%;
		max-width: 400px;
	}
	.begining {
		padding: 20px 15px;
	}

	.career-begining-buttons .button {
		width: 100%;
		margin-right: 0;
	}
	.career-begining-buttons .button:first-child {
		margin-bottom: 15px;
	}

}
@media only screen and (max-width: 560px) {
	.page-career-header {
		min-height: 450px;

		background-image: url(../img/career/career-bg-mobile414@2x.jpg);
		background-position: top center;
	}
	.page-career-slogan-1 {
		font-size: 24px;
	}

}
