/*<!-- dev by www.rubic.on.com -->*/
@font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/Inter-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'candara';
	src: url('../fonts/candara.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'georgia';
	src: url('../fonts/georgia.ttf');
	font-weight: normal;
	font-style: normal;
}
html, body{
	margin: 0;
	padding: 0;
	font-family: Inter-Regular;
	color: #fbfbfb;
	font-size: 14px;
	background: linear-gradient(90deg, #11131a 20px, transparent 1%) center, linear-gradient(#11131a 20px, transparent 1%) center, #191a23;
	-moz-background: linear-gradient(90deg, #15192a 20px, transparent 1%) center, linear-gradient(#15192a 20px, transparent 1%) center, #0f111c;
	-webkit-background: linear-gradient(90deg, #15192a 20px, transparent 1%) center, linear-gradient(#15192a 20px, transparent 1%) center, #0f111c;
	-o-background: linear-gradient(90deg, #15192a 20px, transparent 1%) center, linear-gradient(#15192a 20px, transparent 1%) center, #0f111c;
	background-size: 22px 22px;
}
a{
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #bf3b11;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-family: Perpetua-Bold;
}
h2{
	font-size: 18px;
	margin: 0;
}
.site {
	display: flex;
	margin: 1% auto;
	width: 96%;
	border: 5px solid rgb(255 255 255 / 1%);
	padding: 10px;
	background: #15161c;
	box-shadow: 1px 1px 11px 5px rgb(0 0 0 / 20%);
	border-radius: 10px;
}
.menu{
	border-right: 2px solid rgb(255 255 255 / 2%);
	padding-right: 10px;
	width: 15%;
}
.menu_item {
	display: block;
	color: #d3dbcc;/*e7e7e7|b7c350|dda473|b541e3*/
	width: calc(100% - 20px);
	padding: 4px;
	border-radius: 50px;
	background: rgb(117 117 217 / 10%);
	margin: 1px 0px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	transition: 0.2s;
	font-family: Inter-Regular;
}
.menu_item:hover{
	background: rgb(255 255 255 / 10%);
	color: #00ff00;
}
.menu--active {
	background: #1c0c0c !important;
	color: #e35d0b;
	box-shadow: -3px 0px #e9bf5c, 3px 0px #e9bf5c;
	position: relative;
}
.menu--active::after {
	position: absolute;
	display: inline-flex;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	/*content: '';*/
	background-image: url(../img/menuactive.svg);
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	opacity: 0.5;
}
.content {
	padding: 0px 10px;
	width: calc(85% - 20px);
}
span.desc {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	background: rgb(135 112 77 / 20%);
	padding: 8px;
	border-radius: 10px;
	border: 1px solid #978865;
	color: #ffebd2;
}
.skills_block {
	padding: 5px; 
	margin: 5px 0px;
	border-radius: 10px;
	border: 1px dashed rgb(255 255 255 / 6%);
	transition: 0.2s;
}
.skills_block_title {
	display: flex;
	justify-content: space-between;
	font-weight: normal;
	background: #494948;
	padding: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	font-family: Perpetua-Bold;
	font-size: 16px;
}
.infopage {
    cursor: auto;
}
.skills_block_title img {
	width: 18px;
	opacity: 0.25;
	transition: 0.2s;
}
.title_icon{
	transform: rotate(-90deg);
}
details[open] .title_icon{
	transform: rotate(0deg);
	opacity: 0.6;
}
.skills_block_title:hover > img {
	opacity: 0.9;
}
.skills_active {
	background: rgb(149 23 47 / 50%);
}
.skills_toggle {
	background: rgb(206 92 233 / 50%);
}
.skills_passive {
	background: rgb(141 93 7 / 50%);
}
.skill_list::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}
.skill_list::-webkit-scrollbar-thumb {
	background: #c05e0f;
	border-radius: 10px;
}
.skill_list::-webkit-scrollbar-track {
	background: rgba(254, 205, 121, 0.2);
	border-radius: 10px;
}
.skill_list{
	margin-top: 10px;
	max-height: 650px;
	padding: 0px 5px;
	overflow: auto;
	scrollbar-face-color: #c05e0f;
	scrollbar-track-color: rgba(254, 205, 121, 0.2);
}
.skill_lvs{
	margin-top: 10px;
}
.skill_item {
	display: flex;
	align-items: center;
	background: rgb(255 255 255 / 2%);
	padding: 2px 5px;
	margin: 1px;
	border-radius: 5px;
	transition: 0.2s;
	border: 1px solid rgb(255 255 255 / 2%);
}

.skill_item img {
	margin-right: 5px;
	padding: 1px;
	background: rgb(0 0 0 / 10%);
	border: 1px solid #ffffff21;
	transition: 0.2s;
}
span.skill_name {
	color: #fff;/*ffaa00*/
	transition: 0.2s;
}
span.skill_level {
	color: #9597e3;/*5053e1|9597e3*/
	margin-left: 5px;
	font-size: 12px;
}
span.learn_lv {
	font-weight: bold;
	color: #20815b;/*6bbf91|20815b*/
	margin-left: 5px;
	font-size: 12px;
}
.skill_item:hover {
	background: rgb(255 255 255 / 5%);
}
.skill_item:hover .skill_name {
	color: #ffff00;/*efeb37|5fff8a|33ddc7|e3337a*/
}
.skill_item:hover img {
	border: 1px solid #e9bf5c;
}
.links {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}
.links > .btn {
	color: #dbdbdb;
	margin: 0px 5px;
	background: #1e2029;
	min-width: 120px;
	padding: 10px 10px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}
.btn:hover {
	background: #3a3c47;
}
.btn img{
	width: 16px;
	margin-right: 5px;
	opacity: 0.3;
}
.skillhead{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.skillhead img{
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #ffffff21;/*e9bf5c*/
}
.skillhead_name{
	color: #ff4500;
	font-size: 21px;
}
.skillhead_lvl {
	margin-left: 5px;
	color: #9597e3;
	background: rgb(255 255 255 / 5%);
	padding: 2px 8px;
	border-radius: 5px;
}
.skill_info{
	list-style: none;
	padding: 0;
}
.skill_info b{
	font-weight: bold;
	color: #20815b;
	font-size: 12px;
}
.skill_info li {
	background: rgb(255 255 255 / 2%);
	padding: 5px 5px;
	margin: 1px;
	border-radius: 5px;
	transition: 0.2s;
	color: #1fa1e1;/*998123*/
	border: 1px solid rgb(255 255 255 / 2%);
}
.skill_info span {
	color: #fff;
}
.skill_info an {/*attention*/
	color: #ff9999;
}
.skill_info abn {/*abnormal*/
	color: #777000;
}
.skill_info att0 {/*fire*/
	color: #d77333;
}
.skill_info att1 {/*water*/
	color: #0084ff;
}
.skill_info att2 {/*wind*/
	color: #00d9ff;
}
.skill_info att3 {/*earth*/
	color: #996633;
}
.skill_info att4 {/*holy*/
	color: #ccf5ff;
}
.skill_info att5 {/*unholy*/
	color: #873cff;
}
.class_name  {
	color: #b947e7;
}
.class_name:hover  {
	color: #00ff00;
}
.skill_link  {
	color: #ff4949;
}
.skill_link:hover  {
	color: #ffff00;
}
.skill_main {
	display: flex;
	align-items: center;
	width: 300px;
}
.skill_desc {
	color: #c3c7c3e7;
	font-size: 12px;
	border-left: 1px solid rgb(255 255 255 / 25%);
	padding-left: 20px;
}
.skill_item--active{
	color: #ff4500 !important;
}

.mobmenu {
	background: #00000052;
	display: block;
	margin: 0 auto;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.mobmenu_over{
	display: block !important;
}
.mobmenu span{
	width: 26px;
	height: 3px;
	background: #fff;
	display: block;
	border-radius: 50px;
	text-align: center;
	margin: 4px auto;
}
.mobmenu_active{
	display: block !important;
}
.mobmenu_active span{
	background: #e9bf5c;
}
.mobmenu_active span:nth-child(2){
	background: #e9bf5c;
	width: 30px;
}
.mobmenu{
	display: none;
}
@media screen and (max-width: 1281px) {
	.content {
		padding: 0px 10px;
		width: calc(100% - 270px);
	}
	.menu{
		width: 250px;
	}
}
@media screen and (max-width: 1025px) {
	.mobmenu{
		display: block;
	}
	.site {
		flex-direction: column;
	}
	.content {
		width: auto;
		margin-top: 10px;
		background: rgb(255 255 255 / 5%);
		padding: 10px;
		border-radius: 10px;
	}
	.menu{
		width: 100%;
		display: none;
		padding: 0;
		border: none;
	}
	.skill_item {
		display: flex;
		flex-direction: column;
	}
	.skill_desc {
		border-left: none;
		padding-left: 0;
		margin-top: 4px;
		width: 100%;
	}
	.menu_item {
		width: auto;
		margin: 1px auto;
	}
	.skill_main {
		width: 100%;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 481px) {
	.site{
		padding: 0px;
		box-shadow: none;
		margin: 0 auto;
	}

	.links {
		display: block;
		margin: 20px 0px;
	}
	.links > .btn {
		margin: 2px 5px;
		box-shadow: none;
	}
}
.btnback{
	position: fixed;
	top: 0px;
	right: 20px;
	display: flex;
}
.btnback_link {
	font-family: candara;
		font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    background: #32355f;
    padding: 5px 15px;
    color: #d3dbcc;
    border-radius: 0px 0px 10px 10px;
		transition: 0.2s;
		box-shadow: 0px 2px #42467f;
}
.btnback_icon {
    background: #1f202f;
    width: 26px;
    height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
		transition: 0.2s;
}
.btnback_link:hover{
    background: #1c0c0c !important;
    color: #e35d0b;
		box-shadow: 0px 2px #e9bf5c;
}
.btnback_link:hover .btnback_icon {
    background: #e35d0b;
}