html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}	article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/fon-bg-top.jpg) center top no-repeat, url(../images/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #09040f;
  font-family: '微软雅黑','Candara', 'Verdana';
  font-weight: 400;
  font-size: 15px;
  color: #EE9A49;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #ff68ff;
  text-decoration: none;
}


h1,
h2,
h3 {
  color: #ff68ff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
caption {
  margin-bottom: 15px;
}

textarea {
  color: #044f37;
  position: relative;
}

.agree{
  padding-top: 30px;
}

.agree a{
  color: #fda4ef;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #a66c9d;
  /*text-align: center;*/
}
::-moz-placeholder {
  color: #a66c9d;
}
:-moz-placeholder {
  color: #a66c9d;
}
:-ms-input-placeholder {
  color: #a66c9d;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 634px;
  position: relative;
}

.content{
  position: relative;
  z-index: 10;
}


.logo {
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  margin-left: -40px;
  top: 235px;
}

.logo:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

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

.button-small{
  height: 101px;
  color: #fff;
  width: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  background: url(../images/bg-button-small.png) no-repeat;
  position: relative;
  top: 20px;
}

.button-small:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

/*
button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/bg-button.png) center bottom no-repeat;
  color: #fff;
  position: relative;
  padding: 26px 65px;
  width: 171px;
  height: 71px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  border: none;
}


button:hover, .button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  color: #fff;
}
*/

.topPanel__buttons a {
  top: -95px;
  left: 1100px;
}

/*menu*/

.logo_small{
  position: absolute;
}

.logo_small:hover{
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}


.menu-top {
  text-align: center;
  background: url(../images/menu-top-bg.html) bottom no-repeat;
  height: 130px;
}
.menu-top ul {
  width: 600px;
}
.menu-top ul li {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
}
.menu-top ul li:hover {
  background: url(../images/menu-top-active.html) center -1px no-repeat;
}
.menu-top ul li ul {
  position: absolute;
  margin-top: -15px;
  margin-left: -80px;
  opacity: 0;
  left: -9999px;
  z-index: 9999;
  width: 160px;
  background-color: #1a1225;
  border: 1px solid #1a2939;
  padding: 20px 0px;
  transition: 0.25s linear opacity;
  box-shadow: 10px 10px 64px -16px rgba(0, 0, 0, 0.75);
}
.menu-top ul li ul:after {
  content: "";
  background: url(../images/menu-icon.png) no-repeat;
  width: 22px;
  height: 12px;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.menu-top ul li ul li {
  display: block;
  margin: 0px 0px;
  text-align: left;
}
.menu-top ul li ul li:hover {
  background: none !important;
}
.menu-top ul li ul li a {
  text-transform: none;
  padding: 8px 28px;
  border-top: none !important;
  color: #7a939d !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.menu-top ul li ul li a:hover {
  color: #00ffae !important;
  background-color: #0d0615;
}
.menu-top ul li ul li a:before {
  content: ">";
  padding-right: 10px;
}
.menu-top ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 35px 10px;
  display: block;
  font-weight: bold;
  border-top: 2px solid rgba(0, 0, 0, 0);
}
.menu-top ul li a:hover {
  border-top: 2px solid #00ffae;
  text-shadow: 0px 0px 27px #00ffae;
  color: #00ffae;
}
.menu-top ul li:hover ul {
  left: 50%;
  opacity: 1;
}
.menu-top .active {
  background: url(../images/menu-top-active.html) center -1px no-repeat;
}
.menu-top .active a {
  text-shadow: 0px 0px 27px #00ffae;
  color: #00ffae;
  border-top: 2px solid #00ffae;
}
.menu-top-left {
  float: left;
  padding-right: 50px;
}
.menu-top-right {
  float: right;
  padding-left: 50px;
}

/*server-load*/

.server-load {
  position: absolute;
  top: 0;
  left: 455px;
  background: url(../images/server-load-bg.png) no-repeat;
  width: 304px;
  height: 167px;
  text-align: center;
  margin: 0 auto;
  padding-left: 2px;
}

.server-load:after{
  content: "";
  position: absolute;
  width: 34px;
  height: 33px;
  background: url(../images/online_1.png) no-repeat;
  left: 134px;
  bottom: 24px;
}

.server-load:before{
  content: "";
  position: absolute;
  width: 34px;
  height: 33px;
  background: url(../images/offline_1.png) no-repeat;
  left: 134px;
  bottom: 24px;
}

.circle-online {
  text-align: center;
  position: relative;
  display: inline-block;
  padding-top: 1px;
  margin-top: 2px;
}

.serverInfo {
  position: absolute;
  width: 110px;
  height: 100px;
  padding-top: 28px;
}
.serverInfo span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.serverInfo__name {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.serverInfo__online {
  color: #ff68ff;
  font-size: 18px;
  font-family: '微软雅黑','Candara'
}
/*server-load end*/

/*end menu*/


/*download, registration, net*/

.fast-button{
  display: flex;
  margin-bottom: 10px;
}

.download-block  {
display: flex;
height: 132px;
width: 398px;
background: url(../images/download-button.png) no-repeat;
}

.download-block a {
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  font-weight: 600;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#a6ffe3, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
  font-size: 36px;
}

.download-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
  color: #27272a;
  text-shadow: rgba(255, 255, 255, 0.33) 0px 1px 2px;
}

.download-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}


.regisrtation-block  {
display: flex;
height: 132px;
width: 398px;
margin-left: 2px;
background: url(../images/regisrtation-button.png) no-repeat;
}

.regisrtation-block a {
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  font-weight: 600;
}

.regisrtation-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(#ffa7e5, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-shadow:none;
  font-size: 32px;
}

.regisrtation-block p{
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
  color: #27272a;
  text-shadow: rgba(255, 255, 255, 0.33) 0px 1px 2px;
}

.regisrtation-block:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.net-block {
  width: 398px;
  height: 125px;
  background: url(../images/fon-net.png) no-repeat;
  position: relative;
  margin-left: 2px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.net-block a {
  display: flex;
  align-items: center;
  width: 198px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}

.net-block div {
  background: url(../images/soc-icon-bg.png) no-repeat;
  width: 64px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: 0.3s;
}

.net-block a:hover {
  padding-left: 25px;
  color: #80f9d2;
}
.net-block a:hover div {
  filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.3)) brightness(120%);
}
/* end download, registration, net*/

/*   slider  */
.swiper-container{
  width: 599px;
  float: left;
}

.swiper-slider {
  width: 100%;
  height: 370px;
}

.swiper-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}
.swiper-slider .swiper-slide h2 {
  color: #fff;
  font-size: 24px;
  background: rgba(18, 1, 11, 0.4);
  margin-bottom: 0px;
  font-weight: normal;
  padding: 26px 0px 26px 50px;
}

.swiper-slider .swiper-slide .slider-info {
  position: absolute;
  bottom: 60px;
  height: 90px;
  padding: 0px 60px;
  padding-bottom: 20px;
  width: 599px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(46, 2, 29, 0.8) 0%, rgba(0, 0, 0, 0));
}

.swiper-slider .swiper-slide .slider-info p {
  color: #fff;
  font-size: 14px;
  width: 290px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.swiper-slider .swiper-pagination {
  height: 60px;
  line-height: 60px;
  bottom: 0 !important;
  background: rgba(18, 1, 10, 0.9);
  border-top: 1px solid #3f2f21;
  text-align: left;
  padding-left: 40px;
}
.swiper-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0px;
  background: #908783;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
  margin-right: 15px !important;
}


.swiper-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff76cc;
}
.swiper-slider .slider-button {
  width: 55px;
  height: 55px;
}
.swiper-slider .swiper-button-next {
  background: url(../images/arrow-right-1.jpg) center no-repeat;
  right: 0;
}

.swiper-slider .swiper-button-prev {
  background: url(../images/arrow-left-1.jpg) center no-repeat;
  left: 0;
}

.swiper-slider .swiper-button-prev:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.swiper-slider .swiper-button-next:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

.swiper-slider .swiper-button-disabled {
  opacity: 0.7;
}

/*   end slider*/

/*Last news*/

.news-top{
  float: right;
  height: 370px;
  width: 599px;
  margin-left: 2px;
  background: url(../images/fon-news.jpg) no-repeat;
}


.news-top-title {
  position: relative;
  display: flex;
}
.news-top-title span {
  display: block;
  color: #ff68ff;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 40px 20px 40px;
  text-transform: uppercase;
  position: relative;
}

.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
}

.tab-more {
  position: absolute;
  right: 0;
  color: #ff68ff;
  background: #09040f;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px;
  margin-right: 40px;
}

.bright:hover{
  filter: brightness(120%);
  background: #322725;
}

.news-top-text{
  padding: 0px 40px 40px 40px;
}

span.news-1{
  color: #ca25ca;
}

.news:hover{
  height: 42px;
  padding-top: 13px;
  background-color: #0d0615;
  border-bottom: 1px solid #044f37;
  padding-left: 33px;
  padding-right: 47px;
  transition: 0.3s;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
}

.news:hover .news-1{
color: #a6ffe3;
}

 .news:hover .date{
color: #a6ffe3;
}

 .news:hover a{
color: #00ffae;
}

.date{
  color: #895889;
}

.news{
  height: 42px;
  margin: 0px -40px 0px -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
}

.news a{
  width: 400px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.top-content{
  display: flex;
  background-color: rgba(19, 10, 31, 0.4);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}

.top-content:after{
  content: "";
  position: absolute;
  background: url(../images/fon-top-content_1.png) no-repeat;
  z-index: 3;
  height: 106px;
  width: 1264px;
  top: -35px;
  right: -33px;
}

.top-content:before{
  content: "";
  position: absolute;
  background: url(../images/fon-top-content_2.png) bottom no-repeat;
  z-index: 3;
  height: 59px;
  width: 1264px;
  bottom: -20px;
  right: -33px;
}

/*END Last news*/


/*--block-widget--*/


.block-widget{
  display: flex;
  margin-top: 10px;
  width: 1400px;
}

.block-widget-1{
  width: 433px;
  float: left;
  position: relative;
  left: -168px;
}

.block-widget-2{
padding-top: 20px;
}

.block-players-left{
padding-left: 300px;
padding-right: 25px;
}

.block-widget-more{
  margin-top: 10px;
  float: left;
}

.widget-fon{
  background: url(../images/fon-top-players.png) no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 674px;
  width: 675px;
  left: -76px;
  position: relative;
}

.widget-fon-guilds{
  background: url(../images/fon-guilds.png) no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 674px;
  width: 681px;
  margin-left: 3px;
  position: relative;
  right: 76px;
}

.widget-fon-guilds-1{
  background: url(../images/fon-guilds-1.png) no-repeat;
  box-shadow: 0em 8px 8px rgba(0, 0, 0, 0.1);
  height: 674px;
  width: 681px;
  margin-left: 3px;
  position: relative;
  right: 85px;
}

.widget-fon-guilds-right{
padding-right: 332px;
padding-left: 25px;
}

.widget-fon-guilds-right-1{
padding-right: 25px;
padding-left: 332px;
}

.widget-fon-discussions{
  background: url(../images/fon-discussions.jpg) no-repeat;
  height: 688px;
  width: 902px;
  position: relative;
  left: -303px;
  padding-right: 25px;
  padding-left: 526px;
}

.block-players{
  margin-top: 4px;
}

.block-widget-title{
  padding-top: 75px;
  padding-bottom: 35px;
  color: #ff68ff;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}


.top-block.guild .score {
  padding-left: 55px
}

.top-block {
  width: 100%;
  padding-bottom: 15px;
}
.top-block span {
  display: block;
}
.top-block .top-number {
  width: 20px;
}

.guild img{
  border: 1px solid #360e17;
}

.top-block .top-flag {
  width: 30px;
  padding-top: 2px;
}

.top-block .top-name {
  width: 162px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-block .top-lvl {
  width: 80px;
}

.top-block .top-Res sup {
  font-size: 10px;
  color: #ff0000;
  position: absolute;
  margin-top: -5px;
}

.top-list {
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.3s;
  color: #fff;
}
.top-list a {
  color: #fff;
  text-decoration: none;
}
.top-list:hover {
  background-color: #0d0615;
  border-bottom: 1px solid #044f37;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  color: #00ffae;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #00ffae;
}

.top-title {
  color: #ca25ca;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
}


.top-block.guild .top-number {
    width: 60px;
}
/*--block-widget end--*/


/*widget Discussions*/

.admin-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
margin-right: 26px;
}


.discussions-icon{
float: left;
border-radius: 50%;
width: 45px;
height: 45px;
background-size: 45px;
box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-message{
  float: right;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #0d0615;
  color: #958ebc;
  font-size: 12px;
  box-shadow: 0em 8px 15px rgba(0, 0, 0, 0.3);
}

.discussions-text{
  padding-left: 16px;
  font-size: 14px;
}

.discussions-text-bt{
  padding-left: 16px;
  font-size: 15px;
  color: #958ebc;
}

.discussions-content-block:hover .discussions-text-bt{
  color: #a6ffe3;
}

.discussions-text-bt a{
  color: #fff;
}


.discussions-content-block{
  padding-bottom: 10px;
  padding-top: 11px;
}

.discussions-content-block:hover .discussions-icon{
border: 1px solid #00ffae;
}

.discussions-content-block:hover .discussions-message{
  background-color: #212e2a;
  color: #00ffae;
}


.discussions-content-block:hover{
background-color: #0d0615;
border-bottom: 1px solid #044f37;
box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
transition: 0.4s;
margin: 0px -40px 0px -40px;
padding: 10px 26px 10px 26px;
cursor: pointer;
}

.discussions-content-block:hover .discussions-text {
  color: #00ffae;
}

.discussions-content-block:hover .discussions-text-bt a {
  text-decoration:none;
  color: #ff68ff;
}

/*widget Discussions end*/


/**/
.fast-links{
  display: block;
  margin-top: 5px;
  position: relative;
  left: -300px;
  padding-top: 17px;
}

.fast-links span{
  margin-right: 3px;
}

/*fast 1*/

.fast-links-left{
  width: 398px;
  height: 222px;
  background: url(../images/fast-links-left.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 40px;
}

.fast-links-left span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -40px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-left p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-left:before {
  content: "";
  background: url(../images/hero-links.png) no-repeat;
  width: 403px;
  height: 297px;
  position: absolute;
  left: 169px;
  top: -72px;
  transition: 0.3s;
}

.fast-links-left:hover:before {
  left: 149px;
}

.fast-links-button-small{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/*fast 2*/
.fast-links-center{
  width: 398px;
  height: 222px;
  background: url(../images/fast-links-center.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  margin-top: -13px;
}

.fast-links-center span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -40px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.fast-links-center p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-center:before {
  content: "";
  background: url(../images/hero-links-center.png) no-repeat;
  width: 196px;
  height: 234px;
  position: absolute;
  right: -32px;
  top: -13px;
  transition: 0.3s;
}

.fast-links-center:hover:before {
 right: -12px;
}

/*fast 3*/
.fast-links-right{
  width: 398px;
  height: 222px;
  background: url(../images/fast-links-right.jpg) no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 30px;
  margin-top: -13px;
}

.fast-links-right span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -40px;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.fast-links-right p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #f7ddbf;
}

.fast-links-right:before {
  content: "";
  background: url(../images/hero-links-right.png) no-repeat;
  width: 400px;
  height: 220px;
  position: absolute;
  right: -70px;
  transition: 0.3s;
}

.fast-links-right:hover:before {
  right: -50px;
}

/*end fast-links*/


/*footer*/

.footer{

}


/*To top*/

.toTop-fon{
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 131px;
  height: 129px;
  cursor: pointer;
  display: flex;
}

.toTop:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%);
}

/* to top end*/


/* Footer
-----------------------------------------------------------------------------*/

.footer-block-t{
  justify-content: center;
  align-items: center;
  text-align:center;
}

.f-menu li {
  display: inline-block;
  margin: 15px 23px;
}

.f-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

.f-menu li a:hover{
  color: #80f9d2;
  font-weight: bold;
}

.f-menu li a:active{
  color: #e39f45;
  font-weight: bold;
}

.footer-end{
  margin-top: 51px;
}

.footer-block-coperite{
  float: left;
  padding-top: 15px;
  color: #715896;
}

.footer-block-coperite a{
  color: #fff;
}

.copyright{
  color: #b888ff;
}

.footer-block-coperite a:hover{
  text-decoration: underline;
}

.footer-block-r {
  float: right;
  padding-top: 25px;
}

.footer-logo{
  text-align:center;
  padding-bottom: 50px;
}

.footer-logo:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}


.templstock:hover{
  -webkit-filter: brightness(120%); 
  filter: brightness(120%);
}

/*end footer*/

/*sparks*/

.sparks-sparks{
  left: 750px;
  position: absolute;
  top: 720px;
}

.sparks-1 {
    background-image: url(../images/sparks-1.png);
    width: 117px;
    height: 136px;
    right: 120px;
    bottom: 0px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sparks-2 {
    background-image: url(../images/sparks-2.png);
    width: 219px;
    height: 176px;
    right: 150px;
    bottom: 30px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    opacity: 0;
}

.sparks-3 {
    background-image: url(../images/sparks-3.png);
    width: 438px;
    height: 281px;
    right: 100px;
    bottom: 20px;
    background-position: left 0px bottom 0px;
    animation-name: sparks-3;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes sparks-1 {
  0% {
    right: 200px;
    bottom: 10px;
    opacity: 0;
  }
  33% {
    right: 210px;
    bottom: 20px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 220px;
    bottom: 30px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 230px;
    bottom: 40px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-2 {
  0% {
    right: 210px;
    bottom: 40px;
    opacity: 0;
  }
  33% {
    right: 220px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 230px;
    bottom: 60px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 240px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes sparks-3 {
  0% {
    right: 120px;
    bottom: 30px;
    opacity: 0;
  }
  33% {
    right: 140px;
    bottom: 50px;
    opacity: 0.5;
    transform: scale(1.1);
  }
  70% {
    right: 160px;
    bottom: 70px;
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    right: 180px;
    bottom: 90px;
    opacity: 0;
    transform: scale(1.1);
  }
}

.sparks {
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  position: absolute;
}
/*end sparks*/

/*periy*/

.ani.stone {
  transform-origin: center center;
}
.ani.stone.on {
  opacity: 1;
}
.stone {
    -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ani {
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
}
.ani.s1 {
  top: 300px;
  left: -235px;
  width: 234px;
  height: 369px;
  background: url(../images/s1.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s infinite;
}
.ani.s2 {
  top: 100px;
  left: 1140px;
  width: 195px;
  height: 265px;
  background: url(../images/s2.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 500ms infinite;
}
.ani.s3 {
  top: 300px;
  left: 750px;
  width: 64px;
  height: 146px;
  background: url(../images/s3.png) no-repeat 0 0;
  z-index: 3;
  animation: updown 4s 500ms infinite;
}
.ani.s4 {
  top: 500px;
  left: 200px;
  width: 144px;
  height: 261px;
  background: url(../images/s4.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

.ani.s5 {
  top: 450px;
  left: 1200px;
  width: 144px;
  height: 261px;
  background: url(../images/s5.png) no-repeat 0 0;
  z-index: 3;
  animation: updown2 4.2s 800ms infinite;
}

/* Animations */
@keyframes updown {0%, 100% {transform:translateY(30px) rotate(5deg)} 50% {transform:translateY(-30px) rotate(0)}}
@keyframes updown2 {0%, 100% {transform:translateY(40px) rotate(8deg)} 50% {transform:translateY(-40px) rotate(0)}}

/*end periy*/

/*modal windovs*/

.modal-content form p {
  color: #fff;
}

.modal_div {
  width: 437px;
  height: 517px;
  background: url(../images/modal-bg.png) no-repeat;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -90px;
  margin-left: -212px;
  padding-left: 3px;
  display: none;
  opacity: 0;
  z-index: 199;
}

.modal_div_re {
  width: 437px;
  height: 769px;
  background: url(../images/modal-bg_re.png) no-repeat;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -115px;
  margin-left: -212px;
  padding-left: 3px;
  display: none;
  opacity: 0;
  z-index: 199;
}

.input-re_1{
 background: url(../images/icon_modal_user.png) no-repeat;
 height: 107px;
 width: 350px;;
 color: #fda4ef;
 text-align: center;
 border: none;
 padding-top: 45px;
}

.input-re_2{
 background: url(../images/icon_modal_password.png) no-repeat;
 height: 107px;
 width: 350px;;
 color: #fda4ef;
 text-align: center;
 border: none;
 padding-top: 45px;
}

.input-re_3{
 background: url(../images/icon_modal_email.png) no-repeat;
 height: 107px;
 width: 350px;;
 color: #fda4ef;
 text-align: center;
 border: none;
 padding-top: 45px;
}

#overlay {
  z-index: 190;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.modal-content {
  text-align: center;
  color: #e7c195;
}


.modal-content h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
.modal-content h2 span {
  position: relative;
  text-transform: uppercase;
  color: #ff68ff;
  top: -10px;
}

.formButton {
  text-align: center;
  margin-top: 40px;
}

/*end modal  windows*/

/*page-content*/

.page-content{
width: 1197px;
  padding: 40px 40px 40px 40px;
  background-color: #1a1225;
  position: relative;
  min-height: 1000px;
}

.page-content:after{
  content: "";
  position: absolute;
  top: -32px;
  left: -32px;
  height: 117px;
  width: 1262px;
  background: url(../images/fon-page-top.png) center top no-repeat;
}

.page-top{
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #ff68ff;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}

.page-title{
  padding-top: 35px;
  padding-bottom: 30px;
}

.page-title-time{
  padding-top: 25px;
  color: #ca25ca;
  font-size: 18px;
}

.page-title-time span{
  color: #ff68ff;
  font-size: 22px;
}

.page-title-news{
  color: #ff68ff;
  text-transform: uppercase;
  font-size: 18px;
}

.page-text{
  line-height: 20px;
}

.page-text p{
 padding-top: 20px;
} 

.page-text a{
  color: #ff68ff;
  text-decoration: underline;
}

.page-text a:hover{
  text-decoration: none;
  color: #00ffae;
}

.page-text-img{
  height: 337px;
  width: 677px;
}

/*end page-content*/

/*download*/

.downloadBlock {
  text-align: center;
  padding: 35px;
  margin: 0px 35px;
}

.downloadBlock p {
  margin-bottom: 30px;
}

.download-block-1 {
  margin-bottom: 40px;
}
.download-block-1:last-child {
  margin-bottom: 0px;
}

.client-text {
  margin-right: 50px;
  width: 255px;
  height: 90px;
  flex-wrap: wrap;
  align-content: center;
  background: #212231;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
  color: #00ffae;
}

/*end download*/

/* Custom CSS by felipe prado */

.input {
	background-color: #130d1e;
	height: 80px;
	width: 300px;
	color: #fda4ef;
	text-align: center;
	text-align-last: center;
	border-bottom: 1px solid #7a3b7b;
	border-top: none;
	border-right: none;
	border-left: none;
	display: inline-block;
	margin: 5px 0px 0px 3px;
}
.input option {
  text-align: left;
}

.alert-warning {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
	width: 90%;
	font-size: 14px;
	margin: 20px 26px 0px;
	line-height: 30px;
	padding: 0px 10px 0px;	
}
.alert-success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	margin-bottom:20px;
	border-radius:4px;
	width: 90%;
	font-size: 14px;
	margin: 20px 26px 0px;
	line-height: 30px;
	padding: 0px 10px 0px;		
	
}
.alert-danger {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	margin-bottom:20px;
	border-radius:4px;
	width: 90%;
	font-size: 14px;
	margin: 20px 26px 0px;
	line-height: 30px;
	padding: 0px 10px 0px;	
}
blockquote, q {
    quotes: none;
}
.gray {
	background-color: rgb(0,0,0,0.1);
    padding: 30px;
    border-radius: 15px;
}
.red {
	background-color: rgb(255,0,0,0.1);
    padding: 30px;
    border-radius: 15px;
}
.green {
	background-color: rgb(0,128,0,0.1);
    padding: 30px;
    border-radius: 15px;
}
.blue {
	background-color: rgb(0,0,255,0.1);
    padding: 30px;
    border-radius: 15px;
}
.yellow {
	background-color: rgb(255,255,0,0.1);
    padding: 30px;
    border-radius: 15px;
}



.plans {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
} 
.plan {
  background: white;
  border-radius: 6px;
  height: 60px;
  margin: 10px 0;
  opacity: 1;
  padding: 4px 25px;
  width: 100%;
} 
  
.price {
  border-radius: 100%;
  cursor: default;
  display: block;
  float: left;
  height: 46px;
  line-height: 46px;
  margin: 8px 10px 0 0;
  text-align: center;
  width: 46px;
}     
.price-green {
  background-color: #e1f1d1;
  color: #52b327;
  font-weight: bold;
}
    
.price-red {
  background-color: #f1e1d1;
  color: #b35227;
}
    
    
.details {
  color: #222;
  display: block;
  float: left;
  height: 46px;
  margin: 8px 0;
  padding: 0px 10px;
}
  
.plan-title {
  font-size: 17px;
  font-weight: normal;
  margin: 2px 0 0;
  padding: 0;
  text-transform: uppercase;
}
      
.plan-description {
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
    
.select {
  background: #660000; 
  border: none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  margin: 15px 0;
  padding: 7px 16px;
  text-decoration:none;
  
} 
.select:hover {
  background-color:#990000;
  text-decoration:none;
  cursor: painter;
}



.item_table{
  width: 200px;
  border: 0;
  margin: auto;
}
.item_table td{
  padding: 3px;
}
.each_item{
  width: 10px;
  border: 0;
  border-collapse: collapse;

}
.each_item td{
  padding: 0px; 
}
.each_item .item_name{
  background: url(../images/ws_item_name.png);
  background-size:136px 34px;
  height: 34px;
}
.each_item .item_bg{
  background-image: url(../images/ws_item_bg.png);
  background-size:136px 140px;
  height: 140px;
}
.each_item .item_footer{
  background: url(../images/ws_item_footer.png);
  background-size:136px 6px;
  height: 6px;
}
.item_image{
  text-align: center;
  height: 140px;
  width: 136px;
}
.items{
  text-align: center;
}
.items a{ 
   
  font-family:'微软雅黑',Verdana, Helvetica, sans-serif; 
  font-size:13px; 
  text-decoration:none; 
  padding-bottom:5px;
}
.items a:hover{ 
  color:#000000; 
}
#item_buy{
  margin-left:5px;
  margin-right:5px;
  width: 100%;
}
#item_buy_left{
  float: left;
  padding-right: 5px;
}
#item_buy_right{
  float: left;
  background-color: #3e1d1c;
  width: 492px;
  padding: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#item_buy_right .full{
  margin: 1px;
  padding: 1px;
  width: 488px;
  background-color:#76403f;
  font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
  font-size:14px; 
  
  text-shadow:#000 0px 1px 0px;
  height: 18px; 
  line-height: 18px;
}
#item_buy_right .opt_title{
  margin: 1px;
  padding-left: 1px;
  width: 250px;
  float: left;
  background-color:#76403f;
  font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
  font-size:12px; 
  
  text-shadow:#000 0px 1px 0px;
  height: 20px; 
  line-height: 20px;
}
#item_buy_right .opt{
  margin: 1px;
  padding-left: 1px;
  width: 236px;
  float: left;
  background-color:#76403f;
  font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
  font-size:12px; 
   text-shadow:#000 0px 1px 0px;
  height: 20px;
  line-height: 20px;
}

#item_buy_right .opt select{
  border:0px; 
  border-radius: 0;
  width:60%; 
  font-size:12px; 
  line-height: 1;
  background:#5d302f; 
  color:#fff;
  margin-top: 1px;
  padding:0;
  -webkit-appearance: none;
}

#item_buy_right .opt input[type="number"]{
  width: 35px;
  border:0px; 
  border-radius: 0;
  font-size:12px; 
  line-height: 1;
  background:#5d302f; 
  color:#fff;
  margin-top: 1px;
  padding:0;
  -webkit-appearance: none;
}

#item_image_bg{
  position:relative;
  background:url(../images/item_bg.png) no-repeat;
  width: 129px;
  height: 184px;  
}
#item_image_bg img{
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto; 
}
.item_info{
  margin-top: 2px;
  background:url(../images/item_desc.png) no-repeat;
  width: 129px;
  height: 36px;
  line-height: 36px;  
  z-index:500;
}

.item_info .info{
  padding-left: 5px;
  text-align: left;
  font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
  font-size:11px; 
  
  text-shadow:#000 0px 1px 0px;

}
.item_info .info .btimes{ color:#ed7876;}
.item_info .info .goldcr{ color:#ffaf04; }
.item_info .info .normalcr{ color:#d9a08a;}
#buy_buttons{
  margin-right:10px;
  width: 99%;
}
#buy_buttons button{
  margin: 2px;
}
.buy_button { background:url(../images/slect_btn.png); 
  width:155px; 
  height:42px;
  font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
  font-size:14px; 
   text-shadow:#000 0px 1px 0px; 
  border:0;
  float:right;
}
.buy_button:hover{
  cursor: pointer;
}
.payment-method-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}
.payment-method-button label {
    float:left;
}
.payment-method-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-family:'微软雅黑',Arial, Helvetica, sans-serif; 
  font-size:20px; 
  cursor: pointer;
}
.payment-method-button label input {
    position:absolute;
    top:-20px;
}
.auction_bet_button{
  margin: 0 auto;
    background: #660000; 
    color:#fff;
    border-radius:4px;
    border:1px solid #D0D0D0;
  text-align:center;
    padding:3px 0px;
    display:block;
  width: 220px;
  height: 35px;
  cursor: pointer;
}
.span_red{
  background: #660000; 
    color:#fff;
}

#sell_item {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
}



.top-contentx{
  content: "";
  position: absolute;
  background: url(../images/fon-top-content_2.png) bottom no-repeat;
  z-index: 3;
  height: 59px;
  width: 1264px;
  bottom: -20px;
  right: -33px;
}

