/* 
Главный баннер*/
.vacancies-hero
{
	position: relative;
	width: 100%;
	min-height: 200px;
	height: 490px;
	margin-bottom: calc(3 * var(--vu));
	margin-top: calc(2 * var(--vu));
}

.vacancies-hero .container
{
	position: relative;
}

.vacancies-hero__picture
{
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background:var(--gray);
}

.vacancies-hero__meta
{
	z-index: 1;
	position: relative;
	padding:var(--indent);
	color: #2B2B2B;
}

.vacancies-hero__title
{
	font-size: 20px;
	margin-bottom: 10px;
}

.vacancies-hero__text
{
	font-size: 15px;
	margin-bottom: 15px;
}

.vacancies-hero__button
{
	margin-top: calc(1 * var(--vu));
}

/*@supports not (aspect-ratio: auto)
{
}*/
@media (min-width: 990px)
{
	.vacancies-hero
	{
		order: -3;
		height: 420px;
		aspect-ratio:auto;
		margin-bottom: calc(2 * var(--vu));
		margin-top: calc(1 * var(--vu));
	}
	
	.vacancies-hero__meta
	{
		padding: 60px;
	}
	
	.vacancies-hero__title
	{
		font-size: 36px;
	}
	
	.vacancies-hero__text
	{
		font-size: 16px;
	}
}

/* 
Список вакансий*/
.vacancies-list__item
{
	padding:var(--indent);
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 25px 0px rgba(34, 60, 80, 0.2);
}

.vacancies-list__item-buttons
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:var(--gap);
	margin-top:var(--vu);
}

.vacancies-list__item-buttons a
{
	width: auto !important;
}

@media (max-width: 990px)
{
	.vacancies-list__item-title
	{
		font-size: 20px;
	}
}

@media (min-width: 990px)
{
	.vacancies-list__item
	{
		padding: 40px 60px;
	}
}

/* 
Достижения*/
.vacancies-goals
{
	margin-top: calc(6 * var(--vu));
	margin-bottom: calc(6 * var(--vu));
}

.vacancies__goal
{
	position: relative;
	display: grid;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	aspect-ratio:1 / 1;
	border-radius: 50%;
	color: #FFF;
	background-color:var(--pink);
}

.vacancies__goal-meta
{
	text-align: center;
}

.vacancies__goal-title
{
	font-size: 40px;
	line-height: 1;
}

.vacancies__goal-text
{
	line-height: 1.3;
	font-size: 11px;
}

.vacancies__goal-title small
{
	font-size: 11px;
}

@supports not (aspect-ratio: auto)
{
	.vacancies__goal
	{
		height: 333px;
	}
}

@media (min-width: 990px)
{
	.vacancies__goal-title
	{
		font-size: 110px;
	}
	
	.vacancies__goal-title small
	{
		font-size: 16px;
	}
	
	.vacancies__goal-text
	{
		font-size: 20px;
	}
}

/* 
Заголовок*/
.vacancies-heading__text
{
	text-align: center;
}

@media (min-width: 990px)
{
	.vacancies-heading__text
	{
		font-size: 40px;
		text-align: center;
	}
}

/* 
Фишки*/
.vacancies-features
{
	margin-top: calc(1 * var(--vu));
	margin-bottom: calc(6 * var(--vu));
}

.vacancies-feature
{
	background-color: #FCE2EC;
	color: #2B2B2B;
	padding:var(--indent);
}

.vacancies-feature__title
{
	font-size: 20px;
	color:var(--pink);
	font-weight: bold;
	margin-bottom:var(--vu);
}

@media (min-width: 990px)
{
	.vacancies-feature__title
	{
	}
}

/* 
Рилсы*/
.reels
{
	margin-bottom: calc(4 * var(--vu));
}

/* 
Форма*/
.vacancies-form
{
	position: relative;
}

.vacancies-form__wrapper
{
	background-color: #F0F1EB;
	padding:var(--indent);
}

.vacancies-form__form .form__input
{
	margin-bottom:var(--vu);
}

.vacancies-form__form .form__submit
{
	width: 100%;
}

.vacancies-form__agree
{
	display: grid;
	grid-template-columns: 30px auto;
	font-size: 85%;
	margin-top:var(--vu);
}

@media (max-width: 990px)
{
	.vacancies-form__image
	{
		order: 2;
	}
	
	.vacancies-form.grid
	{
		row-gap: 0;
	}
}

@media (min-width: 990px)
{
	.vacancies-form
	{
		height: 620px;
		padding: 60px;
	}
	
	.vacancies-form__image
	{
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	
	.vacancies-form__wrapper
	{
		background-color: rgba(239, 240, 234, 0.75);
	}
	
	.vacancies-form__form__title
	{
		font-size: 20px;
	}
}

@media (prefers-color-scheme: dark) and (max-width: 990px)
{
	.vacancies-form__wrapper
	{
		background-color:var(--darkgray);
	}
}
