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;
}
/* 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;
}
body {
  width: 100%;
  background: url(../img/fon-bg-top.jpg) center top no-repeat,
    url(../img/fon-bg-bottom.jpg) center bottom no-repeat;
  background-color: #0c0402;
  font-family: "Candara", "Verdana";
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #ffffff;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #ffb500;
  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;
}
/*
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #482c22;
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #100c0c;
}
*/
caption {
  margin-bottom: 15px;
}

.input-re {
  background-color: #3a181875;
  border: 1px solid #ff0000;
  height: 55px;
  width: 520px;
  box-shadow: inset 0px 5px 20px 0px rgb(255 14 14 / 40%);
  color: #fe0e0e;
  text-align: center;
}

textarea {
  color: #241a18;
  position: relative;
}

.agree a {
  color: #8a570b;
  text-decoration: underline !important;
}

.agree a:hover {
  text-decoration: none !important;
}

:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #bf59596e;
  text-align: center;
}
::-moz-placeholder {
  color: #e7c195;
}
:-moz-placeholder {
  color: #e7c195;
}
:-ms-input-placeholder {
  color: #e7c195;
}
.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;
}
.top-panel {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 694px;
  position: relative;
}

.content {
  position: relative;
  z-index: 10;
}

.menu li a:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 4px;
  left: 0px;
  top: 22px;
}

.menu li:first-child a:before {
  display: none;
}
.menuli: a {
  margin: 0px 8px;
}

.menu li {
  /* margin: 0px 8px; */
}

.menu a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 26px;
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  /* Mejoras modernas */
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu a:after {
  content: "";
  transition: all 0.3s ease;
  height: 0px;
  width: 0px;
  /* Mejoras modernas */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #f9b600, transparent);
  box-shadow: 0 0 10px rgba(249, 182, 0, 0.5);
}

.menu a:hover {
  color: #f9b600;
  /* Mejoras modernas */
  text-shadow: 0 0 20px rgba(249, 182, 0, 0.4);
  transform: translateY(-2px);
}

.menu a:hover:after {
  content: "";
  height: 3px;
  width: 80%;
  left: 10%;
  position: absolute;
  background: linear-gradient(90deg, transparent, #f9b600, transparent);
  /* Mantener transform */
  transform: translateX(0);
}
.menu .active a {
  color: #ffaf43;
  /* Mejoras modernas */
  text-shadow: 0 0 15px rgba(255, 175, 67, 0.5);
  background: rgba(255, 175, 67, 0.05);
}
.menu .active a:after {
  content: "";
  height: 3px;
  width: 80%;
  left: 10%;
  position: absolute;
  background: linear-gradient(90deg, transparent, #ffaf43, transparent);
  /* Mejoras modernas */
  box-shadow: 0 0 15px rgba(255, 175, 67, 0.6);
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 175, 67, 0.4);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 175, 67, 0.8);
  }
}

.logo {
  display: block;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  margin-left: 270px;
  top: 380px;
}

.logo:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.topPanel__buttons a {
  margin-left: 18px;
  /* Mejoras modernas */
  position: relative;
  overflow: hidden;
}

.topPanel__buttons a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.topPanel__buttons a:hover::before {
  left: 100%;
}

.topPanel__buttons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 181, 0, 0.3);
}

.buttons-small {
  transition: all 0.3s ease;
  cursor: pointer;
  justify-content: center;
  display: flex;
  margin-top: 25px;
}

.button-small {
  height: 50px;
  color: #ffffff;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg-button-1.png) no-repeat;
}

.buttons-small a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/bg-button.png) center bottom no-repeat;
  color: #fff;
  position: relative;
  padding: 19px 32px;
  /*width: 140px;*/
  /*height: 50px;*/
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  border: none;
  /* Mejoras modernas */
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

button::after,
.button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

button:hover::after,
.button:hover::after {
  width: 300px;
  height: 300px;
}

button:hover,
.button:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  color: #fff;
  /* Mejoras modernas */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 181, 0, 0.4);
}

button:active,
.button:active {
  transform: translateY(-1px);
}

.buttonDark {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../img/bg-button-sign.png) center bottom no-repeat;
  color: #ffe499;
  position: relative;
  padding: 19px 32px;
  width: 140px;
  height: 50px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
  top: 3px;
  /* Mejoras modernas */
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 228, 153, 0.1);
  overflow: hidden;
}

.buttonDark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

.buttonDark:hover::after {
  width: 300px;
  height: 300px;
}

.buttonDark:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
  color: #fff;
  /* Mejoras modernas */
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 228, 153, 0.3);
  border-color: rgba(255, 228, 153, 0.3);
  text-shadow: 0 0 10px rgba(255, 228, 153, 0.5);
}

.buttonDark:active {
  transform: translateY(-1px);
}

.fast-button {
  display: flex;
  margin-bottom: 10px;
}

.download-block {
  display: flex;
  height: 125px;
  width: 398px;
  background: url(../img/download-button.jpg) no-repeat;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(207, 0, 16, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.15);
}

.download-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.download-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, transparent, #cf0010, transparent);
  transition: height 0.4s ease;
  box-shadow: 0 0 10px rgba(207, 0, 16, 0.6);
}

.download-block:hover {
  filter: brightness(115%);
  transform: translateX(5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(207, 0, 16, 0.3);
  border-color: rgba(207, 0, 16, 0.4);
}

.download-block:hover::before {
  opacity: 1;
}

.download-block:hover::after {
  height: 100%;
}

.download-block a {
  font-size: 30px;
  color: #ffffff;
  padding-left: 172px;
  padding-top: 40px;
  text-align: left;
  text-shadow: #000 0px 1px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.download-block:hover a {
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.5), #000 0px 1px;
}

.download-block span {
  font-weight: bold;
  font-style: italic;
  background: linear-gradient(180deg, #ffe9a8 0%, #ffd700 25%, #ffb700 50%, #daa520 75%, #b8860b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.5));
  text-shadow: none;
  transition: all 0.3s ease;
}

.download-block p {
  font-size: 14px;
  font-style: italic;
  padding-top: 10px;
  transition: all 0.3s ease;
  color: #fff;
}

.download-block:hover p {
  transform: translateX(3px);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* servers
-----------------------------------------------------------------------------*/

.status-block {
  background: url(../img/status-bg.jpg) no-repeat;
  height: 125px;
  width: 398px;
  margin-left: 3px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(207, 0, 16, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.15);
}

.status-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.status-block:hover {
  transform: translateX(5px) scale(1.02);
  filter: brightness(110%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(207, 0, 16, 0.3);
  border-color: rgba(207, 0, 16, 0.4);
}

.status-block:hover::before {
  opacity: 1;
}

.server {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../img/img-server-top.png) no-repeat;
  font-size: 14px;
  transition: all 0.3s ease;
}

.server .server-name {
  color: #fff;
  transition: all 0.3s ease;
}

.status-block:hover .server-name {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

.server .status-online {
  color: #29ff00;
  float: right;
  transition: all 0.3s ease;
  text-shadow: 0 0 8px rgba(41, 255, 0, 0.6);
  animation: pulseOnline 2s ease-in-out infinite;
}

@keyframes pulseOnline {
  0%, 100% {
    text-shadow: 0 0 8px rgba(41, 255, 0, 0.6);
  }
  50% {
    text-shadow: 0 0 15px rgba(41, 255, 0, 0.9);
  }
}

.server-bottom {
  padding: 35px 30px 0px 157px;
  height: 125px;
  font-size: 12px;
  background: url(../img/img-server-bottom.png) no-repeat;
}

.server-bottom .server-name {
  color: #fff;
}

.server-bottom .status-offline {
  color: #f74133;
  float: right;
}

.progress-bar-webengine {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine span {
  height: 17px;
  background: url(../img/line-server.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.progress-bar-webengine-off {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  padding-top: 1px;
}

.progress-bar-webengine-off:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}

.progress-bar-webengine-off span {
  height: 17px;
  background: url(../img/line-server-off.png) repeat-x;
  display: block;
  position: relative;
  z-index: 1;
}

.desc {
  color: #ffbc77;
  font-size: 12px;
  text-decoration: underline;
}

.desc:hover {
  text-decoration: none;
}

/* servers end
-----------------------------------------------------------------------------*/

/*   slider  */
/*slider*/

.slider {
  overflow: hidden;
  position: relative;
  width: 845px;
  height: 363px;
 
} 

.slider .slides {
  position: relative;
  transition: 1s;
}
.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 845.0px;
  height: 377px;
}
.slider .slides .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide-info span{
  font-weight: 800;
  width: 90px;
  height: 36px;
  margin-left: 115px;
  margin-top: 30px;
  background: linear-gradient(#f7ddbf, #fff);
  font-size: 36px;
  font-style: italic;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}

.slide-text-big{
  font-weight: 800;
  font-size: 60px;
  width: 800px;
  height: 60px;
  margin-top: -30px;
  margin-left: 80px;
  font-style: italic;
  background: linear-gradient(#f7ddbf, #fff);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;   
}

.slide-text p{
  text-align: right;
  padding-left: 100px;
  margin-top: 20px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
}

.slide-text1 p{
  width: 800px;
  margin-top: -30px;
  padding-left: 50px;
  color: #fff;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
}

.slider .slides .slide-info {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}


.slider .slides .active .slide-info {
  transition: all 2s ease;
  opacity: 1;
}


.slider .arrows {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 145px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.slider .arrows:hover {
  cursor: pointer;
  opacity: 1;
}
.slider .next {
  background: url(../images/arrow-right.png) no-repeat;
  right: 1px;
}

.slider .prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: 1px;
}
.slider .navigation {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider .navigation .dot {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  background-color: #fff;
  margin: 0px 20px;
}
.next:hover,
.prev:hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.slider .navigation .active {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0px 20px;
  background-color: #DAA14B;
  position: relative;
}
.slider .navigation .active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px #DAA14B;
}

/*slider end*/

/*   end slider*/

/*Last news*/

.news-top {
  float: none;
  height: auto;
  width: 100%;
  margin: 20px 0 30px 0;
  background: url(../img/fon-news.jpg) no-repeat;
  background-size: cover;
  min-height: 400px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  /* MISMO ESTILO QUE WIDGETS */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(207, 0, 16, 0.2);
}

.news-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news-top:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5), 
              0 0 60px rgba(207, 0, 16, 0.4),
              0 0 0 1px rgba(207, 0, 16, 0.5);
  border-color: rgba(207, 0, 16, 0.6);
}

.news-top:hover::before {
  opacity: 1;
}

.news-top-title {
  position: relative;
  display: flex;
}
.news-top-title span {
  display: block;
  /* MISMO ESTILO QUE TÍTULOS DE WIDGETS - Amarillo brillante MEJORADO */
  font-size: 22px;
  font-weight: bold;
  padding: 40px 40px 20px 40px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 3px;
  background: linear-gradient(180deg, #ffe9a8 0%, #ffd700 25%, #ffb700 50%, #daa520 75%, #b8860b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 15px rgba(255, 215, 0, 0.8)) 
          drop-shadow(0 0 25px rgba(255, 183, 0, 0.6))
          drop-shadow(0 0 35px rgba(218, 165, 32, 0.4));
}

.news-top-title span::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 40px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffd700, #ffb700, transparent);
  transition: width 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.news-top:hover .news-top-title span::after {
  width: 80px;
}

.tab-block.active {
  display: block;
  animation: tab 0.6s linear;
}

.tab-more {
  position: absolute;
  right: 0;
  color: #ffffff;
  background: #cf0010;
  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;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(207, 0, 16, 0.4);
}

.tab-more:hover {
  background: linear-gradient(135deg, #ff0018, #cf0010);
  transform: scale(1.15) rotate(90deg);
  box-shadow: 0 4px 12px rgba(207, 0, 16, 0.6), 0 0 20px rgba(207, 0, 16, 0.4);
}

.bright:hover {
  filter: brightness(120%);
  background: #322725;
}

.news-top-text {
  padding: 0px 40px 40px 40px;
}

span.news-1 {
  color: #ffe000;
  transition: all 0.3s ease;
}

.news:hover {
  height: 42px;
  padding-top: 13px;
  background: linear-gradient(90deg, rgba(52, 43, 41, 0.8), rgba(52, 43, 41, 0.95));
  border-bottom: 1px solid #ff0000;
  border-left: 3px solid #ff0000;
  padding-left: 15px;
  padding-right: 27px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 8px 10px -3px rgba(0.7, 0.5, 0, 0.45), 
              inset 0 0 20px rgba(255, 0, 0, 0.05);
  transform: translateX(5px);
}


.news:hover .news-1 {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 224, 0, 0.6);
}

.news:hover .date {
  color: #e70000;
  text-shadow: 0 0 8px rgba(231, 0, 0, 0.4);
}

.news:hover a {
  color: #ff0000;
  text-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}

.date {
  color: #8d7962;
  transition: all 0.3s ease;
}

.news {
  height: 42px;
  margin: 0px -40px 0px -40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
  transition: all 0.3s ease;
  position: relative;
}

.news::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  background: rgba(255, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.news:hover::before {
  width: 4px;
  height: 100%;
}

/* .news a {
    width: 400px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f7ddbf;
} */
.top-content {
  display: flex;
}

/*END Last news*/

.date {
  color: #656464;
}

.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: #f7ddbf;
} */
.top-content {
  display: flex;
}

/*END Last news*/

/*--block-widget--*/

.block-widget {
  display: flex;
  margin-top: 10px;
}

.block-widget-more {
  margin-top: 10px;
  float: left;
}

.widget-fon {
  background: url(../img/fon-top-players.jpg) center bottom no-repeat;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.2);
  height: 670px;
  width: 398px;
  /* Mejoras modernas - Refinadas */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(207, 0, 16, 0.2);
}

.widget-fon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.widget-fon:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5), 
              0 0 60px rgba(207, 0, 16, 0.4),
              0 0 0 1px rgba(207, 0, 16, 0.5);
  border-color: rgba(207, 0, 16, 0.6);
}

.widget-fon:hover::before {
  opacity: 1;
}

.widget-fon-guilds {
  background: url(../img/fon-guilds.jpg) center bottom no-repeat;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.2);
  height: 670px;
  width: 398px;
  margin-left: 3px;
  /* Mejoras modernas - Refinadas */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(207, 0, 16, 0.2);
}

.widget-fon-guilds::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.widget-fon-guilds:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5), 
              0 0 60px rgba(207, 0, 16, 0.4),
              0 0 0 1px rgba(207, 0, 16, 0.5);
  border-color: rgba(207, 0, 16, 0.6);
}

.widget-fon-guilds:hover::before {
  opacity: 1;
}

.widget-fon-gens {
  background: url(../img/fon-gens.jpg) center bottom no-repeat;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.2);
  height: 670px;
  width: 398px;
  margin-left: 0px;
  /* Mejoras modernas - Refinadas */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(207, 0, 16, 0.2);
}

.widget-fon-gens::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.widget-fon-gens:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5), 
              0 0 60px rgba(207, 0, 16, 0.4),
              0 0 0 1px rgba(207, 0, 16, 0.5);
  border-color: rgba(207, 0, 16, 0.6);
}

.widget-fon-gens:hover::before {
  opacity: 1;
}

.widget-fon-discussions {
  background: url(../img/fon-discussions.jpg) center bottom no-repeat;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(207, 0, 16, 0.2);
  height: 670px;
  width: 398px;
  margin-left: 3px;
  /* Mejoras modernas - Refinadas */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(207, 0, 16, 0.2);
}

.widget-fon-discussions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(207, 0, 16, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.widget-fon-discussions:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5), 
              0 0 60px rgba(207, 0, 16, 0.4),
              0 0 0 1px rgba(207, 0, 16, 0.5);
  border-color: rgba(207, 0, 16, 0.6);
}

.widget-fon-discussions:hover::before {
  opacity: 1;
}

.block-players {
  padding: 0px 35px 35px 35px;
  margin-top: 4px;
}

.block-widget-title {
  padding-top: 165px;
  padding-bottom: 35px;
  color: #f0de74;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  /* Mejoras modernas - AMARILLO MÁS BRILLANTE */
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  background: linear-gradient(180deg, #ffe9a8 0%, #ffd700 25%, #ffb700 50%, #daa520 75%, #b8860b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  position: relative;
  filter: drop-shadow(0 2px 15px rgba(255, 215, 0, 0.8)) 
          drop-shadow(0 0 25px rgba(255, 183, 0, 0.6))
          drop-shadow(0 0 35px rgba(218, 165, 32, 0.4));
}

.block-widget-title::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffd700, #ffb700, #ffd700, transparent);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.9), 0 0 35px rgba(255, 183, 0, 0.5);
}

.guild .top-number {
  width: 60px;
}
.top-block.guild .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}

.top-block.guild .score {
  padding-left: 55px;
}

.gens .top-number {
  width: 60px;
}
.top-block.gens .top-number img {
  margin-bottom: -2px;
  margin-left: 5px;
}

.top-block.gens .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;
}

.gens 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: #f7ddbf;
  /* Mejoras modernas - Arreglar overflow */
  position: relative;
  border-radius: 4px;
  margin: 0 0 2px 0;
}
.top-list a {
  color: #f7ddbf;
  text-decoration: none;
  transition: color 0.3s ease;
}
.top-list:hover {
  /* Cambiar fondo azul feo por uno elegante */
  background: linear-gradient(90deg, rgba(207, 0, 16, 0.15), rgba(207, 0, 16, 0.05));
  border-bottom: 1px solid rgba(207, 0, 16, 0.4);
  border-left: 3px solid #cf0010;
  box-shadow: inset 0 0 20px rgba(207, 0, 16, 0.1), 0 4px 12px rgba(0, 0, 0, 0.3);
  height: 41px;
  /* ARREGLAR: No expandir fuera del widget */
  margin: 0;
  padding: 0 10px 0 22px;
  color: #ffe499;
  position: relative;
  z-index: 1;
  transform: translateX(2px);
}

.top-list:hover a {
  color: #ffe499;
  text-shadow: 0 0 10px rgba(255, 228, 153, 0.3);
}

/* Destacar TOP 1 - Primer lugar */
.top-list:first-of-type {
  background: linear-gradient(90deg, rgba(255, 181, 0, 0.15), rgba(255, 181, 0, 0.05));
  border-left: 3px solid #ffb500;
  padding-left: 12px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 181, 0, 0.2);
}

.top-list:first-of-type a {
  color: #ffd666;
}

.top-list:first-of-type:hover {
  background: linear-gradient(90deg, rgba(255, 181, 0, 0.25), rgba(255, 181, 0, 0.1));
  border-left-color: #ffd666;
  box-shadow: inset 0 0 30px rgba(255, 181, 0, 0.15), 0 6px 16px rgba(0, 0, 0, 0.4);
}

.top-list:first-of-type:hover a {
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 181, 0, 0.6);
}


/* Side Bar */



.side-title {
    color: #c7b659;
    display: flex;
    align-items: center;
    font-size: 15px;
    background: #0e0706a8;
    padding: 10px;
}

.side-list {
    height: 41px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: 0.3s;
    color: #f7ddbf;
    border-bottom: 1px dashed #62441b;
}
.side-list a {
  color: #f7ddbf;
  text-decoration: none;
}
.side-list:hover {
  background-color: #40230e;
  border-bottom: 1px solid #d29b53;
  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: #d29b53;
  position: relative;
  z-index: 5;
}

.side-list:hover a {
  color: #ffaf43;
}
/* Side Bar */






.top-title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 15px;
  /* Mejoras modernas - SIN fondo azul */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 0;
  background: transparent;
  border-radius: 4px;
  border-left: 3px solid #cf0010;
  padding-left: 15px;
  border-bottom: 1px solid rgba(207, 0, 16, 0.3);
  box-shadow: none;
  font-size: 13px;
  color: #daa520;
}

.top-block.guild .top-number {
  width: 60px;
}
.top-block.gens .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-content-top {
}

.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: #563d2e;
  color: #ffaf43;
  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: #8d7962;
}

.discussions-content-block:hover .discussions-text-bt {
  color: #8b6757;
}

.discussions-text-bt a {
  color: #fccca0;
}

.discussions-content-block {
  padding-bottom: 10px;
  padding-top: 11px;
}

.discussions-content-block:hover {
  background-color: #342b29;
  border-bottom: 1px solid #5c432b;
  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: #ffaf43;
}

.discussions-content-block:hover .discussions-text-bt a {
  text-decoration: none;
  color: #ffaf43;
}

/*widget Discussions end*/

/*MEDIA*/
.content-last-news {
  margin-top: 10px;
}

.last-news-top {
  height: 85px;
  background: url(../img/fon-bg-news.jpg) no-repeat;
  color: #ead871;
  font-size: 20px;
  font-weight: bold;
  padding: 32px 35px 0px 35px;
  margin-bottom: 4px;
}

.last-news-top a {
  float: right;
  font-size: 14px;
  color: #ead871;
  text-decoration: none;
  font-weight: normal;
  padding-top: 3px;
}

.last-news-top a:hover {
  text-decoration: underline;
}

.media-fon {
  width: 1200px;
  height: 299px;
  background: url(../img/fon-page-top.jpg) center top no-repeat,
    url(../img/fon-page-bottom.jpg) center bottom no-repeat;
  /* background: url(../img/fon-media.jpg) no-repeat; */
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.slick-list:before {
  content: "";
  position: absolute;
  height: 234px;
  width: 195px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, rgb(91 25 23 / 51%), rgba(57, 43, 33, 0));
  z-index: 1;
}

.slick-list:after {
  content: "";
  position: absolute;
  height: 234px;
  width: 195px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to left, rgb(91 25 23 / 51%), rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-slider-slide {
  padding: 15px;
}
.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide img {
  display: block;
}
.slick-center a {
  transform: scale(1.1);
}
.slick-center a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
}

/*footer*/

.footer {
  padding-bottom: 80px;
  position: relative;
}

/*To top*/

.toTop-fon {
  display: flex;
  justify-content: center;
  height: 42px;
  background: url(../img/fon-totop.png) no-repeat;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.toTop {
  background: url(../img/fon-circle.png) no-repeat;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  transition: all 0.3s ease;
}

.toTop:hover {
  -webkit-filter: brightness(140%) drop-shadow(0 0 8px rgba(255, 175, 67, 0.8));
  filter: brightness(140%) drop-shadow(0 0 8px rgba(255, 175, 67, 0.8));
  transform: translateY(-3px);
}

/* to top end*/

/* Footer
-----------------------------------------------------------------------------*/

.footer-block-t {
  padding-top: 33px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.f-menu li {
  display: inline-block;
  margin: 15px 23px;
  position: relative;
}

.f-menu li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  position: relative;
}

.f-menu li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f9b600, #ffaf43);
  transition: width 0.3s ease;
  box-shadow: 0 0 8px rgba(249, 182, 0, 0.6);
}

.f-menu li a:hover {
  color: #ffaf43;
  text-shadow: 0 0 8px rgba(255, 175, 67, 0.8), 0 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.f-menu li a:hover::after {
  width: 100%;
}

.f-menu li a:active {
  color: #e39f45;
  font-weight: bold;
}

.footer-end {
  margin-top: 51px;
  padding: 30px 0;
}

.footer-block-coperite {
  float: left;
  color: #ffffff;
  padding-top: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.footer-block-coperite a {
  color: #ffaf43;
  transition: all 0.3s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.footer-block-coperite a:hover {
  color: #f9b600;
  text-shadow: 0 0 8px rgba(249, 182, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.footer-block-r {
  float: right;
}

.soc-block {
  margin-bottom: 45px;
}

.soc-block a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  margin-left: 20px;
  background: linear-gradient(135deg, #cf0010 0%, #8b0000 100%);
  border: 2px solid #ffaf43;
  height: 36px;
  width: 36px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), inset 0px 0px 10px rgba(207, 0, 16, 0.6);
  transition: all 0.3s ease;
}

.soc-block a:hover {
  background: linear-gradient(135deg, #ff0018 0%, #cf0010 100%);
  border: 2px solid #f9b600;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7), 0 0 20px rgba(249, 182, 0, 0.6), inset 0px 0px 15px rgba(255, 175, 67, 0.4);
  transform: translateY(-3px) scale(1.1);
}

.footer-logo {
  text-align: center;
  margin-top: -30px;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  -webkit-filter: brightness(120%) drop-shadow(0 0 15px rgba(255, 175, 67, 0.7));
  filter: brightness(120%) drop-shadow(0 0 15px rgba(255, 175, 67, 0.7));
  transform: scale(1.05);
}

.CristianPelaez {
  margin-top: 15px;
}

.templstock {
  transition: all 0.3s ease;
  display: inline-block;
}

.templstock:hover {
  -webkit-filter: brightness(120%) drop-shadow(0 0 10px rgba(255, 175, 67, 0.6));
  filter: brightness(120%) drop-shadow(0 0 10px rgba(255, 175, 67, 0.6));
  transform: scale(1.05);
}

/*end footer*/

/*smog*/

.smog {
  position: absolute;
  top: 450px;
  left: 170px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.smog .num1 {
  -webkit-animation: spreadSmog 7s infinite linear;
  animation: spreadSmog 7s infinite linear;
}
.smog .num2 {
  -webkit-animation: spreadSmog 15s infinite linear;
  animation: spreadSmog 15s infinite linear;
}
.smog .num3 {
  -webkit-animation: spreadSmog 40s infinite linear;
  animation: spreadSmog 40s infinite linear;
}
.smog .num1 {
  bottom: 0;
  left: -677px;
  width: 2354px;
  height: 1300px;
  opacity: 0;
}
.smog i {
  position: absolute;
  display: block;
  background: url(../img/sp_smog.png) no-repeat;
  transform-origin: 50% 100%;
}
.smog .num2 {
  bottom: 0;
  left: -677px;
  width: 2354px;
  height: 1300px;
  opacity: 0;
}
.smog .num3 {
  bottom: 0;
  left: -677px;
  width: 2354px;
  height: 1300px;
  opacity: 0;
}
@keyframes spreadSmog {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  45% {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    opacity: 1;
  }
  90% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/*end smog*/

/*sparks*/

.sparks-sparks {
  left: 550px;
  position: absolute;
  top: 800px;
}

.sparks-1 {
  background-image: url(../img/sparks-1.png);
  width: 117px;
  height: 136px;
  right: 200px;
  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(../img/sparks-2.png);
  width: 219px;
  height: 176px;
  right: 200px;
  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(../img/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*/

/*modal windovs*/

.logo-re {
  text-align: center;
  margin-bottom: 35px;
}

.modal_div {
  width: 599px;
  min-height: 510px;
  background: url(../img/modal-top-bg.jpg) center top no-repeat,
    url(../img/modal-bottom-bg.jpg) center bottom no-repeat;
  position: fixed;
  background-color: #170908;
  top: 45%;
  left: 50%;
  margin-top: -90px;
  margin-left: -328px;
  display: none;
  opacity: 0;
  z-index: 199;
  padding: 50px 0px;
}

.modal_div .modal_close {
  width: 36px;
  height: 36px;
  background: url(../img/close-icon.png) no-repeat;
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
  display: block;
}

.modal_close:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

#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 {
  padding: 0px 40px;
  text-align: center;
  color: #e7c195;
}
.modal-content h2 {
  text-align: center;
  margin-bottom: 08px;
  font-size: 20px;
}
.modal-content h2 span {
  position: relative;
  text-transform: uppercase;
  color: #cec4c5;
}

.modal-content form p {
  margin-bottom: 20px;
}

.formButton {
  text-align: center;
  margin-top: 40px;
}

/*end modal  windows*/

/*page-content*/

.page-content {
  padding: 40px 65px 40px 60px;

  background-color: #190b0a;
}

.page-top {
  text-transform: uppercase;
  font-size: 20px;
  color: #ffaf43;
  text-align: center;
  font-weight: bold;
}

.page-title {
  padding-top: 35px;
  padding-bottom: 30px;
}

.page-title-time {
  color: #8d7962;
}

.page-title-news {
  color: #ffaf43;
  text-transform: uppercase;
  font-size: 18px;
}

.page-text {
  line-height: 20px;
}

.page-text a {
  color: #ffaf43;
  text-decoration: underline;
}

.page-text a:hover {
  text-decoration: none;
  color: #8d7962;
}

.page-text-img {
  float: left;
  height: 286px;
  width: 476px;
  margin-right: 35px;
  margin-bottom: 15px;
}

/*end page-content*/

/*download*/

.page-title-news-1 {
  color: #ffaf43;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.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;
  color: #f7ddbf;
  flex-wrap: wrap;
  align-content: center;
  background: #2e2524;
}
.client-text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 9px;
}

/*end download*/

/* Slider*/
.headerInfo-buttons {
  z-index: 199;
}
.headerInfo-buttons a {
  display: block;
  width: 398px;
  height: 90px;
  margin-bottom: 1px;
  padding: 26px 0px 0px 155px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.headerInfo-buttons a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 175, 67, 0.15), transparent);
  transition: left 0.6s ease;
}

.headerInfo-buttons a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, transparent, #ffaf43, transparent);
  transition: height 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 175, 67, 0.6);
}

.headerInfo-buttons a:hover {
  transform: translateX(8px) scale(1.02);
  padding: 26px 0px 0px 170px;
  filter: brightness(115%) drop-shadow(0 4px 12px rgba(255, 175, 67, 0.3));
}

.headerInfo-buttons a:hover::before {
  left: 100%;
}

.headerInfo-buttons a:hover::after {
  height: 100%;
}

.headerInfo-buttons a p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.headerInfo-buttons a:hover p {
  text-shadow: 0 0 15px rgba(255, 175, 67, 0.8), 2px 2px 2px rgba(0, 0, 0, 0.5);
  color: #ffaf43;
}

.headerInfo-buttons a span {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.headerInfo-buttons a:hover span {
  text-shadow: 0 0 10px rgba(255, 175, 67, 0.6), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.headerInfo-buttons .b-donate {
  background: url(../img/button_1.jpg) no-repeat;
}

.headerInfo-buttons .b-vote {
  background: url(../img/button_2.jpg) no-repeat;
}

.headerInfo-buttons .b-cabal {
  background: url(../img/button_3.jpg) no-repeat;
}

.headerInfo-buttons .b-shop {
  background: url(../img/button_4.jpg) no-repeat;
}

.color-blue {
  color: #5dbde4;
}

.color-green {
  color: #85e77a;
}

.color-red {
  color: #ef5151;
}

.color-yellow {
  color: #f0de74;
}
.castle-siege-banner {
  /* background: rgba(0, 0, 0, 0.2); */
  opacity: 0.8;
  background: url(https://i.imgur.com/uWE3p7B.jpg) no-repeat;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  overflow: auto;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 2rem;
}

.castle-siege-banner .guild_owner,
.castle-siege-banner .guild_owner a {
  color: #ffffff;
  font-size: 45px;
}

.castle-siege-banner .guild_master,
.castle-siege-banner .guild_master a {
  color: #ffffff;
  font-size: 45px;
}

.castle-siege-banner .guild_countdown {
  color: #ffffff;
  font-size: 45px;
}

.castle-siege-banner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}