.jobs {}

.jobs__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.jobs__filters {
	display: flex;
	gap: 40px;
}

.jobs__item {
	display: flex;
	height: 480px;
	flex-direction: column;
	width: 340px;
	border-radius: 24px;
	background: #fff;
	margin-right: 20px;
	padding: 20px;
}

.jobs__item-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 40px;
}

.jobs__item-info {
	margin-bottom: 15px;
}

.jobs__item-info-title {
	font-weight: 600;
	font-size: 16px;	
	margin-bottom: 5px;
}

.jobs__item-info-body {
	font-weight: 500;
	font-size: 14px;	
}

.jobs__item-info-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jobs__item-info-body p {
	margin: 0 0 5px 0;
}

.jobs__item-button {
	margin-top: auto;
}

.jobs__item-button button {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
}

.ma__simpleSelectWrap_light,
.ma__simpleSelectWrap_light button {
	min-width: auto!important;
}

.ma__simpleSelectWrap_light button {
	background: none!important;
}

.ma__simpleSelectWrap_light button div {
	gap: 10px;
}

.ma__simpleSelectWrap_light .ma__simpleSelectPopup {
	min-width: 200px!important;
}

@media(max-width: 600px) {
	.jobs__top {
		flex-wrap: wrap;
	}
	
	.jobs__filters {
		width: 100%;
	}
	
	.hr-page__specs-nav {
		margin-left: auto;
	}
}