@font-face {
  font-family: "Rubik-Bold";
  src: url("fonts/Rubik-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans.ttf") format("truetype");
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
}
body {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	font-family: "OpenSans", sans-serif;
	background-color: #070707;
	font-size: 1em;
	color: #eaeaea;
	cursor: url(../l22.cur), auto;
}
.heading__line_it {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #999;
	background: linear-gradient(90deg, hsla(0, 0%, 60%, 0) 0, #71deff 50%, hsla(0, 0%, 60%, 0));
	max-width: 490px;
	margin-top: .625rem;
	margin-bottom: .625rem;
}
.heading__line_hf {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #999;
	background: linear-gradient(90deg, hsla(0, 0%, 60%, 0) 0, #00CA11 50%, hsla(0, 0%, 60%, 0));
	max-width: 490px;
	margin-top: .625rem;
	margin-bottom: .625rem;
}
.main_container {
	width: 100%;
	height: 100%;
	z-index:2 !important;
}
.main_container nav {
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0;
	background-color: #222;
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 100;
}
.main_container nav ul {
	list-style-type: none;
	color: #fff;
	min-width: 1025px;
	max-height: 48px;
	overflow: hidden;
}
.main_container nav ul li {
	display: list-item;
	float: left;
}
.main_container nav ul li a {
	display: inline-block;
	text-align: center;
	float: left;
/*	font-size: 1.6em;*/
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
/*	padding: 5px 24px 7px;*/
	padding: 10px 16px 14px;
/*	border-radius: 100px;*/
}
.main_container nav ul li a:hover {
/*	color: #7fc7ff;*/
/*	border: 1px solid #7fc7ff;*/
	background-color: #006608;
    color: white;
}
.main_container nav ul li a.active {
/*	color: #7fc7ff;*/
/*	border: 1px solid #7fc7ff;*/
	background-color: #006608;
    color: white;
/*	color: #82CAFC;*/
}

.lang {
	float:right !important;
}
.lang a {
	padding: 12px 5px 12px !important;
}
.lang_choose {
	width: 1em;
}

.authAccount {
	color: lawngreen;
}
.main_container nav ul li a#createAccount, .main_container nav ul li a.authAccount {
	color: lawngreen;
}
.main_container nav ul li a#createAccount:hover, .main_container nav ul li a.authAccount:hover {
	color: lawngreen;
	border: none;
	background: none;
	text-decoration: underline;
}

.main_container header {
	margin-top: 48px;
	width: 100%;
	/*	height: 56.25vh;*/
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*background: url("../images/image.png") no-repeat #000;
	background-position: center 0px;
	background-size: contain;*/
}
.main_container header #image {
	display: block;
	min-width: 1025px;
	min-height: 576px;
	width: auto;
	height: 100%;
	border-radius: 0 0 50% 50%;
	box-shadow: 0px 10px 45px red;
	user-select: none;
}
.main_container .rm1 {
	width: 1024px;
	margin: 45px auto 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.main_container .rm1_left_bar {
	width:50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-right: 2px solid #222;
	padding: 0 0 35px 0;
}
.main_container .rm1_right_bar {
	width:50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 0 35px 0;
}
.justifyContentRight {
	justify-content:right;
}
.justifyContentLeft {
	justify-content:left;
}

.main_container .rm2 {
	display: flex;
	flex-direction: column;
	/*margin-top: 35px;*/
}
.main_container .rm2 ol li {
	line-height: 25px;
}
.main_container .rm2 ol a {
	color: #20bfff;
}

.image_circle {
	width:49%;
	margin:0 auto;
}

.rm2 ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 0;
    padding: 15px 0 5px 0;
    font-size: 16px;
    position: relative;
	text-align: center;
}
.rm2 ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 65px 0 25px 0;
    line-height: 1.4;
}
.rm2 ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 215px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 32px;
    border-radius: 50%;
    border: 5px solid #888;
}
.leftBar, .rightBar {
	width:492px;
	display:flex;
	flex-direction:column;
	background-color: #070707;
}
.leftBar {
	border-right: 2px solid #222;
}
.leftBar .rm2 ol li:before {
	background: #315f6c;
}
.rightBar .rm2 ol li:before {
	background: #006608;
}

/*
.rm2 ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 80px;
    padding: 0 0 0 0;
    font-size: 16px;
    position: relative;
}
.rm2 ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 27px 0 24px 15px;
    line-height: 1.4;
}
.rm2 ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -55px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 32px;
    border-radius: 50%;
    border: 5px solid #888;
}
*/
/* Вертикальная линия 
.leftContent ol:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -15px;
    width: 1px;
    border-left: 1px solid #00bff3;
}*/

.main_container main .rm3 {
	display: flex;
	flex-direction: row;
}
.main_container main .status_server {
	margin-top:0;
	width: 253px;
	/*color: red;*/
	font-weight: bold;
	font-size: 1.6em;
	border: 2px solid #333;
	border-radius: 112px;
	padding: 12px 12px 12px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*color: gold !important;*/
	color: #d9d987 !important;
}
.main_container main .status_server #is_online_it {
	color: red;
}
.main_container main .status_server #is_online_hf {
	color: red;
}

.main_container main .content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.main_container main .headerContent {
	font-size: 1.6em;
	text-align: center;
	/*color: #fff900;  #fffabc */
}
.signIn_and_latestAnnouncements {
	color: #7ff3d9;
}
.header_howtoplayit {
	color: #71deff;
}
.header_howtoplayhf {
	color: #00CA11;
}
.status_and_howtoplay {
	border:0 solid #fff;
	display:flex;
	justify-content:center;
}
.main_container nav ul, .status_server span:first-child, h3 {
	font-family: "Montserrat-Bold", sans-serif;
}
.main_container main .leftContent {
	padding: 25px 25px 15px 25px;
	width: 671.5px;
	border: 1px solid #333;
	word-break: break-word;
	/*word-wrap: break-word;*/
	background-color: #000;
}
.main_container main .leftContent a {
	color: #20bfff;
}
.main_container main .leftContent p {
	font-size: 1.1em;
}

.main_container main .rightContent {
	padding: 25px;
	width: 343.5px;
	border: 1px solid #333;
	background-color: #161616;
	margin-left: 10px;
}
.main_container main .leftContent h3, .main_container main .rightContent h3, .separateContent h3 {
	font-size: 1.3em !important;
	margin-bottom: 5px;
}

.separateContent {
	width: 1025px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.separateContent form {
	width: 440px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.separateContent form h3 {
	width: 340px;
}

/*.main_container main .content {
	margin-top: 10px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}*/


/*===================================================================================*/
.main_container main .leftContent form, .main_container main .rightContent form {
    min-width: 240px;
    max-width: 340px;
    display: flex;
	flex-direction: column;
	align-items: center;
}
.leftContent form label, .rightContent form label {
	display: block;
	font-size: 1.25em;
}
input[type="text"], input[type="email"], input[type="password"] {
/*	background-color: #11191f;*/
	background-color: #10261e;
	border: 1px solid #888;
	border-radius: 10px;
	color: #ffffff;
	width: 240px;
	padding: 6px 15px;
	margin: 5px 0 10px 0;
	font-size: 1em;
}
form label input::placeholder {
	color: #AFAFAF;
}
form label input:focus {
	border: 1px solid #00C10F;
}

.separateContent form button, .leftContent form button, .rightContent form button {
	display: inline-block;
	background-color: #006608;
	color: white;
	width: 240px;
	padding: 6px 15px;
	margin: 5px 0 10px 0;
	cursor: pointer;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 4px solid #003304;
}
.separateContent form button:hover, .leftContent form button:hover, .rightContent form button:hover {
	background-color: #005907;
}
.separateContent form button:active, .leftContent form button:active, .rightContent form button:active {
	background-color: #005907;
	border-bottom: 0px solid #003304;
	margin-top: 8px;
}
.leftContent input[type="text"], .leftContent input[type="email"], .leftContent input[type="password"] {
	width: 340px;
}
.main_container main .leftContent form {
    max-width: 100%;
}

/* footer */
footer {
	background-color: #111;
	margin-top: 450px;
	padding: 20px 0 5px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}
/*===================================================================================*/
.exit_form {
	display: inline-block;
}
.exit_btn {
	display: inline-block;
	text-align: center;
	color: red;
	font-size: 1.5em;
	padding: 10px 0;
	background: none;
/*	border-left: 1px solid #555;*/
	cursor: pointer;
}
.exit_btn:hover {
	text-decoration: underline;
}
.forgot_link {
	text-decoration: none;
	color: #9dff9d;
}
.forgot_link:hover {
	text-decoration: underline;
}
.sep {
	width:1025px;
	height: 12px;
	border: none;
	border-top: 1px solid #333;
	margin: 20px auto 0
}

.link_pb {
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    /* height: 45px; */
    font-family: Rubik-Bold;
    border: 4px solid #ff99cb;
    border-radius: 11px;
    padding: 8px 20px;
	color: #ff99cb;
	margin: 2px 0 4px 0;
}
.link_pb_bef::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 2em;
    height: 2em;
    background-image: url(../images/piggybank2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.link_pb:hover, .link_pb:focus {
	color: red;
	border: 4px solid red;
}

#donate_table {
	width: 800px;
	min-height: 500px;
	max-height: 800px;
	border-spacing: 0;
	border-collapse: collapse;
}

#donate_table th, #donate_table td {
	padding: 0;
}
#donate_table th {
	padding: 15px 90px;
}
#donate_table th p {
	margin-top: 5px;
}

#donate_table td:nth-child(1) div:nth-child(1), #donate_table td:nth-child(2) div:nth-child(1) {
	padding-top: 15px;
	padding-bottom: 35px;
}
#donate_table td:nth-child(2) {
	vertical-align: top;
}
#donate_table td:nth-child(1) {
	vertical-align: top;
	border-right: 2px solid #222;
}
#donate_table table td:nth-child(1) {
    border-right: none;
}
#donate_table td:nth-child(1) div {
	width: 370px;
}
#donate_table td div {
	width: 430px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 15px;
}
#donate_table td div:nth-child(3) span a, #donate_table td div:nth-child(3) button {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	background-color:#333;
	font-weight:bold;
	border-radius:30px;
	padding: 11px 22px 9px;
	cursor: pointer;
	font-size: 1em;
}
#donate_table td div:nth-child(3) button {
	margin: 5px;
}
#donate_table td div:nth-child(3) table {
	text-align: center;
}
#donate_table td div:nth-child(3) span a:hover, #donate_table td div:nth-child(3) button:hover {
	background-color: green;
}
#donate_table td:nth-child(1) div:nth-child(2) img, #donate_table td:nth-child(2) div:nth-child(2) img {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.active_cryptocurrency {
	background-color: green !important;
}
#transfer {
	display: none;
}
#transfer_container {
	display: flex;
	flex-direction: column !important;
    justify-content: center;
}
#transfer_container div:nth-child(1) {
	padding: 0 0 10px !important;
}
#transfer_container div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	padding: 0 65px;
}
#transfer_container #transfer_address {
	height:40px;
	flex-direction: row;
	cursor: text;
}
#transfer_container #transfer_button {
	height:40px;
	flex-direction: row;
	z-index: 100;
}
@keyframes transferMessage{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0.8;
  }
  100%{
    opacity: 0;
  }
}
#transfer_message {
	margin-top: 10px;
	display: none;
	padding: 9px 20px;
    border: 4px solid #343;
	background-color: #1d321a;
	z-index: 100;
	font-weight: bold;
	border-radius: 13px;
	animation: transferMessage 3100ms ease;
}
.show_flex {
	display: flex !important;
	justify-content: center;
	align-items:center;
	animation: transferMessage 100ms ease;
}

.loader {
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 380px;*/
	border: 16px solid #464646;
    border-radius: 50%;
    border-top: 16px solid #ffd700;
	width: 150px;
	height: 150px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	z-index: 101;
	-JS-animation: spin 1s linear infinite; 
	animation: spin 1s linear infinite;
	z-index:3 !important;
}
@-JS-keyframes spin {
	0% { -JS-transform: rotate(0deg); }
	100% { -JS-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.votelist {
    border: 0 solid #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 984px;
    margin: 0 auto;
}
.votelist h1 {
    text-align:center;
    margin: 100px 0 10px 0;
}
.votelist table {
    border-spacing: 5px;
}
.votelist table td {
    min-width: 88px;
    max-width: 150px;
}
.badVerify a {
  position: static !important;
}
.size140 img {
  width: 140px !important;
  height: auto !important;
}
