:root {
	--vbox-height: 348px;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}

html.js .loader {
	background: none repeat scroll 0 0 #141414;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #141414;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular", sans-serif;
	overflow-x: hidden;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000c01;
}

.hidden {
	display: none;
}
header {
	width: 100%;
	display: table;
	background: transparent; /*background: #1E1E1D;/*margin-bottom:15px;*/
	position: relative;
	z-index: 10;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1220px) {
	.container {
		max-width: 1220px;
	}
}
#logo {
	float: left;
	font-size: 1.7rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 0;
}
nav {
	width: auto;
	float: left;
	margin: 11px 0;
	margin-left: 130px;
}
nav ul {
	display: table;
	float: right;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	list-style-type: none;
}
nav ul li:last-child {
	padding-right: 0;
}
nav ul li a {
	font-family: "Minion Pro";
	color: rgb(170, 167, 156);
	font-size: 13px;
	padding: 12px 19px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: #d1a029;
	text-decoration: none;
}
.toggle-menu ul {
	display: table;
	width: 31px;
	margin-left: 0;
	padding-left: 0;
	margin: 5px;
}
.toggle-menu ul li {
	width: 100%;
	height: 3px;
	background-color: #e9f0f7;
	margin-bottom: 4px;
	list-style: none;
}
.toggle-menu ul li:last-child {
	margin-bottom: 0;
}
input[type="checkbox"],
label {
	display: none;
}

@media only screen and (max-width: 967px) {
}
.transition {
	transition: 0.5s;
}
.wrapper {
	width: 1238px;
	margin: 0 auto; /*margin-top: -6px;*/
}
.header {
	height: 420px;
	width: 100%;
	outline: 0px solid red;
	position: relative;
}
.topbox {
	height: 370px;
}
.logo {
	width: 542px;
	height: 207px;
	position: absolute;
	background-image: url("../img/logo1.png");
	background-repeat: no-repeat;
	left: 70%;
	/*top: 160px;*/
	top: 75px;
	transition: 0.5s;
}
.logo:hover {
	background-image: url("../img/logo2.png");
	background-repeat: no-repeat;
	transition: 0.5s;
}
.topinfo {
	font-size: 20px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: right;
	width: 410px;
	height: 45px;
	position: absolute;
	right: 0%;
	top: 306px;
	z-index: 333;
}
.topinfo a {
	color: rgb(250, 176, 0);
}
.topmenu {
	width: 100%;
	height: 62px;
	position: relative;
	padding-left: 120px;
}
.topmenu ul li {
	float: left;
}
.topmenu ul {
	text-align: center;
	background: #555;
	margin: 0;
}
.topmenu ul > li {
	display: inline-block;
	vertical-align: top;
	opacity: 0.9;
	transition: 0.5s;
}
.topmenu ul > li:hover {
	opacity: 1;
	transition: 0.5s;
	color: #d1a029;
}
.topmenu ul > li:hover a {
	color: #d1a029;
	transition: 0.5s;
}
.topmenu ul > li:active {
	opacity: 1;
	transition: 0.5s;
}
.active {
	opacity: 1;
	transition: 0.5s;
}
.topmenu ul > li a {
	display: block;
	padding: 0px 30px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	font-family: "Minion Pro";
	color: rgb(170, 167, 156);
	text-transform: uppercase;
	line-height: 4.923;
	text-align: center;
}
.topmenu ul > li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 16px;
	margin-top: -20px;
	font-size: 24px;
	color: #36735d;
}
.topmenu ul > li:first-child a:before {
	content: "";
}

.chatbtn {
	display: block;
	background-image: url("../img/chatbtn.png");
	width: 269px;
	height: 65px;
	font-size: 16px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.96);
	font-weight: bold;
	line-height: 3.4;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 300px;
	transition: 0.5s;
	opacity: 0.8;
}
.chatbtn:hover {
	opacity: 1;
	transition: 0.5s;
	text-decoration: none;
	color: #ccc;
}
.content {
	width: 100%;
}
.sidebar {
	width: 610px;
}
.status {
	width: 100%;
	max-width: 522px;
	height: 169px;
	margin: 0 auto;
	background-image: url("../img/statusbg.png");
	padding: 24px 10px 0px; /*float: left;*/
}
.leftboxhead {
	background-image: url("../img/leftboxhead.png");
	width: 353px;
	height: 60px;
	font-size: 17px;
	font-family: "Minion Pro";
	color: rgb(229, 255, 195);
	line-height: 3.4;
	text-align: center;
	z-index: 51;
	position: relative;
}
a {
	color: #dd9200;
	text-decoration: none;
}
.more {
	background-image: url("../img/btn1.png");
	width: 126px;
	height: 36px;
	display: block;
	padding-top: 10px;
	float: left;
	font-size: 10px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
	margin-top: 46px;
	transition: 0.5s;
}
.more:hover {
	color: #dd9200;
	text-decoration: none;
	background-image: url("../img/btn1h.png");
	-webkit-box-shadow: -1px -1px 10px 0px rgba(56, 28, 135, 1);
	-moz-box-shadow: -1px -1px 10px 0px rgba(56, 28, 135, 1);
	box-shadow: -1px -1px 10px 0px rgba(56, 28, 135, 1);
	transition: 0.5s;
}
.servname {
	width: 230px;
	font-size: 18px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	float: left;
	text-align: center;
	padding-top: 40px;
}
.servname span {
	font-size: 13px;
	font-family: "Minion Pro";
	color: rgb(90, 87, 82);
	text-transform: uppercase;
	line-height: 1.2;
}

.servname h3 {
	font-size: 21px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	padding-top: 0;
	margin-top: 0;
	z-index: 610;
}
.progressbox {
	width: 114px;
	float: left;
}
.progress {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}
.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px solid #2c2b28;
	position: absolute;
	top: 0;
	left: 0;
}
.progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left {
	left: 0;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 6px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.progress .progress-right {
	right: 0;
}
.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background: transparent;
	font-size: 23px;
	font-family: "MinionPro";
	color: rgb(170, 162, 145);
	line-height: 105px;
	text-align: center;
	position: absolute;
	top: 0%;
	left: 5%;
}
.progress .progress-value2 {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background: transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Minion Pro";
	color: rgb(90, 87, 82);
	line-height: 115px;
	text-align: center;
	position: absolute;
	top: 15%;
	left: 5%;
}
.progress.blue .progress-bar {
	border-color: #049dff;
}
.progress.blue .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
	border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar {
	animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar {
	border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.orange .progress-bar {
	border-color: #f29f00;
}
.progress.orange .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar {
	border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar {
	animation: loading-5 1.2s linear forwards 1.8s;
}
.progress.red .progress-bar {
	border-color: #ff0000;
}
.progress.red .progress-left .progress-bar {
	animation: loading-6 1.2s linear forwards 1.8s;
}
@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg);
	}
}
@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}
@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg);
	}
}
@keyframes loading-6 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@media only screen and (max-width: 990px) {
	.progress {
		margin-bottom: 20px;
	}
}

.socbox {
	background-image: url("../img/socbg.png");
	width: 173px;
	height: 173px;
	/*float: left;
margin-left: 4px;
	*/
	z-index: 119;
	padding: 4px;
}
.socbox a {
	float: left;
	display: block;
	width: 79px;
	height: 79px;
	overflow: hidden;
	padding: 2px;
}
.socbox a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.5s;
	filter: gray; /* IE 6-9 */
}
.socbox a:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: 0.5s;
	filter: gray; /* IE 6-9 */
}

.prebg {
	/*margin-left: 4px;*/
	background-image: url("../img/prebg.png");
	max-width: 530px;
	margin: 0 auto;
	/*width: 534px;*/
	width: 100%;
	height: 173px;
	z-index: 115;
	overflow: hidden;
	position: relative;
}

.prebg .caption {
	background: rgba(18, 16, 7, 0.9);
	width: 100%;
	height: 56px;
	z-index: 117;
	position: absolute;
	bottom: 0;
	left: 1px;
	overflow: hidden;
	padding: 9px 0px;
}
.prebg .caption h3 {
	font-size: 17.7px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	-moz-transform: matrix(0.96043962280653, 0, 0, 0.96043962280653, 0, 0);
	-webkit-transform: matrix(0.96043962280653, 0, 0, 0.96043962280653, 0, 0);
	-ms-transform: matrix(0.96043962280653, 0, 0, 0.96043962280653, 0, 0);
	z-index: 715;
}
.prebg .caption p {
	font-size: 13.535px;
	font-family: "Minion Pro";
	color: rgb(107, 105, 101);
	text-transform: uppercase;
	line-height: 1;
	-moz-transform: matrix(0.96043962280653, 0, 0, 0.96043962280653, 0, 0);
	-webkit-transform: matrix(0.96043962280653, 0, 0, 0.96043962280653, 0, 0);
	-ms-transform: matrix(0.96043962280653, 0, 0, 0.96043962280653, 0, 0);
	z-index: 716;
}

.vbox {
	width: 100%;
	min-height: 350px;
	z-index: 115;
	overflow: hidden;
	position: relative;
	gap: 5px;
	display: grid;
}

.vbox-row {
	border: 1px solid #23231e;
	background: #17171694;
	min-width: 0;
}
.play {
	display: block;
	background-image: url("../img/play.png");
	float: left;
	width: 74px;
	height: 73px;
	z-index: 115;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -37px;
	opacity: 0.6;
	transition: 0.5s;
}
.vbox:hover .play {
	opacity: 1;
	transition: 0.5s;
}
.newsbox {
	width: 100%;
}
.news {
	background-image: url("../img/news.png");
	background-size: 100% 100%;
	width: 100%;
	height: 127px;
	z-index: 189;
	margin-bottom: 1px;
	overflow: hidden;
}
.newspic {
	float: left;
	width: 84px;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 14px;
}
.newstext {
	float: left;
	width: 73%;
	padding: 0 10px;
	font-size: 14px;
	font-family: "Segoe UI";
	color: rgb(82, 79, 74);
	line-height: 1.2;
	text-align: left;
	z-index: 192;
	margin-top: 30px;
}
.newstext h3 {
	font-size: 21px;
	font-family: "Minion Pro";
	color: rgb(236, 236, 236);
	line-height: 1.2;
	text-align: left;

	margin: 0;
}
.newstext p {
	margin: 0;
}
.footer {
	/* min-height: 300px; */
}
.footer h4 {
	font-size: 13px;
	font-family: "Minion Pro";
	color: rgb(139, 138, 125);
	text-transform: uppercase;
	line-height: 1.2;
}
.footer,
.footer a {
	font-size: 13px;
	font-family: "Minion Pro";
	color: #626158;
	text-transform: uppercase;
	line-height: 1.2;
}
.footer ul {
	list-style: none;
	color: #626158;
	padding-left: 0;
}
.footer ul li {
	line-height: 1.8;
}
.copy {
	display: block;
	padding-top: 12px;
}

html {
	/*height: 100%;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;*/
}

.parallax-viewport {
	position: relative; /* relative, absolute, fixed */
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}

.clear {
	clear: both;
}
.scene {
	text-align: left;
	position: absolute;
	width: 500px;
	left: 50%;
	/*margin-left: -500px;*/
	display: inline-block;
	z-index: 150;
}

.layer {
	line-height: 0;
}
.header_scene,
header_scene_center,
header_scene_back {
	position: absolute;
}
.footer_parallax {
	height: 50px;
	left: -450px;
	overflow: hidden;
	/*position: relative;
	bottom: 0;*/
	width: 1207px;
	margin-top: -80px;
	pointer-events: none;
}

.header_parallax {
	height: 425px;
	/*left: -450px;*/
	overflow: hidden;
	position: absolute;
	top: -60px;
	left: 70%;
	z-index: 0;
	width: 350px;
	/*width: 100%;*/
	pointer-events: none;
}

.btn-aminate_1 {
	animation: scalesvleft 10s 0s infinite;
}
.btn-aminate_2 {
	animation: scalesvleft2 10s 0s infinite;
}
.btn-aminate_3 {
	animation: scalesv 10s 0s infinite;
}
.btn-aminate_4 {
	animation: scalesv2 10s 0s infinite;
}

@keyframes scalesv {
	0% {
		transform: scale(1);
	}
	48% {
		transform: scale(1);
	}
	50% {
		transform: scale(1);
		background: url(../images/status/4.png) no-repeat center center;
		background-size: 100%;
	}
	52% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes scalesv2 {
	0% {
		transform: scale(1);
	}
	48% {
		transform: scale(1);
	}
	50% {
		transform: scale(1);
		background: url(../images/status/2.png) no-repeat center center;
		background-size: 100%;
	}
	52% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes scalesvleft {
	0% {
		transform: scale(1);
	}
	48% {
		transform: scale(1);
	}
	50% {
		transform: scale(1);
		background: url(../images/status/left4.png) no-repeat center center;
		background-size: 100%;
	}
	52% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes scalesvleft2 {
	0% {
		transform: scale(1);
	}
	48% {
		transform: scale(1);
	}
	50% {
		transform: scale(1);
		background: url(../images/status/left2.png) no-repeat center center;
		background-size: 100%;
	}
	52% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #000000ad;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 17px;
	font-family: "Minion Pro";
	text-transform: uppercase;
	line-height: 3.333;
	text-align: left;
	text-shadow: 0.105px 1.997px 0px rgba(0, 0, 0, 0.27);
}
.modal-content b {
	color: rgb(234, 187, 0);
}
.modal-header {
	border-bottom: 2px solid #3a3a3a;
}
.btnor {
	display: block;
	width: 100%;
	max-width: 352px;
	/*padding-right: 41px;*/
	height: 67px;
	padding: 20px;
	/*margin: 5px auto;*/
	font-size: 16px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	background: url(../img/bbtn2.png) no-repeat 100% 100%;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	transition: 0.5s;
	filter: gray; /* IE 6-9 */
}

.filesbtnor {
	display: block;
	width: 100%;
	max-width: 352px;
	/*padding-right: 41px;*/
	height: 67px;
	padding: 10px;
	/*margin: 5px auto;*/
	font-size: 16px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	background: url(../img/bbtn.png) no-repeat center right;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	transition: 0.5s;
	filter: gray; /* IE 6-9 */
}
.btnor:hover {
	text-decoration: none;
	color: rgb(152, 148, 190);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: 0.5s;
	filter: gray; /* IE 6-9 */
}
.filesbtnor:hover {
	text-decoration: none;
	color: rgb(255, 255, 255);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: 0.5s;
	filter: gray; /* IE 6-9 */
}
.filesbtnor span {
	display: block;
	font-size: 13px;
	font-family: "Minion Pro";
	color: rgb(152, 148, 190);
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
}

.modal-content input {
	background: url(../img/input.png) no-repeat 100% 100%;
	width: 353px;
	height: 70px;
	z-index: 1161;
	outline: none;
	border: none;
	font-size: 16px;
	font-family: "Minion Pro";
	color: rgb(126, 126, 126);
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
}
.modal-content input.regbtn {
	background: url(../img/regbtn.png) no-repeat 100% 100%;
	width: 352px;
	height: 67px;
	color: rgb(255, 255, 255);
	z-index: 1173;
	cursor: pointer;
}
.btext {
	font-size: 16px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
	-moz-transform: matrix(1.0051699150852, 0, 0, 1.01416271487916, 0, 0);
	-webkit-transform: matrix(1.0051699150852, 0, 0, 1.01416271487916, 0, 0);
	-ms-transform: matrix(1.0051699150852, 0, 0, 1.01416271487916, 0, 0);
}
.btext ul {
	list-style: none;
}
.btext b {
	color: #f5c03f;
}
.itogo {
	font-size: 16px;
	font-family: "Minion Pro";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.26);
	-moz-transform: matrix(1.0051699150852, 0, 0, 1.01416271487916, 0, 0);
	-webkit-transform: matrix(1.0051699150852, 0, 0, 1.01416271487916, 0, 0);
	-ms-transform: matrix(1.0051699150852, 0, 0, 1.01416271487916, 0, 0);
}
.itogo span {
	font-size: 25px;
	color: #f5c03f;
}

/* Виджет назначает height: 100% , что может привести к непредксказуемому результату, если вы этого не планировали */

html {
	height: auto !important;
}

/* Фиксируем позицию body, которую меняет панель гугла */

body {
	top: 0 !important;
	position: static !important;
	background-color: #050706;
}

/* Прячем панель гугла */

.skiptranslate {
	display: none !important;
}

/* Убираем подсветку ссылок и текста при наведении */

.goog-text-highlight,
font > font {
	background-color: transparent !important;
	box-shadow: none !important;
	box-sizing: inherit;
}

/* lang */
.lang {
	position: relative;
	z-index: 0;
	min-width: 0;
	float: right;
	margin-top: 12px;
}

.lang__item {
	width: 2.25rem;
	height: 2.25rem;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	background-color: rgb(228, 203, 123);
	background-image: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: max(0.0625rem, 1px) solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.lang__img {
	display: block;
	width: 100%;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.lang__item_hover:hover {
	cursor: pointer;
	transition: 0.2s all;
	filter: brightness(1.2);
}

.lang__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transition: 0.2s all;
	opacity: 0;
	visibility: hidden;
}

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

@media only screen and (max-width: 990px) {
	.lang {
		margin-top: 4px;
	}
}

/* stream */

.stream {
	width: 100%;
	height: 160px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(0, 0, 0);
	border-radius: 0;
	overflow: hidden;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.stream:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
	background-color: transparent;
	background-image: url(../img/video.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.6;
}

.stream__content {
	max-width: 200px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}

.stream__link {
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #bd5b2b;
	text-decoration: none;
	display: inline-block;
	/* text-shadow: 0 1px 1px #00000075; */
}

.stream__link:hover {
	text-decoration: underline;
}

.stream iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* streams */

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

.streams__slider {
	border-radius: 0;
	overflow: hidden;
	width: 100%;
	height: calc(var(--vbox-height) / 2);
	/* transform: scale(1); */
}

.streams__warn {
	height: calc(var(--vbox-height) / 2);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff9d;
}

.streams__arrow {
	position: absolute;
	top: calc(50% - 22px);
	z-index: 15;
	background-color: transparent;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 27px;
	height: 44px;
	cursor: pointer;
}

@media (max-width: 560px) {
	.streams__arrow {
		top: 0;
	}
}

.streams__arrow_prev {
	background-image: url(../images/arrow-left.png);
	left: 50%;
	transform: translateX(-100%);
}

.streams__arrow_next {
	background-image: url(../images/arrow-right.png);
	left: 50%;
}

.swiper-button-disabled.streams__arrow {
	opacity: 0.2;
}

.streams__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

/* features */

.features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	color: #cfcfcf;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	gap: 10px;
	/* border-bottom: 1px solid #23231e; */
}

@media (max-width: 560px) {
	.features {
		height: calc(var(--vbox-height));
		grid-template-columns: repeat(2, 1fr);
	}
}

.features__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	min-height: 160px;
	padding: 10px 5px;
}

.features__img {
	width: 100px;
	display: block;
	opacity: 0.9;
	filter: sepia(100%);
}

.features__title {
	color: rgb(250, 176, 0);
}

.features__desc {
}

/* other */

.more_mda {
	margin: 0;
}

/* server */
.server {
	min-height: 173px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	grid-gap: 0.875rem;
	gap: 0.875rem;
	color: rgba(255, 255, 255, 1);
	padding: 10px 20px;
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	text-align: left;
	border: 1px solid #23231e;
	background: #17171694;
	height: 100%;
	/* border-radius: 0.3125rem; */
}

.server_accent:after {
	display: block;
	content: "";
	position: absolute;
	top: -0.625rem;
	right: -0.625rem;
	bottom: -0.625rem;
	left: -0.625rem;
	z-index: -5;
	background: linear-gradient(90deg, #edc844 5%, rgba(255, 78, 78, 0) 90%);
	border-radius: 0.625rem;
}

.server_custom {
	min-height: 0;
}

[data-server-status="off"] {
	opacity: 0.6;
}

.server__header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	margin-bottom: 10px;
}

.server__content {
	flex-grow: 1;
	min-width: 0;
}

.server__pic {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.server__img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.server__info {
	display: inline-block;
	background-image: url(../images/server/info.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1.125rem;
	height: 1.125rem;
	cursor: help;
}

.server__container {
	min-width: 0;
	flex-grow: 1;
}

.server__box {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 1rem;
	min-height: 0.625rem;
	grid-gap: 0.75rem;
	gap: 0.75rem;
	line-height: 1;
}

.server__box_head {
	margin-bottom: 10px;
}

.server__box_footer {
	margin-top: 10px;
}

.server__devider {
	width: 0.0625rem;
	height: 1.25rem;
	background-color: rgba(255, 255, 255, 0.4);
	transform: rotate(20deg);
}

.server__online {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	/* letter-spacing: 0.02em; */
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	padding: 0.375rem;
	position: relative;
	z-index: 0;
	margin-left: auto;
	font-family: "Minion Pro";
}

.server__status {
	width: 0.625rem;
	height: 0.625rem;
	background: rgba(179, 179, 179, 0.78);
	border: 1px solid #ffd13b;
	box-shadow: 0px 0.125rem 0.375rem rgba(32, 51, 85, 0.4);
	border-radius: 50%;
	margin-right: 0.4375rem;
}

[data-server-status="on"] .server__status {
	background: rgba(0, 224, 78, 0.7758);
}

[data-server-status="off"] .server__status {
	background: rgba(245, 41, 20, 0.78);
}

.server__count {
	margin-right: 0.3125rem;
	position: relative;
	z-index: 0;
}

.server__count-hide {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.server__count-visibe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.server__title {
	font-weight: 400;
	color: rgb(250, 176, 0);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	grid-gap: 0.375rem;
	gap: 0.375rem;
	line-height: 1;
	font-size: 19px;
	text-decoration: none;
	font-family: "Minion Pro";
}

.server__title[href]:hover {
	color: rgb(250, 176, 0);
	text-decoration: underline;
}

.server__desc {
	font-size: 0.875rem;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.431);
}

[data-server-status="off"] .server__pic {
	filter: saturate(0%);
	opacity: 0.6;
}

[data-server-status="off"] .server__count {
	background-color: rgb(153 153 153 / 0%);
}

/* progress */
.server__progress {
	width: 100%;
	height: 12px;
	position: relative;
	z-index: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #151515;
	border-radius: 10px;
}

.server__progress-load {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(
		90deg,
		#ffa95e calc(100% - 0.625rem),
		#ff3434 100%
	);
	border-radius: 0;
	transition: 2s all;
	width: 0;
	border-radius: 10px;
}

/* servers-list */

.servers-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.servers__server:first-child:last-child {
	grid-column: 1 / -1;
}

@media (max-width: 576px) {
	.servers-list {
		grid-template-columns: 1fr;
	}
}

.oops {
	position: relative;
	z-index: 0;
	min-width: 0;
	float: right;
	margin-top: 14px;
	left: 75px;
}

@media (max-width: 1024px) {
	.oops {
		display: none;
	}
}

/* gw-timer */
.gw-timer {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.gw-timer__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #dbc35d;
	font-size: 14px;
	margin: 2px;
	text-align: center;
	border: 1px solid #23231e;
	background: #17171694;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 5px;
	box-sizing: border-box;
}

.gw-timer__item_dot {
	width: 0.875rem;
	color: rgba(255, 255, 255, 1);
	font-size: 1.875rem;
}

.gw-timer__amount {
	color: rgb(250, 176, 0);
	font-size: 1.375rem;
	/* font-weight: 700; */
	text-transform: uppercase;
	box-sizing: border-box;
	line-height: 1;
}

.gw-timer__desc {
	box-sizing: border-box;
	color: rgb(219, 195, 93, 1);
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
}

.end-time {
	color: rgba(197, 161, 97);
	font-size: 1rem;
	line-height: 1.5rem;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	padding: 0.4rem 0.8rem;
	border-radius: 0.5rem;
	text-align: center;
}

/* countdown */
.countdown {
	position: absolute;
	left: 286px;
	top: 275px;
	font-family: "Minion Pro";
	z-index: 5;
}

.countdown__heading {
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
	letter-spacing: 1.8px;
}

@media only screen and (max-width: 990px) {
	.countdown {
		position: absolute;
		left: 50%;
		top: 240px;
		transform: translateX(-50%);
	}

	.gw-timer__item {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

/* hdr */

.hdr {
	position: relative;
	z-index: 0;
}

/* btn */

.btn {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 10px 30px;
	min-height: 44px;
	cursor: pointer;
	transition: 0.2s all;
	flex-shrink: 0;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	text-transform: uppercase;
}

.btn:hover {
	color: rgba(255, 255, 255, 1);
}

.btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #b3711c;
	background-image: linear-gradient(
		180deg,
		rgb(255, 204, 110) 0%,
		#b3711c 100%
	);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
	z-index: -1;
	transition: 0.2s all;
	border-radius: 10px;
}

.btn:hover:before {
	filter: brightness(125%);
}

/* lnk */

.lnk {
	text-decoration: underline;
	color: inherit;
	font-size: inherit;
}

.lnk:hover {
	text-decoration: none;
}

/* cookie */

.cookie {
	animation: cookieShow 1s ease forwards;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 0;
	border: 0;
	background: rgba(51, 51, 45, 0.6);
	padding: 20px;
	box-sizing: border-box;
	opacity: 0;
	display: none;
	backdrop-filter: blur(6px);
	box-shadow: 0 0 30px #000000b2;
}

.cookie_pos {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

@media (min-width: 540px) {
	.cookie {
		font-size: 16px;
		padding: 20px 40px;
	}
}

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

	100% {
		opacity: 1;
	}
}

.cookie__body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px 20px;
	max-width: 1220px;
	margin: 0 auto;
}

@media (min-width: 720px) {
	.cookie__body {
		flex-direction: row;
	}
}

.cookie__content {
	flex-grow: 1;
	min-width: 0;
}

.cookie__btns {
	display: flex;
	justify-content: center;
	align-items: center;
}

.seo-rich-block {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-rich-block h2 {
	font-size: 13px;
	font-weight: 600;
	color: #999;
	margin-bottom: 10px;
	font-family: inherit;
	letter-spacing: 0.02em;
}

.seo-rich-block p {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 1.8;
    margin: 0;
}

.seo-rich-block-fix {
    padding: 0px 0px 10px 0px;
}

.seo-download-block {
	padding: 28px 16px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-download-block h1 {
	font-size: 14px;
	font-weight: 600;
	color: #aaa;
	margin-bottom: 8px;
}

.seo-download-block p {
	font-size: 12px;
	color: #666;
	line-height: 1.7;
	margin: 0;
}