html, body {
	scroll-behavior: smooth;
}
.als-cookie-button {
	display: none;
}

.column_typeform_score span {
	position: relative;
}
.title-help {
	position: absolute !important;
	border: none !important;
	margin: 1px 0 0 5px;
	display: inline-block;
}
.title-help .ico {
	display: inline-block;
	font-size: 14px;
	color: #B7B7B7;
	width: 20px;
	height: 20px;
	border: 1px solid #B7B7B7;
	border-radius: 20px;
	line-height: 20px;
	text-align: center;
	/*font-family: 'ALS Hauss';*/
	font-family: 'ALSArtemiusSerif';
}
@media (max-width: 1200px) {
	.title-help {
		margin-top: -1px;
	}
}
.title-help .popup {
	position: absolute;
	right: 0;
	width: 450px;
	background: #FFFFFF;
	border: 2px solid #F3F3F3;
	border-radius: 20px;
	padding: 20px;
	margin-top: 10px;
	font-weight: normal;
	display: none;
	white-space: normal;
}
.title-help:hover .popup {
	display: block;
}


.title-help .popup p {
	margin: 0;
	padding: 7px 0 0 0;
}

.database-job-changer {
	position: relative;
	top: -2.8em;
}
.database-job-changer .als-changer-button-lines-container {
	right: 20px;
}
@media (max-width: 1100px) {
	.database-job-changer {
		top: 10px;
	}
	.als-changer-button-lines-container {
		position: static;
		margin: 0 auto;
	}
}

.als-tabs-job-container {
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.als-tabs-job-container-inner {
	position: relative;
	margin-top: calc(1.9em - 10px);
}
.als-tabs-job-container-inner-margin {
	margin-bottom: calc(2em - 10px);
}
.als-tabs-job-container-inner .als-tabs-job {
	margin: 10px 5px;
}
.als-tabs-job-back {
	position: absolute;
	left: 0;
	margin-left: 0 !important;
}
@media (max-width: 1100px) {
	.als-tabs-job-back {
		position: static;
	}
}

.als-tabs-job-back .w-a, .als-tabs-back .w-a {
	padding-left: 30px;
	position: relative;
}
.als-tabs-job-back a img, .als-tabs-back a img {
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.als-sortable-table th span {
	white-space: nowrap;
}
.als-sortable-table .column_typeform_score {
	padding-right: 50px;
}

.test-page-top {
	position: relative;
	padding: 0 10px;
}
.test-page-top .als-tabs-back {
	margin-top: 8px;
}
.test-page-top .als-tabs-back a {
	border-radius: 6px;
}
@media (min-width: 900px) {
	.test-page-top .als-tabs-back {
		text-align: left;
	}
	.test-page-top .als-tabs-back {
		position: absolute;
	}
}
@media (max-width: 900px) {
	.test-page-top {
		display: flex;
		flex-direction: column-reverse;
	}
}

.test-list {
	/*font-family: 'ALS Hauss';*/
	font-family: 'ALSArtemiusSerif';
	font-size: 20px;
	padding: 20px;
}

.test-item {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}
.test-item-left {
	flex: 3;
	color: #797979;
}
.test-item-left .test-text {
	font-size: 16px;
}
.test-item-right {
	flex: 4;
}
.test-item .test-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.test-item .test-text p {
	margin: 10px 0
}


.test-file {
	margin-top: 20px;
	border: 2px solid #0089FF !important;
	border-radius: 5px;
	padding: 15px 20px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	color: black;
	font-size: 20px;
	align-items: center;
	overflow: hidden;
}
.test-file:hover {
	background: #0089FF;
}

.test-file .ico {
	width: 40px;
	height: 52px;
}
.test-file .img-ico {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 52px;
}
.test-file .img-ico-hover {
	display: none;
}
.test-file:hover .img-ico {
	display: none;
}
.test-file:hover .img-ico-hover {
	display: inline-block;
}
.test-file .left {
	color: black;
	display: flex;
	gap: 15px;
}
.test-file:hover .left {
	color: white;
}

.test-file .left .name {
	font-weight: bold;
}

.test-file .left .size {
	font-size: 13px;
	opacity: 0.7;
}

.test-file .right {
	color: black;
	font-weight: bold;
	display: flex;
	gap: 10px;
	align-items: center;
}
.test-file:hover .right {
	color: white;
}

@media (max-width: 1100px) {
	.test-item {
		display: block;
	}
	.test-item-left {
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.test-file .right {
		display: none;
	}
}


.start-title {
	/*
		font-family: 'ALS Hauss';
		font-weight: 500;
	*/
	font-family: 'ALSArtemiusSerif';
	font-weight: 700;
	font-style: normal;
	font-size: 80px;
	line-height: 100%;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 30px 20px;
}
@media (max-width: 1100px) {
	.start-title {
		padding-top: 20px;
		font-size: 52px;
	}
}
.start-text {
	/*font-family: 'ALS Hauss';*/
	font-family: 'ALSArtemiusSerif';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 130%;
	text-align: center;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 700px) {
	.start-title {
		padding-top: 10px;
		font-size: 30px;
	}
	.start-text {
		padding-bottom: 0;
	}
}

@media (max-width: 700px) {
	.start-text {
		font-size: 16px;
	}
}

.start-table {
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}
.start-table .als-tabs {
	margin-top: 0 !important;
}
.database-text-container .sortable-table-container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 700px) {
	.start-table {
		padding-top: 10px;
	}
}

.sortable-table-container {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1500px;
}
.sortable-table-container th {
	background: #F3F3F3 !important;
}
.sortable-table-container th:first-child {
	border-radius: 8px 0 0 0;
}
.sortable-table-container th:last-child {
	border-radius: 0 8px 0 0;
}

.start-table {
	margin-bottom: 40px;
}
.hidden-table .shadow {
	max-height: 470px;
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
}
.hidden-table .als-sortable-table-fix-head {
	display: none;
}
.hidden-table .shadow:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 15vh;
	z-index: 5;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7.28%, #FFFFFF 65.89%);
}

.tech-note {
	/*font-family: 'ALS Hauss';*/
	font-family: 'ALSArtemiusSerif';
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 6;
	padding: 0 15px;
	margin-bottom: 90px;
}
@media (max-width: 700px) {
	.tech-note {
		font-size: 14px;
		margin-bottom: 50px;
	}
}

p.database-text-title, .database-text-title {
	/*
		font-family: 'ALS Hauss';
		font-weight: 500;
	*/
	font-family: 'ALSArtemiusSerif';
	font-weight: 700;
	font-size: 25px;
}
.database-text-text, p.database-text-text {
	/*font-family: 'ALS Hauss';*/
	font-family: 'ALSArtemiusSerif';
	font-size: 24px;
}
p.database-text-title, p.database-text-text {
	margin: 0.2em 0;
}

@media (max-width: 700px) {
	p.database-text-title, .database-text-title {
		font-size: 18px;
	}
	.database-text-text, p.database-text-text {
		font-size: 16px;
	}
}



p.database-text-title-mb {
	margin-bottom: 20px !important;
}
.grades-block .grades-list {
	display: flex;
	/*font-family: "ALS Hauss";*/
	font-family: 'ALSArtemiusSerif';
	margin-bottom: 10px;
}
.grades-list-item-wrapper {
	display: flex;
	white-space: nowrap;
}
.grades-list-item {
	font-size: 30px;
	line-height: 1;
	margin-right: 35px;
	padding-top: 0.4em;
	margin-bottom: 15px;
}
.grades-list-item-t {
	margin-top: -10px;
}
.grades-list-item-d {
	padding-top: 0;
	font-size: 100px;
	line-height: 1;
	margin-right: 10px;
}

@media (max-width: 1300px) {
	.grades-list-item-d {
		font-size: 90px;
	}
	.grades-list-item-t {
		font-size: 25px;
		margin-top: -5px;
	}
}
@media (max-width: 1100px) {
	.grades-list-item-d {
		font-size: 75px;
	}
	.grades-list-item-t {
		font-size: 20px;
		margin-top: 0;
	}
}

@media (max-width: 900px) {
	.grades-list-item-d {
		font-size: 61px;
	}
	.grades-list-item-t {
		font-size: 16px;
	}
	.grades-block .grades-list {
		display: block;
	}
	.grades-list-item {
		display: inline-block;
	}
	.grades-list-item-wrapper {
		display: inline-block;
	}
}

.database-text-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.als-sortable-table-fix-head {
	z-index: 55;
	white-space: nowrap;
	background: #F3F3F3;
}
.sortable-table-container .als-sortable-table-fix-head .cell {
	background: #F3F3F3 !important;
}

.test-page-container {
	text-align: left !important;
}


.data-base-form-container {
	max-width: 950px;
	margin: 20px auto 0 auto;

}
.data-base-form-container form {
	background: #DFEAFD;
	border-radius: 10px;
	padding: 20px 10px;
	/*font-family: "ALS Hauss";*/
	font-family: 'ALSArtemiusSerif';
}
.data-base-form-container form .success-overlay {
	background: #DFEAFD;
}

.data-base-form-container form .text {
	border: none;
	border-radius: 10px;
	outline: none;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
}
.data-base-form-container form dt label {
	padding-top: 10px;
}
.data-base-form-container form .blue-button {
	background: #4149F2;
	border: none;
	font-family: inherit;
	font-size: inherit;
	transition: all 0.3s;
}
.data-base-form-container form .blue-button:not(.disabled):hover {
	background: #000CFF;
	transition: all 0.3s;
}

/*
.data-base-form-container form dd {
	margin-left: 40%;
}
.data-base-form-container form dt {
	width: 40%;
	padding-right: 15px;
}

 */
.f-p-top {
	padding-top: 10px;
}
@media (max-width: 900px) {
	.data-base-form-container form dd {
		margin-left: 0;
	}
	.f-p-top {
		padding-top: 0;
	}
	.data-base-form-container form dt label {
		padding: 0 0 3px 0;
	}
}

.base-radio label {
	display: block;
}

.base-radio .sticker {
	background: #b7cffb;
	font-size: 14px;
	color: black;
	border-radius: 20px;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	display: inline-block;
}

.database-faq-item {
	margin-top: 40px;
}
.database-faq-item .database-text-title {
	margin-top: 0 !important;
}
.database-faq-item-f {
	margin-top: 30px;
}
@media (max-width: 700px) {
	.database-faq-item {
		margin-top: 25px;
	}
}


.database-footer {
	position: fixed;
	z-index: 56;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.database-footer-desktop {
	transition: transform 0.7s;
}
.database-footer-desktop.footer-hidden {
	transform: translateY(500px);
}
.database-footer-inner {
	max-width: 1000px;
	padding: 5px;
	background: #E1E9F6;
	border-radius: 12px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*font-family: "ALS Hauss";*/
	font-family: 'ALSArtemiusSerif';
}
.database-footer-inner button {
	/*font-family: "ALS Hauss";*/
	font-family: 'ALSArtemiusSerif';
}

.database-footer-inner img {
	vertical-align: top;
}

.database-footer-inner .logo {
	margin: 0 10px 0 20px;
}

.database-footer-inner .left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.database-footer-inner .left a {
	color: #1174FF !important;
	border-bottom: 1px dashed #B2DBFF !important;
	transition: none;
}
.database-footer-inner .left a:hover {
	color: #E23532 !important;
	border-bottom: 1px solid #E8B9C1 !important;
}
.database-footer .blue-button {
	background: #4149F2;
	border: none;
	border-radius: 10px;
	transition: all 0.3s;
}

.database-footer .blue-button:hover {
	background: #000CFF;
}

.database-footer-mobile {
	display: none;
	transition: opacity 0.2s;
}
.database-footer-mobile button {
	font-size: 18px !important;
	padding: 12px !important;
	/*font-family: "ALS Hauss";*/
	font-family: 'ALSArtemiusSerif';
}
.database-footer-mobile.hidden {
	opacity: 0;
	pointer-events: none;
}
.database-footer-mobile .blue-button {
	width: 100%;
}


@media (max-width: 900px) {
	.database-footer-desktop {
		display: none;
	}
	.database-footer-mobile {
		display: block;
	}
}

.buy-ico {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(buy-ico.svg) center center no-repeat;
	background-size: 100%;
	right: 0;
	top: -15px;
	z-index: 3;
}

.buy-popup-shadow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 150;
	background: rgba(0,0,0, 0.5);
}

.buy-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 1050px;
	z-index: 151;
	background: white;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 12px;
	padding-right: 450px;
}
@media (max-height: 800px) {
	.buy-popup {
		top: 50px;
		transform: translate3d(-50%, 0, 0);
	}
}
.buy-popup-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 450px;
	height: 100%;
	background: url(form-bg.v2.png) center top no-repeat;
	background-size: cover;
	border-radius: 0 12px 12px 0;
}

@media (max-width: 1200px) {
	.buy-popup {
		padding-right: 0;
	}
	.buy-popup-bg {
		display: none;
	}
}

.buy-popup .boxes dt {
	display: none;
}

.buy-popup .boxes .base-radio label {
	display: inline-block;
}
.buy-popup .data-base-form-container {
	margin: 0;
	padding: 20px 35px;
}
.buy-popup .als-form {
	background: transparent;
	padding: 0;
}

.buy-popup .als-form dt {
	font-size: 14px;
}
.buy-popup .database-text-container {
	padding: 0;
}
.buy-popup .als-form .text {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 5px;
}
.buy-popup-close {
	position: absolute;
	top: 10px;
	right: -30px;
	background: url(close.svg) center center no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.4;
}
.buy-popup-close:hover {
	opacity: 1;
}

.buy-popup-title {
	/*font-weight: 500;*/
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
}

.buy-popup-text {
	padding: 35px;
	padding-bottom: 0;
	/*font-family: "ALS Hauss";*/
	font-family: 'ALSArtemiusSerif';
}
.buy-popup-text-text {
	font-size: 18px;
	line-height: 100%;
	padding-top: 10px;
}


@media (max-width: 700px) {
	.buy-popup-close {
		right: 10px;
		top: -30px;
	}
	.buy-popup-title {
		font-size: 28px;
	}
}

.buy-popup-container {
	display: none;
}
table.als-sortable-table tr.selected td {
	background: white;
}
table.als-sortable-table tr.selected:hover td {
	background: #e9f2ff;
}


/* grid */
.database-text-container .studio-job.studio-job-archive .archive-grid {
	margin-left: -10px;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
@media (min-width: 1500px) {
	.database-text-container .archive-grid {
		width: 1320px;
	}
}
/*
.database-text-container .studio-job.studio-job-archive .archive-grid .als-grid-columns-column {
	width: 292px;
}
.database-text-container .studio-job.studio-job-archive .archive-grid .item {
	width: 272px;
	margin-bottom: 20px;
}

 */
.database-text-container .studio-job.studio-job-archive .archive-grid .group {
	text-align: left;
}
.database-text-container .studio-job.studio-job-archive .archive-grid .als-grid-columns {
	text-align: left;
}
.database-text-container .studio-job.studio-job-archive .archive-grid .als-grid-columns .als-grid-columns-item {
	text-align: center;
}
/* /grid */



@media (max-width: 700px) {
	.hidden-table .shadow {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sortable-table-container th:first-child {
		border-radius: 0;
	}
	.sortable-table-container th:last-child {
		border-radius: 0;
	}
	.sortable-table-container {
		padding: 0;
	}
}

.start-table .result-table-wrapper {
	margin-top: 0 !important;
}
.data-base-block-margin {
	margin-top: 90px;
}

@media (max-width: 700px) {
	.data-base-block-margin {
		margin-top: 50px;
	}
}
