@media(max-width:767px){
	.order__form-row{
		flex-direction: column !important;
	}
	.vac.order__input-wrapper{
		width: 100% !important;
	}
}
.career__set_new{
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media(max-width: 900px){
	.career__set_new{
		display: grid;
		grid-template-columns: 1fr 1fr;	
		row-gap: 50px;
		column-gap: 40px;
	}
}
@media(max-width: 650px){
	.career__set_new{
		display: grid;
		grid-template-columns: 1fr;	
		row-gap: 30px;
	}
}
.career__set_header{
	display: flex;
	align-items: center;
	width: 100%;
	gap: 20px;		
}
@media(max-width: 900px){
	.career__set_header{
		display: none;
	}
}
.career__set_header div:nth-child(1){
	flex-grow: 1;
}
.career__set_header div:nth-child(2){
	flex: none;
	width: 300px;
}
.career__set_header div:nth-child(3){
	flex: none;
	width: 300px;
}
.career-card-new{
	display: flex;
	align-items: center;
	width: 100%;
	gap: 20px;	
}
@media(max-width: 900px){
	.career-card-new{
		flex-direction: column;
		align-items: flex-start;
	}
}
.career-card-title{
	flex-grow: 1;
	line-height: 1;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.career-card-dealer{
	width: 300px;
	flex:none;
	text-align: left;
	line-height: 1;
}
@media(max-width: 1024px){
	.career__set_header div:nth-child(2), .career-card-dealer{
		width: 250px;
	}
}
.rtds-btn{
	flex: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	background: #fff;
	border: 1px solid black;
	color: #000;
	font-family: 'NouvelR';
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 1;
	padding: 15px 16px 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.rtds-btn::after {
	content: "";
	display: inline-block;
	margin-left: 1.5rem;
	width: 8px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
}
.rtds-btn:hover{
	background: #000;
	border: 1px solid black;
	color: #fff;
}
.rtds-btn:hover::after{
	border-color: #fff;
}
@media(max-width: 900px){
	.rtds-btn{
		width: 288px;
	}
	.career-card-title{
		width: 100%;
		text-align: left;
	}
	.career-card-dealer{
		width: 100%;
		text-align: left;
	}
}
.pagination__row .btn-solid{
	max-width: 300px;
}
.file-field__label:before, .btn-solid-icon:before{
	background-color: #000 !important;
}
#filter-block{
	margin: 40px auto;
/* 	max-width: 600px; */
	display: flex;
	align-items: center;
	gap: 20px;
}
@media(max-width: 767px){
	#filter-block{
		flex-direction: column;
		gap: 10px;
	}
}
#filter-block > span{
	line-height: 1;
}
#filter-block .select-wrapper{
	margin: 0;
}
/*
#filter-block input{
	border: 1px solid #333;
	height: 47px;
	padding: 15px;
	width: 100%;
}
#filter-block input:focus{
	outline: none;
}
*/
.career__set_header > div{
	font-weight: bold;
	color:rgb(134, 134, 134);
}
.career__set_header > div:not(:nth-child(3)){
	cursor: pointer;
}
/*
.career__set_header > div:not(:nth-child(3)) svg{
	display: none;
}
*/
.career__set_header > div{
	display: flex;
	align-items: center;
	gap: 12px;
}
.career__set_header > div svg{
	stroke-width: 1;
}
.subtitle.subtitle--center{
	text-align: center !important;
	font-weight: bold;
}

.career__set_header .sort svg{
	stroke-width: 3;
}
.career__set_header .sort.desc svg{
	rotate: 180deg;
}