@charset 'utf-8';
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	color: inherit
}

@font-face {
	font-family: Roboto-Thin;
	src: url(../fonts/Roboto-Thin.woff) format("woff")
}

@font-face {
	font-family: Roboto-Light;
	src: url(../fonts/Roboto-Light.woff) format("woff")
}

@font-face {
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto-Regular.woff) format("woff")
}

@font-face {
	font-family: Roboto-Bold;
	src: url(../fonts/Roboto-Bold.woff) format("woff")
}

@font-face {
	font-family: SunlightGothic;
	src: url(../fonts/SunlightGothic.woff) format("woff")
}
.paginationnew>li>a, .paginationnew>li>span {
    position: relative;
    /* float: left; */
    padding: 4px 31px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    background-color: #6d3b9e;
    border: 1px solid #ffffff52;
    margin-left: -1px;
}
.paginationnew>li:first-child>a, .paginationnew>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.paginationnew>li {
    display: inline;
}
body {
	width: 100%;
	height: 100%;
	border: none
}

iframe {
	width: 100%;
	height: 100%;
	border: none
}

input:focus {
	outline: none
}

a:visited,
a:active {
	text-decoration: none;
	color: #0074e7
}

a:link {
	text-decoration: none;
	color: #0074e7
}

a:hover {
	text-decoration: none;
	color: #39f
}

::-moz-selection {
	background: #39f;
	color: #fff
}

::selection {
	background: #39f;
	color: #fff
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: #dcdcdc
}

::-webkit-scrollbar-thumb {
	background: #a9a9a9
}

::-webkit-input-placeholder {
	color: #0074e7
}

.page-con-content {
	position: relative;
	top: 0;
	width: 100%;
	background: linear-gradient(
-135deg, rgb(0 12 38) 25%, rgb(147, 64, 255) 100%);
	min-height: 100%;
	/* background: url(https://catherineasquithgallery.com/uploads/posts/2021-02/1614455039_95-p-zadnii-fon-temnii-123.jpg) fixed; */
}

.page-con-container {
	position: relative;
	top: 0;
	height: auto;
	margin: auto 60px
}

.page-in-container {
	max-width: 1200px;
	min-height: 60px;
	margin: 0 auto
}

.wavebar-con-container-theme {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none
}

.wavebar-con-container-master {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden
}

.wavebar-con-container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden
}

.wavebar-con-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s
}

.wavebar-svg-object {
	background: url(../fonts/wavebar.svg) repeat-x;
	position: absolute;
	top: -198px;
	width: 6144px;
	height: 198px;
	-webkit-animation: 11s cubic-bezier(.36, .45, .63, .53) 0s infinite normal none running wavebar-svg-object;
	animation: 11s cubic-bezier(.36, .45, .63, .53) 0s infinite normal none running wavebar-svg-object;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px)
}

.wavebar-svg-object:nth-of-type(2) {
	top: -174px;
	-webkit-animation: 11s cubic-bezier(.4, .2, .2, .2) -.124s infinite normal none running wavebar-svg-object, 11s ease -1.24s infinite normal none running swell;
	animation: 11s cubic-bezier(.4, .2, .2, .2) -.124s infinite normal none running wavebar-svg-object, 11s ease -1.24s infinite normal none running swell;
	opacity: 1;
}

.mini-menu-con-dimmer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	display: none;
	background: rgba(0, 0, 0, .6)
}

.mini-menu-con-container {
	position: fixed;
	height: 506px;
	width: 356px;
	background: rgba(255, 255, 255, .9);
	margin-left: -178px;
	margin-top: -253px;
	top: 50%;
	left: 50%;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 32px 32px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 32px 32px 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-backdrop-filter: blur(14px) saturate(500%);
	backdrop-filter: blur(14px) saturate(500%);
	border: 2px solid rgba(255, 255, 255, .1)
}

.mini-menu-ico-logo {
	background: url("../images/logo-wide-color.png") left center/180px no-repeat;
	position: relative;
	width: 200px;
	height: 40px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.mini-menu-tx1-block {
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	color: #000
}

.mini-menu-tx2-block {
	margin-bottom: 20px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	color: #000
}

.mini-menu-tx1-block h2 {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 37px;
	padding-left: 30px;
	padding-right: 30px
}

.mini-menu-tx2-block p {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 26px;
	padding-left: 30px;
	padding-right: 30px
}

.mini-menu-emp-block {
	background: #686de0;
	width: 4px;
	height: 20px;
	border-radius: 2px;
	margin-right: 10px;
	float: left;
	margin-top: 9px;
	position: relative;
	margin-left: 30px
}

.mini-menu-btn-agree {
	font-family: Roboto-Bold;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #686de0;
	width: 100%;
	height: 60px;
	position: absolute;
	cursor: pointer;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	bottom: 0;
	-webkit-box-shadow: #686de0 0 0 64px 0;
	box-shadow: #686de0 0 0 64px 0
}

.mini-menu-btn-agree:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(46, 204, 113, .5) 0 0 64px 0;
	box-shadow: rgba(46, 204, 113, .5) 0 0 64px 0
}

.menu-con-message {
	position: fixed;
	z-index: 9990;
	top: 82px;
	width: 100%;
	height: 40px
}

.menu-tx1-message {
	font-family: Roboto-Bold;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(255, 52, 52, .8);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 12px;
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid rgba(255, 52, 52, .8);
	-webkit-box-shadow: rgba(255, 52, 52, .4) 0 10px 32px 0;
	box-shadow: rgba(255, 52, 52, .4) 0 10px 32px 0
}

.menu-btn-close {
	border: 2px solid #fff;
	position: fixed;
	z-index: 12;
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	border-radius: 100%;
	background-image: url(../images/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #4e34c9;
	-webkit-box-shadow: rgba(0, 0, 0, .05) 0 10px 16px 0;
	box-shadow: rgba(0, 0, 0, .05) 0 10px 16px 0;
	background-size: cover!important
}

.menu-btn-close:hover {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	border-color: red;
	background: url("../images/close.png") center center/cover no-repeat rgb(255, 0, 0)!important
}

.menu-tx1-tooltip {
	width: auto;
	height: 30px;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	top: 12px;
	padding-left: 60px;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	display: none
}

.menu-btn-close:hover>.menu-tx1-tooltip {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	display: block!important
}

.menu-con-logo {
	position: relative;
	left: -8px;
	display: inline-block;
	float: left;
	width: 50px;
	height: 70px
}

.menu-ico-logo {
	position: absolute;
	width: 45px;
	height: 70px;
	border-bottom: 2px solid transparent;
	background: url("../images/logo.png") center center/36px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.menu-ico-logo:hover {
	height: 70px;
	border-bottom: 2px solid #fff
}

.menu-con-container {
	position: fixed;
	z-index: 9997;
	top: 0;
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, .05);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-bottom: 2px solid rgba(255, 255, 255, .05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.menu-con-backdrop {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(225deg, rgba(0, 42, 135, 0.8) 25%, rgba(147, 64, 255, 0.8) 100%);
	background: linear-gradient(-135deg, rgba(0, 42, 135, 0.8) 25%, rgba(147, 64, 255, 0.8) 100%)
}

.menu-con-outer {
	position: relative;
	top: 0;
	height: auto;
	margin: auto 70px
}

.menu-con-inner {
	max-width: 1200px;
	min-height: 70px;
	margin: 0 auto
}

.menu-con-inner a:hover {
	text-decoration: none
}

.menu-btn-select {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 70px;
	position: relative;
	top: 0;
	display: inline-block;
	width: auto;
	height: 70px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: -2px;
	color: #fff;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.menu-btn-select:hover {
	height: 70px;
	border-bottom: 2px solid #fff
}

.menu-btn-backtotop {
	background: url("../images/backtotop.png") center center/24px no-repeat rgb(255, 255, 255);
	width: 44px;
	height: 44px;
	position: fixed;
	border-radius: 100%;
	bottom: 20px;
	right: 20px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	display: none;
	border: 2px solid #fff
}

.menu-btn-backtotop:hover {
	background: url("../images/backtotop-h.png") center center/24px no-repeat rgb(26, 188, 156);
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694
}

.menu-con-divider {
	position: relative;
	display: inline-block;
	width: 2px;
	height: 18px;
	border-radius: 4px;
	margin-bottom: -2px;
	color: #fff;
	border-bottom: 2px solid transparent;
	background: rgba(255, 255, 255, .2);
	top: 2px
}

.mobile-menu-btn-open {
	position: absolute;
	display: none;
	float: left;
	width: 30px;
	height: 102px;
	cursor: pointer;
	right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid transparent;
	background: url("../images/menu.png") center center/32px no-repeat
}

.mobile-menu-btn-open:hover {
	border-bottom: 2px solid #fff
}

.mobile-menu-btn-darkmode {
	position: fixed;
	right: 80px;
	float: left;
	width: 30px;
	height: 70px;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid transparent;
	background: url("../images/darkmode-h.png") center center/26px no-repeat;
	z-index: 9999;
	display: none
}

.mobile-menu-btn-darkmode:hover {
	border-bottom: 2px solid #fff
}

.menu-con-release {
	position: fixed;
	width: auto;
	height: 22px;
	background: rgb(0 0 0/10%);
	z-index: 1111;
	bottom: 10px;
	left: 10px;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: rgb(255 255 255);
	line-height: 22px;
	border-radius: 22px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px)
}

.mobile-menu-con-container {
	position: fixed;
	z-index: 8990;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 21, 37, .9);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px)
}

.mobile-menu-con-outter {
	position: relative;
	top: 0;
	height: auto;
	margin: auto 20px;
	padding-top: 20px
}

.mobile-menu-con-inner {
	max-width: 512px;
	min-height: 60px;
	margin: 50px auto 0
}

.mobile-menu-btn-select {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	height: 50px;
	padding-left: 20px;
	color: #fff;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	border-radius: 6px;
	margin-bottom: 10px;
	border: 2px solid rgba(255, 255, 255, .03)
}

.mobile-menu-btn-select:hover {
	color: #4e34c9;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 10px 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .1) 10px 10px 32px 0;
	background: hsl(0 0% 100%/0.9)!important
}

.mobile-menu-con-scroll::-webkit-scrollbar {
	display: none
}

.mobile-menu-con-scroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding-right: 17px;
	padding-bottom: 17px
}

.mobile-menu-con-inner a:nth-child(2n+1) .mobile-menu-btn-select {
	background: rgba(255, 255, 255, .05)
}

.mobile-menu-tx1-group {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, .5);
	height: 20px;
	position: relative;
	margin-top: 20px;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.mobile-menu-con-divider {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.mobile-menu-btn-icon {
	width: 50px;
	height: 54px;
	background: url("../images/left-h.png") center center/18px no-repeat;
	position: relative;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	float: left
}

.mobile-menu-btn-spacer {
	position: relative;
	height: 100px
}

.menu-btn-settings {
	position: absolute;
	z-index: 9998;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	background: url("../images/settings.png") center center/20px no-repeat;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.menu-btn-settings:hover {
	width: 70px;
	border-bottom: 2px solid #fff
}

.menu-btn-darkmode {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	background: url("../images/darkmode-off.png") center center/20px no-repeat
}

.menu-btn-darkmode:hover {
	width: 60px;
	border-bottom: 2px solid #fff
}

.settings-menu-con-outer {
	z-index: 9990;
	position: fixed;
	top: 80px;
	right: 8px;
	display: none;
	width: 222px;
	height: 395px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 80px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 0 80px 0;
	border-radius: 12px;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-backdrop-filter: blur(12px) saturate(500%);
	backdrop-filter: blur(12px) saturate(500%);
	border: 2px solid rgba(255, 255, 255, .1);
	background: rgba(17, 21, 37, .8)!important
}

.settings-menu-con-wrapper {
	position: relative;
	width: 100%;
	height: 64px;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.settings-menu-upper {
	border-radius: 10px 10px 0 0
}

.settings-menu-lower {
	border-radius: 0 0 10px 10px
}

.settings-menu-con-wrapper:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(26, 188, 156, .5) 0 0 32px 0;
	box-shadow: rgba(26, 188, 156, .5) 0 0 32px 0
}

.settings-menu-con-wrapper:hover .settings-menu-btn-button {
	color: #fff
}

.settings-menu-con-wrapper:hover .settings-menu-ico-darkmode {
	background: url("../images/darkmode.png") center center/24px no-repeat;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.settings-menu-con-wrapper:hover .settings-menu-ico-particles {
	background: url("../images/particles.png") center center/24px no-repeat;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.settings-menu-con-wrapper:hover .settings-menu-ico-pulsate {
	background: url("../images/pulsate.png") center center/24px no-repeat;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.settings-menu-con-wrapper:hover .settings-menu-ico-waves {
	background: url("../images/waves.png") center center/24px no-repeat;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.settings-menu-con-wrapper:hover .settings-menu-ico-transparency {
	background: url("../images/transparency.png") center center/24px no-repeat;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.settings-menu-con-wrapper:hover .settings-menu-ico-theme {
	background: url("../images/theme.png") center center/24px no-repeat;
	-webkit-filter: invert(1);
	filter: invert(1)
}

.settings-menu-con-divider {
	background: rgba(255, 255, 255, .1);
	height: 2px;
	border-radius: 2px;
	position: relative;
	margin-left: 12px;
	margin-right: 12px
}

.settings-menu-btn-button {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 64px;
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	height: 64px;
	text-align: left;
	pointer-events: none;
	color: #fff
}

.settings-menu-ico-darkmode {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/darkmode-h.png") center center/24px no-repeat
}

.settings-menu-ico-particles {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/particles-h.png") center center/24px no-repeat
}

.settings-menu-ico-pulsate {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/pulsate-h.png") center center/24px no-repeat
}

.settings-menu-ico-waves {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/waves-h.png") center center/24px no-repeat
}

.settings-menu-ico-transparency {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/transparency-h.png") center center/24px no-repeat
}

.settings-menu-ico-theme {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/theme-h.png") center center/24px no-repeat
}

.support-con-menu {
	position: relative;
	top: 0;
	display: inline-block;
	float: right;
	width: 120px;
	height: 70px;
	margin-bottom: -2px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.support-ico-menu {
	position: absolute;
	right: 0;
	width: 120px;
	height: 70px;
	background: url("../images/support.png") center center/contain no-repeat;
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.support-ico-menu:hover {
	position: absolute;
	right: 0;
	width: 120px;
	height: 70px;
	background: url("../images/support-h.png") center center/contain no-repeat;
	cursor: pointer
}

.support-con-menu:hover {
	border-bottom: 2px solid #fff
}

.support-con-outer {
	position: absolute;
	top: 80px;
	left: -58px;
	display: none;
	width: 228px;
	height: 261px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 80px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 0 80px 0;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, .1);
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-backdrop-filter: blur(12px) saturate(500%);
	backdrop-filter: blur(12px) saturate(500%);
	background: rgba(17, 21, 37, .8)!important
}

.support-con-wrapper {
	position: relative;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.support-upper {
	border-radius: 10px 10px 0 0
}

.support-lower {
	border-radius: 0 0 8px 8px
}

.support-con-wrapper:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(26, 188, 156, .5) 0 0 32px 0;
	box-shadow: rgba(26, 188, 156, .5) 0 0 32px 0
}

.support-con-wrapper:hover .support-btn-button {
	color: #fff
}

.support-con-wrapper:hover .support-ico-patreon {
	background: url("../images/patreon-h.png") center center/24px no-repeat
}

.support-con-wrapper:hover .support-ico-alipay {
	background: url("../images/alipay-h.png") center center/24px no-repeat
}

.support-con-wrapper:hover .support-ico-github {
	background: url("../images/code-h.png") center center/24px no-repeat
}

.support-con-wrapper:hover .support-ico-testing {
	background: url("../images/testing-h.png") center center/24px no-repeat
}

.support-btn-button {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 64px;
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	height: 64px;
	text-align: left;
	pointer-events: none;
	color: #fff
}

.support-ico-patreon {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/patreon_1.png") center center/28px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.support-ico-alipay {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/alipay-h.png") center center/28px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.support-ico-github {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/code-h.png") center center/28px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.support-ico-testing {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	background: url("../images/testing-h.png") center center/28px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.window-con-theme {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 4;
	background: #000;
	display: none;
	top: 0
}

.window-bg-theme {
	width: 100%;
	height: 100%;
	position: absolute;
	background: -o-linear-gradient(225deg, rgb(135, 0, 93) 25%, rgb(255, 64, 64) 100%);
	background: linear-gradient(-135deg, rgb(135, 0, 93) 25%, rgb(255, 64, 64) 100%);
	display: none
}

.theme-btn-close {
	width: 62px;
	height: 62px;
	position: fixed;
	background: url("../images/exit.png") center center/16px no-repeat;
	right: 0;
	top: 0;
	z-index: 4;
	cursor: pointer;
	display: none;
	border-bottom: 2px solid transparent
}

.theme-btn-close:hover {
	border-bottom: 2px solid #fff
}

.theme-tx1-description {
	height: 60px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 4;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	display: none
}

.theme-con-spinner {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-left: -50px;
	margin-top: -50px;
	display: none
}

.theme-ico-spinner {
	background: url("../images/loading.png") center center/46px no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	-webkit-animation: 1s linear 0s infinite normal none running spinnerRotate;
	animation: 1s linear 0s infinite normal none running spinnerRotate
}

.alipay-con-alipay {
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 50%;
	overflow: hidden;
	width: 380px;
	height: auto;
	margin: -295px -190px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	border-radius: 12px;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, .1)
}

.alipay-ico-logo {
	position: relative;
	width: 100%;
	height: 90px;
	background: url("../images/alipay.png") center center/130px no-repeat
}

.alipay-ico-alipay {
	position: relative;
	width: 100%;
	height: 384px;
	cursor: pointer;
	background: url("../images/alipay_1.png") center center/304px no-repeat rgb(255, 255, 255)
}

.alipay-tx1-prompt {
	font-family: SunlightGothic;
	font-size: 18px;
	line-height: 60px;
	position: relative;
	z-index: 1;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px -30px -38px;
	text-align: center;
	color: #fff;
	border: 4px solid #fff;
	border-radius: 100%;
	background: #000
}

.alipay-tx2-prompt {
	font-family: SunlightGothic;
	font-size: 22px;
	line-height: 125px;
	position: relative;
	width: 100%;
	height: 115px;
	text-align: center;
	color: #fff
}

.alipay-con-footer {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 100px;
	position: fixed;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	color: #fff
}

.sidebar-con-container {
	position: relative;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	margin-top: 10px
}

.sidebar-btn-open {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	background: url("../images/menu.png") center center/18px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.sidebar-btn-open:hover {
	width: 70px;
	height: 70px;
	border-bottom: 2px solid #fff
}

.sidebar-con-dimmer {
	position: fixed;
	z-index: 9998;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4)
}

.sidebar-con-anim {
	z-index: 9999;
	overflow: hidden scroll;
	width: 378px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-backdrop-filter: blur(12px) saturate(500%);
	backdrop-filter: blur(12px) saturate(500%);
	-webkit-box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	display: block;
	position: fixed;
	height: auto;
	inset: 0;
	margin: 20px;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, .1);
	background: rgba(17, 21, 37, .9)!important
}

.sidebar-con-anim::-webkit-scrollbar {
	display: none;
	width: 5px
}

.sidebar-emp-block {
	background: #686de0;
	width: 4px;
	height: 20px;
	border-radius: 2px;
	margin-right: 10px;
	float: left;
	margin-top: 24px
}

.sidebar-tx1-title {
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 70px;
	position: relative;
	z-index: 2;
	height: 70px;
	padding-left: 20px;
	color: #fff;
	background: rgba(0, 0, 0, .1)
}

.sidebar-tx1-subtitle {
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	height: 40px;
	padding-left: 20px;
	text-align: left;
	color: #fff
}

.sidebar-tx2-subtitle {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	height: 40px;
	margin-left: 40px;
	padding-left: 16px;
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .5);
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.sidebar-tx2-subtitle:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff
}

.sidebar-con-spacer {
	width: 100%;
	height: 100px;
	position: relative
}

.blogbar-con-anim {
	z-index: 9999;
	overflow: hidden scroll;
	width: 378px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-backdrop-filter: blur(12px) saturate(500%);
	backdrop-filter: blur(12px) saturate(500%);
	-webkit-box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	display: block;
	position: fixed;
	height: auto;
	inset: 0;
	margin: 20px;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, .1);
	background: rgba(17, 21, 37, .9)!important
}

.blogbar-con-anim::-webkit-scrollbar {
	display: none;
	width: 5px
}

.blogbar-tx1-title {
	font-family: Roboto-Bold;
	font-weight: 700;
	font-size: 18px;
	line-height: 70px;
	position: relative;
	z-index: 2;
	height: 70px;
	padding-left: 20px;
	color: #fff;
	background: rgba(0, 0, 0, .1)
}

.banner-con-container {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 380px;
	background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
	background: url(https://i.ytimg.com/vi/uu2VEpplDCQ/maxresdefault.jpg);
}
.banner-con-containerstart {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 380px;
	background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
	background: url(https://phonoteka.org/uploads/posts/2021-07/1625616205_34-phonoteka-org-p-pchela-mainkraft-art-krasivo-35.png);
}

.banner-con-backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
	background: linear-gradient(-135deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%)
}

.banner-con-title {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 860px;
	height: 134px;
	margin: -37px -430px
}

.banner-tx1-title {
	font-family: Roboto-Bold;
	font-weight: 700;
	font-size: 45px;
	line-height: 80px;
	height: 80px;
	text-align: center;
	color: #fff
}

.banner-tx1-title span {
	font-family: Roboto-Bold;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
	color: inherit
}

.banner-tx2-title {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	text-shadow: rgba(0, 0, 0, .5) 2px 0 16px
}

.banner-con-divider {
	background: rgba(255, 255, 255, .2);
	height: 2px;
	border-radius: 2px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	position: relative
}

.container-con-block {
	position: relative;
	height: auto;
	min-height: 30px
}

.container-con-wrapper {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px
}

.container-tx1-block {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	color: #fff;
}

.container-tx1-block h2 {
	line-height: 40px
}
#modal .auth .backdrop .circle{
    border-radius:50%;
    background:rgba(105,119,250,.05);
    height:320px;
    width:320px;
    top:-135px;
    left:-135px;
    transform:rotate(0);
    transform-origin:center;
    -webkit-animation:deform1 25s linear infinite;
    animation:deform1 25s linear infinite;
}
#modal .auth .backdrop .circle:first-child{
    top:-100px;
    -webkit-animation-delay:1s;
    animation-delay:1s
}
#modal .auth .backdrop .circle:nth-child(2){
    right:-75px;
    -webkit-animation-delay:3s;
    animation-delay:3s
}
#modal .auth .backdrop .circle:nth-child(n+4){
    background:rgba(105,234,250,.8);
    bottom:-165px;
    left:unset;
    right:-115px;
    top:unset
}
#modal .auth .backdrop .circle:nth-child(5){
    background:rgba(228,105,250,.8);
    -webkit-animation-delay:1s;
    animation-delay:1s;
    right:-165px;
    bottom:-115px
}
#modal .auth .backdrop .circle:nth-child(6){
    background:rgba(105,119,250,.8);
    -webkit-animation-delay:4s;
    animation-delay:4s;
    right:-150px;
    bottom:-150px
}
#modal .auth .backdrop .sphere{
    border-radius:50%;
    background:linear-gradient(135deg,transparent,rgba(0,0,0,.3)),#6977fa radial-gradient(hsla(0,0%,100%,.6),#6977fa 60%) -32px -16px;
    background-size:150%;
    width:96px;
    height:96px;
    right:80px;
    top:16px;
    box-shadow:10px 30px 30px 0 #9ea7fb
}
#modal .auth .backdrop .sphere+.sphere{
    background:linear-gradient(135deg,transparent,rgba(0,0,0,.2)),#e469fa radial-gradient(hsla(0,0%,100%,.6),#e469fa 60%) -2px -4px;
    width:36px;
    height:36px;
    top:110px;
    right:64px;
    box-shadow:5px 20px 30px 0 #e469fa
}
#modal .auth .header{
    padding:35px 0 35px 45px;
    text-align:left
}
#modal .auth .header h2{
    color: #bc63ff;
}
#modal .auth .header p{
    color:#4d5773
}
#modal .auth .body{
    padding: 0 0 43px 44px;
}
#modal .auth .body .row:not(:first-child){
    margin-top:15px
}
#modal .auth .form-control{
    font-size:inherit
}
#modal .auth h3,#modal .auth label{
    font-size: 18px;
    color:#4d5773;
    /* width: 100%; */
}
#modal .auth small{
    display:block;
    line-height:16px;
    font-size:12px;
    color:#919bba
}

#modal .auth label,#modal .auth label *{
    cursor:pointer
}
#modal .auth .checkbox{
    position:absolute;
    top:5px;
    left:17px
}
#modal .auth .checkbox:before{
    width:16px;
    height:16px;
    top:-3px
}
#modal .auth .checkbox:after{
    font-size:21px
}
#modal .auth .checkbox+small{
    display:block;
    padding:0 0 0 25px;
    line-height:20px;
    font-size:14px;
    vertical-align:top;
    text-shadow:1px 1px 0 hsla(0,0%,100%,.86),-1px -1px 0 hsla(0,0%,100%,.86),-1px 1px 0 hsla(0,0%,100%,.86),1px -1px 0 hsla(0,0%,100%,.86)
}
.container-tx2-block {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	color: #fff;
}

.container-tx3-block {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 40px;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 26px;
	text-align: left;
	color: #000
}

.container-emp-block {
	background: #686de0;
	width: 4px;
	height: 20px;
	border-radius: 2px;
	margin-right: 10px;
	float: left;
	margin-top: 10px
}

.container-tx2-block a:hover {
	text-decoration: underline
}

.container-tx1-heading {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 40px;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 26px;
	padding-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	color: #000
}

.splitter-con-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.splitter-img-container {
	position: relative;
	width: 50%;
	display: inline-block;
	float: right;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0
}

.splitter-img-wrapper {
	position: relative;
	height: 100%
}

.splitter-txt-wrapper {
	position: relative;
	width: 50%;
	height: auto
}

.splitter-con-right {
	margin-left: 40px
}

.splitter-con-left {
	margin-right: 40px
}

.generic-con-button {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px
}

.generic-con-button-single {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 15px
}

.generic-btn-button {
	width: auto;
	height: 46px;
	border-radius: 46px;
	background: -o-linear-gradient(225deg, rgb(73, 164, 255) 25%, rgb(0, 116, 231) 100%);
	background: linear-gradient(-135deg, rgb(73, 164, 255) 25%, rgb(0, 116, 231) 100%);
	cursor: pointer;
	padding-left: 4px;
	padding-right: 16px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
	-webkit-box-shadow: rgba(0, 116, 231, .4) 0 10px 32px 0;
	box-shadow: rgba(0, 116, 231, .4) 0 10px 32px 0;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #0080ff!important
}

.generic-btn-button:hover {
	background: -o-linear-gradient(225deg, rgb(46, 204, 113) 25%, rgb(26, 188, 156) 100%);
	background: linear-gradient(-135deg, rgb(46, 204, 113) 25%, rgb(26, 188, 156) 100%);
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694!important
}

.generic-ico-button {
	height: 46px;
	width: 46px;
	float: left;
	position: relative;
	display: inline-block;
	background-size: 24px!important
}

.generic-tx1-button {
	float: left;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 46px;
	height: 100%;
	color: #fff;
	position: relative;
	display: inline-block
}

.generic-tx2-label {
	font-family: Roboto-Regular;
	background: rgba(255, 255, 255, .2);
	padding: 4px 8px;
	border-radius: 30px;
	margin-left: 4px
}

.spec-con-container {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	margin-bottom: 20px
}

.spec-con-max {
	width: 50%;
	height: auto;
	display: block;
	float: left
}

.spec-con-min {
	width: 50%;
	height: auto;
	display: block;
	float: left
}

.spec-con-title {
	color: #fff;
	padding: 8px 16px;
	border-radius: 6px
}

.spec-max {
	background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent) 0% 0%/40px 40px rgb(39 174 96);
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent) 0% 0%/40px 40px rgb(39 174 96);
	-webkit-box-shadow: rgba(39, 174, 96, .5) 10px 10px 32px 0;
	box-shadow: rgba(39, 174, 96, .5) 10px 10px 32px 0;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 2px solid #3db670
}

.spec-min {
	background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent) 0% 0%/40px 40px rgb(250, 152, 58);
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent) 0% 0%/40px 40px rgb(250, 152, 58);
	-webkit-box-shadow: rgba(231, 76, 60, .4) 10px 10px 32px 0;
	box-shadow: rgba(231, 76, 60, .4) 10px 10px 32px 0;
	margin-bottom: 10px;
	border: 2px solid #fba34e
}

.spec-con-title h2 {
	width: 100%;
	height: auto;
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 32px;
	padding-top: 4px;
	padding-bottom: 4px
}

.spec-con-desc h3 {
	width: 100%;
	height: auto;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	padding-top: 10px
}

.spec-con-divider {
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
	margin-top: 30px;
	margin-bottom: 30px
}

.spec-con-item {
	width: 100%;
	height: auto;
	margin-top: 20px
}

.item-con-inner {
	display: inline-block
}

.item-ico-text {
	width: 28px;
	height: 28px;
	position: relative;
	top: 0;
	float: left
}

.item-con-text {
	height: auto;
	position: relative;
	margin-left: 48px;
	margin-bottom: 2px
}

.item-tx1-title h3 {
	width: 100%;
	height: auto;
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px
}

.item-tx2-desc p {
	width: 100%;
	height: auto;
	font-family: Roboto-Bold;
	font-size: 14px;
	line-height: 18px
}

.item-tx2-desc span {
	width: 100%;
	height: auto;
	font-family: Roboto-Regular;
	font-size: 12px;
	line-height: 20px
}

.content-con-outside {
	position: relative;
	max-width: 1220px;
	height: 100%;
	margin: 0 auto;
	z-index: 1
}

.content-con-inside {
	position: relative;
	height: 100%;
	margin-right: 60px;
	margin-left: 60px
}

.content-con-backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
	background: linear-gradient(to bottom,#126dcc 0%,#9a5be3 50%,#f2d67f 100%);
}

.content-btn-left {
	position: absolute;
	top: 50%;
	left: -80px;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	background: url("../images/left.png") center center/64px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	-webkit-animation-name: drifting-left;
	animation-name: drifting-left;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	z-index: 4
}

.content-btn-right {
	position: absolute;
	top: 50%;
	right: -80px;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	background: url("../images/right.png") center center/64px no-repeat;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	-webkit-animation-name: drifting-right;
	animation-name: drifting-right;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	z-index: 4
}

.content-btn-left:hover {
	cursor: pointer;
	text-decoration: underline;
	background: url("../images/left-a.png") center center/64px no-repeat!important
}

.content-btn-right:hover {
	cursor: pointer;
	text-decoration: underline;
	background: url("../images/right-a.png") center center/64px no-repeat!important
}

.landing-ico-scrolldown {
	position: fixed;
	z-index: 3;
	bottom: 30px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: 0 0 0 -40px;
	-webkit-animation-name: bobbing;
	animation-name: bobbing;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: url("../images/down.png") center center/42px no-repeat
}

.landing-img-backdrop {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: .06
}

.landing-con-main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 600px;
	max-height: unset;
	background: #000;
}

.landing-con-override {
	position: absolute!important;
	height: 100%!important;
	min-height: 100%!important
}

.landing-con-search {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 140px;
	background: #f9f9f9
}

.landing-con-adsense {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 140px;
	background: #f7f7f7
}

.landing-con-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
	background: #fff
}

.landing-con-content {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 700px;
	min-height: 600px;
	max-height: 1080px;
	background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
	background: linear-gradient(-135deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%)
}

.landing-con-patreon {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 700px;
	min-height: 500px;
	max-height: 938px;
	background: #fff
}

.landing-con-contribute {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 700px;
	min-height: 500px;
	max-height: 938px;
	background: #632bb0
}

.landing-con-discord {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 700px;
	min-height: 500px;
	max-height: 938px;
	background: #404eed
}

.landing-con-container-invert {
	color: #455971!important
}

.landing-con-left {
	position: absolute;
	left: 0;
	width: 47%;
	height: 100%;
}

.landing-con-right {
	position: absolute;
	right: 0;
	width: 47%;
	height: 100%;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.landing-con-container {
	position: absolute;
	z-index: 2
}

.landing-btn-container {
	position: relative;
	width: 100%;
	height: 44px;
	margin-top: 38px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.landing-con-panel {
	height: 200px;
	margin-top: 30px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	position: relative;
	overflow: hidden;
	display: none;
	background-size: cover!important
}

.landing-ovr-panel {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), to(rgb(104, 109, 224)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgb(104, 109, 224) 100%);
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 25%, rgb(104, 109, 224) 100%);
	height: 100%;
	position: absolute;
	width: 100%
}

.landing-tx1-panel {
	height: 50px;
	font-family: Roboto-Thin;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 16px;
	text-indent: 16px;
	top: 78px;
	position: relative;
	text-shadow: rgba(0, 0, 0, .4) 2px 0 16px
}

.build-btn-button {
	width: 266px;
	height: 46px;
	border-radius: 46px;
	margin-top: 35px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .05) 0 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .05) 0 10px 32px 0;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #fff;
}

.build-btn-button:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694!important
}

.build-btn-button:hover .build-tx1-button {
	color: #fff
}

.build-btn-button:hover .build-tx2-label {
	color: #1abc9c;
	background: #fff
}

.build-ico-button {
	height: 22px;
	width: 22px;
	float: left;
	top: 12px;
	left: 0;
	position: relative;
	margin-right: 10px;
	margin-left: 10px
}

.build-tx1-button {
	float: left;
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 46px;
	height: 100%;
	color: #000;
	text-shadow: none
}

.build-tx2-label {
	font-family: Roboto-Regular;
	background: #1abc9c;
	padding: 4px 8px;
	border-radius: 30px;
	margin-left: 4px;
	color: #fff
}

.build-ico-os {
	position: relative;
	width: 100%;
	height: 100%
}

.build-ico-os img {
	position: absolute;
	top: 0;
	left: 0
}

.landing-ico-logo {
	display: none;
	width: 100%;
	height: 64px;
	margin-bottom: 18px;
	background: url("../images/logo.png") left center/64px no-repeat;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.landing-img-hero {
	position: absolute;
	width: 160%;
	height: 100%;
	display: block;
	opacity: .8;
}

.landing-tx1-heading {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 64px;
	position: relative;
	height: auto;
	margin-bottom: 16px;
	color: #fff;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	text-rendering: optimizelegibility
}

.landing-tx2-heading {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	color: #fff;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	text-shadow: rgba(0, 0, 0, .4) 2px 0 16px
}

.landing-con-divider {
	background: #fff;
	height: 4px;
	border-radius: 4px;
	width: 50px;
	left: 0;
	position: relative;
	top: 8px
}

.github-con-container {
	height: 500px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -250px
}

.github-img-backdrop {
	background: url("https://phonoteka.org/uploads/posts/2021-05/1621525130_14-phonoteka_org-p-narisovannii-fon-mainkraft-15.jpg") center center/cover repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .2;
}

.github-wrp-mantra {
	height: auto;
	width: auto
}

.github-con-logo {
	width: 45%;
	height: 100%;
	float: right
}

.github-con-mantra {
	width: 55%;
	height: 100%;
	float: left;
	position: relative
}

.github-img-logo {
	height: 100%;
	width: 100%;
	background: url("https://pe-world.ru/uploads/posts/2019-09/1568806733_more-useful-chests-addon-112_3.png") center center/contain no-repeat;
}

.github-tx1-mantra {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 64px;
	height: auto;
	padding-left: 100px;
	color: #fff;
	margin-bottom: 20px
}

.github-tx2-mantra {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	padding-left: 100px;
	color: #fff
}

.github-btn-button {
	width: 175px;
	height: 46px;
	border-radius: 46px;
	margin-left: 100px;
	display: inline-block;
	margin-top: 35px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #fff;
	display: inline-block;
}

.github-btn-button:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694!important
}

.github-btn-button:hover .github-ico-button {
	background: url("../images/github-h.png") center center/24px no-repeat
}

.github-btn-button:hover .github-tx1-button {
	color: #fff
}

.github-ico-button {
	background: url("../images/github.png") center center/24px no-repeat;
	height: 46px;
	width: 46px;
	float: left;
	display: inline-block;
}

.github-tx1-button {
	float: left;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 46px;
	height: 100%;
	display: inline-block;
	color: #000;
}

.discord-con-animate {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%
}

.discord-svg-animate {
	-webkit-animation: 30s linear 0s infinite alternate none running blobby;
	animation: 30s linear 0s infinite alternate none running blobby
}

.discord-con-container {
	height: 500px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -250px
}

.discord-left-logo {
	position: absolute;
	bottom: -1%;
	width: 40%;
	height: auto;
	left: -10%;
	float: left;
	z-index: 1
}

.discord-right-logo {
	position: absolute;
	bottom: -1%;
	width: 40%;
	height: auto;
	right: -10%;
	float: right;
	z-index: 1
}

.discord-center-logo {
	position: absolute;
	top: auto;
	bottom: -1%;
	width: 100%
}

.discord-wrp-mantra {
	height: auto;
	width: auto
}

.discord-con-logo {
	width: 45%;
	height: 100%;
	float: left
}

.discord-con-mantra {
	width: 55%;
	height: 100%;
	float: right;
	position: relative
}

.discord-img-logo {
	height: 100%;
	width: 100%;
	background: url("../images/hero-discord.png") center center/400px no-repeat
}

.discord-tx1-mantra {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 64px;
	height: auto;
	padding-left: 100px;
	color: #fff;
	margin-bottom: 20px;
	text-rendering: optimizelegibility
}

.discord-tx2-mantra {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	padding-left: 100px;
	color: #fff
}

.discord-btn-button {
	width: 205px;
	height: 46px;
	border-radius: 46px;
	margin-left: 100px;
	margin-top: 35px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 10px 32px 0;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #fff
}

.discord-btn-button:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694!important
}

.discord-btn-button:hover .discord-ico-button {
	background: url("../images/discord-h.png") center center/24px no-repeat
}

.discord-btn-button:hover .discord-tx1-button {
	color: #fff
}

.discord-ico-button {
	background: url("../images/discord.png") center center/24px no-repeat;
	height: 46px;
	width: 46px;
	float: left
}

.discord-tx1-button {
	float: left;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 46px;
	height: 100%;
	color: #000
}

.patreon-con-container {
	height: 500px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -250px
}

.patreon-img-backdrop {
	background: url("../images/bg-patreon.jpg") center bottom/cover repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .1
}

.patreon-wrp-mantra {
	height: auto;
	width: auto
}

.patreon-con-logo {
	width: 45%;
	height: 100%;
	float: left
}

.patreon-con-mantra {
	width: 55%;
	height: 100%;
	float: right;
	position: relative
}

.patreon-img-logo {
	height: 100%;
	width: 100%;
	background: url("../images/hero-patreon.png") center center/400px no-repeat
}

.patreon-tx1-mantra {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 64px;
	height: auto;
	padding-left: 100px;
	color: #ff424d;
	margin-bottom: 20px
}

.patreon-tx2-mantra {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 30px;
	padding-left: 100px;
	color: #000
}

.patreon-btn-button {
	width: 277px;
	height: 46px;
	background: #ff424d;
	border-radius: 46px;
	margin-left: 100px;
	margin-top: 35px;
	-webkit-box-shadow: rgba(255, 66, 77, .5) 0 10px 32px 0;
	box-shadow: rgba(255, 66, 77, .5) 0 10px 32px 0;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #ff2633;
}

.patreon-btn-button:hover {
	background: -o-linear-gradient(225deg, rgb(255, 145, 130) 25%, rgb(255, 177, 117) 100%);
	background: linear-gradient(-135deg, rgb(255, 145, 130) 25%, rgb(255, 177, 117) 100%)
}

.patreon-btn-button:hover {
	background: #1abc9c;
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694!important
}

.patreon-btn-button:hover .patreon-ico-patreon {
	background: url("../images/patreon-h_1.png") center center/24px no-repeat
}

.patreon-btn-button:hover .patreon-tx1-patreon {
	color: #fff
}

.patreon-ico-button {
	background: url("../images/patreon.png") center center/24px no-repeat;
	height: 46px;
	width: 46px;
	float: left
}

.patreon-tx1-button {
	float: left;
	font-family: Roboto-Bold;
	font-size: 16px;
	line-height: 46px;
	height: 100%;
	color: #fff
}

.adsense-con-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 35px
}

.adsense-con-frame {
	text-align: center;
	top: 26px;
	position: relative;
	z-index: 2
}

.adsense-con-insert {
	display: inline-block;
	width: 728px;
	height: 90px
}

.adsense-tx1-description {
	font-family: Roboto-Light;
	font-size: 24px;
	font-weight: 700;
	line-height: 86px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 82px;
	margin: -41px -360px;
	text-align: center;
	color: #c4c4c4;
	background-size: 30px
}

.search-con-container {
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	margin: -25px 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.search-con-outer {
	position: relative;
	top: 0;
	height: auto;
	margin: auto 60px
}

.search-con-inner {
	max-width: 1080px;
	min-height: 50px;
	margin: 0 auto
}

.search-ovr-container {
	position: absolute;
	width: 100%;
	height: 100%
}

.search-inp-search {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-radius: 50px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 16px 32px 0;
	box-shadow: rgba(0, 0, 0, .1) 0 16px 32px 0;
	border: 2px solid transparent;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.search-inp-search:hover {
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: #686de0;
	color: #686de0;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 16px 32px 0;
	box-shadow: rgba(0, 0, 0, .1) 0 16px 32px 0
}

.search-inp-search input {
	font-size: 18px;
	font-family: Roboto-Bold;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	color: #000;
	border: 0
}

.search-inp-search:hover input {
	cursor: pointer
}

.search-inp-search input:focus {
	cursor: text;
	outline: 0;
	color: #0074e7
}

.search-inp-search input::-webkit-input-placeholder {
	-webkit-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	color: inherit
}

.search-inp-search:hover input::-webkit-input-placeholder {
	color: #686de0
}

.search-inp-search input:focus::-webkit-input-placeholder {
	color: #686de0
}

.search-ico-search {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 50px;
	height: 50px;
	background: url("../images/search.png") center center/20px no-repeat
}

.search-con-author {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 50px;
	position: absolute;
	z-index: 1;
	right: 0;
	width: auto;
	height: 50px;
	top: -6px;
	padding-right: 20px;
	color: #000;
	cursor: default
}

.search-con-author a:hover .search-img-author {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.search-img-author {
	width: 32px;
	height: 32px;
	position: relative;
	display: inline-block;
	border-radius: 100%;
	top: 14px;
	margin-left: 4px;
	margin-right: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 10px 0;
	box-shadow: rgba(0, 0, 0, .2) 0 0 10px 0;
	border: 2px solid #fff;
	background: url("../images/ani.png") center center/cover no-repeat;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.search-con-author a {
	color: #000;
	top: 12px
}

.search-con-author a:hover {
	color: #686de0
}

.video-con-container {
	width: 100%;
	height: 310px;
	display: inline-block;
	float: left;
	top: 50%;
	margin-top: -155px;
	position: absolute
}

.video-con-wrapper {
	position: relative;
	width: 515px;
	height: 309px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	box-shadow: rgba(0, 0, 0, .2) 20px 20px 64px 0;
	border-radius: 12px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	z-index: 2;
}

.video-con-wrapper:hover>.video-btn-play {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.video-con-left {
	width: 50%;
	height: auto;
	display: inline-block;
	float: left
}

.video-con-right {
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left
}

.video-emp-block {
	background: #686de0;
	width: 4px;
	height: 20px;
	margin-top: 26px;
	border-radius: 4px;
	margin-right: 10px;
	float: left;
}

.video-con-divider {
	background: -webkit-linear-gradient(-70deg, rgb(78, 52, 201), rgb(104, 109, 224));
	height: 4px;
	border-radius: 4px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	position: relative;
	top: 120px
}

.video-tx1-heading {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 64px;
	height: 64px;
	width: 320px;
	margin-left: -158px;
	left: 50%;
	color: #000;
	text-align: center;
	position: absolute;
	top: 44px;
	z-index: 1;
	background: -webkit-linear-gradient( -70deg, #4e34c9, #686de0);
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.video-tx1-description {
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 32px;
	height: auto;
	color: #000;
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	padding: 0 30px;
	-webkit-animation-name: fadeInUp!important;
	animation-name: fadeInUp!important
}

.video-tx1-description h2 {
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 34px;
	padding: 0 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeInUp!important;
	animation-name: fadeInUp!important
}

.video-tx1-description h3 {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeInUp!important;
	animation-name: fadeInUp!important
}

.video-img-thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	overflow: hidden
}

.video-btn-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: -35px;
	width: 70px;
	height: 70px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	background: url("../images/play.png") center center/cover no-repeat rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 100%;
	pointer-events: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.video-ico-service {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 14px;
	width: 114px;
	height: 40px;
	pointer-events: none;
	background: url("../images/youtube.png") right center/contain no-repeat
}

.video-con-animate {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	border-radius: 12px
}

.video-con-animate::after {
	content: "";
	position: absolute;
	top: -200%;
	left: -200%;
	width: 200%;
	height: 200%;
	opacity: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(77%, rgba(255, 255, 255, 0.14)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: all .7s ease-in-out 0s;
	-o-transition: all .7s ease-in-out 0s;
	transition: all .7s ease-in-out 0s
}

.video-con-animate:hover::after {
	opacity: 1;
	top: -30%;
	left: -30%;
	-webkit-transition-property: left, top, opacity;
	-o-transition-property: left, top, opacity;
	transition-property: left, top, opacity;
	-webkit-transition-duration: .7s, .7s, .15s;
	-o-transition-duration: .7s, .7s, .15s;
	transition-duration: .7s, .7s, .15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.video-con-animate:active::after {
	opacity: 0
}

.video-con-animate:hover+.video-img-thumbnail {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01)
}

.video-con-dimmer {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	display: none;
	top: 0
}

.video-ico-viewport {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/youtube.png") center center/360px no-repeat rgba(0, 0, 0, 0.2);
	z-index: 1
}

.video-img-viewport {
	position: absolute;
	width: 100%;
	height: 100%
}

.video-con-viewport {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 675px;
	margin-top: -338px;
	margin-left: -600px;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 64px 0;
	box-shadow: rgba(0, 0, 0, .4) 0 0 64px 0
}

.palette-con-container {
	width: 100%;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 20px
}

.palette-con-outer {
	width: 33.3333333333%;
	height: 100%;
	position: relative;
	float: left
}

.palette-con-inner-a {
	height: 100%;
	border-radius: 12px;
	background-color: #32353a;
	background-image: -o-linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427), -o-linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427);
	background-image: linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427), linear-gradient(45deg, #222427 25%, transparent 0, transparent 75%, #222427 0, #222427);
	background-size: 30px 30px;
	background-position: 0 0, 45px 45px;
	-webkit-box-shadow: rgb(0 0 0/20%) 0 10px 16px 0;
	box-shadow: rgb(0 0 0/20%) 0 10px 16px 0
}

.palette-con-inner-b {
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
	border-radius: 12px;
	background-color: #fff;
	background-image: -o-linear-gradient(45deg, #e4e4e4 25%, transparent 0, transparent 75%, #e4e4e4 0, #e4e4e4), -o-linear-gradient(45deg, #e4e4e4 25%, transparent 0, transparent 75%, #e4e4e4 0, #e4e4e4);
	background-image: linear-gradient(45deg, #e4e4e4 25%, transparent 0, transparent 75%, #e4e4e4 0, #e4e4e4), linear-gradient(45deg, #e4e4e4 25%, transparent 0, transparent 75%, #e4e4e4 0, #e4e4e4);
	background-size: 30px 30px;
	background-position: 0 0, 45px 45px;
	-webkit-box-shadow: rgb(0 0 0/20%) 0 10px 16px 0;
	box-shadow: rgb(0 0 0/20%) 0 10px 16px 0
}

.palette-con-text h3 {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	height: 24px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 15px
}

.palette-con-text p {
	font-family: roboto-regular;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	height: 18px;
	padding-left: 20px;
	padding-top: 5px
}

.palette-con-text-bold {
	color: rgb(255 255 255/50%);
	font-family: roboto-bold
}

.palette-con-image {
	background: red;
	width: 250px;
	height: 100px;
	margin-right: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -125px;
	margin-top: -50px
}

.palette-con-download {
	margin-right: 20px;
	height: 28px;
	position: relative;
	bottom: -120px;
	right: -24px
}

.palette-btn-download {
	width: auto;
	height: 20px;
	background: rgb(0 0 0/30%);
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	color: #fff;
	padding: 4px 10px;
	float: right;
	border-radius: 6px;
	margin-right: 12px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: solid 2px rgb(255 255 255/10%);
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s
}

.palette-btn-download:hover {
	background: #1abc9c;
	border: solid 2px #49ffdb
}

.palette-swatch-a {
	background-image: none;
	background: #686de0;
	-webkit-box-shadow: rgb(104 109 224/50%) 0 10px 16px 0;
	box-shadow: rgb(104 109 224/50%) 0 10px 16px 0
}

.palette-swatch-b {
	background-image: none;
	background: #4e34c9;
	-webkit-box-shadow: rgb(78 52 201/50%) 0 10px 16px 0;
	box-shadow: rgb(78 52 201/50%) 0 10px 16px 0
}

.palette-swatch-c {
	background-image: none;
	background: #2e1f78;
	-webkit-box-shadow: rgb(46 31 120/50%) 0 10px 16px 0;
	box-shadow: rgb(46 31 120/50%) 0 10px 16px 0
}

.palette-swatch-d {
	background-image: none;
	background: #212947;
	-webkit-box-shadow: rgb(33 41 71/50%) 0 10px 16px 0;
	box-shadow: rgb(33 41 71/50%) 0 10px 16px 0
}

.palette-swatch-e {
	background-image: none;
	background: #191f36;
	-webkit-box-shadow: rgb(25 31 54/50%) 0 10px 16px 0;
	box-shadow: rgb(25 31 54/50%) 0 10px 16px 0
}

.palette-swatch-f {
	background-image: none;
	background: #111525;
	-webkit-box-shadow: rgb(17 21 37/50%) 0 10px 16px 0;
	box-shadow: rgb(17 21 37/50%) 0 10px 16px 0
}

.palette-swatch-g {
	background-image: none;
	background: #03a9f4;
	-webkit-box-shadow: rgb(3 169 244/50%) 0 10px 16px 0;
	box-shadow: rgb(3 169 244/50%) 0 10px 16px 0
}

.palette-swatch-h {
	background-image: none;
	background: #ff3434;
	-webkit-box-shadow: rgb(255 52 52/50%) 0 10px 16px 0;
	box-shadow: rgb(255 52 52/50%) 0 10px 16px 0
}

.palette-swatch-i {
	background-image: none;
	background: #ff9f43;
	-webkit-box-shadow: rgb(255 159 67/50%) 0 10px 16px 0;
	box-shadow: rgb(255 159 67/50%) 0 10px 16px 0
}

.user-con-content {
	position: relative;
	height: auto;
	overflow: visible!important;
	min-height: 114px!important;
	padding-bottom: 15px
}

.user-con-content:hover .user-img-flag {
	display: block;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.user-con-content:hover .user-con-role {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.user-con-content:hover .user-img-avatar {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.user-con-wrapper {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom: 30px;
	padding-left: 100px
}

.user-tx1-content {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 26px;
	margin-top: 8px;
	margin-bottom: 18px;
	text-align: left;
	color: #000
}

.user-tx2-member {
	font-family: Roboto-Bold;
	font-size: 20px;
	font-weight: 400;
	float: left
}

.user-tx3-content {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	color: #000
}

.user-tx3-content a:hover {
	text-decoration: underline
}

.user-con-divider {
	width: 100%;
	height: 2px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 12px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05))
}

.user-img-avatar {
	position: absolute;
	top: 0;
	width: 80px;
	height: 80px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	border-radius: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 16px 16px 0;
	box-shadow: rgba(0, 0, 0, .15) 0 16px 16px 0;
	border: 2px solid #fff
}

.user-img-flag {
	position: absolute;
	top: 50%;
	left: -72px;
	display: none;
	width: 56px;
	height: 36px;
	margin-top: -24px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	border: 2px solid #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 10px 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .2) 10px 10px 32px 0;
	border-radius: 6px
}

.user-con-role {
	font-family: Roboto-Regular;
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	position: relative;
	top: -4px;
	float: left;
	height: 20px;
	margin-left: 10px;
	padding: 6px 8px;
	color: #fff;
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.user-role-lead {
	background: #0984e3;
	-webkit-box-shadow: rgba(9, 132, 227, .4) 0 8px 16px 0;
	box-shadow: rgba(9, 132, 227, .4) 0 8px 16px 0
}

.role-lead {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(9, 132, 227)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(9, 132, 227));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(9, 132, 227))
}

.user-role-graphics {
	background: #fd79a8;
	-webkit-box-shadow: rgba(253, 121, 168, .4) 0 8px 16px 0;
	box-shadow: rgba(253, 121, 168, .4) 0 8px 16px 0
}

.role-graphics {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(253, 121, 168)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(253, 121, 168));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(253, 121, 168))
}

.user-role-manager {
	background: #fea47f;
	-webkit-box-shadow: rgba(253, 163, 127, .4) 0 8px 16px 0;
	box-shadow: rgba(253, 163, 127, .4) 0 8px 16px 0
}

.role-manager {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(254, 164, 127)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(254, 164, 127));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(254, 164, 127))
}

.user-role-web {
	background: #6c5ce7;
	-webkit-box-shadow: rgba(108, 92, 231, .4) 0 5px 16px 0;
	box-shadow: rgba(108, 92, 231, .4) 0 5px 16px 0
}

.role-web {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(108, 92, 231)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(108, 92, 231));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(108, 92, 231))
}

.user-role-designer {
	background: #0fbcf9;
	-webkit-box-shadow: rgba(15, 188, 249, .4) 0 5px 16px 0;
	box-shadow: rgba(15, 188, 249, .4) 0 5px 16px 0
}

.user-role-ui {
	background: #cf6a87;
	-webkit-box-shadow: rgba(207, 106, 135, .4) 0 8px 16px 0;
	box-shadow: rgba(207, 106, 135, .4) 0 8px 16px 0
}

.role-ui {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(207, 106, 135)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(207, 106, 135));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(207, 106, 135))
}

.user-role-firmware {
	background: #9b59b6;
	-webkit-box-shadow: rgba(155, 89, 182, .4) 0 8px 16px 0;
	box-shadow: rgba(155, 89, 182, .4) 0 8px 16px 0
}

.user-role-developer {
	background: #00b894;
	-webkit-box-shadow: rgba(0, 184, 148, .4) 0 8px 16px 0;
	box-shadow: rgba(0, 184, 148, .4) 0 8px 16px 0
}

.role-developer {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(0, 184, 148)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(0, 184, 148));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(0, 184, 148))
}

.user-role-contributor {
	background: #ff8c67;
	-webkit-box-shadow: rgba(230, 131, 100, .4) 0 8px 16px 0;
	box-shadow: rgba(230, 131, 100, .4) 0 8px 16px 0
}

.role-contributor {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 140, 103)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 140, 103));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 140, 103))
}

.user-role-editor {
	background: #4a69bd;
	-webkit-box-shadow: rgba(74, 105, 189, .4) 0 8px 16px 0;
	box-shadow: rgba(74, 105, 189, .4) 0 8px 16px 0
}

.role-editor {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(74, 105, 189)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(74, 105, 189));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(74, 105, 189))
}

.user-role-wiki {
	background: #78e08f;
	-webkit-box-shadow: rgba(120, 224, 143, .4) 0 5px 16px 0;
	box-shadow: rgba(120, 224, 143, .4) 0 5px 16px 0
}

.role-wiki {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(120, 224, 143)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(120, 224, 143));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(120, 224, 143))
}

.user-role-server {
	background: #38ada9;
	-webkit-box-shadow: rgba(56, 173, 169, .4) 0 8px 16px 0;
	box-shadow: rgba(56, 173, 169, .4) 0 8px 16px 0
}

.user-role-debugger {
	background-color: #f1c40f;
	-webkit-box-shadow: rgba(241, 196, 15, .4) 0 5px 16px 0;
	box-shadow: rgba(241, 196, 15, .4) 0 5px 16px 0
}

.user-role-founder {
	background: #9079ff;
	-webkit-box-shadow: rgba(76, 91, 215, .4) 0 8px 16px 0;
	box-shadow: rgba(76, 91, 215, .4) 0 8px 16px 0
}

.role-founder {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(144, 121, 255)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(144, 121, 255));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(144, 121, 255))
}

.user-role-former {
	background: #00cec9;
	-webkit-box-shadow: rgba(0, 206, 201, .4) 0 8px 16px 0;
	box-shadow: rgba(0, 206, 201, .4) 0 8px 16px 0
}

.role-former {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(0, 206, 201)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgb(0, 206, 201));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(0, 206, 201))
}

.user-con-specsheet {
	height: auto;
	position: relative;
	margin-top: 12px
}

.user-con-specbox {
	height: auto;
	position: relative;
	border-radius: 12px
}

.specbox-con-part {
	display: inline-block;
	margin-right: 2px;
	border-radius: 6px;
	padding: 6px 8px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 8px 24px 0;
	box-shadow: rgba(0, 0, 0, .1) 0 8px 24px 0;
	margin-bottom: 4px
}

.specbox-tx1-part {
	color: #000;
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 25px;
	width: auto;
	height: 25px;
	position: relative;
	display: inline-block
}

.specbox-ico-part {
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	margin-right: 6px;
	background-size: 18px!important
}

.button-con-container {
	position: relative;
	height: 64px;
	margin-bottom: 20px;
	z-index: 1
}

.button-con-wrapper {
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 60px;
	border-radius: 12px;
	background: -o-linear-gradient(225deg, rgb(73, 164, 255) 25%, rgb(0, 116, 231) 100%);
	background: linear-gradient(-135deg, rgb(73, 164, 255) 25%, rgb(0, 116, 231) 100%);
	-webkit-box-shadow: rgba(0, 116, 231, .4) 0 10px 32px 0;
	box-shadow: rgba(0, 116, 231, .4) 0 10px 32px 0;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #0080ff!important
}

.button-con-wrapper:hover {
	padding-bottom: 0;
	background: -o-linear-gradient(225deg, rgb(46, 204, 113) 25%, rgb(26, 188, 156) 100%);
	background: linear-gradient(-135deg, rgb(46, 204, 113) 25%, rgb(26, 188, 156) 100%);
	-webkit-box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	box-shadow: rgba(46, 204, 113, .4) 0 10px 32px 0;
	border: 2px solid #57e694!important
}

.button-ico-container {
	position: relative;
	z-index: 1;
	float: left;
	width: 60px;
	height: 60px;
	background-size: 26px!important
}

.button-tx1-text {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 24px;
	color: #fff;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.button-left {
	float: left;
	width: 48%!important
}

.button-right {
	float: right;
	width: 48%!important
}

.label-left {
	float: left;
	width: 48%
}

.label-right {
	float: right;
	width: 48%
}

.label-tx1-title {
	font-family: Roboto-Regular;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
	top: 14px;
	height: 24px;
	padding-left: 64px;
	color: #1dd1a1
}

.label-con-container {
	position: relative;
	height: 64px;
	margin-top: 12px;
	margin-bottom: 40px
}

.label-con-wrapper {
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 64px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 10px 10px 32px 0;
	box-shadow: rgba(0, 0, 0, .1) 10px 10px 32px 0
}

.label-ico-container {
	position: relative;
	z-index: 1;
	float: left;
	width: 64px;
	height: 64px;
	background-size: 26px!important
}

.label-tx1-text {
	font-family: Roboto-Regular;
	font-size: 12px;
	line-height: 24px;
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.binary-con-container {
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 25px;
	margin-top: 44px
}

.binary-con-wrapper {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 52px
}

.binary-tx1-content {
	font-family: Roboto-Bold;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 12%;
	margin: 0;
	padding-right: 1%;
	text-align: left;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #000
}

.binary-tx2-content {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 32px;
	position: relative;
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 82%;
	height: auto;
	margin: 0;
	padding-left: 10px;
	color: #0074e7;
	border-radius: 32px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 116, 231, 0.1)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 116, 231, 0.1));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 116, 231, 0.1))
}

.binary-img-content {
	float: left;
	width: 30px;
	height: 32px;
	margin-right: 10px
}

.reqs-con-container {
	position: relative;
	height: auto;
	display: inline-block;
	width: 100%
}

.drives-con-container {
	display: block;
	overflow: hidden;
	padding-bottom: 40px
}

.drives-con-outer {
	height: 50px;
	position: relative
}

.drives-con-inner {
	float: left;
	width: 99%;
	font-family: Roboto-Bold;
	font-size: 14px;
	line-height: 50px;
	text-align: left;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all
}

.drives-txt-revisions {
	position: absolute;
	background: rgba(0, 0, 0, .1);
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	top: 10px;
	border-radius: 6px;
	margin-left: 7px;
	padding: 2px 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.drives-txt-hidden {
	color: transparent
}

.drives-con-divider {
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
	margin-top: 10px;
	margin-bottom: 10px
}

.drives-ico-bluray {
	background: url("../images/bd.png") left center/26px no-repeat;
	height: 50px;
	width: 38px;
	position: relative;
	float: left
}

@media(min-width:906px) {
	.drives-con-inner {
		width: 25%
	}
}

@media(max-width:906px) {
	.drives-txt-hidden {
		display: none
	}
	.drives-con-inner:nth-child(2n+1) {
		background: rgba(0, 0, 0, .03)
	}
	.drives-con-outer:nth-child(2n+2) {
		background: unset
	}
}

.context-important {
	font-weight: 700
}

.context-windows {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(9, 132, 227, 0.2)))!important;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(9, 132, 227, 0.2))!important;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(9, 132, 227, 0.2))!important
}

.context-linux {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(240, 147, 43, 0.2)))!important;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(240, 147, 43, 0.2))!important;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(240, 147, 43, 0.2))!important
}

.context-bsd {
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 52, 52, 0.2)))!important;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 52, 52, 0.2))!important;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 52, 52, 0.2))!important
}

.guide-con-content {
	position: relative;
	height: auto;
	min-height: 60px;
	margin-bottom: 28px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff
}

.guide-ico-content {
	position: relative;
	z-index: 1;
	float: left;
	width: 60px;
	height: 60px;
	background-size: 26px!important
}

.guide-tx1-content {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 80px;
	position: relative;
	z-index: 1;
	float: left;
	width: 72px;
	height: 72px;
	text-align: center;
	color: #000
}

.guide-tx1-content span {
	padding: 8px 14px;
	border-radius: 100%;
	border: 2px solid #0080ff;
	background: #49a4ff;
	color: #fff
}

.guide-tx1-heading {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	height: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-right: 24px;
	padding-left: 24px;
	text-align: left;
	color: inherit
}

.windows-highlight {
	padding: 4px 10px;
	white-space: nowrap;
	border-radius: 4px;
	background: rgba(0, 128, 255, .1);
	color: #0074e7
}

.linux-highlight {
	padding: 2px 8px;
	white-space: nowrap;
	background: rgba(240, 147, 43, .1);
	border-radius: 24px;
	color: #f0932b;
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all;
	cursor: pointer
}

.bsd-highlight {
	padding: 2px 8px;
	white-space: nowrap;
	background: rgba(255, 52, 52, .1);
	border-radius: 24px;
	color: #ff3434;
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all;
	cursor: pointer
}

.highlight {
	color: #0074e7;
	border-radius: 21px;
	background: rgba(0, 128, 255, .1);
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all;
	padding: 2px 8px
}

.list-con-container {
	position: relative;
	height: auto;
	padding: 10px;
	border-radius: 12px
}

.list-con-container:hover {
	background: rgba(0, 0, 0, .04)
}

.list-con-container:last-child {
	margin-bottom: 40px
}

.list-tx1-item {
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 46px;
	width: 46px;
	text-align: center;
	height: 46px;
	border-radius: 100%;
	color: #000;
	float: left;
	top: 50%;
	margin-top: -23px;
	position: absolute;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 16px 32px 0;
	box-shadow: rgba(0, 0, 0, .1) 0 16px 32px 0
}

.list-tx2-description {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	margin-left: 60px;
	padding: 8px 16px
}

.footer-con-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: #000
}

.footer-con-overlay {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
	background: linear-gradient(-135deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%)
}

.footer-con-header {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 290px;
	padding-top: 56px;
	padding-bottom: 50px
}

.footer-con-outer {
	position: relative;
	max-width: 1320px;
	height: 100%;
	margin: 0 auto
}

.footer-con-inner {
	position: relative;
	bottom: 0;
	height: 100%;
	margin-right: 60px;
	margin-left: 60px
}

.footer-con-foot {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100%
}

.footer-ico-logo {
	position: absolute;
	top: -6px;
	left: 0;
	width: 42px;
	height: 42px;
	background: url("../images/logo.png") center center/36px no-repeat
}

.footer-con-bound {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: auto
}

.footer-tx1-bound {
	font-family: Roboto-Bold;
	font-size: 21px;
	line-height: 20px;
	position: relative;
	height: 20px;
	margin-bottom: 16px;
	text-align: left;
	color: #fff;
	text-rendering: optimizelegibility;
}

.footer-tx2-bound {
	font-family: Roboto-Regular;
	font-size: 14px;
	width: max-content;
	line-height: 28px;
	position: relative;
	color: #fff;
}

.footer-tx2-bound a {
	color: #fff
}

.footer-tx2-bound a:hover {
	text-decoration: underline
}

.footer-con-credits {
	display: block;
	width: 100%;
	height: 200px
}

.footer-con-side {
	width: 50%;
	height: 70px;
	position: relative;
	display: inline-block;
	float: left;
	top: 60px
}

.footer-tx1-webmaster {
	font-family: Roboto-Regular;
	font-size: 16px;
	position: absolute;
	z-index: 1;
	width: auto;
	height: 100%;
	color: #fff;
	right: 0
}

.footer-tx1-webmaster a {
	color: #fff
}

.footer-tx1-webmaster a:hover {
	text-decoration: underline
}

.footer-tx1-founder {
	font-family: Roboto-Regular;
	font-size: 16px;
	position: absolute;
	z-index: 1;
	width: auto;
	height: 100%;
	color: #fff;
	left: 0
}

.footer-tx1-founder a {
	color: #fff
}

.footer-tx1-founder a:hover {
	text-decoration: underline
}

.footer-ico-developer {
	position: relative;
	top: 16px;
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 6px;
	border-radius: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 6px 6px 10px 0;
	box-shadow: rgba(0, 0, 0, .2) 6px 6px 10px 0;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px)
}

.footer-con-powered {
	z-index: 9999;
	width: 100%;
	height: auto;
	position: relative;
	opacity: .2;
	padding-top: 30px
}

.footer-tx1-powered {
	width: auto;
	height: 15px;
	float: left;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 20px;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 16px;
	color: #fff
}

.footer-ico-powered {
	width: unset;
	height: 15px;
	float: left;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 20px;
	background-size: contain!important
}

.footer-con-seprator {
	height: 2px;
	background: rgba(255, 255, 255, .1);
	border-radius: 2px
}

.footer-table-out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding: 0;
	border-collapse: collapse
}

.footer-table-out tr:nth-child(2n+1) {
	background: 0 0!important
}

.footer-table-out tr:last-child {
	border-bottom: 1px solid transparent!important
}

.footer-table-out tr {
	background: 0 0!important
}

.footer-table-out tr td {
	position: relative;
	height: 100%
}

.footer-table-in {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.error-con-content {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 146px;
	margin: -73px -250px
}

.error-ico-content {
	position: relative;
	width: 100%;
	height: 60px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.error-tx1-content {
	font-family: Roboto-Light;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	position: relative;
	width: 100%;
	height: 60px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	text-align: center;
	color: #fff
}

.error-tx2-content {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	width: 100%;
	height: 25px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	text-align: center;
	color: #fff
}

.button-disabled {
	pointer-events: none;
	opacity: .5
}

.button-enabled {
	border-radius: 6px;
	background: -o-linear-gradient(225deg, rgb(73, 164, 255) 25%, rgb(0, 116, 231) 100%);
	background: linear-gradient(-135deg, rgb(73, 164, 255) 25%, rgb(0, 116, 231) 100%);
	cursor: pointer;
	color: #fff;
	-webkit-box-shadow: rgba(0, 116, 231, .2) 10px 10px 32px 0;
	box-shadow: rgba(0, 116, 231, .2) 10px 10px 32px 0;
	border: 2px solid #0080ff!important
}

.button-enabled:hover {
	border: 2px solid #80bfff!important
}

.disable-transparency {
	-webkit-backdrop-filter: unset;
	backdrop-filter: unset
}

.disable-pulsate {
	text-shadow: none!important
}

.markdown {
	padding-bottom: 15px;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	margin-bottom: 20px!important;
	padding-top: 0!important
}

.markdown a {
	color: #0074e7
}

.markdown a:hover {
	text-decoration: underline
}

.markdown {
	font-family: Roboto-Regular;
	font-size: 16px
}

.markdown h2 {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 26px;
	margin-top: 22px;
	margin-bottom: 26px;
	padding-bottom: 30px;
	text-align: left;
	text-transform: capitalize;
	color: #000;
	border-bottom: 2px solid rgba(234, 234, 234, .4)
}

.markdown p:first-child {
	font-family: Roboto-Regular;
	font-size: 14px;
	display: block;
	margin-top: 30px
}

.markdown ul {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 35px;
	padding-left: 45px
}

.entry-content ul li {
	font-family: inherit;
	font-weight: inherit;
	margin-left: 36px;
	text-align: inherit;
	color: #455971;
	font-size: 14px!important;
	line-height: 24px!important
}

.image-container {
	text-align: center;
	margin-bottom: 20px
}

.flex-row-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.flex-col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap
}

.flexchild-img {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 10px
}

.img-col-2 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.img-col-3 {
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%
}

.img-row-2 {
	-ms-flex-preferred-size: 450px;
	flex-basis: 450px
}

.img-row-3 {
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px
}

.img-row-4 {
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px
}

.horizontal-center {
	margin-left: auto;
	margin-right: auto
}

.carousel,
.item,
.active {
	height: 100%
}

.carousel-inner {
	height: 100%
}

.fill {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover
}

.carousel {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-inner {
	position: relative;
	width: 100%
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	line-height: 1;
	display: block
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	opacity: .5;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 23px;
	background: #222
}

.carousel-control.right {
	right: 15px;
	left: auto
}

.carousel-control:hover,
.carousel-control:focus {
	text-decoration: none;
	opacity: .9;
	color: #fff
}

.carousel-indicators {
	position: absolute;
	z-index: 5;
	top: 15px;
	right: 15px;
	margin: 0;
	list-style: none
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .25)
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: rgba(0, 0, 0, .75)
}

.carousel-caption h4,
.carousel-caption p {
	line-height: 20px;
	color: #fff
}

.carousel-caption h4 {
	margin: 0 0 5px
}

.carousel-caption p {
	margin-bottom: 0
}

.carousel-left {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.carousel-right {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

#object-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
	pointer-events: none;
	opacity: .3
}

.object-focused {
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 2px solid #686de0!important;
	-webkit-box-shadow: rgba(104, 109, 224, .2) 0 16px 32px 0!important;
	box-shadow: rgba(104, 109, 224, .2) 0 16px 32px 0!important
}

.object-hidden {
	display: none
}

.object-show {
	display: block
}

.anchor-point {
	position: absolute;
	top: -82px;
	height: 1px
}

.anchor-select {
	width: 16px;
	height: 16px;
	display: none!important
}

.pulsate {
	-webkit-transition: text-shadow 1s linear 0s;
	-o-transition: text-shadow 1s linear 0s;
	transition: text-shadow 1s linear 0s
}

.pulsate.glow {
	text-shadow: #fff 0 0 20px
}

.google-auto-placed {
	display: none!important
}
.play-button {
    position: relative;
    display: flex;
    border: none;
    border-radius: 0;
    margin-top: 48px;
    padding: 22px 40px 20px;
    max-width: 100%;
    cursor: pointer;
}
.play-button:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .625s cubic-bezier(0,0.8,0.26,0.99);
    background-color: #31ae1f;
    border-top: 4px solid #64fd1f;
    border-bottom: 4px solid #1e8c03;
    border-left: 4px solid #156c00;
    border-right: 4px solid #47d009;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}
	.play-button span {
		padding-left: 16px;
		font-size: 12px
	}
	button {
    font-family: 'Roboto',sans-serif;
    z-index: 1;
}
	.play-button {
		width: calc(100% - 16px);
		padding: 14px 24px
	}
	.play-button i {
		width: 40px;
		height: 35px
	}
.play-button:hover:before {
	transform: scale(1.1);
	background-color: #272727;
	border-color: #3d3d3d #2f2f2f #000 #171717
}
.play-button span {
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	white-space: nowrap;
	padding-left: 20px;
	line-height: 52px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
	letter-spacing: 1px
}
.play-button i {
	width: 48px;
	height: 55px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2248px%22%20height%3D%2255px%22%20viewBox%3D%220%200%2048%2055%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3EVideo_polygon_outline%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Video_polygon_outline%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M24%2C55%20L0%2C41.3398693%20L0%2C13.8398693%20L24%2C0%20L48%2C13.8398693%20L48%2C41.3398693%20L24%2C55%20Z%20M24%2C52.5600014%20L46%2C40.1199989%20L46%2C15%20L24%2C2.4000001%20L2%2C15%20L2%2C40.1199989%20L24%2C52.5600014%20Z%22%20id%3D%22outline%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20points%3D%2220%2038%2017%2038%2017%2018%2020%2018%2020%2020%2024%2020%2024%2022%2027.9996338%2022.0006714%2027.9996338%2023.99823%2032%2023.99823%2032%2026.0029297%2036%2026%2036%2030%2032%2030%2032%2032.0008545%2027.9996338%2032.0008545%2027.9996338%2033.9954224%2024%2033.9954224%2024%2036%2020%2036%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat
}
.play-button:before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .625s cubic-bezier(0, 0.8, 0.26, 0.99);
	background-color: #31ae1f;
	border-top: 4px solid #64fd1f;
	border-bottom: 4px solid #1e8c03;
	border-left: 4px solid #156c00;
	border-right: 4px solid #47d009;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15)
}
.background-section > div > div:last-child {
    position: relative;
    margin-top: 30px;
}
.background-section > div > div {
    width: calc(50% - 32px);
    margin: 0 16px;
}
.cloud1 {
    position: absolute;
    width: 15%;
    top: -3%;
    left: 44%;
    opacity: .7;
    animation-duration: 12s;
    animation: vertical 8s ease-in-out infinite;
}
.background-section img {
    vertical-align: middle;
    border: 0;
}
.cloud2 {
    position: absolute;
    width: 20%;
    top: 0;
    left: 83%;
    opacity: .75;
    animation-duration: 12s;
    animation: vertical 8s ease-in-out infinite;
}
.cloud3 {
    position: absolute;
    width: 24%;
    bottom: 58%;
    left: 89%;
    opacity: .9;
    animation-duration: 6s;
    animation: circular 8s ease-in-out infinite;
}
.home img {
    max-width: 100%;
}
.home {
    width: 110%;
    position: relative;
    animation: circular 12s linear infinite;
}
.torch-anim {
    position: absolute;
    background-image: url(../img/torch.png);
    left: 44.9%;
    top: 40%;
    width: 32.5%;
    background-size: auto 2500%;
    background-position: 0 0;
    background-repeat: repeat-y;
    animation: torch 1.4s steps(25) infinite;
}
.portal-anim {
    background-color: #5526ac;
    position: absolute;
    left: 18.2%;
    top: 38.25%;
    width: 7.25%;
    overflow: hidden;
    transform: skew(0,3.8deg);
}
.island1 {
    position: absolute;
    width: 14%;
    bottom: 38%;
    left: 5%;
    opacity: .8;
    animation: vertical 8s ease-in-out infinite;
}
.cloud4 {
    position: absolute;
    width: 44%;
    bottom: 48%;
    left: 7%;
    animation-duration: 6s;
    animation: vertical 8s ease-in-out infinite;
}
.cloud5 {
    position: absolute;
    width: 24%;
    top: 13%;
    left: -6%;
    animation-duration: 10s;
    animation: vertical 8s ease-in-out infinite;
}
.island2 {
    position: absolute;
    width: 40%;
    bottom: 43%;
    left: 92%;
    animation-duration: 10s;
    animation: vertical 8s ease-in-out infinite;
}
.home {
    width: 110%;
    position: relative;
    animation: circular 12s linear infinite;
}
.background-section img {
    vertical-align: middle;
    border: 0;
}
.background-section > div {
    display: flex;
    flex-direction: row;
    max-width: 1170px;
    margin: 0 auto;
    height: 600px;
    padding: 72px 0;
    transform: translateX(-60px);
}
.portal-anim div {
    background-image: url(../img/swirl.png);
    position: absolute;
    width: 50%;
    height: 33%;
    background-size: cover;
    top: 0;
    left: 0;
    animation: swirl .8s linear infinite;
}
@keyframes vertical {
	0% {
		transform: translateY(0, 0, 0)
	}
	50% {
		transform: translate3d(0, -10px, 0)
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes circular {
	from {
		transform: rotate(0deg) translateX(5px) rotate(0deg)
	}
	to {
		transform: rotate(360deg) translateX(5px) rotate(-360deg)
	}
}

@keyframes swirl {
	100% {
		transform: rotateZ(-360deg)
	}
}
.banner-con-container.darkmode-headerserver {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
    background: url(https://monitoringminecraft.ru/images/e/l/3nrms8ix.jpg);
}
.banner-con-container.darkmode-headerflans {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
    background: url(/templates/WMTOP/images/flans.jpg);
}
.server_information {
    margin: 0 auto;
    width: 741px;
    padding-bottom: 36px;
    padding-top: 32px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    -moz-box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
    box-shadow: 0 4px 27px rgba(79, 45, 31, .17);
}

.server_information .label {
    color: #4f5656;
    font-family: 'FSElliotPro';
    font-size: 15px;
    margin: 14px;
    padding-left: 158px;
    padding-right: 26px;
}

.server_information h1 {
    margin-bottom: 16px;
    color: #343434;
    font-family: 'FSElliotPro-Heavy';
    font-size: 32px;
}

.server_information img {
    width: 64px;
    height: 64px;
}

.server_information .icon {
    margin-left: 42px;
    margin-right: 32px;
    padding: 26px;
    float: left;
    border-radius: 120px;
    display: block !important;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 6px 21px rgb(165, 165, 165);
    -moz-box-shadow: 0 6px 21px rgb(165, 165, 165);
    box-shadow: 0 6px 21px rgb(165, 165, 165);
    background: linear-gradient(to top right, #2a4810, #608417, #84b917, #a5c159);
}

.server_information b {
    font-family: 'FSElliotPro-Bold';
}

.server_information .title {
    display: block;
    height: 48px;
    line-height: 26px;
}

.server_information .title h1 {
    float: left;
}

.server_information .title a {
    float: right;
    display: inline-block;
    font-size: 16px;
    color: #4096e6;
    text-decoration: underline;
    font-family: 'FSElliotPro-Bold';
    margin-right: 8px;
}

.server_information .description {
    display: inline-block;
    width: 504px;
}

.server_details {
    border-top: 3px solid #e4e4e4;
    padding: 34px;
    background: url(/templates/simpleminecraft/images/cabinet/bg-header-block.png) repeat-x #ffffff;
    line-height: 15px;
    display: inline-block;
    width: 673px;
}

.server_details .information_block {
    width: 316px;
    font-size: 15px;
    min-height: 148px;
    display: block;
    float: left;
}

.server_information .title a:hover {
    text-decoration: unset;
}

.server_details b {
    font-family: 'FSElliotPro-Bold';
}

.server_details .information_block span {
    display: block;
    font-size: 20px;
    font-family: 'FSElliotPro-Bold';
    margin-bottom: 28px;
}

.server_details .information_block .icon {
    text-align: center;
    padding-right: 8px;
}

.server_details .information_block td {
    padding-bottom: 12px;
}

.server_details a {
    color: #b58251;
    text-decoration: underline;
}
.server .names[data-v-50db10ce] {
    /* width: calc(100% - 120px); */
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}
.server .names .tags .tag[data-v-50db10ce] {
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
    background-color: #21d4fd;
    background-image: linear-gradient(
239deg,#003fff,#ff2fbf);
}
.server .icon[data-v-50db10ce] {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,.3);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    float: left;
}
.server .describe[data-v-50db10ce] {
    width: calc(100% - 10px);
    padding: 5px;
    font-size: 15px;
    border-radius: 7px;
    margin-top: 20px;
    display: inline-block;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient( 
239deg,#9100ff52,#6c2fff);
    /* background: rgb(109 137 83 / 77%); */
}
.server[data-v-50db10ce] {
    width: calc(100% - 60px);
    padding: 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-size: cover;
    background-position: 50%;
    margin: 10px;
    color: #fff;
    transition: .2s;
}
.server .icon[data-v-50db10ce] {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,.3);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    float: left;
}
.server .icon[data-v-50db10ce] {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,.3);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    float: left;
}
.server .names .name .version[data-v-50db10ce] {
    padding: 5px 17px;
    border-radius: 10px;
    background: #ff0;
    background-color: #ffe53b;
    font-size: 19px;
    margin-left: 5px;
    margin-top: -2px;
    float: left;
    font-weight: 200;
    background-image: linear-gradient(
225deg,#d2ea25,#f01a1a 74%);
}
.server .names .name .text[data-v-50db10ce] {
    font-size: 44px;
    float: left;
    font-weight: 1000;
    text-shadow: 1px 5px 3px rgb(0 0 0);
}
.server[data-v-50db10ce] {
    width: calc(100% - 60px);
    padding: 20px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-size: cover;
    background-position: 50%;
    margin: 10px;
    color: #fff;
    transition: .2s;
}
.base[data-v-50db10ce] {
    width: 100%;
    float: left;
    cursor: pointer;
}
.servers[data-v-3b128ce3] {
    width: 100%;
    display: inline-block;
}
.server[data-v-50db10ce]:hover {
    transform: scale(1.02);
    transition: .2s;
}
.server .icon img[data-v-50db10ce] {
    width: 80%;
    margin-top: 10%;
}
.server .names .tags[data-v-50db10ce] {
    width: 100%;
    margin-top: 15px;
}
.server .names .name[data-v-50db10ce] {
    width: 100%;
    display: inline-block;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background-color: #f2811c !important;
    border-color: #f2811c;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
}
.cha-img {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.section-headline h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 27px;
    color: #fff;
}
.section-headline p {
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
}
.tab-menu {
    display: block;
    margin-bottom: 40px;
}
.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}
.tab-menu .nav-tabs {
    border-bottom: none;
}
.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}
.tab-menu ul.nav li a {
    background: #26253f;
    border-radius: 0;
    display: block;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    border: 1px solid #26253f;
    border-radius: 3px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background-color: #f2811c !important;
    border-color: #f2811c;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
}
.active .cha-img {
    box-sizing: content-box;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.cha-img {
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.tab-menu ul.nav li a {
    background: #26253f;
    border-radius: 0;
    display: block;
    font-weight: 600;
    padding: 10px;
    color: #fff;
    border: 1px solid #26253f;
    border-radius: 3px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    background-color: #f2811c !important;
    border-color: #f2811c;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}
.single-gaimer {
    padding: 10px;
    background: #19182b;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
}
.gaimer {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 6px;
    width: 40px;
    height: 40px;
}
.gaimer-content {
    float: left;
    padding-left: 5px;
}
.gaimer-content .gaimer-title {
    margin-bottom: 0px;
    font-weight: 900;
    color: #f2811c;
    font-size: 16px;
    line-height: 26px;
}
.text-transform-uppercase li:before {
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    padding-right: 10px;
    font-weight: 600;
    color: #f2811c;
    content: ">";
    transition-duration: 0.5s;
    display: inline-block;
    left: -25px;
}
.title-date {
    display: inline-block;
    position: relative;
}
.cha-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
.section-headline h3 em {
    font-style: normal;
    color: #f2811c;
}
@media (min-width: 992px)
.col-md-4 {
    width: 33.33333333%;
}
@media screen and (max-width: 320px) {
	
		.contact_blc li {

    min-width: 100%;

}
	
	.button a {
		font-size: 14px;
	}
	.btn_rond.btn.btn__don {
    min-width: 100%;
	
	}
	
	
	.mfp-content {
		padding: 5px;
	}
	.home__button {
		margin-bottom: 0px;
	}
	.pxl {
		display: none;
	}
	.dialog__left, .dialog__right {
		display: none;
	}
	.h1 {
		font-size: 50px;
	}
	.server {
		padding-top: 20px;
	}
	.serv__rd__title.h2 {
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.serv__rd {
		min-width: 259px;
		height: 170px;
		padding-left: 26px;
		padding-top: 8px;
		max-width: 69%;
	}
	.serv__rd__text {
		font-size: 12px;
	}
	.serv__rd__ip a {
		margin-top: 4px;
		font-size: 10px;
	}
	.serv__rd__ip span {
		font-size: 12px;
	}
	.serv__rd__text span {
		font-size: 13px;
	}
	.serv__rd__line {
		margin-top: 3px;
		margin-bottom: 5px;
	}
	.serv__rd__line span {
		max-width: 215px;
	}
	.header__logo {
		margin-top: 0px;
	}
	.serv__rd__line {
		max-width: 215px;
	}
	.video_play span {
		display: none;
	}
	.video_play__lds:after {
		display: none;
	}
}
.server .section:not(:first-child) {
	margin-top: 35px
}

.server .section h3 {
	margin: 0 0 25px
}

.server .section h3:after {
	content: "";
	display: block;
	border-radius: 15px;
	background: #65e30e;
	margin: 25px 0 0;
	height: 4px;
	width: 65%;
	max-width: 180px;
}

.server .section.night {
	background: url(../img/sectionWaves.svg) repeat 6%;
	/* -webkit-animation: nightWaves 10s linear infinite; */
	animation: nightWaves 10s linear infinite;
}

.server .section.night i {
	font-size: 21px;
	color: #6977fa
}

.server .section.night small {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #6977fa
}

.server .section.night h4 {
	font-weight: 900;
	font-size: 2em;
	line-height: .9;
	color: #b6bdff;
	text-transform: uppercase;
	text-indent: -3px;
}

.server .section.night .row {
	margin: 0
}

.server .section.night [class*=col] {
	padding: 15px 0
}

.server .mods {
	margin: 0
}

.server .mods li {
	position: relative;
	padding: 0 0 15px 15px;
	list-style: none
}

.server .mods li:before {
	content: "";
	display: block;
	position: absolute;
	background: #69b137;
	width: 7px;
	height: 7px;
	top: 10px;
	left: 0;
	box-shadow: 0 0 5px #8d2d2d;
	transform: rotate(45deg);
}

.server .mods li>a {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
}

.server .mods li>a.self {
	cursor: default;
	pointer-events: none
}

.server .mods li a {
	text-decoration: none
}

.server .mods li a:hover {
	opacity: .6;
	transition: none
}

.server .mods p {
	line-height: 18px;
	font-size: 14px;
	color: #919bba;
	margin: 0 0 0 -5px!important;
	text-indent: 5px
}

.server .mods p:before {
	content: "";
	display: block;
	position: absolute;
	border: 1px dotted rgba(0, 0, 0, .35);
	border-top: none;
	border-right: none;
	width: 7px;
	height: 10px;
	top: 25px;
	left: 3px
}

.server .mods p a {
	color: inherit
}

.server .mods p a+a {
	display: inline-block;
	text-indent: 5px
}

.server .afterword {
	border-top: 1px solid rgba(0, 0, 0, .15);
	margin: 15px 0 0;
	padding: 15px 25% 0 0;
	font-size: 14px;
	color: #919bba
}

a.lcard{
    display: block;
    color: inherit;
    text-align: center;
    padding: 10px;
    background: #32264d;
    border: 1px solid #468e9c;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    transition: 0.2s;
}

a.lcard:hover{
    display: block;
    color: inherit;
    text-align: center;
    -webkit-box-shadow: 0 0px 13px #d6dee4;
    box-shadow: 0 0px 13px #d6dee4;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    transition: 0.2s;
}

.followed-user-entry {
    padding: 0px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    border-color: #e1e8ed;
    border-width: 1px;
    border-style: solid;
    max-width: 420px;
    min-height: 280px;
}

.version {
    padding: 2px 10px;
    border-radius: 10px;
    background: #ff0;
    background-color: #ffe53b;
    font-size: 14px;
    margin-left: 23px;
    margin-top: 4px;
    float: left;
    font-weight: 200;
    background-image: linear-gradient( 
225deg,#ea25d2,#f01a1a 74%);
}
.versionopen {
    padding: 2px 10px;
    border-radius: 10px;
    background: #ff0;
    background-color: #ffe53b;
    font-size: 14px;
    margin-left: 38px;
    margin-top: 4px;
    float: left;
    font-weight: 200;
    background-image: linear-gradient( 
225deg,#0a651e,#4e3a5c 74%);
}
@media (min-width: 1200px)
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (min-width: 992px)
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 768px)
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (min-width: 576px)
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.server .mods li:before {
    content: "";
    display: block;
    position: absolute;
    background: #69b137;
    width: 7px;
    height: 7px;
    top: 10px;
    left: 0;
    box-shadow: 0 0 5px #8d2d2d;
    transform: rotate(
45deg);
}
.server .mods li a {
    text-decoration: none;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1200px)
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.banner-con-container.darkmode-headerepic {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
    background: url(https://mods2.ru/uploads/posts/2020-04/1587409853_armors.jpg)left;
}
.banner-con-container.darkmode-headerrules {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
    background: url(https://phonoteka.org/uploads/posts/2021-05/1622109299_11-phonoteka_org-p-mir-mainkraft-art-krasivo-15.jpg);
}
.banner-con-container.darkmode-headerban {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: url(https://image.winudf.com/v2/image/Y29tLm1hcC5wcmlzb25fc2NyZWVuXzVfMTUxNDgyODEwOV8wMjg/screen-5.jpg?fakeurl=1&type=.jpg);
}
.banner-con-container.darkmode-headerrpg {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
    background: url(/templates/WMTOP/images/1614848165_87-p-foni-minecraft-129.jpg);
}
.banner-con-container.darkmode-headertm {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -o-linear-gradient(225deg, rgb(0, 42, 135) 25%, rgb(147, 64, 255) 100%);
    background: url(/templates/WMTOP/images/hero-main.png);
}
.post {
    border-radius: 18px;
    width: 32%;
    margin-top: -6px;
    padding-left: 0px;
    min-height: 299px;
    box-sizing: border-box;
    padding: 3px 23px;
    cursor: default;
    margin-left: 11px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.post__bg {
    background-image: url(../images/news/img-1.jpg), linear-gradient(
0deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.25));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: .5s linear all;
}
.post__info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 105px;
    position: relative;
    z-index: 4;
}
.post__title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    z-index: 4;
    text-decoration: none;
    display: block;
}
.post__content {
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0 25px 0;
    position: relative;
    z-index: 4;
}
.post__btns {
    position: relative;
    z-index: 4;
}
.post:hover .post__bg {
    transform: scale(1.1) rotate(
0deg);
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border-radius: 25px;
    color: #ffffff;
    background-color: #5f59d8;
    /* border: 1px solid #21201f; */
    margin-left: -1px;
}
.landing-con-discord.darkmode-discordnews {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 700px;
    min-height: 500px;
    max-height: 938px;
    background: url(/templates/WMTOP/images/bgnews.jpg);
}
.home-streams {
    width: 100%;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}
.content-area {
    width: 1540px;
    margin: 0 auto;
}
.home-streams__items {
    width: 203%;
    /* margin-top: 115%; */
    padding-top: 29%;
    padding: 5px;
    top: 34%;
    /* border: 1px solid #2b221f; */
    border-radius: 4px;
    background: url(../images/hts/bg2.jpg) #213d9238 center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
.flex-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.btn.gray {
    background: url(../images/bg/gray_btn_tex.jpg);
    background-size: auto 100%;
    /* border: 1px solid #bbafa8; */
    -webkit-box-shadow: 0px 2px 0px #614c2d;
    box-shadow: 0px 2px 0px #614c2d;
}
.home-streams__item-preinfo-button {
    width: 150px;
    height: 30px;
    margin-top: 15px;
}
.streamtitle {
    margin-top: 110%;
}