._b-vacancies{
	display: flex;
	width: calc(100% - var(--page-hor-padding) * 2);
	padding: 0 var(--page-hor-padding);
	flex-direction: column;
	align-items: center;
	gap: 60px;
	font-size: 16px;
}



._b-vacancies > .description{
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: 1fr auto;
	gap: 20px 30px;
}

._b-vacancies > .description > .text{
	max-width: 1000px;
	width: 100%;
}

._b-vacancies > .description > .link{
	display: flex;
	align-items: center;
	justify-content: center;
}
._b-vacancies > .description > .link > a{
	display: flex;
	width: calc(260px - 24px);
	height: 30px;
	padding: 5px 12px;
	border-radius: var(--r-0);
	background-color: var(--red);
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
}
._b-vacancies > .description > .link > a:hover{
	padding: 3px 10px;
	background-color: var(--grey-80);
	border: 2px solid var(--green);
}



._b-vacancies > .list{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

._b-vacancies > .list > div{
	display: flex;
	max-width: 1100px;
	width: calc(100% - 100px);
	position: relative;
	padding: 15px 50px 25px 50px;
	border-radius: var(--r-1);
	background-color: #fff;
	overflow: hidden;
	flex-direction: column;
	text-decoration: none;
	color: #000;
}
._b-vacancies > .list > div.hidden{
	background-color: var(--grey-20);
}
._b-vacancies > .list > div.hidden > *:not(.controls):not(.header):not(.footer){
	opacity: 0.8;
	filter: saturate(0);
}


._b-vacancies > .list > div > a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


._b-vacancies > .list > div > .controls{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 8px 16px;
	background-color: rgba(var(--grey-80-rgb), 0.8);
	border-radius: 0 0 0 var(--r-0);
	align-items: center;
	gap: 20px;
	font-size: 1.6em;
	color: #fff;
}
._b-vacancies > .list > div:hover > .controls{
	display: flex;
}
._b-vacancies > .list > div > .controls i{
	cursor: pointer;
}
._b-vacancies > .list > div > .controls i:hover{
	color: var(--green-60);
}
._b-vacancies > .list > div > .controls > .visible > i:first-child{ display: inline-block; }
._b-vacancies > .list > div > .controls > .visible > i:last-child{ display: none; }

._b-vacancies > .list > div.hidden > .controls > .visible > i:first-child{ display: none; }
._b-vacancies > .list > div.hidden > .controls > .visible > i:last-child{ display: inline-block; }

._b-vacancies > .list > div > .header{
	display: flex;
	margin-left: -35px;
	margin-bottom: 3px;
	grid-template-columns: auto auto 1fr;
	align-items: center;
}

._b-vacancies > .list > div > .header > .copy{
	width: 30px;
	position: relative;
	z-index: 2;
	margin-right: 5px;
	visibility: hidden;
	cursor: pointer;
	font-size: 1.3em;
	color: var(--green);
}

._b-vacancies > .list > div > .header > .id{
	margin-right: 15px;
	font-size: 0.9em;
	color: var(--grey-40);
}

._b-vacancies > .list > div > .header > .copy:hover{
	text-shadow: 0 0 1px var(--grey-90);
	color: var(--green-60);
}

._b-vacancies > .list > div:hover > .header > .copy{
	visibility: visible;
}

._b-vacancies > .list > div > .header > h2{
	padding: 0;
	margin: 0 20px 0 0;
	line-height: normal;
	font-size: 2.2em;
}

._b-vacancies > .list > div > .header > .salary{
	margin-left: auto;
	padding-left: 60px;
	white-space: nowrap;
	font-size: 1.6em;
	font-weight: 600;
}



._b-vacancies > .list > div > .status{
	display: flex;
	margin-bottom: 7px;
	align-items: center;
	gap: 10px;
}

._b-vacancies > .list > div > .status > div{
	display: flex;
	height: 28px;
	padding: 0 15px;
	border-radius: 14px;
	align-items: center;
	gap: 7px;
}

._b-vacancies > .list > div > .status > div.hot{
	background-color: rgb(230,180,150);
	color: var(--red);
}

._b-vacancies > .list > div > .status > div.armor{
	background-color: var(--green-10);
	color: var(--green);
}



._b-vacancies > .list > div > .department{
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	color: var(--grey-80);
}

._b-vacancies > .list > div > .department > i{
	margin-right: 7px;
	font-size: 1.2em;
	color: var(--bgrey-60);
}



._b-vacancies > .list > div > .body{
	max-height: 240px;
	margin-bottom: 20px;
	overflow: hidden;
	color: var(--grey-60);
}

._b-vacancies > .list > div > .body > img{
	max-width: 360px;
	max-height: 210px;
}



._b-vacancies > .list > div > .footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

._b-vacancies > .list > div > .footer > .date{
	font-style: italic;
	color: var(--grey-60);
}

._b-vacancies > .list > div > .footer > a{
	position: relative;
	z-index: 2;
	padding: 0.25em 1em;
	border: 0.2em solid;
	border-radius: var(--r-0);
	font-size: 1.2em;
	/* text-decoration: none;
	font-size: 1.1em;
	color: #000; */
}