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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
  vertical-align: baseline;
}


/* 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}

html, body {
  position: relative;
  height: 100%;
}

body {
  width: 100%;
  background-color: #040404;
  background-image:
    radial-gradient(1200px 700px at 50% 0%, rgba(173, 126, 56, 0.10), rgba(0, 0, 0, 0) 60%),
    radial-gradient(900px 500px at 15% 15%, rgba(255, 90, 0, 0.05), rgba(0, 0, 0, 0) 58%),
    radial-gradient(900px 500px at 85% 25%, rgba(0, 170, 255, 0.03), rgba(0, 0, 0, 0) 52%),
    radial-gradient(1400px 900px at 50% 60%, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.78) 78%),
    url(../images/dark-fon.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover, cover, auto;
  background-attachment: fixed, fixed, fixed, fixed, scroll;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #959da7;
}

a {
  transition: all 0.3s ease;
  color: #58fd97;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
  margin-bottom: 27px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 25px 40px 25px 40px;
  border: 1px solid #292929;
  vertical-align: middle;
}
.tabless {
  border-collapse: collapse;
  /*padding: 25px 40px 25px 40px;*/
  border: 1px solid #292929;
  vertical-align: middle;
}
table td2 img {
  vertical-align: middle;
  margin-right: 20px;
}

table td img {
  vertical-align: super;
  margin-right: 25px;
}
table thead {
  background: #1212128a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
}
table tr td:first-child {
  border-left: none;
}
table tr td2:first-child {
  border-left: none;
}
table tr td:last-child {
  border-right: none;
}
table tr td2:last-child {
  border-right: none;
}
img {
  max-width: 100%;
}

caption {
  margin-bottom: 15px;
}

select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 40px 12px 18px;
  position: relative;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 450px;
  font-size: 18px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  transition: 0.3s;
  cursor: pointer;
}
select:hover {
  border: 1px solid #bb883b;
  box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

input, textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 18px;
  position: relative;
  font-size: 18px;
  width: 100%;
  max-width: 450px;
  transition: 0.3s;
}
input:hover, textarea:hover {
  border: 1px solid #bb883b;
  box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}
input:focus, textarea:focus {
  border: 1px solid #bb883b;
  box-shadow: 0px 0px 10px 0px rgba(187, 136, 59, 0.4), inset 0px 0px 10px 0px rgba(187, 136, 59, 0.4);
}

button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/Button.png) no-repeat;
  background-size: cover;
  height: 62px;
  width: -webkit-fill-available;
  padding: 0px 55px;
  border: none;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5);
  transition: 0.3s;
  font-weight: bold;
}
button:hover, .button:hover {
  filter: brightness(120%);
}

.button {
  display: inline-block;
  text-decoration: none;
  height: 62px;
  line-height: 62px;
}

.green-button {
  background: url(../images/green-button.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 30px 0px rgba(123, 162, 40, 0.5);
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #9d7f55;
}

::-moz-placeholder {
  color: #9d7f55;
}

:-moz-placeholder {
  color: #9d7f55;
}

:-ms-input-placeholder {
  color: #9d7f55;
}

.container {
  max-width: 1410px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.container2 {
  max-width: 1369px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 0px;
}
 
.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: flex-end;
}

.flex-s {
  display: flex;
  justify-content: space-between;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bright:hover {
  filter: brightness(120%);
}

.topPanel {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99; 
  background: url(../images/top-line.png) bottom center no-repeat;
  transition: 0s;
}

.topPanel-top {
  /*background: url(../images/dark-fon.png);*/
  padding: 25px 0px;
  backdrop-filter: blur(5px);
}

.menu {
  margin-left: 30px;
}
.menu li {
  min-height: 70px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.menu li a {
  display: flex;
  flex-direction: column;
  color: #bb883b;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu li a span {
  font-size: 11px;
  text-transform: none;
  margin-top: 4px;
  color: #959da7;
}
.menu li a:hover {
  filter: brightness(140%);
}

.menuBlock-logo img {
  height: 66px;
}

.langBlock {
  position: relative;
}
.langBlock-active {
  position: relative;
  cursor: pointer;
}
.langBlock-active img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 4px;
  transition: 0.3s;
}
.langBlock-active:before {
  content: "";
  position: absolute;
  background: url(../images/arrow-v.png) no-repeat;
  width: 10px;
  height: 6px;
  left: -15px;
  top: 50%;
  margin-top: -3px;
  opacity: 0.15;
  transition: 0.3s;
}
.langBlock-active:hover img {
  border: 1px solid white;
}
.langBlock-active:hover:before {
  opacity: 1;
}
.langBlock-active.active img {
  border: 1px solid white;
}
.langBlock-active.active:before {
  opacity: 1;
  transform: rotate(180deg);
}
.langBlock-content {
  background: url(../images/dark-fon.png);
  padding: 15px 0px;
  position: absolute;
  border-radius: 7px;
  top: 100%;
  left: -63px;
  margin-top: 14px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.langBlock-content:after {
  content: '';
  border: 6px solid transparent;
  border-bottom-color: #222222;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
}
.langBlock-content li a {
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 25px;
}
.langBlock-content li a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.drop-button {
  cursor: pointer;
}

.drop-content {
  display: none;
}

header .bk{
  height: 1080px;
  position: relative; 
}
header {
  height: 1080px;
  position: relative; 
}
header .container {
  height: 1080px;
}

.header-shadow {
  background-image: url(../images/shadow.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 1080px;
  animation: smoke 8s linear infinite;
  animation-fill-mode: forwards;
}

@keyframes smoke {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 1920px bottom;
  }
}
.langBlock-content {
  display: none;
}

.fastPlayBlock {
  position: absolute;
  left: 0;
  bottom: 236px;
}

.download-button {
  background: url(../images/download-button.jpg) no-repeat;
  width: 324px;
  height: 108px;
  box-shadow: 0px 0px 50px 0px rgba(160, 177, 66, 0.3);
  display: block;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  padding-left: 115px;
  font-weight: 600;
}
.download-button span {
  color: #fff29a;
  font-size: 11px;
  margin-top: 3px;
  font-weight: 400;
  transition: 0.2s;
}
.download-button:hover {
  filter: brightness(120%);
}
.download-button:hover span {
  margin-top: 7px;
}

.fastPlay {
  background: url(../images/dark-fon.png);
  height: 108px;
  width: 258px;
  position: relative;
}
.fastPlay a {
  font-size: 11px;
  color: #fff;
  height: 100px;
  width: 129px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.fastPlay a:hover {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
}
.fastPlay img {
  margin-bottom: 7px;
}
.fastPlay:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background: rgba(255, 255, 255, 0.05);
  left: 50%;
  top: 24px;
}

.serverBlock {
  position: absolute;
  right: 0;
  bottom: 236px;

}

.radial-stat {
  position: relative;
}

.circle-online {
  background: url(../images/server-bg.png) no-repeat;
  background-size: cover;
  height: 130px;
  width: 130px;
  margin: 5px 15px 0px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.serverInfo {
  position: absolute;
  width: 100px;
  height: 92px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  padding-top: 25px;
  background: url(../images/arrow-icon.png) center bottom no-repeat;
}
.serverInfo span {
  display: block;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.serverInfo_x {
  font-size: 12px;
  color: #fff;
  margin-bottom: 7px;
}
.serverInfo_online {
  font-size: 24px;
}

.color-orange {
  color: #db5819;
}

.color-green {
  color: #8cc727;
}

.color-red {
  color: #df3b5a;
}

.color-white {
  color: #fff;
}

.infoSeverBlock {
  position: absolute;
  background: url(../images/dark-fon.png);
  padding: 20px 0px;
  width: 150px;
  border-radius: 20px;
  bottom: -20px;
  left: 10px;
  padding-bottom: 130px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  display: none;
}
.infoSeverBlock ul {
  margin-bottom: 20px;
}
.infoSeverBlock ul li a {
  text-align: center;
  display: block;
  color: #867d86;
  font-size: 13px;
  padding: 10px 0px;
}
.infoSeverBlock ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.infoSeverBlock .serverStat > div {
  width: 75px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.infoSeverBlock .serverStat > div:last-child {
  border-left: 0px;
}
.infoSeverBlock .serverStat .login-stat {
  color: #867d86;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 11px;
}
.infoSeverBlock .serverStat .login-stat i {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  margin-bottom: 7px;
}
.infoSeverBlock .serverStat .login-stat i.online {
  background: url(../images/on-icon.png) no-repeat;
}
.infoSeverBlock .serverStat .login-stat i.offline {
  background: url(../images/off-icon.png) no-repeat;
}

.paralax {
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
}
.paralax .sparks_1 {
  background: url(../images/sparks_1.png) no-repeat;
  width: 872px;
  height: 320px;
  left: -210px;
  top: 220px;
  filter: blur(2px);
}
.paralax .sparks_2 {
  background: url(../images/sparks_5.png) no-repeat;
  width: 764px;
  height: 424px;
  left: 410px;
  top: 500px;
  filter: blur(2px);
}
.paralax .feathers {
  background: url(../images/feathers.png) no-repeat;
  width: 352px;
  height: 183px;
  left: 1000px;
  top: 400px;
  filter: blur(2px);
}

.paralax > div {
  position: absolute;
}

.sparks_3 {
  position: absolute;
  background: url(../images/sparks_2.png) no-repeat;
  width: 128px;
  height: 165px;
  bottom: 150px;
  right: 500px;
  animation: sparks_3 3s linear infinite;
  z-index: 1;
  animation-delay: 0.5s;
}

@keyframes sparks_3 {
  0% {
    bottom: 250px;
    right: 700px;
  }
  50% {
    bottom: 550px;
    right: 650px;
    opacity: 1;
    transform: rotate(45deg);
  }
  100% {
    bottom: 950px;
    right: 600px;
    opacity: 0;
    transform: rotate(45deg);
  }
}
.sparks_4 {
  position: absolute;
  background: url(../images/sparks_3.png) no-repeat;
  width: 94px;
  height: 82px;
  bottom: 220px;
  right: 550px;
  animation: sparks_4 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes sparks_4 {
  0% {
    bottom: 220px;
    right: 550px;
  }
  50% {
    bottom: 550px;
    right: 500px;
    transform: rotate(45deg);
  }
  100% {
    bottom: 900px;
    right: 450px;
    opacity: 0;
    transform: rotate(45deg);
  }
}
.sparks_5 {
  position: absolute;
  background: url(../images/sparks_4.png) no-repeat;
  width: 191px;
  height: 143px;
  bottom: 160px;
  right: 600px;
  animation: sparks_5 3s linear infinite;
  z-index: 1;
}

@keyframes sparks_5 {
  0% {
    bottom: 220px;
    right: 400px;
  }
  50% {
    bottom: 550px;
    right: 450px;
    opacity: 1;
    transform: rotate(-15deg);
  }
  100% {
    bottom: 900px;
    right: 500px;
    opacity: 0;
    transform: rotate(-30deg);
  }
}
.sparks_6 {
  position: absolute;
  background: url(../images/sparks_3.png) no-repeat;
  width: 94px;
  height: 82px;
  bottom: 250px;
  right: 340px;
  animation: sparks_6 2s linear infinite;
  animation-delay: 1s;
  z-index: 1;
}

@keyframes sparks_6 {
  0% {
    bottom: 220px;
    right: 400px;
  }
  90% {
    bottom: 550px;
    right: 450px;
    transform: rotate(-25deg);
  }
  100% {
    bottom: 900px;
    right: 500px;
    opacity: 0;
    transform: rotate(-25deg);
  }
}

.shadow {
  background: url(../images/shadow.png) no-repeat;
  width: 1920px;
  height: 183px;
  left: 0px;
  top: 400px;
  position: absolute;
}

.newsBlock {
  float: none;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  margin-top: 0px;
}
.newsBlock > div {
  width: 100%;
}
.newsBlockLeft
{
  width: 100%;
}
.newsBlockright {
  margin-bottom: 100px;

}
.swiper-news {
  width: 100%;
  height: 350px;
}
.swiper-news .swiper-slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-news .swiper-slide2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsPagination {
  position: absolute;
  background: #0a1218;
  right: 30px;
  bottom: 30px;
  width: 120px;
  height: 35px;
  z-index: 9;
}

.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  margin-top: -7px;
  filter: brightness(3) grayscale(1);
}

.swiper-news .swiper-pagination {
  color: #d0dce0;
  font-size: 15px;
}

.swiper-news .swiper-pagination-current {
  color: #ffc66d;
}

.sliderLogo {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: 5s;
  opacity: 0;
}

.playButtonSlider {
  position: absolute;
  left: -14%;
  margin-top: 285px;
  display: block;
  height: 17%;
  width: 100%;
  background: url(../images/bt.png) center no-repeat;

  transition: 1.5s;
}
 

.swiper-slide-active .sliderLogo {
  opacity: 1;
}
.swiper-slide-active .playButtonSlider {
 
}
.swiper-slide-active .slider-title {
  bottom: 40px;
}

.streamBlock {
  width: 170px;
}
.streamBlock-video {
  display: block;
  width: 170px;
  height: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
  z-index: 11;
}
.streamBlock-video_info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.streamBlock-video_info i {
  display: block;
  background: url(../images/play-button.png) no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.streamBlock-video_info span {
  opacity: 0;
  position: absolute;
  right: 10px;
  transition: 0.3s;
}
.streamBlock-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.8);
}
.streamBlock-video:hover {
  width: 210px;
  height: 130px;
  margin-left: -20px;
  margin-top: -12px;
}
.streamBlock-video:hover:after {
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.8), 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}
.streamBlock-video:hover span {
  opacity: 1;
}

.news-block {
  background: url(../images/dark-fon.png);
  width: 100%;
  padding: 9px;
}

.news-block-tab-buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.news-block-tab-buttons span {
  display: block;
  height: 35px;
  padding: 0px 14px;
  color: #867d86;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.news-block-tab-buttons span:hover {
  color: #fff;
}
.news-block-tab-buttons span.active {
  color: #fff;
  font-weight: 700;
}
.news-block-tab-buttons span.active:after {
  content: "";
  background: #977035;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.news-message {
  height: 65px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.news-message h3 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
}
.news-message span {
  color: #867d86;
  font-size: 11px;
}

.tab-block {
  overflow: hidden;
 
  animation: tab 0.4s linear;
}
.tab-block.active {
  display: block;
}

.news-block-tab {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@keyframes tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.news:last-child {
  margin-bottom: 0px;
}
.news a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 260px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px 0px;
}
.news a:hover {
  color: #bb883b;
}
.news .date {
  color: #867d86;
  font-size: 11px;
}

.color-green {
  color: #7aa528;
}

.color-blue {
  color: #3d89d6;
}

.color-yellow {
  color: #d2be36;
}

.load-more {
  text-align: center;
  padding-top: 20px;
}
.load-more a {
  color: #867d86;
  font-size: 12px;
  position: relative;
}
.load-more a:hover {
  color: #fff;
}
.load-more a:before {
  content: "+";
  margin-right: 5px;
}

.content {
  position: relative;
}

.serversBlock {
  position: relative;
  width: 100%;
}
.serversBlock:after {
  content: "";
  background: url(../images/servers-icon.png) center no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 50%;
  margin-top: -26px;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 11px;
}

.server-title {
  font-size: 16px;
  background: url(../images/server-icon.png) left center no-repeat;
  padding: 10px 0px 10px 40px;
  position: relative;
}
.server-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 160px);
  background: rgba(255, 255, 255, 0.06);
  top: 50%;
  margin-top: -1px;
  left: 160px;
}

.servers {
  background: url(../images/servers-bg.jpg) no-repeat;
  width: 100%;
  max-width: 532px;
  height: 322px;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 55px 0px 55px;
}
.servers h2 {
  font-size: 30px;
  color: #bb883b;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 35px;
}

.server-icon {
  position: absolute;
  right: 30px;
  top: -110px;
}
.server-icon img {
  position: relative;
  z-index: 2;
}
.server-icon:after {
  content: "";
  position: absolute;
  width: 268px;
  height: 268px;
  left: -18px;
  top: -12px;
  animation: light_1 15s linear infinite;
}

.server-icon_1 img {
  width: 239px;
  height: 269px;
}
.server-icon_1:after {
  background: url(../images/blue_server.png) no-repeat;
}

.server-icon_2 img {
  width: 245px;
  height: 269px;
}
.server-icon_2:after {
  background: url(../images/red_server.png) no-repeat;
}

@keyframes light_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.row-container .serverIn {
  padding: 10px 0px 20px 80px;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.row-container .serverIn p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.row-container .serverIn span {
  font-size: 11px;
}
.row-container .serverIn:nth-child(1) {
  background: url(../images/players-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:nth-child(2) {
  background: url(../images/events-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/online-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:nth-child(4) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/events-icon.png) left 20px center no-repeat;
}
.row-container .serverIn:hover {
  padding: 20px 0px 20px 90px;
  box-shadow: inset 0px 0px 20px 0px rgba(255, 255, 255, 0.1);
}

.regBlock {
  background: url(../images/reg-bg.jpg) center top no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
.regBlock .container {
  height: 600px;
  padding-top: 60px;
}

.paralax-hero {
  position: absolute;
  top: 0px;
}

.hero-pal {
  position: absolute;
  background: url(../images/hero.png) no-repeat;
  width: 592px;
  height: 673px;
  left: 600px;
  top: -72px;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}
.formGroup-name {
  position: absolute;
  left: 10px;
  top: -7px;
  display: block;
  background: #171514;
  padding: 0px 5px;
  z-index: 1;
}
.formGroup:hover .formGroup-name {
  color: #bb883b;
}
.formGroup.error .formGroup-name {
  color: #df3b5a;
}
.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.4), inset 0px 0px 10px 0px rgba(233, 59, 90, 0.4);
}

.formGroup-2 {
  display: none;
  justify-content: space-between;
}
.formGroup-2 > div {
  position: relative;
  width: calc(50% - 10px);
}

.regButton {
  margin-top: 50px;
}

.agreement {
  margin-left: 80px;
  color: #867d86;
  font-size: 12px;
  line-height: 1.5;
  background: url(../images/warning-icon.png) left top no-repeat;
  padding-left: 30px;
  z-index: 2;
  position: relative;
}
.agreement a {
  text-decoration: underline;
}
.agreement a:hover {
  text-decoration: none;
}
 
.buttonTop {
  position: absolute;
  background: url(../images/arrow-t.png) center no-repeat;
  background-color: #1f1f1f;
  width: 48px;
  height: 26px;
  top: -27px;
  left: 50%;
  margin-left: -24px;
  z-index: 3;
  cursor: pointer;
  border-radius: 6px 6px 0px 0px;
}

.socBlock {
  height: 70px;
  position: relative;
  z-index: 2;
  margin-bottom: 45px;
  position: relative;
  
  text-align: center;
}
.socBlock:after {
  content: "";
  position: absolute;
  background: url(../images/top-line.png) bottom center no-repeat;
  width: 1200px;
  height: 16px;
  left: -15px;
  bottom: -10px;
}

.socIcons a {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
.socIcons a:hover {
  filter: brightness(140%);
}
.socIcons .tw {
  background: url(../images/soc-icons.png) 3px center no-repeat;
}
.socIcons .fb {
  background: url(../images/soc-icons.png) -38px center no-repeat;
}
.socIcons .vk {
  background: url(../images/soc-icons.png) -80px center no-repeat;
}

.voteBlock a {
  margin-left: 20px;
}

.footerInfoBlock {
  position: relative;
  z-index: 2;
}
.footerInfoBlock h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #d5d0cb;
  margin-bottom: 35px;
}

.copyBlock {
  float: left;
  width: 25%;
}
.copyBlock a {
  text-decoration: underline;
}
.copyBlock a:hover {
  text-decoration: none;
}

.dkLogo {
  float: right;
  width: 20%;
  text-align: right;
}
.dkLogo img {
  display: inline-block;
  margin-bottom: 31px;
}
.dkLogo a {
  text-decoration: underline;
}
.dkLogo a:hover {
  text-decoration: none;
}

.footerMenuBlock {
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  padding-left: 5%;
}

.footerMenu {
  width: 33.3%;
}
.footerMenu ul li {
  margin-bottom: 15px;
}
.footerMenu ul li a {
  color: #5b5b5b;
  display: block;
  padding-left: 25px;
  position: relative;
}
.footerMenu ul li a:hover {
  color: #bb883b;
  text-decoration: underline;
}
.footerMenu ul li a:hover:before {
  border: 1px solid #bb883b;
}
.footerMenu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #5b5b5b;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  top: 50%;
  margin-top: -4px;
}

.logosBlock {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0px;
}

.modal_div {
  max-width: 532px;
  width: 100%;
  min-height: 300px;
  background: url(../images/modal-content2.png) center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -266px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 60px 90px 30px 90px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_div h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.modal_div .modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: -1px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;

}

.closeButton {
  filter: drop-shadow(0px 0px 10px #fa0101);
  margin-top: -2px;
}
.closeButton span {
  width: 25px;
  height: 9px;
  background: #b23247;
  display: block;
  position: relative;
}
.closeButton span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.closeButton span:nth-child(2) {
  transform: rotate(-45deg);
}

#overlay {
  z-index: 998;
  position: fixed;
 
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.facebookButton {
  display: block;
  width: 352px;
  height: 46px;
  line-height: 46px;
  background: url(../images/facebook-button.jpg) no-repeat;
  padding-left: 70px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(50, 117, 199, 0.3);
  margin: 0 auto;
}

.or {
  margin: 30px 0px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.or span {
  display: inline-block;
  background: #282b2c;
  padding: 0px 8px;
  z-index: 2;
  position: relative;
}
.or:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.09);
  top: 50%;
  left: 0;
}

.modalForm .formGroup-name {
  background: #2e2a2d;
}

.errorGroup {
  background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
  background-color: rgba(16, 16, 16, 0.9);
  padding: 17px 20px 17px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  position: absolute;
  left: 100%;
  min-width: 330px;
  color: #fff;
  margin-left: 30px;
  top: -20px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(16, 16, 16, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
  margin-top: 40px;
}

.lost-pass {
  color: #867d86;
  font-size: 12px;
  padding: 10px 0px 10px 30px;
  background: url(../images/question-icon.png) left no-repeat;
}
.lost-pass:hover {
  color: #bb883b;
}

.menuButton {
  display: none;
}

.page header {
  
  height: 507px;
}
.page header .container {
  height: 507px;
}
.page .menu {
  margin-left: 10px;
}
.page .menu li:nth-child(1) {
  display: flex;
}
.page .menuBlock-logo {
  display: none;
}
.page .logo {
  position: absolute;
  top: 185px;
  left: 20px;
}
.page .hero {
  background: url(../images/hero_archer.png) no-repeat;
  width: 998px;
  height: 610px;
  position: absolute;
  right: -220px;
  top: 100px;
  z-index: 5;
}
.page .hero2 {
  background: url(../images/hero_archer.png) no-repeat;
  width: 998px;
  height: 610px;
  position: absolute;
  right: -220px;
  top: 100px;
  z-index: 1;
}
.page .hero3 {
  background: url(../images/hero_archer3.png) no-repeat;
  width: 998px;
  height: 610px;
  position: absolute;
  right: -220px;
  top: 100px;
  z-index: 5;
}

.page .hero4 {
  background: url(../images/hero_archer4.png) no-repeat;
  width: 998px;
  height: 610px;
  position: absolute;
  right: -220px;
  top: 100px;
  z-index: 5;
}
.page-title { 
  height: 110px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
  margin-top: -150px;
  margin-bottom: 40px;
}
.page-title h1 {
  margin-bottom: 0px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
}
.page-title .formGroup {
  margin-bottom: 0px;
  margin-left: 50px;
  position: relative;
  z-index: 6;
}
.page-title .formGroup-name {
  background: url(../images/page-title-bg.png);
}
.page-title .formGroup select {
  min-width: 250px;
}

.block {
  margin-bottom: 40px;
}

.block-title {
  position: relative;
  margin-bottom: 40px;
}
.block-title h2 {
  font-size: 16px;
}
.block-title h2 span {
  padding: 10px 15px 10px 40px;
  background: url(../images/block-title-icon.png) left center no-repeat;
  background-color: #121212;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.block-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  top: 50%;
  left: 0px;
}

.downloadBlock {
  width: 55%;
  background: url(../images/download-bg.jpg) center no-repeat;
  background-size: cover;
  height: 272px;
  text-align: center;
  padding: 55px 85px 0px 85px;
  color: #867d86;
  box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 6;
}
.downloadBlock-title {
  font-size: 18px;
  margin-bottom: 35px;
}
.downloadBlock-title span {
  font-weight: 600;
  color: #fff;
}
.downloadBlock-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 33.3%;
  border: 1px solid #2d2d2d;
  padding: 18px 0px;
  color: #867d86;
}
.downloadBlock-block img {
  height: 43px;
  margin-bottom: 12px;
}
.downloadBlock-block:hover {
  background: url(../images/download-hover.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.1);
}

.updateBlock {
  width: 45%;
  background: url(../images/update-block-bg.jpg) center no-repeat;
  background-size: cover;
  height: 272px;
  text-align: center;
  padding: 55px 85px 0px 85px;
  color: #867d86;
  position: relative;
  z-index: 6;
  line-height: 1.4;
  font-size: 12px;
}
.updateBlock h3 {
  font-size: 20px;
  font-weight: 600;
}

.rankingsButtonsBlock {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.rankingsButtonsBlock:after {
  content: "";
  background: #1e1e1e;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.rankingsButtons {
  display: inline-flex;
  border-bottom: 1px solid #1e1e1e;
  background: #121212;
  position: relative;
  z-index: 1;
}
.rankingsButtons a {
  display: block;
  padding: 14px 25px 0px 25px;
  color: #867d86;
  margin-right: 3px;
  border-top: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #121212;
  margin-bottom: -1px;
  cursor: pointer;
}
.rankingsButtons a:hover {
  color: #fff;
}
.rankingsButtons a:last-child {
  margin-right: 0px;
  border-right: 0px;
}
.rankingsButtons a:last-child:after {
  content: "";
  background: #1e1e1e;
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.rankingsButtons .active {
  color: #fff;
  border-top: 1px solid #977035;
}

.rank {
  background: url(../images/rank-bg.jpg) center no-repeat;
  background-size: cover;
  width: calc(50% - 20px);
  height: 130px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 7;
  display: flex;
  margin-bottom: 40px;
}
.rank-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  background-color: rgba(0, 0, 0, 0.2);
}
.rank-info {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
}
.rank-info_ava {
  background: url(../images/ava_bg.png) no-repeat;
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.rank-info_text {
  width: 230px;
  padding-right: 20px;
}

.rank-nickName {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
}
.rank-nickName b {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 2px 0px;
}
.rank-nickName span {
  font-size: 12px;
  padding-bottom: 2px;
  padding-left: 3px;
}

.rank-lvl {
  color: #867d86;
  font-size: 14px;
}

.rank-kills {
  color: #fff;
  float: right;
  text-align: center;
  margin-left: 50px;
}
.rank-kills img {
  height: 80px;
}

.rankBlock {
  background: linear-gradient(180deg, rgba(173, 126, 56, 0.10), rgba(0, 0, 0, 0) 35%);
  border: 1px solid rgba(173, 126, 56, 0.18);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.55), inset 0 0 30px rgba(173, 126, 56, 0.06);
  border-radius: 14px;
  overflow: hidden;
}

.scroll-tableBlock {
  padding: 18px 18px 12px;
}

.scroll-table {
  overflow: hidden;
  overflow-x: auto;
}

.tableRankCities td {
  padding: 14px 10px;
}
.tableRankCities thead td {
  padding: 18px 10px;
}

.tableRank {
  width: 100%;
  border-collapse: collapse;
}

.tableRank h1 {
  font-size: 34px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0 0 14px rgba(173, 126, 56, 0.35), 0 0 30px rgba(173, 126, 56, 0.18);
  margin: 10px 0;
}

.tableRank thead td {
  background: linear-gradient(180deg, rgba(173, 126, 56, 0.18), rgba(0, 0, 0, 0));
  color: #f4f1ea;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tableRank td {
  border: none;
  padding: 15px 30px;
}
.tableRank td img {
  width: 25px;
}
.tableRank thead td {
  padding: 25px 30px;
}
.tableRank tr {
  border-bottom: 1px solid #565050;
  transition: 0.3s;
}
.tableRank tr:hover {
  border-bottom: 1px solid #ad7e38;
  background: linear-gradient(90deg, rgba(173, 126, 56, 0.10), rgba(0, 0, 0, 0));
}
.tableRank tr:hover td {
  color: #ffffff;
}

.tableRank tbody td div {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #ad7e38;
  text-shadow: 0 0 10px rgba(173, 126, 56, 0.25);
}

.tableRank td img {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tableRank tr:hover td img {
  transform: scale(1.08);
  box-shadow: 0 0 18px rgba(173, 126, 56, 0.35);
}

.mediaSection {
  padding: 46px 0;
}

.mediaGrid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.mediaCard {
  border-radius: 16px;
  border: 1px solid rgba(173, 126, 56, 0.20);
  background: linear-gradient(180deg, rgba(173, 126, 56, 0.10), rgba(0, 0, 0, 0) 42%), rgba(0, 0, 0, 0.35);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55), inset 0 0 30px rgba(173, 126, 56, 0.06);
  overflow: hidden;
}

.mediaTitle {
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #f4f1ea;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(173, 126, 56, 0.20), rgba(0, 0, 0, 0));
  text-shadow: 0 0 12px rgba(173, 126, 56, 0.25);
}

.mediaBody {
  padding: 16px;
}

.mediaIframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 14px;
  display: block;
  background: rgba(0, 0, 0, 0.55);
}

.mediaSlider {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
}

.mediaSlider .swiper-wrapper,
.mediaSlider .swiper-slide {
  height: 100%;
}

.mediaSlider .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mediaSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .mediaGrid {
    grid-template-columns: 1fr;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pagination .number {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #959da7;
  font-size: 14px;
  border-radius: 50%;
  margin: 0px 3px;
}
.pagination .number.active {
  border: 1px solid #ad7e38;
  box-shadow: 0px 0px 10px 0px rgba(173, 126, 56, 0.4), inset 0px 0px 10px 0px rgba(173, 126, 56, 0.4);
  color: #fff;
}
.pagination .prev {
  background: url(../images/prev-arrow.png) center no-repeat;
  margin-right: 15px;
}
.pagination .next {
  background: url(../images/next-arrow.png) center no-repeat;
  margin-left: 15px;
}
.CommunityBlock2 {
  background: url(../images/dark-fon.png);
  width: 100%;
  padding: 30px;
  box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;

}



.CommunityBlock {
  background: url(../images/dark-fon.png);
  width: 100%;
  padding: 30px;
  box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;

}
.CommunityBlock-block {
  float: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 25%;
  border: 1px solid #2d2d2d;
  padding: 18px 0px;
  color: #867d86;
}
.CommunityBlock-title {
  font-size: 18px;
  margin-bottom: 35px;
}
.CommunityBlock-title span {
  font-weight: 600;
  color: #fff;
}
.flex-cm {
  text-align: center;
}
.flex-cm img{
  
  height: 55px;
  
}


:root {
  --cor-fundo: rgb(34, 41, 37);
  --cor-hover: rgb(118, 180, 145);
  --cor-primaria: rgb(231, 241, 236);
}
.dp-menu ul {
  list-style-type: none;
  padding: 0;
}

.dp-menu ul li {
  display: inline-block;
  position: relative;
}
.dp-menu li {
  min-height: 70px;
  padding-left: 29px;
  align-items: center;
}

.dp-menu li span{
  font-size: 11px;
    text-transform: none;
    margin-top: 4px;
    color: #959da7;
}
.dp-menu ul li a:hover {
  color: rgba(252, 131, 61, 0.616);       /* Cor do texto */
  border-color: #000000;              /* Cor da borda */
}


.dp-menu ul li a {
  text-decoration: none;
  display: inline-block;

  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.3s;
}
.btn-saiba-mais2 {
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #444;
  padding: 10px 50px;
  font-size: 1em;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
}
.menu1 {
  background: left top 1px no-repeat;
}
.menu2 {
  background: left top 5px no-repeat;
}
.menu3 {
  background: left top 5px no-repeat;
}
.menu4 {
  background: left top 1px no-repeat;
}
.menu5 {
  background: left top 1px no-repeat;
}

/*sub menu*/
.dp-menu ul ul {
  display: none;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
    padding: 10px 0px;
    border-radius: 7px;
    z-index: 2;
    box-shadow: 0px 10px 10px 0px rgba(0 0 0 / 40%);
}
.dp-menu ul ul li:hover {
  display: block;
  transition: all 0.3s ease;
  filter: brightness(140%);
}
.dp-menu ul ul li:hover > ul ul ul {
  display: none;
}

.dp-menu ul ul li a {
  display: block;
}

.dp-menu ul ul ul {
  display: none;
  margin-left: 138px;
  margin-top: -30px;
}
.dp-menu li a {
  display: flex;
  flex-direction: column;
  color: #ff7b00;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
}

.dp-menu li li {
  display: block;
  min-height: 0px;
  width: 100%;
  margin-left:  0px;
  padding-left: 0px;
}

.dp-menu li ul {
  width: 100%;
  text-align: center;
}

.dp-menu ul li:hover > ul {display:block;} /* shows sublist on hover */



.modal_game {
  max-width: 800px;
  width: 100%;
  min-height: 350px;
  background: url(../images/modal-content.jpg) center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -366px;
  margin-top: -100px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 60px 90px 30px 90px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_game h1 {
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: -20px;
  text-align: center;
}

.modal_game .modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: -1px;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  float: left;
  width: 33%;
  text-align: center;
}
  .left h2 {
  font-size: 18px;
  text-transform: uppercase;
  }

  .left li {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    color: #959da7;
    
  text-transform: none;
  }


.wrap { 
  white-space: pre-wrap;      /* CSS3 */   
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
}
.panelBlock2 {
  background: url(../images/dark-fon.png);

  padding: 30px;
  box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;
}

.panelBlock {
  background: url(../images/dark-fon.png);
  width: 100%;
  padding: 10px;
  box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;
}
.panelBlock-title {
  font-size: 18px;
  margin-bottom: 35px;
}
.panelBlock-title span {
  font-weight: 600;
  color: #fff;
}
.panelBlock-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 33.3%;
  border: 1px solid #2d2d2d;
  padding: 18px 0px;
  color: #867d86;
}
.panelBlock-block img {
  height: 43px;
  margin-bottom: 12px;
}
.panelBlock-block:hover {
  background: url(../images/download-hover.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.1);
}

.panelBlock ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.panelBlock .pagination li {
  width: auto;
}
.menu-panel{
  
  display: flex;
  padding-bottom: 10%;
}
.panelBlock li {
  display: block;
  border: 2px solid #2d2d2d;
  font-size: 16px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.01);
}
.grid-menu2{
  border: 2px solid #2d2d2d;
  font-size: 16px;

  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 2%;
}
.grid-menu{
    border: 2px solid #2d2d2d;
    font-size: 16px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.01);
    margin-left: 2%;
  }
  .grid-menu td {
    height: 100%; 
  }
  .input-container {
    width: 100%;
    
    text-align: left;
  }
  .input-container input,textarea{
    height: 100%;
    max-width: none;
  } 
  
  div.gallery {
    
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 10px;
    width: 20.5%;
    
    float:left;
    
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
  }
  .gallery div {
    background-color:rgba(255, 255, 255, 0.05);
  }
  div.desc {
    padding: 15px;
    text-align: center;
   
    color: #bb883b;
    font-size: 20px;
  }
  div.desc-about{
    box-sizing: border-box;
    background-color:rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 5px;
    height: 80px;
  }
  div.desc-price{
    background-color:rgba(255, 255, 255, 0.05);
    text-align: center;
    color: #bb883b;
    padding: 5px;
  }
  .desc-about{
    color: #bb883b;
  }
  .responsive {
    padding: 0 6px;
    width: 100%;
    
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }




  .zoom {
    overflow: hidden;
  }
  
  .zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 1s;
    
  }
  
  .zoom:hover img {
    box-shadow: inset 0 0 0 10px #000000;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.4) rotate(5deg);
    
  }
  
  .text-item {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  }


  .newblockX{
    position: relative;
    width: 81%;
    max-width: -webkit-fill-available;
    margin: 0 auto;
    margin-top: -300px;
    width: 100%;
    margin-bottom: -100px;
   

}

  .grid1{
    position: relative;
    display: grid;
    width: 142%;
    max-width: 142%;
    grid-template-columns: repeat(2, 1fr);
    margin: -164px;
    
    grid-area: a3;
    margin-top: 0%;
background: url(../images/dark-fon.png);
  }
  

    
.container_new{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  
  grid-template-areas: "a2 a2 a3"
                        ". . ."
                        ". . ."
  
  }

    .container_new section{
      grid-area: a2;
      
      }
      .posicionar_Ranking{
        grid-area: a3;
        
        }
    

  
.newblock{
  position: relative;

  max-width: 81%;
  margin: 0px;
  margin-top: -161px;
  width: 94%;
  margin-bottom: -161px;
  z-index: 8;
  grid-column: 1;
  grid-area: a2;
}


.newblock img{
position: absolute;
width: 500px;
height: 150px;
border-radius: 10%;
}
.newblock2 img{

border-radius: 1%;
}
.title-news a{
position: absolute;
float: right;
font-size: 18px;
padding: 10px;
}
  .ranking_colun{
    grid-column: 2;
    display: block;
    
  }
  @keyframes brightnessAnimation {
    0% {
      filter: brightness(90%);
    }
    100% {
      filter: brightness(120%);
    }
  }
   
.preloader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #000;
  z-index: 1000;  
}

.preloader {
  border: 6px solid #f3f3f3;  
  border-top: 6px solid #570b0b;  
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;  
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 
body.loaded .preloader-container {
  display: none;
}

body.loaded .content {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* SEO: Heading oculto para acessibilidade e buscadores */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



/*
  @keyframes brightnessAnimation {
    0% {
      filter: brightness(90%);
    }
    100% {
      filter: brightness(120%);
    }
  }
   
.preloader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #000;
  z-index: 1000;  
}

.preloader {
  border: 6px solid #f3f3f3;  
  border-top: 6px solid #570b0b;  
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;  
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 
body.loaded .preloader-container {
  display: none;
}

body.loaded .content {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cartbtf {
  border: 1px solid;
  transition: transform 0.2s, box-shadow 0.2s;
  transform: scale(1);
  border-radius: 0.5rem;
}

.cartbtf:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}# sourceMappingURL=style.css.map */
  
