/*L2Banners.ru - Верстка сайтов на заказ
Email: l2banners@mail.ru
*/

@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,700|Philosopher:400,700&subset=cyrillic");

/* @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Philosopher:400,700&subset=cyrillic'); */

/* 
Используемые шрифты

font-family: 'Segoe UI', Arial, sans-serif;
font-family: "Minion Pro", 'Times New Roman', Times, serif;
font-family: 'Philosopher', 'Times New Roman', Times, serif;
font-family: 'PT Sans', Tahoma, Arial, sans-serif;
font-family: 'PT Sans Narrow', 'PT Sans', Tahoma, Arial, sans-serif;
font-family: 'Ice kingdom Cyrillic Bold', 'Times New Roman', Times, serif;
*/

@import url(reset.css);
body {
	/*background: rgb(12, 15, 22) url(../images/bg-clear-NG.jpg) no-repeat center top;*/
	background: rgb(12, 15, 22) url(../images/bg-clear7.jpg) no-repeat center top;
	color: #fff;
	font-family: "Philosopher", "Times New Roman", Times, serif;
	font-size: 14px;
}

.main {
	height: 1000px;
	overflow: hidden;
	min-width: 1200px;
	max-width: 100%;
}

a {
	color: rgba(181, 210, 255, 0.66);
	transition-duration: 0.4s;
	transition-property: opacity, color, background-color, background;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

input,
select {
	width: 100%;
	min-height: 20px;
	border: 1px solid rgb(48, 53, 84);
	background-color: rgba(49, 56, 66, 0.39);
	padding: 10px;
	box-sizing: border-box;
	transition: 0.3s all;
	color: #fff;
}

input:focus {
	box-shadow: 0px 0px 0px transparent;
}

.input_wrapper {
	position: relative;
	min-height: 20px;
	width: 100%;
	max-width: 250px;
	margin-bottom: 20px;
}

.input_wrapper span {
	margin-bottom: 10px;
	display: inline-block;
}

input,
textarea,
select,
button {
	font-family: "Philosopher", "Times New Roman", Times, serif;
}

/* Дополнительно */

.hidden {
	opacity: 0;
	transition: 0.3s all;
}

.visible {
	opacity: 1;
	transition: 0.3s all;
}

.l2b_animation {
	opacity: 0;
}

.l2b_animation.animated {
	opacity: 1;
}

.old_ie {
	background-color: #000;
	font-size: 30px;
	padding: 120px 0 20px 0;
	text-align: center;
	z-index: 999999;
	width: 100%;
	color: #fff;
}

.old_ie a {
	color: #d53939;
}

/* dwarf */

.dwarf {
	/*background: url(../images/scene__dwarf-NG.png) no-repeat;*/
	background: url(../images/scene__dwarf.png) no-repeat;
	width: 273px;
	height: 371px;
	position: absolute;
	left: -162px;
	bottom: -95px;
	pointer-events: none;
	animation: dwarf 25s linear infinite;
	transform-origin: left bottom;
}

@keyframes dwarf {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(-3deg) scale(1);
	}
	100% {
		transform: rotate(0deg) scale(1);
	}
}

/* orc */

.orc {
	/*background: url(../images/scene__orc-NG.png) no-repeat;*/
	background: url(../images/scene__orc.png) no-repeat;
	width: 379px;
	height: 451px;
	position: absolute;
	right: -236px;
	bottom: -110px;
	pointer-events: none;
	animation: orc 20s linear infinite;
	transform-origin: left bottom;
}

@keyframes orc {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(2deg) scale(1.03);
	}
	100% {
		transform: rotate(0deg) scale(1);
	}
}

/* Кнопки */

.btn {
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	font-size: 16px;
	padding-top: 4px;
	text-shadow: 0 0 5px rgba(36, 59, 87, 0.4);
	text-align: center;
	height: 56px;
	width: 231px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: 0.3s all;
	margin: 0 10px 25px 10px;
	position: relative;
	font-family: "matador";
}

.btn span {
	pointer-events: none;
}

.btn:after,
.btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	height: 83px;
	width: 231px;
	background: url(../images/btn/btn-def.png) no-repeat center center;
	z-index: 0;
	transition: 0.3s all;
	pointer-events: none;
}

.btn:hover:after {
	/* opacity: 0; */
}

.btn:before {
	background: url(../images/btn/btn-red.png) no-repeat center center;
	z-index: 1;
	transform: scale(1);
	opacity: 0;
}

.btn_green:after {
	background: url(../images/btn/btn-green.png) no-repeat center center;
}

.btn_green:before {
	background: url(../images/btn/btn-green_hover.png) no-repeat center center;
}

.btn:hover:before,
.btn__active:before,
.btn_active:before {
	transform: scale(1);
	opacity: 1;
}

.btn span,
.btn__img {
	transition: 0.3s all;
	position: relative;
	z-index: 5;
}

.big-btn {
	width: 270px;
	height: 50px;
	color: #fff;
	font-family: "Ice kingdom Cyrillic Bold", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.big-btn:after,
.big-btn:before {
	background: url(../images/btn/btn-big.png) no-repeat;
	width: 298px;
	height: 75px;
	left: -11px;
	top: -12px;
}

.big-btn:before {
	background: url(../images/btn/btn-big_hover.png) no-repeat;
	transform: scale(1.05);
}

.big-btn:hover:after {
	transform: scaleX(1.1);
	opacity: 0;
}

/* button */

.button {
	box-sizing: border-box;
	text-decoration: none;
	color: rgb(172, 215, 229);
	color: #ededed;
	font-family: "PT Sans", Tahoma, Arial, sans-serif;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 20px;
	width: 68px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	transition: 0.3s all;
	position: relative;
	background: url(../images/btn/btn-small.png) no-repeat;
}

.button:hover {
	filter: brightness(140%);
}

.button_long {
	background: url(../images/btn/btn-long.png) no-repeat;
	width: 207px;
	height: 20px;
	padding-bottom: 2px;
}
.button_long:hover {
	background: url(../images/btn/btn-long_hover.png) no-repeat;
	filter: brightness(100%);
}

.button_q {
	background: url(../images/btn/button-purple.png) no-repeat;
	width: 174px;
	height: 28px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
}

.button_s {
	background: url(../images/btn/button-brown.png) no-repeat;
	width: 138px;
	height: 32px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
}

/* button-article */

.button-article {
	background: url(../images/btn/btn-n.png) no-repeat;
	width: 135px;
	height: 27px;
	text-transform: uppercase;
	/*font-family: 'Segoe UI', Arial, sans-serif;*/
	font-size: 12px;
	color: #fff;
	padding-bottom: 2px;
}

.button-article:hover {
	/* filter: brightness(130%) contrast(120%); */
}

.button-article span {
	position: relative;
	z-index: 4;
}

/* .button-article:before {
    content: "";
    background: url(../images/btn/btn-n_hover.png) no-repeat;
    width: 135px;
    height: 27px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
} */

/* .big-btn:before {
    background: url(../images/btn/btn-big_hover.png) no-repeat;
    transform: scale(1.05);
}

.big-btn:hover:after {
    transform: scaleX(1.1);
    opacity: 0;
} */

/* Навигация */

.nav {
	background: url(../images/nav__bg.jpg) no-repeat;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.nav-container {
	width: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.nav-container_pos {
	margin: 0 35px;
}

.nav__link {
	text-decoration: none;
	text-transform: uppercase;
	color: #f1f1f1;
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(1, 3, 5, 0.75);
	position: relative;
	cursor: pointer;
}

.nav__link:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.14);
	position: absolute;
	top: 50%;
	transition: 0.3s all;
}

.nav__link:before {
	content: attr(data-title);
	position: absolute;
	left: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #f1f1f1;
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(1, 3, 5, 0.75);
	transition: 0.3s all;
	pointer-events: none;
	opacity: 1;
	top: 0;
	transform: scale(1);
}

.nav__link:hover:before {
	opacity: 0;
	/* transform: rotateY(0deg); */
	transform: scale(1.5);
}

/* lang */

.lang__link {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.lang__link img {
	transition: 0.3s all;
	opacity: 0.5;
}

.lang__link:hover img {
	opacity: 1;
	transform: rotate(360deg);
}

.lang__link_active {
	/* pointer-events: none; */
	cursor: pointer;
}

.lang__link_active img {
	opacity: 1;
}

@keyframes hoverRotate {
	from {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(-60deg) scale(1.5);
	}
	to {
		transform: rotate(360deg) scale(1);
	}
}

/* servers */

.servers {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 190px;
	cursor: default;
}

.server {
	width: 111px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	transform-style: preserve-3d;
	perspective: 700px;
	margin: 0 50px;
	cursor: pointer;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.server_off {
	filter: saturate(0);
}

.server:nth-child(3) {
	margin-left: auto;
}

.server:nth-child(3) {
	margin-left: auto;
}

.server:after {
	content: "";
	display: block;
	width: 109px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s all;
	background: url(../images/server/server-red__circle.png) no-repeat;
	z-index: 0;
	animation: serverRotate 26s infinite linear;
}

@keyframes serverRotate {
	from {
		transform: rotate(0deg) scale(1);
	}
	to {
		transform: rotate(360deg) scale(1);
	}
}

.server:nth-child(1):after {
	background: url(../images/server/server__green-circle.png) no-repeat;
}

.server:nth-child(2):after {
	background: url(../images/server/server__aqua-circle.png) no-repeat;
}

.server:nth-child(3):after {
	background: url(../images/server/server__red-circle.png) no-repeat;
}

.server:nth-child(4):after {
	background: url(../images/server/server__blue-circle.png) no-repeat;
}

.server_off:after {
	/* animation: none !important; */
}

.server__txt {
	position: relative;
	z-index: 5;
	background: url(../images/server/server__title-bg.png) no-repeat;
	width: 70px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 17px;
	text-shadow: 0 0 3px #1b2705;
}

.server_off .server__txt span {
	display: none;
}

.server_off .server__txt:after {
	content: "Offline";
}

.server__txt-content_first {
	transform: scale(1);
	position: absolute;
	transition: 0.3s;
	font-size: 13px;
	padding-bottom: 2px;
}

.server__txt-content_second {
	transform: scale(0);
	position: absolute;
	transition: 0.3s;
	font-size: 12px;
	padding-bottom: 3px;
}

.server:hover .server__txt-content_first {
	transform: scale(0);
}

.server:hover .server__txt-content_second {
	transform: scale(1);
}

span.server__percent {
	font-size: 14px;
}

.server__info {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 100%;
	z-index: 3;
}

.server__info-content {
	display: inline-block;
	transition: 0.3s all;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.server__info-content_first {
	transform: scale(1);
}

.server__info-content_second {
	transform: scale(0);
}

.server:hover .server__info-content_first {
	transform: scale(0);
}

.server:hover .server__info-content_second {
	transform: scale(1);
}

.startcolor {
	color: #9ef9f9;
}
.obtcolor {
	color: #b6ffa0;
}

.server__load {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	background: url(../images/server/server__load-info-bg.png) no-repeat;
	width: 127px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	pointer-events: none;
	transform-origin: right center;
	transform: translateX(-120px) scaleX(0);
	transition: 0.3s all;
	opacity: 0;
	transform-style: preserve-3d;
	box-sizing: border-box;
	padding-left: 20px;
}

.server:hover .server__load {
	transform: translateX(0px) scaleX(1);
	opacity: 1;
}

.server__load-content {
	display: inline-block;
	position: relative;
	top: -1px;
}

.server__animation {
	background: url(../images/server/server-off.png) no-repeat;
	pointer-events: none;
	width: 135px;
	height: 132px;
	position: absolute;
	top: -16px;
	left: -12px;
	z-index: 3;
}

.server:nth-child(1).server_on .server__animation {
	background: url(../images/server/server-green__light.png) no-repeat;
}

.server:nth-child(2).server_on .server__animation {
	background: url(../images/server/server-aqua__light.png) no-repeat;
}

.server:nth-child(3).server_on .server__animation {
	background: url(../images/server/server-red__light.png) no-repeat;
}

.server:nth-child(4).server_on .server__animation {
	background: url(../images/server/server-blue__light.png) no-repeat;
}

.server_off .part-container {
	filter: saturate(0);
}

.status__zbt {
	color: rgb(255, 121, 121);
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
	display: inline-block;
	padding-left: 5px;
}

.status__obt {
	color: rgb(255, 246, 100);
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
	display: inline-block;
	padding-left: 5px;
}

/* Точки */

.dots {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	top: 50%;
	left: 50%;
	z-index: 11;
}

.dots__item {
	width: 50px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 12;
	transform-origin: left center;
}

.dots__item_1 {
	animation: dotRot1 45s infinite linear;
}

@keyframes dotRot1 {
	from {
		transform: rotate(0deg) scale(1);
	}
	to {
		transform: rotate(360deg) scale(1);
	}
}

.dots__item_2 {
	animation: dotRot2 40s infinite linear;
	transform: rotate(150deg) scale(1);
	width: 60px;
}

@keyframes dotRot2 {
	from {
		transform: rotate(150deg) scale(1);
	}
	to {
		transform: rotate(510deg) scale(1);
	}
}

.dots__item_3 {
	animation: dotRot3 30s infinite linear;
	width: 55px;
}

@keyframes dotRot3 {
	from {
		transform: rotate(90deg);
	}
	to {
		transform: rotate(470deg);
	}
}

.dots__item_4 {
	animation: dotRot4 26s infinite linear;
	width: 48px;
}

@keyframes dotRot4 {
	from {
		transform: rotate(290deg);
	}
	to {
		transform: rotate(650deg);
	}
}

.dots__item_5 {
	animation: dotRot5 33s infinite linear;
	width: 63px;
}

@keyframes dotRot5 {
	from {
		transform: rotate(40deg);
	}
	to {
		transform: rotate(400deg);
	}
}

.dots__item_6 {
	animation: dotRot6 38s infinite linear;
	width: 30px;
	opacity: 0.9;
}

@keyframes dotRot6 {
	from {
		transform: rotate(140deg);
	}
	to {
		transform: rotate(500deg);
	}
}

.dots__item_7 {
	animation: dotRot7 48s infinite linear;
	width: 35px;
	opacity: 0.9;
}

@keyframes dotRot7 {
	from {
		transform: rotate(240deg);
	}
	to {
		transform: rotate(600deg);
	}
}

.dots__item_9 {
	animation: dotRot9 30s infinite linear;
	width: 37px;
	opacity: 0.9;
}

@keyframes dotRot9 {
	from {
		transform: rotate(2800deg);
	}
	to {
		transform: rotate(6400deg);
	}
}

.dots__item_8 {
	animation: dotRot8 36s infinite linear;
	width: 32px;
	opacity: 0.7;
}

@keyframes dotRot8 {
	from {
		transform: rotate(30deg);
	}
	to {
		transform: rotate(390deg);
	}
}

.dots__item_9 {
	animation: dotRot9 41s infinite linear;
	width: 64px;
}

@keyframes dotRot9 {
	from {
		transform: rotate(30deg);
	}
	to {
		transform: rotate(390deg);
	}
}

.dots__item_10 {
	animation: dotRot10 37s infinite linear;
	width: 64px;
	opacity: 0.7;
}

@keyframes dotRot10 {
	from {
		transform: rotate(120deg);
	}
	to {
		transform: rotate(480deg);
	}
}

.dots__item_11 {
	animation: dotRot11 52s infinite linear;
	width: 59px;
	opacity: 0.7;
}

@keyframes dotRot11 {
	from {
		transform: rotate(220deg);
	}
	to {
		transform: rotate(580deg);
	}
}

.dots__item_12 {
	animation: dotRot12 32s infinite linear;
	width: 64px;
	opacity: 0.7;
}

@keyframes dotRot12 {
	from {
		transform: rotate(300deg);
	}
	to {
		transform: rotate(660deg);
	}
}

.dots__el {
	display: block;
	width: 2px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
	/* filter: blur(1); */
}

.dots_green .dots__el {
	background-color: rgba(188, 255, 162, 0.8);
}

.dots_aqua {
	transform: rotate(120deg);
}

.dots_aqua .dots__el {
	background-color: rgba(162, 255, 243, 0.8);
}

.dots_red {
	transform: rotate(80deg);
	/* top: calc(50% - 20px); */
}

.dots_red .dots__el {
	background-color: rgba(255, 162, 162, 0.8);
}

.dots_blue {
	transform: rotate(240deg);
}

.dots_blue .dots__el {
	background-color: rgba(162, 191, 255, 0.7);
}

/* mid */

.mid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.block {
	width: 400px;
	height: 480px;
	position: relative;
	box-sizing: border-box;
	z-index: 10;
}

.mid__block {
	padding-top: 73px;
}

.block_left:after {
	content: "";
	display: block;
	width: 418px;
	height: 657px;
	position: absolute;
	top: -125px;
	left: -11px;
	z-index: -1;
	transition: 0.3s all;
	background: url(../images/column__left.png) no-repeat;
	pointer-events: none;
}

.block_right:after {
	content: "";
	display: block;
	width: 418px;
	height: 657px;
	position: absolute;
	top: -125px;
	left: -5px;
	z-index: -1;
	transition: 0.3s all;
	background: url(../images/column__right.png) no-repeat;
	pointer-events: none;
}

.block-title {
	color: #7f8fa7;
	/*font-family: 'Ice kingdom Cyrillic Bold', 'Times New Roman', Times, serif;*/
	font-family: "matador";
	font-size: 15px;
	/*font-weight: bold;*/
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.23);
	text-transform: uppercase;
	text-align: center;
}

.block-title_left-pos {
	padding: 0px 10px 12px 0;
}

.block-title_right-pos {
	padding: 0px 0 8px 12px;
}

/* scl */

.scl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.scl_left {
	box-sizing: border-box;
	padding: 0 19px 0 8px;
}

.scl_right {
	box-sizing: border-box;
	padding: 0 10px 0 16px;
}

.scl__link {
	position: relative;
	width: 38px;
	height: 38px;
	background-image: url(../images/);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.scl__link:after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s all;
	transform: scale(1.5);
	opacity: 0;
	pointer-events: none;
}

.scl__link:hover:after {
	transform: scale(1);
	opacity: 1;
}

/* Ссылка вк */

.scl__link_vk {
	background-image: url(../images/scl__vk.png);
}

.scl__link:after {
	background-image: url(../images/scl__vk_h.png);
}

/* Ссылка youtube */

.scl__link_youtube {
	background-image: url(../images/scl__youtube.png);
}

.scl__link_youtube:after {
	background-image: url(../images/scl__youtube_h.png);
}

/* Ссылка facebook */

.scl__link_facebook {
	background-image: url(../images/scl__facebook.png);
}

.scl__link_facebook:after {
	background-image: url(../images/scl__facebook_h.png);
}

/* Ссылка telegram */

.scl__link_telegram {
	background-image: url(../images/scl__telegram.png);
}

.scl__link_telegram:after {
	background-image: url(../images/scl__telegram_h.png);
}

/* Ссылка discord */

.scl__link_discord {
	background-image: url(../images/scl__discord.png);
}

.scl__link_discord:after {
	background-image: url(../images/scl__discord_h.png);
}

/* .scl__link:hover {
    animation: hoverRotate .6s;
} */

/* top */

.title__top {
	text-align: center;
	margin-bottom: 30px;
}

.top {
	width: 200px;
	height: 240px;
	box-sizing: border-box;
	box-sizing: border-box;
}

.top_pos {
	position: relative;
	left: 50px;
}

table.top_block {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

table.top_block tr {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	height: 17px;
	line-height: 17px;
}

table.top_block tr th,
table.top_block tr td {
	position: relative;
	height: 18px;
	line-height: 18px;
}

table.top_block tr td {
	color: rgb(255 255 255 / 80%);
	/*font-family: 'PT Sans', Tahoma, Arial, sans-serif;*/
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	height: 18px;
	line-height: 18px;
	padding: 0;
}

table.top_block tr td.td-header {
	color: #75abcb;
	font-size: 13px;
	font-weight: 500 !important;
}
table.top_block tr td.td-header .count {
	font-weight: 500 !important;
}

table.top_block tr td:nth-child(1) {
	opacity: 0.4;
	color: #bd9d90;
	/*font-family: "Arial";*/
	font-size: 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	/*width: 30px;*/
	text-align: left;
}

table.top_block .num {
	width: 0px;
	position: relative;
	left: -18px;
	top: -2px;
	color: #fff;
}
table.top_block .count {
	position: relative;
	right: -4px;
	font-size: 15px;
	font-weight: 300;
}
table.top_block .crest {
	top: 1px;
	left: -2px;
	float: left;
	position: relative;
	width: 24px;
	height: 12px;
	text-align: right;
	margin-right: 2px;
	background-color: #000;
	color: #000;
	background-image: url(https://playorbis.net/template/site/orbis/images/no-img-clan.png);
}
table.top_block .crest_null {
	top: -1px;
	left: -9px;
	float: left;
	position: relative;
	width: 24px;
	height: 12px;
	text-align: right;
	margin-right: 2px;
}
table.top_block .crest img {
	top: -1px;
	position: relative;
}

table.top_block tr td:nth-child(3) {
	width: 150px;
	text-align: left;
	font-weight: 300;
}

table.top_block tr td:nth-last-child(1) {
	width: 40px;
	text-align: right;
}

table.top_block tr td span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 12px;
	background: #36361f;
	top: 1px;
}

table.top_pvp {
	top: 0px;
	right: 0px;
}

table.top_pk {
	top: 0px;
	right: 0px;
}

#top_player {
	position: relative;
	display: block;
	width: 100%;
	height: 295px;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.top_player_block_server_1,
.top_player_block_server_2,
.top_player_block_server_3,
.top_player_block_server_4 {
	position: absolute;
	display: block;
	width: 100%;
	height: 238px;
	top: 12px;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: scaleX(0);
	transition: all 0.3s ease;
	opacity: 0;
}

.top_active_block {
	transform: scaleX(1) !important;
	opacity: 1 !important;
}

ul#top_tabs_server1,
ul#top_tabs_server2,
ul#top_tabs_server3,
ul#top_tabs_server4 {
	position: absolute;
	display: block;
	left: -10px;
	right: -12px;
	bottom: -35px;
	list-style: none;
	text-align: center;
	margin: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
}

ul#top_tabs_server1 li,
ul#top_tabs_server2 li,
ul#top_tabs_server3 li,
ul#top_tabs_server4 li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
}

ul#top_tabs_server1 li a,
ul#top_tabs_server2 li a,
ul#top_tabs_server3 li a,
ul#top_tabs_server4 li a {
	position: relative;
	display: block;
	width: 68px;
	height: 20px;
	line-height: 20px;
	background: url(../images/btn/btn-small.png) no-repeat;
	color: rgb(172, 215, 229);
	color: #ffffff;
	text-transform: uppercase;
	font-family: "PT Sans", Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	transition: 0.3s all;
	filter: brightness(85%);
}

.top_content_server {
	position: absolute;
	display: block;
	width: 100%;
	height: 224px;
	top: 18px;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: scaleX(0);
	transition: all 0.3s ease;
	z-index: 1;
	opacity: 0;
}

ul#top_tabs_server {
	position: absolute;
	display: flex;
	justify-content: space-around;
	top: 0;
	left: -27px;
	right: -14px;
	height: 25px;
	text-align: center;
	list-style: none;
	z-index: 0;
}

ul#top_tabs_server li {
	position: relative;
	display: inline-block;
}

ul#top_tabs_server li a {
	position: relative;
	display: block;
	text-align: center;
	color: #d1d1d1;
	color: #fff;
	text-shadow: 0px 0px 3px black;
	text-transform: uppercase;
	/*font-family: 'matador';*/
	font-family: "PT Sans", Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	transition: 0.3s all;
	background: url(../images/btn/btn-small_min.png) no-repeat;
	width: 62px;
	height: 20px;
	line-height: 20px;
	padding: 0 1px 0 1px;
	filter: brightness(85%);
}
ul#top_tabs_server li:nth-child(1) a {
	background: url(../images/btn/btn-small_min_sky.png) no-repeat;
}
ul#top_tabs_server li:nth-child(2) a {
	background: url(../images/btn/btn-small_min_red.png) no-repeat;
}
ul#top_tabs_server li:nth-child(3) a {
	background: url(../images/btn/btn-small_min_green.png) no-repeat;
}
ul#top_tabs_server li:nth-child(4) a {
	background: url(../images/btn/btn-small_min_blue.png) no-repeat;
}

ul#top_tabs_server1 li.active a,
ul#top_tabs_server2 li.active a,
ul#top_tabs_server3 li.active a,
ul#top_tabs_server4 li.active a,
ul#top_tabs_server1 li a:hover,
ul#top_tabs_server2 li a:hover,
ul#top_tabs_server3 li a:hover,
ul#top_tabs_server4 li a:hover {
	filter: brightness(110%);
}

ul#top_tabs_server li.active a,
ul#top_tabs_server li a:hover {
	filter: sepia(0.9);
	filter: brightness(110%);
}

/* форум */

.forum {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	font-family: "PT Sans", Tahoma, Arial, sans-serif;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.forum_pos {
	position: relative;
	left: 5px;
}

.theme {
	width: 210px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	text-decoration: none;
	color: #e5faff;
	/*font-family: "Arial";*/
	font-size: 12px;
	box-sizing: border-box;
	padding: 8px 10px 0 40px;
	position: relative;
	margin-bottom: 2px;
}

.theme:after {
	content: "";
	display: block;
	background: url(../images/forum__theme-bg.png) no-repeat;
	width: 210px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.3s all;
	transform: scaleX(1);
}

.theme:hover:after {
	filter: brightness(150%);
	transform: scaleX(1.2) translateX(-8px);
}

.theme:before {
	content: "";
	display: block;
	background: url(../images/forum__theme-bg.png) no-repeat;
	width: 210px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.3s all;
	transform: scale(1.3);
	opacity: 0;
}

.theme:hover:before {
	opacity: 1;
	transform: scale(1);
}

.theme__img {
	width: 28px;
	height: 28px;
	border: 1px solid #b9d8e2;
	background-image: url(../images/forum__ava-def.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 9px;
	transition: 0.3s all;
	transform-origin: center center;
	z-index: 4;
}

.theme:hover .theme__img {
	transform: rotate(-360deg) scale(1.2) translateX(0px);
	border-radius: 50%;
}

.theme__title {
	min-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	position: relative;
	z-index: 4;
	padding: 0 0 0 1px;
}

.theme__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #788dac;
	font-size: 11px;
	width: 100%;
	position: relative;
	z-index: 4;
}

.theme__author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #ffcc7c;
}

.theme__author_pos {
	position: relative;
	left: -5px;
}
.theme__date {
	font-size: 13px;
}
.forum__button {
	margin-top: 4px;
}

/* Центральный блок */

.container-present {
	width: 300px;
	position: relative;
}

.mid__container-present {
	position: relative;
	top: -172px;
}

/* logo */

.logo {
	/* background: url(../images/logo__orbis.png) no-repeat; */
	width: 278px;
	height: 126px;
	position: absolute;
	left: 10px;
	top: 0;
	transform-style: preserve-3d;
}

.container-present__logo {
	margin-bottom: 20px;
}

.logo__about {
	background: url(../images/logo__about_new.png) no-repeat;
	width: 269px;
	height: 16px;
	position: absolute;
	left: 5px;
	top: 130px;
}

.logo:hover .logo__about {
	transform: translateZ(20px);
}

.logo__crystal {
	background: url(../images/logo__crystal.png) no-repeat;
	width: 90px;
	height: 100px;
	position: absolute;
	left: 89px;
	top: 30px;
	z-index: 7;
	animation: crystal 2s linear infinite;
}

.logo:hover .logo__crystal {
	animation: crystal 0.4s linear infinite;
}

@keyframes crystal {
	0% {
		/* transform: rotateX(0deg); */
		filter: brightness(100%);
	}
	50% {
		/* transform: rotateX(40deg); */
		filter: brightness(140%);
	}
	100% {
		/* transform: rotateX(0deg); */
		filter: brightness(100%);
	}
}

.logo:hover .logo__crystal {
	transform: translateZ(-20px);
}

.logo__o {
	background: url(../images/logo__o.png) no-repeat;
	width: 77px;
	height: 95px;
	position: absolute;
	left: 0px;
	top: 31px;
	pointer-events: none;
	z-index: 5;
	transition: 0.3s all;
}

.logo:hover .logo__o {
	transform: translateZ(20px) translateX(-30px);
}

.logo__r {
	background: url(../images/logo__r.png) no-repeat;
	width: 40px;
	height: 86px;
	position: absolute;
	left: 69px;
	top: 39px;
	pointer-events: none;
	z-index: 5;
	transition: 0.3s all;
}

.logo:hover .logo__r {
	transform: translateZ(-40px) translateX(-20px);
}

.logo__b {
	background: url(../images/logo__b.png) no-repeat;
	width: 78px;
	height: 126px;
	position: absolute;
	left: 96px;
	top: 0px;
	pointer-events: none;
	z-index: 6;
	transition: 0.3s all;
}

.logo:hover .logo__b {
	transform: translateZ(60px);
}

.logo__i {
	background: url(../images/logo__i.png) no-repeat;
	width: 38px;
	height: 89px;
	position: absolute;
	left: 174px;
	top: 34px;
	pointer-events: none;
	z-index: 5;
	transition: 0.3s all;
}

.logo:hover .logo__i {
	transform: translateZ(-40px) translateX(20px);
}

.logo__s {
	background: url(../images/logo__s.png) no-repeat;
	width: 75px;
	height: 119px;
	position: absolute;
	left: 203px;
	top: 4px;
	pointer-events: none;
	z-index: 4;
	transition: 0.3s all;
}

.logo:hover .logo__s {
	transform: translateZ(20px) translateX(30px);
}

/* timer */

/* jQuery Countdown styles 2.0.0. */

.is-countdown {
}

.countdown-rtl {
	direction: rtl;
}

.countdown-holding span {
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown-show1 .countdown-section {
	width: 98%;
}

.countdown-show2 .countdown-section {
	width: 48%;
}

.countdown-show3 .countdown-section {
	width: 32.5%;
}

.countdown-show4 .countdown-section {
	width: 24.5%;
}

.countdown-show5 .countdown-section {
	width: 19.5%;
}

.countdown-show6 .countdown-section {
	width: 16.25%;
}

.countdown-show7 .countdown-section {
	width: 14%;
}

.countdown-section {
	display: block;
	float: left;
	font-size: 11px;
	text-align: center;
	background: url(../images/timer__border.png) no-repeat right center;
	margin-bottom: 10px;
}

.countdown-section:nth-last-child(1) {
	background-image: none;
}

.countdown-amount {
	font-size: 35px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.countdown-period {
	display: inline-block;
}

.countdown-descr {
	display: inline-block;
	width: 100%;
}

.count_wrap {
	max-width: 400px;
	width: 100%;
	width: 325px;
	margin: 0 auto;
	text-align: center;
	/* position: absolute; */
	margin-top: 170px;
	margin-left: -12px;
	left: -12px;
	right: 0;
	top: 170px;
}
.count_wrap_text {
	max-width: 400px;
	min-width: 350px;
	width: 130%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 265px;
	margin: 0 0 0 -45px;
}
#blink2 {
	-webkit-animation: blink2 1s linear infinite;
	animation: blink2 1s linear infinite;
	color: rgb(208, 237, 255);
	font-size: 14px;
	font-weight: bold;
}

@-webkit-keyframes blink2 {
	0% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 31, 31, 0.1), 0 0 9px rgba(255, 31, 31, 0.1),
			0 0 9px rgba(255, 31, 31, 0.1);
	}
	50% {
		color: rgb(208, 237, 255);
		text-shadow: 0 0 9px rgba(255, 31, 31, 0.8), 0 0 9px rgba(255, 31, 31, 0.8),
			0 0 9px rgba(255, 31, 31, 0.8);
	}
	100% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 31, 31, 0.1), 0 0 9px rgba(255, 31, 31, 0.1),
			0 0 9px rgba(255, 31, 31, 0.1);
	}
}

@keyframes blink2 {
	0% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 31, 31, 0.1), 0 0 9px rgba(255, 31, 31, 0.1),
			0 0 9px rgba(255, 31, 31, 0.1);
	}
	50% {
		color: rgb(208, 237, 255);
		text-shadow: 0 0 9px rgba(255, 31, 31, 0.8), 0 0 9px rgba(255, 31, 31, 0.8),
			0 0 9px rgba(255, 31, 31, 0.8);
	}
	100% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 31, 31, 0.1), 0 0 9px rgba(255, 31, 31, 0.1),
			0 0 9px rgba(255, 31, 31, 0.1);
	}
}
#blink3 {
	-webkit-animation: blink3 1s linear infinite;
	animation: blink3 1s linear infinite;
	color: #d8ffd9;
	font-size: 14px;
	font-weight: bold;
}

@-webkit-keyframes blink3 {
	0% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(31, 255, 79, 0.1), 0 0 9px rgba(31, 255, 79, 0.1);
	}
	50% {
		color: #d8ffd9;
		text-shadow: 0 0 9px rgba(31, 255, 79, 0.8), 0 0 9px rgba(31, 255, 79, 0.8);
	}
	100% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(31, 255, 79, 0.1), 0 0 9px rgba(31, 255, 79, 0.1);
	}
}

@keyframes blink3 {
	0% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(31, 255, 79, 0.1), 0 0 9px rgba(31, 255, 79, 0.1);
	}
	50% {
		color: #d8ffd9;
		text-shadow: 0 0 9px rgba(31, 255, 79, 0.8), 0 0 9px rgba(31, 255, 79, 0.8);
	}
	100% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(31, 255, 79, 0.1), 0 0 9px rgba(31, 255, 79, 0.1);
	}
}
#blink4 {
	-webkit-animation: blink4 1s linear infinite;
	animation: blink4 1s linear infinite;
	color: #fff3d8;
	font-size: 14px;
	font-weight: bold;
}

@-webkit-keyframes blink4 {
	0% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 202, 31, 0.2),
			0 0 9px rgba(255, 215, 31, 0.2);
	}
	50% {
		color: #d8ffd9;
		text-shadow: 0 0 9px rgba(255, 202, 31, 0.9),
			0 0 9px rgba(255, 215, 31, 0.9);
	}
	100% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 202, 31, 0.2),
			0 0 9px rgba(255, 215, 31, 0.2);
	}
}

@keyframes blink4 {
	0% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 202, 31, 0.2),
			0 0 9px rgba(255, 215, 31, 0.2);
	}
	50% {
		color: #d8ffd9;
		text-shadow: 0 0 9px rgba(255, 202, 31, 0.9),
			0 0 9px rgba(255, 215, 31, 0.9);
	}
	100% {
		color: rgb(255, 255, 255);
		text-shadow: 0 0 9px rgba(255, 202, 31, 0.2),
			0 0 9px rgba(255, 215, 31, 0.2);
	}
}

#blink5 {
	-webkit-animation: blink4 1s linear infinite;
	animation: blink5 1s linear infinite;
	color: #ffd800;
	font-size: 14px;
	font-weight: bold;
}

@-webkit-keyframes blink5 {
	0% {
		color: #ffea79;
		text-shadow: 0 0 9px rgba(255, 198, 0, 0.2), 0 0 9px rgba(0, 0, 0, 0.2);
	}
	50% {
		color: #ffd800;
		text-shadow: 0 0 9px rgba(255, 198, 0, 0.9), 0 0 9px rgba(0, 0, 0, 0.9);
	}
	100% {
		color: #ffea79;
		text-shadow: 0 0 9px rgba(255, 198, 0, 0.2), 0 0 9px rgba(0, 0, 0, 0.2);
	}
}

@keyframes blink5 {
	0% {
		color: #ffea79;
		text-shadow: 0 0 9px rgba(255, 198, 0, 0.2), 0 0 9px rgba(0, 0, 0, 0.2);
	}
	50% {
		color: #ffd800;
		text-shadow: 0 0 9px rgba(255, 198, 0, 0.9), 0 0 9px rgba(0, 0, 0, 0.9);
	}
	100% {
		color: #ffea79;
		text-shadow: 0 0 9px rgba(255, 198, 0, 0.2), 0 0 9px rgba(0, 0, 0, 0.2);
	}
}

.sldinfo__title a {
	z-index: 11;
}

.is-countdown {
	margin-top: 8px;
}

.counter {
	color: rgb(208, 237, 255);
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 13px;
	font-weight: bold;
	/*text-shadow: 0 0 9px rgba(31, 173, 255, .75), 0 0 9px rgba(31, 173, 255, .75), 0 0 9px rgba(31, 173, 255, .75);*/
	cursor: default;
}

.counter__title {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 15px;
	font-weight: 100;
	font-family: "matador";
}

/* scene */

.scene-cat {
	width: 523px;
	height: 197px;
	overflow: hidden;
	position: absolute;
	top: 391px;
	left: -95px;
	z-index: 0;
}

.scene-cat:after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 523px;
	height: 197px;
	background: url(../images/scene.png) no-repeat;
	z-index: 2;
}

.fire-stat {
	display: block;
	top: 57px;
	left: 19px;
	position: absolute;
	width: 452px;
	height: 186px;
	background: url(../images/fire-stat.png) no-repeat;
	z-index: 3;
	animation: fireStat 14s infinite;
}

@keyframes fireStat {
	0% {
		filter: brightness(100%);
	}
	20% {
		filter: brightness(100%);
	}
	25% {
		filter: brightness(106%);
	}
	32% {
		filter: brightness(100%);
	}
	60% {
		filter: brightness(100%);
	}
	65% {
		filter: brightness(107%);
	}
	68% {
		filter: brightness(100%);
	}
	75% {
		filter: brightness(100%);
	}
	80% {
		filter: brightness(106%);
	}
	88% {
		filter: brightness(100%);
	}
	100% {
		filter: brightness(100%);
	}
}

.fire-blue {
	display: block;
	top: 12px;
	left: 130px;
	position: absolute;
	width: 218px;
	height: 59px;
	background: url(../images/fire-blue.png) no-repeat;
	z-index: 3;
	animation: fireBlue 6s infinite;
}

@keyframes fireBlue {
	0% {
		filter: brightness(100%);
	}
	20% {
		filter: brightness(110%);
	}
	25% {
		filter: brightness(130%);
	}
	38% {
		filter: brightness(100%);
	}
	50% {
		filter: brightness(100%);
	}
	65% {
		filter: brightness(117%);
	}
	85% {
		filter: brightness(100%);
	}
	80% {
		filter: brightness(110%);
	}
	90% {
		filter: brightness(100%);
	}
	100% {
		filter: brightness(100%);
	}
}

.fire {
	background: url(../images/fire_min.png) no-repeat 0px 0px;
	width: 47px;
	height: 50px;
	animation: fire 1.5s steps(48) infinite;
	pointer-events: none;
	z-index: 6;
}

.fire_left {
	position: absolute;
	left: 92px;
	bottom: 61px;
}

.fire_right {
	position: absolute;
	left: 372px;
	bottom: 61px;
	animation-delay: 0.7s;
	transform: rotateY(180deg);
}

@keyframes fire {
	0% {
		background-position: 0px 0;
	}
	100% {
		background-position: -2242px 0;
	}
}

/* Персонажи */

#human-run_r {
	background: url(../images/L2B-humanR__wotermark_min.png) no-repeat 0px 0px;
	width: 85px;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 25px;
	animation: human-run_r 1s steps(50) infinite;
	transition: left 5s linear;
	z-index: 1;
	pointer-events: none;
}

@keyframes human-run_r {
	0% {
		background-position: 0px 0;
	}
	100% {
		background-position: -4254px 0;
	}
}

#human-run_r:after {
	content: "Gatsby";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	text-align: center;
	font-family: arial;
	font-weight: 300;
	color: rgb(216, 216, 216);
	font-size: 8px;
}

#human-run_l {
	/* background: url(../images/human-run_r-full-min.png) no-repeat 0px 0px; */
	background: url(../images/L2B-humanL__wotermark_min.png) no-repeat 0px 0px;
	/* background-size: cover; */
	width: 85px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 25px;
	animation: human-run_l 1s steps(50) infinite;
	transition: right 5s linear;
	z-index: 1;
	pointer-events: none;
}

@keyframes human-run_l {
	0% {
		background-position: 0px 0;
	}
	100% {
		background-position: -4254px 0;
	}
}

#human-run_l:after {
	content: "Gatsby";
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	text-align: center;
	font-family: arial;
	font-weight: 300;
	color: rgb(216, 216, 216);
	font-size: 8px;
}

.human__title {
	position: absolute;
	left: -20px;
	right: -20px;
	text-align: center;
	bottom: calc(100% + 5px);
	font-family: arial;
	font-weight: 300;
	color: rgb(216, 216, 216);
	font-size: 10px;
}

.human__txt {
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	padding: 2px 6px;
	border-radius: 6px;
	opacity: 0;
}

.human_animate .human__txt {
	animation: texHuman 4s;
	animation-duration: both;
}

@keyframes texHuman {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	42% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

/* Темная эльфийка */

.dark-elf-female {
	background: url(../images/dark-elf-female_min.png) no-repeat 0px 0px;
	width: 213px;
	height: 100px;
	position: absolute;
	left: 100px;
	bottom: 5px;
	transition: right 5s linear;
	z-index: 1;
	pointer-events: none;
	display: none;
}

.dark-elf-female_animate {
	animation: dark-elf-female 5s steps(311), run 5s;
	animation-duration: forwards;
	display: block;
}

@keyframes dark-elf-female {
	0% {
		background-position: 0px 0;
	}
	100% {
		background-position: -66320px 0;
	}
}

@keyframes run {
	0% {
		transform: translateX(0px);
	}
	10% {
		transform: translateX(50px);
	}
	80% {
		transform: translateX(50px);
	}
	95% {
		transform: translateX(-25px);
	}
	100% {
		transform: translateX(-30px);
	}
}

.dark-elf-female:after {
	content: "Nagibator2000";
	position: absolute;
	left: 0px;
	width: 70px;
	text-align: center;
	top: 0px;
	font-family: arial;
	font-weight: 300;
	color: rgb(216, 216, 216);
	text-shadow: 0 1px 1px #000;
	font-size: 8px;
}

.dark-elf-female_animate:after {
	/* opacity: 1; */
	animation: pvpColor 5s;
	animation-duration: both;
}

@keyframes pvpColor {
	0% {
		color: rgb(216, 216, 216);
	}
	77% {
		color: rgb(216, 216, 216);
	}
	78% {
		color: rgb(253, 0, 253);
	}
	100% {
		color: rgb(253, 0, 253);
	}
}

.dark-elf-female__title {
	position: absolute;
	left: -20px;
	width: 110px;
	text-align: center;
	bottom: calc(100% + 5px);
	font-family: arial;
	font-weight: 300;
	color: rgb(216, 216, 216);
	font-size: 10px;
}

.dark-elf-female__txt {
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
	padding: 2px 6px;
	border-radius: 6px;
	/* transition: all 3.5s; */
	opacity: 0;
}

.dark-elf-female_animate .dark-elf-female__txt {
	/* opacity: 1; */
	animation: texeOp 4s;
	animation-duration: both;
}

@keyframes texeOp {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	22% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

/* footer */

.main__footer {
	background-size: cover;
	padding-bottom: 20px;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}

.footer__bnr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.footer__bnr a {
	opacity: 0.5;
	transition: 0.3s all;
}

.footer__bnr a:hover {
	opacity: 1;
}

.footer__bnr img {
	margin: 5px;
}

.footer__copy {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #797777;
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 17px;
	text-align: center;
}

.footer-nav {
	width: 430px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	flex-wrap: wrap;
}

.footer-nav a {
	opacity: 0.2;
	transition: 0.3s all;
}

.footer-nav a:hover {
	opacity: 1;
}

.footer-nav2 {
	width: 430px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}

.footer-nav2 a {
	opacity: 0.5;
	transition: 0.3s all;
	padding-bottom: 2px;
	text-decoration: none;
}

.footer-nav2 a:hover {
	opacity: 1;
}

.footer-nav__link {
	color: #797777;
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin: 10px;
	position: relative;
	transition: 0.3s all;
}

.footer-nav__link:hover {
	color: #fff;
}

.footer-nav__link:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -3px;
	right: 100%;
	transition: 0.3s all;
}

.footer-nav__link:hover:after {
	right: 0;
}

.footer__copy-desc {
	color: #797777;
	/*
    font-family: "Minion Pro", 'Times New Roman', Times, serif;
	*/
	/* font-family: "Philosopher", 'Times New Roman', Times, serif; */
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
	position: relative;
}

.copy-about {
	font-size: 10px;
	text-transform: none;
	line-height: 11px;
}

/* контент */

/* Кнопки контента */

.content-btn-wrp {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	position: relative;
	z-index: 10;
}

.content-btn-wrp_pos {
	margin: 34px auto 20px auto;
}

.content-btn-wrp__btn {
	margin: 10px 4px;
}

/* .btn_animate:after {
    transform: scale(1.2);
    opacity: 0;
} */

.btn_animate:after {
	transform: scale(1.2);
	opacity: 0;
	animation: btnClick 0.3s backwards;
}

@keyframes btnClick {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}

/* tabs */

.content-container {
	height: 0;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 10;
	top: 20px;
}

.tab-block {
	background: url(../images/block4.jpg) no-repeat;
	width: 1152px;
	height: 358px;
	position: absolute;
	bottom: 105px;
	left: 50%;
	margin-left: -575px;
}
.tab-block2 {
    background: url(../images/block4.jpg);
    width: 1198px;
    height: 645px;
    position: absolute;
    bottom: -96px;
    left: 50%;
    margin-left: -600px;
	border: 1px solid #26303c;
    /* border-right: 1px solid #26303c; */
}

.corner_left-top {
	background: url(../images/block-corner__left-top.png) no-repeat;
	width: 27px;
	height: 28px;
	position: absolute;
	left: -9px;
	top: -7px;
	pointer-events: none;
}

.corner_left-top {
	background: url(../images/block-corner__left-top.png) no-repeat;
	width: 27px;
	height: 28px;
	position: absolute;
	left: -9px;
	top: -7px;
	pointer-events: none;
}

.corner_right-top {
	background: url(../images/block-corner__right-top.png) no-repeat;
	width: 27px;
	height: 28px;
	position: absolute;
	right: -9px;
	top: -7px;
	pointer-events: none;
}

.corner_left-bottom {
	background: url(../images/block-corner__left-bottom.png) no-repeat;
	width: 27px;
	height: 33px;
	position: absolute;
	left: -11px;
	bottom: -9px;
	pointer-events: none;
}

.corner_right-bottom {
	background: url(../images/block-corner__right-bottom.png) no-repeat;
	width: 27px;
	height: 33px;
	position: absolute;
	right: -13px;
	bottom: -9px;
	pointer-events: none;
}

/* header-title */

.header-title {
	text-align: center;
	color: rgb(236, 223, 255);
	/*font-family: 'Ice kingdom Cyrillic Bold', 'Times New Roman', Times, serif;*/
	font-family: "matador";
	font-size: 30px;
	font-weight: bold;
	font-weight: normal;
	text-shadow: 0 0 9px rgba(151, 51, 253, 0.75),
		0 0 9px rgba(151, 51, 253, 0.75), 0 0 9px rgba(151, 51, 253, 0.75);
	box-sizing: border-box;
	text-transform: uppercase;
}

/* Новости */

.header-title_news {
	padding: 14px 0;
}
.header-title_news2 {
    padding: 30px 0;
}

.article {
	width: 225px;
	height: 290px;
	box-sizing: border-box;
	padding: 0 20px;
}

.article_border-left {
	background: url(../images/line-vertical.png) no-repeat right -4px;
}

.article__border-non {
	background-image: none;
}

.article__img {
	height: 107px;
	background-image: url(../images/news__img-def.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: brightness(70%);
}

.article__content {
	height: 124px;
	color: rgb(126, 142, 157);
	/*font-family: 'Segoe UI', Arial, sans-serif;*/
	font-size: 12px;
	line-height: 17px;
	box-sizing: border-box;
	padding-top: 8px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 3px;
}

.article__title {
	color: rgb(255, 203, 184);
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 9px rgb(215, 140, 111), 0 0 9px rgb(182, 113, 86),
		0 0 9px rgb(101, 55, 37);
}

.article__content p {
	text-align: center;
	padding-top: 10px;
}

.article__info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #788dac;
	font-size: 11px;
	width: 100%;
	position: relative;
	z-index: 4;
}

.article__author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #ffcc7c;
}

.article__btn {
	text-align: center;
	box-sizing: border-box;
	padding-top: 0px;
}

/* Кнопки слайдера */

.news-container .slick-next {
	right: -35px;
	z-index: 5;
}

.news-container .slick-prev {
	left: -35px;
	z-index: 5;
}

.news-container .slick-prev,
.news-container .slick-next {
	width: 65px;
	height: 87px;
}

.news-container .slick-prev::before {
	content: "";
	display: block;
	width: 65px;
	height: 87px;
	background: url(../images/arrow__left.png) no-repeat;
	transition: 0.3s all;
}

.news-container .slick-next::before {
	content: "";
	display: block;
	width: 65px;
	height: 87px;
	background: url(../images/arrow__right.png) no-repeat;
	transition: 0.3s all;
}

/* О серверах */

.about-container {
	text-align: center;
}

.about-container__article-wrp {
	display: inline-block;
	margin: 0 5px;
}

.article_about {
	width: 270px;
	padding: 25px 25px 0 25px;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(75, 98, 126, 0.36);
}

.artice_header-big {
	font-size: 30px;
}

.artice__header {
	color: rgb(208, 237, 255);
	text-shadow: 0 0 9px rgba(31, 173, 255, 0.75),
		0 0 9px rgba(31, 173, 255, 0.75), 0 0 9px rgba(31, 173, 255, 0.75);
	font-family: "Philosopher";
	font-size: 25px;
	font-weight: bold;
	height: 70px;
	text-align: center;
}

.article__content_about {
	color: #9aabc0;
	padding-top: 0;
	height: 140px;
}

/* stream 

.stream-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    position: relative;
    width: 1130px;
}

.stream-container_pos {
    margin-top: 30px;
    position: relative;
    left: 12px;
	min-height: 177px;
}

.stream-container:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    transition: .3s all;
    background: url(../images/stream__border.png) no-repeat center center;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}

.stream-container:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    transition: .3s all;
    background: url(../images/stream__border.png) no-repeat center center;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
}

.stream {
    width: 185px;
    height: 115px;
    display: block;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(75, 98, 126, 0.36);
    position: relative;
    background-image: url(../images/stream__img-def.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.stream__title {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    text-shadow: 0 1px 2px #000, 0 1px 2px #000;
}
.stream__title_foot {
    position: absolute;
    right: 10px;
	text-align: center;
    width: 90%;
    bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 2px #000, 0 1px 2px #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stream:after {
    content: '';
    display: block;
    position: absolute;
    transition: .3s all;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: url(../images/play-icon.png) no-repeat center center;
    opacity: 0;
    transform: scale(1.3);
}

.stream:hover:after {
    opacity: 1;
    transform: scale(1);
}
*/

/* Кнопки слайдера *

.stream-container .slick-next {
    right: -45px;
    z-index: 5;
}

.stream-container .slick-prev {
    left: -45px;
    z-index: 5;
}

.stream-container .slick-prev,
.stream-container .slick-next {
    width: 65px;
    height: 87px;
}

.stream-container .slick-prev::before {
    content: '';
    display: block;
    width: 65px;
    height: 87px;
    background: url(../images/arrow__left.png) no-repeat;
    transition: .3s all;
}

.stream-container .slick-next::before {
    content: '';
    display: block;
    width: 65px;
    height: 87px;
    background: url(../images/arrow__right.png) no-repeat;
    transition: .3s all;
}

*/
/* step-header */

.step-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.step-header_pos {
	margin-bottom: 0px;
	margin-top: 8px;
}

.step-header_donate {
	justify-content: space-around;
}

.step-header__num {
	background-image: url(../images/num__one.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
}

.step-header__num_1 {
	background-image: url(../images/num__one.png);
}

.step-header__num_2 {
	background-image: url(../images/num__two.png);
}

.step-header__num_3 {
	background-image: url(../images/num__three.png);
}

.step-header__title {
	color: #afc4de;
	/*font-family: 'Segoe UI', Arial, sans-serif;*/
	font-size: 14px;
	text-transform: uppercase;
}

.step-header__title_donate {
	color: #fff;
	/*font-family: 'PT Sans', Tahoma, Arial, sans-serif;*/
	font-size: 18px;
	font-weight: bold;
}

.step-header__img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	background-image: url(../images/icon__chek-ball.png);
}

.step-header__img_chek-ball {
	width: 42px;
	height: 42px;
	background-image: url(../images/icon__chek-ball.png);
}

.step-header__img_download {
	width: 42px;
	height: 42px;
	background-image: url(../images/icon__download.png);
}

.step-header__img_question {
	width: 42px;
	height: 42px;
	background-image: url(../images/icon__question.png);
}

.step-header__img_chek {
	width: 57px;
	height: 39px;
	background-image: url(../images/icon__chek.png);
}

.step-header__img_purse {
	width: 53px;
	height: 45px;
	background-image: url(../images/icon__purse.png);
}

.step-header__img_coins {
	width: 46px;
	height: 44px;
	background-image: url(../images/icon__coins.png);
}

/* Файлы */

.files-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.files-container2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #00000036;
    width: 75%;
    text-align: center;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    padding: 50px;
    /* border: 1px solid #272f3c; */
}

.files-block {
	width: 278px;
}
.files-block2 {
    width: 50%;
}
.steps {
    width: 85%;
    margin: 1rem auto 15px auto;
    display: flex;
    padding: 0;
    justify-content: space-between;
    /* font-family: "Intro" !important; */
    gap: 5.5rem;
    list-style: none;
}
/* .steps li { */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* width: 100%; */
    /* padding: 0 2.8rem; */
/* } */
.steps li:nth-child(1) h4 {
    color: greenyellow;
}
.steps h4 {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0.15rem;
}
.steps p {
    /* font-family: "Intro" !important; */
    color: wheat;
    margin: 0;
    font-size: 0.85rem;
}
.steps li a {
    width: 146px;
    height: 28px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Albertus";
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    transition: 0.3s;
    position: relative;
    justify-content: center;
    background: url(../img/download/button.png) center / cover;
}

.files-block_center {
	margin: 0 80px;
}

.files-info {
	color: #e0609c;
	/*font-family: 'Segoe UI', Arial, sans-serif;*/
	font-size: 14px;
	text-align: center;
	margin-top: 22px;
}

.files-info_stream {
	color: rgb(142, 175, 224);
	position: relative;
	top: 15px;
}

/* кнопка файлов */

.btn-files {
	box-sizing: border-box;
	text-decoration: none;
	color: #bccfd7;
	/*font-family: 'Ice kingdom Cyrillic Bold', 'Times New Roman', Times, serif;*/
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	height: 27px;
	width: 278px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	transition: 0.1s all;
	position: relative;
	margin-bottom: 2px;
}

.btn-files:hover {
	color: #fff;
}

.btn-files:before {
	content: "";
	display: block;
	height: 27px;
	width: 278px;
	position: absolute;
	transition: 0.3s all;
	background: url(../images/btn/btn-f.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 0;
}

.btn-files:after {
	content: "";
	display: block;
	height: 27px;
	width: 278px;
	position: absolute;
	transition: 0.3s all;
	background: url(../images/btn/btn-f_hover.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.3s all;
	opacity: 0;
}

.btn-files:hover:after {
	opacity: 1;
}

/* Активная кнопка */

.btn-files_active {
	color: #fff;
}

.btn-files_active:before {
	background: url(../images/btn/btn-f_active.png) no-repeat;
}

.btn-files_active:after {
	background: url(../images/btn/btn-f_active.png) no-repeat;
}

.btn-files_active:hover:after {
	filter: brightness(120%);
}

/* содержимое кнопки */

.square {
	display: inline-block;
	width: 34px;
	background: url(../images/icon__square.png) no-repeat center center;
	flex-shrink: 0;
	height: 22px;
	position: relative;
	z-index: 4;
	transition: 0.3s all;
}

.square_mr {
	margin-right: 0px;
}

.btn-files:hover .square {
	filter: brightness(140%);
}

.btn-files__txt {
	position: relative;
	top: -1px;
	z-index: 4;
	white-space: nowrap;
}

.btn-files__txt_faq {
	color: #afc4de;
	/*font-family: 'Segoe UI', Arial, sans-serif;*/
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Пожертвования */

/* Файлы */

.donate-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.donate-block {
	width: 278px;
}

.donate-block_center {
	margin: 0 80px;
}

/* кнопки пожертвовния */

.btn-donate {
	box-sizing: border-box;
	text-decoration: none;
	color: #bccfd7;
	/*font-family: 'Ice kingdom Cyrillic Bold', 'Times New Roman', Times, serif;*/
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	height: 51px;
	width: 278px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	transition: 0.3s all;
	position: relative;
	margin-bottom: 2px;
}

.btn-donate_active,
.btn-donate:hover {
	color: #fff;
}

.btn-donate_off {
	box-sizing: border-box;
	text-decoration: none;
	color: #bccfd7;
	/*font-family: 'Ice kingdom Cyrillic Bold', 'Times New Roman', Times, serif;*/
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	height: 51px;
	width: 278px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	transition: 0.3s all;
	position: relative;
	margin-bottom: 2px;
	background: url(../images/btn/btn-d__bg.png) no-repeat;
	cursor: not-allowed;
	filter: opacity(50%);
}

.btn-donate:before {
	content: "";
	display: block;
	height: 51px;
	width: 278px;
	position: absolute;
	transition: 0.3s all;
	background: url(../images/btn/btn-d__bg.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 0;
}

.btn-donate_active:after,
.btn-donate:after {
	content: "";
	display: block;
	height: 51px;
	width: 278px;
	position: absolute;
	transition: 0.3s all;
	background: url(../images/btn/btn-d__bg_active.png) no-repeat;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.3s all;
	opacity: 0;
}

.btn-donate_active:after,
.btn-donate:hover:after {
	opacity: 1;
}

.btn-donate__txt {
	position: relative;
	top: -2px;
	z-index: 4;
	white-space: nowrap;
}

.pay-icon {
	width: 60px;
	height: 50px;
	display: inline-block;
	z-index: 4;
	margin-left: auto;
}

.pay-icon_free-kassa {
	background: url(../images/icon__logo-free-kassa.png) no-repeat center center;
}

.pay-icon_unitpay {
	background: url(../images/icon__logo-unitpay.png) no-repeat center center;
}

.pay-icon_nextpay {
	background: url(../images/icon__logo-nextpay.png) no-repeat center center;
}

.block-list_donate {
	width: 272px;
	margin: 0 auto;
	position: relative;
	top: -6px;
}

/* остались вопросы */

.button_question-wrp {
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
}

.questions-modal {
	width: 430px;
	height: 300px;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 50px;
	right: 25px;
	box-sizing: border-box;
	border: 1px solid rgba(75, 98, 126, 0.36);
	color: #9f9f9f;
	font-size: 12px;
	font-weight: bold;
	/*font-family: 'PT Sans', Tahoma, Arial, sans-serif;*/
	line-height: 20px;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	transition: 0.3s all;
	cursor: default;
}

.questions-modal_hidden {
	opacity: 0;
	height: 0;
	top: 300px;
	right: 200px;
	pointer-events: none;
}

.questions-modal_visible {
	opacity: 1;
	height: 300px;
	top: 50px;
	right: 15px;
	pointer-events: auto;
}

.text-white {
	color: #fff;
}

.text-red {
	color: #ff6a6a;
}

.text-green {
	color: #a5b539;
}

.link-orange {
	color: #ff8f34;
	text-decoration: none;
	position: relative;
}

.link-orange:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #ff8f34;
	position: absolute;
	left: 0;
	bottom: -3px;
	right: 100%;
	transition: 0.3s all;
}

.link-orange:hover:after {
	right: 0;
}

/* Форма */

.form-item_mb {
	margin-bottom: 9px;
}

.form-item__txt {
	color: #a9b8cb;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 14px;
}

.form-item__txt_mb {
	margin-bottom: 4px;
}

.form-item__input {
	background: url(../images/input__bg.png) no-repeat;
	width: 272px;
	height: 29px;
	color: #5e728d;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 13px;
}

.form-item__input:focus {
	box-shadow: 0 0 0 transparent;
}

input.form-item__input::placeholder {
	color: #5e728d;
	transition: 0.3s all;
}

input.form-item__input:focus::placeholder {
	color: transparent;
	transform: scale(1.2);
}

.form-item__input-wrp {
	position: relative;
	display: inline-block;
}

/* Бонусы подсказка */

.bonus-mark {
	background: url(../images/icon__question-mark.png) no-repeat;
	width: 23px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: help;
}

.bonus-tip {
	background: url(../images/tolltip__bg.png) no-repeat;
	width: 254px;
	height: 135px;
	position: absolute;
	right: -34px;
	bottom: 17px;
	color: #b4bcc6;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 11px;
	box-sizing: border-box;
	padding: 10px;
	transition: 0.3s all;
}

.bonus-tip_open {
	opacity: 0;
	/* height: 0; */
	right: -124px;
	bottom: 17px;
	pointer-events: none;
	transform: scale(0);
	transform-origin: center bottom;
}

.bonus-mark:hover .bonus-tip_open {
	opacity: 1;
	/* height: 135px; */
	right: -34px;
	bottom: 17px;
	transform: scale(1);
}

.bonus-tip__title {
	color: #d8f0ff;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(31, 173, 255, 0.75),
		0 0 9px rgba(31, 173, 255, 0.75);
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
}

.bonus-tip__item {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(48, 53, 84, 0.6);
	box-sizing: border-box;
	padding: 3px 20px;
}

.bonus-tip__item:nth-last-child(1) {
	border-bottom: 0;
}

/* Сумма */

.total-wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #a9b8cb;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 14px;
	padding: 5px 0;
}

.total-item {
	text-transform: uppercase;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 11px;
	text-align: center;
}

.total-item_rub {
	color: #bbed4e;
}

.total-item_usd {
	color: #14ffe0;
}

.total-item_uah {
	color: #e1b743;
}

.icon-dot {
	background: url(../images/icon__dot.png) no-repeat;
	width: 20px;
	height: 20px;
}

/* Условия */

.conditions-wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.conditions-link {
	color: #a9b8cb;
	/*font-family: "PT Sans", sans-serif;*/
	font-size: 14px;
	display: inline-block;
	margin-right: 8px;
	text-decoration: none;
	position: relative;
}

.conditions-link:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #a9b8cb;
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 100%;
	transition: 0.3s all;
}

.conditions-link:hover:after {
	right: 0;
}

/* checkbox */

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox + label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}

.checkbox + label:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #cdd1da;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}

.checkbox + label:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: 0.2s;
}

.checkbox:checked + label:before {
	background: #9fd468;
}

.checkbox:checked + label:after {
	left: 26px;
}

/* Табы */

/*Стилизуем кнопки*/

#l2b_tabs_toggle_btn {
	text-align: center;
}

/* .l2b_toggle_btn {}

.l2b_toggle_btn.toggle_btn_active {
    color: #C4A087;
    background-color: #46322D;
} */

/*Контент табов*/

#l2b_tabs_content {
	position: relative;
	z-index: 56;
}

.l2b_tabs_block {
	display: none;
	opacity: 0;
	position: absolute;
	/* left: 0;
	top: 0; */
	/* width: 100%; */
}

.l2b_tabs_block.tab_active {
	display: block;
}

/* popup-window */

.popup-window-wrp {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

.popup-window {
	width: 670px;
	min-height: 270px;
	position: relative;
	background: url(../images/block2.jpg) repeat center center;
	border: 1px solid rgb(36, 46, 61);
	/*font-family: "PT Sans", sans-serif;*/
}
.popup-window2 {
	width: 670px;
	min-height: 270px;
	position: relative;
	background: url(../images/block2.jpg) repeat center center;
	border: 1px solid rgb(61, 36, 36);
	/*font-family: "PT Sans", sans-serif;*/
}

.popup-window a {
	color: rgb(216, 240, 255);
	font-size: 15px;
	text-shadow: 0 0 9px rgba(31, 173, 255, 0.75);
	text-transform: none;
}

.popup-window__header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	box-sizing: border-box;
	padding: 12px 0 16px;
	border-bottom: 1px solid rgb(36, 46, 61);
	box-sizing: border-box;
}

.popup-window__title {
	color: #d8f0ff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(31, 173, 255, 0.75),
		0 0 9px rgba(31, 173, 255, 0.75);
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
}

.popup-window__desc {
	text-shadow: 0 0 9px rgba(31, 173, 255, 0.75),
		0 0 9px rgba(31, 173, 255, 0.75);
	z-index: 1;
}

.popup-window__content {
	padding: 5px 0 5px 0;
}

.step-header_pop {
	justify-content: flex-start;
	height: 40px;
	/* align-items: flex-end; */
}

.step-header__title_pop {
	width: 100%;
	/* padding-bottom: 10px; */
	box-sizing: border-box;
	padding-left: 10px;
}

.wsubscribe_name {
	color: #fff !important;
}

.popup-window__footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	box-sizing: border-box;
	padding: 15px 0 20px 0;
	border-top: 1px solid rgb(36, 46, 61);
	box-sizing: border-box;
	position: relative;
}
.popup-window__footer2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	box-sizing: border-box;
	padding: 15px 0 20px 0;
	border-top: 1px solid rgb(61, 36, 36);
	box-sizing: border-box;
	position: relative;
}

a.perfect-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(255, 252, 29, 0.75),
		0 0 9px rgba(255, 224, 31, 0.75);
	color: rgb(255, 246, 133);
	text-decoration: none;
	position: relative;
}

a.perfect-link:after {
	content: "";
	display: block;
	height: 1px;
	background-color: rgb(255, 246, 133);
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -3px;
	right: 100%;
	transition: 0.3s all;
}

a.perfect-link:hover:after {
	right: 0;
	left: 0;
}

a.perfect-link-blue {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(31, 173, 255, 0.75),
		0 0 9px rgba(31, 173, 255, 0.75);
	color: #d8f0ff;
	text-decoration: none;
	position: relative;
}

a.perfect-link-blue:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #91d5ff;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -3px;
	right: 100%;
	transition: 0.3s all;
}

a.perfect-link-blue:hover:after {
	right: 0;
	left: 0;
}
a.perfect-link-red {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(255, 31, 31, 0.75), 0 0 9px rgba(255, 31, 31, 0.75);
	color: #fff4f4;
	text-decoration: none;
	position: relative;
}

a.perfect-link-red:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #ffcccc;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	/* right: 100%; */
	transition: 0.3s all;
}

a.perfect-link-red:hover:after {
	right: 0;
	left: 0;
}
a.perfect-link-green {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(31, 255, 79, 0.75), 0 0 9px rgba(31, 255, 79, 0.75);
	color: #d8ffd9;
	text-decoration: none;
	position: relative;
}

a.perfect-link-green:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #91ffae;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -3px;
	right: 100%;
	transition: 0.3s all;
}

a.perfect-link-green:hover:after {
	right: 0;
	left: 0;
}
a.perfect-link-yellow {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 9px rgba(255, 202, 31, 0.75),
		0 0 9px rgba(255, 215, 31, 0.75);
	color: #fff3d8;
	text-decoration: none;
	position: relative;
}

a.perfect-link-yellow:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #fffdd2;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -3px;
	right: 100%;
	transition: 0.3s all;
}

a.perfect-link-yellow:hover:after {
	right: 0;
	left: 0;
}

.popup-window_hidden {
	display: none;
	opacity: 0;
}

.popup-window_active {
	display: flex;
	opacity: 1;
}

.pop-close {
	position: absolute;
	right: 6px;
	top: 4px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.3s all;
}

.pop-close:hover {
	opacity: 1;
	transform: rotate(180deg) scale(1.2);
}

.l2b_hidden {
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.l2b_visible {
	visibility: visible;
	opacity: 1;
}

/* частицы */

.part-green__container {
	display: block;
	width: 60px;
	position: absolute;
	left: 25px;
	top: 50px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.part-green {
	display: block;
	width: 5px;
	height: 5px;
	position: relative;
	pointer-events: none;
}

.part-green:after {
	content: "";
	display: block;
	background: url(../images/part-green.png) no-repeat center;
	width: 34px;
	height: 29px;
	position: absolute;
	left: -10px;
	top: -10px;
	opacity: 0;
	pointer-events: none;
}

.part-green-1:after {
	animation: part-green 4s linear infinite;
}

.part-green-2:after {
	animation: part-green 6s linear infinite;
	animation-delay: 0.5s;
}

.part-green-3:after {
	animation: part-green 3.5s linear infinite;
	animation-delay: 0.2s;
}

.part-green-4:after {
	animation: part-green 4.6s linear infinite;
	animation-delay: 2.2s;
}

@keyframes part-green {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-35px);
		opacity: 1;
	}
	100% {
		transform: translateY(-70px) scale(0.7);
	}
}

.part-aqua__container {
	display: block;
	width: 60px;
	position: absolute;
	left: 25px;
	top: 50px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.part-aqua {
	display: block;
	width: 5px;
	height: 5px;
	position: relative;
	pointer-events: none;
}

.part-aqua:after {
	content: "";
	display: block;
	background: url(../images/part-aqua.png) no-repeat center;
	width: 34px;
	height: 29px;
	position: absolute;
	left: -10px;
	top: -10px;
	opacity: 0;
	pointer-events: none;
}

.part-aqua-1:after {
	animation: part-green 6s linear infinite;
}

.part-aqua-2:after {
	animation: part-green 3.5s linear infinite;
	animation-delay: 0.5s;
}

.part-aqua-3:after {
	animation: part-green 4s linear infinite;
	animation-delay: 0.2s;
}

.part-aqua-4:after {
	animation: part-green 5s linear infinite;
	animation-delay: 2.2s;
}

@keyframes part-aqua {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-35px);
		opacity: 1;
	}
	100% {
		transform: translateY(-70px) scale(0.7);
	}
}

.part-red__container {
	display: block;
	width: 60px;
	position: absolute;
	left: 25px;
	top: 50px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.part-red {
	display: block;
	width: 5px;
	height: 5px;
	position: relative;
	pointer-events: none;
}

.part-red:after {
	content: "";
	display: block;
	background: url(../images/part-red.png) no-repeat center;
	width: 34px;
	height: 29px;
	position: absolute;
	left: -10px;
	top: -10px;
	opacity: 0;
	pointer-events: none;
}

.part-red-1:after {
	animation: part-green 5s linear infinite;
}

.part-red-2:after {
	animation: part-green 4.5s linear infinite;
	animation-delay: 0.5s;
}

.part-red-3:after {
	animation: part-green 3s linear infinite;
	animation-delay: 0.2s;
}

.part-red-4:after {
	animation: part-green 6s linear infinite;
	animation-delay: 2.2s;
}

@keyframes part-red {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-35px);
		opacity: 1;
	}
	100% {
		transform: translateY(-70px) scale(0.7);
	}
}

.part-blue__container {
	display: block;
	width: 60px;
	position: absolute;
	left: 25px;
	top: 50px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.part-blue {
	display: block;
	width: 5px;
	height: 5px;
	position: relative;
	pointer-events: none;
}

.part-blue:after {
	content: "";
	display: block;
	background: url(../images/part-blue.png) no-repeat center;
	width: 34px;
	height: 29px;
	position: absolute;
	left: -10px;
	top: -10px;
	opacity: 0;
	pointer-events: none;
}

.part-blue-1:after {
	animation: part-green 5s linear infinite;
}

.part-blue-2:after {
	animation: part-green 6s linear infinite;
	animation-delay: 0.5s;
}

.part-blue-3:after {
	animation: part-green 3.7s linear infinite;
	animation-delay: 0.2s;
}

.part-blue-4:after {
	animation: part-green 4s linear infinite;
	animation-delay: 2.2s;
}

@keyframes part-blue {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-35px);
		opacity: 1;
	}
	100% {
		transform: translateY(-70px) scale(0.7);
	}
}

.mymodal {
	animation: fadeInUp 0.6s ease-in-out;
	padding: 71px 61px 0 61px;
	box-sizing: border-box;
	display: none;
	position: fixed;
	width: 817px;
	height: 601px;
	left: calc(50% - 408px);
	top: calc(50% - 300px);
	z-index: 50;
}
.mymodal.mymodalactive {
	display: block;
}
.mymodalback {
	width: 100%;
	height: 485px;
	display: block;
	position: relative;
}
.mymodalback:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	background: rgba(169, 140, 80, 0.67);
}
.mymodalprogress {
	position: absolute;
	left: 64px;
	bottom: 48px;
	width: 684px;
	height: 24px;
	display: block;
}
.mymodalprogress:after {
	animation: loading 30s infinite linear;
	content: "";
	width: 40px;
	height: 14px;
	margin: 5px 0 5px 20px;
	display: block;
}
.mymodalcontent {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
}
.mymodalcontent2 {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
}
.mymodalcontent h1 {
	overflow: hidden;
	line-height: 50px;
	margin: 20px 0 0 0;
	font-size: 35px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(101, 126, 219, 0.9),
		1px 2px 15px rgba(101, 137, 219, 0.9), 1px 2px 15px rgba(101, 116, 219, 0.9);
}
.mymodalcontent2 h1 {
	overflow: hidden;
	line-height: 50px;
	margin: 20px 0 0 0;
	font-size: 35px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9), 1px 2px 15px rgba(219, 101, 101, 0.9);
}
.mymodal .mymodalback:after {
	filter: drop-shadow(1px 2px 3px rgba(219, 186, 101, 0.9));
	display: block;
	position: absolute;
	left: calc(50% - 8px);
	top: 30px;
	content: "";
	width: 23px;
	height: 40px;
}
.mymodalcontent h2 {
	padding: 0px 0 8px 0;
	margin: 0;
	font-size: 55px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(101, 137, 219, 0.9),
		1px 2px 15px rgba(101, 132, 219, 0.9), 1px 2px 15px rgba(101, 126, 219, 0.9);
}
.mymodalcontent2 h2 {
	padding: 0px 0 8px 0;
	margin: 0;
	font-size: 55px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9), 1px 2px 15px rgba(219, 101, 101, 0.9);
}
.mymodalcontent p {
	line-height: 30px;
	margin: 0 0 10px 0;
	font-size: 21px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(101, 137, 219, 0.9),
		1px 2px 15px rgba(101, 126, 219, 0.9), 1px 2px 15px rgba(101, 159, 219, 0.9);
}
.mymodalcontent span {
	font-size: 24px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	background: rgba(101, 132, 219, 0.4);
	text-align: center;
	border-top: 1px solid rgba(101, 137, 219, 0.8);
	display: inline-block;
	position: relative;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.mymodalcontent span:before {
	content: "";
	position: absolute;
	left: -70px;
	top: 8px;
	width: 87px;
	height: 24px;
}
.mymodalcontent span:after {
	content: "";
	position: absolute;
	right: -70px;
	top: 8px;
	width: 87px;
	height: 24px;
}
.mymodalcontent span i {
	font-size: 14px;
	font-style: normal;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	display: block;
}
.mymodalcontent span i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -9px;
	transform: translatex(-50%);
}
/* .mymodalcontent a {cursor:pointer;text-align:center;min-width:200px;transition:.2s;margin:0 10px;border-radius:3px;background:rgba(255,255,255,.1);text-transform:uppercase;display:inline-block;border:1px solid #fff;height:40px;line-height:40px;padding:0 15px;color:#fff;text-decoration:none;text-shadow:1px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(0,0,0,.4), 1px 2px 15px rgba(219,186,101,.9), 1px 2px 15px rgba(219,186,101,.9), 1px 2px 15px rgba(219,186,101,.9);box-shadow:1px 2px 25px rgba(219,186,101,.9);} */
.mymodalcontent a {
	min-width: 150px;
}
.mymodalcontent > .rega {
	cursor: pointer;
	text-align: center;
	min-width: 200px;
	transition: 0.2s;
	margin: 0 10px;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9),
		1px 2px 15px rgba(219, 186, 101, 0.9), 1px 2px 15px rgba(219, 186, 101, 0.9);
	box-shadow: 1px 2px 25px rgba(219, 186, 101, 0.9);
}
.mymodalcontent > .error {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.001) !important;
}
.mymodalcontent > .erroreng {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.001) !important;
}
.mymodalcontent > .error:after {
	content: " РЅРµ РґРѕСЃС‚СѓРїРЅР°";
	font-size: 16px;
}
.mymodalcontent > .erroreng:after {
	content: " not available";
	font-size: 16px;
}
.mymodalcontent h1:before,
.mymodalcontent h1:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 50px;
	background: #fff;
	box-shadow: 1px 2px 15px rgba(101, 132, 219, 0.9),
		1px 2px 15px rgba(101, 132, 219, 0.9);
}
.mymodalcontent h1:before {
	margin: 0 20px 0 0;
}
.mymodalcontent h1:after {
	margin: 0 0 0 20px;
}

.mymodalcontent2 p {
	line-height: 30px;
	margin: 0 0 10px 0;
	font-size: 21px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9), 1px 2px 15px rgba(219, 101, 101, 0.9);
}
.mymodalcontent2 span {
	font-size: 24px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	background: rgba(219, 101, 101, 0.4);
	text-align: center;
	border-top: 1px solid rgba(219, 101, 101, 0.8);
	display: inline-block;
	position: relative;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.mymodalcontent2 span:before {
	content: "";
	position: absolute;
	left: -70px;
	top: 8px;
	width: 87px;
	height: 24px;
}
.mymodalcontent2 span:after {
	content: "";
	position: absolute;
	right: -70px;
	top: 8px;
	width: 87px;
	height: 24px;
}
.mymodalcontent2 span i {
	font-size: 14px;
	font-style: normal;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	display: block;
}
.mymodalcontent2 span i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -9px;
	transform: translatex(-50%);
}
/* .mymodalcontent a {cursor:pointer;text-align:center;min-width:200px;transition:.2s;margin:0 10px;border-radius:3px;background:rgba(255,255,255,.1);text-transform:uppercase;display:inline-block;border:1px solid #fff;height:40px;line-height:40px;padding:0 15px;color:#fff;text-decoration:none;text-shadow:1px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(0,0,0,.4), 1px 2px 15px rgba(219,186,101,.9), 1px 2px 15px rgba(219,186,101,.9), 1px 2px 15px rgba(219,186,101,.9);box-shadow:1px 2px 25px rgba(219,186,101,.9);} */
.mymodalcontent2 a {
	min-width: 150px;
}
.mymodalcontent2 > .rega {
	cursor: pointer;
	text-align: center;
	min-width: 200px;
	transition: 0.2s;
	margin: 0 10px;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9),
		1px 2px 15px rgba(219, 186, 101, 0.9), 1px 2px 15px rgba(219, 186, 101, 0.9);
	box-shadow: 1px 2px 25px rgba(219, 186, 101, 0.9);
}
.mymodalcontent2 > .error {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.001) !important;
}
.mymodalcontent2 > .erroreng {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.001) !important;
}
.mymodalcontent2 > .error:after {
	content: " РЅРµ РґРѕСЃС‚СѓРїРЅР°";
	font-size: 16px;
}
.mymodalcontent2 > .erroreng:after {
	content: " not available";
	font-size: 16px;
}
.mymodalcontent2 h1:before,
.mymodalcontent2 h1:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 50px;
	background: #fff;
	box-shadow: 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9);
}
.mymodalcontent2 h1:before {
	margin: 0 20px 0 0;
}
.mymodalcontent2 h1:after {
	margin: 0 0 0 20px;
}

.mymodalclose {
	transition: 0.2s;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	height: 30px;
	width: 30px;
}
.mymodalclose:hover {
	background: rgba(0, 0, 0, 0.3);
}
.mymodalback > span {
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9),
		1px 2px 15px rgba(219, 186, 101, 0.9), 1px 2px 15px rgba(219, 186, 101, 0.9);
}
.mymodalclose:before {
	content: "\2716";
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9);
}

.mymodal {
	width: 817px;
	height: 601px;
	background-position: -1092px 0;
}
.mymodalback {
	background-image: url(https://ketrawars.net/theme/modalx100.jpg);
	background-size: cover;
	background-position: 42% 50%;
}
.mymodalprogress {
	width: 684px;
	height: 24px;
	background-position: -1181px -601px;
}
.mymodalprogress:after {
	width: 1px;
	height: 14px;
	background-image: url("https://ketrawars.net/theme/img/prog.png");
	background-repeat: repeat-x;
}
.mymodal .mymodalback:after {
	width: 23px;
	height: 40px;
	background-position: -1056px -27px;
}
.mymodalcontent span:before {
	width: 87px;
	height: 24px;
	background-position: 0 -87px;
}
.mymodalcontent span:after {
	width: 87px;
	height: 24px;
	background-position: -87px -87px;
}
.mymodalcontent span i:before {
	width: 175px;
	height: 59px;
	background-position: 0 -748px;
}
.mymodalcontent2 span:before {
	width: 87px;
	height: 24px;
	background-position: 0 -87px;
}
.mymodalcontent2 span:after {
	width: 87px;
	height: 24px;
	background-position: -87px -87px;
}
.mymodalcontent2 span i:before {
	width: 175px;
	height: 59px;
	background-position: 0 -748px;
}

.2mymodal {
	animation: fadeInUp 0.6s ease-in-out;
	padding: 71px 61px 0 61px;
	box-sizing: border-box;
	display: none;
	position: fixed;
	width: 817px;
	height: 601px;
	left: calc(50% - 408px);
	top: calc(50% - 300px);
	z-index: 50;
}
.2mymodal.mymodalactive {
	display: block;
}
.2mymodalback {
	width: 100%;
	height: 485px;
	display: block;
	position: relative;
}
.2mymodalback:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	background: rgba(169, 140, 80, 0.67);
}
.2mymodalprogress {
	position: absolute;
	left: 64px;
	bottom: 48px;
	width: 684px;
	height: 24px;
	display: block;
}
.2mymodalprogress:after {
	animation: loading 30s infinite linear;
	content: "";
	width: 40px;
	height: 14px;
	margin: 5px 0 5px 20px;
	display: block;
}
.2mymodalcontent {
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
}
.2mymodalcontent h1 {
	overflow: hidden;
	line-height: 50px;
	margin: 20px 0 0 0;
	font-size: 35px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9), 1px 2px 15px rgba(219, 101, 101, 0.9);
}
.2mymodal .mymodalback:after {
	filter: drop-shadow(1px 2px 3px rgba(219, 186, 101, 0.9));
	display: block;
	position: absolute;
	left: calc(50% - 8px);
	top: 30px;
	content: "";
	width: 23px;
	height: 40px;
}
.2mymodalcontent h2 {
	padding: 0px 0 8px 0;
	margin: 0;
	font-size: 55px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9), 1px 2px 15px rgba(219, 101, 101, 0.9);
}
.2mymodalcontent p {
	line-height: 30px;
	margin: 0 0 10px 0;
	font-size: 21px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 101, 101, 0.9),
		1px 2px 15px rgba(219, 101, 101, 0.9), 1px 2px 15px rgba(219, 101, 101, 0.9);
}
.2mymodalcontent span {
	font-size: 24px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
	background: rgba(219, 101, 101, 0.4);
	text-align: center;
	border-top: 1px solid rgba(219, 101, 101, 0.8);
	display: inline-block;
	position: relative;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.2mymodalcontent span:before {
	content: "";
	position: absolute;
	left: -70px;
	top: 8px;
	width: 87px;
	height: 24px;
}
.2mymodalcontent span:after {
	content: "";
	position: absolute;
	right: -70px;
	top: 8px;
	width: 87px;
	height: 24px;
}
.2mymodalcontent span i {
	font-size: 14px;
	font-style: normal;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	display: block;
}
.2mymodalcontent span i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -9px;
	transform: translatex(-50%);
}
/* .mymodalcontent a {cursor:pointer;text-align:center;min-width:200px;transition:.2s;margin:0 10px;border-radius:3px;background:rgba(255,255,255,.1);text-transform:uppercase;display:inline-block;border:1px solid #fff;height:40px;line-height:40px;padding:0 15px;color:#fff;text-decoration:none;text-shadow:1px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(0,0,0,.4), 1px 2px 15px rgba(219,186,101,.9), 1px 2px 15px rgba(219,186,101,.9), 1px 2px 15px rgba(219,186,101,.9);box-shadow:1px 2px 25px rgba(219,186,101,.9);} */
.2mymodalcontent a {
	min-width: 150px;
}
.2mymodalcontent > .rega {
	cursor: pointer;
	text-align: center;
	min-width: 200px;
	transition: 0.2s;
	margin: 0 10px;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9),
		1px 2px 15px rgba(219, 186, 101, 0.9), 1px 2px 15px rgba(219, 186, 101, 0.9);
	box-shadow: 1px 2px 25px rgba(219, 186, 101, 0.9);
}
.2mymodalcontent > .error {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.001) !important;
}
.2mymodalcontent > .erroreng {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.001) !important;
}
.2mymodalcontent > .error:after {
	content: " РЅРµ РґРѕСЃС‚СѓРїРЅР°";
	font-size: 16px;
}
.2mymodalcontent > .erroreng:after {
	content: " not available";
	font-size: 16px;
}
.2mymodalcontent h1:before,
.mymodalcontent h1:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 50px;
	background: #fff;
	box-shadow: 1px 2px 15px rgba(101, 132, 219, 0.9),
		1px 2px 15px rgba(101, 132, 219, 0.9);
}
.2mymodalcontent h1:before {
	margin: 0 20px 0 0;
}
.2mymodalcontent h1:after {
	margin: 0 0 0 20px;
}
.2mymodalclose {
	transition: 0.2s;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	height: 30px;
	width: 30px;
}
.2mymodalclose:hover {
	background: rgba(0, 0, 0, 0.3);
}
.2mymodalback > span {
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9),
		1px 2px 15px rgba(219, 186, 101, 0.9), 1px 2px 15px rgba(219, 186, 101, 0.9);
}
.2mymodalclose:before {
	content: "\2716";
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(219, 186, 101, 0.9);
}

.2mymodal {
	width: 817px;
	height: 601px;
	background-position: -1092px 0;
}
.2mymodalback {
	background-image: url(https://ketrawars.net/theme/modalx100.jpg);
	background-size: cover;
	background-position: 42% 50%;
}
.2mymodalprogress {
	width: 684px;
	height: 24px;
	background-position: -1181px -601px;
}
.2mymodalprogress:after {
	width: 1px;
	height: 14px;
	background-image: url("https://ketrawars.net/theme/img/prog.png");
	background-repeat: repeat-x;
}
.2mymodal .mymodalback:after {
	width: 23px;
	height: 40px;
	background-position: -1056px -27px;
}
.2mymodalcontent span:before {
	width: 87px;
	height: 24px;
	background-position: 0 -87px;
}
.2mymodalcontent span:after {
	width: 87px;
	height: 24px;
	background-position: -87px -87px;
}
.2mymodalcontent span i:before {
	width: 175px;
	height: 59px;
	background-position: 0 -748px;
}

.oserverahposi:before,
.oserverahposi:after,
.oserverahposi.red-stone:before,
.oserverahposi.red-stone:after,
.oserverahposi.yellow-stone:before,
.oserverahposi.yellow-stone:after,
.oserverahposi.green-stone:before,
.oserverahposi.green-stone:after,
.oserverahposi.blue-stone:before,
.oserverahposi.blue-stone:after,
footer .foot-left .footer-logo,
.server.crown,
.server.crown-blue,
.server.duals,
.server.craft,
.server.crown .servername i,
.server.crown-blue .servername i,
.server .servername i,
.server.duals .servername i,
.server.craft .servername i,
.server em.on:before,
.server em.off:before,
.server.crown:before,
.server.crown-blue:before,
.stream-item:after,
.ketrafoot,
.ncsoftfoot,
.lineage2foot,
.mymodal,
.mymodalback,
.mymodalprogress,
.mymodalprogress:after,
.mymodal .mymodalback:after,
.mymodalcontent span:before,
.mymodalcontent span:after,
.top-menu a:after,
.mymodalcontent span i:before,
.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6,
.icon-7,
.icon-8,
.icon-9 {
	background-image: url(../images/p.png);
	background-repeat: no-repeat;
}
.oserverahposi.blue-stone:after,
footer .foot-left .footer-logo,
.server.crown,
.server.crown-blue,
.server.duals,
.server.craft,
.server.crown .servername i,
.server.crown-blue .servername i,
.server .servername i,
.server.duals .servername i,
.server.craft .servername i,
.server em.on:before,
.server em.off:before,
.server.crown:before,
.server.crown-blue:before,
.stream-item:after,
.ketrafoot,
.ncsoftfoot,
.lineage2foot,
.mymodal,
.mymodalback,
.mymodalprogress,
.mymodalprogress:after,
.mymodal .mymodalback:after,
.mymodalcontent2 span:before,
.mymodalcontent2 span:after,
.top-menu a:after,
.mymodalcontent2 span i:before,
.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6,
.icon-7,
.icon-8,
.icon-9 {
	background-image: url(../images/p2.png);
	background-repeat: no-repeat;
}

.mymodalback2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	opacity: 0.4;
	background-image: url(../images/bgpopup.jpg);
	background-size: cover;
	background-position: 42% 50%;
}

.popup-window__footer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	opacity: 0.7;
	background-color: #0e1419;
}
.popup-window__footer2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	opacity: 0.7;
	background-color: #190e0e;
}

.streams {
	transition: 0s;
	padding: 0;
	text-align: center; /*height:650px;*/
	width: 100%; /*position: absolute;*/
	bottom: 0px;
	max-width: 200px;
	margin: 0 auto;
	padding-left: 15px;
}
.streams b {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 90px;
}
.stream-item {
	transition: 0s;
	cursor: pointer;
	position: relative;
	left: 1px;
	width: 200px;
	height: 120px;
	margin: 0 10px 10px 0;
	background-color: rgba(71, 88, 165, 0.4);
	margin: 0 auto;
	display: inline-block;
	margin: 0px 20px -22px 21px;
	z-index: 10;
}
.stream-item iframe {
	transition: 0s;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 100%;
}
.stream-item:after {
	transition: 0s;
	background-color: rgba(71, 105, 165, 0.2);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1),
		0px 1px 1px rgba(0, 0, 0, 0.4), 1px 2px 15px rgba(101, 126, 219, 0.9);
	content: "";
	text-align: center;
	line-height: 90px;
	font-size: 25px;
	font-family: "fontello";
	color: #fff;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.31), 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.stream-item:hover:after {
	background-color: rgba(71, 105, 165, 0.4);
	content: "▶";
	line-height: 120px;
}
.stream-item:empty:hover:after {
	background-color: rgba(71, 105, 165, 0.4);
	content: "";
}

.stream-item:after {
	width: 219px;
	height: 123px;
	background-position: -1630px -625px;
}
.stream-item:after {
	width: 200px;
	height: 120px;
	background-image: url(../images/stream-new2.png);
	background-position: 0 0;
}

.player-controls-bottom {
	display: none !important;
	opacity: 0 !important;
}

.streamfixed {
	transition: 0s;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	z-index: 95;
	height: 400px !important;
	width: 600px !important;
	position: fixed;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}
.streamfixed:after {
	transition: 0s;
	z-index: -50;
}
.pseudolayer {
	z-index: 25;
	display: none;
	background: rgba(0, 0, 0, 0.4) !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.pseudomodallayer {
	z-index: 25;
	display: none;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.pseudonavfixed {
	opacity: 1;
	z-index: 55;
	background: transparent;
	position: fixed;
}
.pseudonavfixed .share .btns b {
	color: #fff;
}
.pseudoactive {
	display: block;
}

.slider {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 350px;
	left: 350px;
	z-index: 55;
}

.slider-item {
	width: 250px;
	height: 150px;
	line-height: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/* font-size: 30px; */
	border-radius: 10px;
	background-size: cover;
	/* background: orangered; */
	float: left;
	/* margin: 5px; */
	flex-grow: 0;
	flex-shrink: 0;
}

.slider-win {
	display: flex;
	overflow-y: hidden;
	margin-bottom: 0px;
	/* overflow-x: scroll; */
}

.slider-control {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 0px;
}

.sl-btn {
	background: #3a8afb;
	display: inline-block;
	padding: 5px 5px;
	border-radius: 5px;
	cursor: pointer;
}

.sl-btn:hover {
	opacity: 0.85;
}

.step-header__title_newf {
	font-size: 16px;
	margin-top: -10px;
	margin-bottom: -5px;
	width: 1152px;
	text-align: center;
	font-weight: normal !important;
}

@font-face {
	font-family: "matador";
	src: url(../fonts/P22MATADOR_REGULAR.TTF);
}

@font-face {
	font-family: "Alegreya Sans SC";
	src: url(../fonts/AlegreyaSansSC-Regular.ttf);
}

@font-face {
	font-family: "Philosopher";
	src: url(../fonts/Philosopher-Regular.ttf);
}

.hero video {
	position: absolute;
	z-index: -5;
	left: 0;
	opacity: 0.1;
	top: 0px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
audio,
video {
	display: inline-block;
}
.hero-main-video::after {
	position: absolute;
	z-index: -999;
	left: 0;
	top: 87px;
	content: "";
	width: 100%;
	height: 80%;
	/* background-image: linear-gradient(180deg, #1E1C1C 10.39%, rgba(29, 28, 28, 0) 40.51%), linear-gradient(0deg, #1E1C1C -3.95%, rgba(29, 28, 28, 0) 5.74%); */
	/* background-color: rgba(23, 23, 23, 0.4); */
}

.bg_custom:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	/*background: rgb(23 21 29) url(../images/bg-clear-NG.jpg) no-repeat center top;*/
	background: rgb(23 21 29) url(../images/bg-clear.jpg) no-repeat center top;
	filter: brightness(1.1);
	z-index: -11;
}

.aposnow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 100;
}

.anonses {
	text-align: center;
	width: 460px;
	position: absolute;
	left: -108px;
}
.anonses a {
	opacity: 0.5;
	transition: all 0.2s ease;
	filter: grayscale(0.9);
}
.anonses :hover {
	opacity: 0.8;
}

.social_content {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 990;
	transform: translateY(-50%);
}
.social_content a {
	display: flex;
	width: 53px;
	height: 53px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all linear 0.2s;
}
.social_content a svg {
	display: block;
}
.social_content a:hover {
	opacity: 0.8;
}
.social_content a.vk {
	background: #4ba6d2;
}
.social_content a.ds {
	background: #6278d8;
}
.social_content a.tg {
	background: #1ba8ec;
}

.spag {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: auto auto auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sarrow {
	background: url(../images/swiper/sarrow_next.png) no-repeat;
	width: 10px;
	height: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
}

.sarrow_prev {
	background: url(../images/swiper/sarrow_prev.png) no-repeat;
}

.sarrow_next {
	background: url(../images/swiper/sarrow_next.png) no-repeat;
}

.sarrow.swiper-button-disabled {
	opacity: 0.3;
}

.dots_stream {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 8px;
	padding-top: 2px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #6d6e6d;
	opacity: 1;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	cursor: pointer;
}

.dot_active {
	background-color: #c1f314;
}

.stream {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #61666b;
	font-size: 12px;
	font-weight: 500;
	cursor: default;
	overflow: hidden;
	background-color: rgba(38, 44, 49, 0.5);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}

.stream,
.stream__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stream__content {
	text-align: center;
	padding: 10px 20px;
}

.stream__status {
	color: #4f5358;
	font-size: 20px;
	text-transform: uppercase;
}

.stream__desc {
	margin-top: 5px;
}

.stream iframe {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

[data-stream] {
	position: relative;
	z-index: 0;
}

[data-stream]:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(85, 106, 138, 0.4);
	border: 2px solid rgba(85, 106, 138, 0.7);
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-stream]:hover:before {
	opacity: 1;
}

.streams {
	position: relative;
	z-index: 0;
	min-width: 0;
}

.streams__bt {
	width: 100%;
	margin-top: 20px;
}

.streams__spag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0px 0 10px 0;
}

.streams__list {
	overflow: hidden;
	height: 230px;
}

.streams__swiper-slide {
	display: grid;
	grid-gap: 6px;
	grid-template-rows: 1fr 1fr;
}

.stream-active .box,
.stream-active .box__container,
.stream-active .box__content,
.stream-active .box__streams,
.stream-active .box__streams .swiper-wrapper,
.stream-active .mid,
.stream-active .mid__box,
.stream-active .streams__bt,
.stream-active .streams__list,
.stream-active .streams__swiper-slide,
.stream-active [data-container="mid"],
.stream-active [data-section="mid"] {
	position: static !important;
	visibility: visible !important;
	overflow: visible !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}
.mid__box.mid__box_1 {
	left: -3px;
}

.stream-active [data-section]:not([data-section="mid"]) {
	pointer-events: none;
	z-index: -1;
	opacity: 0;
}

.stream-active .box:after,
.stream-active .stream:before {
	display: none;
}

.stream.stream-active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stream.stream-active iframe {
	pointer-events: all;
	max-width: 600px;
	height: 300px;
	display: block !important;
}

body.stream-active :not(.stream-active) {
	display: none;
}

.box {
	position: relative;
	z-index: 0;
	min-height: 400px;
}

.box:after {
	display: block;
	content: "";
	background: url(../images/box/box-bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 11px;
	right: -13px;
	bottom: -4px;
	left: -13px;
	z-index: -1;
}

.box__heading {
	margin-bottom: 10px;
}

.box__title {
	color: #c9c9c9;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

.box__forum {
	display: grid;
	grid-gap: 4px;
	min-height: 325px;
}

.box__posts {
	display: grid;
	grid-gap: 7px;
}

.box__news {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 6px;
}

.box__btns {
	grid-gap: 65px;
	height: 45px;
	margin-bottom: 20px;
	width: 100%;
	min-width: 0;
	transform: scale(0.8);
}

.box__btn,
.box__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box__btn {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: url(../images/box/box-btn.jpg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	text-shadow: 0 6px 0 rgba(1, 1, 1, 0.19);
	color: #eef2f7;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	padding-top: 2px;
}

.box__btn-content {
	max-width: 100px;
	position: relative;
	z-index: 5;
}

[data-tb] {
	display: none;
}

[data-tb-btn] {
	position: relative;
	z-index: 0;
	font-family: "Ice kingdom Cyrillic Bold", "Times New Roman", Times, serif;
	font-family: "matador";
}

[data-tb-btn]:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/box/box-btn.jpg) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

[data-tb-btn="active"]:before {
	-webkit-animation: boxbtnhov 0.3s ease;
	animation: boxbtnhov 0.3s ease;
}

@-webkit-keyframes boxbtnhov {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}

	20% {
		opacity: 0.4;
	}

	80% {
		opacity: 0.05;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes boxbtnhov {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}

	20% {
		opacity: 0.4;
	}

	80% {
		opacity: 0.05;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

[data-tb-btn]:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(32, 33, 41, 0.45);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

[data-tb-btn="active"]:after {
	background-color: rgba(32, 33, 41, 0);
}

[data-tb-btn="active"] {
	pointer-events: none;
}

[data-tb] {
	-webkit-animation: tb 1s ease forwards;
	animation: tb 1s ease forwards;
}

@-webkit-keyframes tb {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes tb {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.mid__invite {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	max-width: 100%;
	min-width: none;
}

.mid__box {
	max-width: 300px;
	width: 100%;
	position: relative;
	left: 3px;
	z-index: 0;
	margin: -27px auto 80px;
}

.header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	display: grid;
	grid-gap: 40px;
}

.header__logobox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 60px;
	min-height: 300px;
}

.header__box,
.header__logobox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header__box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__cp-button {
	margin-bottom: 12px;
}

.header__logotype {
	margin-left: 5px;
	margin-top: 15px;
}

.header__servers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.news {
	position: relative;
	z-index: 0;
	max-width: 250px;
	margin: 0 auto;
}

.news__spag {
	position: absolute;
	bottom: 15px;
	left: 6px;
	z-index: 10;
	padding-left: 20px;
	padding-right: 10px;
}

.news__container {
	max-width: 100%;
}

.news__container,
.news__post {
	overflow: hidden;
	border-radius: 5px;
}

.news__post {
	height: 280px;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 155px 20px 15px;
	/* background-color: #101215; */
	background: linear-gradient(180deg, #101215 50%, #00000000);
	display: grid;
	font-family: "PT Sans", Tahoma, Arial, sans-serif;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.news__bg {
	background-image: url(../images/news/img-def.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-mask: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.8)),
		color-stop(66%, rgba(0, 0, 0, 0.2)),
		to(transparent)
	);
	-webkit-mask: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.8) 0,
		rgba(0, 0, 0, 0.2) 66%,
		transparent
	);
	height: 183px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news:hover .news__bg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.news__title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-line-clamp: 2;
	max-height: 14px;
	color: rgb(255, 203, 184);
	font-weight: bold;
	text-shadow: 0 0 9px rgb(215 140 111), 0 0 9px rgb(182 113 86),
		0 0 9px rgb(101 55 37);
	overflow: visible !important;
}

.news__desc,
.news__title {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news__desc {
	-webkit-line-clamp: 3;
	margin-top: -3px;
	height: 57px;
	line-height: 15px;
}

.news__date,
.news__desc {
	color: #7e8e9d;
	font-size: 13px;
	font-weight: 500;
}

.news__date {
	text-align: right;
	position: relative;
	z-index: 5;
	margin-top: auto;
	font-size: 15px;
}

.news__link {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 10;
}

.scl2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-display: row-reverse;
}

.scl2_1,
.scl2_2 {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.scl2__item {
	width: 48px;
	height: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.scl2__item:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.scl2__img,
.scl2__img_hov {
	width: 40px;
	height: 40px;
	max-width: 40px;
	pointer-events: none;
}

.scl2__img_hov {
	position: absolute;
	/* left: -6px; */
	/* top: -7px; */
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.scl2__item:hover .scl2__img_hov {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.scl2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.scl2_1 {
	left: calc(100% + 41px);
}

.scl2_1,
.scl2_2 {
	bottom: 277px;
	top: auto;
	-webkit-transform: none;
	transform: none;
}

.scl2_2 {
	right: calc(100% + 41px);
	left: auto;
}

.lang {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff7e5;
}

.lang,
.lang__current {
	width: auto;
	position: relative;
}

.lang__current {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 0;
}

.lang__current,
.lang__current-img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.lang__current-img {
	display: block;
}

.lang__current:after {
	display: block;
	content: "";
	background: url(../images/lang/arrow-down.png) no-repeat;
	width: 13px;
	height: 7px;
	color: #4c4757;
	font-size: 13px;
	background-size: contain;
	position: absolute;
	left: calc(100% + 7px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-filter: drop-shadow(0 0 12px #000);
	filter: drop-shadow(0 0 12px black);
}

.lang__current:after,
.lang__link {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.lang__link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	font-size: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 500;
	line-height: 1.31;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #fff7e5;
	opacity: 0.6;
}

.lang__link:hover {
	opacity: 1;
}

.lang__name {
	text-transform: uppercase;
	display: block;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
}

.lang__img {
	display: block;
	height: 40px;
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 5px;
}

.lang__link_sub {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.lang__link_sub:hover {
	color: #e9c586;
}

.lang__list {
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	left: 0;
	top: 100%;
	padding-top: 10px;
}

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

[data-section="navigation"] {
	z-index: 50;
}

[data-container="navigation"] {
	position: static;
}

.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 74px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.navigation__btns {
	display: none;
	position: absolute;
	left: 50%;
	top: 14px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navigation__gw-burger {
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.navigation__menu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.navigation__logo {
	margin-right: auto;
	position: relative;
	z-index: 5;
}

.navigation__lang {
	position: relative;
	z-index: 5;
	margin: auto 16px auto 0;
}

[data-scl-target="navigation"] {
	display: none;
}

[data-section="navigation"] {
	z-index: 50;
}

[data-container="navigation"] {
	position: static;
}

.section {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
.section33 {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	background: url(../images/nav__bg2.jpg) no-repeat;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.container {
	max-width: calc(1200px + 10px * 4);
	width: 100%;
	min-width: 0;
	padding-right: calc(0px * 2);
	padding-left: calc(0px * 2);
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.navigation__btns {
	display: block;
}

.menu {
	display: flex;
}

.menu__content {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	min-width: none;
}
.menu__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
	opacity: 1;
	visibility: visible;
	flex-basis: 45%;
	padding-left: 0;
	box-sizing: border-box;
}
.menu__list_left {
	padding-left: 1%;
}
.nav-static .menu__list {
}
.menu__el {
	display: flex;
	position: relative;
	z-index: 0;
}
.menu__ico {
	display: none;
	margin-right: 8px;
	transition: 0.2s all;
	position: relative;
	top: -2px;
}
.menu__ico {
	display: block;
}
.menu__item_hov {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	pointer-events: none;
}

.download__list {
	grid-gap: 30px 70px;
}

.char {
	display: block;
}

.gw-burger {
	display: none;
}

.menu,
.menu__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu__content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: none;
	padding-top: 3px;
}

.menu__list {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	visibility: visible;
	-ms-flex-preferred-size: 37%;
	flex-basis: 37%;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu__list_left {
	padding-left: 0%;
}

.menu__list_right {
	padding-left: 0%;
}

.menu__el,
.menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

.menu__item {
	padding: 10px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	color: #f1f1f1;
	text-shadow: 0 1px 1px rgb(1 3 5 / 75%);
	cursor: pointer;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
	font-size: 15px;
	/* font-weight: 700; */
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu__item:hover,
.menu__item_open:hover {
	/* -webkit-filter: brightness(180%); */
	/* filter: brightness(180%) */
}

.menu__item_hov {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	pointer-events: none;
}

.menu__item:hover .menu__item_hov {
	-webkit-animation: menubtnhov 0.3s ease;
	animation: menubtnhov 0.3s ease;
}

@-webkit-keyframes menubtnhov {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes menubtnhov {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

.menu__ico {
	display: none;
	margin-right: 8px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	top: -2px;
}

@media (min-width: 1350px) {
	.menu__ico {
		display: block;
		filter: brightness(1.3);
	}
}

[data-menu-open-sub-list]:after {
	display: block;
	content: "";
	background: url(../images/menu/arrow-down.png) no-repeat;
	width: 9px;
	height: 6px;
	margin-left: 6px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.menu__sub-list {
	position: absolute;
	left: -13px;
	top: calc(100% - 10px);
	list-style: none;
	padding: 10px 0;
	margin: 0;
	z-index: 100;
	min-width: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(13, 13, 17, 0.88);
	display: block !important;
}

.menu__sub-list:hover,
[data-menu-open-sub-list]:hover + .menu__sub-list {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.menu__sub-list:before {
	display: block;
	content: "";
	border: 9px solid transparent;
	border-bottom-color: rgba(13, 13, 17, 0.88);
	position: absolute;
	bottom: 100%;
	left: 65px;
}

.menu__sub-item {
	padding: 10px 25px 9px 25px;
	border: 0;
	text-align: left;
	font-style: normal;
	color: #9491a2;
	cursor: pointer;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	/* text-transform: uppercase; */
	white-space: nowrap;
	display: block;
	text-decoration: none;
}

.menu__sub-item:hover {
	background: rgba(148, 145, 162, 0.102);
	color: #fff;
}

.menu__sub-item:hover .menu__sub-name {
	color: #000;
}

.menu__sub-item:hover .menu__sub-desc {
	color: rgba(0, 0, 0, 0.6);
}

.menu__sub-pic {
	width: 48px;
	height: 48px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	fill: transparent;
	stroke: #000;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-left: auto;
	border: 1px solid #ccd6e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu__sub-item:hover .menu__sub-pic {
	background-color: #3b91ff;
	border: 1px solid #3b91ff;
	stroke: #fff;
}

.navigation__lang {
	-webkit-box-ordinal-group: 101;
	-ms-flex-order: 100;
	order: 100;
	margin-right: 0;
	margin-left: 0;
}

[data-scl-target="menu"] {
	display: none;
}

[data-scl-target="navigation"] {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
}

.logo2 {
	display: inline-block;
	text-decoration: none;
}

.logo__img {
	display: block;
}

.button_size_large {
	min-width: 200px;
	height: 47px;
}
.button22 {
	display: inline-grid;
	grid-auto-flow: column;
	grid-gap: 10px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	flex-shrink: 0;
	white-space: nowrap;
	font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
	padding: 4px 15px 3px;
	width: auto;
	min-height: 33px;
	cursor: pointer;
	transition: 0.3s all;
	text-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 0;
	background: transparent;
	outline: 0;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.button22:after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: -2;
	border: 2px solid rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.07);
	box-sizing: border-box;
	border-radius: 10px;
	opacity: 0;
	pointer-events: none;
}

.button22:hover:after {
	animation: buttonhov 0.3s ease;
}

@keyframes buttonhov {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		opacity: 0.3;
	}

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

.menu__item:hover:before {
	opacity: 0;
	/* transform: rotateY(0deg); */
	transform: scale(1.5);
}
.menu__item:before {
	content: attr(data-title);
	position: absolute;
	margin-top: 10px;
	/* left: 45px; */
	text-decoration: none;
	text-transform: uppercase;
	color: #f1f1f1;
	font-size: 15px;
	text-shadow: 0 1px 1px rgb(1 3 5 / 75%);
	transition: 0.3s all;
	pointer-events: none;
	opacity: 1;
	top: 0;
	transform: scale(1);
}
.menu__item:after {
	content: "";
	display: block;
	width: 70%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.14);
	position: absolute;
	top: 50%;
	transition: 0.3s all;
}
/*
a.menu__item.reggg:before {
    left: 46px;
}
a.menu__item.filesss:before {
    left: 48px;
}
a.menu__item.forummm:before {
    left: 40px;
	margin-top: 14px;
}
a.menu__item.abouttt:before {
    left: 39px;
	margin-top: 14px;
}
a.menu__item.donateee:before {
    left: 40px;
}
*/
a.menu__item:hover img {
	filter: brightness(2);
}
.menu__ico {
	filter: brightness(1.3);
	transform: scale(0.9);
	left: 2px;
	display: none;
}
.filesss img.menu__ico {
	top: 1px;
}
.reggg img.menu__ico {
	top: 1px;
}
.forummm img.menu__ico {
	top: 1px;
}
.donateee img.menu__ico {
	top: 1px;
}
.abouttt img.menu__ico {
	top: 1px;
}
.homeee img.menu__ico {
	top: -2px;
}

.sldinfo {
	max-width: 640px;
	width: 100%;
	height: 116px;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sldinfo:after {
	display: block;
	content: "";
	background: url(../images/sldinfo/decor.png) no-repeat;
	width: 342px;
	height: 60px;
	position: absolute;
	left: calc(50% - 177px);
	top: 6px;
	pointer-events: none;
}

.sldinfo__container {
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.sldinfo__container,
.sldinfo__dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sldinfo__dots {
	position: absolute;
	right: 0;
	left: -2px !important;
	z-index: 20;
	bottom: 30px !important;
}

.sldinfo__swiper-wrapper {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sldinfo__swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-slide-active .sldinfo__slide {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s 0.3s;
	transition: all 0.3s 0.3s;
}

.sldinfo__slide {
	opacity: 0;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	text-align: center;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	position: relative;
	z-index: 0;
}

.sldinfo__link {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	top: -15px;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 10;
}

.sldinfo__title {
	text-shadow: 0 0 21px rgba(255, 198, 0, 0.32), 0 0 1px rgba(0, 0, 0, 0.5);
	color: #ffd800;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 35px;
}

.sldinfo__desc,
.sldinfo__title {
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sldinfo__desc {
	color: #dbdbdb;
	font-size: 12px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.invite__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.invite__slider {
	min-width: none;
	max-width: 500px;
	width: 500px;
	margin: 60px auto;
	position: relative;
	/* display: inline-block; */
	/* top: 200px; */
	left: -99px;
}

.invite__slider {
	margin: 15px auto 0 auto;
}

[data-section="events"] {
	padding-top: 70px;
	padding-bottom: 20px;
	box-sizing: border-box;
	display: none;
}
@media (min-width: 700px) [data-section="events"] {
	display: flex;
}
.section22 {
	position: relative;
	z-index: 25;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.event-tip {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	max-width: 280px;
}

.event-tip__heading {
	color: #0e0e0e;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.event-tip__desc {
	color: #7e8e9d;
}

.event {
	width: 22px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff0027;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027;
	box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027;
}

.events__day:hover .event:hover {
	z-index: 10;
}

.event:first-child .event__title {
	opacity: 0;
}

.event:first-child:last-child .event__title {
	opacity: 1;
}

.events__day:hover .event .event__title {
	opacity: 0;
}

.events__day:hover .event:hover .event__title {
	opacity: 1;
}

.event__date {
	font-size: 10px;
	font-weight: 500;
}

.event__title {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 80px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgb(80 68 60 / 100%);
	border-radius: 2px;
	padding: 1px 5px 2px;
	font-size: 10px;
}

.event__title:empty {
	opacity: 0;
	display: none;
}

.event__item {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: calc(100% + 12px);
	left: calc(50% - 25px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.event__item:after {
	display: block;
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	top: 100%;
	border: 7px solid transparent;
	border-top: 8px solid #fff;
}

.event:hover .event__item {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.event__img {
	width: 46px;
	height: 46px;
	border-radius: 3px;
	display: block;
}

.events {
	position: relative;
	z-index: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.events,
.events__months {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.events__months {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 5px;
	margin-right: 10px;
	height: 2px;
}

.events__month {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.events__month:hover {
	color: #e9c586;
}

.events__month_active {
	color: #ff2727;
	pointer-events: none;
}

.events__line {
	min-width: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 0;
}

.events__line:after {
	display: block;
	content: "";
	right: 0;
	z-index: -5;
	background-color: #7f7f7f;
}

.events__line:after,
.events__progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.events__progress {
	width: 30%;
	background-color: #ff0027;
	-webkit-box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027, 0 0 8px #ff0027,
		0 0 5px #ff0027;
	box-shadow: 0 0 15px #ff0027, 0 0 10px #ff0027, 0 0 8px #ff0027,
		0 0 5px #ff0027;
	-webkit-animation: events__progress 1s ease forwards;
	animation: events__progress 1s ease forwards;
}

@-webkit-keyframes events__progress {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes events__progress {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.events__day {
	width: 5px;
	height: 5px;
	background-color: #7f7f7f;
	position: relative;
	z-index: 6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: events__day 1s ease forwards;
	animation: events__day 1s ease forwards;
}

@-webkit-keyframes events__day {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes events__day {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.events__day:hover {
	z-index: 10;
}

.events__day_past {
	background-color: #ff0027;
}

.events__day:empty {
	display: none;
}

.page_static [data-section="events"] {
	padding-bottom: 50px;
}

.page_static .events:after {
	display: block;
	content: "";
	position: absolute;
	top: -50px;
	right: -40px;
	bottom: -50px;
	left: -40px;
	background-color: rgba(24, 24, 28, 0.88);
	z-index: -1;
}

/* page_static */
.page_static [data-section="events"] {
	padding-bottom: 50px;
}

.page_static .events:after {
	display: block;
	content: "";
	position: absolute;
	top: -40px;
	right: -20px;
	bottom: -40px;
	left: -20px;
	background: #201f26;
	z-index: -1;
	border: 1px solid #68645e75;
}

/* event */
.event {
	width: 22px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2d8138;
	flex-shrink: 0;
	font-family: "Open Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 0;
	box-shadow: 0 0 15px #27ff00ad, 0 0 10px #10ff00bf;
}

.events__day:hover .event:hover {
	z-index: 10;
}

.event:nth-child(1) .event__title {
	opacity: 0;
}

.event:nth-child(1):nth-last-child(1) .event__title {
	opacity: 1;
}

.events__day:hover .event .event__title {
	opacity: 0;
}

.events__day:hover .event:hover .event__title {
	opacity: 1;
}

.event__date {
	font-size: 10px;
	font-weight: 500;
}

.event__title {
	position: absolute;
	top: calc(100% + 10px);
	left: calc(50% - 0px);
	width: 70px;
	text-align: center;
	transition: 0.3s all;
	background: #343444;
	background: #2b3e54;
}

.event__pic {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: calc(100% + 12px);
	left: calc(50% - 25px);
	transition: 0.3s all;
}

.event__pic:after {
	display: block;
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	top: 100%;
	border: 7px solid transparent;
	border-top: 8px solid #fff;
}

.event:hover .event__pic {
	transform: translateY(-5px);
}

.event__img {
	width: 46px;
	height: 46px;
	border-radius: 3px;
	display: block;
}

/* events */
[data-section="events"] {
	padding-top: 70px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.events {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.events__months {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	grid-gap: 5px;
	margin-right: 10px;
	height: 2px;
}

.events__month {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Open Sans", Tahoma, Arial, sans-serif;
	cursor: pointer;
	color: #fff;
	transition: 0.2s all;
	text-shadow: 0 0 5px black;
}

.events__month:hover {
	color: #e9c586;
}

.events__month_active {
	color: #27ff56;
	pointer-events: none;
}

.events__line {
	min-width: none;
	flex-grow: 1;
	height: 1px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	z-index: 0;
}

.events__line:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
	background-color: #7f7f7f;
	background-color: #415976;
}

.events__progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30%;
	background-color: #45cf56;
	box-shadow: 0 0 15px #73ff85, 0 0 10px #73ff85, 0 0 8px #73ff85,
		0 0 5px #73ff85;
}

.events__day {
	width: 5px;
	height: 5px;
	background-color: #7f7f7f;
	background-color: #415976;
	position: relative;
	z-index: 6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.events__day_past {
	background-color: #19db32;
}

.events__day:empty {
	display: none;
}

/* page_static */
.page_static [data-section="events"] {
	padding-bottom: 50px;
}

.page_static .events:after {
	display: block;
	content: "";
	position: absolute;
	top: -40px;
	right: -20px;
	bottom: -40px;
	left: -20px;
	background: #1b262f6e;
	z-index: -1;
	border: 1px solid #2d415a;
}

/* server-tip */
.server-tip {
	box-sizing: border-box;
	padding: 10px 15px;
}

.server-tip__heading {
	color: #0e0e0e;
	color: #90ffcc;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
/* tippy */
.tippy-wrap {
	background-color: #fff;
	background-color: #161f26fa;
	border-radius: 5px;
	border: 0;
	font-size: 13px;
	color: #828282;
	color: #7e8e9d;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	padding: 10px 15px;
	max-width: 350px;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.tippy-content {
	padding: 0;
}

.tippy-arrow {
	width: 31px;
	height: 31px;
	color: #fff;
	color: #161f26fa;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow::before {
	top: -15px;
	border-width: 0 15px 15px;
}

.tippy-box[data-placement^="top"] > .tippy-arrow::before {
	bottom: -15px;
	border-width: 15px 15px 0;
}

.events__day:empty {
	display: flex;
}

.event-tip {
	box-sizing: border-box;
	padding: 10px 15px;
	max-width: 280px;
}

.event__pic {
	cursor: pointer;
}

.event__title {
	min-width: 52px;
}

[data-theme="tip-event"] {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	color: #828282;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Open Sans, Tahoma, Arial, sans-serif;
}

[data-theme="tip-event"][data-animation="event"][data-placement="bottom"][data-state="hidden"] {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

[data-theme="tip-event"][data-animation="event"][data-placement="bottom"][data-state="visible"] {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

[data-theme="tip-event"][data-animation="event"][data-placement="top"][data-state="hidden"] {
	opacity: 0;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
}

[data-theme="tip-event"][data-animation="event"][data-placement="top"][data-state="visible"] {
	opacity: 1;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

.mmm_hover {
	opacity: 0.5;
	transition: 0.2s;
}

.mmm_hover:hover {
	opacity: 0.9;
}

/* [data-theme="tip-server"] */
[data-theme="tip-server"] {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	color: #828282;
	box-sizing: border-box;
	transition: 0.2s all;
	/* font-family: "Open Sans", Tahoma, Arial, sans-serif; */
	margin-top: 35px;
}

[data-theme="tip-server"][data-animation="server"][data-state="hidden"] {
	opacity: 0;
	transform: translateX(50px);
}

[data-theme="tip-server"][data-animation="server"][data-state="visible"] {
	opacity: 1;
	transform: translateX(0);
}

.mymodalback2 {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica Neue, Arial, sans-serif;
}

.mymodalcontent h1 {
	overflow: hidden;
	line-height: 50px;
	margin: 20px 0 0 0;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgb(255 255 255 / 10%), 0px 1px 1px rgb(0 0 0 / 40%),
		1px 2px 15px rgb(101 126 219 / 90%), 1px 2px 15px rgb(101 137 219 / 90%),
		1px 2px 15px rgb(101 116 219 / 90%);
}
.mymodalcontent h2 {
	padding: 0px 0 8px 0;
	margin: 0;
	font-size: 3rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgb(255 255 255 / 10%), 0px 1px 1px rgb(0 0 0 / 40%),
		1px 2px 15px rgb(101 137 219 / 90%), 1px 2px 15px rgb(101 132 219 / 90%),
		1px 2px 15px rgb(101 126 219 / 90%);
}
.mymodalcontent span {
	font-size: 1.2rem;
	margin: 0 0 33px 0;
	text-transform: uppercase;
	background: rgba(101, 132, 219, 0.4);
	text-align: center;
	border-top: 1px solid rgba(101, 137, 219, 0.8);
	display: inline-block;
	position: relative;
	line-height: 37px;
	height: 37px;
	padding: 0 25px;
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%);
}
.mymodalcontent span i {
	font-size: 14px;
	font-style: normal;
	position: absolute;
	line-height: 41px;
	left: 0;
	right: 0;
	bottom: -33px;
	display: block;
}
.mymodalcontent p {
	line-height: 30px;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgb(255 255 255 / 10%), 0px 1px 1px rgb(0 0 0 / 40%),
		1px 2px 15px rgb(101 137 219 / 90%), 1px 2px 15px rgb(101 126 219 / 90%),
		1px 2px 15px rgb(101 159 219 / 90%);
	text-shadow: none;
}
.popup-window__footer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	opacity: 0.85;
	background-color: #0e1419;
}

.popup-window__footer a.perfect-link-red {
	text-transform: none;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 0 9px rgb(255 31 31 / 75%), 0 0 9px rgb(255 31 31 / 75%);
	text-shadow: none;
	color: #ff9b6c;
	text-decoration: none;
	position: relative;
}
.popup-window__footer a.perfect-link-red:after {
	background-color: #ff9b5f;
}
.popup-window__footer a.perfect-link-yellow {
	text-transform: none;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 0 9px rgb(255 202 31 / 75%), 0 0 9px rgb(255 215 31 / 75%);
	text-shadow: none;
	color: #ffe949;
	text-decoration: none;
	position: relative;
}
.popup-window__footer a.perfect-link-yellow:after {
	background-color: #ffe949;
}
.popup-window__footer a.perfect-link-green {
	text-transform: none;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 0 9px rgb(31 255 79 / 75%), 0 0 9px rgb(31 255 79 / 75%);
	text-shadow: none;
	color: #6bff59;
	text-decoration: none;
	position: relative;
}
.popup-window__footer a.perfect-link-green:after {
	background-color: #6bff59;
}
.oserverahposi:before,
.oserverahposi:after,
.oserverahposi.red-stone:before,
.oserverahposi.red-stone:after,
.oserverahposi.yellow-stone:before,
.oserverahposi.yellow-stone:after,
.oserverahposi.green-stone:before,
.oserverahposi.green-stone:after,
.oserverahposi.blue-stone:before,
.oserverahposi.blue-stone:after,
footer .foot-left .footer-logo,
.server.crown,
.server.crown-blue,
.server.duals,
.server.craft,
.server.crown .servername i,
.server.crown-blue .servername i,
.server .servername i,
.server.duals .servername i,
.server.craft .servername i,
.server em.on:before,
.server em.off:before,
.server.crown:before,
.server.crown-blue:before,
.stream-item:after,
.ketrafoot,
.ncsoftfoot,
.lineage2foot,
.mymodal,
.mymodalback,
.mymodalprogress,
.mymodalprogress:after,
.mymodal .mymodalback:after,
.mymodalcontent span:before,
.mymodalcontent span:after,
.top-menu a:after,
.mymodalcontent span i:before,
.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5,
.icon-6,
.icon-7,
.icon-8,
.icon-9 {
	background-image: url(../images/p.png);
	background-repeat: no-repeat;
}

.content-btn-wrp__btn .mymodalcontent span:before {
	background-image: none;
}

.content-btn-wrp__btn span {
	background-image: none !important;
	background-color: #fff0;
	margin: 0 0 0 0;
	border: none;
	box-shadow: none;
}
.content-btn-wrp__btn span:before {
	background-image: none !important;
	background-color: #fff0;
	margin: 0 0 0 0;
	border: none;
}
.content-btn-wrp__btn span:after {
	background-image: none !important;
	background-color: #fff0;
	margin: 0 0 0 0;
	border: none;
}
.content-btn-wrp__btn a {
	background-image: none !important;
	background-color: #fff0;
	margin: 0 0 0 0;
	border: none;
}
.content-btn-wrp__btn a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ededed;
	font-size: 17px;
	font-weight: 600;
	text-shadow: 0 0 5px rgb(36 59 87 / 40%);
	line-height: 20px;
	font-family: "Philosopher", "Times New Roman", Times, serif;
}

.mymodalcontent .btn_green:after {
	background: url(../images/btn/btn-green.png) no-repeat center center;
	background: url(../images/btn/btn-def.png) no-repeat center center;
}

.btn_green:after {
	background: url(../images/btn/btn-green.png) no-repeat center center;
	background: url(../images/btn/btn-def.png) no-repeat center center;
}

[data-geo-hide="true"] {
	display: none;
}

[data-geo-visible="false"] {
	display: none;
}

[data-geo-visible="true"] {
	display: block;
}





.l2b_tabs_block.active .container {
  transform: scale(1);
}
.l2b_tabs_block .container {
    /* transform: scale(1.2); */
    /* transition: 0.3s; */
    position: relative;
}
.l2b_tabs_block .container_popupClose {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  opacity: 0.3;
  transition: 0.3s;
  cursor: pointer;
}
.l2b_tabs_block .container_popupClose::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}
.l2b_tabs_block .container_popupClose:hover {
  transform: rotate(180deg);
  opacity: 0.8;
}
.l2b_tabs_block .container_popupClose span {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}
.l2b_tabs_block .container_popupClose span::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 100%;
  background-color: rgb(248, 188, 99);
}
.l2b_tabs_block .container_popupClose span::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: rgb(248, 188, 99);
}
.l2b_tabs_block .downloads {
  width: 85%;
    background-color: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 1rem;
    margin-top: 25px;
    padding: 1.8rem 3.0rem;
    box-sizing: border-box;
}
.l2b_tabs_block .downloads h1 {
    font-size: 1.35rem;
    color: #7effbe;
    margin: 0;
    margin-bottom: 1.1rem;
    font-weight: 700;
}
.l2b_tabs_block .downloads .client:nth-child(1) ul {
  border-right: 0.05rem solid rgb(39 47 60);
  padding-right: 1.8rem;
}
.l2b_tabs_block .downloads .client:nth-child(1) ul li a::before {
  background: url(../img/download/green.png) center/cover;
}
.l2b_tabs_block .downloads .client:nth-child(2) h1 {
  padding-left: 2.5rem;
}
.l2b_tabs_block .downloads .client:nth-child(2) ul {
  padding-left: 2.5rem;
	width: 102%;
}
.l2b_tabs_block .downloads .client:nth-child(2) ul li a::before {
  background: url(../img/download/blue.png) center/cover;
}
.l2b_tabs_block .downloads .client {
  width: 50%;
  box-sizing: border-box;
}
.l2b_tabs_block .downloads .client ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  box-sizing: border-box;
}
.l2b_tabs_block .downloads .client ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l2b_tabs_block .downloads .client ul li a {
  width: 146px;
  height: 28px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  /* font-family: "Albertus"; */
  font-size: 0.85rem;
  line-height: 19px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: url(../img/download/button.png) center/cover;
  transition: 0.3s;
}
.l2b_tabs_block .downloads .client ul li a:hover {
  color: white;
}
.l2b_tabs_block .downloads .client ul li a:hover::before {
  width: 100%;
}
.l2b_tabs_block .downloads .client ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  transition: 0.3s;
  background: url(../img/buttons/secondary_gray-hover.png) center/cover !important;
}
.l2b_tabs_block .downloads .client ul li p {
  /* font-family: "Intro" !important; */
  color: #a5a5a5;
  margin: 0;
  font-size: 0.85rem;
}
.l2b_tabs_block .downloads .client ul li h4 {
  margin: 0;
  color: #ffffffe6;
  text-transform: uppercase;
  font-size: 0.9rem;
  /* font-family: "Intro"; */
  margin-bottom: 0.15rem;
}
.l2b_tabs_block .downloads .client ul li h4 strong {
  color: #ff8d8d;
}
.l2b_tabs_block .downloads .client ul li h4 .yellow {
  color: #fff029;
}
.l2b_tabs_block .downloads .client ul li h11 {
  color: #71f7ff;
}
.l2b_tabs_block .downloads .client ul li h12 {
  color: #d9b4ff;
}
.l2b_tabs_block .steps {
  width: 85%;
  margin: 30px auto 0 auto;
  display: flex;
  padding: 0;
  justify-content: space-between;
  /* font-family: "Intro" !important; */
  gap: 3.9rem;
  list-style: none;
}
.l2b_tabs_block .steps p {
  /* font-family: "Intro" !important; */
  color: wheat;
  margin: 0;
  font-size: 0.85rem;
}
.l2b_tabs_block .steps h4 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}
.l2b_tabs_block .steps li:nth-child(1) h4 {
  color: greenyellow;
}
.l2b_tabs_block .steps li:nth-child(1) a::before {
  background: url(../img/download/green.png) center/cover;
}
.l2b_tabs_block .steps li:nth-child(1) a::after {
  background: url(../img/download/green.png) center/cover;
}
.l2b_tabs_block .steps li:nth-child(2) h4 strong {
  color: rgb(75, 165, 255);
}
.l2b_tabs_block .steps li:nth-child(2) a::before {
  background: url(../img/download/blue.png) center/cover;
}
.l2b_tabs_block .steps li:nth-child(2) a::after {
  background: url(../img/download/blue.png) center/cover;
}
.l2b_tabs_block .steps li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 0 2.8rem; */
}
.l2b_tabs_block .steps li a {
  width: 146px;
  height: 28px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  /* font-family: "Albertus"; */
  font-size: 0.85rem;
  line-height: 19px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  justify-content: center;
  background: url(../img/download/button.png) center/cover;
}
.l2b_tabs_block .steps li a:hover {
  color: white;
}
.l2b_tabs_block .steps li a:hover::after {
  width: 100%;
  filter: brightness(150%);
}
.l2b_tabs_block .steps li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.l2b_tabs_block .steps li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  transition: 0.3s;
}
.l2b_tabs_block .title {
  text-align: center;
}
.l2b_tabs_block .title h1 {
  color: orange;
  text-transform: uppercase;
  font-size: 2.1rem;
  margin: 0;
  margin-bottom: 1.4rem;
}
.l2b_tabs_block .title p {
  color: white;
  text-transform: uppercase;
  /* font-family: "Intro"; */
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.l2b_tabs_block .title p strong {
  /* color: wheat; */
  text-transform: none;
  font-weight: bold;
  /* font-family: "Albertus"; */
}
.l2b_tabs_block .container {
    position: relative;
    height: fit-content;
    padding: 0rem 2.2rem 0rem 2.2rem;
    /* width: min(90%, 86rem); */
    /* border-radius: 1.5rem; */
    z-index: 2;
    /* background: url(../img/download/bg.jpg) top / cover no-repeat; */
	margin-top: -10px;
}
.l2b_tabs_block .container::after {
  content: "";
  position: absolute;
  border: 2.1rem solid transparent;
  /* border-image: url(../img/download/border.png); */
  border-image-slice: 35 35 fill;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  opacity: 1;
}

