.vacancies-filter.swiper {
	overflow: initial;
}

.vacancies-filter__recommend {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	cursor: pointer;
}

.vacancies-filter__recommend span:after {
	content: "";
	display: flex;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%23121217' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	transition: transform 0.3s ease;
}

.vacancies-filter__recommend input[type="checkbox"] {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.vacancies-filter__recommend input[type="checkbox"] + span {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #121217;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	background: #FFFFFF;
	border: 1px solid #BD0C1E4D;
	border-radius: 16px;
	padding: 8px 16px;
	transition: all 0.3s;
}

.vacancies-filter__recommend input[type="checkbox"]:checked + span,
.vacancies-filter__recommend input[type="checkbox"] + span:hover {
	color: #FFFFFF;
	background: #BD0C1E;
	border-color: #BD0C1E;
}

.vacancies-filter__recommend input[type="checkbox"] + span:hover:after,
.vacancies-filter__recommend input[type="checkbox"]:checked + span:after {
	background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.filter-item__search {
	width: 100%;
	color: #121217;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	border: 0;
	padding: 0;
}

.filter-item__search::placeholder {
	color: #121217;
}

.filter-item__search:focus::placeholder {
	color: rgba(18, 18, 23, 0.15);
}

.filter-item__search:read-only:focus::placeholder {
	color: #121217;
}

@media (max-width: 992px) {
	.hero-vacancy .vacancies-new__container {
		display: block;
		padding-right: 16px;
		padding-left: 16px;
		padding-bottom: 24px;
	}

	.hero-vacancy .hero-vacancy__search-container {
		padding-bottom: 8px;
	}

	.new-vacancies__filter {
		display: block;
	}

	.vacancies-filter__menu-last {
		margin-right: 16px !important;
	}

	.filter-item__search {
		width: calc(var(--placeholder-length) * 0.91ch) !important;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0;
	}

	.vacancies-filter__recommend input[type="checkbox"] + span {
		height: 32px;
		gap: 8px;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0;
		padding: 6px 16px;
	}

	.vacancies-filter__reset {
		width: auto;
		height: 32px;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0;
		border: 0;
		padding: 0;
	}

	.vacancies-filter__recommend input[type="checkbox"] + span:hover {
		color: #121217;
		background: #FFFFFF;
		border-color: #BD0C1E4D;
	}

	.vacancies-filter__recommend input[type="checkbox"] + span:hover:after {
		background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='%23121217' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}

	.vacancies-filter__recommend input[type="checkbox"]:checked + span {
		color: #FFFFFF;
		background: #BD0C1E;
		border-color: #BD0C1E;
	}

	.vacancies-filter__recommend input[type="checkbox"]:checked + span:after {
		background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	}
}

.vacancy-tour {
	position: fixed;
	inset: 0;
	z-index: 10000;
	pointer-events: none;
}

.vacancy-tour__spotlight {
	position: fixed;
	border-radius: 16px;
	box-shadow: 0 0 0 9999px rgba(18, 18, 23, 0.55);
	outline: 2px solid #FFFFFF;
	pointer-events: none;
	transition: top 0.2s ease, left 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.vacancy-tour__bubble {
	position: fixed;
	z-index: 1;
	width: min(400px, calc(100vw - 32px));
	color: #121217;
	font-family: inherit;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 24px 24px 20px;
	box-shadow: 0 8px 24px rgba(18, 18, 23, 0.16);
	pointer-events: auto;
}

.vacancy-tour__close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #9D9D9D;
	background: transparent;
	border: 0;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
}

.vacancy-tour__close:hover,
.vacancy-tour__close:focus-visible {
	color: #121217;
}

.vacancy-tour__close:focus-visible {
	outline: 2px solid #BD0C1E;
	outline-offset: 1px;
}

.vacancy-tour__title {
	margin: 0 28px 8px 0;
	color: #121217;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-transform: none;
}

.vacancy-tour__text {
	margin: 0 0 16px;
	color: #121217;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.vacancy-tour__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.vacancy-tour__counter {
	flex-shrink: 0;
	color: #9D9D9D;
	font-size: 14px;
	line-height: 16px;
}

.vacancy-tour__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-width: 0;
}

.vacancy-tour__skip {
	height: 40px;
	color: #121217;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	background: transparent;
	border: 0;
	border-radius: 12px;
	padding: 0 12px;
	cursor: pointer;
}

.vacancy-tour__skip:hover,
.vacancy-tour__skip:focus-visible {
	color: #BD0C1E;
}

.vacancy-tour__skip:focus-visible {
	outline: 2px solid #BD0C1E;
	outline-offset: 1px;
}

.vacancy-tour__next {
	height: 40px;
	min-width: 96px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 12px;
	padding: 10px 16px;
}

.vacancy-tour__next:focus-visible {
	outline: 2px solid #BD0C1E;
	outline-offset: 2px;
}

@media (max-width: 992px) {
	.vacancy-tour__bubble {
		width: min(340px, calc(100vw - 24px));
		padding: 16px 16px 12px;
	}

	.vacancy-tour__title {
		font-size: 17px;
		line-height: 22px;
	}

	.vacancy-tour__text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.vacancy-tour__next,
	.vacancy-tour__skip {
		height: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vacancy-tour__spotlight {
		transition: none;
	}
}