/* -- CSS -- */





/* -- BASIC -- */
:root {
	--selection_bg:
		rgba(
			92,
			121,
			177,
			0.22
		);
	--link: #1A73E8;
	--hover_bg:
		rgba(
			0,
			0,
			0,
			0.15
		);
}





::selection {
	background: var(--selection_bg);
}





* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scrollbar-width: thin;
}





body {
	background: url(/img/body_bg.webp);
	font-family: monospace;
}





/* -- CONTENT -- */
.wrap {
	display: flex;
	position: relative;
	height: 100%;
}





.menu {
	display: block;
	position: fixed;
	padding: 16px;
	padding-left: 20px;
	padding-right: 20px;
	width: 320px;
	min-width: 320px;
	height: 100%;
	min-height: 100%;
	background: var(--hover_bg);
	border-right:
		1px
		solid
		#666;
	overflow-x: hidden;
	overflow-y: auto;
}





.logo {
	display: block;
	position: relative;
	margin-left: 11px;
	width: 257px;
	height: 63px;
	background:
		url(/img/logo.webp)
		no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
	.logo:hover {
		filter: brightness(110%);
	}

	.logo::after {
		content: '';
		display: block;
		position: absolute;
		top: 77px;
		left: -32px;
		width:
			calc(
				100% + 64px
			);
		height: 1px;
		background: #666;
		pointer-events: none;
	}





.tree {
	display: block;
	position: fixed;
	top: 94px;
	left: 0;
	width: 100%;
	max-width: 319px;
	height:
		calc(
			100% - 94px
		);
	overflow-x: hidden;
	overflow-y: auto;
}





.list {
	display: block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	color:
		#000
		!important;
	white-space: nowrap;
	text-decoration:
		none
		!important;
	overflow: hidden;
	cursor: pointer;
}
	.list:hover {
		background: var(--hover_bg);
	}





.list_0 {
	padding-left: 20px;
	font-size: 18px;
}

.list_1 {
	padding-left: 30px;
	font-size: 16px;
}





.list_current,
.list_current:hover {
	background: black;
	color:
		#FDD01D
		!important;
	font-weight: bold;
	text-shadow:
		1px
		1px
		1px
		black;
	cursor: default;
}





.content {
	display: block;
	position: fixed;
	padding: 16px;
	left: 324px;
	width:
		calc(
			100% - 324px
		);
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

	.content b.title {
		display: inline-block;
		position: relative;
		margin-top: -5px;
		margin-bottom: 18px;
		font-size: 24px;
	}

	.content p {
		margin-bottom: 22px;
		font-size: 17px;
		line-height: 28px;
	}
		.content p.center {
			text-align: center;
			text-transform: uppercase;
		}

		.content p b {
			font-size: 17px;
			font-weight: bold;
		}

		.content p span {
			display: inline-block;
			position: relative;
			padding: 6px;
			padding-top: 1px;
			padding-bottom: 1px;
			background: var(--hover_bg);
			border-radius: 6px;
			font-weight: bold;
		}

			.content p img {
				margin-top: 20px;
				margin-bottom: 20px;
				max-width:
					calc(
						100% - 32px
					);
				vertical-align: text-top;
				border:
					1px
					solid
					#666;
			}
				.content p img:not(:first-child) {
					margin-left: 20px;
				}

	.content table {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
		font-size: 17px;
	}

	.content th {
		padding: 8px;
		background: var(--hover_bg);
		border:
			1px
			solid
			#666;
		font-weight: bold;
	}

	.content tr {
		background: transparent;
	}
		.content tr:nth-child(even) {
			background: #FFFFFF8C;
		}

	.content td {
		padding: 8px;
		border:
			1px
			solid
			#666;
	}





a,
a:visited {
	background-color: transparent;
	color: var(--link);
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}





/* -- PAGES -- */
.hero_talent {
	display: block;
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: auto;
}





.hero_talent_left {
	display: block;
	position: relative;
	width: 87px;
	height: 100%;
	float: left;
}





.hero_talent_passive,
.hero_talent_active,
.hero_talent_11 {
	display: block;
	position: relative;
	width: 67px;
	height: 77px;
	background-image: url(/img/hero_sprite.webp);
	background-repeat: no-repeat;
	cursor: pointer;
}

.hero_talent_passive {
	background-position-x: 0;
}

.hero_talent_active {
	background-position-x: -67px;
}

.hero_talent_11 {
	background-position-x: -134px;
}





.hero_talent_icon {
	display: block;
	position: absolute;
	top: 10px;
	left: 6px;
	width: 55px;
	height: 55px;
	background-image: url(/img/hero_sprite.webp);
	background-repeat: no-repeat;
}
	.hero_talent_icon:hover {
		filter: brightness(110%);
	}





.hero_talent_icon_1_1,
.hero_talent_icon_1_2,
.hero_talent_icon_1_3,
.hero_talent_icon_1_4,
.hero_talent_icon_1_5,
.hero_talent_icon_1_6,
.hero_talent_icon_1_7,
.hero_talent_icon_1_8,
.hero_talent_icon_1_9,
.hero_talent_icon_1_10,
.hero_talent_icon_1_11 {
	background-position-y: -77px;
}

.hero_talent_icon_2_1,
.hero_talent_icon_2_2,
.hero_talent_icon_2_3,
.hero_talent_icon_2_4,
.hero_talent_icon_2_5,
.hero_talent_icon_2_6,
.hero_talent_icon_2_7,
.hero_talent_icon_2_8,
.hero_talent_icon_2_9,
.hero_talent_icon_2_10,
.hero_talent_icon_2_11 {
	background-position-y: -132px;
}

.hero_talent_icon_3_1,
.hero_talent_icon_3_2,
.hero_talent_icon_3_3,
.hero_talent_icon_3_4,
.hero_talent_icon_3_5,
.hero_talent_icon_3_6,
.hero_talent_icon_3_7,
.hero_talent_icon_3_8,
.hero_talent_icon_3_9,
.hero_talent_icon_3_10,
.hero_talent_icon_3_11 {
	background-position-y: -187px;
}

.hero_talent_icon_4_1,
.hero_talent_icon_4_2,
.hero_talent_icon_4_3,
.hero_talent_icon_4_4,
.hero_talent_icon_4_5,
.hero_talent_icon_4_6,
.hero_talent_icon_4_7,
.hero_talent_icon_4_8,
.hero_talent_icon_4_9,
.hero_talent_icon_4_10,
.hero_talent_icon_4_11 {
	background-position-y: -242px;
}

.hero_talent_icon_5_1,
.hero_talent_icon_5_2,
.hero_talent_icon_5_3,
.hero_talent_icon_5_4,
.hero_talent_icon_5_5,
.hero_talent_icon_5_6,
.hero_talent_icon_5_7,
.hero_talent_icon_5_8,
.hero_talent_icon_5_9,
.hero_talent_icon_5_10,
.hero_talent_icon_5_11 {
	background-position-y: -297px;
}

.hero_talent_icon_6_1,
.hero_talent_icon_6_2,
.hero_talent_icon_6_3,
.hero_talent_icon_6_4,
.hero_talent_icon_6_5,
.hero_talent_icon_6_6,
.hero_talent_icon_6_7,
.hero_talent_icon_6_8,
.hero_talent_icon_6_9,
.hero_talent_icon_6_10,
.hero_talent_icon_6_11 {
	background-position-y: -352px;
}

.hero_talent_icon_7_1,
.hero_talent_icon_7_2,
.hero_talent_icon_7_3,
.hero_talent_icon_7_4,
.hero_talent_icon_7_5,
.hero_talent_icon_7_6,
.hero_talent_icon_7_7,
.hero_talent_icon_7_8,
.hero_talent_icon_7_9,
.hero_talent_icon_7_10,
.hero_talent_icon_7_11 {
	background-position-y: -407px;
}

.hero_talent_icon_8_1,
.hero_talent_icon_8_2,
.hero_talent_icon_8_3,
.hero_talent_icon_8_4,
.hero_talent_icon_8_5,
.hero_talent_icon_8_6,
.hero_talent_icon_8_7,
.hero_talent_icon_8_8,
.hero_talent_icon_8_9,
.hero_talent_icon_8_10,
.hero_talent_icon_8_11 {
	background-position-y: -462px;
}

.hero_talent_icon_9_1,
.hero_talent_icon_9_2,
.hero_talent_icon_9_3,
.hero_talent_icon_9_4,
.hero_talent_icon_9_5,
.hero_talent_icon_9_6,
.hero_talent_icon_9_7,
.hero_talent_icon_9_8,
.hero_talent_icon_9_9,
.hero_talent_icon_9_10,
.hero_talent_icon_9_11 {
	background-position-y: -517px;
}





.hero_talent_icon_1_1,
.hero_talent_icon_2_1,
.hero_talent_icon_3_1,
.hero_talent_icon_4_1,
.hero_talent_icon_5_1,
.hero_talent_icon_6_1,
.hero_talent_icon_7_1,
.hero_talent_icon_8_1,
.hero_talent_icon_9_1 {
	background-position-x: 0;
}

.hero_talent_icon_1_2,
.hero_talent_icon_2_2,
.hero_talent_icon_3_2,
.hero_talent_icon_4_2,
.hero_talent_icon_5_2,
.hero_talent_icon_6_2,
.hero_talent_icon_7_2,
.hero_talent_icon_8_2,
.hero_talent_icon_9_2 {
	background-position-x: -55px;
}

.hero_talent_icon_1_3,
.hero_talent_icon_2_3,
.hero_talent_icon_3_3,
.hero_talent_icon_4_3,
.hero_talent_icon_5_3,
.hero_talent_icon_6_3,
.hero_talent_icon_7_3,
.hero_talent_icon_8_3,
.hero_talent_icon_9_3 {
	background-position-x: -110px;
}

.hero_talent_icon_1_4,
.hero_talent_icon_2_4,
.hero_talent_icon_3_4,
.hero_talent_icon_4_4,
.hero_talent_icon_5_4,
.hero_talent_icon_6_4,
.hero_talent_icon_7_4,
.hero_talent_icon_8_4,
.hero_talent_icon_9_4 {
	background-position-x: -165px;
}

.hero_talent_icon_1_5,
.hero_talent_icon_2_5,
.hero_talent_icon_3_5,
.hero_talent_icon_4_5,
.hero_talent_icon_5_5,
.hero_talent_icon_6_5,
.hero_talent_icon_7_5,
.hero_talent_icon_8_5,
.hero_talent_icon_9_5 {
	background-position-x: -220px;
}

.hero_talent_icon_1_6,
.hero_talent_icon_2_6,
.hero_talent_icon_3_6,
.hero_talent_icon_4_6,
.hero_talent_icon_5_6,
.hero_talent_icon_6_6,
.hero_talent_icon_7_6,
.hero_talent_icon_8_6,
.hero_talent_icon_9_6 {
	background-position-x: -275px;
}

.hero_talent_icon_1_7,
.hero_talent_icon_2_7,
.hero_talent_icon_3_7,
.hero_talent_icon_4_7,
.hero_talent_icon_5_7,
.hero_talent_icon_6_7,
.hero_talent_icon_7_7,
.hero_talent_icon_8_7,
.hero_talent_icon_9_7 {
	background-position-x: -330px;
}

.hero_talent_icon_1_8,
.hero_talent_icon_2_8,
.hero_talent_icon_3_8,
.hero_talent_icon_4_8,
.hero_talent_icon_5_8,
.hero_talent_icon_6_8,
.hero_talent_icon_7_8,
.hero_talent_icon_8_8,
.hero_talent_icon_9_8 {
	background-position-x: -385px;
}

.hero_talent_icon_1_9,
.hero_talent_icon_2_9,
.hero_talent_icon_3_9,
.hero_talent_icon_4_9,
.hero_talent_icon_5_9,
.hero_talent_icon_6_9,
.hero_talent_icon_7_9,
.hero_talent_icon_8_9,
.hero_talent_icon_9_9 {
	background-position-x: -440px;
}

.hero_talent_icon_1_10,
.hero_talent_icon_2_10,
.hero_talent_icon_3_10,
.hero_talent_icon_4_10,
.hero_talent_icon_5_10,
.hero_talent_icon_6_10,
.hero_talent_icon_7_10,
.hero_talent_icon_8_10,
.hero_talent_icon_9_10 {
	background-position-x: -495px;
}

.hero_talent_icon_1_11,
.hero_talent_icon_2_11,
.hero_talent_icon_3_11,
.hero_talent_icon_4_11,
.hero_talent_icon_5_11,
.hero_talent_icon_6_11,
.hero_talent_icon_7_11,
.hero_talent_icon_8_11,
.hero_talent_icon_9_11 {
	background-position-x: -550px;
}





.hero_talent_right {
	display: block;
	position: relative;
	width:
		calc(
			100% - 87px
		);
	height: 100%;
	float: right;
}





.hero_talent_title,
.hero_talent_text,
.hero_talent_joke {
	display: block;
	position: relative;
	width: inherit;
	height: auto;
}

.hero_talent_title {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}

.hero_talent_text {
	font-size: 14px;
	line-height:
		20px
		!important;
}

.hero_talent_joke {
	font-size: 14px;
	font-style: italic;
}





.hero_talent_clear {
	display: block;
	position: relative;
	height: 10px;
	clear: right;
}