.grades-block .grades-list {
	display: flex;
}
.grades-list-item-wrapper {
	display: flex;
	white-space: nowrap;
}
.grades-list-item {
	line-height: 1.2;
	margin-right: 65px;
	padding-top: 0.4em;
}
.grades-list-item-d {
	padding-top: 0;
	font-size: 4.4em;
	line-height: 1;
	margin-right: 10px;
}

@media (max-width: 800px) {
	.grades-block .grades-list {
		display: block;
	}
	.grades-list-item {
		display: inline-block;
	}
	.grades-list-item-wrapper {
		display: inline-block;
	}
}

.grades-table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.grades-table table .link {
	color: #0089ff;
	border-bottom: 1px solid rgba(0,137,255,.3);
}
.grades-table table td, .grades-table table th {
	text-align: left;
	padding: 0.5em 1em;
	border: 1px solid #E3E1E4;
	border-bottom: none;
	border-right: none;
	vertical-align: top;
	font-size: 0.8em;
}

.grades-table table th {
	background: #F2F2F2;
}

.grades-table table tr th:first-child {
	border-top-left-radius: 16px;
}
.grades-table table tr th:last-child {
	border-top-right-radius: 16px;
	border-right: 1px solid #E3E1E4;
}

.grades-table table tr td:last-child {
	border-right: 1px solid #E3E1E4;
}

.grades-table-wrapper {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 2em 0;
}

.grades-table {
	margin-bottom: -6em;
}

.grades-table-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5em;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	pointer-events: none;
}
.studio-job.studio-job-archive .archive-grid .is-new {
	position: static;
	display: inline-block;
	margin-right: 10px;
}

.studio-job.studio-job-archive .archive-grid .grid-tags {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
	transform: translate3d(0,0,0);
	pointer-events: none;
}
.studio-job.studio-job-archive .grid-tag-item {
	display: inline-block;
	margin-right: 10px;
	border: none !important;
}
.grid-tag-item-new {
	width: 54px;
	height: 20px;
	background: url(https://img.artlebedev.ru/svalka/header-2016/v2/images/job/label_grey.svg) center center no-repeat;
	background-size: 100%;
}
.item-white .grid-tag-item-new, .grid-tag-item-new-white {
	background-image: url(https://img.artlebedev.ru/svalka/header-2016/v2/images/job/label_white.svg);
}

.grid-tag-item-database {
	width: 139px;
	height: 20px;
	background: url(https://img.artlebedev.ru/svalka/header-2016/v2/images/job/base.svg) center center no-repeat;
	background-size: 100%;
	pointer-events: none;
}
a.grid-tag-item-database {
	pointer-events: auto;
}
a.grid-tag-item-database:hover {
	background-image: url(https://img.artlebedev.ru/svalka/header-2016/v2/images/job/base-hover.svg);
}

.database-grid .group {
	text-align: left !important;
}
.database-grid .group .item {
	margin-left: 0 !important;
}
.database-grid {
	max-width: 1200px;
	margin: 0 auto;
}

.als-grid-columns-item-info-designer-7:hover .name a {
	color: white !important;
}
