.vacancies-page,
.vacancies-page * {
	box-sizing: border-box;
}

.vacancies-page {
	margin: 0 0 72px;
	color: #202225;
	font-family: "Calibri", Arial, sans-serif;
}

.vacancies-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.vacancies-breadcrumbs li {
	color: #777e86;
	font-size: 14px;
	line-height: 18px;
}

.vacancies-breadcrumbs li + li::before {
	content: "/";
	margin-right: 6px;
	color: #b0b4b9;
}

.vacancies-breadcrumbs a {
	color: #4b5056;
	text-decoration: none;
}

.vacancies-breadcrumbs a:hover,
.vacancies-breadcrumbs a:focus {
	color: #cb0500;
	text-decoration: none;
}

.vacancies-hero {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
	min-height: 380px;
	background: #f6f6f6;
	border: 1px solid #d9dde1;
	border-radius: 12px;
}

.vacancies-hero__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 46px 48px 48px;
}

.vacancies-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #bd0500;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vacancies-eyebrow::before {
	content: "";
	width: 36px;
	height: 2px;
	background: #cb0500;
}

.vacancies-hero__title {
	margin: 14px 0 0;
	color: #17191c;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
}

.vacancies-hero__subtitle {
	margin: 20px 0 0;
	color: #202225;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

.vacancies-hero__text {
	max-width: 550px;
	margin: 16px 0 0;
	color: #5d636a;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
}

.vacancies-hero__media {
	min-height: 380px;
	background: #e8eaec;
}

.vacancies-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: cover;
	object-position: center;
}

.vacancies-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.vacancies-benefit {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 116px;
	padding: 21px 24px;
	background: #ffffff;
	border: 1px solid #d9dde1;
	border-radius: 10px;
}

.vacancies-benefit__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	color: #cb0500;
}

.vacancies-benefit__icon svg,
.vacancies-contact__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vacancies-benefit__title {
	color: #202225;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.vacancies-benefit__text {
	margin-top: 5px;
	color: #6b7178;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.vacancies-main {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 28px;
	margin-top: 68px;
}

.vacancies-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.vacancies-section-heading h2 {
	margin: 10px 0 0;
	color: #17191c;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
}

.vacancies-section-heading__count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	color: #cb0500;
	font-size: 17px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #e1e3e6;
	border-radius: 21px;
}

.vacancies-accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.vacancy-card {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #d9dde1;
	border-radius: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vacancy-card:hover,
.vacancy-card.is-open {
	border-color: #c5c9ce;
	box-shadow: 0 5px 18px rgba(25, 31, 38, 0.07);
}

.vacancy-card.is-open {
	border-color: #cb0500;
}

.vacancy-card__button {
	display: grid;
	align-items: center;
	grid-template-columns: 44px minmax(0, 1fr) 32px;
	gap: 16px;
	width: 100%;
	min-height: 82px;
	padding: 15px 20px;
	color: #202225;
	text-align: left;
	background: transparent;
	border: none;
	cursor: pointer;
}

.vacancy-card__button:focus {
	outline: none;
}

.vacancy-card__button:focus-visible {
	outline: 2px solid #cb0500;
	outline-offset: -3px;
}

.vacancy-card__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #cb0500;
	font-size: 14px;
	font-weight: 700;
	background: #f7f7f7;
	border-radius: 50%;
}

.vacancy-card__title {
	color: #202225;
	font-size: 19px;
	font-weight: 700;
	line-height: 24px;
}

.vacancy-card__toggle {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
}

.vacancy-card__toggle::before,
.vacancy-card__toggle::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 5px;
	width: 18px;
	height: 2px;
	background: #cb0500;
	transition: transform 0.22s ease;
}

.vacancy-card__toggle::after {
	transform: rotate(90deg);
}

.vacancy-card.is-open .vacancy-card__toggle::after {
	transform: rotate(0deg);
}

.vacancy-card__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.vacancy-card.is-open .vacancy-card__panel {
	grid-template-rows: 1fr;
}

.vacancy-card__panel-inner {
	min-height: 0;
	overflow: hidden;
}

.vacancy-card__details {
	margin: 0 20px;
	padding: 8px 60px 26px;
	color: #4e545b;
	border-top: 1px solid #eceef0;
}

.vacancy-card__details p {
	margin: 16px 0 0;
	color: #4e545b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.vacancy-card__details strong {
	color: #202225;
	font-weight: 700;
}

.vacancy-card__details ul,
.vacancy-card__details ol {
	margin: 12px 0 0;
	padding-left: 22px;
}

.vacancy-card__details li {
	margin: 5px 0;
	font-size: 16px;
	line-height: 1.45;
}

.vacancy-card__more {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	color: #cb0500;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.vacancy-card__more:hover,
.vacancy-card__more:focus {
	color: #8f0300;
	text-decoration: none;
}

.vacancies-contact {
	position: sticky;
	top: 100px;
	padding: 30px;
	background: #f6f6f6;
	border: 1px solid #d9dde1;
	border-radius: 10px;
}

.vacancies-contact__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 9px;
	color: #cb0500;
	background: #fff;
	border-radius: 50%;
}

.vacancies-contact h2 {
	margin: 20px 0 0;
	color: #202225;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	text-transform: none;
}

.vacancies-contact p {
	margin: 12px 0 0;
	color: #62686f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

.vacancies-contact__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 52px;
	margin-top: 24px;
	padding: 12px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #cb0500;
	border: 1px solid #cb0500;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.vacancies-contact__button:hover,
.vacancies-contact__button:focus {
	color: #fff;
	background: #a80400;
	border-color: #a80400;
	text-decoration: none;
}

.vacancies-contact__line {
	display: block;
	margin-top: 15px;
	color: #43484e;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

.vacancies-contact__line + .vacancies-contact__line {
	margin-top: 7px;
}

.vacancies-contact__line:hover,
.vacancies-contact__line:focus {
	color: #cb0500;
	text-decoration: none;
}

.vacancies-empty {
	padding: 30px;
	background: #f6f6f6;
	border: 1px solid #d9dde1;
	border-radius: 10px;
}

.vacancies-empty__title {
	color: #202225;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
}

.vacancies-empty p {
	margin: 8px 0 0;
	color: #62686f;
	font-size: 16px;
	line-height: 22px;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.vacancies-hero {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
	}

	.vacancies-hero__content {
		padding: 38px 34px 40px;
	}

	.vacancies-hero__title {
		font-size: 36px;
	}

	.vacancies-benefits {
		gap: 12px;
	}

	.vacancies-benefit {
		align-items: flex-start;
		padding: 18px;
	}

	.vacancies-main {
		grid-template-columns: minmax(0, 1fr) 290px;
		gap: 20px;
	}

	.vacancy-card__details {
		padding-right: 18px;
		padding-left: 60px;
	}
}

@media (max-width: 767px) {
	.vacancies-page {
		margin-bottom: 48px;
	}

	.vacancies-breadcrumbs {
		margin-bottom: 14px;
	}

	.vacancies-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
		border-radius: 10px;
	}

	.vacancies-hero__content {
		padding: 30px 22px 32px;
	}

	.vacancies-hero__title {
		font-size: 31px;
		line-height: 1.1;
	}

	.vacancies-hero__subtitle {
		margin-top: 16px;
		font-size: 21px;
	}

	.vacancies-hero__text {
		font-size: 16px;
		line-height: 1.48;
	}

	.vacancies-hero__media,
	.vacancies-hero__media img {
		min-height: 230px;
		height: 230px;
	}

	.vacancies-benefits {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 14px;
	}

	.vacancies-benefit {
		min-height: 0;
		padding: 18px 20px;
	}

	.vacancies-main {
		display: flex;
		flex-direction: column;
		gap: 26px;
		margin-top: 48px;
	}

	.vacancies-list-column,
	.vacancies-contact {
		width: 100%;
	}

	.vacancies-section-heading h2 {
		font-size: 26px;
		line-height: 31px;
	}

	.vacancy-card__button {
		grid-template-columns: 36px minmax(0, 1fr) 28px;
		gap: 11px;
		min-height: 76px;
		padding: 13px 14px;
	}

	.vacancy-card__number {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}

	.vacancy-card__title {
		font-size: 17px;
		line-height: 21px;
	}

	.vacancy-card__details {
		margin: 0 14px;
		padding: 6px 8px 22px;
	}

	.vacancy-card__details p,
	.vacancy-card__details li {
		font-size: 15px;
	}

	.vacancies-contact {
		position: static;
		padding: 25px 22px;
	}
}

@media (max-width: 420px) {
	.vacancies-hero__content {
		padding-right: 18px;
		padding-left: 18px;
	}

	.vacancies-eyebrow {
		font-size: 12px;
	}

	.vacancies-hero__title {
		font-size: 28px;
	}

	.vacancies-section-heading__count {
		display: none;
	}
}
