.main-vacancy h2.head {
	position: relative;
	z-index: 10;
}
.main-vacancy a:hover h2.head,
.main-test a:hover h2.head {
	background: #0180a2;
	color: #fff;
}
.main-vacancy a.active h2.head,
.main-test a.active h2.head {
	background: #025b73;
	text-decoration: none;
	z-index: 100;
	color: #fff;
}
.main-vacancy a h2.head,
.main-test a h2.head {
	color: #ddd;
}
.main-vacancy a.active h2:after,
.main-test a.active h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 56, 73, 0);
	border-top-color: #025b73;
	border-width: 15px;
	margin-left: -15px;
}
.main-vacancy {
	/* padding: 0 0 20px 0; */
	background: #fff;
}
.main-vacancy .nav {
	border-left: 1px solid #d4e3fc;
	border-right: 1px solid #d4e3fc;
	/* box-shadow: 0 2px 4px #444; */
	position: relative;
	z-index: 9;
}
.main-vacancy .nav a {
	width: 50%;
	background: #eee;
	float: left;
	padding: 20px 10px 5px 10px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	border-bottom: 5px solid #ddd;
	color: #888;
}
.main-vacancy .nav a:hover {
	color: #006e8c;
	background: #ddd;
	border-bottom: 5px solid #ccc;
}
.main-vacancy .nav a.active {
	background: #fff;
	color: #006e8c;
	position: relative;
	border-bottom: 5px solid #025b73;
	box-shadow: 0 0 4px #aaa;
}
/* .main-vacancy .nav a.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 56, 73, 0);
	border-top-color: #003849;
	border-width: 10px;
	margin-left: -10px;
} */
.main-vacancy .box {
	position: relative;
	z-index: 8;
	/* height: 480px;
	overflow: auto; */
	background: #fff;
}
.main-vacancy .box .sep {
	border: 1px solid #d4e3fc;
	display: flex;
}
.main-vacancy .box .sep .left-side {
	padding: 15px;
	width: 100%;
}
.main-vacancy .box .sep .left-side a {
	display: block;
	font-size: 18px;
	line-height: 24px;
}
.main-vacancy .box .sep .left-side span.location {
	float: left;
	background: #fefce0;
	padding: 3px 20px;
	font-size: 12px;
	border: 1px solid #aa671d;
	border-radius: 15px;
	margin: 10px 0 0 0;
}
.main-vacancy .box .sep .left-side span.date {
	float: right;
	font-size: 12px;
	color: #777;
	margin: 19px 0 0 0;
}
.main-vacancy .box .sep .right-side {
	background: #9bbb59;
	width: 150px;
	position:relative;
}
.main-vacancy .box .sep .right-side.wait {
	background: #ffc000;
}
.main-vacancy .box .sep .right-side.closed {
	background: #c0504d;
}
.main-vacancy .box .sep .right-side .position {
	/* text-align: center;
	font-size: 50px;
	display: block;
	line-height: 50px;
	padding: 10px 0; */
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
.main-vacancy .box .sep .right-side .position > div {
	display: table-cell;
	vertical-align: middle;
	line-height: 50px;
	font-size: 50px;
}
.main-vacancy .box .sep .right-side .position.closed > div span {
	color: #ff0000;
	border: 1px solid #ff0000;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
}
.main-vacancy .box .sep .right-side .position > div span {
	display: block;
	font-size: 18px;
	line-height: 18px;
}
.main-vacancy .box .sep .right-side.closed .position > div span {
	color: #fff;
}
.main-vacancy .box .sep .right-side .position > div span.small {
	font-size: 14px;
}
.main-vacancy .box .sep .right-side span.valid {
	background: #006e8c;
	color: #fff;
	padding: 3px 5px;
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.main-vacancy .box .sep .right-side span.valid.closed {
	background: #ff3823;
}
.main-vacancy .box .empty {
	margin: 0;
}
.main-test .loadmore,
.main-vacancy .loadmore {
	text-align: center;
	padding: 8px 10px;
	background: #008db1;
	color: #fff;
	display: block;
	width: 100%;
}
.main-test .loadmore:hover,
.main-vacancy .loadmore:hover {
	background: #006e8c;
}

/* main Test */
.main-test h2.head {
	position: relative;
	z-index: 100;
	/* margin: -18px 0 0 0; */
}
.main-test {
	/* padding: 0 0 20px 0; */
	background: #fff;
}
.main-test .sep {
	border-right: 1px solid #d4e3fc;
	border-bottom: 1px solid #d4e3fc;
}
.main-test .sep span.date {
	background: #00c8f8;
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-weight: 600;
	box-shadow: 0 1px 2px #444;
}
.main-test .sep .box {}
.main-test .sep .box a.title {
	border: 1px solid #d4e3fc;
	margin: 7px;
	display: flex;
}
.main-test .sep .box a.title div {
	padding: 10px;
	background: #d4e3fc;
}
.main-test .sep .box a.title img {
	width: 38px;
}
.main-test .sep .box a.title > span {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #006e8c;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
}
.main-test .sep .box a.title span span {
	text-transform: none;
	display: block;
	color: #006e8c;
	font-size: 18px;
}
.main-test .sep .box .desc {
	padding: 3px 15px;
}
.main-test .sep .box .desc label {
	float: left;
	width: 90px;
	font-size: 12px;
	line-height: 14px;
}
.main-test .sep .box .desc label:after {
	content: ":";
	float: right;
}
.main-test .sep .box .desc div {
	padding: 0 0 0 95px;
	font-size: 12px;
	line-height: 14px;
}
.main-test .sep .box span.created {
	font-size: 12px;
	color: #777;
	float: left;
	margin: 5px 0 10px 15px;
}
.main-test .sep .box a.more {
	float: right;
	font-size: 12px;
	margin: 5px 15px 10px 0;
}
/* =Responsive
-------------------------------------------------------------- */
/* Resolution 1280 */

@media only screen and (max-width:1280px) {}
/* Resolution 1024 */

@media only screen and (max-width:1024px) {
}
/* Resolution 768 */

@media only screen and (max-width:768px) {
	.main-test {
		margin: 20px 0;
	}
	.main-test h2 {
		margin: 0;
	}
	.main-test .sep {
		border-left: 1px solid #d4e3fc;
	}
}
/* Resolution 600 */

@media only screen and (max-width:640px) {}
/* Resolution 480 */

@media only screen and (max-width:480px) {
}
/* Resolution 320 */

@media only screen and (max-width:320px) {}
