body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	background: url(images/bg.jpg) no-repeat center 0;
	background-color: #181a27
}

div,
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	height: auto
}

a {
	text-decoration: none
}

h6 {
	margin: 10px 0;
	font-size: 30px
}

hr {
	border: 0;
	margin: 30px 0 0;
	height: 1px
}

.hr-1 {
	background: #212121
}

.a-1 {
	color: #c8c8c8;
	font-size: 15px
}

.a-1:hover {
	color: #fff
}

.td {
	width: 100%
}

.td0 {
	padding: 5px;
	text-align: center;
	width: 27%;
	border-bottom: 1px solid #5f5f5f
}

.td3 {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #5f5f5f
}

.td1 {
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #5f5f5f
}

.td2 {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #5f5f5f
}

#selectPayP {
	display: none
}

#page {
	margin: 0 auto;
	max-width: 1200px;
}

#header {
	max-width: 1200px;
	margin: 0 auto
}

#header .headmenu {
	margin-top: 50px;
	list-style: none;
	padding-left: 0;
	height: 50px
}

#header .headbutt {
	margin-left: 20px;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	float: left
}

#header .headbuttlk {
	background: rgba(9, 1, 15, 0.3);
	border-radius: 25px;
	float: right;
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px
}

#header .headbuttlk:hover {
	background: rgba(9, 1, 15, 0.7);
	transition: .3s
}

#header .headbuttlk:not(:hover) {
	transition: .3s
}

#header .headbuttgua {
	background: rgba(9, 1, 15, 0.3);
	border-radius: 25px;
	float: right;
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 50px
}

#header .headbuttgua:hover {
	background: rgba(9, 1, 15, 0.7);
	transition: .3s
}

#header .headbuttgua:not(:hover) {
	transition: .3s
}

#header .headbuttsup {
	margin-left: 3%;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0 3%;
	text-align: center;
	font-size: 17px;
	line-height: 50px
}

#header .headbuttsup:hover {
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

#header .headbuttsup:not(:hover) {
	transition: .3s
}

#header .headbuttwork {
	font-weight: 600;
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0 4%;
	text-align: center;
	font-size: 17px;
	line-height: 50px
}

#header .headbuttwork:hover {
	color: #d89735;
	transition: .3s
}

#header .headbuttwork:not(:hover) {
	transition: .3s
}

#header .headbuttrew {
	font-weight: 600;
	float: left;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 50px
}

.clear {
	clear: both
}

.characters {
	border-bottom: 6px solid #d89735;
	position: relative
}

.characters::after {
	border: medium solid transparent;
	content: "";
	top: 100%;
	left: 50%;
	position: absolute;
	height: 0;
	width: 0;
	border-color: #d89735 rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
	border-width: 25px;
	margin-left: -25px
}

#header .headbuttrew:hover {
	color: #d89735;
	transition: .3s
}

#header .headbuttrew:not(:hover) {
	transition: .3s
}

#middle {
	width: 1200px;
	float: left;
	margin-top: 10px;
	padding-bottom: 15px
}

#middle .bartxttop {
	cursor: default;
	text-align: center;
	font-size: 25px;
	margin: 15px 10px 0;
	border-radius: 10px;
	display: block;
	color: #fff
}

#header #txtmiddle {
	padding: 110px 0 110px 107px;
	max-width: 517px;
	line-height: 1.3;
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	text-align: center;
	cursor: default
}

.dropdownlang {
	cursor: pointer;
	margin-left: 3%;
	border-radius: 8px;
	background: rgba(9, 1, 15, 0.35);
	float: left;
	text-decoration: none;
	color: #fff;
	width: 55px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
}

.dropdownlang:hover {
	border-radius: 8px 8px 0 0;
	border-bottom: none
}

.dropdownlang:hover .langblock {
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.langblock {
	opacity: 0;
	position: absolute;
	background: rgba(9, 1, 15, 0.35);
	width: 55px;
	border-top: none;
	border-radius: 0 0 8px 8px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
}

.langblock:hover {
	background-color: #d89735;
	color: #fff;
	transition: .3s;
	border-radius: 0 0 8px 8px;
}

.bartxt {
	cursor: default;
	padding: 20px;
	margin: 30px 10px 15px;
	border: 1px solid #161616;
	border-radius: 8px;
	background: #26293a;
	display: block;
	color: #fefefe;
	font-size: 18px
}

#middle #txtblock {
	background: rgba(9, 1, 15, 0.6);
	padding: 20px;
	margin-top: 15px;
	border-radius: 0 0 3px 3px;
	color: #e1e1e1
}

#middle #txtblock h2 {
	text-align: center
}

#middle #vendors {
	background: rgba(9, 1, 15, 0.4);
	padding: 20px;
	color: #fff;
	font-size: 19px;
	cursor: default
}

#middle #vendors .gbox {
	margin-bottom: 20px
}

#middle #vendors .gbox img {
	width: 100px;
	float: left;
	display: block
}

#middle #vendors .gbox h1 {
	margin: 0;
	padding: 0 5px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 25px
}

#middle #vendors .gbox h2 {
	margin: 0;
	padding: 0 5px;
	font-weight: 400;
	font-size: 18px
}

#middle #greeting1 {
	cursor: default;
	background: rgba(9, 1, 15, 0.6);
	padding: 20px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	border-radius: 8px
}

#middle #greeting1 h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #fff;
	padding-bottom: 20px
}

#middle #greeting2 {
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	cursor: default;
	padding: 20px;
	color: #fff;
	border-radius: 0 0 8px 8px
}

#middle .main-games {
	display: block
}

#middle .main-gamess {
	display: block
}

#middle #game {
	border-radius: 8px
}

#middle #content {
	padding: 10px 0;
	background: rgba(55, 55, 55, 0.6)
}

#middle #guarantees {
	color: #fff;
	font-size: 17px
}

#middle #guarantees .gbox {
	min-height: 239px;
	cursor: default;
	text-align: center;
	float: left;
	border-radius: 8px;
	margin: 10px;
	padding: 20px;
	width: calc(50% - 20px);
	background: rgba(9, 1, 15, 0.25)
}

#middle #guarantees .gbox img {
	width: 58px;
	padding-bottom: 20px
}

#middle #guarantees .gbox h2 {
	margin: 0;
	padding: 0 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600
}

#middle #vacancy {
	color: #fff;
	font-size: 17px
}

#middle #vacancy .gbox {
	border-radius: 8px;
	background: rgba(9, 1, 15, 0.25);
	margin-top: 10px;
	cursor: pointer;
	padding: 10px
}

#middle #vacancy .gbox:hover {
	background: rgba(9, 1, 15, 0.5)
}

#middle #vacancy .gbox img {
	width: 100px;
	float: left;
	display: block
}

#middle #vacancy .gbox div {
	margin-left: 110px
}

#middle #vacancy .gbox h1 {
	margin: 0;
	padding: 0 5px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 20px
}

#middle #vacancy .gbox h2 {
	margin: 0;
	padding: 0 5px;
	font-weight: 400;
	font-size: 17px
}

#middle #vacancy .gboxf {
	border-top: 1px solid #2c2c2c;
	background: rgba(9, 1, 15, 0.25);
	padding: 10px;
	border-radius: 8px
}

#middle #vacancy .dnone {
	display: none
}

#middle #vacancy #cpt {
	display: none;
	text-align: center;
	width: 100%;
	padding: 50px;
	position: fixed;
	z-index: 100
}

#middle #vacancy .inpText {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	border-radius: 8px;
	width: 292.5px;
	height: 40px;
	border: 1px solid #161616;
	background: rgba(9, 1, 15, 0.5);
	color: #fff;
	padding: 5px;
	margin: 2px 0;
	font-size: 16px;
	outline: none
}

#middle #vacancy .inpText-2 {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	max-width: 100%;
	max-height: 300px;
	min-width: 100%;
	height: 100px;
	min-height: 100px;
	border: 1px solid #161616;
	background: rgba(9, 1, 15, 0.5);
	border-radius: 8px;
	color: #fff;
	padding: 5px;
	margin: 2px 0;
	font-size: 16px;
	outline: none
}

#middle #vacancy .inpButt {
	cursor: pointer;
	outline: none;
	background: none;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	text-decoration: none;
	color: #fff;
	width: 170px;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	line-height: 50px
}

#middle #vacancy .inpButt:hover {
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

.support-trigger-mode-online {
	font-size: 16px !important;
	color: #fff !important;
}

#middle #vacancy .inpButt:not(:hover) {
	transition: .3s
}

#middle .topfaq {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	cursor: default;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	color: #d89735;
	border-radius: 8px;
	margin-bottom: 20px
}

#middle .toptit {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	cursor: default;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	color: #d89735;
	border-radius: 8px 8px 0 0
}

#middle .toptit2 {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	cursor: default;
	background: rgba(0, 0, 0, 0.25);
	text-align: center;
	color: #d89735;
	border-radius: 8px
}

#middle #blockfaqmain1 {
	float: left;
	width: 50%;
	padding: 5px;
	border-radius: 5px
}

#middle #blockfaqmain2 {
	float: right;
	width: 50%;
	padding: 5px;
	border-radius: 5px
}

#middle .blockfaq {
	width: 100%;
	cursor: default;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	float: left
}

#middle .boxfaq {
	background: rgba(0, 0, 0, 0.5);
	margin: 5px;
	margin-top: 0;
	padding: 10px 40px
}

#middle .buttfaq {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.42);
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
	padding: 15px;
	cursor: default
}

#middle .buttfaq i {
	float: right;
	padding-right: 10px;
	font-size: 25px
}

#middle .blockfaq h2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 600
}

#middle .blockfaq h2 img {
	width: 15px
}

#middle .blockfaq1 {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.2);
	cursor: default;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 0 0 8px 8px
}

#middle #account {
	color: #fff;
	font-size: 20px;
	padding-bottom: 1px
}

#middle #account #info {
	padding: 20px;
	font-size: 20px
}

#middle #account #form {
	margin: 0 auto;
	padding: 50px;
	width: 600px;
	text-align: center
}

#middle #account form #title {
	padding-bottom: 5px;
	text-align: left
}

#middle #account .inpText,
#middle #account .inpText-1 {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	width: 100%;
	height: 50px;
	border: 1px solid #161616;
	background: rgba(9, 1, 15, 0.45);
	border-radius: 8px;
	color: #fff;
	padding: 5px;
	margin: 2px 0;
	font-size: 18px;
	outline: none;
	float: left
}

#middle #account .inpText-1 {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	float: none;
	font-size: 16px;
	width: 100%;
	margin: 2px 0
}

#middle #account .inpTextarea {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	border: 1px solid #161616;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	padding: 5px;
	margin: 0;
	margin-top: 10px;
	font-size: 15px;
	outline: none
}

#inpButt {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	outline: none;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: right;
	text-decoration: none;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 17px;
	background: none;
	cursor: pointer;
	float: none
}

#inpButt:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

.icongua {
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icongua img {
	width: 20px;
	height: 20px
}

#inpButt:not(:hover) {
	transition: .3s
}

#middle #account .inpText:hover,
#middle #account .inpText-1:hover,
#middle #account .inpText:focus,
#middle #account .inpText-1:focus {
	background: rgba(9, 1, 15, 0.7)
}

#middle #account #b1,
#middle #account #b2 {
	width: 100%;
	height: 50px;
	border: 0;
	margin: 2px 0;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #21a921;
	cursor: pointer;
	outline: none;
	float: left
}

#middle #account #b1:hover,
#middle #account #b2:hover {
	background: #219121
}

#middle #account .inpButt {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: left;
	text-decoration: none;
	color: #fff;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	cursor: pointer;
	background: none;
	outline: none
}

#middle #account .inpButt:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

#middle #account .inpButt:not(:hover) {
	transition: .3s
}

#middle #account #usinfo {
	border-radius: 8px 8px 0 0;
	font-size: 20px;
	padding: 10px;
	background: rgba(9, 1, 15, 0.25)
}

#middle #account #usinfo #email {
	float: left;
	font-size: 25px;
	padding-left: 10px;
	padding-top: 5px
}

#middle #account #usinfo .exit {
	margin-left: 30px;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: right;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px;
	text-align: center;
	font-size: 14px
}

#middle #account #usinfo .exit:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

#middle #account #usinfo .exit:not(:hover) {
	transition: .3s
}

#middle #account #usinfo #idtr {
	height: 140px;
	padding: 30px 10px;
	padding-top: 35px
}

#middle #account #idtr #green {
	z-index: 0;
	margin-left: 380px;
	margin-top: 5px;
	height: 60px;
	position: absolute;
	background: #d89735
}

#middle #account #idtr .bg {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 40px 0 #000 inset;
	margin: 0 auto;
	width: 550px;
	background: rgba(88, 88, 88, 0.1);
	height: 70px;
	border: 5px solid #212121
}

#middle #account #idtr #text {
	text-shadow: 0 0 10px #000;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 2;
	width: 550px;
	text-align: center;
	padding-top: 18px
}

#middle #account #idtr #status,
#middle #account #idtr #newStatus {
	box-shadow: 0 0 5px 0 #000;
	position: relative;
	z-index: 1;
	margin-left: -15px;
	margin-top: -20px;
	float: left;
	border: 4px solid #252323;
	width: 100px;
	height: 100px;
	line-height: 94px;
	text-align: center;
	background: radial-gradient(circle at 65% 15%, #ffb94d, #3c2401);
	border-radius: 20%
}

#middle #account #idtr #newStatus {
	box-shadow: 0 0 10px 0 #000 inset;
	background: radial-gradient(circle at 65% 15%, #3a3a3a, black);
	float: right;
	margin-right: -15px;
	margin-left: 0
}

#middle #account #sd {
	padding-bottom: 10px;
	text-align: center
}

#middle #account #sd .sum {
	font-size: 22px;
	padding-top: 5px;
	padding-left: 10px
}

#middle #account #sd .dis {
	font-size: 19px;
	padding: 5px;
	padding-left: 10px
}

#middle #account #panel {
	border-radius: 0 0 8px 8px;
	padding: 5px;
	background: rgba(9, 1, 15, 0.25);
	padding-bottom: 10px
}

#middle #account #panel .button {
	text-align: center;
	border-radius: 8px;
	margin: 5px;
	margin-bottom: 0;
	padding: 15px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4)
}

#middle #account #panel .button:hover {
	background: rgba(0, 0, 0, 0.5)
}

#middle #account #panel .box {
	margin: 5px;
	margin-top: 0;
	padding: 10px 40px
}

#middle #account #bonusBlock {
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	border-top: 1px solid #212121
}

#middle #account #bonusBlock .button {
	width: 200px;
	margin: 10px auto;
	border: 1px solid #424200;
	padding: 10px 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.9) inset, 0 0 30px 0 rgba(255, 246, 0, 0.3);
	text-align: center;
	background: #fff600;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 10px #000;
	border-radius: 3px;
	cursor: pointer
}

#middle #account #bonusBlock .button:hover {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9) inset, 0 0 30px 0 rgba(255, 246, 0, 0.4)
}

#middle #account .game {
	width: calc(60% - 40px);
	border-radius: 8px;
	margin: 20px auto;
	padding: 20px;
	font-size: 15px;
	background: rgba(9, 1, 15, 0.4)
}

#middle #account .game img {
	width: 160px;
	float: right
}

#selectGame {
	color: #fff;
	font-size: 26px;
	background: rgba(11, 11, 11, 0.7);
	padding: 10px;
	cursor: pointer
}

#selectGame:hover {
	background: rgba(11, 11, 11, 0.8)
}

#selectGame img {
	width: 150px;
	text-align: center
}

#selectGame div {
	float: right;
	line-height: 90px;
	margin-right: 10px
}

#selectGamePanel1 .game {
	border: 1px solid #131313;
	width: calc(25% - 20px);
	margin: 10px;
	padding: 5px;
	float: left;
	border-radius: 8px;
	box-shadow: 0 0 3px 0 #000;
	background: rgba(11, 11, 11, 0.3);
	text-align: center;
	color: #fff;
	font-size: 19px;
	cursor: pointer;
	display: inline-block;
	position: relative
}

#selectGamePanel1 .game:hover {
	border: 1px solid #d89735;
	color: #fff;
	transition: .3s
}

#selectGamePanel1 .game:not(:hover) {
	transition: .3s
}

#selectGamePanel1 .game img {
	width: 100%;
	height: 100%;
	float: left
}

.texta {
	border-radius: 0 0 8px 8px;
	color: #fff;
	display: table-cell;
	left: 0;
	bottom: 0;
	width: 335px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 10px;
	margin: 5px
}

#selectGamePanel {
	display: none;
	padding: 0 10px 10px;
	margin: 0 auto
}

#selectGamePanel .game {
	display: block;
	position: relative;
	border: 1px solid #362e19;
	width: calc(25% - 20px);
	margin: 10px;
	padding: 5px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 19px;
	cursor: pointer
}

#selectGamePanel .game:before,
#selectGamePanel .game:after {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: all .3s ease;
	background-image: linear-gradient(to top, #ba7800, #362a19)
}

#selectGamePanel .game:before {
	right: -1px
}

#selectGamePanel .game:hover:before,
#selectGamePanel .game:hover:after {
	opacity: 1
}

#selectGamePanel .game:after {
	left: -1px
}

#selectGamePanel .game:hover {
	border-bottom-color: #d89735
}

#selectGamePanel .game img {
	max-width: 100%;
	height: auto;
	max-height: 127px;
}

#selectGamePanel .game .gametext {
	max-height: 50px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	background: rgba(9, 1, 15, 0.3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 17px
}

#frameacc {
	cursor: default;
	background: rgba(9, 1, 15, 0.6);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 16px
}

#frameacc h1 {
	font-size: 24px
}

#guides_form {
	cursor: default;
	background: rgba(11, 11, 11, 0.4);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px
}

#guides_form h1 {
	font-size: 24px
}

#selectGamePanel1 .game_g {
	width: 200px;
	margin: 5px;
	padding: 5px;
	float: left;
	border-radius: 2px;
	box-shadow: 0 0 3px 0 #000;
	background: rgba(11, 11, 11, 0.3);
	text-align: center;
	color: #fff;
	font-size: 19px;
	cursor: pointer
}

#selectGamePanel1 .game_g:hover {
	background: rgba(11, 11, 11, 0.3)
}

#selectGamePanel1 .game_g img {
	width: 100%;
	height: 190px;
	float: left
}

#selectGamePanel1 .game_g img:hover {
	opacity: .7
}

.texta_g {
	background: rgba(11, 11, 11, 0.5);
	display: block;
	left: 0;
	bottom: 0;
	width: 190px;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 10px;
	float: left
}

#nav {
	list-style: none
}

#selectGamePanel .sellGameBl {
	margin: 5px;
	height: 119px;
	width: 200px;
	float: left;
	display: block;
	position: relative
}

#selectGamePanel .sellGameBl:hover .description {
	left: auto;
	right: 0
}

#selectGamePanel .sellGame {
	width: 200px;
	height: 119px;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0 0 3px 0 #000;
	background: rgba(33, 33, 33, 0.8);
	text-align: center;
	color: #fff;
	font-size: 19px;
	cursor: pointer
}

#selectGamePanel .sellGame:hover {
	background: rgba(44, 44, 44, 0.8)
}

#selectGamePanel .sellGame img {
	width: 100%;
	height: 109px;
	float: left
}

#selectGamePanel .description {
	background: rgba(11, 11, 11, 0.8);
	box-shadow: 0 0 3px 0 #000;
	width: 200px;
	font-size: 14px;
	float: left;
	position: absolute;
	margin: 0 auto;
	padding: 5px;
	left: -999em;
	z-index: 998
}

#selectGamePanel .description .text {
	padding: 5px;
	color: #fff
}

#selectGamePanel .description .panel {
	height: 35px;
	margin: 5px;
	border-top: 1px solid #373737
}

#selectGamePanel .description .price {
	height: 35px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	float: left
}

#selectGamePanel .description .butt {
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 5px;
	width: 80px;
	border: 1px solid #003700;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.9) inset, 0 0 5px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	background: #009b00;
	color: #fff;
	font-size: 13px;
	text-shadow: 0 0 10px #000;
	border-radius: 1px;
	cursor: pointer
}

#selectGamePanel .description .butt:hover {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9) inset, 0 0 5px 0 rgba(66, 0, 0, 0.5)
}

#currencyPanel {
	margin-top: 10px
}

#currencyPanel .title {
	cursor: default;
	margin-right: 14px;
	border-radius: 8px;
	padding: 15px 100px;
	background: rgba(9, 1, 15, 0.6);
	float: left;
	text-align: center;
	color: #fff;
	border-bottom: 3px solid #161616
}

#currencyPanel .currency {
	margin: 0 8px;
	border-radius: 8px;
	width: calc(9.9% - 16px);
	padding: 15px 10px;
	padding-left: 38px;
	float: left;
	color: #fff;
	cursor: pointer;
	border-bottom: 3px solid #161616
}

#currencyPanel .rubl {
	background: url(images/c_rubl.jpg) no-repeat 8px center
}

#currencyPanel .doll {
	background: url(images/c_doll.jpg) no-repeat 8px center
}

#currencyPanel .grvn {
	background: url(images/c_grvn.jpg) no-repeat 8px center
}

#currencyPanel .euro {
	background: url(images/c_euro.jpg) no-repeat 8px center
}

#currencyPanel .teng {
	background: url(images/c_teng.jpg) no-repeat 8px center
}

#currencyPanel .brub {
	background: url(images/c_brub.jpg) no-repeat 8px center
}

#paytypePanel {
	background: #1a1a1a;
	margin-top: 3px
}

#paytypePanel .title {
	width: 148px;
	padding: 13px 10px;
	background: #1a1a1a;
	float: left;
	color: #fff
}

#paytypePanel .paytype {
	padding: 5px;
	height: 51px;
	padding-bottom: 0;
	width: 25%;
	float: left;
	cursor: pointer
}

#paytypePanel .paytype .text {
	color: #fff;
	font-size: 16px;
	padding-left: 5px;
	height: 40px;
	line-height: 40px;
	margin-left: 45px
}

#paytypePanel img {
	float: left;
	width: 30px;
	padding: 5px;
	text-align: center
}

#paytypeQIWI {
	margin-top: 3px;
	background: #161616;
	padding: 5px;
	display: none;
	color: #fff;
	line-height: 40px;
	padding-left: 15px
}

#qiwiNumber1 {
	height: 40px;
	width: 250px;
	border: 0;
	margin: 0;
	padding: 5px;
	margin-left: 10px;
	background: #121212;
	color: #fff;
	font-size: 17px;
	outline: none
}

#qiwiNumberDblBlock {
	margin-left: 94px;
	position: absolute;
	margin-top: -40px
}

#qiwiNumber2 {
	height: 40px;
	width: 250px;
	border: 0;
	margin: 0;
	padding: 5px;
	margin-left: 10px;
	background: #121212;
	color: #fff;
	font-size: 17px;
	outline: none
}

#paytypeBlock,
#paytypeBlock2,
#paytypeBlock3 {
	position: absolute;
	width: 650px;
	height: 51px;
	background: rgba(33, 33, 33, 0.9);
	margin-top: -204px;
	z-index: 1
}

#paytypeBlock2 {
	margin-top: -153px;
	height: 153px
}

#paytypeBlock3 {
	margin-top: -102px;
	height: 102px
}

#paytypeBlock4 {
	position: absolute;
	width: 162.5px;
	height: 51px;
	background: rgba(33, 33, 33, 0.9);
	margin-left: 487.5px;
	margin-top: 3px;
	z-index: 1
}

#dop {
	cursor: default;
	width: 75.8%;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	margin-left: 131px;
	margin-right: 1px;
	border-top: 0;
	background: #26293a;
	border-radius: 8px;
	color: #fff;
	padding: 10px;
	display: none
}

.dop2 {
	cursor: default;
	width: 100%;
	margin-bottom: 10px;
	border-top: 0;
	background: #26293a;
	border-radius: 8px;
	color: #fff;
	padding: 10px;
}

#buyPanel {
	padding: 5px 0;
	min-height: 55px;
	border-radius: 3px
}

#buyPanel #pp {
	cursor: default;
	padding: 5px;
	background: rgba(9, 1, 15, 0.6);
	border-radius: 8px;
	width: 485px;
	float: left
}

#buyPanel .price {
	float: left;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding-left: 5px
}

#buyPanel .price2 {
	float: left;
	height: 45px;
	padding-top: 5px;
	font-size: 14px;
	color: #d8d8d8;
	padding-left: 10px
}

#buyPanel #error {
	padding: 10px;
	display: none;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	background: #9b2121;
	border-radius: 20px;
	text-align: center
}

#errorr {
	padding: 10px;
	display: none;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	background: #9b2121;
	border-radius: 20px;
	text-align: center
}

#discount_loading {
	width: 6px;
	height: 6px;
	background: #c8c8c8;
	border-radius: 10px;
	position: absolute;
	margin-top: -42px;
	margin-left: 575px;
	display: none
}

#paytypePanel {
	border-radius: 8px;
	background: rgba(9, 1, 15, 0.6);
	margin-top: 10px
}

#paytypePanel .title {
	width: 148px;
	padding: 13px 10px;
	background: #1a1a1a;
	float: left;
	color: #fff
}

#paytypePanel .paytype {
	padding: 5px;
	height: 51px;
	padding-bottom: 0;
	width: 25%;
	float: left;
	cursor: pointer
}

#paytypePanel .paytype .text {
	color: #fff;
	font-size: 14px;
	padding-left: 5px;
	height: 40px;
	line-height: 40px;
	margin-left: 45px
}

#paytypePanel img {
	float: left;
	width: 30px;
	padding: 5px;
	text-align: center
}

#paytypeQIWI {
	margin-top: 3px;
	background: #161616;
	padding: 5px;
	display: none;
	color: #fff;
	line-height: 40px;
	padding-left: 15px
}

#qiwiNumber1 {
	height: 40px;
	width: 250px;
	border: 0;
	margin: 0;
	padding: 5px;
	margin-left: 10px;
	background: #121212;
	color: #fff;
	font-size: 17px;
	outline: none
}

#qiwiNumberDblBlock {
	margin-left: 94px;
	position: absolute;
	margin-top: -40px
}

#qiwiNumber2 {
	height: 40px;
	width: 250px;
	border: 0;
	margin: 0;
	padding: 5px;
	margin-left: 10px;
	background: #121212;
	color: #fff;
	font-size: 17px;
	outline: none
}

#paytypeBlock,
#paytypeBlock2,
#paytypeBlock3 {
	position: absolute;
	width: 650px;
	height: 51px;
	background: rgba(33, 33, 33, 0.9);
	margin-top: -153px;
	z-index: 1
}

#paytypeBlock2 {
	margin-top: -102px;
	height: 102px
}

#paytypeBlock3 {
	margin-top: -51px;
	height: 102px
}

#paytypeBlock4 {
	position: absolute;
	width: 162.5px;
	height: 51px;
	background: rgba(33, 33, 33, 0.9);
	margin-left: 487.5px;
	margin-top: 3px;
	z-index: 1
}

#summDubl {
	margin-left: 130px;
	margin-top: 3px;
	position: absolute
}

#buyForm #get,
#buyForm #pay {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	padding: 10px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	font-size: 18px;
	outline: none;
	color: #fefefe;
	height: 45px;
	margin: 3px 0;
	border: 2px solid #26293a;
	background: rgba(9, 1, 15, 0.5);
	border-radius: 8px 0 0 8px
}

.new_nplv {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 12px 0 0
}

#buyForm label {
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 3px;
	color: #fff
}

.for_getpay_i {
	border-radius: 0 8px 8px 0;
	padding: 10px;
	background: #26293a;
	margin: 3px 0;
	font-size: 20px;
	min-width: 41px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.for_getpay_i img {
	width: 20px;
	height: 20px
}

.flex {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.posled {
	float: left;
	padding: 10px;
	color: #000;
	border-radius: 10px;
	border: 1px solid silver
}

.posled:hover {
	background-color: #6441a4;
	border: 1px solid #6441a4;
	color: #fefefe
}

.posleda {
	float: left;
	padding: 10px;
	border-radius: 10px;
	background-color: #6441a4;
	border: 1px solid #6441a4;
	color: #fefefe
}

#summDubl #payDbl {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	height: 45px;
	margin: 0;
	margin-left: 26px;
	border: 1px solid #161616;
	background-color: #20222f;
	border-radius: 8px 8px 0 0;
	color: #fff;
	padding: 5px;
	padding-left: 35px;
	font-size: 14px;
	outline: none;
	width: 219px;
	z-index: 0
}

.gameblock1 {
	width: 50%;
	float: left
}

.gameblock2 {
	margin-left: 20px;
	width: 48%;
	float: right
}

#buyForm {
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px
}

#buyForm .title_pro {
	margin: 3px 10px;
	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;
}

#down {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#buyForm .title {
	cursor: default;
	width: 125px;
	height: 45px;
	margin: 3px 0;
	float: left;
	line-height: 45px;
	padding-left: 5px;
	color: #fff;
	text-align: left
}

#selectServer {
	width: 76%;
	margin-left: 130px;
	cursor: pointer;
	margin-top: 3px;
	border: 2px solid #26293a;
	background: rgba(9, 1, 15, 0.5);
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 16px;
	padding: 12px 10px
}

#selectServerPanel {
	border-radius: 8px;
	max-height: 338px;
	overflow-y: auto;
	display: none;
	position: absolute;
	z-index: 100;
	width: 448px;
	border-bottom: 0;
	padding: 5px;
	background: #26293a;
	box-shadow: 0 2px 10px -2px #000;
	margin-left: 131px
}

.sel::-webkit-scrollbar-track {
	border-radius: 30px;
	background-color: #26293a
}

.sel::-webkit-scrollbar {
	width: 12px
}

.sel::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #626580
}

#buyForm #selectCurrency {
	width: 244px;
	margin-left: 130px;
	height: 45px;
	line-height: 35px;
	cursor: pointer;
	margin-top: 3px;
	border: 1px solid #161616;
	background: rgba(33, 33, 33, 0.9);
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	position: relative;
	z-index: 88
}

#buyForm #selectCurrencyPanel {
	display: none;
	position: absolute;
	z-index: 87;
	width: 242px;
	border: 1px solid #212121;
	border-bottom: 0;
	padding: 5px;
	background: rgba(55, 55, 55, 0.9);
	box-shadow: 0 2px 10px -2px #000;
	margin-left: 131px;
	margin-top: -228px;
	text-align: center
}

#buyForm .option {
	border-radius: 8px;
	padding: 8px;
	margin: 0;
	border-bottom: 1px dashed #212121;
	color: #fff;
	cursor: pointer
}

#buyForm .option:hover {
	background: rgba(255, 255, 255, 0.09);
	border-bottom: 1px solid #3a3c4c
}

#buyForm .equally {
	color: #a0a0a0;
	width: 10%;
	margin: 28px 0 10px;
	border-radius: 0 10px 10px 0;
	padding: 10px;
	font-size: 22px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#buyForm .equally img {
	width: 28px;
	height: 28px
}

#buyForm #price {
	cursor: default;
	width: 75.8%;
	height: 35px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	margin-left: 131px;
	margin-right: 1px;
	background: #ccc;
	border-top: 0;
	background: #26293a;
	border-radius: 0 0 8px 8px;
	color: #fff;
	padding: 5px 10px
}

#buyForm .text {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	width: 77%;
	height: 45px;
	margin: 3px 0;
	background: rgba(9, 1, 15, 0.5);
	border-radius: 8px;
	color: #fff;
	border: 2px solid #26293a;
	padding: 10px;
	font-size: 16px;
	outline: none
}

#buyForm .text:hover {
	background: rgba(9, 1, 15, 0.3)
}

#buyForm .text:focus {
	background: rgba(9, 1, 15, 0.5)
}

#buyForm .textpromo {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	width: 280px;
	height: 45px;
	margin: 3px 0;
	border: 2px solid #26293a;
	background: rgba(9, 1, 15, 0.5);
	border-radius: 8px;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	outline: none
}

#buyForm .textpromo:hover,
#buyForm #get:hover,
#buyForm #pay:hover {
	background: rgba(9, 1, 15, 0.3)
}

#buyForm .textpromo:focus,
#buyForm #get:focus,
#buyForm #pay:focus {
	background: rgba(9, 1, 15, 0.5)
}

#buyForm textarea {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	width: 77%;
	margin: 3px 0;
	max-width: 77%;
	min-width: 77%;
	min-height: 100px;
	max-height: 120px;
	border: 2px solid #26293a;
	background: rgba(9, 1, 15, 0.5);
	border-radius: 8px;
	color: #fff;
	padding: 10px;
	padding-top: 13px;
	font-size: 16px;
	outline: none
}

#buyForm textarea:hover {
	background: rgba(9, 1, 15, 0.3)
}

#buyForm textarea:focus {
	background: rgba(9, 1, 15, 0.5)
}

#buyForm input[type=submit],
#buyForm input[type=button] {
	outline: none;
	cursor: pointer;
	min-width: 20%;
	background: none;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: right;
	text-decoration: none;
	color: #fff;
	width: 10%;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	display: block
}

#buyForm input[type=submit]:hover,
#buyForm input[type=button]:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

#buyForm input[type=submit]:not(:hover),
#buyForm input[type=button]:not(:hover) {
	transition: .3s
}

#buyForm #discount {
	border: 1px solid #161616;
	color: #fff;
	border-radius: 8px;
	margin: 10px 0;
	background: #26293a
}

#buyForm #discount #title {
	cursor: default;
	padding: 10px 0;
	color: #fff
}

#buyForm #discount .left {
	height: 170px;
	width: 50%;
	float: left;
	padding: 10px
}

#buyForm #discount .right {
	cursor: default;
	margin-left: 50%;
	padding: 10px
}

#reviews #butt {
	padding: 15px 0
}

#reviews #butt .butt {
	width: calc(33.3% - 184px);
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0 92px;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	line-height: 50px
}

#reviews #butt .butt:hover {
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

#reviews #butt .butt:not(:hover) {
	transition: .3s
}

.servLeft {
	width: 200px;
	float: left
}

.servLeft .img {
	width: 200px;
	height: 115px;
	box-shadow: 0 0 5px 0 #000
}

.servLeft .panel {
	margin: 2px 0
}

.servLeft .panel .link {
	padding: 5px;
	background: rgba(11, 11, 11, 0.6);
	color: #fff;
	border-radius: 1px;
	font-size: 14px
}

.servLeft .panel .link img {
	width: 35px;
	height: 35px;
	margin-right: 5px
}

.servLeft .panel .buy {
	padding: 5px;
	padding-left: 10px;
	background: rgba(11, 11, 11, 0.6);
	margin-top: 3px;
	border-radius: 1px
}

.servLeft .price {
	height: 35px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	float: left
}

.servLeft .butt {
	height: 35px;
	line-height: 35px;
	float: right;
	width: 80px;
	border: 1px solid #003700;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.9) inset, 0 0 5px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	background: #009b00;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 0 10px #000;
	border-radius: 2px;
	cursor: pointer
}

.servLeft .butt:hover {
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.9) inset, 0 0 5px 0 rgba(66, 0, 0, 0.5)
}

.servRight {
	margin-left: 210px
}

.servRight .fulltext {
	color: #fff
}

.screens img {
	float: left;
	margin: .5%;
	width: 49%;
	height: 225px;
	box-shadow: 0 0 5px 0 #000
}

#social {
	width: 100%;
	background-color: #26293a
}

#social .socialblock {
	max-width: 1200px;
	margin: 0 auto
}

#social .socialtxt {
	cursor: default;
	color: #fff;
	padding: 40px;
	float: left;
	font-size: 20px;
	font-weight: 600;
	width: 50%
}

#social .socialicon {
	color: #fff;
	padding: 33px;
	float: right;
	font-size: 18px;
	width: 50%
}

#social .iconfooter {
	float: right;
	width: 20%
}

#social .iconfooter a img {
	width: 40px
}

#social .iconfooter a img:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: .3s
}

#social .iconfooter a img:not(:hover) {
	transition: .3s
}

#footer {
	width: 100%;
	background-color: #12141f
}

#footer #onlyone {
	max-width: 1200px;
	margin: 0 auto
}

#footer #onlyone .blackblock {
	padding: 30px 0;
	color: #fff;
	text-align: center;
	max-width: 25%;
	min-width: 25%;
	float: left
}

#footer .blackblockdop {
	cursor: default;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 20px
}

#footer #onlyone .onlyu {
	padding: 12px;
	font-size: 17px;
	cursor: default
}

#footer #onlyone .onlyuu {
	padding: 12px;
	font-size: 17px
}

#footer #onlyone .onlyw {
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#footer #onlyone .onlyw img {
	width: 20px;
	margin-right: 5px
}

#footer #onlyone .onlyw:hover {
	color: #d89735;
	transition: .3s
}

#footer #onlyone .onlyw:not(:hover) {
	transition: .3s
}

#header .overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0, 0, 0, 0.65);
	position: fixed;
	cursor: default
}

#header .overlay:target {
	display: block
}

#header .popup {
	top: -200%;
	right: 0;
	left: 50%;
	font-size: 14px;
	z-index: 20;
	margin: 0;
	width: 85%;
	min-width: 320px;
	max-width: 500px;
	position: fixed;
	padding: 15px;
	border: 1px solid #383838;
	background: #fefefe;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px
}

#header .overlay:target+.popup {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%
}

#header .close {
	top: -25px;
	right: -20px;
	width: 20px;
	height: 20px;
	position: absolute;
	padding: 0;
	color: #fff
}

#header .close:hover {
	color: #d89735;
	transition: .3s
}

#header .close:not(:hover) {
	transition: .3s
}

#header .popup .popupmain {
	margin-top: 10px;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 600
}

#header .popup .popupbuttt {
	margin-right: 20px;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
	background-color: #2ca4d7;
	width: 40%;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px
}

#header .popup .popupbutts {
	margin-right: 20px;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
	background-color: #00aef3;
	width: 40%;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px
}

#header .popup .popupbuttv {
	color: #fff;
	margin-bottom: 25px;
	margin-left: 20px;
	border-radius: 8px;
	background-color: #2a5885;
	width: 40%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px
}

#header .popup .popupbuttw {
	margin-right: 20px;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
	background-color: #25d366;
	width: 40%;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px
}

.pagination {
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.pagination li {
	list-style-type: none;
	text-align: center;
	width: 35px;
	line-height: 35px;
	border-radius: 10px;
	margin: 5px;
	color: #c8c8c8;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.2)
}

.pagination li:hover {
	background: rgba(0, 0, 0, 0.2)
}

.cnt-butt {
	border-radius: 8px;
	min-width: 35px;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	color: #c8c8c8;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer
}

.cnt-butt:hover {
	background: rgba(0, 0, 0, 0.2)
}

#buyForm .for_text_gp {
	width: 45%;
	margin-bottom: 10px
}

.for_getpay {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

#buyForm .for_text_gp label {
	width: 100%
}

#header .popup .popupbutte {
	margin-left: 20px;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
	background-color: #2c87f2;
	width: 40%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px
}

#header .popup .popupbuttf {
	margin-left: 20px;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 8px;
	background-color: #3b5998;
	width: 40%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px
}

.breadcrumbs {
	margin: 0;
	font-weight: 600;
	padding: 10px;
	font-size: 15px
}

.breadcrumbs li {
	display: inline-block
}

.breadcrumbs li::before {
	content: '>';
	margin-left: 5px;
	margin-right: 5px;
	color: #dadada
}

.breadcrumbs li:first-child::before {
	content: ''
}

.popupbuttv img,
.popupbutts img,
.popupbuttf img,
.popupbuttw img,
.popupbutte img,
.popupbuttt img {
	width: 20px;
	height: 20px;
	margin-right: 5px
}

.popupbuttv,
.popupbutts,
.popupbuttf,
.popupbuttw,
.popupbutte,
.popupbuttt {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcr {
	color: #d89735;
	text-decoration: none
}

.breadcr:hover {
	opacity: .6;
	transition: .3s
}

.breadcr:not(:hover) {
	transition: .3s
}

.minka {
	font-size: 16px;
	cursor: default;
	font-weight: 700;
	border-top: 0;
	border: 2px solid #26293a;
	background: #26293a;
	border-radius: 8px;
	color: #fff;
	margin-right: 12px;
	padding: 8px 10px
}

#header .popup .popupbuttt:hover {
	opacity: .75;
	transition: .3s
}

#header .popup .popupbutts:hover {
	opacity: .75;
	transition: .3s
}

#header .popup .popupbuttv:hover {
	opacity: .75;
	transition: .3s
}

#header .popup .popupbuttw:hover {
	opacity: .75;
	transition: .3s
}

#header .popup .popupbutte:hover {
	opacity: .75;
	transition: .3s
}

#header .popup .popupbuttf:hover {
	opacity: .75;
	transition: .3s
}

#header .popup .popupbuttt:not(:hover) {
	transition: .3s
}

#header .popup .popupbutts:not(:hover) {
	transition: .3s
}

#header .popup .popupbuttv:not(:hover) {
	transition: .3s
}

#header .popup .popupbuttw:not(:hover) {
	transition: .3s
}

#header .popup .popupbutte:not(:hover) {
	transition: .3s
}

#header .popup .popupbuttf:not(:hover) {
	transition: .3s
}

.imgsele {
	max-width: calc(100% - 10px);
	margin: 5px;
	text-align: center
}

.imgsele img {
	max-width: calc(20% - 10px);
	height: 110px
}

.digi {
	padding: 5px
}

.filter {
	padding: 5px 0
}

.filter .select {
	width: calc(25% - 10px);
	border-radius: 8px;
	float: left;
	padding: 5px;
	margin: 5px;
	margin-top: 0;
	background: rgba(9, 1, 15, 0.25)
}

.filter .select .name {
	color: #dcdcdc;
	line-height: 35px;
	float: left;
	width: 100px;
	padding: 0 5px;
	font-size: 15px
}

.filter .select .elBox {
	margin-left: 100px;
	min-height: 35px
}

.filter .select .sElem {
	border-radius: 8px;
	line-height: 35px;
	padding: 0 10px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	background: no-repeat right center;
	background-color: #35384a;
	font-size: 13px;
	background-image: url(https://wardengold.ru/images/select.png)
}

.filter .select .sElem:hover {
	background-color: rgba(0, 0, 0, 0.3)
}

.filter .select .elems {
	width: 176.5px;
	background: #181a27;
	position: absolute;
	z-index: 50;
	display: none;
	font-size: 14px
}

.filter .select .elems .elem {
	color: #fff;
	line-height: 30px;
	padding: 0 5px;
	border-top: 1px solid rgba(144, 144, 144, 0.1);
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer
}

.filter .select .elems .elem:hover {
	background: rgba(0, 0, 0, 0.7)
}

.filter .select .elems .elem:nth-child(1) {
	border: 0
}

.filter .srchBox {
	padding: 5px;
	margin: 5px;
	margin-bottom: 0;
	background: rgba(9, 1, 15, 0.25);
	clear: left;
	border-radius: 8px
}

.filter .srchBox .text {
	color: #dcdcdc;
	line-height: 35px;
	float: left;
	width: 200px;
	padding: 0 5px;
	font-size: 15px
}

.filter .srchBox input[type=text] {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	display: block;
	width: calc(100% - 200px);
	height: 35px;
	background-color: #35384a;
	border-radius: 8px;
	outline: none;
	text-indent: 10px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	border: 0
}

.filter .srchBox input[type=text]:hover {
	background-color: rgba(0, 0, 0, 0.3)
}

.filter .srchBox input[type=text]:focus {
	background-color: rgba(0, 0, 0, 0.3);
	cursor: text
}

.filter .srchBox .srchButt {
	width: 35px;
	height: 35px;
	background: no-repeat center;
	background-image: url(images/search.png);
	float: right;
	margin-top: -37px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer
}

.filter .srchBox .srchButt:hover {
	background-color: rgba(0, 0, 0, 0.3)
}

.srch-pagesBlock {
	border-radius: 8px;
	padding: 5px;
	margin: 5px;
	background: rgba(9, 1, 15, 0.25);
	text-align: center
}

.cnt-butt {
	border-radius: 8px;
	min-width: 35px;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	color: #c8c8c8;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer
}

.cnt-butt:hover {
	background: rgba(0, 0, 0, 0.2)
}

.digiElem0 {
	border-radius: 8px;
	float: left;
	width: calc(25% - 14px);
	min-height: 150px;
	margin: 7px;
	background: rgba(9, 1, 15, 0.25)
}

.digiElem0 img {
	height: 243px;
	margin: 20px
}

.digiElem0 .name {
	border-radius: 8px 8px 0 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	min-height: 70px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: table;
	vertical-align: middle;
	margin: 0
}

.digiElem0 .name div {
	display: table-cell;
	vertical-align: middle
}

.digiElem0 .cat {
	text-align: center;
	width: 100%;
	float: left;
	font-size: 15px;
	color: #c8c8c8;
	padding: 10px 30px
}

.digiElem0 .cat b {
	color: #fff
}

.digiElem0 .price {
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	padding: 2px 10px;
	text-align: center;
	width: 175px
}

.digiElem0 .butt {
	width: 70%;
	margin: 4% 15%;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	line-height: 40px;
	display: inline-block;
	cursor: pointer
}

.digiElem0 .butt:hover {
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

.digiElem0 .butt:not(:hover) {
	transition: .3s
}

#content {
	margin: 0 auto;
	max-width: 540px;
	width: 100%;
	border-radius: 8px;
	cursor: default;
	color: #fff;
	padding: 10px;
	background: rgba(9, 1, 15, 0.8);
	font-size: 17px
}

#content h6 {
	font-size: 30px;
	margin: 10px auto;
	margin-bottom: 20px
}

#content input[type=text] {
	font-family: 'Gilroy', arial;
	font-weight: 600;
	font-style: normal;
	width: 100%;
	height: 45px;
	margin: 3px 0;
	border: 1px solid #161616;
	background: #35384a;
	border-radius: 8px;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	outline: none
}

#content input[type=text]:hover {
	background: #282a38
}

#content input[type=text]:focus {
	background: #282a38
}

#content input[type=submit],
#content #bl input[type=button] {
	width: 200px;
	height: 45px;
	background: none;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #3167ff;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	outline: none;
	cursor: pointer
}

#content input[type=submit]:hover,
#content #bl input[type=button]:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #3167ff;
	color: #fff;
	transition: .3s
}

#content input[type=submit]:not(:hover),
#content #bl input[type=button]:not(:hover) {
	transition: .3s
}

#tablele table {
	margin-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	margin-top: 5px
}

#tablele .td0 {
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	color: #d89735
}

#tablele .td1 {
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 20px
}

#back {
	width: 200px;
	height: 45px;
	background: none;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #ff3131;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	outline: none;
	cursor: pointer
}

#back:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #ff3131;
	color: #fff;
	transition: .3s
}

#back:hover:not(:hover) {
	transition: .3s
}

#inback {
	width: 200px;
	height: 45px;
	background: none;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #3167ff;
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	text-align: center;
	font-size: 17px;
	outline: none;
	cursor: pointer
}

#inback:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #3167ff;
	color: #fff;
	transition: .3s
}

#inback:hover:not(:hover) {
	transition: .3s
}

.lkka {
	border-radius: 1px;
	padding: 10px;
	width: 380px;
	margin: 0 auto
}

.lkkaa {
	border-radius: 8px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
	width: 380px;
	margin: 0 auto
}

input[type=text] {
	width: 470px;
	height: 45px;
	margin: 3px 0;
	border: 1px solid #161616;
	background: rgba(67, 94, 138, 0.35);
	border-radius: 5px;
	color: #fff;
	padding: 5px;
	font-family: arial;
	font-size: 14px;
	outline: none
}

.logolegi img {
	border-radius: 0 0 5px 5px;
	max-width: 100%
}

.namelegi {
	cursor: default;
	background: rgba(11, 11, 11, 0.4);
	color: #fff;
	padding: 23px;
	text-align: center;
	font-size: 23px
}

.paylegi0 {
	cursor: default;
	width: 35%;
	padding: 10px;
	float: left;
	background: #35384a;
	text-align: center;
	border-radius: 8px;
	font-weight: 600;
	color: #fff
}

.paypay {
	padding: 10px
}

.paylegi3 {
	width: 35%;
	cursor: pointer;
	background: none;
	margin-left: 3%;
	font-weight: 600;
	border-radius: 8px;
	border: 1px solid #d89735;
	float: right;
	text-decoration: none;
	color: #fff;
	padding: 0 3%;
	text-align: center;
	font-size: 17px;
	line-height: 42px;
	outline: none
}

.paylegi3:hover {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #d89735;
	color: #fff;
	transition: .3s
}

.paylegi3:not(:hover) {
	transition: .3s
}

.imgopt {
	border-radius: 8px;
	width: 100%;
	float: left
}

.instr {
	border-right: 3px solid #000;
	background: rgba(11, 11, 11, 0.8);
	height: 52px;
	margin-top: 10px;
	width: 325px;
	float: left;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 19px
}

.youtubeopt {
	width: 100%;
	border-radius: 8px 8px 0 0;
	line-height: 26px;
	cursor: default;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 23px;
	margin-top: 10px;
	float: left
}

.textforyouopt {
	width: 100%;
	border-radius: 0 0 8px 8px;
	cursor: default;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	float: left
}

.textyouopt1 {
	width: calc(50% - 5px);
	margin: 10px 5px 0 0;
	float: left
}

.textyouopt2 {
	width: calc(50% - 5px);
	margin: 0 0 0 5px;
	float: left
}

.youtube {
	border-radius: 8px 8px 0 0;
	line-height: 26px;
	cursor: default;
	width: 100%;
	margin-top: 10px;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	float: left
}

.options {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px
}

.option {
	margin: 8px 0;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px
}

.option:hover {
	background: #35384a
}

.option .optionText {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	margin-left: 10px
}

.option .opLeft {
	margin-right: 100px
}

.option .opRight {
	float: right
}

.youtube3 {
	margin-top: 10px;
	line-height: 26px;
	cursor: default;
	width: 100%;
	height: 52px;
	background: rgba(11, 11, 11, 0.6);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 23px;
	float: left
}

.textforyou3 {
	margin-bottom: 10px;
	cursor: default;
	background: rgba(11, 11, 11, 0.3);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	float: left
}

.youtube1 {
	width: 100%;
	height: 52px;
	margin-top: 10px;
	background: rgba(11, 11, 11, 0.8);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 19px;
	float: left
}

.textforyou {
	border-radius: 0 0 8px 8px;
	cursor: default;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	width: 100%;
	float: left
}

.photo .navigation .previous {
	opacity: .1;
	background: url(images/edit_move_left.png) no-repeat center;
	cursor: pointer;
	width: 300px;
	height: 100%;
	float: left;
	line-height: 30px;
	color: #c8c8c8;
	font-family: arial;
	font-size: 17px;
	text-align: left;
	padding-left: 10px
}

.photo .navigation .previous:hover {
	opacity: 1
}

.photo .navigation .next {
	opacity: .3;
	background: url(images/edit_move_right.png) no-repeat center;
	cursor: pointer;
	width: 300px;
	height: 100%;
	float: right
}

.photo .navigation .next:hover {
	opacity: 1
}

.photo .navigation .close {
	cursor: pointer;
	width: 100px;
	height: 100%;
	position: absolute;
	left: 100%;
	margin-left: -100px;
	text-align: center;
	line-height: 50px;
	color: #c8c8c8;
	font-family: arial;
	font-size: 17px
}

.photo .navigation .close:hover {
	background-color: rgba(0, 0, 0, 0.1);
	color: #f5f5f5
}

@font-face {
	font-family: 'Gilroy';
	src: url(fonts/Gilroy-SemiBold.eot);
	src: local('Gilroy SemiBold'), local(Gilroy-SemiBold), url(fonts/Gilroy-SemiBold.eot@) format("embedded-opentype"), url(fonts/Gilroy-SemiBold.woff) format("woff"), url(fonts/Gilroy-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@media (max-width: 1199px) {
	#buyForm .for_text_gp {
		width: 100%
	}

	.new_nplv {
		margin: 10px 0 0 0
	}

	.option .optionText {
		font-size: 16px
	}

	.options {
		margin-left: 0;
		margin-right: 0
	}

	.textyouopt1 {
		width: 100%;
		margin: 10px 0 0
	}

	.textyouopt2 {
		width: 100%;
		margin: 0
	}

	#header #txtmiddle {
		padding: 21% 8% 10%
	}

	#middle #account .inpTextarea {
		font-size: 16px
	}

	#middle #account .inpText-1 {
		font-size: 16px
	}

	.filter .srchBox input[type=text] {
		font-size: 16px
	}

	#currencyPanel .title {
		width: 100%;
		margin-right: 0
	}

	#buyPanel .price2 {
		float: right;
		padding-right: 10px
	}

	#header .lilili {
		margin: 20px;
		width: calc(100% - 40px);
		text-align: center;
		margin-bottom: 5%
	}

	#middle #account .game img {
		width: 20%
	}

	.lkka {
		width: 100%
	}

	.lkkaa {
		width: 100%
	}

	#back {
		margin-bottom: 3%;
		width: 100%
	}

	#inback {
		margin-bottom: 3%;
		width: 100%
	}

	#content input[type=submit],
	#content #bl input[type=button] {
		margin-bottom: 5%;
		width: 100%
	}

	.filter .srchBox .text {
		display: none
	}

	.filter .srchBox input[type=text] {
		width: 100%
	}

	.filter .select .elems {
		width: 100%;
		position: relative
	}

	.filter .select {
		width: calc(100% - 10px)
	}

	.digiElem0 .butt {
		width: calc(100% - 40px);
		margin: 4% 20px
	}

	.digiElem0 .cat {
		width: 100%
	}

	.digiElem0 img {
		width: calc(100% - 40px);
		height: auto
	}

	#header .popup .popupbuttt {
		margin-bottom: 3%;
		margin-right: 0;
		width: 100%
	}

	#header .popup .popupbutts {
		margin-bottom: 3%;
		margin-right: 0;
		width: 100%
	}

	#header .popup .popupbuttv {
		margin-bottom: 3%;
		margin-left: 0;
		width: 100%
	}

	#header .popup .popupbuttw {
		margin-bottom: 3%;
		margin-right: 0;
		width: 100%
	}

	#header .popup .popupbutte {
		margin-bottom: 3%;
		margin-left: 0;
		width: 100%
	}

	#header .popup .popupbuttf {
		margin-bottom: 3%;
		margin-left: 0;
		width: 100%
	}

	#middle #blockfaqmain1 {
		width: 100%
	}

	#middle #blockfaqmain2 {
		width: 100%
	}

	.minka {
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}

	.equally {
		display: none
	}

	#summDubl {
		margin-left: 0;
		width: 100%;
		margin-top: 54px
	}

	#buyForm textarea {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		font-size: 16px
	}

	#buyForm .text {
		width: 100%;
		font-size: 16px
	}

	#buyForm #price {
		width: 100%;
		margin-left: 0
	}

	#buyForm #pay {
		width: 86%;
		margin-left: 0;
		font-size: 16px
	}

	#buyForm #get {
		width: 86%;
		margin-left: 0;
		font-size: 16px
	}

	#summDubl #payDbl {
		width: 100%;
		margin-left: 0;
		margin-top: 6px;
		font-size: 16px
	}

	#summDubl #getDbl {
		width: 100%;
		margin-left: 0;
		border-radius: 8px;
		font-size: 16px
	}

	#selectServerPanel {
		width: 100%;
		margin-left: 0
	}

	#selectServer {
		width: 100%;
		margin-left: 0;
		text-align: center
	}

	#buyForm .title {
		width: 20%
	}

	#buyForm input[type=submit],
	#buyForm input[type=button] {
		width: 100%;
		margin-top: 10px
	}

	#buyPanel #pp {
		width: 100%
	}

	#currencyPanel .currency {
		width: calc(33.3% - 16px);
		margin-top: 5px
	}

	#buyForm #discount .left {
		width: 100%;
		float: left;
		height: 100%
	}

	#buyForm #discount .right {
		margin-left: 0;
		width: 100%;
		float: left
	}

	#header .headmenu {
		margin-top: 20px
	}


	#social {
		display: none
	}

	#paytypePanel .paytype {
		width: 100%
	}

	#header .headmenu {
		margin-top: 20px
	}

	#middle #guarantees .gbox {
		width: calc(100% - 20px)
	}

	#middle #account .game {
		width: calc(100% - 20px)
	}

	#header .headbutt {
		float: none;
		font-size: 40px;
		margin-left: 0
	}

	#selectGamePanelk .game {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 15px
	}

	#selectGamePanelk .game .gametext {
		display: inherit;
		font-size: 35px
	}

	#selectGamePanelk {
		padding: 0
	}

	.breadcrumbs {
		font-size: 20px
	}

	#selectGamePanel0 .game .gametext {
		display: inline-table;
		font-size: 35px
	}

	#selectGamePanel0 .game {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 15px
	}

	#selectGamePanel0 .game img {
		height: auto
	}

	#middle #account #sd {
		padding-top: 20px
	}

	#middle #vacancy .inpText {
		width: 100%
	}

	#middle #account #usinfo #idtr {
		display: none
	}

	#middle .gubox {
		width: 100%;
		margin: 10px 0
	}

	#header {
		max-width: 800px
	}

	#page {
		max-width: 800px
	}

	#middle {
		width: 100%;
		margin-left: 0
	}

	#middle .bartxttop {
		margin: 0;
		font-size: 35px
	}

	#middle .bartxt {
		margin: 0;
		font-size: 25px
	}

	#selectGamePanel {
		padding: 0
	}

	.texta {
		display: inline-block;
		font-size: 35px
	}

	#selectGamePanel .game {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 15px
	}

	#selectGamePanel1 .game {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 15px
	}

	.gameblock2 {
		width: 100%;
		float: left;
		margin-left: 0
	}

	.gameblock1 {
		width: 100%;
		position: relative
	}

	.digiElem0 {
		width: calc(100% - 10px)
	}

	#reviews #butt .butt {
		width: calc(100% - 20px);
		float: none;
		margin: 2% 10px
	}

	.filter .srchBox .srchButt {
		display: none
	}

	.photo .navigation .next {
		display: none
	}

	.photo .navigation .previous {
		display: none
	}

	.photo .navigation #previous {
		display: none
	}

	.photo .navigation .close {
		width: 10%
	}
}

@media (max-width: 991px) {
	#header #txtmiddle {
		padding: 40% 13% 15%
	}

	.help-tip {
		display: none
	}

	#header {
		max-width: 800px
	}

	#page {
		max-width: 800px
	}

	#middle {
		width: 100%;
		margin-left: 0
	}
}

@media (max-width: 767px) {
	.imgsele img {
		height: 60px
	}

	#header #txtmiddle {
		padding: 40% 0 15%
	}

	#header .headbuttsup {
		line-height: 48px
	}

	#header .headbuttrew {
		margin-left: 3%;
		padding: 0 6%
	}

	#header {
		max-width: 610px
	}

	#page {
		max-width: 610px
	}

	#middle {
		width: 100%;
		margin-left: 0
	}
}

::-webkit-input-placeholder {
	color: #e2e2e2
}

:-moz-placeholder {
	color: #e2e2e2
}

::-moz-placeholder {
	color: #e2e2e2
}

:-ms-input-placeholder {
	color: #e2e2e2
}

/* Мобильный футер - по умолчанию скрыт */
.mobile-footer {
    display: none;
    padding: 20px 15px;
    background-color: #12141f;
}

.mobile-footer-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.mobile-footer-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.mobile-footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.mobile-footer-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #d89735;
    margin: 8px auto 0;
}

.mobile-footer-content {
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.mobile-footer-link {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    font-size: 16px;
    transition: color 0.3s;
}

.mobile-footer-link:hover {
    color: #d89735;
}

.mobile-footer-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Показываем мобильный футер на экранах меньше 1200px */
@media (max-width: 1199px) {
    .desktop-footer {
        display: none;
    }
    
    .mobile-footer {
        display: block;
    }
    
    /* Убираем скрытие социального блока, если он есть */
    #social {
        display: block !important;
    }
}

/* Дополнительная адаптация для очень маленьких экранов */
@media (max-width: 480px) {
    .mobile-footer {
        padding: 15px 10px;
    }
    
    .mobile-footer-title {
        font-size: 16px;
    }
    
    .mobile-footer-link {
        font-size: 14px;
        padding: 6px 0;
    }
}